Home
last modified time | relevance | path

Searched refs:showNotFound (Results 1 – 8 of 8) sorted by relevance

/plugin/struct/meta/
H A DAggregationValue.php34 * @param int $showNotFound Whether to display the default text for no records
36 public function render($showNotFound = 0) argument
42 } elseif ($showNotFound) {
H A DAggregation.php102 * @param bool $showNotFound show a not found message when no data available?
104 abstract public function render($showNotFound = false); argument
H A DAggregationFilter.php18 * @param bool $showNotFound Inherited from parent method
21 public function render($showNotFound = false) argument
H A DAggregationList.php23 public function render($showNotFound = false) argument
29 } elseif ($showNotFound) {
H A DAggregationEditorTable.php15 public function render($showNotFound = false) argument
H A DAggregationCloud.php14 public function render($showNotFound = false) argument
H A DAggregationTable.php23 public function render($showNotFound = false) argument
28 … if ($this->searchConfig->getCount() <= 0 && !$this->isDynamicallyFiltered() && $showNotFound) {
/plugin/structgantt/meta/
DGantt.php199 public function render($showNotFound = false) argument
223 } elseif ($showNotFound) {