Home
last modified time | relevance | path

Searched refs:struct (Results 201 – 225 of 267) sorted by path

1234567891011

/plugin/structgroupby/syntax/
H A Done.php10 use dokuwiki\plugin\struct\meta\AggregationTable;
11 use dokuwiki\plugin\struct\meta\ConfigParser;
12 use dokuwiki\plugin\struct\meta\SearchConfig;
13 use dokuwiki\plugin\struct\meta\StructException;
14 use dokuwiki\plugin\struct\meta\Value;
/plugin/structinputstretch/
H A DREADME3 Automatically stretch struct input fields when content grows.
H A Dplugin.info.txt6 desc Automatically stretch struct input fields when content grows.
/plugin/structjoin/
H A DREADME3 Introduces new struct type that allows perform inner joins between schemas
H A Dplugin.info.txt6 desc Introduces new struct type that allows perform inner joins between schemas
/plugin/structjoin/types/
H A DJoin.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\types\AbstractBaseType;
8 use dokuwiki\plugin\struct\types\Lookup;
/plugin/structnotification/
H A DREADME3 Notifi about upcoming events from struct tabes.
H A Dplugin.info.txt6 desc Notifi about upcoming events from struct tabes.
/plugin/structnotification/action/
H A Dnotification.php10 use dokuwiki\plugin\struct\meta\Search;
11 use dokuwiki\plugin\struct\meta\Value;
/plugin/structodt/
H A DREADME3 Generate ODT documents, using struct data
H A Daction.php10 use dokuwiki\plugin\struct\meta\Schema;
11 use dokuwiki\plugin\struct\meta\Value;
H A Dhelper.php3 * DokuWiki Plugin struct (Helper Component)
12 use dokuwiki\plugin\struct\meta\AccessTable;
13 use dokuwiki\plugin\struct\meta\Schema;
14 use dokuwiki\plugin\struct\meta\Search;
15 use dokuwiki\plugin\struct\meta\StructException;
16 use dokuwiki\plugin\struct\meta\Value;
17 use dokuwiki\plugin\struct\types\Wiki;
H A Dplugin.info.txt6 desc Generate ODT documents, using struct data
H A Dscript.js39 $me.append('<th class="actionodt">' + LANG.plugins.struct.actions + '</th>');
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php5 use dokuwiki\plugin\struct\meta\SearchConfig;
6 use dokuwiki\plugin\struct\meta\AggregationEditorTable;
H A DAggregationTableOdt.php5 use dokuwiki\plugin\struct\meta\SearchConfig;
6 use dokuwiki\plugin\struct\meta\AggregationTable;
/plugin/structprogress/
H A DREADME3 New struct type: Progress
H A Dplugin.info.txt6 desc New struct type: Progress
/plugin/structprogress/types/
H A DProgress.php11 use dokuwiki\plugin\struct\meta\QueryBuilder;
12 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
13 use dokuwiki\plugin\struct\meta\ValidationException;
14 use dokuwiki\plugin\struct\types\AbstractMultiBaseType;
/plugin/structpublish/action/
H A Dmigration.php34 // abort if struct is not installed
36 throw new Exception('Plugin struct is required!');
43 // check if struct has required version
46 'Plugin struct is outdated. Minimum required database version is ' . self::MIN_DB_STRUCT
70 // update migration status in struct database
80 * Read the current versions for struct and struct publish from the database
120 $file = DOKU_PLUGIN . 'structpublish/db/json/structpublish0001.struct.json';
122 $importer = new \dokuwiki\plugin\struct\meta\SchemaImporter('structpublish', $schemaJson);
H A Dsave.php3 use dokuwiki\plugin\struct\meta\StructException;
/plugin/structpublish/helper/
H A Dpublish.php3 use dokuwiki\plugin\struct\meta\Assignments;
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php5 use dokuwiki\plugin\struct\meta\AccessTable;
6 use dokuwiki\plugin\struct\meta\AccessTableSerial;
13 * @package dokuwiki\plugin\struct\meta
H A DRevision.php6 use dokuwiki\plugin\struct\meta\ConfigParser;
7 use dokuwiki\plugin\struct\meta\Schema;
8 use dokuwiki\plugin\struct\meta\SearchConfig;
9 use dokuwiki\plugin\struct\meta\Value;
28 /** @var bool|\dokuwiki\plugin\struct\meta\Column */
232 * Returns an array of struct Value objects, not literal values.
235 * @see https://www.dokuwiki.org/plugin:struct:filters
/plugin/structpublish/
H A Dplugin.info.txt6 desc Publishing workflows based on struct

1234567891011