Home
last modified time | relevance | path

Searched defs:input (Results 151 – 175 of 477) sorted by last modified time

12345678910>>...20

/plugin/tagfilter/script/select2/
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
H A Dselect2_locale_pt-BR.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Informe " + n + " caractere" + (n == 1? "" : "s"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caractere" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_pt-PT.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, argument
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_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_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_zh-CN.js8 formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, argument
9 formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, argument
H A Dselect2_locale_cs.js17 formatInputTooShort: function (input, min) { argument
27 formatInputTooLong: function (input, max) { argument
H A Dselect2_locale_da.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Angiv venligst " + n + " tegn mere"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " + n + " tegn mindre"; }, argument
H A Dselect2_locale_eu.js13 formatInputTooShort: function (input, min) { argument
21 formatInputTooLong: function (input, max) { argument
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_he.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "נא להזין עוד " + n + " תווים נוספים"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, argument
/plugin/evesso/conf/
H A Dmetadata.php10 function update($input) {
30 function update($input) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php14 function write($input) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011…
677 function assertValidateResult($input, $expectedLevel, $expectedMessage = null) {
H A DVCardTest.php12 function testValidate($input, $expectedWarnings, $expectedRepairedOutput) {
271 function assertValidateResult($input, $expectedLevel, $expectedMessage = null) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DFunctionsTest.php10 function testGetHeaderValues($input, $output) {
49 function testPrefer($input, $output) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php336 function testGenerator($input, $expected, $timeZone = null) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php44 function process($input, $existingObject = null, $expected = false) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php75 function h($input) {
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php27 protected $input; variable in Sabre\\VObject\\Parser\\Json
48 public function parse($input = null, $options = null) {
182 public function setInput($input) {
H A DMimeDir.php33 protected $input; variable in Sabre\\VObject\\Parser\\MimeDir
52 public function parse($input = null, $options = null) {
75 public function setInput($input) {
481 static public function unescapeValue($input, $delimiter = ';') {
560 private function unescapeParam($input) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js25 function isArray(input) { argument
26 return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]'; class
29 function isObject(input) { argument
49 function isUndefined(input) { argument
53 function isNumber(input) { argument
57 function isDate(input) { argument
346 function isFunction(input) { argument
1280 function getSetWeek (input) { argument
1285 function getSetISOWeek (input) { argument
1753 function localeIsPM (input) { argument
[all …]
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DXmlFragmentTest.php13 function testDeserialize($input, $expected) {
113 function testSerialize($expectedFallback, $input, $expected = null) {

12345678910>>...20