Home
last modified time | relevance | path

Searched refs:struct (Results 76 – 100 of 267) sorted by relevance

1234567891011

/plugin/struct/helper/
H A Dlookup.php3 use dokuwiki\plugin\struct\meta\AccessTable;
4 use dokuwiki\plugin\struct\meta\AccessTableGlobal;
26 // get all struct values and their associated schemas
/plugin/struct/types/
H A DTraitFilterPrefix.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
13 * @package dokuwiki\plugin\struct\types
H A DDate.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\ValidationException;
H A DUrl.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\ValidationException;
H A DPage.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;
16 * @package dokuwiki\plugin\struct\types
H A DColor.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\ValidationException;
/plugin/struct/action/
H A Dsearch.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\Assignments;
17 * Inject struct data into indexed pages and search result snippets
H A Dajax.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\Schema;
14 use dokuwiki\plugin\struct\meta\StructException;
H A Dtitle.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\PageMeta;
14 use dokuwiki\plugin\struct\meta\StructException;
H A Dedit.php4 * DokuWiki Plugin struct (Action Component)
14 use dokuwiki\plugin\struct\meta\AccessTable;
15 use dokuwiki\plugin\struct\meta\Assignments;
16 use dokuwiki\plugin\struct\meta\Value;
21 * Handles adding struct forms to the default editor
38 // add the struct editor to the edit form;
44 * Adds the html for the struct editors to the edit from
H A Drevert.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\Assignments;
31 // ensure a page revision is created when struct data changes:
33 // save struct data after page has been saved:
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php18 use dokuwiki\plugin\struct\meta\ConfigParser;
19 use dokuwiki\plugin\struct\meta\SearchConfig;
20 use dokuwiki\plugin\struct\meta\StructException;
/plugin/struct/syntax/
H A Doutput.php4 * DokuWiki Plugin struct (Syntax Component)
12 use dokuwiki\plugin\struct\meta\AccessTable;
13 use dokuwiki\plugin\struct\meta\Assignments;
14 use dokuwiki\plugin\struct\meta\StructException;
24 * Regexp to check on which actions the struct data may be rendered
66 * Handle matches of the struct syntax
192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
/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
/plugin/struct/meta/
H A DValueValidator.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\AbstractBaseType;
H A DColumn.php3 namespace dokuwiki\plugin\struct\meta;
6 use dokuwiki\plugin\struct\types\AbstractBaseType;
17 * @package dokuwiki\plugin\struct\meta
193 $files = glob(DOKU_PLUGIN . 'struct/types/*.php');
199 $map[$file] = 'dokuwiki\\plugin\\struct\\types\\' . $file;
H A DSearch.php3 namespace dokuwiki\plugin\struct\meta;
7 use dokuwiki\plugin\struct\types\AutoSummary;
8 use dokuwiki\plugin\struct\types\DateTime;
9 use dokuwiki\plugin\struct\types\Decimal;
10 use dokuwiki\plugin\struct\types\Page;
11 use dokuwiki\plugin\struct\types\User;
457 DebugHelper::dbgDeprecatedFunction('\dokuwiki\plugin\struct\meta\Search::getRows()');
H A DValidationException.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
/plugin/structodt/meta/
H A DAggregationTableOdt.php5 use dokuwiki\plugin\struct\meta\SearchConfig;
6 use dokuwiki\plugin\struct\meta\AggregationTable;
/plugin/structtasks/_test/
H A DActionTest.php5 use dokuwiki\plugin\struct\meta\AccessTable;
6 use dokuwiki\plugin\struct\test\mock\Assignments;
/plugin/structstatus/
H A Dsyntax.php91 $assignments = \dokuwiki\plugin\struct\meta\Assignments::getInstance();
95 $access = \dokuwiki\plugin\struct\meta\AccessTable::getPageAccess($table, $id);
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt10 depends : bureaucracy, struct
35 * [[struct]] (needed for autocomplete search in editor and topbar)
56 …d probing I found the way that fits best for me: with "bureaucracy" and "struct" plugin you can b…
86 [[https://www.dokuwiki.org/plugin:struct|struct-plugin]] \\
91 * create a struct-scheme
231 * struct autocomplete (like the dlh page in the editor BUT only one field)
249 === struct field ===
251 in the config define a pageid for a page that contains **ONE** autocomplete struct field\\
267 ---- struct serial ----
/plugin/structrowcolor/
H A Dstruct.php10 use dokuwiki\plugin\struct\meta\SearchConfig;
11 use dokuwiki\plugin\struct\meta\Value;
/plugin/struct/lang/ja/
H A Deditor_edit.txt12 詳しくは、[[doku>plugin:struct:type|このマニュアル]]を参照してください
/plugin/extendpage/
H A DREADME.md25 the struct plugin](https://www.dokuwiki.org/plugin:struct:assignments). This

1234567891011