Home
last modified time | relevance | path

Searched refs:SchemaImporter (Results 1 – 10 of 10) sorted by relevance

/plugin/structtasks/_test/
DStructtasksTest.php5 use dokuwiki\plugin\struct\meta\SchemaImporter; alias
31 $importer = new SchemaImporter($schema, $json);
/plugin/struct/_test/
DSchemaImporterTest.php42 $sb = new meta\SchemaImporter('tag', file_get_contents(__DIR__ . '/json/tag.struct.json'));
57 … $sb = new meta\SchemaImporter('foobar', file_get_contents(__DIR__ . '/json/schema1.struct.json'));
DStructTest.php7 use dokuwiki\plugin\struct\meta\SchemaImporter; alias
54 $importer = new SchemaImporter($schema, file_get_contents($file));
DSearchConfigTest.php76 …$sb = new meta\SchemaImporter('schema1', file_get_contents(__DIR__ . '/json/schema1.struct.json'));
112 …$sb = new meta\SchemaImporter('schema2', file_get_contents(__DIR__ . '/json/schema2.struct.json'));
114 …$sb = new meta\SchemaImporter('schema3', file_get_contents(__DIR__ . '/json/schema2int.struct.json…
/plugin/swarmwebhook/
Dhelper.php3 use dokuwiki\plugin\struct\meta\SchemaImporter; alias
99 $builder = new SchemaImporter('swarm', $json, true);
/plugin/struct/helper/
Dimexport.php13 use dokuwiki\plugin\struct\meta\SchemaImporter; alias
103 $importer = new SchemaImporter($schemaName, $schemaJSON);
/plugin/structpublish/action/
Dmigration.php6 use dokuwiki\plugin\struct\meta\SchemaImporter; alias
127 $importer = new SchemaImporter('structpublish', $schemaJson);
/plugin/struct/meta/
DSchemaImporter.php12 class SchemaImporter extends SchemaBuilder class
/plugin/struct/admin/
Dschemas.php20 use dokuwiki\plugin\struct\meta\SchemaImporter; alias
74 $builder = new SchemaImporter($table, $json);
/plugin/struct/
Ddeleted.files30 _test/SchemaImporter.test.php