Home
last modified time | relevance | path

Searched refs:struct (Results 151 – 175 of 267) sorted by relevance

1234567891011

/plugin/struct/lang/de/
H A Deditor_edit.txt12 Weitere Informationen finden sich in der [[doku>plugin:struct:type|Dokumentation des Plugins]].
/plugin/structodt/
H A Daction.php10 use dokuwiki\plugin\struct\meta\Schema;
11 use dokuwiki\plugin\struct\meta\Value;
H A Dscript.js39 $me.append('<th class="actionodt">' + LANG.plugins.struct.actions + '</th>');
/plugin/struct/types/
H A DDropdown.php3 namespace dokuwiki\plugin\struct\types;
/plugin/struct/lang/en/
H A Deditor_edit.txt9 Please refer to the [[doku>plugin:struct:type|documentation]] to learn more.
/plugin/structpublish/helper/
H A Dpublish.php3 use dokuwiki\plugin\struct\meta\Assignments;
/plugin/structcombolookup/
H A Daction.php10 use dokuwiki\plugin\struct\meta\Search;
H A DREADME3 New struct type ComboLookup
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D27.27.js1 …(\s*\(@ident\s*,\s*)/,["keyword",{token:"",next:"@typeanno"}]],[/\b(type|struct)[ \t]+/,"keyword",…
/plugin/struct/meta/
H A DAccessTablePage.php3 namespace dokuwiki\plugin\struct\meta;
7 * @package dokuwiki\plugin\struct\meta
H A DSchema.php3 namespace dokuwiki\plugin\struct\meta;
6 use dokuwiki\plugin\struct\types\AbstractBaseType;
17 * @package dokuwiki\plugin\struct\meta
44 /** @var string struct version info */
120 $class = 'dokuwiki\\plugin\\struct\\types\\Text';
H A DAccessDataValidator.php3 namespace dokuwiki\plugin\struct\meta;
H A DCSVExporter.php3 namespace dokuwiki\plugin\struct\meta;
12 * @package dokuwiki\plugin\struct\meta
H A DPageMeta.php3 namespace dokuwiki\plugin\struct\meta;
H A DQueryBuilderWhere.php3 namespace dokuwiki\plugin\struct\meta;
7 * @package dokuwiki\plugin\struct\meta
H A DAggregationValue.php3 namespace dokuwiki\plugin\struct\meta;
8 * @package dokuwiki\plugin\struct\meta
H A DAccessTableGlobal.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
/plugin/struct/lang/cs/
H A Deditor_edit.txt9 Další informace naleznete v dokumentu [[doku>plugin:struct:type|documentation]]
/plugin/structtemplate/
H A DREADME.md4 Use struct data to fill in a template, as many times as there are results.
/plugin/struct/lang/fr/
H A Deditor_edit.txt9 Veuillez vous reporter à la [[doku>fr:plugin:struct:type|documentation]] pour en apprendre davantage.
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …l|public|repeat|required|rethrows|return|right|safe|Self|self|set|static|struct|subscript|super|sw…
/plugin/struct/action/
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.
/plugin/structprogress/
H A DREADME3 New struct type: Progress
/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);
/plugin/structinputstretch/
H A DREADME3 Automatically stretch struct input fields when content grows.

1234567891011