Home
last modified time | relevance | path

Searched refs:schema (Results 151 – 172 of 172) sorted by path

1234567

/plugin/structodt/
H A Dhelper.php208 if (!empty($schemas)) foreach ($schemas as $schema) {
209 $search->addSchema($schema[0], $schema[1]);
252 // second value of schema array is alias. ignore it for now
253 $schema = [$table, ''];
254 $search = $this->getSearch([$schema], $ignore);
H A Dscript.js9 const schema = $table.parents('.structaggregation').data('schema');
10 if (!schema) return;
50 url.searchParams.append('schema', schema);
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php47 * We add the schema name as data attribute
75 data-schema=\"$table\" data-searchconf=\"$config\"
102 foreach($this->data['schemas'] as $key => $schema) {
103 $urlParameters['schema[' . $key . '][0]'] = $schema[0];
104 $urlParameters['schema[' . $key . '][1]'] = $schema[1];
H A DAggregationTableOdt.php56 $this->renderer->doc .= '<div class="structaggregation structodt" data-schema="' . $table . '"
79 foreach($this->data['schemas'] as $key => $schema) {
80 $urlParameters['schema[' . $key . '][0]'] = $schema[0];
81 $urlParameters['schema[' . $key . '][1]'] = $schema[1];
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php
H A DRevision.php19 protected $schema; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
48 $this->schema = new Schema('structpublish');
49 $this->statusCol = $this->schema->findColumn('status');
50 $this->versionCol = $this->schema->findColumn('version');
51 $this->userCol = $this->schema->findColumn('user');
52 $this->datetimeCol = $this->schema->findColumn('datetime');
53 $this->revisionCol = $this->schema->findColumn('revision');
224 $schema = new Schema('structpublish', 0);
225 $access = new AccessTableStructpublish($schema, $pid, 0, $rid);
231 * Fetches data from the structpublish schema fo
[all...]
/plugin/structsection/
H A Dyarn.lock214 "@types/json-schema" "*"
221 "@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
430 json-schema-traverse "^0.4.1"
668 schema-utils "^2.6.5"
1348 schema-utils "^2.6.5"
1897 json-schema-traverse@^0.4.1:
2455 schema-utils@^2.6.5:
2460 "@types/json-schema" "^7.0.5"
2464 schema-utils@^3.0.0:
2689 schema-utils "^3.0.0"
[all …]
/plugin/structstatus/
H A DStatus.php105 $schema = 'data_' . $this->config['schema'];
135 $tablealias, $schema, $rightalias,
H A Daction.php71 foreach ($schemas as $schema) {
72 $this->$call($sqlite, $schema);
107 * @param array $schema
110 protected function migration17($sqlite, $schema) argument
112 $name = $schema['tbl'];
113 $sid = $schema['id'];
H A Dsyntax.php96 $schema = $access->getSchema();
97 if(!$schema->getId()) return '';
100 $col = $schema->findColumn($field);
118 if(auth_quickaclcheck($id) >= AUTH_EDIT && $schema->isEditable()) {
/plugin/structtasks/_test/
H A DStructtasksTest.php17 * @param string $schema
22 protected function loadSchemaJSON($schema, $json = '', $rev = 0) argument
24 if (!$json) $json = $schema;
31 $importer = new SchemaImporter($schema, $json);
34 throw new \RuntimeException("build of $schema from $file failed");
H A DUtilitiesTest.php38 function testIsValidSchema($schema) { argument
39 $this->assertFalse($this->util->isValidSchema($schema));
40 $this->loadSchemaJSON($schema);
41 $this->assertTrue($this->util->isValidSchema($schema));
47 function testIsInvalidSchema($schema) { argument
48 $this->assertFalse($this->util->isValidSchema($schema));
49 $this->loadSchemaJSON($schema);
50 $this->assertFalse($this->util->isValidSchema($schema));
150 function testGetMetadataInvalid($page, $schema) { argument
151 …list($old_data, $new_data, $valid) = $this->util->getMetadata($page, $schema, $this->rev1, $this->…
/plugin/structtasks/
H A Daction.php61 $schema = $conf['plugin']['structtasks']['schema'];
62 if ($schema == '') return false;
69 $id, $schema, $event->data['oldRevision'], $event->data['newRevision']
H A Dcli.php18 private $schema; variable in cli_plugin_structtasks
52 $tasks = $this->struct->getPages($this->schema);
69 $this->schema = $this->getConf('schema');
70 if ($this->schema == '') return false;
74 if (!$this->util->isValidSchema($this->schema)) {
76 sprintf($this->getLang('msg_invalid_schema'), $this->schema));
80 sprintf($this->getLang('msg_handling_schema'), $this->schema));
81 $this->dateformat = $this->util->dateFormat($this->schema);
135 $structdata = $this->struct->getData($task, $this->schema)[$this->schema];
/plugin/structtasks/meta/
H A DUtilities.php41 * @param mixed $schema
43 function isValidSchema($schema): bool { argument
45 $s = $schemas_found[$schema];
88 function dateFormat($schema) { argument
90 $this->isValidSchema($schema);
92 return $this->duedate_formats[$schema];
101 if (!$this->isValidSchema($schema)) {
106 if (!array_key_exists($schema, $old_data) or !array_key_exists($schema, $new_data)) {
109 $dateformat = $this->dateFormat($schema);
110 $old_data[$schema]['date_format'] =
[all …]
/plugin/structupdate/helper/
H A Dupdate.php71 $schema = AccessTable::getPageAccess($table, $page);
72 if(!$schema->getSchema()->isEditable()) {
76 foreach ($schema->getData() as $col => $value) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …table ' +\n 'restrict return returns revoke rollback rollup rows rule schema scroll ' +\n 's…
/plugin/tablelayout/
H A Dyarn.lock34 json-schema-traverse "^0.3.0"
1115 har-schema@^2.0.0:
1117 …resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035…
1124 har-schema "^2.0.0"
1452 json-schema-traverse@^0.3.0:
1454 …resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6…
1456 json-schema@0.2.3:
1458 …resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce72…
1480 json-schema "0.2.3"
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md153 * #793: The Sqlite schema is now more strict and more similar to the MySQL
154 schema. This solves a problem within Baikal.
677 run `bin/migrate21.php` to upgrade your database schema.
836 * Updated: MySQL database schema optimized by using more efficient column types.
974 * Updated: MySQL database schema optimized by using more efficient column types.
1145 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
1309 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php56 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema).':'.$everythingElse;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5858 ContentStatus: 'ContentStatus', /* NOTE: missing from schema */
5859 Identifier: 'Identifier', /* NOTE: missing from schema */
5860 Language: 'Language' /* NOTE: missing from schema */
18374 case 'schema' /*case 'Schema'*/: //case 'data' /*case 'data'*/:
18765 /* MapInfo (schema) */
18766 …case 'mapinfo' /*case 'MapInfo'*/: case 'schema' /*case 'Schema'*/: case 'data' /*case 'data'*/: s…
18778 case 'schema' /*case 'schema'*/:

1234567