Home
last modified time | relevance | path

Searched full:input (Results 3851 – 3875 of 4846) sorted by relevance

1...<<151152153154155156157158159160>>...194

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomery.php112 * Thanks to Pedro Gimeno Fortea for input!
/plugin/elasticsearch/helper/
H A Ddocparser.php20 * or an URL accepting input by PUT (like Apache Tika). They need to return plain text or a JSON response.
/plugin/prosemirror/
H A Dscript.js57 dw_locktimer.addField('input[name=prosemirror_json]');
/plugin/encryptedpasswords/script/
H A DSubtleAES.js94 throw new Error('Input seems not to be created by OpenSSL compatible enc mechanism');
/plugin/struct/types/
H A DDateTime.php58 return "<input $attributes />";
H A DMedia.php114 $html = "<input $attributes />";
/template/nostalgia/
H A Dmain.php40 jQuery('input').filter(function(){
/template/dwsimple/dwsimple/
H A Dsimple.php123 if (!($this->fp = fopen($file, "r"))) die("could not open XML input");
/template/flarum/css/
H A Dplugin.less174 .dokuwiki div.editbutton_table form div.no input.button {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.html227 &gt; return shell_exec("echo $input | $markdown_script");
299 items in <code>&lt;p&gt;</code> tags in the HTML output. For example, this input:</p>
371 block by at least 4 spaces or 1 tab. For example, given this input:</p>
568 <code>&lt;strong&gt;</code> tag. E.g., this input:</p>
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Bootstrap.js2114 this.addEntry(dt + 'file input form', function()
2172 …, 40, 'Readonly input here...', 'Readonly input', null, null, this.getTagsForStencil(gn, 'readonly…
2215 …800, 20, 'Example range input', 'Range input', null, null, this.getTagsForStencil(gn, 'range input
2644 …800, 20, 'Example range ', 'Range input', null, null, this.getTagsForStencil(gn, 'range input', dt…
2659 this.addEntry(dt + 'basic input group', function()
2735 this.addEntry(dt + 'multiple input', function()
2928 this.addEntry(dt + 'custom input group', function()
2950 this.addEntry(dt + 'custom input group', function()
2973 this.addEntry(dt + 'custom input group', function()
2995 this.addEntry(dt + 'custom input group', function()
[all …]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js250 } else if (tn == 'INPUT' || tn == 'TEXTAREA' || tn == 'SELECT') {
564 var e = d.createElement('INPUT');
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3input").length;if(b.getAttribute("sorttable_customkey")!=null){return b.getAttribute("sorttable_cu…
/plugin/translate/
H A Daction.php220 // Check input
275 /** Handle translate action. Validates input and creates the translation page */
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css512 #mediamanager__page form.meta input {
551 #mediamanager__page form.changes ul li div.li input {
/template/varicolored/
H A Dmain.php150 <input type="text" name="s" id="search-text" value="" />
151 <input type="submit" id="search-submit" value="" />
/template/ad-hominem/css/
H A D_media_fullscreen.css418 #mediamanager__page form.meta input {
454 #mediamanager__page form.changes ul li div.li input {
/template/flat/assets/js/
H A Dflat.js184 var val = $el.is('input') ? 'val' : 'html'
210 var $input = this.$element.find('input')
211 if ($input.prop('type') == 'radio') {
212 if ($input.prop('checked') && this.$element.hasClass('active')) changed = false
215 if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
314 if (/input|textarea/i.test(e.target.tagName)) return
775 if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","me…
H A D2.2.js19346 "name": "-moz-user-input",
19359 …description": "In Mozilla applications, -moz-user-input determines if an element will accept user
22277 "name": ":-ms-input-placeholder",
22597 …"description": "The :blank CSS pseudo-class selects empty user input elements (eg. <input> or <tex…
23042 "name": "::-webkit-input-placeholder",
24448 * Input is like `["E12","FF49","C47","IE","O"]`
26866 this.scanner.setSource(input);
28341 Scanner.prototype.setSource = function (input) { argument
28342 this.stream = new MultiLineStream(input);
28376 // End of file/input
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1757 var elInput = document.createElement("input");
2969 "INPUT": Object.clone(Form.Element.Methods),
3970 var inputs = form.getElementsByTagName('input');
3975 var input = inputs[i];
3976 if ((typeName && input.type != typeName) || (name && input.name != name))
3978 matchingInputs.push(Element.extend(input));
4005 return /^(?:input|select|textarea)$/i.test(element.tagName);
4090 if (element.select && (element.tagName.toLowerCase() != 'input' ||
4119 input: function(element, value) { method in Form.Element.Serializers
4323 (type === 'click' && currentTarget.tagName.toLowerCase() === 'input'
H A Dcontrols.js518 var btn = document.createElement('input');
542 fld = document.createElement('input');
943 // but waits for delay after last key input
/plugin/openid/Auth/OpenID/
H A DMessage.php758 "<input type=\"hidden\" name=\"%s\" value=\"%s\" />\n",
762 $form .= sprintf("<input type=\"submit\" value=\"%s\" />\n",
805 // Convert an input value into the internally used values of
/template/vector/
H A Dmain.php254 * HAVE TO TAKE CARE ABOUT FILTER EVENTUALLY USED INPUT/SECURITY. Be
726 <input type="hidden" name="do" value="search" />
728 <input id="qsearch__in" name="id" type="text" accesskey="f" value="" />
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dfreebasic.php61 "if", "iif", "imagecreate", "imagedestroy", "imp", "inkey", "inp", "input",

1...<<151152153154155156157158159160>>...194