Home
last modified time | relevance | path

Searched refs:AggregationEditorTableOdt (Results 1 – 3 of 3) sorted by relevance

/plugin/structodt/syntax/
Dglobal.php10 use dokuwiki\plugin\structodt\meta\AggregationEditorTableOdt; alias
18 protected $tableclass = AggregationEditorTableOdt::class;
Dserial.php10 use dokuwiki\plugin\structodt\meta\AggregationEditorTableOdt; alias
18 protected $tableclass = AggregationEditorTableOdt::class;
/plugin/structodt/meta/
DAggregationEditorTableOdt.php8 class AggregationEditorTableOdt extends AggregationEditorTable { class