Home
last modified time | relevance | path

Searched refs:count (Results 476 – 500 of 2539) sorted by last modified time

1...<<11121314151617181920>>...102

/plugin/navi/
H A Dsyntax.php121 $max = count($instructions);
228 $countparents = count($info['parents']);
/plugin/structautolink/_test/
H A DRendererTest.php76 $this->assertEquals(2, $pq->find('a')->count());
/plugin/orphanmedia2/
H A Dsyntax.php95 $media_file_counter = count($listMediaFiles);
114 $page_counter = count($listPageFiles);
148 for($i = 1; $i < count($perPage_MediaLinks); $i++) {
238 for($i = 1; $i < count($perPage_MediaLinks); $i++) {
639 if (is_array($parts) && count($parts) > 1) {
652 if(count($flashpl_links)>0) {
658 if (is_array($parts) && count($parts) > 1) {
674 if(count($fileshares)>0) {
680 if (is_array($parts) && count($parts) > 1) {
696 if(count($imgmaps)>0) {
[all …]
/plugin/do/
H A Dhelper.php339 if (!count($receivers)) {
426 * count - number of all tasks
448 'count' => count($tasks),
480 $count = $this->getPageTaskCount($id);
481 if ($count['count'] == 0) {
485 if ($count['undone'] == 0) { // all tasks done
488 } elseif ($count['late'] == 0) { // open tasks - no late
490 $title = sprintf($this->getLang('title_intime'), $count['undon
[all...]
/plugin/do/scripts/
H A DPluginDo.js266 var count = parseInt($pagestat.children().first().html(), 10), variable
274 if (count == 1) {
288 count -= 1;
291 if (count === 0) {
308 count += 1;
311 var title = PluginDo.getLang('title_' + newClass.substr(3), count, latecount);
316 .html(count)
/plugin/do/syntax/
H A Ddo.php257 $userCount = count($users);
H A Ddolist.php77 $c = count($args[$filter]);
110 if (count($tasks) === 0) {
/plugin/ifauthex/lib/
H A Dgrammar.php98 if (count($elmInstance->args()) != 1) {
H A Dparser.php64 if (count($this->args()) == 0) {
190 if (count($this->args()) > 1) {
217 if (count($this->args()) == 0) {
291 if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity()) {
299 if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity()) {
307 … if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity() - 1) {
352 …for ($lastFound = $position; $lastFound < count($args) && $tokDefIdx < count($tokDefs); $lastFound…
363 if (count($tokDefs) != 2) {
385 for ($i = $position; $i < count($args) && count($retval) < $length; $i += 2) {
584 …if ($argIdx >= count($argsRepr) || ($this->fixing() == Fixing::Infix && $argIdx >= count($argsRepr…
[all …]
H A Dtokenizer.php49 } elseif (count($matches) == 0) {
/plugin/ifauthex/
H A Dsyntax.php99 if (is_array($matches) && count($matches) > 0) {
104 return array($state, $matches[count($matches) - 1]);
/plugin/feedmod/
H A Daction.php130 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
134 …ntry[1]) && $entry[1][0] == 'include_header' && is_array($entry[1][1]) && count($entry[1][1]) == 2)
/plugin/semantic/
H A Daction.php145 if (!count($json_ld)) {
/plugin/usecounter/
H A DREADME.md2 …okuwiki.org) that provides a helper which can be used in other plugins to count the occurences of …
H A Ddokuwiki_plugin_page.wiki4 description: Provides a helper that can be used in other plugins to count the occurences of any obj…
H A Dplugin.info.txt7 desc Provides a helper that can be used in other plugins to count the occurences of any object wi…
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php59 if (1 === \count($packages)) {
333 self::$installed = $installed[count($installed) - 1];
/plugin/fastwiki/
H A Daction.php226 $count = min($maxpages, count($pages));
231 for ($x=0; $x<$count; $x++) {
238 $count = count($pages);
241 for ($x=0; $x<$count; $x++) {
268 if (count($requests) > 0) {
312 for ($x=0; $x<$count; $x++) {
/plugin/structgantt/meta/
H A DGantt.php337 $this->renderer->doc .= '<td colspan="' . count($r2) . '" class="task" ' . $style . '>';
/plugin/authdrupal8/
H A Dpassword.inc42 * @param $count
48 function _password_base64_encode($input, $count) {
55 if ($i < $count) {
59 if ($i++ >= $count) {
62 if ($i < $count) {
66 if ($i++ >= $count) {
70 } while ($i < $count);
88 * A 12 character string containing the iteration count and a random salt.
94 // We encode the final log2 iteration count in base 64.
171 $count
[all...]
H A Dauth.php83 if($result !== false && count($result) == 1) {
184 if($result !== false && count($result)) {
210 if($result !== false && count($result)) {
227 * @return int count of found users
/plugin/dw2markdown/
H A Drenderer.php264 $this->doc .= str_repeat(' ', $level*2) . $this->listMode[count($this->listMode)-1];
/plugin/gitlabapi/
H A Dsyntax.php56 if (count($server) != 0) {
70 if (count($project_path) != 0)
185 $total = count($commits) < $number ? count($commits) : $number;
215 $total = count($issues) < $number ? count($issues) : $number;
254 $total = count($milestones) < $number ? count($milestones) : $number;
283 $total = count($pipelines) < $number ? count($pipelines) : $number;
/plugin/virtualgroup/
H A Dadmin.php
/plugin/edittable/action/
H A Deditor.php149 $rows = count($data);
150 $cols = $rows ? count($data[0]) : 0;

1...<<11121314151617181920>>...102