Home
last modified time | relevance | path

Searched defs:limit (Results 76 – 100 of 180) sorted by relevance

12345678

/plugin/tagfilter/script/select2/
H A Dselect2_locale_he.js13 formatSelectionTooBig: function (limit) { return "ניתן לבחור " + limit + " פריטים"; }, 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_fa.js15 formatSelectionTooBig: function (limit) { return "شما فقط می‌توانید " + limit + " مورد را انتخاب کنید"; }, argument
H A Dselect2_locale_hr.js14 formatSelectionTooBig: function (limit) { return "Maksimalan broj odabranih stavki je " + limit; }, argument
H A Dselect2_locale_lt.js14 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_ru.js13 formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit%10 == 1 && limit%100 != 11 ? "а" : "ов"); }, argument
H A Dselect2_locale_uk.js14 formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише" + character(limit, "елемент"); }, 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_sk.js36 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_cs.js37 formatSelectionTooBig: function (limit) { argument
/plugin/authphpbb3/
H A Dauth.php311 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
427 public function retrieveGroups($start = 0, $limit = 0) {
/plugin/authchained/
H A Dauth.php350 public function retrieveUsers($start = 0, $limit = -1, $filter = null) {
388 public function retrieveGroups($start = 0, $limit = 0) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Query.php46 public $limit; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Query
139 public function setLimit($limit)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php102 public function getChanges($syncToken, $syncLevel, $limit = null) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php66 public $limit; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php73 public $limit; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.button.php26 function get_max_width(&$context, $limit = 10E6) {
/plugin/authdjango/
H A Dauth.php118 function retrieveGroups($start=0,$limit=0){
/plugin/authsplit/
H A Dauth.php552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
616 public function retrieveGroups($start = 0, $limit = 0) { argument
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php55 …function dfopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout…
64 …function dfopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE , $ip = '', $timeout…
/plugin/bez/mdl/
H A DThread_commentFactory.php13 public function get_from_thread(Thread $thread, $filters=array(), $orderby='', $limit=false) { argument
/plugin/starred/
H A Dhelper.php101 public function loadStars($user = null, $limit = 0)
/plugin/blogtng/
H A Dadmin.php343 private function htmlShowPaginatedResult($resid, $query, $itemdisplaycallback, $count, $limit) {
383 private function htmlPagination($query, $currentpage, $maximum, $limit) {
/plugin/aichat/Storage/
H A DAbstractStorage.php84 getSimilarChunks($vector, $limit = 4) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunReportRequest.php42 public $limit; variable in Google\\Service\\AnalyticsData\\RunReportRequest
153 public function setLimit($limit)

12345678