Home
last modified time | relevance | path

Searched refs:Schema (Results 26 – 50 of 64) sorted by relevance

123

/plugin/struct/lang/de/
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 Dassignments_intro.txt1 ====== Schema-Zuweisungen ======
H A Deditor_edit.txt1 ====== Struct Schema Editor ======
/plugin/struct/meta/
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 DSearch.php32 /** @var Schema[] list of schemas to query */
89 $schema = new Schema($table);
529 * @return Schema[]
557 if (!$schema instanceof Schema) return false;
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
/plugin/struct/lang/en/
H A Deditor_intro.txt1 ====== Struct Schema Editor ======
H A Dassignments_intro.txt1 ====== Schema Assignments ======
H A Deditor_edit.txt1 ====== Struct Schema Editor ======
/plugin/structodt/
H A Dhelper.php13 use dokuwiki\plugin\struct\meta\Schema; alias
203 * @param Schema $first_schema
227 * @param Schema $first_schema
H A Daction.php10 use dokuwiki\plugin\struct\meta\Schema; alias
214 /** @var Schema $first_schema */
/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 Dbureaucracy.php15 use dokuwiki\plugin\struct\meta\Schema;
64 $schema = new Schema($helper->opt['label']);
12 use dokuwiki\plugin\struct\meta\Schema; global() alias
/plugin/struct/helper/
H A Dfield.php4 use dokuwiki\plugin\struct\meta\Schema; alias
231 $schema = new Schema($table);
/plugin/structacl/
H A Daction.php55 $schema = new \dokuwiki\plugin\struct\meta\Schema($schemaName);
/plugin/structupdate/helper/
H A Dupdate.php17 use dokuwiki\plugin\struct\meta\Schema; alias
/plugin/struct/admin/
H A Dassignments.php160 * Copies the TOC from the Schema Editor
12 use dokuwiki\plugin\struct\meta\Schema; global() alias
/plugin/struct/
H A Dstyle.less203 * Tabs in the Schema Editor
238 * The Schema Editor
/plugin/mantis/lib/
H A Dchangelog187 - wsdl: serialize boolean as true|false, not 1|0, to agree with XML Schema
236 - wsdl: serialize PHP objects for WSDL XML Schema complexTypes, in addition to associative arrays
241 - nusoap_base: serialize boolean as true|false, not 1|0, to agree with XML Schema
252 - nusoap_base: add anyType, anySimpleType for 2001 XML Schema
307 - wsdl: serialize data (associative array elements) as attributes according to XML Schema
311 - nusoap_base: add 2000 XML Schema (rare, but used by Akamai)
425 - wsdl: for WSDL and XML Schema imports, don't forget to use the TCP port number (thanks Luca GIOPP…
556 - nusoap_xmlschema: create names for unnamed types that are unique by scope within XML Schema
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf134 XSD XML (Extensible Markup Language) Schema Definition
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng1 # RELAX NG Schema for vCard in XML
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng1 # RELAX NG Schema for vCard in XML
/plugin/jokuwiki/
H A DREADME.md116 Although this has yet to be implemented, I would urge you to include a [JSON Schema](http://json-sc…
/plugin/pdfjs/pdfjs/web/locale/ia/
H A Dviewer.properties143 document_outline_label=Schema del documento

123