Lines Matching refs:struct
4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\AccessTableGlobal;
15 use dokuwiki\plugin\struct\meta\AggregationEditorTable;
16 use dokuwiki\plugin\struct\meta\Column;
17 use dokuwiki\plugin\struct\meta\Schema;
18 use dokuwiki\plugin\struct\meta\SearchConfig;
19 use dokuwiki\plugin\struct\meta\StructException;
20 use dokuwiki\plugin\struct\meta\Value;
59 $JSINFO['plugins']['struct']['isPageEditor'] = auth_quickaclcheck($ID) >= AUTH_EDIT;
132 $helper = plugin_load('helper', 'struct');