Home
last modified time | relevance | path

Searched refs:count (Results 101 – 125 of 131) sorted by relevance

123456

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator10.php71 for ($i = 0; $i < count($this->items); $i++) {
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php
H A DRevisionInfo.php273 $showLink = (count($revs) && file_exists(mediaFN($id, $revs[0])) && file_exists(mediaFN($id)));
/dokuwiki/inc/
H A Dhttputils.php136 $parts = count($ranges);
H A Dsearch.php385 ($type == 'd' && count($parts) >= $opts['depth'])
386 || ($type != 'd' && count($parts) > $opts['depth'])
423 * structure created by search_fulltext. Sorts descending by count
434 if ($a['count'] > $b['count']) {
436 } elseif ($a['count'] < $b['count']) {
H A Dmedia.php44 $hidden = 0; //count of hits without read permission
515 if (is_array($data) && count($data) === 6) {
741 if (!count($data)) {
1424 $quoted = str_replace(['\*', '\?'], ['.*', '.'], $quoted, $count);
1427 if ($count > 0) $quoted = '^([^:]*:)*' . $quoted . '$';
1449 if (!count($evdata['data'])) {
1702 $pos >= count($data) ||
H A Dhtml.php
H A Dauth.php755 if (count($matches)) {
785 if (count($matches)) {
/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1580 $subkey = count($this->language_data['CACHED_KEYWORD_LISTS'][$key]) - 1;
1984 $this->language_data['MULTIPLE_SYMBOL_GROUPS'] = count($this->language_data['STYLES']['SYMBOLS']) > 1;
3129 for ($key = 0, $n = count($lines); $key < $n; $key++) {
3374 $parser_control_pergroup = (count($this->language_data['PARSER_CONTROL']['KEYWORDS']) - $x) > 0;
3404 for ($set = 0, $set_length = count($this->language_data['CACHED_KEYWORD_LISTS'][$k]); $set < $set_length; ++$set) {
3691 $narrays = count($arrays);
3864 for ($i = 0, $n = count($code); $i < $n;) {
3942 $n = count($code);
4527 if (!$economy_mode || (count($this->highlight_extra_lines)!=count(
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php108 for ($i = 0, $total_matches = count($matches); $i < $total_matches; $i++) {
120 for ($j = 0, $total_attribs = count($attribs); $j < $total_attribs; $j++) {
121 if (count($attribs[$j]) === 2) {
/dokuwiki/lib/plugins/config/
H A Dadmin.php263 if (count($this->configuration->getUndefined()) && $allow_debug) {
/dokuwiki/bin/
H A Dgittool.php294 $this->success('Found ' . count($data) . ' .git directories');
/dokuwiki/inc/Ui/
H A DPageDiff.php363 $rev1Prev = ($index + 1 < count($revs1)) ? $revs1[$index + 1] : false;
370 $rev2Prev = ($index + 1 < count($revs2)) ? $revs2[$index + 1] : false;
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1030 if (count($result['new'])) {
1036 if (!count($install)) {
1051 } elseif ($base && count($install) == 1) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php673 $count = ceil($maskLen / $this->mgfHLen);
674 for ($i = 0; $i < $count; $i++) {
H A DRijndael.php
H A DRC2.php
H A DBase.php
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php485 count($this->ctrl_dir))); // total number of entries in the central directory on this disk
486 $this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central directory
/dokuwiki/inc/parser/
H A Dmetadata.php478 if (count($parts) === 2) {
H A Dhandler.php236 if (count($result) == 0) {
668 while (count($param) < 2) $param[] = null;
/dokuwiki/lib/exe/
H A Dcss.php575 return '"STR' . (count($quote_storage) - 1) . '"';
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php576 if (count($options) > 0) {
872 if (count($mod)==0){ return (false); }

123456