Home
last modified time | relevance | path

Searched refs:input (Results 976 – 1000 of 1436) sorted by last modified time

1...<<31323334353637383940>>...58

/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/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md417 A stream is like a pipe, with an input, and an output. This is
/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/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md419 - Make sure input is always a string [\#755](https://github.com/schmittjoh/serializer/pull/755) ([g…
500 - Throw exceptions on invalid input [\#112](https://github.com/schmittjoh/serializer/issues/112)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst35 * ``and``: The separator for the last pair of input items
H A Dslice.rst66 * ``preserve_keys``: Whether to preserve key or not (when the input is an array)
H A Dconvert_encoding.rst9 is the input charset:
25 * ``from``: The input charset
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst14 {% macro input(name, value, type, size) %}
15 …<input type="{{ type|default('text') }}" name="{{ name }}" value="{{ value|e }}" size="{{ size|def…
31 <dd>{{ forms.input('username') }}</dd>
33 <dd>{{ forms.input('password', null, 'password') }}</dd>
42 {% from 'forms.html' import input as input_field, textarea %}
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.ne…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php246 array_walk_recursive($buffer, function (&$input) {
247 if (is_string($input)) {
248 $input = PHPUnit_Util_String::convertToUtf8($input);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst226 Some filters may need to work on input that is already escaped or safe, for
228 case, set the ``pre_escape`` option to escape the input data before it is run
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php68 public function testFilterBodyNodes($input, $expected) argument
72 $this->assertEquals($expected, $parser->filterBodyNodes($input));
83 $input = new Node([new SetNode(false, new Node(), new Node(), 1)]),
84 $input,
87 …$input = new Node([new SetNode(true, new Node(), new Node([new Node([new TextNode('foo', 1)])]), 1…
88 $input,
97 public function testFilterBodyNodesThrowsException($input) argument
101 $parser->filterBodyNodes($input);
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md13 This library contains efficient assertions to test the input and output of
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,… selector
/plugin/feedback/_test/
H A DgetFeedbackContact.test.php76 public function test_getFeedbackContact ($input, $options, $expected_output, $message) { argument
89 $actual_output = $action->getFeedbackContact($input);
/plugin/letsencrypt/
H A DLescript.php535 public static function encode($input) argument
537 return str_replace('=', '', strtr(base64_encode($input), '+/', '-_'));
540 public static function decode($input) argument
542 $remainder = strlen($input) % 4;
545 $input .= str_repeat('=', $padlen);
547 return base64_decode(strtr($input, '-_', '+/'));
/plugin/inlineedit/
H A Dscript.js16 var input = prompt(LANG.plugins.inlineedit.promt_title, $self.html());
17 if(input == null) return;
18 if(input == $self.html()) return;
35 input:input,
/plugin/searchtablejs/TableFilter_EN/
H A Dfiltergrid.css17 .flt{ /* filter (input) appearance */
21 .flt_s{ /* small filter (input) appearance */
/plugin/searchtablejs/
H A Dstyle.css1 div.dokuwiki input.searchtable {
5 div.dokuwiki input.searchtable {
H A Dsyntax.php68 …$renderer->doc .= 'Filter: <form class="searchtable" onsubmit="return false;"><input class="search…
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Ddialog_ie8.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
H A Ddialog_iequirks.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…

1...<<31323334353637383940>>...58