Home
last modified time | relevance | path

Searched full:input (Results 3901 – 3925 of 4846) sorted by relevance

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

/plugin/diagramsnet/lib/styles/
H A Ddark.css46 ….geToolbarContainer, html body .geSidebar, html body .geSidebarContainer .geTitle, html body input,
/plugin/elasticsearch/helper/
H A Dform.php69 * @param string $param Prefix to use in input names
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/struct/lang/en/
H A Dlang.php52 $lang['editor_multi'] = 'Multi-Input?';
/plugin/diagrams/script/
H A DDiagramsForm.js48 this.$form.on('change', 'input,select', this.updateInternalState.bind(this));
/template/writr/css/
H A Dtheme.less212 .secedit input.button, /* @deprecated since Detritus */
/template/m1/css/
H A Dm1-screen.css145 div.dokuwiki input.button,
/template/tr-twitter/
H A Dstyle.css122 html > body div.dokuwiki input.button, html > body div.dokuwiki button.button {
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.min.js17input.slice(e.index+e[0].length))?"":"(?:)"}),h(/\\k<([\w$]+)>/,function(e){var t=isNaN(e[1])?i(th…
/plugin/ol3/
H A Dscript.js1input values will be taken as absolute values. Offsets along the x- and y-axis will be applied aut…
8 …)&&e.shiftKey},ul=function(t){var e=t.originalEvent.target.tagName;return"INPUT"!==e&&"SELECT"!==e…
/plugin/searchtablejs/
H A Dtablefilter.js131 (f==undefined || f["col_"+i]==undefined) ? inptype="text" : inptype="hidden";//show/hide input
132 var inp = createElm( "input",["id","flt"+i+"_"+id],["type",inptype],["class",inpclass] );
160 "input",
965 element (onkeypress attribute on input)
1207 if( grabEBI(filters[i]).nodeName.toLowerCase()=="input")
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js276 * matches the union of the sets of strings matched by the input RegExp.
277 * Since it matches globally, if the input strings have a start-of-input
849 * in the input job and builds a decoration list which it attaches to
1033 * This requires cloning elements, so the input might not have unique
H A Dprettify.js324 * matches the union of the sets of strings matched by the input RegExp.
325 * Since it matches globally, if the input strings have a start-of-input
897 * in the input job and builds a decoration list which it attaches to
1081 * This requires cloning elements, so the input might not have unique
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js131 (f==undefined || f["col_"+i]==undefined) ? inptype="text" : inptype="hidden";//show/hide input
132 var inp = createElm( "input",["id","flt"+i+"_"+id],["type",inptype],["class",inpclass] );
160 "input",
965 element (onkeypress attribute on input)
1207 if( grabEBI(filters[i]).nodeName.toLowerCase()=="input")
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1629 …jQuery('#dw__editform').append('<input type="hidden" id="formatdel" name="formatdel" value="del" /…
1644 …jQuery('#dw__editform').append('<input type="hidden" id="formatdel" name="formatdel" value="del" /…
1807 … jQuery('#dw__editform').append('<input type="hidden" id="fontdel" name="fontdel" value="del" />');
1823 … jQuery('#dw__editform').append('<input type="hidden" id="fontdel" name="fontdel" value="del" />');
1833 …jQuery('#dw__editform').append('<input type="hidden" id="formatdel" name="formatdel" value="del" /…
/plugin/ckgedit/ckeditor/skins/moono/
H A Deditor_ie7.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
/plugin/freechat/phpfreechat/i18n/it_IT/
H A Dmain.php379 $GLOBALS["i18n"]["Input Required"] = "Input richiesto";
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js51 …me,sId){var Obj;if(!window.addEventListener){Obj=document.createElement('<input type="'+sType+'" i…
52 else{Obj=document.createElement('input');Obj.setAttribute('type',sType);Obj.setAttribute('name',sNa…
/plugin/freechat/phpfreechat/i18n/bg_BG/
H A Dmain.php375 $GLOBALS["i18n"]["Input Required"] = "Input Required";
/plugin/freechat/phpfreechat/i18n/en_US/
H A Dmain.php376 $GLOBALS["i18n"]["Input Required"] = "Input Required";
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js195 // Devices can have both touch and keyboard input so always allow key events
561 action = 'touchend click'; // Just detect for both event types to allow for multi-input
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php398 $input = <<<ICS
425 Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php398 $input = <<<ICS
425 Reader::read($input);
/plugin/virtualgroup/
H A Dadmin.php27 global $INPUT;
30 if ($INPUT->has('addusergroups')) {
31 $this->addUserGroups($INPUT->str('user'), $INPUT->str('groups'));
32 } elseif ($INPUT->has('addgroupusers')) {
33 $this->addGroupUsers($INPUT->str('group'), $INPUT->str('users'));
34 } elseif ($INPUT->has('deleteuser')) {
35 $this->deleteUser($INPUT->str('user'));
36 } elseif ($INPUT
[all...]
/plugin/bureaucracy/helper/
H A Dactiontemplate.php261 * - $INPUT->server->str('REMOTE_USER')
435 * @USER@ => $INPUT->server->str('REMOTE_USER')

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