Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/plugin/codehighlight/cp/languages/
H A Dvbscript.js18 { input : /(&lt;%)/g, output : '<strong>$1' },
20 { input : /(%&gt;)/g, output : '$1</strong>' },
73 { input : 'resend', output : 'Response.End'},
106 { input : '"', output : '"$0"' },
107 { input : '(', output : '\($0\)' },
108 { input : '[', output : '\[$0\]' },
109 { input : '{', output : '{\n\t$0\n}' }
113 { input : '[space]', output : '&nbsp;' },
114 { input : '[enter]', output : '<br />' } ,
115 { input : '[j]', output : 'testing' },
[all …]
H A Dasp.js18 { input : /(&lt;%)/g, output : '<strong>$1' },
20 { input : /(%&gt;)/g, output : '$1</strong>' },
73 { input : 'resend', output : 'Response.End'},
106 { input : '"', output : '"$0"' },
107 { input : '(', output : '\($0\)' },
108 { input : '[', output : '\[$0\]' },
109 { input : '{', output : '{\n\t$0\n}' }
113 { input : '[space]', output : '&nbsp;' },
114 { input : '[enter]', output : '<br />' } ,
115 { input : '[j]', output : 'testing' },
[all …]
H A Dxsl.js8 input : /(&lt;[^!]*?&gt;)/g,
11 input : /(&lt;a.*?&gt;|&lt;\/a&gt;)/g,
14 input : /(&lt;img .*?&gt;)/g,
29 input : /=(".*?")/g,
32 input : /=('.*?')/g,
35 input : /(&lt;!--.*?--&gt.)/g,
73 {input : 'br', output : '<br />' },
96 {input : '\'',output : '\'$0\'' },
97 {input : '"', output : '"$0"' },
98 {input : '(', output : '\($0\)' },
[all …]
H A Dphp.js43 { input : 'ret', output : 'return $0;' },
45 { input : '<?', output : 'php\n$0\n?>' }
49 { input : '\'', output : '\'$0\'' },
50 { input : '"', output : '"$0"' },
51 { input : '(', output : '\($0\)' },
52 { input : '[', output : '\[$0\]' },
53 { input : '{', output : '{\n\t$0\n}' }
57 { input : '[space]', output : '&nbsp;' },
58 { input : '[enter]', output : '<br />' } ,
59 { input : '[j]', output : 'testing' },
[all …]
H A Dhtml.js21 { input : 'h1', output : '<h1>$0</h1>' },
22 { input : 'h2', output : '<h2>$0</h2>' },
23 { input : 'h3', output : '<h3>$0</h3>' },
24 { input : 'h4', output : '<h4>$0</h4>' },
25 { input : 'h5', output : '<h5>$0</h5>' },
26 { input : 'h6', output : '<h6>$0</h6>' },
43 { input : 'p', output : '<p>$0</p>' },
52 { input : '\'',output : '\'$0\'' },
53 { input : '"', output : '"$0"' },
54 { input : '(', output : '\($0\)' },
[all …]
H A Dautoit.js8 { input : /({|}|\(|\))/g, output : '<b>$1</b>' }, // Brackets
9 { input : /(\*|\+|-)/g, output : '<b>$1</b>' }, // Operator
12 { input : /\b([\d]+)\b/g, output : '<ins>$1</ins>' }, // Numbers
14 { input : /(\$[\w\.]*)/g, output : '<var>$1</var>' }, // vars
15 { input : /(_[\w\.]*)/g, output : '<a>$1</a>' }, // underscored word
16 { input : /(\@[\w\.]*)/g, output : '<em>$1</em>' }, // Macros
25 { input : '\'',output : '\'$0\'' },
26 { input : '"', output : '"$0"' },
27 { input : '(', output : '\($0\)' },
28 { input : '[', output : '\[$0\]' },
[all …]
H A Djavascript.js7 { input : /\"(.*?)(\"|<br>|<\/P>)/g, output : '<s>"$1$2</s>' }, // strings double quote
12 { input : /\/\*(.*?)\*\//g, output : '<i>/*$1*/</i>' } // comments /* */
16 { input : 'dw', output : 'document.write(\'$0\');' },
17 { input : 'getid', output : 'document.getElementById(\'$0\')' },
18 { input : 'fun', output : 'function $0(){\n\t\n}' },
19 { input : 'func', output : 'function $0(){\n\t\n}' }
23 { input : '\'',output : '\'$0\'' },
24 { input : '"', output : '"$0"' },
25 { input : '(', output : '\($0\)' },
26 { input : '[', output : '\[$0\]' },
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php43 $output = $input;
227 $input = <<<ICS
550 $input = <<<ICS
558 $input,
568 $input = <<<ICS
579 $input,
589 $input = <<<ICS
607 $input,
617 $input = <<<ICS
636 $input,
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php43 $output = $input;
227 $input = <<<ICS
550 $input = <<<ICS
558 $input,
568 $input = <<<ICS
579 $input,
589 $input = <<<ICS
607 $input,
617 $input = <<<ICS
636 $input,
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php43 $output = $input;
227 $input = <<<ICS
549 $input = <<<ICS
557 $input,
567 $input = <<<ICS
578 $input,
588 $input = <<<ICS
606 $input,
616 $input = <<<ICS
635 $input,
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php45 $output = $input;
263 $input = <<<ICS
635 $input = <<<ICS
643 $input,
653 $input = <<<ICS
664 $input,
674 $input = <<<ICS
692 $input,
702 $input = <<<ICS
721 $input,
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DBirthdayCalendarGeneratorTest.php12 $input = <<<VCF
50 $input = [];
52 $input[] = <<<VCF
62 $input[] = <<<VCF
108 $input = [];
110 $input[] = <<<VCF
169 $input = <<<VCF
179 $input = Reader::read($input);
209 $input = [];
272 $input = <<<VCF
[all …]
H A DVCardConverterTest.php11 $input = <<<IN
54 $input = <<<IN
92 $input = <<<IN
131 $input = <<<IN
171 $input = <<<IN
212 $input = <<<IN
258 $input = <<<IN
421 $input,
425 $input
476 $input,
[all …]
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php26 private $input; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
35 if (\is_resource($input) || $input instanceof \Iterator) {
36 $this->input = $input;
100 $input = $this->input;
104 $input = null;
105 } elseif (\is_resource($input = $input->current())) {
112 $input = (string) $input;
116 $input = null;
118 $input = null;
139 if ($input) {
[all …]
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php26 private $input; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
31 * @param resource|string|int|float|bool|\Iterator|null $input
33 public function __construct($input) argument
35 if (\is_resource($input) || $input instanceof \Iterator) {
36 $this->input = $input;
37 } elseif (\is_string($input)) {
38 $this->inputBuffer = $input;
40 $this->inputBuffer = (string) $input;
[all...]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($input) { return p\Ctype::ctype_alnum($input); } argument
18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); } argument
21 function ctype_cntrl($input) { return p\Ctype::ctype_cntrl($input); } argument
24 function ctype_digit($input) { return p\Ctype::ctype_digit($input); } argument
27 function ctype_graph($input) { return p\Ctype::ctype_graph($input); } argument
30 function ctype_lower($input) { return p\Ctype::ctype_lower($input); } argument
33 function ctype_print($input) { return p\Ctype::ctype_print($input); } argument
36 function ctype_punct($input) { return p\Ctype::ctype_punct($input); } argument
39 function ctype_space($input) { return p\Ctype::ctype_space($input); } argument
42 function ctype_upper($input) { return p\Ctype::ctype_upper($input); } argument
[all …]
/plugin/davcard/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 …]
/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 …]
/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 …]
/plugin/combo/vendor/symfony/process/
H A DProcessUtils.php33 * Validates and normalizes a Process input.
35 * @param string $caller The name of method call that validates the input
36 * @param mixed $input The input to validate
40 * @throws InvalidArgumentException In case the input is not valid
42 public static function validateInput(string $caller, $input) argument
44 if (null !== $input) {
45 if (\is_resource($input)) {
46 return $input;
48 if (\is_string($input)) {
[all...]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php9 $input = <<<BLA
14 $reader->xml($input);
24 $input = <<<BLA
39 $input = <<<BLA
51 $input = <<<BLA
99 $input = <<<BLA
131 $input = <<<BLA
163 $input = <<<BLA
200 $input = <<<BLA
221 $input = <<<BLA
[all …]
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19input:ab,tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uD… property in k
/plugin/asciimath/
H A Dasciimathml148r.js318 if (s1.input > s2.input) return 1
438 return {input:st, tag:tagst, output:st, ttype:CONST};
481 str = AMremoveCharsAndBlanks(str,symbol.input.length);
538 if (symbol.input == "sqrt") { // sqrt
576 if (symbol.input=="root" || symbol.input=="stackrel")
631 if (symbol.ttype == INFIX && symbol.input != "/") {
632 str = AMremoveCharsAndBlanks(str,symbol.input.length);
640 if (symbol.input == "_") {
643 if (sym2.input == "^") {
673 if (symbol.ttype == INFIX && symbol.input == "/") {
[all …]
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php9 $input = <<<BLA
14 $reader->xml($input);
24 $input = <<<BLA
39 $input = <<<BLA
51 $input = <<<BLA
99 $input = <<<BLA
131 $input = <<<BLA
163 $input = <<<BLA
200 $input = <<<BLA
240 $input = <<<BLA
[all …]
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php33 $uid = intval($this->input('uid'));
65 $msgto = $this->input('msgto');
70 $type = $this->input('type');
138 $pmids = $this->input('pmids');
177 …_ENV['pm']->setpmstatus($this->user['uid'], $this->input('uids'), $this->input('plids'), $this->in…
190 $page = $this->input('page');
227 $pmid = $this->input('pmid');
230 $page = $this->input('page');
233 $type = $this->input('type');
298 $type = $this->input('type');
[all …]

12345678910>>...48