Home
last modified time | relevance | path

Searched refs:AggregationTable (Results 1 – 8 of 8) sorted by path

/plugin/bez/syntax/
H A Dstruct.php7 use dokuwiki\plugin\struct\meta\AggregationTable; alias
97 /** @var AggregationTable $table */
98 $table = new AggregationTable($INFO['id'], $mode, $renderer, $search);
/plugin/struct/meta/
H A DAggregationEditorTable.php8 * An AggregationTable for editing global and serial tables
12 class AggregationEditorTable extends AggregationTable
H A DAggregationTable.php12 class AggregationTable extends Aggregation
10 class AggregationTable global() class
/plugin/struct/syntax/
H A Dtable.php12 use dokuwiki\plugin\struct\meta\AggregationTable;
20 protected $tableclass = AggregationTable::class;
10 use dokuwiki\plugin\struct\meta\AggregationTable; global() alias
/plugin/structat/syntax/
H A Dtable.php10 use dokuwiki\plugin\struct\meta\AggregationTable; alias
23 protected $tableclass = AggregationTable::class;
112 /** @var AggregationTable $table */
/plugin/structgroupby/syntax/
H A Done.php10 use dokuwiki\plugin\struct\meta\AggregationTable; alias
/plugin/structodt/meta/
H A DAggregationTableOdt.php6 use dokuwiki\plugin\struct\meta\AggregationTable; alias
8 class AggregationTableOdt extends AggregationTable {
/plugin/structpublish/syntax/
H A Dtable.php3 use dokuwiki\plugin\struct\meta\AggregationTable; alias
13 protected $tableclass = AggregationTable::class;