Home
last modified time | relevance | path

Searched refs:start (Results 151 – 175 of 1772) sorted by path

12345678910>>...71

/plugin/authnc/
H A Dauth.php229 * @param int $start index of first user to be returned
235 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
315 * @param int $start
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
170 if($start > 0)
171 $start--;
183 public function retrieveGroups($start = 0, $limit = 0) argument
200 for($i = $start; $i < $limit; $i++) {
/plugin/authorlist/
H A DCOPYING289 to attach them to the start of each source file to most effectively
/plugin/authowncloud/
H A DCOPYING289 to attach them to the start of each source file to most effectively
H A Dauth.php177 private function getUsers($filter = array(), $start = 0, $limit = -1) { argument
219 if($limit > 0) $sql .= ' LIMIT '.$start.','.$limit.' ';
243 * @param int $start index of first user 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 DLICENSE289 to attach them to the start of each source file to most effectively
H A Dauth.php306 * @param int $start Index of first user to be returned.
315 $start = intval($start);
316 if ($start < 0) {
317 $start = 0;
345 $filter['start'] = (int)$start;
346 $filter['end'] = (int)($start + $limit);
427 public function retrieveGroups($start = 0, $limit = 0) { argument
431 $start = intval($start);
432 if ($start < 0) {
433 $start = 0;
[all …]
/plugin/authplaincas/
H A Dauth.php626 * @param start index of first user to be returned
631 function retrieveUsers($start=0,$limit=0,$filter=array()) { argument
643 if ($i >= $start) {
H A Dlicense289 to attach them to the start of each source file to most effectively
/plugin/authremoteuser/
H A Dauth.php288 * @param int $start index of first user to be returned
293 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
306 if($i >= $start) {
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php263 * @param int $start index of first user to be returned
268 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
277 if($i >= $start) {
/plugin/authsmartcard/
H A Dauth.php237 * @param int $start index of first user to be returned
242 public function retrieveUsers($start, $limit, $filter) { argument
243 return parent::retrieveUsers($start, $limit, $filter);
263 * @param int $start
267 public function retrieveGroups($start = 0, $limit = 0) { argument
/plugin/authsmf20/
H A Dauth.php408 * @param int $start
412 public function retrieveGroups($start = 0, $limit = 10) argument
420 LIMIT {$start}, {$limit}";
/plugin/authsplit/
H A Dauth.php546 * @param int $start index of first user to be returned
552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
556 $start, $limit, $filter
612 * @param int $start
616 public function retrieveGroups($start = 0, $limit = 0) { argument
618 $result = $this->authplugins['secondary']->retrieveGroups($start, $limit);
/plugin/authucenter/
H A Dauth.php279 * @param int $start index of first user to be returned
321 * @param int $start
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php57 $start = $this->input('start');
59 $end = $start + $limit;
60 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>'$start' AND feedid<'$end'");
84 function _delete($start, $end) { argument
85 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>='$start' AND feedid<='$end'");
H A Dpm.php205 $start = $this->page_get_start($page, $pagesize, $pmnum);
208 $pms = $_ENV['pm']->getpmlist($this->user['uid'], $filter, $start, $pagesize);
257 $start = $this->page_get_start($page, $pagesize, $pmnum);
261 $start = 0;
268 …$pms = $_ENV['pm']->getpmbyplid($this->user['uid'], $plid, $starttime, $endtime, $start, $ppp, $ty…
/plugin/authucenter/lib/uc_client/model/
H A Ddomain.php39 $start = $this->base->page_get_start($page, $ppp, $totalnum);
40 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."domains LIMIT $start, $ppp");
H A Dfriend.php68 $start = $this->base->page_get_start($page, $pagesize, $totalnum);
80 …f LEFT JOIN ".UC_DBTABLEPRE."members m ON f.friendid=m.uid WHERE $sqladd LIMIT $start, $pagesize");
H A Dmail.php36 $start = $this->base->page_get_start($page, $ppp, $totalnum);
37 … LEFT JOIN ".UC_DBTABLEPRE."members u ON m.touid=u.uid ORDER BY dateline DESC LIMIT $start, $ppp");
H A Dpm.php64 function getpmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp, $type = 0) { argument
66 $pm = $this->getprivatepmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp);
68 $pm = $this->getchatpmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp);
537 function getprivatepmbyplid($uid, $plid, $starttime = 0, $endtime = 0, $start = 0, $ppp = 0) { argument
567 $limitsql = 'LIMIT '.intval($start).', '.intval($ppp);
576 function getchatpmbyplid($uid, $plid, $starttime = 0, $endtime = 0, $start = 0, $ppp = 0) { argument
597 $limitsql = 'LIMIT '.intval($start).', '.intval($ppp);
612 function getpmlist($uid, $filter, $start, $ppp = 10) { argument
623 …ts t ON t.plid=m.plid WHERE $addsql m.uid='$uid' ORDER BY m.lastdateline DESC LIMIT $start, $ppp");
H A Duser.php202 $start = $this->base->page_get_start($page, $ppp, $totalnum);
203 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."members $sqladd LIMIT $start, $ppp");
/plugin/authvk/
H A Dauth.php291 * @param int $start index of first user to be returned
296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
309 if($i >= $start) {
/plugin/authwordpress/
H A Dauth.php144 * @param int $start index of first user to be returned
150 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) argument
162 if ($i >= $start) {
/plugin/authyubikey/
H A DREADME.md30 https://your.domain.org/dokuwiki/doku.php?id=start&do=profile).

12345678910>>...71