Home
last modified time | relevance | path

Searched refs:count (Results 201 – 225 of 2539) sorted by path

12345678910>>...102

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php691 $size = count($extensions);
795 $size = count($attributes);
866 $size = count($dns);
1213 * @param int $count
1295 * @param int $count
1504 * @param int $count
1509 self::$recur_limit = $count;
1722 $size = count($dn);
2109 if ($i == count($this->CAs)) {
2739 if (count($ipAddresses)) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php86 $key = count($cache[self::VARIABLE]);
167 $key = count($cache[self::VARIABLE]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php678 …for ($i = 0, $window_size = 1; $i < count($window_ranges) && $e_length > $window_ranges[$i]; ++$wi…
1099 if (count($nums) == 1) {
1103 for ($i = 1; $i < count($nums); $i++) {
1117 if (count($nums) == 1) {
1121 for ($i = 1; $i < count($nums); $i++) {
H A DPHP.php160 if (!count($this->value)) {
232 $x_size = count($x_value);
233 $y_size = count($y_value);
444 $m = min(count($x_value) >> 1, count($y_value) >> 1);
760 if (!count($value)) {
768 $length = min(count($value), count($result->bitmask->value));
799 if (count($x_value) != count($y_value)) {
800 return (count($x_value) > count($y_value)) ? $result : -$result;
802 $size = max(count($x_value), count($y_value));
1250 $len = count($val);
[all …]
H A DPHP32.php82 $step = count($vals) & 3;
H A DPHP64.php82 $step = count($vals) & 7;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php60 for ($i = 0; $i < count($n->value); ++$i) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php60 $m_length = count($m);
63 if (count($n) > 2 * $m_length) {
79 $key = count($cache[self::VARIABLE]);
155 $n_length = count($n);
157 if (count($x) > 2 * $n_length) {
167 $key = count($cache[self::VARIABLE]);
194 $corrector_value[count($corrector_value)] = 1;
224 $x_length = count($x_value);
225 $y_length = count($y_value);
239 $x_length = count($x_value);
[all …]
H A DEvalBarrett.php63 $m_length = count($m->value);
104 $cutoff = count($m) + (count($m) >> 1);
107 if (count($n) > ' . (2 * count($m)) . ') {
124 $code .= '$temp = array_slice($n, ' . (count($m) - 1) . ');';
189 if (!count($arr)) {
201 for ($i = 0; $i < count($arr); $i++) {
224 for ($j = 0; $j < count($arr); $j++) {
402 if ($j == count($known)) {
438 case $clength < ' . count($known) . ':
440 case $clength > ' . count($known) . ':';
[all …]
H A DMontgomery.php40 $lhs->value = array_merge(self::array_repeat(0, count($n)), $x);
67 $key = count($cache[self::VARIABLE]);
72 $k = count($n);
H A DMontgomeryMult.php57 $key = count($cache[self::VARIABLE]);
62 $n = max(count($x), count($y), count($m));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1105 for ($i = 0; $i < $count; $i++) {
1152 if (count($this->sortOptions)) {
1250 $len = count($args) & 0x7FFFFFFE;
1254 if (!count($this->sortOptions)) {
1276 $max = count($dirs) - 1;
1315 $max = count($dirs) - 1;
1871 if (!$count) {
1970 for ($i = 0; $i < count($dirs); $i++) {
3122 for ($i = 0; $i < $count; $i++) {
3174 for ($i = 0; $i < $count; $i++) {
[all …]
H A DSSH2.php2252 if (!count($args)) {
2292 while (count($args)) {
2340 if (!count($newargs)) {
2554 for ($i = 0; $i < count($responses); $i++) {
2586 if (!count($responses) && $num_prompts) {
4545 for ($i = 0; $i < count($message_log); $i++) {
4624 $count = count($this->errors);
4626 if ($count > 0) {
4627 return $this->errors[$count - 1];
4999 if (count($p) != count($m)) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php298 * @param int $count
302 private function _stream_read($count) argument
318 $result = $this->sftp->get($this->path, false, $this->pos, $count);
781 $last = count($arguments) - 1;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php344 $lastLabelIndex = \count($labels) - 1;
453 $length = \count($labels);
/plugin/authimap2/
H A Dauth.php211 if(!is_array($changes) || !count($changes)) return true;
271 $count = count($this->users);
273 $count -= count($this->users);
274 return $count;
294 $count = 0;
302 $count++;
303 if(($limit > 0) && ($count >= $limit)) break;
325 if(!count($filter)) return count($this->users);
327 $count = 0;
331 $count += $this->_filter($user, $info);
[all …]
/plugin/authldaplocal/
H A Dauth.php411 if(!is_array($changes) || !count($changes)) return true;
469 $count = count($this->users);
471 $count -= count($this->users);
472 return $count;
485 if(!count($filter)) return count($this->users);
487 $count = 0;
491 $count += $this->_filter($user, $info);
494 return $count;
512 $count = 0;
520 $count++;
[all …]
/plugin/authnc/
H A Dauth.php292 return count($xml->data->users->element);
/plugin/authopenldapkerberos/
H A Dauth.php174 if(count($out) == $limit)
223 if (!count(preg_grep($pattern, $info['grps']))) return false;
/plugin/authorlist/
H A Dsyntax.php81 if(count($tmp)==1){
/plugin/authphpbb3/
H A Dauth.php478 return count($users);
/plugin/authplaincas/
H A Dauth.php543 return count($deleted);
547 $count = count($this->users);
549 $count -= count($this->users);
550 return $count;
610 if (!count($filter)) return count($this->users);
612 $count = 0;
616 $count += $this->_filter($user, $info);
619 return $count;
637 $count = 0;
645 $count++;
[all …]
/plugin/authradius/
H A Dauth.php49 for($i = 0; $i<count($hosts); $i++){
56 for($i = 0; $i<count($hosts); $i++){
/plugin/authremoteuser/
H A Dauth.php199 if(!is_array($changes) || !count($changes)) return true;
253 $count = count($this->users);
255 $count -= count($this->users);
256 return $count;
271 if(!count($filter)) return count($this->users);
273 $count = 0;
277 $count += $this->_filter($user, $info);
280 return $count;
300 $count = 0;
308 $count++;
[all …]
/plugin/authsaml/
H A Dsaml.php345 return count($deleted);
349 $count = count($this->users);
351 $count -= count($this->users);
352 return $count;
360 if(!is_array($changes) || !count($changes)) return true;

12345678910>>...102