Home
last modified time | relevance | path

Searched refs:struct (Results 126 – 150 of 267) sorted by relevance

1234567891011

/plugin/struct/meta/
H A DCSVImporter.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\Page;
12 * @package dokuwiki\plugin\struct\meta
217 $helper = plugin_load('helper', 'struct');
H A DAggregationEditorTable.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
H A DFilterValueListHandler.php3 namespace dokuwiki\plugin\struct\meta;
H A DSchemaImporter.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
H A DCSVSerialImporter.php3 namespace dokuwiki\plugin\struct\meta;
55 ---- struct serial ----
60 saveWikiText($pid, $text, 'Created by struct csv import');
H A DDateFormatConverter.php5 namespace dokuwiki\plugin\struct\meta;
17 * @package dokuwiki\plugin\struct\meta
H A DTranslationUtilities.php3 namespace dokuwiki\plugin\struct\meta;
H A DInlineConfigParser.php3 namespace dokuwiki\plugin\struct\meta;
19 * @package dokuwiki\plugin\struct\meta
/plugin/structupdate/
H A Dplugin.info.txt6 desc Adds action to bureaucracy forms that allows to update struct data of the page
/plugin/structsection/
H A Dplugin.info.txt6 desc New type to show struct wiki fields as actual sections of the page
/plugin/swarmwebhook/
H A Dplugin.info.txt6 desc A webhook endpoint for swarm checkins forwarded by IFTTT into a struct table
/plugin/structtemplate/
H A Dplugin.info.txt6 desc Use struct data to fill in a template, as many times as there are results.
/plugin/structcondstyle/
H A Dplugin.info.txt6 desc A small struct extension plugin that allows the user to style parts of agregations with plai…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml97 struct test_node seq1[] = {
102 struct test_node seq2[] = {
108 struct test_node seq3[] = {
113 struct test_node seq4[] = {
117 struct test_node map[] = {
255 struct test_node seq1[] = {
260 struct test_node seq2[] = {
266 struct test_node seq3[] = {
271 struct test_node seq4[] = {
275 struct test_node map[] = {
[all …]
/plugin/structpublish/action/
H A Dsave.php3 use dokuwiki\plugin\struct\meta\StructException;
/plugin/struct/script/
H A DSchemaEditor.js33 if (!window.confirm(formatString(LANG.plugins.struct['confirmAssignmentsDelete'], schema, page))) {
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php412 if ( $x->fault->value->struct ) {
413 return $this->xmlrpc_decode_node( $x->fault->value->struct );
415 return $this->xmlrpc_decode_node( $x->params->param->value->struct );
/plugin/struct/types/
H A DLongText.php3 namespace dokuwiki\plugin\struct\types;
H A DCheckbox.php3 namespace dokuwiki\plugin\struct\types;
/plugin/structnotification/action/
H A Dnotification.php10 use dokuwiki\plugin\struct\meta\Search;
11 use dokuwiki\plugin\struct\meta\Value;
/plugin/structtasks/_test/
H A DCliTest.php6 use dokuwiki\plugin\struct\meta\AccessTable;
7 use dokuwiki\plugin\struct\test\mock\Assignments;
/plugin/farmsync/_test/
H A Dgeneral.test.php2 namespace plugin\struct\test;
/plugin/structgeohash/types/
H A DGeoHash.php9 use dokuwiki\plugin\struct\types\AbstractBaseType;
/plugin/struct/helper/
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
/plugin/bez/helper/
H A Ddb.php3 * DokuWiki Plugin struct (Helper Component)

1234567891011