Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md317 * Added the ability to limit which protocols are allowed for redirects by
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLimitStream.php20 private $limit; variable in GuzzleHttp\\Psr7\\LimitStream
31 $limit = -1, argument
35 $this->setLimit($limit);
47 if ($this->limit == -1) {
62 } elseif ($this->limit == -1) {
85 if ($this->limit !== -1) {
86 if ($offset > $this->offset + $this->limit) {
87 $offset = $this->offset + $this->limit;
135 public function setLimit($limit) argument
137 $this->limit = $limit;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php464 $limit = 20;
479 if ($j === $limit) {
489 $limit = $actions[$limit];
509 $limit = 44;
524 if ($j === $limit) {
534 $limit = $actions[$limit];
585 $limit = 20;
605 if ($j === $limit) {
616 $limit = $actions[$limit];
623 $limit = 44;
[all …]
/plugin/authhiorgserver/
H A Dauth.php333 * @param int $limit max number of users to be returned
362 * @param int $limit
/plugin/authimap2/
H A Dauth.php283 * @param int $limit max number of users to be returned, 0 for unlimited
287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) { argument
303 if(($limit > 0) && ($count >= $limit)) break;
/plugin/authldaplocal/
H A Dauth.php501 * @param int $limit max number of users to be returned
505 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
521 if(($limit > 0) && ($count >= $limit)) break;
/plugin/authmantis/
H A DLICENSE.md195 respect to the covered work, and you disclaim any intention to limit
243 used to limit the access or legal rights of the compilation's users
/plugin/authnc/
H A Dauth.php230 * @param int $limit max number of users to be returned, 0 for unlimited
235 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
316 * @param int $limit
320 public function retrieveGroups($start = 0, $limit = 0) argument
/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/authowncloud/
H A Dauth.php177 private function getUsers($filter = array(), $start = 0, $limit = -1) { argument
219 if($limit > 0) $sql .= ' LIMIT '.$start.','.$limit.' ';
244 * @param int $limit max number of users to be returned
248 public function retrieveUsers($start = 0, $limit = -1, $filter = array()) { argument
249 $result = $this->getUsers($filter, $start, $limit);
294 public function retrieveGroups($start=0,$limit=-1){ argument
295 return OC_Group::getGroups('',$limit,$start);
/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/authplaincas/
H A Dauth.php627 * @param limit max number of users to be returned
631 function retrieveUsers($start=0,$limit=0,$filter=array()) { argument
646 if (($limit > 0) && ($count >= $limit)) break;
/plugin/authremoteuser/
H A Dauth.php289 * @param int $limit max number of users to be returned
293 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
309 if(($limit > 0) && ($count >= $limit)) break;
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php264 * @param int $limit max number of users to be returned
268 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
280 if(($limit > 0) && ($count >= $limit)) break;
/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/authsmf20/
H A Dauth.php409 * @param int $limit
412 public function retrieveGroups($start = 0, $limit = 10) argument
420 LIMIT {$start}, {$limit}";
/plugin/authsplit/
H A Dauth.php547 * @param int $limit max number of users to be returned
552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
556 $start, $limit, $filter
613 * @param int $limit
616 public function retrieveGroups($start = 0, $limit = 0) { argument
618 $result = $this->authplugins['secondary']->retrieveGroups($start, $limit);
/plugin/authsqlite/
H A Dauth.php144 * @param int $limit max number of users to be returned
148 public function retrieveUsers($first = 0, $limit = 0, $filter = array()) { argument
155 if($limit) $sql .= " LIMIT $limit";
/plugin/authucenter/
H A Dauth.php280 * @param int $limit max number of users to be returned
322 * @param int $limit
/plugin/authucenter/lib/uc_client/
H A Dclient.php216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… argument
222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block);
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
291 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
293 if($limit) {
294 $limit -= strlen($data);
295 $stop = $limit <= 0;
333 function uc_feed_get($limit = 100, $delete = TRUE) { argument
334 $return = call_user_func(UC_API_FUNC, 'feed', 'get', array('limit'=>$limit, 'delete'=>$delete));
/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/authucenter/lib/uc_client/model/
H A Dmisc.php55 …function dfopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
61 return $this->dfopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block, $encodetype);
64 …function dfopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE , $ip = '', $timeout… argument
127 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
129 if($limit) {
130 $limit -= strlen($data);
131 $stop = $limit <= 0;
/plugin/authvk/
H A Dauth.php292 * @param int $limit max number of users to be returned
296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
312 if(($limit > 0) && ($count >= $limit)) break;
/plugin/authwordpress/
H A Dauth.php145 * @param int $limit max number of users to be returned
150 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) argument
165 if ($limit > 0 && $count >= $limit) {
/plugin/authyubikey/
H A Dauth.php.org266 * @param int $limit max number of users to be returned
270 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
286 if(($limit > 0) && ($count >= $limit)) break;

12345678910>>...21