Home
last modified time | relevance | path

Searched refs:Schema (Results 1 – 25 of 64) sorted by last modified time

123

/plugin/structpublish/meta/
H A DRevision.php7 use dokuwiki\plugin\struct\meta\Schema; alias
48 $this->schema = new Schema('structpublish');
224 $schema = new Schema('structpublish', 0);
/plugin/struct/meta/
H A DAccessTable.php17 /** @var Schema */
59 $schema = new Schema($tablename, $ts);
65 $schema = new Schema($tablename, 0);
71 $schema = new Schema($tablename, 0);
78 * @param Schema $schema schema to load
85 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0)
109 $schema = new Schema($tablename, time());
111 $schema = new Schema($tablename, $ts);
119 * @param Schema $schema The schema valid at $ts
131 throw new StructException('Schema doe
[all...]
H A DCSVImporter.php16 /** @var Schema */
54 $this->schema = new Schema($table);
55 if (!$this->schema->getId()) throw new StructException('Schema does not exist');
104 * Read the CSV headers and match it with the Schema columns
H A DSchema.php10 * Class Schema
19 class Schema class
51 * Schema constructor
260 * @return int returns the timestamp this Schema was created at
284 * and then to the Schema label
H A DSchemaBuilder.php25 * @see Schema::AdminEditor()
37 * @var Schema the previously valid schema for this table
58 * @see Schema::AdminEditor()
66 $this->oldschema = new Schema($table, 0);
H A DSchemaEditor.php12 * Provides the editing interface for a given Schema as used in the admin backend. The actual modifying of the
19 /** @var Schema the schema that is edited */
27 * @param Schema $schema
29 public function __construct(Schema $schema)
H A DSearch.php32 /** @var Schema[] list of schemas to query */
89 $schema = new Schema($table);
529 * @return Schema[]
557 if (!$schema instanceof Schema) return false;
/plugin/struct/
H A Dstyle.less203 * Tabs in the Schema Editor
238 * The Schema Editor
H A Dhelper.php14 use dokuwiki\plugin\struct\meta\Schema;
164 * @return Schema[]
170 $schemas = Schema::getAll();
177 $result[$table] = new Schema($table);
13 use dokuwiki\plugin\struct\meta\Schema; global() alias
/plugin/struct/types/
H A DLookup.php11 use dokuwiki\plugin\struct\meta\Schema; alias
35 $this->config['schema'] = Schema::cleanTableName($this->config['schema']);
61 $table = new Schema($table);
64 msg(sprintf('Schema %s does not exist', $table), -1);
/plugin/struct/action/
H A Dajax.php13 use dokuwiki\plugin\struct\meta\Schema;
72 $schema = new Schema($schema);
73 if (!$schema->getId()) throw new StructException('Unknown Schema');
10 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Dbureaucracy.php15 use dokuwiki\plugin\struct\meta\Schema;
64 $schema = new Schema($helper->opt['label']);
12 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Dmove.php16 use dokuwiki\plugin\struct\meta\Schema;
65 $schemas = Schema::getAll();
67 $schema = new Schema($table);
101 foreach (Schema::getAll() as $tbl) {
143 * @param Schema $schema
149 protected function updateColumnID(Schema $schema, Column $col, $old, $new, $hashes = false)
185 * @param Schema $schema
190 protected function updateColumnLookup(Schema $schema, Column $col, $old, $new)
193 $ref = new Schema($tconf['schema']);
12 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Doutput.php13 use dokuwiki\plugin\struct\meta\Schema;
114 $schemaObject = new Schema($schema);
10 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Daggregationeditor.php17 use dokuwiki\plugin\struct\meta\Schema;
161 $schema = new Schema($tablename);
198 * @param Schema $schema
14 use dokuwiki\plugin\struct\meta\Schema; global() alias
/plugin/struct/lang/de/
H A Dassignments_intro.txt1 ====== Schema-Zuweisungen ======
H A Dclear_intro.txt1 **ACHTUNG:** Hiermit werden **alle** Daten gelöscht, die jemals für dieses Schema gespeichert waren. Es gibt kein Zurück!
H A Ddelete_intro.txt1 **ACHTUNG:** Hiermit wird die Definition des Schemas gelöscht und **alle** Daten, die jemals für dieses Schema gespeichert waren. Es gibt kein Zurück!
H A Deditor_edit.txt1 ====== Struct Schema Editor ======
H A Deditor_intro.txt1 ====== Struktur Schema-Editor ======
3 Schemas sind der Kern des Struct Plugins. Ein Schema definiert eine Vorlage mit strukturierten Daten, welche den Seiten später zugeordnet werden sollen.
5 Wählen Sie ein vorhandenes Schema aus dem Inhaltsverzeichnis oder erstellen Sie ein neues Schema
/plugin/struct/admin/
H A Dassignments.php160 * Copies the TOC from the Schema Editor
12 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Dschemas.php17 use dokuwiki\plugin\struct\meta\Schema;
51 $table = Schema::cleanTableName($INPUT->str('table'));
61 $builder = new Schema($table);
117 $schema = new Schema($table);
134 $schema = new Schema($table);
153 $table = Schema::cleanTableName($INPUT->str('table'));
155 $schema = new Schema($table, 0);
188 * @param Schema $schema
191 protected function htmlJson(Schema $schema)
257 * @param Schema
15 use dokuwiki\plugin\struct\meta\Schema; global() alias
[all...]
/plugin/struct/lang/en/
H A Dassignments_intro.txt1 ====== Schema Assignments ======
H A Deditor_edit.txt1 ====== Struct Schema Editor ======
H A Deditor_intro.txt1 ====== Struct Schema Editor ======

123