Home
last modified time | relevance | path

Searched refs:schemas (Results 1 – 25 of 54) sorted by last modified time

123

/plugin/struct/db/
H A Dupdate0014.sql11 INSERT INTO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islookup, user, comment, editors FROM schemas;
13 DROP TABLE schemas;
15 CREATE TABLE schemas (
25 INSERT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, user, comment, '{"allowed editors":"' || editors || '"}' FROM schemas_temp;
H A Dupdate0001.sql2 CREATE TABLE schemas ( table
20 sid INTEGER REFERENCES schemas (id),
H A Dupdate0009.sql7 INSERT INTO schemas_temp (id, tbl, ts) SELECT id, tbl, ts FROM schemas;
9 DROP TABLE schemas;
11 CREATE TABLE schemas ( table
19 INSERT INTO schemas (id, tbl, ts) SELECT id, tbl, ts FROM schemas_temp;
H A Dupdate0010.sql1 ALTER TABLE schemas ADD COLUMN islookup BOOLEAN NOT NULL DEFAULT 0;
H A Dupdate0011.sql1 ALTER TABLE schemas ADD COLUMN editors NOT NULL DEFAULT '';
/plugin/struct/meta/
H A DConfigParser.php28 'schemas' => [],
58 $this->config['schemas'] = array_merge($this->config['schemas'], $this->parseSchema($val));
197 $schemas = [];
205 $schemas[] = [$table, $alias];
207 return $schemas;
H A DSearch.php32 /** @var Schema[] list of schemas to query */
33 protected $schemas = []; variable in dokuwiki\\plugin\\struct\\meta\\Search
82 * Call multiple times for multiple schemas.
94 $this->schemas[$schema->getTable()] = $schema;
508 $sqlBuilder->addSchemas($this->schemas);
527 * All the schemas currently added
533 return array_values($this->schemas);
552 $schema_list = array_keys($this->schemas);
556 $schema = $this->schemas[$table] ?? null;
572 if (!$this->schemas) thro
[all...]
H A DSearchCloud.php26 reset($this->schemas);
27 $schema = current($this->schemas);
/plugin/struct/
H A Dremote.php67 * the given schemas are no longer assigned to that page.
94 * Get info about existing schemas columns
111 $schemas = $this->hlp::getSchema($schema ?: null);
112 foreach ($schemas as $name => $schema) {
132 * @param array $schemas array of strings with the schema-names
140 public function getAggregationData(array $schemas, array $cols, array $filter = [], $sort = '')
142 $schemaLine = 'schema: ' . implode(', ', $schemas);
149 // schemas, cols, REV?, filter, order
136 getAggregationData(array $schemas, array $cols, array $filter = [], $sort = '') global() argument
H A Dhelper.php57 $schemas = $assignments->getPageAssignments($page, false);
59 $schemas = [$schema];
63 foreach ($schemas as $schema) {
76 * the given schemas are no longer assigned to that page.
161 * Get info about existing schemas
170 $schemas = Schema::getAll();
172 $schemas = [$schema];
176 foreach ($schemas as $table) {
/plugin/struct/action/
H A Dmigration.php87 // get latest versions of schemas with islookup property
88 $sql = "SELECT MAX(id) AS id, tbl, islookup FROM schemas
91 $schemas = $sqlite->queryAll($sql);
95 // Step 1: move original data to temporary tables and create new ones with modified schemas
120 foreach ($schemas as $schema) {
205 // Step 4: remove islookup in schemas table
208 AND name = 'schemas'";
213 $s = 'ALTER TABLE schemas RENAME TO temp_schemas';
221 $s = 'INSERT INTO schemas SELECT id, tbl, ts, user, comment, config FROM temp_schemas';
239 $sql = "SELECT MAX(id) AS id, tbl FROM schemas
[all...]
H A Dmove.php64 // apply updates to all columns in all schemas depending on type
65 $schemas = Schema::getAll();
66 foreach ($schemas as $table) {
/plugin/struct/admin/
H A Dassignments.php144 $schemas = helper_plugin_struct::getSchema();
145 foreach ($schemas as $schema) {
H A Dschemas.php198 // schemas
255 * Form for deleting schemas
302 * Adds all available schemas to the Table of Contents
322 $schemas = helper_plugin_struct::getSchema();
323 if ($schemas) {
324 foreach ($schemas as $schema) {
/plugin/struct/lang/en/
H A Dassignments_intro.txt3 Here you can define patterns to automatically assign schemas to pages. Whenever a page matches one of the patterns here, the appropiate schemas will be shown.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/structstatus/
H A Daction.php64 $schemas= $sqlite->queryAll($sql);
71 foreach ($schemas as $schema) {
/plugin/confmanager/lang/fr/
H A Dscheme.txt1 …ement pour les protocoles connus. [[doku>fr:urlschemes|Plus d'informations sur les schemas d'URL]].
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3866 CT: 'http://schemas.openxmlformats.org/package/2006/content-types',
3867 RELS: 'http://schemas.openxmlformats.org/package/2006/relationships',
3872 'mx': 'http://schemas.microsoft.com/office/mac/excel/2008/main',
3881 'http://schemas.openxmlformats.org/spreadsheetml/2006/main',
3883 'http://schemas.microsoft.com/office/excel/2006/main',
3884 'http://schemas.microsoft.com/office/excel/2006/2'
3888 'o': 'urn:schemas-microsoft-com:office:office',
3889 'x': 'urn:schemas-microsoft-com:office:excel',
3890 'ss': 'urn:schemas-microsoft-com:office:spreadsheet',
3893 'v': 'urn:schemas-microsoft-com:vml',
[all …]
/plugin/structodt/
H A Daction.php209 $schemas = $INPUT->arr('schema');
215 $rows = $helper->getRows($schemas, $first_schema, $filter);
H A Dhelper.php43 * @param $schemas
98 * @param $schemas
202 * @param $schemas
206 public function getSearch($schemas, &$first_schema) { argument
208 if (!empty($schemas)) foreach ($schemas as $schema) {
226 * @param string|array $schemas
230 public function getRows($schemas, &$first_schema, $filters=array()) argument
232 $search = $this->getSearch($schemas, $first_schema);
247 * @param $schemas
[all...]
/plugin/structacl/
H A Daction.php44 $schemas = $assignments->getPageAssignments($ID);
46 if (empty($schemas)) return;
51 if (!in_array($schemaName, $schemas)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DListSchemasResponse.php47 public function setSchemas($schemas) argument
49 $this->schemas = $schemas;
56 return $this->schemas;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPubsub.php70 'schemas',
74 'path' => 'v1/{+parent}/schemas',
126 'path' => 'v1/{+parent}/schemas',
168 'path' => 'v1/{+parent}/schemas:validate',
178 'path' => 'v1/{+parent}/schemas:validateMessage',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DSchemas.php65 public function setSchemas($schemas) argument
67 $this->schemas = $schemas;
74 return $this->schemas;

123