Home
last modified time | relevance | path

Searched full:input (Results 101 – 125 of 4718) sorted by relevance

12345678910>>...189

/plugin/twcheckliste/
H A Dscript.js34 var tmpElement = jQuery(document.createElement("input")).prop({
74 var tmpElement = jQuery(document.createElement("input")).prop({
159 jQuery(this).parent().find("input").click();
173 id : 'input-' + x,
174 class : 'single-input',
191 class : 'group-input',
213 id : 'input-' + y + groupId,
214 class : 'single-input single-input-p' + y + groupId,
224 jQuery('.single-input-p' + y + groupId).change(function() {
237 id : 'input-' + y + groupId,
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php9 $input = <<<IN
52 $input = <<<IN
90 $input = <<<IN
129 $input = <<<IN
169 $input = <<<IN
210 $input = <<<IN
256 $input = <<<IN
419 $input,
423 $input
474 $input,
[all …]
H A DTestCase.php23 $getObj = function($input) use ($self) {
25 if (is_resource($input)) {
26 $input = stream_get_contents($input);
28 if (is_string($input)) {
29 $input = Reader::read($input);
31 if (!$input instanceof Component) {
32 $this->fail('Input must be a string, stream or VObject component');
34 unset($input->PRODID);
35 return $input;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php9 $input = <<<IN
52 $input = <<<IN
90 $input = <<<IN
129 $input = <<<IN
169 $input = <<<IN
210 $input = <<<IN
256 $input = <<<IN
419 $input,
423 $input
474 $input,
[all …]
H A DTestCase.php23 $getObj = function($input) use ($self) {
25 if (is_resource($input)) {
26 $input = stream_get_contents($input);
28 if (is_string($input)) {
29 $input = Reader::read($input);
31 if (!$input instanceof Component) {
32 $this->fail('Input must be a string, stream or VObject component');
34 unset($input->PRODID);
35 return $input;
/plugin/cacherevisionseraser/
H A Dadmin.php173 ptln('<input type="hidden" name="do" value="admin" />');
175 ptln('<input type="hidden" name="cmd" value="main" />');
200 ptln('<input type="hidden" name="do" value="admin" />');
202 ptln('<input type="hidden" name="cmd" value="main" />');
212 ptln('<input type="hidden" name="do" value="admin" />');
214 ptln('<input type="hidden" name="cmd" value="erasecache" />');
271 ptln('<input type="hidden" name="do" value="admin" />');
516 ptln('<input type="hidden" name="do" value="admin" />');
518 ptln('<input type="hidden" name="cmd" value="main" />');
523 ptln('<input type="hidden" name="do" value="admin" />');
[all …]
/template/ramtop/css/
H A Dbasic.less340 input,
374 input,
382 input:active,
383 input:focus,
392 input[type=radio],
394 input[type=image] {
403 input[type=reset],
404 input.button,
417 #IE7 input.button,
454 input[disabled],
[all …]
/template/20cones/css/
H A Dbasic.less349 input,
384 input,
392 input:active,
393 input:focus,
402 input[type=radio],
403 input[type=checkbox],
404 input[type=image] {
411 input[type=submit],
412 input[type=button],
413 input[typ
[all...]
/template/codowik/css/
H A Dbasic.less347 input,
381 input,
389 input:active,
390 input:focus,
399 input[type=radio],
401 input[type=image] {
410 input[type=reset],
411 input.button,
424 #IE7 input.button,
461 input[disabled],
[all …]
/template/binkytestinstance/css/
H A Dbasic.less340 input,
374 input,
382 input:active,
383 input:focus,
392 input[type=radio],
394 input[type=image] {
403 input[type=reset],
404 input.button,
417 #IE7 input.button,
454 input[disabled],
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php13 $input = <<<XML
24 $this->assertDecodeProp($input, $expected);
29 $input = <<<XML
37 $this->assertDecodeProp($input, $expected);
42 $input = <<<XML
53 $this->assertDecodeProp($input, $expected);
58 $input = <<<XML
78 $input = <<<XML
105 $input = <<<XML
127 $input = <<<XML
[all …]
/plugin/codehighlight/cp/languages/
H A Dsql.js8 { input : /\'(.*?)(\')/g, output : '<s>\'$1$2</s>' }, // strings single quote
9input : /\b(add|after|aggregate|alias|all|and|as|authorization|between|by|cascade|cache|cache|call…
10 …{ input : /\b(bigint|bigserial|bit|boolean|box|bytea|char|character|cidr|circle|date|decimal|doubl…
11 …{ input : /\b(abort|alter|analyze|begin|checkpoint|close|cluster|comment|commit|copy|create|deallo…
12 { input : /([^:]|^)\-\-(.*?)(<br|<\/P)/g, output: '$1<i>--$2</i>$3' } // comments //
16 { input : 'select', output : 'select $0 from where ' }
20 { input : '\'', output : '\'$0\'' },
21 { input : '"', output : '"$0"' },
22 { input : '(', output : '\($0\)' },
23 { input : '[', output : '\[$0\]' },
[all …]
H A Djava.js7 { input : /\"(.*?)(\"|<br>|<\/P>)/g, output : '<s>"$1$2</s>'}, // strings double quote
8 { input : /\'(.*?)(\'|<br>|<\/P>)/g, output : '<s>\'$1$2</s>'}, // strings single quote
9 …{ input : /\b(abstract|continue|for|new|switch|assert|default|goto|package|synchronized|boolean|do…
10 { input : /([^:]|^)\/\/(.*?)(<br|<\/P)/g, output : '$1<i>//$2</i>$3'}, // comments //
11 { input : /\/\*(.*?)\*\//g, output : '<i>/*$1*/</i>' }// comments /* */
17 { input : '\'',output : '\'$0\'' },
18 { input : '"', output : '"$0"' },
19 { input : '(', output : '\($0\)' },
20 { input : '[', output : '\[$0\]' },
21 { input : '{', output : '{\n\t$0\n}' }
H A Dcss.js7 { input : /(.*?){(.*?)}/g,output : '<b>$1</b>{<u>$2</u>}' }, // tags, ids, classes, values
8 { input : /([\w-]*?):([^\/])/g,output : '<a>$1</a>:$2' }, // keys
9 { input : /\((.*?)\)/g,output : '(<s>$1</s>)' }, // parameters
10 { input : /\/\*(.*?)\*\//g,output : '<i>/*$1*/</i>'} // comments
16 { input : '\'',output : '\'$0\'' },
17 { input : '"', output : '"$0"' },
18 { input : '(', output : '\($0\)' },
19 { input : '[', output : '\[$0\]' },
20 { input : '{', output : '{\n\t$0\n}' }
H A Dperl.js8 { input : /\"(.*?)(\"|<br>|<\/P>)/g, output : '<s>"$1$2</s>' }, // strings double quote
9 { input : /\'(.*?)(\'|<br>|<\/P>)/g, output : '<s>\'$1$2</s>' }, // strings single quote
10 { input : /([\$\@\%][\w\.]*)/g, output : '<a>$1</a>' }, // vars
11 { input : /(sub\s+)([\w\.]*)/g, output : '$1<em>$2</em>' }, // functions
13 { input : /([\(\){}])/g, output : '<u>$1</u>' }, // special chars
14 { input : /#(.*?)(<br>|<\/P>)/g, output : '<i>#$1</i>$2' } // comments
20 { input : '\'',output : '\'$0\'' },
21 { input : '"', output : '"$0"' },
22 { input : '(', output : '\($0\)' },
23 { input : '[', output : '\[$0\]' },
[all …]
/template/congrid/css/themes/
H A Dwhite.css90 #dokuwiki__site.white input,
110 #dokuwiki__site.white input,
119 #dokuwiki__site.white input:active,
120 #dokuwiki__site.white input:focus,
130 #dokuwiki__site.white input[type=radio],
132 #dokuwiki__site.white input[type=image] {
139 #dokuwiki__site.white input[type=submit],
141 #dokuwiki__site.white input[type=reset],
142 #dokuwiki__site.white input.button,
176 #dokuwiki__site.white input[disabled],
[all …]
/plugin/emoji/emojione/
H A DClientInterface.php12 * @param string $string The input string.
22 * @param string $string The input string.
28 * This will output unicode from shortname input.
32 * @param string $string The input string.
42 * @param string $string The input string.
48 * This will output image markup (for png or svg) from shortname input.
50 * @param string $string The input string.
56 * This will return the shortname from unicode input.
58 * @param string $string The input string.
64 * This will output image markup (for png or svg) from unicode input.
[all …]
/template/zenith/css/
H A Dbasic.less343 input,
375 input,
383 input:active,
384 input:focus,
393 input[type=radio],
395 input[type=image] {
402 input[type=submit],
404 input[type=reset],
405 input.button,
450 input[disabled],
[all …]
/template/darkblue/css/
H A Dbasic.less346 input,
379 input,
387 input:active,
388 input:focus,
397 input[type=radio],
399 input[type=image] {
406 input[type=submit],
408 input[type=reset],
409 input.button,
455 input[disabled],
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_link.html98 <input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />
100 <input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />
137 <input id="txtPopupName" style="WIDTH: 100%" type="text" />
211 <input id="txtAttId" style="WIDTH: 100%" type="text" />
236 <input id="txtAttName" style="WIDTH: 100%" type="text" />
244 <input id="txtAttLangCode" style="WIDTH: 100%" type="text" />
263 <input id="txtAttTitle" style="WIDTH: 100%" type="text" />
268 <input id="txtAttContentType" style="WIDTH: 100%" type="text" />
274 <input id="txtAttClasses" style="WIDTH: 100%" type="text" />
279 <input id="txtAttCharSet" style="WIDTH: 100%" type="text" />
[all …]
/template/dokufreech/css/
H A Dbasic.css347 input, selector
378 input, selector
386 input:active,
387 input:focus,
396 input[type=radio],
398 input[type=image] {
407 input[type=reset],
408 input.button,
425 #IE7 input.button,
466 input[disabled],
[all …]
/template/lisps/css/
H A Dbasic.css337 input, selector
368 input, selector
376 input:active,
377 input:focus,
386 input[type=radio],
388 input[type=image] {
397 input[type=reset],
398 input.button,
415 #IE7 input.button,
456 input[disabled],
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php13 * A lexer is recognizer that draws input symbols from a character stream.
30 public $input; variable in Antlr\\Antlr4\\Runtime\\Lexer
105 * input char buffer. Use {@see Lexer::setText()} or can set this instance var.
114 public function __construct(?CharStream $input = null) argument
118 $this->input = $input;
120 $this->tokenFactorySourcePair = new Pair($this, $input);
129 if ($this->input !== null) {
130 $this->input->seek(0);// rewind the input
289 setInputStream(IntStream $input) global() argument
[all...]
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_link.html175 <input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />
178 <input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />
218 <input id="txtPopupName" style="WIDTH: 100%" type="text" />
292 <input id="txtAttId" style="WIDTH: 100%" type="text" />
317 <input id="txtAttName" style="WIDTH: 100%" type="text" />
325 <input id="txtAttLangCode" style="WIDTH: 100%" type="text" />
344 <input id="txtAttTitle" style="WIDTH: 100%" type="text" />
349 <input id="txtAttContentType" style="WIDTH: 100%" type="text" />
355 <input id="txtAttClasses" style="WIDTH: 100%" type="text" />
360 <input id="txtAttCharSet" style="WIDTH: 100%" type="text" />
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingImConvert.php11 public function update($input) argument
15 $input = trim($input);
18 if ($value == $input) return false;
20 if ($input && !file_exists($input)) {
22 $this->input = $input;
26 $this->local = $input;

12345678910>>...189