Home
last modified time | relevance | path

Searched refs:input (Results 101 – 125 of 1436) sorted by relevance

12345678910>>...58

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php24 private $input; variable in Assetic\\Exception\\FilterException
50 public function setInput($input) argument
52 $this->input = $input;
60 return $this->input;
67 if (!empty($this->input)) {
68 $message .= "\n\nInput:\n".$this->input;
/plugin/sentry/conf/
H A DSetting.php45 $current = $this->input;
51 $input = '';
72 $input .= '<div class="' . $class . '">';
73 $input .= '<label for="' . $inputId . '">' . hsc($info[1]) . '</label>';
74 … $input .= '<input type="checkbox" id="' . $inputId . '" name="config[' . $this->key . '][]" ' .
76 $input .= '</div>';
79 $input .= '<div class="selection">' . $current . '</div>';
81 return [$label, $input];
/plugin/aclauditor/
H A Dsyntax.php51 …if(isset($data['who']) && !empty($data['who'])) $renderer->doc .= '<input type="hidden" name="acla…
52 …if(isset($data['what']) && !empty($data['what'])) $renderer->doc .= '<input type="hidden" name="ac…
53 …$renderer->doc .= '<input type="submit" name="aclaudit_test'.((isset($data['who']) && isset($data[…
58 …$renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load_filename" value="'.$data['sce…
59 $renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load" value="1" />';
60 …$renderer->doc .= '<input type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('run'…
61 }else $renderer->doc .= '<input type="submit" name="" value="'.$this->getLang('run').'" />';
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php44 * @param mixed $input The PHP value
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
55 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
56 $dumpObjectAsInlineMap = empty((array) $input);
59 if ($inline <= 0 || (!\is_array($input) && !$input instanceof TaggedValue && $dumpObjectAsInlineMap) || empty($input)) {
60 $output .= $prefix.Inline::dump($input, $flags);
61 } elseif ($input instanceo
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php29 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
43 * @param resource $input
46 public function __construct($input, $options = 0) argument
48 $this->input = $input;
49 $this->parser = new MimeDir($input, $options);
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php29 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
43 * @param resource $input
46 function __construct($input, $options = 0) { argument
48 $this->input = $input;
49 $this->parser = new MimeDir($input, $options);
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
44 * @param resource $input
47 public function __construct($input, $options = 0) { argument
49 $this->input = $input;
50 $this->parser = new MimeDir($input, $options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
44 * @param resource $input
47 public function __construct($input, $options = 0) { argument
49 $this->input = $input;
50 $this->parser = new MimeDir($input, $options);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
44 * @param resource $input
47 public function __construct($input, $options = 0) { argument
49 $this->input = $input;
50 $this->parser = new MimeDir($input, $options);
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php37 private $input; variable in Doctrine\\Common\\Lexer\\AbstractLexer
86 * @param string $input The input to be tokenized.
90 public function setInput($input) argument
92 $this->input = $input;
96 $this->scan($input);
143 return substr($this->input, 0, $position);
241 * @param string $input A query string.
245 protected function scan($input) argument
259 $matches = preg_split($regex, $input, -1, $flags);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php15 * Matching attempted at what input index?
22 * Which configurations did we try at $input->index() that couldn't match $input->LA(1)?
28 public function __construct(Lexer $lexer, CharStream $input, int $startIndex, ATNConfigSet $deadEndConfigs) argument
30 parent::__construct($lexer, $input, null);
44 $input = $this->getInputStream();
46 if (!$input instanceof CharStream) {
50 if ($input !== null && $this->startIndex >= 0 && $this->startIndex < $input->getLength()) {
51 $symbol = $input
[all...]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DValueObjectTest.php12 $input = <<<XML
21 $reader->xml($input);
49 $input = <<<XML
59 $reader->xml($input);
87 $input = <<<XML
98 $reader->xml($input);
130 $input = <<<XML
136 $reader->xml($input);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithToString.php9 private $input; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithToString
11 public function __construct($input) argument
13 $this->input = $input;
18 return $this->input;
/plugin/bureaucracy-au/script/
H A Dfieldsets.js22 function updateFieldset(input) { argument
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
25input.parentNode.parentNode.style.display !== 'none' && // input/checkbox is d…
26 …((input.checked === dp.tval) || // ( checkbox is chec…
27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28input.value === dp.tval); // OR input === dp.tva…
/plugin/bureaucracyau/script/
H A Dfieldsets.js22 function updateFieldset(input) { argument
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
25input.parentNode.parentNode.style.display !== 'none' && // input/checkbox is d…
26 …((input.checked === dp.tval) || // ( checkbox is chec…
27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28input.value === dp.tval); // OR input === dp.tva…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php22 * Returns an array of all k-combinations from an input array of n elements, where k equals 1..n.
36 $input = array_unique($array);
37 if (count($input) <= 1) {
38 return [$input];
41 sort($input);
43 foreach ($input as $value) {
47 $n = count($input);
49 $combinations = array_merge($combinations, self::combinations($input, $k));
56 * Returns an array of unique k-combinations from an input array.
/plugin/bureaucracy/script/
H A Dfieldsets.js22 function updateFieldset(input) { argument
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
25input.parentNode.parentNode.style.display !== 'none' && // input/checkbox is d…
26 …((input.checked === dp.tval) || // ( checkbox is chec…
27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28input.value === dp.tval); // OR input === dp.tva…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dself_import.test6 {{ forms.input('username') }}
7 {{ forms.input('password', null, 'password', 1) }}
9 {% macro input(name, value, type, size) %}
10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
15 <input type="text" name="username" value="" size="20">
17 <input type="password" name="password" value="" size="1">
H A Dbasic.test6 {{ macros.input('username') }}
7 {{ macros.input('password', null, 'password', 1) }}
9 {% macro input(name, value, type, size) %}
10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
15 <input type="text" name="username" value="" size="20">
17 <input type="password" name="password" value="" size="1">
H A Dexternal.test6 {{ forms.input('username') }}
7 {{ forms.input('password', null, 'password', 1) }}
9 {% macro input(name, value, type, size) %}
10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
15 <input type="text" name="username" value="" size="20">
17 <input type="password" name="password" value="" size="1">
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DXmlFragmentTest.php13 function testDeserialize($input, $expected) { argument
15 $input = <<<BLA
18 <fragment>$input</fragment>
26 $reader->xml($input);
113 function testSerialize($expectedFallback, $input, $expected = null) { argument
128 '{http://sabredav.org/ns}fragment' => new XmlFragment($input),
/plugin/vshare/_test/
H A DVideoSyntaxTest.php37 * @param string $input
42 public function testParseSize($input, $ewidth, $eheight, $eparams = []) argument
45 parse_str($input, $params);
91 * @param string $input
94 public function testHandle($input, $expect) argument
97 $result = $syntax->handle($input, DOKU_LEXER_MATCHED, 0, new \Doku_Handler());
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DXmlFragmentTest.php13 function testDeserialize($input, $expected) { argument
15 $input = <<<BLA
18 <fragment>$input</fragment>
26 $reader->xml($input);
113 function testSerialize($expectedFallback, $input, $expected = null) { argument
128 '{http://sabredav.org/ns}fragment' => new XmlFragment($input),
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php45 function formatMemory($input) { argument
47 if (strlen($input) > 6) {
49 return round($input / (1024 * 1024)) . 'M';
51 } elseif (strlen($input) > 3) {
53 return round($input / 1024) . 'K';
59 unset($input, $splitter);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php68 * @param string $input A string containing YAML
75 public static function parse(string $input, int $flags = 0) argument
79 return $yaml->parse($input, $flags);
88 * @param mixed $input The PHP value
95 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
99 return $yaml->dump($input, $inline, 0, $flags);

12345678910>>...58