/plugin/struct/helper/ |
H A D | imexport.php | 32 * @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 D | Schema.php | 44 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 D | StructUpdates.php | 11 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 D | FarmSyncUtil.php | 457 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 D | GoogleChromePolicyV1PolicySchema.php | 48 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 D | action.php | 50 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 D | action.php | 78 $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 D | 4.4.js.map | 1 …a fails.\")\n};\nfor (var schemaName in schemaContributions.schemas) {\n var schema = schemaCon…
|
H A D | json.worker.js.map | 1 …a fails.\")\n};\nfor (var schemaName in schemaContributions.schemas) {\n var schema = schemaCon…
|