Searched refs:button (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh22 for type in button battery ac_adapter
H A Dhal-system-power-suspend-sunos.sh33 for type in button battery ac_adapter
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t8 use CGI qw/ autoEscape escapeHTML button textfield password_field textarea popup_menu scrolling_list checkbox_group optgroup checkbox radio_group submit image_button button /;
10 is (button(-name => 'test<'), '<input type="button" name="test&lt;" value="test&lt;" />', "autoEscape defaults to On");
20 is (button(-name => 'test<'), '<input type="button" name="test<" value="test<" />', "turning off autoescape actually works");
22 is (button(-name => 'test<'), '<input type="button" name="test&lt;" value="test&lt;" />', "autoescape turns back on");
29 # RT #25485: Needs Tests: autoEscape() bypassed for Javascript handlers, except in button()
174 onclick => 'alert("===> submit button")',
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtgetch.c287 /* mouse button event */
291 ((Mouse_status.button[2] !=
292 old_mouse.button[2]) << 2) |
293 ((Mouse_status.button[1] !=
294 old_mouse.button[1]) << 1) |
295 (Mouse_status.button[0] !=
296 old_mouse.button[0]));
331 * SS-mouse support: if mouse button event
363 /* the first character identifies what button is involved (1,2,or 3) */
367 * -3: not a mouse button even
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm243 submit reset defaults radio_group popup_menu button autoEscape
733 # Clear out our default submission button flag if present
2142 #### Method: button
2143 # Create a javascript button.
2145 # $name -> (optional) Name for the button. (-name)
2146 # $value -> (optional) Value of the button when selected (and visible name) (-value)
2147 # $onclick -> (optional) Text of the JavaScript to run when the button is
2150 # A string containing a <input type="button"> tag
2152 'button' => <<'END_OF_FUNC',
2153 sub button { subroutine
[all...]

Completed in 205 milliseconds