Home
last modified time | relevance | path

Searched refs:AggregationTable (Results 1 – 10 of 10) sorted by relevance

/plugin/structpublish/syntax/
Dtable.php4 use dokuwiki\plugin\struct\meta\AggregationTable; alias
14 protected $tableclass = AggregationTable::class;
/plugin/structat/syntax/
Dtable.php10 use dokuwiki\plugin\struct\meta\AggregationTable; alias
23 protected $tableclass = AggregationTable::class;
112 /** @var AggregationTable $table */
/plugin/bez/syntax/
Dstruct.php7 use dokuwiki\plugin\struct\meta\AggregationTable; alias
97 /** @var AggregationTable $table */
98 $table = new AggregationTable($INFO['id'], $mode, $renderer, $search);
/plugin/structodt/meta/
DAggregationTableOdt.php6 use dokuwiki\plugin\struct\meta\AggregationTable; alias
8 class AggregationTableOdt extends AggregationTable {
/plugin/struct/syntax/
Dtable.php12 use dokuwiki\plugin\struct\meta\AggregationTable; alias
20 protected $tableclass = AggregationTable::class;
/plugin/struct/meta/
DAggregationEditorTable.php12 class AggregationEditorTable extends AggregationTable
DAggregationTable.php12 class AggregationTable extends Aggregation class
/plugin/structgroupby/syntax/
Done.php10 use dokuwiki\plugin\struct\meta\AggregationTable; alias
/plugin/structtemplating/
Daction.php12 use dokuwiki\plugin\struct\meta\AggregationTable; alias
/plugin/struct/_test/
DSearchConfigParameterTest.php247 … $aggregationTable = new meta\AggregationTable('test_pagination', 'xhtml', $R, $searchConfig);