Searched refs:showCount (Results 1 – 6 of 6) sorted by relevance
| /plugin/struct/meta/ |
| H A D | Value.php | 191 * @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 D | AggregationCloud.php | 72 $showCount = $this->searchConfig->getConf()['summarize'] ? $count : 0; 73 … $value->renderAsTagCloudLink($this->renderer, $this->mode, $target, $filter, $weight, $showCount);
|
| /plugin/struct/types/ |
| H A D | AbstractBaseType.php | 353 * @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 D | Color.php | 85 …on renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null) argument
|
| H A D | Media.php | 124 …on renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null) argument
|
| /plugin/addressbook/ |
| D | syntax.php | 128 if (isset($_REQUEST['showcontact']) && $this->showCount==0) { 129 $this->showCount++; 218 if (isset($_REQUEST['showcontact']) && $this->showCount==0) { 219 $this->showCount++;
|