Home
last modified time | relevance | path

Searched refs:limit (Results 76 – 100 of 502) sorted by last modified time

12345678910>>...21

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc119 $params['index'] = (list) A comma-separated list of index name to limit the operation
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ro/
H A Dro.txt
/plugin/ckgedit/ckeditor/
H A DLICENSE.md1061 Executable version does not attempt to limit or alter the recipient's
H A Dckeditor.js.unc24270 this.limit = a.config.undoStackSize || 20;
24322 e.length == this.limit && e.shift();
H A Dckeditor.js1222 …this.strokesRecorded=[0,0];this.locked=null;this.previousKeyGroup=-1;this.limit=a.config.undoStack…
1224 …ire("change");e.splice(this.index+1,e.length-this.index-1);e.length==this.limit&&e.shift();this.in…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php1053 $limit = strlen($str);
1054 if ($i>=$limit) return $limit;
1057 while (($i<$limit) && ((ord($str[$i]) & 0xC0) == 0x80)) $i++;
/plugin/tagfilter/script/select2/
H A Dselect2_locale_ar.js13 formatSelectionTooBig: function (limit) { if (n == 1){ return "يمكنك أن تختار إختيار واحد فقط"; } return n == 2 ? "يمكنك أن تختار إختيارين فقط" : "يمكنك أن تختار " + n + " إختيارات فقط"; }, argument
H A Dselect2_locale_ca.js13 formatSelectionTooBig: function (limit) { return "Només podeu seleccionar " + limit + " element" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_de.js11 formatSelectionTooBig: function (limit) { return "Sie können nur " + limit + " Eintr" + (limit === 1 ? "ag" : "äge") + " auswählen"; }, argument
H A Dselect2_locale_el.js13 formatSelectionTooBig: function (limit) { return "Μπορείτε να επιλέξετε μόνο " + limit + " αντικείμεν" + (limit > 1 ? "α" : "ο"); }, argument
H A Dselect2_locale_en.js14 formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_es.js11 formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_et.js13 formatSelectionTooBig: function (limit) { return "Saad vaid " + limit + " tulemus" + (limit == 1 ? "e" : "t") + " valida"; }, argument
H A Dselect2_locale_fa.js15 formatSelectionTooBig: function (limit) { return "شما فقط می‌توانید " + limit + " مورد را انتخاب کنید"; }, argument
H A Dselect2_locale_is.js11 formatSelectionTooBig: function (limit) { return "Þú getur aðeins valið " + limit + " atriði"; }, argument
H A Dselect2_locale_it.js11 formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); }, argument
H A Dselect2_locale_ja.js11 formatSelectionTooBig: function (limit) { return "最多で" + limit + "項目までしか選択できません"; }, argument
H A Dselect2_locale_ko.js13 formatSelectionTooBig: function (limit) { return "최대 "+limit+"개까지만 선택하실 수 있습니다."; }, argument
H A Dselect2_locale_bg.js14 formatSelectionTooBig: function (limit) { return "Можете да направите до " + limit + (limit > 1 ? " избора" : " избор"); }, argument
H A Dselect2_locale_fi.js18 formatSelectionTooBig: function (limit) { argument
19 return "Voit valita ainoastaan " + limit + " kpl";
H A Dselect2_locale_gl.js29 formatSelectionTooBig: function (limit) { argument
30 if (limit === 1 ) {
33 return "Só pode seleccionar " + limit + " elementos";
H A Dselect2_locale_hr.js14 formatSelectionTooBig: function (limit) { return "Maksimalan broj odabranih stavki je " + limit; }, argument
H A Dselect2_locale_hu.js11 formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; }, argument
H A Dselect2_locale_id.js13 formatSelectionTooBig: function (limit) { return "Anda hanya dapat memilih " + limit + " pilihan" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_ka.js13 formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, argument

12345678910>>...21