Home
last modified time | relevance | path

Searched refs:tagOccurrences (Results 1 – 9 of 9) sorted by relevance

/plugin/tag/
H A Dhelper.php100 'name' => 'tagOccurrences',
369 public function tagOccurrences($tags, $namespaces = null, $allTags = false, $isRecursive = null) { function in helper_plugin_tag
375 $tagOccurrences = []; //occurrences
403 $tagOccurrences[$tag] = count($pages);
406 $tagOccurrences[$tag] = 0;
410 $tagOccurrences[$tag]++;
414 $tagOccurrences[$tag] = 0;
418 $tagOccurrences[$tag]++ ;
425 if ($tagOccurrences[$tag] == 0) {
426 unset($tagOccurrences[
[all...]
/plugin/tag/syntax/
H A Dcount.php99 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces, true);
101 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces);
H A Dsearchtags.php164 $tags = $my->tagOccurrences(array(), NULL, true);
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php49 foreach ($tag_helper->tagOccurrences([], null, true) as $tag => $length) {
/plugin/ckgdoku/action/
H A Dtagapi.php39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true);
/plugin/ckgedit/action/
H A Dtagapi.php39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true);
/plugin/cloud/
H A Dsyntax.php276 $cloud = $tag->tagOccurrences([], $namespaces, true, $this->getConf('list_tags_of_subns'));
/plugin/cumulus/
H A Dsyntax.php256 $cloud = $tag->tagOccurrences(NULL, NULL, true);
/plugin/wikistats/
H A Dsyntax.php417 $occurrences = $tag->tagOccurrences(NULL, NULL, true, NULL);