Home
last modified time | relevance | path

Searched refs:count (Results 226 – 250 of 2539) sorted by path

12345678910>>...102

/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php190 if(!count(preg_grep($pattern, $info['grps']))) return false;
249 if(!count($filter)) return count($this->users);
250 $count = 0;
253 $count += $this->_filter($user, $info);
255 return $count;
272 $count = 0;
279 $count++;
280 if(($limit > 0) && ($count >= $limit)) break;
500 if (count($mails)) {
/plugin/authsmartcard/
H A Dauth.php111 if(count($users)==1){
122 if(count($users)>1){
/plugin/authsplit/
H A Dauth.php444 if (!is_array($changes) || !count($changes))
568 * Return a count of the number of user which meet $filter criteria
/plugin/authsqlite/
H A Dauth.php131 $rc = count($result);
338 $len = count($parts);
/plugin/authucenter/
H A Dauth.php222 if(!is_array($changes) || !count($changes)){
262 $count = 0;
263 if(is_array($users) && count($users)){
267 $count++;
271 return $count;
/plugin/authucenter/lib/uc_client/
H A Dclient.php368 if(count($_CACHE['apps']) > 1) {
379 if(count($_CACHE['apps']) > 1) {
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php98 $countmsgto = count($msgto);
H A Dtag.php59 $count = 0;
63 $count++;
64 if($count >= $nums[$tagdata['appid']]) {
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php99 $this->document = &$this->stack[count($this->stack)-1];
/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php99 …result_first("SELECT COUNT(*) FROM ".UC_DBTABLEPRE."friends WHERE $sqladd") == count($friendids)) {
H A Dnote.php167 $appcount = count($apps);
H A Dpm.php214 if($type == 1 && count($touids) < 2) {
265 …, min_max, dateline, lastmessage) VALUES('$fromuid', '2', '$subject', '".(count($touids)+1)."', ''…
510 …$count = $this->db->result_first("SELECT COUNT(*) FROM ".UC_DBTABLEPRE.$this->getposttablename($li…
511 if(!$count) {
H A Duser.php55 $count = 0;
59 $count++;
64 $count++;
66 return $count;
/plugin/authvk/
H A Dauth.php202 if(!is_array($changes) || !count($changes)) return true;
256 $count = count($this->users);
258 $count -= count($this->users);
259 return $count;
274 if(!count($filter)) return count($this->users);
276 $count = 0;
280 $count += $this->_filter($user, $info);
283 return $count;
303 $count = 0;
311 $count++;
[all …]
/plugin/authwordpress/
H A Dauth.php159 $count = $i = 0;
164 $count++;
165 if ($limit > 0 && $count >= $limit) {
177 * Return a count of the number of user which meet $filter criteria.
188 $count = count($this->users);
191 $count = 0;
193 $count += (int)$this->applyFilter($user, $info);
196 return $count;
H A Dclass-phpass.php65 function get_random_bytes($count) argument
70 $output = fread($fh, $count);
74 if (strlen($output) < $count) {
76 for ($i = 0; $i < $count; $i += 16) {
82 $output = substr($output, 0, $count);
88 function encode64($input, $count) argument
95 if ($i < $count)
98 if ($i++ >= $count)
100 if ($i < $count)
103 if ($i++ >= $count)
[all...]
/plugin/authyubikey/
H A Dauth.php69 if(count($yubikeys) === 0) return true;
105 if(!is_array($changes) || !count($changes)) return true;
144 if(count($errors) > 0) {
206 $count = count($this->users);
208 $count -= count($this->users);
209 return $count;
H A Dauth.php.org176 if(!is_array($changes) || !count($changes)) return true;
229 // reload the user list and count the difference
230 $count = count($this->users);
232 $count -= count($this->users);
233 return $count;
248 if(!count($filter)) return count($this->users);
250 $count = 0;
254 $count += $this->_filter($user, $info);
257 return $count;
277 $count = 0;
[all …]
/plugin/authyubikey/lib/
H A DYubico.php158 if ($this->_url_index>=count($url_list)) return false;
/plugin/autlogin/
H A Daction.php150 $count = 0;
160 $count++;
167 $count++;
172 $count++;
177 $count++;
188 $count++;
192 if(($count == $numb)) //all criteria are right?
198 $max = $count;
280 $count = count($ids);
281 if($count>0) for($i=0; $i<$count; $i++){
H A Dadmin.php425 $count = count($data);
549 $count = count($webs);
568 $count = count($systems);
720 $count = count($user);
753 $count = count($pages);
763 $count = count($user);
1095 $count = count($data);
1142 $count = count($media);
1184 $count = count($user_config);
1520 $count = count($data);
[all …]
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
39 $lvl = count(explode(':',$ns));
/plugin/autogroup/
H A Daction.php49 $this->_disabled = ( !$this->_add && !$this->_remove ) || count($this->_group_cfg)==0;
/plugin/autogroup/conf/
H A Dsettings.class.php60 if (count($parts) != 3) {
/plugin/autolink2/
H A Dhelper.php138 $pid = count($this->page_idx) - 1;
144 $c = count($autolinks);

12345678910>>...102