Home
last modified time | relevance | path

Searched refs:showCount (Results 1 – 6 of 6) sorted by relevance

/plugin/struct/meta/
H A DValue.php191 * @param int $showCount
193 …c function renderAsTagCloudLink(\Doku_Renderer $R, $mode, $page, $filterQuery, $weight, $showCount) argument
196 …column->getType()->renderTagCloudLink($value, $R, $mode, $page, $filterQuery, $weight, $showCount);
H A DAggregationCloud.php72 $showCount = $this->searchConfig->getConf()['summarize'] ? $count : 0;
73 … $value->renderAsTagCloudLink($this->renderer, $this->mode, $target, $filter, $weight, $showCount);
/plugin/struct/types/
H A DAbstractBaseType.php353 * @param int|null $showCount count for the tag, only passed if summarize was set in config
355 …on renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null) argument
358 if ($showCount) {
359 $value .= " ($showCount)";
H A DColor.php85 …on renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null) argument
H A DMedia.php124 …on renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null) argument
/plugin/addressbook/
Dsyntax.php128 if (isset($_REQUEST['showcontact']) && $this->showCount==0) {
129 $this->showCount++;
218 if (isset($_REQUEST['showcontact']) && $this->showCount==0) {
219 $this->showCount++;