Home
last modified time | relevance | path

Searched defs:input (Results 26 – 50 of 477) sorted by relevance

12345678910>>...20

/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php31 protected $input; variable in Sabre\\VObject\\Parser\\XML
57 function __construct($input = null, $options = 0) {
77 function parse($input = null, $options = 0) {
393 function setInput($input) {
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js61 parseTime: function(input){ argument
64 updateTime: function(input, dateObj){ argument
67 setMinTime: function(input, dateObj){ argument
72 parseDate: function(input){ argument
75 updateDate(input, dateObj) global() argument
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php29 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
46 public function __construct($input, $options = 0)
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php29 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
46 function __construct($input, $options = 0) {
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
47 public function __construct($input, $options = 0) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
47 public function __construct($input, $options = 0) {
/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/lib/Splitter/
H A DVCard.php30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
47 public function __construct($input, $options = 0) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DXmlFragmentTest.php13 function testDeserialize($input, $expected) {
113 function testSerialize($expectedFallback, $input, $expected = null) {
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DXmlFragmentTest.php13 function testDeserialize($input, $expected) {
113 function testSerialize($expectedFallback, $input, $expected = null) {
/plugin/evesso/conf/
H A Dmetadata.php10 function update($input) {
30 function update($input) {
/plugin/diagramsnet/lib/js/deflate/
H A Dbase64.js15 encode : function (input, binary) { argument
53 decode : function (input, binary) { argument
/plugin/tagfilter/script/select2/
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_ca.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduïu " + n + " caràcter" + (n == 1 ? "" : "s") + " més"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + " caràcter" + (n == 1? "" : "s") + "menys"; }, argument
H A Dselect2_locale_de.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Bitte " + n + " Zeichen mehr eingeben"; }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Zeichen weniger eingeben"; }, 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_es.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "ácter" : "acteres"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); }, argument
H A Dselect2_locale_et.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Sisesta " + n + " täht" + (n == 1 ? "" : "e") + " rohkem"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Sisesta " + n + " täht" + (n == 1? "" : "e") + " vähem"; }, argument
H A Dselect2_locale_is.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Vinsamlegast skrifið " + n + " staf" + (n > 1 ? "i" : "") + " í viðbót"; }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast styttið texta um " + n + " staf" + (n > 1 ? "i" : ""); }, argument
H A Dselect2_locale_it.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Inserisci ancora " + n + " caratter" + (n == 1? "e" : "i"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, argument
H A Dselect2_locale_ja.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "後" + n + "文字入れてください"; }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "検索文字列が" + n + "文字長すぎます"; }, argument
H A Dselect2_locale_ko.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
H A Dselect2_locale_bg.js12 formatInputTooShort: function (input, min) { var n = min - input.length; return "Моля въведете още " + n + " символ" + (n > 1 ? "а" : ""); }, argument
13 formatInputTooLong: function (input, max) { var n = input.length - max; return "Моля въведете с " + n + " по-малко символ" + (n > 1 ? "а" : ""); }, argument
H A Dselect2_locale_fi.js10 formatInputTooShort: function (input, min) { argument
14 formatInputTooLong: function (input, max) { argument
H A Dselect2_locale_gl.js13 formatInputTooShort: function (input, min) { argument
21 formatInputTooLong: function (input, max) { argument

12345678910>>...20