Home
last modified time | relevance | path

Searched refs:input (Results 201 – 225 of 1436) sorted by relevance

12345678910>>...58

/plugin/tagfilter/script/select2/
H A Dselect2_locale_ro.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Vă rugăm să introduceți incă " + n + " caracter" + (n == 1 ? "" : "e"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, argument
H A Dselect2_locale_eu.js13 formatInputTooShort: function (input, min) { argument
14 var n = min - input.length;
21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
H A Dselect2_locale_fr.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de plus"; }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de supprimer " + n + " caractère" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_el.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Παρακαλούμε εισάγετε " + n + " περισσότερο" + (n > 1 ? "υς" : "") + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Παρακαλούμε διαγράψτε " + n + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, argument
H A Dselect2_locale_ar.js11 formatInputTooShort: function (input, min) { var n = min - input.length; if (n == 1){ return "الرجاء إدخال حرف واحد على الأكثر"; } return n == 2 ? "الرجاء إدخال حرفين على الأكثر" : "الجاء إدخال " + n + " على الأكثر"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الجاء إدخال " + n + " على الأقل "; }, argument
H A Dselect2_locale_en.js12 formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " more character" + (n == 1 ? "" : "s"); }, argument
13 formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, argument
H A Dselect2_locale_hr.js12 formatInputTooShort: function (input, min) { return "Unesite još" + character(min - input.length); }, argument
13 formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, argument
H A Dselect2_locale_lv.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Lūdzu ievadiet vēl " + n + " simbol" + (n == 11 ? "us" : n%10 == 1 ? "u" : "us"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Lūdzu ievadiet par " + n + " simbol" + (n == 11 ? "iem" : n%10 == 1 ? "u" : "iem") + " mazāk"; }, argument
H A Dselect2_locale_ru.js11 formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще" + character(min - input.length); }, argument
12 formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; }, argument
H A Dselect2_locale_lt.js12 formatInputTooShort: function (input, min) { return "Įrašykite dar" + character(min - input.length); }, argument
13 formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); }, argument
H A Dselect2_locale_uk.js12 formatInputTooShort: function (input, min) { return "Введіть буль ласка ще" + character(min - input.length, "символ"); }, argument
13 formatInputTooLong: function (input, max) { return "Введіть буль ласка на" + character(input.length - max, "символ") + " менше"; }, argument
H A Dselect2_locale_rs.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Ukucajte bar još " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Obrišite " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, argument
H A Dselect2_locale_pl.js12 formatInputTooShort: function (input, min) { return "Wpisz jeszcze" + character(min - input.length, "znak", "i"); }, argument
13 formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); }, argument
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php12 function testValidate($input, $expectedWarnings, $expectedRepairedOutput) { argument
14 $vcard = VObject\Reader::read($input);
287 function assertValidateResult($input, $expectedLevel, $expectedMessage = null) { argument
290 foreach ($input as $warning) {
295 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
297 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
299 $this->assertEquals($expectedMessage, $input[0]['message']);
300 $this->assertEquals($expectedLevel, $input[0]['level']);
H A DVTimeZoneTest.php11 $input = <<<HI
21 $obj = Reader::read($input);
35 $input = <<<HI
45 $obj = Reader::read($input);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegoptimFilter.php66 $pb->add($input = FilesystemUtils::createTemporaryFile('jpegoptim'));
67 file_put_contents($input, $asset->getContent());
73 unlink($input);
77 $asset->setContent(file_get_contents($input));
79 unlink($input);
H A DRooleFilter.php44 $input = FilesystemUtils::createTemporaryFile('roole');
45 $output = $input.'.css';
47 file_put_contents($input, $asset->getContent());
53 $pb->add($input);
57 unlink($input);
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php11 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
51 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
72 $input = pq($check, $label);
73 $this->assertEquals(1, $input->length, "find check of $name");
75 return $input;
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php11 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
51 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
72 $input = pq($check, $label);
73 $this->assertEquals(1, $input->length, "find check of $name");
75 return $input;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWriteInstruction.php30 public function setInput(InstructionInput $input) argument
32 $this->input = $input;
39 return $this->input;
/plugin/watchcycle/_test/
H A Dmaintainer.test.php27 $input = 'foo, bar, testuser1, @baz, @other';
44 $this->assertEquals($output, $helper->getMaintainers($input));
49 $input = 'foo, bar, testuser1, @baz, @other';
54 $this->assertEquals($output, $helper->getMaintainerMails($input));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php12 $input = <<<HI
22 $obj = Reader::read($input);
36 $input = <<<HI
46 $obj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php12 $input = <<<HI
22 $obj = Reader::read($input);
36 $input = <<<HI
46 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php12 $input = <<<HI
22 $obj = Reader::read($input);
36 $input = <<<HI
46 $obj = Reader::read($input);
/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);

12345678910>>...58