Home
last modified time | relevance | path

Searched refs:input (Results 1401 – 1425 of 1436) sorted by last modified time

1...<<5152535455565758

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm105 <input type="submit" value="Submit">
H A Dsample03.cfm90 <input type="submit" value="Submit">
H A Dsample04.cfm95 <input type="submit" value="Submit">
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso106 <input type="submit" value="Submit">
H A Dsample04.lasso90 <input type="submit" value="Submit">
H A Dsample03.lasso84 <input type="submit" value="Submit">
H A Dsample01.lasso52 <input type="submit" value="Submit">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp59 <input type="submit" value="Submit" />
H A Dsample03.asp89 <input type="submit" value="Submit">
H A Dsample04.asp95 <input type="submit" value="Submit">
H A Dsample02.asp105 <input type="submit" value="Submit">
/plugin/google_adsense2/
H A Dadmin.php105 ptln(' <input type="hidden" name="do" value="admin" />');
106 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
107 ptln(' <input type="hidden" name="cmd[googleads]" value="true" />');
112 …print ' <tr><td> '.$this->getLang('gads_enabled').' </td><td><input type="checkbox" name="googlead…
113 …print ' <tr><td> '.$this->getLang('gads_debug').' </td><td><input type="checkbox" name="googleads[…
114 …print ' <tr><td> '.$this->getLang('gads_dont_count_admin').' </td><td><input type="checkbox" name=…
115 …print ' <tr><td> '.$this->getLang('gads_dont_count_users').' </td><td><input type="checkbox" name=…
118 …print ' <tr><td> '.$this->getLang('google_ad_client').' </td><td><input type="text" name="googlead…
121 …print ' <tr><td> '.$this->getLang('google_color_bg').' </td><td><input type="text" name="googleads…
125 …print ' <tr><td> '.$this->getLang('google_color_url').' </td><td><input type="text" name="googlead…
[all …]
/plugin/spoiler/
H A Dstyle.css17 .spoiler input {
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_dialog.css31 body, td, input, select, textarea selector
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_dialog.css30 body, td, input, select, textarea selector
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css31 body, td, input, select, textarea selector
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css52 body, td, input, select selector
/plugin/guestbook/
H A Dstyle.css15 .guestbookform label, .guestbookform input, .guestbookform select, .guestbookform textarea { /* All…
22 .guestbookform input, .guestbookform textarea {
81 #guestbook div.guestbooknav input.navButton {
86 #guestbook div.guestbooknav input.active {
/plugin/geourl/
H A Dadmin.php108 ptln(' <input type="hidden" name="do" value="admin" />');
109 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
110 ptln(' <input type="hidden" name="cmd[geourl]" value="true" />');
113 …print ' <tr><td> '.$this->getLang('gu_geourl_latitude').' </td><td><input type="text" name="geourl…
114 …print ' <tr><td> '.$this->getLang('gu_geourl_longitude').' </td><td><input type="text" name="geour…
117 print '<p><input type="submit" value="'.$this->getLang('gu_save').'"></p></center>';
/plugin/wysiwyg/fckeditor/_samples/
H A Dsample.css24 body, td, input, select, textarea selector
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js892 self.show = function (input, holder, kpTarget){ argument
893 if ( input && !(input = self.attachInput(input))
906 if (!input.attachEvent) input.attachEvent = nodes.desk.attachEvent;
907 input.attachEvent('onkeydown', _keydownHandler_);
908 input.attachEvent('onkeyup', _keydownHandler_);
909 input.attachEvent('onkeypress', _keydownHandler_);
910 if (!isUndefined(kpTarget) && input != kpTarget && kpTarget.appendChild) {
/plugin/indexmenu2/cms/extensions/demo/
H A Dselectbox.css19 input, select { selector
21 input { selector
27 input.mover {
30 input.button {
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.css19 input, select { selector
21 input { selector
27 input.mover {
30 input.button {
/plugin/chat/
H A Dscript.js716 if (!input) {
720 if (null !== input.timer) {
721 clearTimeout(input.timer);
722 input.timer = null;
725 input.lastKey = null;
732 if (!input) {
736 if (null !== input.timer) {
737 clearTimeout(input.timer);
738 input.timer = null;
742 if (!input.lastKey) {
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php35 function parse($input) argument
37 $input = trim($input);
39 $authorArray = preg_split("/\s(and|&)\s/i", $input);
113 function grabSurname($input) argument
115 $surnameArray = split(" ", $input);

1...<<5152535455565758