Home
last modified time | relevance | path

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

1234567891011

/plugin/struct/action/
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 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...]
H A Dcache.php7 use dokuwiki\plugin\struct\meta\Assignments;
8 use dokuwiki\plugin\struct\meta\SearchConfig;
9 use dokuwiki\plugin\struct\meta\SearchConfigParameters;
12 * Handle caching of pages containing struct aggregations
35 return $conf['cachedir'] . '/struct.schemarefresh';
55 if (!$assignments->getPageAssignments($cache->page)) return true; // no struct here
79 $meta = p_get_metadata($cache->page, 'plugin struct');
H A Dconfig.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\Column;
14 use dokuwiki\plugin\struct\types\AbstractBaseType;
62 $JSINFO['plugins']['struct']['disableDeleteSerial'] = $this->getConf('disableDeleteSerial');
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 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 Dentry.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\AccessDataValidator;
14 use dokuwiki\plugin\struct\meta\AccessTable;
15 use dokuwiki\plugin\struct\meta\Assignments;
20 * Handles the entry process of struct data with type "page"
48 // ensure a page revision is created when struct data changes:
50 // save struct data after page has been saved:
108 // this happens when a new page is tried to be created with only struct data
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 Dmove.php4 * DokuWiki Plugin struct (Action Component)
14 use dokuwiki\plugin\struct\meta\Assignments;
15 use dokuwiki\plugin\struct\meta\Column;
16 use dokuwiki\plugin\struct\meta\Schema;
17 use dokuwiki\plugin\struct\types\Lookup;
18 use dokuwiki\plugin\struct\types\Media;
19 use dokuwiki\plugin\struct\types\Page;
H A Doutput.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\Schema;
57 // display struct data at the bottom?
94 * If the page has a schema assigned, add its struct data
108 $helper = plugin_load('helper', 'struct');
118 if (is_a($col->getType(), '\dokuwiki\plugin\struct\types\Date')) {
130 * Remove struct placeholders still present after replacement.
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:
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 Dtitle.php4 * DokuWiki Plugin struct (Action Component)
13 use dokuwiki\plugin\struct\meta\PageMeta;
14 use dokuwiki\plugin\struct\meta\StructException;
/plugin/struct/admin/
H A Dassignments.php4 * DokuWiki Plugin struct (Admin Component)
12 use dokuwiki\plugin\struct\meta\Assignments;
13 use dokuwiki\plugin\struct\meta\StructException;
H A Dschemas.php4 * DokuWiki Plugin struct (Admin Component)
13 use dokuwiki\plugin\struct\meta\CSVExporter;
14 use dokuwiki\plugin\struct\meta\CSVImporter;
15 use dokuwiki\plugin\struct\meta\CSVPageImporter;
16 use dokuwiki\plugin\struct\meta\CSVSerialImporter;
17 use dokuwiki\plugin\struct\meta\Schema;
18 use dokuwiki\plugin\struct\meta\SchemaBuilder;
19 use dokuwiki\plugin\struct\meta\SchemaEditor;
20 use dokuwiki\plugin\struct\meta\SchemaImporter;
21 use dokuwiki\plugin\struct\met
[all...]
/plugin/struct/
H A Dhelper.php4 * DokuWiki Plugin struct (Helper Component)
11 use dokuwiki\plugin\struct\meta\AccessDataValidator;
12 use dokuwiki\plugin\struct\meta\AccessTable;
13 use dokuwiki\plugin\struct\meta\Assignments;
14 use dokuwiki\plugin\struct\meta\Schema;
15 use dokuwiki\plugin\struct\meta\StructException;
18 * The public interface for the struct plugin
20 * 3rd party developers should always interact with struct data through this
31 * Class names of renderers which should NOT render struct data.
100 if (!page_exists($page)) throw new StructException("Page does not exist. You can not attach struct dat
[all...]
/plugin/struct/helper/
H A Dconfig.php4 use dokuwiki\plugin\struct\meta\StructException;
5 use dokuwiki\plugin\struct\meta\Search;
8 * DokuWiki Plugin struct (Helper Component)
H A Ddb.php4 * DokuWiki Plugin struct (Helper Component)
13 use dokuwiki\plugin\struct\meta\StructException;
27 $this->sqlite = new SQLiteDB('struct', DOKU_PLUGIN . 'struct/db/');
90 * Decodes a struct JSON structure and returns the requested value
H A Dfield.php3 use dokuwiki\plugin\struct\meta\Column;
4 use dokuwiki\plugin\struct\meta\Schema;
5 use dokuwiki\plugin\struct\meta\StructException;
6 use dokuwiki\plugin\struct\meta\Value;
7 use dokuwiki\plugin\struct\meta\ValueValidator;
8 use dokuwiki\plugin\struct\types\Lookup;
9 use dokuwiki\plugin\struct\types\Page;
10 use dokuwiki\plugin\struct\types\User;
13 * Allows adding a single struct field as a bureaucracy field
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;
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/lang/cs/
H A Deditor_edit.txt9 Další informace naleznete v dokumentu [[doku>plugin:struct:type|documentation]]
/plugin/struct/lang/de/
H A Deditor_edit.txt12 Weitere Informationen finden sich in der [[doku>plugin:struct:type|Dokumentation des Plugins]].
/plugin/struct/lang/en/
H A Deditor_edit.txt9 Please refer to the [[doku>plugin:struct:type|documentation]] to learn more.
/plugin/struct/lang/fr/
H A Deditor_edit.txt9 Veuillez vous reporter à la [[doku>fr:plugin:struct:type|documentation]] pour en apprendre davantage.

1234567891011