Home
last modified time | relevance | path

Searched refs:count (Results 26 – 50 of 131) sorted by relevance

123456

/dokuwiki/inc/
H A Dmail.php108 $cnt = count($aLines);
134 if (!($bEmulate_imap_8bit && ($i == count($aLines) - 1))) {
H A Dfarm.php75 for ($i = count($uri) - 1; $i > 0; $i--) {
76 for ($j = count($server); $j > 0; $j--) {
H A Dfulltext.php169 // sort docs by count
288 if (count($parsedQuery['ns']) > 0) {
292 if (count($parsedQuery['notns']) > 0) {
416 $ac = count(explode(':', $a));
417 $bc = count(explode(':', $b));
531 $snippets[count($snippets) - 1] .= PhpString::substr($text, $append, $end - $append);
613 $array_count = count($args);
646 $array_count = count($args);
672 $array_count = count($args);
829 } elseif (count(
[all...]
H A DAjax.php199 $lvl = count(explode(':', $ns));
332 $lvl = count(explode(':', $ns));
418 if (!count($data)) {
H A Dinfoutils.php311 if (count(idx_getIndex('w', $length)) !== count(idx_getIndex('i', $length))) {
318 if (count(idx_getIndex($index . '_w', '')) !== count(idx_getIndex($index . '_i', ''))) {
532 $depth = count($backtrace) - 1;
/dokuwiki/inc/Parsing/ParserMode/
H A DWordblock.php28 if (count($this->badwords) == 0 || $this->pattern != '') {
H A DExternallink.php13 if (count($this->patterns)) return;
/dokuwiki/lib/plugins/styling/
H A Daction.php44 $len = count($event->data['link']);
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDB.php75 if (count($items_by_id) !== count($items)) {
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php80 $ccount = count($this->calls);
101 $i = count($this->calls) - 1;
112 $key = count($this->calls);
/dokuwiki/inc/Ui/
H A DDiff.php109 if (count($revs) > 1) {
123 $rev1 = count($revs) ? $revs[0] : false;
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php337 $this->data =& $this->datas[count($this->datas) - 1];
449 } elseif (count($entries) === 0) {
452 for ($i = 0; $i < count($entries); $i++) {
519 for ($j = 0; $j < count($entry['properties']['photo']); $j++) {
528 $count = count($photo_list);
529 if ($count > 1) {
532 for ($j = 0; $j < $count; $j++) {
538 $description .= '<br><b>'.$count.' photos</b></p>';
539 } elseif ($count
[all...]
/dokuwiki/inc/Form/
H A DForm.php87 return count($this->elements);
116 if ($pos < 0) $pos = count($this->elements) + $pos;
118 if ($pos >= count($this->elements)) $pos = count($this->elements) - 1;
437 $len = count($this->elements);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DGPXCreator.php37 for ($i = 0; $i < count($this->items); $i++) {
H A DRSSCreator091.php43 if (count($this->items) > 0
48 if (count($this->items) > 0
130 for ($i = 0; $i < count($this->items); $i++) {
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php220 // user count
227 $count = count($list);
228 if ($count > 2) {
232 $data['edits_per_day'] = $count / $dur;
280 * Callback to search and count the content of directories in DokuWiki
/dokuwiki/lib/plugins/acl/
H A Daction.php73 $lvl = count(explode(':', $ns));
H A Dadmin.php288 $count = count($data);
289 if ($count > 0) for ($i = 1; $i < $count; $i++) {
312 while (count($a_ids) && count($b_ids)) {
320 if ($a_ids === [] && $a['type'] == 'f' && (count($b_ids) || $b['type'] == 'd')) return 1;
321 if ($b_ids === [] && $b['type'] == 'f' && (count($a_ids) || $a['type'] == 'd')) return -1;
/dokuwiki/inc/Search/
H A DIndexer.php59 $idx = ($wid < count($index)) ? $index[$wid] : '';
116 $tokens = array_count_values($tokens); // count the frequency of each token
137 $wid = count($word_idx);
211 $val_idx = array_combine($val_idx, array_fill(0, count($val_idx), -1));
222 $id = count($metawords);
340 [$id, $count] = explode('*', $part);
341 $newindexline = $this->updateTuple($newindexline, $id, $count);
582 if (count($this->pidCache) > 10) array_shift($this->pidCache);
626 if ($ixid < count($index))
635 // handle the case when ($ixid < count(
1156 updateTuple($line, $id, $count) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php580 for ($i = 0; $i < count($extensions); $i++) {
598 for ($j = 0; $j < count($value); $j++) {
602 for ($k = 0; $k < count($value[$j]['policyQualifiers']); $k++) {
652 $size = count($extensions);
663 for ($j = 0; $j < count($value); $j++) {
667 for ($k = 0; $k < count($value[$j]['policyQualifiers']); $k++) {
715 for ($i = 0; $i < count($attributes); $i++) {
722 for ($j = 0; $j < count($values); $j++) {
757 $size = count($attributes);
768 for ($j = 0; $j < count(
2213 _testForIntermediate($caonly, $count) global() argument
2295 _validateSignatureCountable($caonly, $count) global() argument
2470 setRecurLimit($count) global() argument
[all...]
H A DANSI.php242 if (count($this->history) == $this->max_history) {
355 $this->tokenization[count($this->tokenization) - 1] .= $source[$i];
378 $this->tokenization[count($this->tokenization) - 1] = substr($this->tokenization[count($this->tokenization) - 1], 0, -1);
379 //if (!strlen($this->tokenization[count($this->tokenization) - 1])) {
425 if (count($this->history) >= $this->max_history) {
536 for ($i = 0; $i < count($this->history); $i++) {
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php123 $fixed = (count($columns) - 1) * $border; // borders are used already
198 $len = count($wrapped[$col]);
205 $last = count($columns) - 1;
255 // don't count color codes
/dokuwiki/inc/Remote/
H A DApi.php
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php382 $deco_len = count($decoded);
447 $deco_len = count($decoded);
607 $out_len = count($output);
618 if (count($out) != $seq_len) {
667 $inp_len = count($input);
684 $result[(count($result) - 1)] = $last; // reset last
691 $result[(count($result) - 1)] = $last; // reset last
721 $size = count($input);
753 $inp_len = count($input);
756 if (count(
[all...]

123456