Home
last modified time | relevance | path

Searched defs:limit (Results 151 – 175 of 180) sorted by path

12345678

/plugin/tagfilter/script/select2/
H A Dselect2_locale_ms.js13 formatSelectionTooBig: function (limit) { return "Anda hanya boleh memilih " + limit + " pilihan"; }, argument
H A Dselect2_locale_nl.js11 formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, argument
H A Dselect2_locale_no.js13 formatSelectionTooBig: function (limit) { return "Du kan velge maks " + limit + " elementer"; }, argument
H A Dselect2_locale_pl.js14 formatSelectionTooBig: function (limit) { return "Możesz zaznaczyć najwyżej" + character(limit, "element", "y"); }, argument
H A Dselect2_locale_pt-BR.js11 formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_pt-PT.js11 formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_ro.js11 formatSelectionTooBig: function (limit) { return "Aveți voie să selectați cel mult " + limit + " element" + (limit == 1 ? "" : "e"); }, argument
H A Dselect2_locale_rs.js13 formatSelectionTooBig: function (limit) { return "Možete izabrati samo " + limit + " stavk" + (limit % 10 == 1 && limit % 100 != 11 ? "u" : (limit % 10 >= 2 && limit % 10 <= 4 && (limit % 100 < 12 || limit % 100 > 14)? "e" : "i")); }, argument
H A Dselect2_locale_ru.js13 formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit%10 == 1 && limit%100 != 11 ? "а" : "ов"); }, argument
H A Dselect2_locale_sk.js36 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_sv.js13 formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; }, argument
H A Dselect2_locale_th.js13 formatSelectionTooBig: function (limit) { return "คุณสามารถเลือกได้ไม่เกิน " + limit + " รายการ"; }, argument
H A Dselect2_locale_tr.js13 formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; }, argument
H A Dselect2_locale_uk.js14 formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише" + character(limit, "елемент"); }, argument
H A Dselect2_locale_vi.js13 formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " tùy chọn" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_zh-CN.js10 formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, argument
H A Dselect2_locale_zh-TW.js10 formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; }, argument
/plugin/tagging/
H A Dhelper.php152 public function findItems($filter, $type, $limit = 0) { argument
/plugin/tagging/helper/
H A Dquerybuilder.php29 protected $limit; variable in helper_plugin_tagging_querybuilder
123 public function setLimit($limit) argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js402 this.cropString=function(text,limit){text=text+""; argument
1777 },cropMultipleLines:function(text,limit){return cropMultipleLines(text,limit) argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php965 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) {
H A DSyncSupport.php79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php457 function getChanges($syncToken, $syncLevel, $limit = null) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php343 function getChanges($syncToken, $syncLevel, $limit = null) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php465 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) {

12345678