Home
last modified time | relevance | path

Searched refs:limit (Results 51 – 75 of 502) sorted by relevance

12345678910>>...21

/plugin/tagfilter/script/select2/
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_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_eu.js29 formatSelectionTooBig: function (limit) { argument
30 if (limit === 1 ) {
33 return limit + " elementu hauta ditzakezu soilik";
H A Dselect2_locale_fr.js11 formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); }, 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
/plugin/gitlog/
H A Dsyntax.php78 $limit = (int)($data['limit']);
80 $limit = 10;
103 $log = $this->git_log($repository, $limit, $bare);
150 * @param integer $limit
154 function git_log($repo, $limit = 10, $bare=false) argument
158 $data = $this->run_git('log --pretty=format:"'.$params.'" -'.$limit, $repo, $bare);
/plugin/pureldap/
H A Dauth.php76 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
84 $limit
89 public function retrieveGroups($start = 0, $limit = 0)
91 return array_slice($this->client->getCachedGroups(), $start, $limit);
69 retrieveUsers($start = 0, $limit = 0, $filter = null) global() argument
81 retrieveGroups($start = 0, $limit = 0) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php66 public $limit; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
251 public function setLimit($limit) argument
253 $this->limit = $limit;
260 return $this->limit;
/plugin/filterrss/
H A Dsyntax.php61 $limit = 99999999;
65 $limit = (int)$matches[1];
74 $limit = 99999999;
78 $limit = (int)$matches[1];
90 …rl' => $url, 'conditions' => array(), 'order_by' => $order_by, 'desc' => $desc, 'limit' => $limit);
131 …> $url, 'conditions' => $cond_output, 'order_by' => $order_by, 'desc' => $desc, 'limit' => $limit);
/plugin/api/
H A Daction.php82 $limit = $INPUT->str('limit');
83 if (!$limit) {
84 $limit = PHP_INT_MAX;
91 if ($key >= $limit - 1) {
/plugin/refnotes/
H A Dscope.php130 public function rewriteReferences($limit) { argument
131 $block = new refnotes_note_block_iterator($this->note, $limit);
141 public function renderNotes($mode, $limit) { argument
150 $block = new refnotes_note_block_iterator($this->note, $limit);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.control.php9 function get_min_width(&$context, $limit = 10E6) { argument
10 return $this->get_max_width($context, $limit);
13 function get_max_width(&$context, $limit = 10E6) { argument
15 GenericContainerBox::get_max_width($context, $limit) -
/plugin/authopenldapkerberos/
H A Dauth.php115 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) argument
174 if(count($out) == $limit)
183 public function retrieveGroups($start = 0, $limit = 0) argument
196 if($limit == 0 || $limit > $e['count']) $limit = $e['count'];
200 for($i = $start; $i < $limit; $i++) {
/plugin/authsmartcard/
H A Dauth.php238 * @param int $limit max number of users to be returned
242 public function retrieveUsers($start, $limit, $filter) { argument
243 return parent::retrieveUsers($start, $limit, $filter);
264 * @param int $limit
267 public function retrieveGroups($start = 0, $limit = 0) { argument
/plugin/authphpbb3/
H A Dauth.php311 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
319 $limit = intval($limit);
320 if ($limit <= 0) {
322 $limit = 10000;
346 $filter['end'] = (int)($start + $limit);
347 $filter['limit'] = (int)$limit;
427 public function retrieveGroups($start = 0, $limit = 0) { argument
435 $limit = intval($limit);
436 if ($limit <= 0) {
438 $limit = 10000;
[all …]
/plugin/blogtng/
H A Dadmin.php338 * @param int $limit Number of results to display per page (page size)
347 $currentpage = floor($query['offset'] / $limit) + 1;
355 if($count > $limit) {
356 $this->htmlPagination($query, $currentpage, $count, $limit);
368 if($count > $limit) {
369 $this->htmlPagination($query, $currentpage, $count, $limit);
379 * @param int $limit number of items per page
383 private function htmlPagination($query, $currentpage, $maximum, $limit) { argument
384 $lastpage = (int) ceil($maximum / $limit);
509 $limit = $query['limit'];
[all …]
/plugin/lastfm/
H A Dsyntax.php95 $data['limit'] = 10;
107 if(@preg_match('/\bL=([0-9]{1,2})\b/', $param, $match)) $data['limit'] = $match[1];
131 …li class="plugin_lastfm_opt"><span class="plugin_lastfm_limit">' . $data['limit'] . '</span></li>'…
/plugin/starred/
H A Dhelper.php98 * @param int $limit defaults to all
101 public function loadStars($user = null, $limit = 0) argument
123 if ($limit) {
124 $sql .= ' LIMIT ' . $limit;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DSyncSupport.php76 * @param int $limit
79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSyncSupport.php76 * @param int $limit
79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSyncSupport.php76 * @param int $limit
79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); argument
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DSyncSupport.php76 * @param int $limit
79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); argument

12345678910>>...21