Home
last modified time | relevance | path

Searched refs:limit (Results 76 – 100 of 502) sorted by relevance

12345678910>>...21

/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php83 * @param int $limit
86 function getChanges($syncToken, $syncLevel, $limit = null); argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php83 * @param int $limit
86 function getChanges($syncToken, $syncLevel, $limit = null); argument
/plugin/api/_test/
H A Dpages.test.php126 $limit = 3;
129 'limit' => $limit
138 $this->assertEquals($limit, sizeof($data), "The number of page is equal t max");
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php14 public function testSplit($expected, $pattern, $subject, $limit = -1, $flags = 0) argument
16 $this->assertSame($expected, Multibyte::split($pattern, $subject, $limit, $flags));
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php58 $limit = $this->input('limit');
59 $end = $start + $limit;
65 $limit = intval($this->input('limit'));
67 …t = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."feeds ORDER BY feedid DESC LIMIT $limit");
/plugin/authgooglesheets/
H A Dhelper.php65 public function getUsers($start = 0, $limit = 0, $filter = null) argument
112 return $this->getFilteredUsers($start, $limit, $filter);
246 * @param int $limit
250 protected function getFilteredUsers($start, $limit, $filter) argument
267 if (($limit > 0) && ($count >= $limit)) break;
/plugin/tagfilter/script/select2/
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_fi.js18 formatSelectionTooBig: function (limit) { argument
19 return "Voit valita ainoastaan " + limit + " kpl";
H A Dselect2_locale_hu.js11 formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; }, argument
H A Dselect2_locale_ka.js13 formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, argument
H A Dselect2_locale_ms.js13 formatSelectionTooBig: function (limit) { return "Anda hanya boleh memilih " + limit + " pilihan"; }, 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_zh-TW.js10 formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; }, argument
H A Dselect2_locale_zh-CN.js10 formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, argument
H A Dselect2_locale_he.js13 formatSelectionTooBig: function (limit) { return "ניתן לבחור " + limit + " פריטים"; }, argument
H A Dselect2_locale_no.js13 formatSelectionTooBig: function (limit) { return "Du kan velge maks " + limit + " elementer"; }, argument
H A Dselect2_locale_sv.js13 formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; }, argument
H A Dselect2_locale_is.js11 formatSelectionTooBig: function (limit) { return "Þú getur aðeins valið " + limit + " atriði"; }, 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
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackGenerator.php59 $limit = new LUT\Limit($iterator, 0, 5)
61 ->when($result = iterator_to_array($limit))
H A DInfinite.php58 $limit = new LUT\Limit($infinite, 0, 100)
60 ->when($result = iterator_to_array($limit, false))
/plugin/authchained/
H A Dauth.php346 * @param int $limit max number of users to be returned
350 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
353 return $this->usermanager_auth->retrieveUsers($start, $limit, $filter);
385 * @param int $limit
388 public function retrieveGroups($start = 0, $limit = 0) { argument
390 return $this->usermanager_auth->retrieveGroups($start,$limit);

12345678910>>...21