Home
last modified time | relevance | path

Searched refs:struct (Results 26 – 50 of 267) sorted by relevance

1234567891011

/plugin/struct/types/
H A DUser.php3 namespace dokuwiki\plugin\struct\types;
6 use dokuwiki\plugin\struct\meta\QueryBuilder;
7 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
8 use dokuwiki\plugin\struct\meta\StructException;
9 use dokuwiki\plugin\struct\meta\ValidationException;
125 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\UserColumn')) {
145 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\UserColumn')) {
167 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\UserColumn')) {
H A DDateTime.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\DateFormatConverter;
6 use dokuwiki\plugin\struct\meta\QueryBuilder;
7 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
8 use dokuwiki\plugin\struct\meta\ValidationException;
110 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\RevisionColumn')) {
133 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\RevisionColumn')) {
162 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\RevisionColumn')) {
H A DAutoSummary.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\QueryBuilder;
6 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
H A DDecimal.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\QueryBuilder;
6 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
7 use dokuwiki\plugin\struct\meta\ValidationException;
14 * @package dokuwiki\plugin\struct\types
/plugin/struct/action/
H A Ddiff.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\Assignments;
15 use dokuwiki\plugin\struct\meta\StructException;
56 $event->result .= "\n---- struct data ----\n";
H A Dinline.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\AccessTablePage;
15 use dokuwiki\plugin\struct\meta\Assignments;
16 use dokuwiki\plugin\struct\meta\Column;
17 use dokuwiki\plugin\struct\meta\StructException;
18 use dokuwiki\plugin\struct\meta\ValueValidator;
H A Dbureaucracy.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\Assignments;
15 use dokuwiki\plugin\struct\meta\Schema;
16 use dokuwiki\plugin\struct\meta\Search;
17 use dokuwiki\plugin\struct\types\Lookup;
22 * This registers to the template action of the bureaucracy plugin and saves all struct data
139 * Save the struct data
148 // get all struct values and their associated schemas
164 // save all the struct dat
[all...]
/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/structstatus/
H A DStatus.php5 use dokuwiki\plugin\struct\meta\Column;
6 use dokuwiki\plugin\struct\meta\QueryBuilder;
7 use dokuwiki\plugin\struct\meta\Search;
8 use dokuwiki\plugin\struct\types\AbstractBaseType;
9 use dokuwiki\plugin\struct\types\Lookup;
/plugin/swarmwebhook/webhooks/
H A DZapier.php5 use dokuwiki\plugin\struct\meta\Schema;
64 $struct = plugin_load('helper', 'struct');
65 if (!$struct) {
/plugin/farmsync/
H A Dadmin.php34 private $struct; variable in admin_plugin_farmsync
97 $struct = array_keys($INPUT->arr('farmsync_struct'));
109 if (!empty($struct)) {
110 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\StructUpdates($source, $targets, $struct);
/plugin/struct/script/
H A DAggregationEditor.js18 const disableDeleteSerial = JSINFO.plugins.struct.disableDeleteSerial;
34 $me.append('<th class="action">' + LANG.plugins.struct.actions + '</th>');
48 .attr('title', LANG.plugins.struct.lookup_delete)
86 const isPageEditor = JSINFO.plugins.struct.isPageEditor;
/plugin/swarmwebhook/
H A Dhelper.php2 use dokuwiki\plugin\struct\meta\AccessTable;
3 use dokuwiki\plugin\struct\meta\SchemaImporter;
4 use dokuwiki\plugin\struct\meta\StructException;
H A Drequirements.txt3 https://github.com/cosmocode/dokuwiki-plugin-struct.git lib/plugins/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/struct/helper/
H A Dimexport.php4 * DokuWiki Plugin struct (Helper Component)
12 use dokuwiki\plugin\struct\meta\StructException;
13 use dokuwiki\plugin\struct\meta\SchemaImporter;
14 use dokuwiki\plugin\struct\meta\Assignments;
15 use dokuwiki\plugin\struct\meta\Schema;
/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/structtasks/
H A Drequirements.txt3 https://github.com/cosmocode/dokuwiki-plugin-struct.git lib/plugins/struct
/plugin/bez/struct/
H A DBezSearch.php3 namespace dokuwiki\plugin\bez\struct;
6 use dokuwiki\plugin\struct\meta\SearchConfig;
/plugin/structpublish/
H A Drequirements.txt3 https://github.com/cosmocode/dokuwiki-plugin-struct.git lib/plugins/struct
/plugin/structpublish/syntax/
H A Dtable.php3 use dokuwiki\plugin\struct\meta\AggregationTable;
29 (string) \dokuwiki\plugin\struct\meta\AccessTablePage::DEFAULT_PAGE_RID,
/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.
/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/struct/meta/
H A DPublishedColumn.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\Decimal;
H A DRowColumn.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\Decimal;

1234567891011