Home
last modified time | relevance | path

Searched refs:SchemaEditor (Results 1 – 7 of 7) sorted by path

/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DSchemaEditor.java20 public class SchemaEditor extends BasicGraphEditor class
31 public SchemaEditor() in SchemaEditor() method in SchemaEditor
128 SchemaEditor editor = new SchemaEditor(); in main()
/plugin/struct/admin/
H A Dschemas.php19 use dokuwiki\plugin\struct\meta\SchemaEditor;
175 $editor = new SchemaEditor($schema);
17 use dokuwiki\plugin\struct\meta\SchemaEditor; global() alias
/plugin/struct/meta/
H A DSchemaEditor.php10 * Class SchemaEditor
17 class SchemaEditor
26 * SchemaEditor constructor.
16 class SchemaEditor global() class
/plugin/struct/
H A Dscript.js4 /* DOKUWIKI:include script/SchemaEditor.js */
11 SchemaEditor();
/plugin/struct/script/
H A DSchemaEditor.js1 var SchemaEditor = function () { function