Home
last modified time | relevance | path

Searched refs:struct (Results 176 – 200 of 267) sorted by path

1234567891011

/plugin/structacl/
H A Daction.php3 use dokuwiki\plugin\struct\meta\AccessTable;
4 use dokuwiki\plugin\struct\meta\Assignments;
5 use dokuwiki\plugin\struct\meta\StructException;
55 $schema = new \dokuwiki\plugin\struct\meta\Schema($schemaName);
60 if (is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
H A Dplugin.info.txt6 desc Additional ACL rules based on struct
/plugin/structat/action/
H A Dcache.php3 use dokuwiki\plugin\struct\meta\Assignments;
4 use dokuwiki\plugin\struct\meta\SearchConfig;
5 use dokuwiki\plugin\struct\meta\SearchConfigParameters;
/plugin/structat/meta/
H A DSearchConfigAt.php5 use dokuwiki\plugin\struct\meta\Column;
6 use dokuwiki\plugin\struct\meta\QueryBuilder;
7 use dokuwiki\plugin\struct\meta\SearchConfig;
8 use dokuwiki\plugin\struct\meta\StructException;
H A DSearchConfigAtParameters.php5 use dokuwiki\plugin\struct\meta\SearchConfig;
6 use dokuwiki\plugin\struct\meta\SearchConfigParameters;
/plugin/structat/syntax/
H A Dtable.php10 use dokuwiki\plugin\struct\meta\AggregationTable;
11 use dokuwiki\plugin\struct\meta\ConfigParser;
12 use dokuwiki\plugin\struct\meta\StructException;
/plugin/structautolink/
H A DREADME3 Automatic page linking based on struct data
H A Dplugin.info.txt6 desc Automatic page linking based on struct data
H A Drenderer.php4 use dokuwiki\plugin\struct\meta\SearchConfig;
5 use dokuwiki\plugin\struct\meta\StructException;
/plugin/structcombolookup/
H A DREADME3 New struct type ComboLookup
H A Daction.php10 use dokuwiki\plugin\struct\meta\Search;
H A Dplugin.info.txt6 desc New struct types: ComboLookup, NarrowingLookup
/plugin/structcombolookup/types/
H A DComboLookup.php5 use dokuwiki\plugin\struct\types\Lookup;
H A DNarrowingLookup.php4 use dokuwiki\plugin\struct\meta\Column;
5 use dokuwiki\plugin\struct\meta\Search;
6 use dokuwiki\plugin\struct\meta\Value;
7 use dokuwiki\plugin\struct\types\Lookup;
/plugin/structcondstyle/
H A DREADME.md3 A small struct extension plugin that allows the user to style parts of aggregations with plain CSS …
H A Daction.php16 use dokuwiki\plugin\struct\meta\StructException;
H A Dplugin.info.txt6 desc A small struct extension plugin that allows the user to style parts of agregations with plai…
/plugin/structgantt/
H A DREADME3 Display struct data as Gantt
H A Dplugin.info.txt6 desc Display struct data as Gantt
/plugin/structgantt/meta/
H A DGantt.php5 use dokuwiki\plugin\struct\meta\Aggregation;
6 use dokuwiki\plugin\struct\meta\SearchConfig;
7 use dokuwiki\plugin\struct\meta\StructException;
8 use dokuwiki\plugin\struct\meta\Value;
9 use dokuwiki\plugin\struct\types\Color;
10 use dokuwiki\plugin\struct\types\Date;
11 use dokuwiki\plugin\struct\types\DateTime;
/plugin/structgeohash/
H A DREADME.md3 [ES] Un plugin para dokuwiki que extiende la funcionalidad del plugin struct agregando un campo de …
4 [EN] A dokuwiki plugin that extends the functionality to the struct plugin adding geolocation field.
H A Dplugin.info.txt6 desc New struct type: GeoHash
/plugin/structgeohash/types/
H A DGeoHash.php9 use dokuwiki\plugin\struct\types\AbstractBaseType;
/plugin/structgroup/
H A Dplugin.info.txt6 desc New struct type - dokuwiki user groups
/plugin/structgroup/types/
H A DGroup.php4 use dokuwiki\plugin\struct\meta\QueryBuilder;
5 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
6 use dokuwiki\plugin\struct\meta\StructException;
7 use dokuwiki\plugin\struct\meta\ValidationException;
8 use dokuwiki\plugin\struct\types\AbstractMultiBaseType;

1234567891011