Home
last modified time | relevance | path

Searched refs:schemaName (Results 1 – 9 of 9) sorted by relevance

/plugin/struct/helper/
H A Dimexport.php32 * @param string $schemaName
35 public function replaceSchemaAssignmentPatterns($schemaName, $patterns)
42 $schemaName = $this->sqlite->escape_string($schemaName);
44 $sql[] = "DELETE FROM schema_assignments_patterns WHERE tbl = '$schemaName'";
45 $sql[] = "DELETE FROM schema_assignments WHERE tbl = '$schemaName'";
48 $sql[] = "INSERT INTO schema_assignments_patterns (pattern, tbl) VALUES ('$pattern','$schemaName')";
53 $assignments->propagatePageAssignments($schemaName);
59 * @param string $schemaName
62 public function getSchemaAssignmentPatterns($schemaName)
31 replaceSchemaAssignmentPatterns($schemaName, $patterns) global() argument
58 getSchemaAssignmentPatterns($schemaName) global() argument
78 getCurrentSchemaJSON($schemaName) global() argument
99 importSchema($schemaName, $schemaJSON, $user = null) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DSchema.php44 public $schemaName; variable in Google\\Service\\Directory\\Schema
119 public function setSchemaName($schemaName) argument
121 $this->schemaName = $schemaName;
128 return $this->schemaName;
/plugin/farmsync/meta/
H A DStructUpdates.php11 list($schemaName, $json) = $struct;
12 $result = $this->farm_util->updateAnimalStructSchema($target, $schemaName, $json);
23 list ($operation, $schemaName) = explode('_', $entry, 2);
25 $this->assignments[] = $schemaName;
28 $schemas[] = $schemaName;
H A DFarmSyncUtil.php457 public function importAnimalStructSchema($targetAnimal, $schemaName, $json) { argument
463 $struct->importSchema($schemaName, $json, 'FARMSYNC');
468 public function updateAnimalStructSchema($targetAnimal, $schemaName, $json) { argument
470 $result = $this->_updateAnimalStructSchema($targetAnimal, $schemaName, $json);
475 private function _updateAnimalStructSchema($target, $schemaName, $json) { argument
478 $result = new UpdateResults($schemaName, $target);
479 $targetJSON = $struct->getCurrentSchemaJSON($schemaName);
482 $struct->importSchema($schemaName, $json, 'FARMSYNC');
493 $struct->importSchema($schemaName, $json, 'FARMSYNC');
497 $result = new StructConflict($schemaName, $target);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DGoogleChromePolicyV1PolicySchema.php48 public $schemaName; variable in Google\\Service\\ChromePolicy\\GoogleChromePolicyV1PolicySchema
173 public function setSchemaName($schemaName) argument
175 $this->schemaName = $schemaName;
182 return $this->schemaName;
/plugin/structacl/
H A Daction.php50 foreach ($config as $schemaName => $fields) {
51 if (!in_array($schemaName, $schemas)) {
55 $schema = new \dokuwiki\plugin\struct\meta\Schema($schemaName);
56 $schemaData = AccessTable::getPageAccess($schemaName, $ID, (int)$REV);
/plugin/structcombolookup/
H A Daction.php78 $schemaName = $field->column->getTable();
80 $key = "$schemaName.$colLabel.narrowBy";
81 $event->data['patterns'][$key] = "/(@@|##)$schemaName\\.$colLabel\\.narrowBy\\1/";
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 …a fails.\")\n};\nfor (var schemaName in schemaContributions.schemas) {\n var schema = schemaCon…
H A Djson.worker.js.map1 …a fails.\")\n};\nfor (var schemaName in schemaContributions.schemas) {\n var schema = schemaCon…