Lines Matching defs:reset
243 submit reset defaults radio_group popup_menu button autoEscape
534 seek($fh,0,0); # reset the filehandle.
2210 #### Method: reset
2211 # Create a "reset" button.
2215 # A string containing a <input type="reset"> tag
2217 'reset' => <<'END_OF_FUNC',
2218 sub reset {
2223 my ($name) = ' name=".reset"';
2230 return $XHTML ? qq(<input type="reset" $tabindex$name$val$other />)
2231 : qq(<input type="reset"$name$val$other>);
4530 Any filehandles from file uploads will have their position reset to
5818 reset it.
6143 If you want to reset it from its initial value after the script has been
6906 print reset
6908 reset() creates the "reset" button. Note that it restores the
6912 Note that this conflicts with the Perl reset() built-in. Use
6913 CORE::reset() to get the original reset function.
6920 form to be completely reset to its defaults, wiping out all the
7260 + Buttons (including submit, reset, and image buttons)
8110 print "<p>",reset;