Home
last modified time | relevance | path

Searched refs:count (Results 51 – 75 of 131) sorted by relevance

123456

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DOPMLCreator.php46 for ($i = 0; $i < count($this->items); $i++) {
H A DRSSCreator10.php44 for ($i = 0; $i < count($this->items); $i++) {
59 for ($i = 0; $i < count($this->items); $i++) {
H A DPIECreator01.php31 for ($i = 0; $i < count($this->items); $i++) {
H A DPHPCreator.php30 for ($i = 0; $i < count($this->items); $i++) {
H A DMBOXCreator.php69 for ($i = 0; $i < count($this->items); $i++) {
H A DAtomCreator03.php60 for ($i = 0; $i < count($this->items); $i++) {
/dokuwiki/inc/Parsing/Handler/
H A DNest.php71 $key = count($this->calls);
H A DTable.php175 while (++$key < count($this->tableCalls)) {
287 $moreCallsLength = count($moreCalls);
301 $cnt = count($this->tableCalls);
/dokuwiki/inc/Menu/
H A DMobileMenu.php
/dokuwiki/lib/plugins/info/
H A Dsyntax.php195 $c = count($method['params']);
259 if (count($modes) > 1) {
260 $rowspan = ' rowspan="' . count($modes) . '"';
/dokuwiki/bin/
H A Dindexer.php71 $this->quietecho(count($data) . " pages found.\n");
H A Dplugin.php
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php603 $digits = strlen(count($this->import_failures));
728 $count = $this->auth->triggerUserMod('delete', [$selected]);
729 if ($count == count($selected)) {
730 $text = str_replace('%d', $count, $this->lang['delete_ok']);
733 $part1 = str_replace('%d', $count, $this->lang['delete_ok']);
734 $part2 = str_replace('%d', (count($selected) - $count), $this->lang['delete_fail']);
1089 if (count($raw) < 4) { // need at least four fields
1091 $error = sprintf($this->lang['import_error_fields'], count(
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php65 if (count($args) == 1) {
/dokuwiki/lib/plugins/authad/
H A Daction.php66 if (count($domains) <= 1) return; // no choice at all
/dokuwiki/inc/
H A Dio.php94 if (is_array($data) && is_array($data[0]) && count($data[0]) === 2) {
230 if (is_array($data) && is_array($data[0]) && count($data[0]) === 3) {
371 $count = 0;
374 if ($count >= $maxlines) break;
378 $count++;
390 if (count($lines)) {
572 if (!file_exists($path)) return true; // it's already gone or was never there, count as success
H A DMailer.class.php109 $name = count($this->attach) . ".$ext";
353 $name = str_replace('"', '\"', $name, $count);
354 if ($count > 0 || strpos($name, ',') !== false) {
382 $count = preg_match_all('/\s*(?:("[^"]*"[^,]+),*)|([^,]+)\s*,*/', $addresses, $matches, PREG_SET_ORDER);
384 if ($count !== false && is_array($matches)) {
515 if (!$this->html && !count($this->attach)) { // we can send a simple single part message
H A DPassHash.php383 * is 1+8 bytes long, 1st byte is the iteration count when given. For null
386 * The actual iteration count is 2 to the power of the given count,
389 * This iteration count is expected to grow with increasing power of
400 * @param int $compute The iteration count for new passwords
409 $salt = $itoa64[$compute] . $salt; // prefix iteration count
411 $iterc = $salt[0]; // pos 0 of salt is log2(iteration count)
415 throw new \Exception("Too high iteration count ($iter) in " .
430 $count = strlen($hash);
435 if ($i < $count)
[all...]
/dokuwiki/vendor/composer/
H A DInstalledVersions.php59 if (1 === \count($packages)) {
335 self::$installed = $installed[count($installed) - 1];
/dokuwiki/inc/Ui/
H A DRecent.php136 if (count($recents) == 0 && $first != 0) {
142 if (count($recents) > $conf['recent']) {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMultichoice.php31 if (!$this->isProtected() && count($this->choices) <= 1) {
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php24 for ($i = 0, $j = count($this->data); $i < $j; $i++) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php281 * @param int $count
284 private function _stream_read($count)
300 $result = $this->sftp->get($this->path, false, $this->pos, $count);
516 * uint32 count
517 * repeats count times:
741 $last = count($arguments) - 1;
302 _stream_read($count) global() argument
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php193 $argc = count($this->args);
225 $argc = count($this->args);
368 $hascommands = (count($this->setup) > 1);
/dokuwiki/inc/Sitemap/
H A DMapper.php60 Logger::debug('Sitemapper::generate(): creating sitemap using ' . count($pages) . ' pages');

123456