Home
last modified time | relevance | path

Searched refs:count (Results 76 – 100 of 131) sorted by relevance

123456

/dokuwiki/inc/
H A Dload.php252 $c = ((count($m) === 4) ? "/{$m[3]}" : '');
H A Dcommon.php440 while (count($crumbs) > $conf['breadcrumbs']) {
761 if (count($re) && preg_match('#(' . implode('|', $re) . ')#si', $text, $matches)) {
808 $cnt = count($ip);
830 return $ip[count($ip) - 1];
1436 $count = count($sizes);
1439 while ($size >= 1024 && ($i < $count - 1)) {
1853 if (isset($MSG) && count($MSG) && !defined('NOSESSION')) {
1929 $cnt = count($parts);
1958 $cnt = count(
[all...]
H A Dform.php261 if ($pos < 0) $pos = count($this->_content) + $pos;
263 if ($pos >= count($this->_content)) $pos = count($this->_content) - 1;
1086 $cnt = count($attrs['_options']);
H A DLogger.php151 if (count($data['loglines'])) {
H A Dtemplate.php158 if (!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
813 $last = count($crumbs);
858 $count = count($parts);
867 for ($i = 0; $i < $count - 1; $i++) {
1337 if (count($lang) === 0) {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php164 if (count($attributes['container']) > 0) {
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php489 * @param integer $count Redirection count. Default to 1.
493 public static function prepareHeaders($headers, $count = 1) argument
495 $data = explode("\r\n\r\n", $headers, $count);
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php104 ['count-users']
134 return (count($result) == 1);
349 $count = 0;
351 if ($this->deleteUser($user)) $count++;
353 return $count;
401 * Return a count of the number of user which meet $filter criteria
419 $result = $this->query($this->getConf('count-users'), $filter);
420 if (!$result || !isset($result[0]['count'])) {
421 $this->debugMsg("Statement did not return 'count' attribute", -1, __LINE__);
423 return (int)$result[0]['count'];
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php379 $last = count($temp) - 1;
594 $n = count($decoded['content']);
666 for ($i = 0; $i < count($decoded['content']); $i++) {
754 $bits = count($mapping['mapping']) == $size ? [] : array_fill(0, count($mapping['mapping']) - $size, false);
1017 $bits = array_fill(0, count($mapping['mapping']), 0);
1019 for ($i = 0; $i < count($mapping['mapping']); $i++) {
1035 for ($i = $size + 1; $i < count($mapping['mapping']); $i++) {
1074 case is_array($source) && count($source) == 1:
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php111 for ($i = 0; $i < count($this->items); $i++) {
/dokuwiki/lib/plugins/revert/
H A Dadmin.php
/dokuwiki/inc/Debug/
H A DDebugHelper.php48 if (count($backtrace) > 1) array_shift($backtrace);
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php25 $cnt = count($input);
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php82 if (is_array($args) && count($args) == 1) {
/dokuwiki/inc/parser/
H A Dxhtml.php101 if (count($this->sectionedits) == 0) {
142 if ($this->sectionedits[count($this->sectionedits) - 1]['start'] <= 1) {
184 $conf['tocminheads'] && count($this->toc) >= $conf['tocminheads']
243 $this->sectionedits[count($this->sectionedits) - 1]['target'] === 'section'
887 if (count($parts) === 2) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2229 if (!count($args)) {
2268 while (count($args)) {
2316 if (!count($newargs)) {
2545 for ($i = 0; $i < count($responses); $i++) {
2577 if (!count($responses) && $num_prompts) {
2587 $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses));
2588 for ($i = 0; $i < count($responses); $i++) {
4141 $this->errors[count($this->errors) - 1] .= "\r\n$error_message";
4703 for ($i = 0; $i < count($message_log); $i++) {
4782 $count
[all...]
H A DSFTP.php862 $beforePWD = count($beforePWD) ? implode('/', $beforePWD) : '.';
1125 list($count) = Strings::unpackSSH2('N', $response);
1126 for ($i = 0; $i < $count; $i++) {
1173 if (count($this->sortOptions)) {
1269 $len = count($args) & 0x7FFFFFFE;
1273 if (!count($this->sortOptions)) {
1294 $max = count($dirs) - 1;
1332 $max = count($dirs) - 1;
1874 list($count) = Strings::unpackSSH2('N', $response);
1876 if (!$count) {
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php441 $keyl = count($key);
514 for ($j = 0; $j < 8; $j += 2) { // count($cdata) == 8
542 $count = 1;
543 while (32 * count($results) < $keylen) {
544 $countsalt = $salt . pack('N', $count++);
684 for ($i = 2, $j = 4; $i < 256; $i += 2, $j = ($j + 2) % 16) { // instead of 16 maybe count($data) would be better?
H A DDES.php
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php184 $numberOfLines = count($lines);
/dokuwiki/inc/Ui/
H A DSearch.php324 foreach ($extraNS as $ns => $count) {
326 $label = $ns . ($count ? " <bdi>($count)</bdi>" : '');
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php125 if (count($result)) {
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php179 $items = count($prepared[1]);
196 $query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'cache_data` (`id`, `items`, `data`, `mtime`) VALUES(:feed, :count, :data, :time)');
198 $query->bindValue(':count', count($prepared[1]));
/dokuwiki/lib/plugins/authldap/
H A Dauth.php223 if ($result['count'] != 1) {
225 'LDAP search returned ' . hsc($result['count']) . ' results while it should return 1!',
230 //for($i = 0; $i < $result["count"]; $i++) {
257 if ($grpkey !== 'count' && preg_match($regexp, $grp, $match)) {
419 for ($i = 0; $i < $entries["count"]; $i++) {
428 $count = 0;
441 if (($limit > 0) && (++$count >= $limit)) break;
490 if (!count(preg_grep($pattern, $info['grps']))) return false;
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php

123456