/plugin/farmsync/meta/ |
H A D | StructUpdates.php | 21 $schemas = array(); 28 $schemas[] = $schemaName; 34 $schemas = $this->farm_util->getAnimalStructSchemasJSON($this->source, $schemas); 36 array_walk($schemas, function (&$value, $key) {$value = array($key, $value);}); 38 return $schemas;
|
H A D | FarmSyncUtil.php | 401 $schemas = $struct->getAllSchemasList(); 403 return $schemas; 412 foreach ($schemas as $key => $assignment) { 414 unset($schemas[$key]); 419 return $schemas; 445 foreach ($schemas as $key => $schema) { 447 $schemas[$schema]->user = 'FARMSYNC'; 448 $schemas[$schema]->id = 0; 449 $schemas[$schema] = json_encode($schemas[$schema]); 450 unset($schemas[$key]); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/ |
H A D | ListSchemasResponse.php | 47 public function setSchemas($schemas) argument 49 $this->schemas = $schemas; 56 return $this->schemas;
|
/plugin/struct/db/ |
H A D | update0009.sql | 7 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 D | update0014.sql | 11 …slookup, 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, us…
|
H A D | update0001.sql | 2 CREATE TABLE schemas ( table 20 sid INTEGER REFERENCES schemas (id),
|
H A D | update0010.sql | 1 ALTER TABLE schemas ADD COLUMN islookup BOOLEAN NOT NULL DEFAULT 0;
|
H A D | update0011.sql | 1 ALTER TABLE schemas ADD COLUMN editors NOT NULL DEFAULT '';
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | Schemas.php | 65 public function setSchemas($schemas) argument 67 $this->schemas = $schemas; 74 return $this->schemas;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | SchemaPackage.php | 57 public function setSchemas($schemas) argument 59 $this->schemas = $schemas; 66 return $this->schemas;
|
/plugin/struct/ |
H A D | helper.php | 56 $schemas = $assignments->getPageAssignments($page, false); 58 $schemas = array($schema); 62 foreach ($schemas as $schema) { 169 $schemas = Schema::getAll(); 171 $schemas = array($schema); 175 foreach ($schemas as $table) {
|
H A D | remote.php | 108 $schemas = $this->hlp::getSchema($schema ?: null); 109 foreach ($schemas as $name => $schema) { 128 * @param array $schemas array of strings with the schema-names 136 public function getAggregationData(array $schemas, array $cols, array $filter = [], $sort = '') argument 138 $schemaLine = 'schema: ' . implode(', ', $schemas);
|
/plugin/struct/meta/ |
H A D | Search.php | 33 protected $schemas = array(); variable in dokuwiki\\plugin\\struct\\meta\\Search 92 $this->schemas[$schema->getTable()] = $schema; 442 foreach ($this->schemas as $schema) { 573 return array_values($this->schemas); 592 $schema_list = array_keys($this->schemas); 596 $schema = $this->schemas[$table] ?? null; 638 $schema_list = array_keys($this->schemas); 670 if ($table !== null && isset($this->schemas[$table])) { 671 $schemas = array($table => $this->schemas[$table]); 673 $schemas = $this->schemas; [all …]
|
H A D | ConfigParser.php | 182 $schemas = array(); 190 $schemas[] = array($table, $alias,); 192 return $schemas;
|
H A D | SearchCloud.php | 26 reset($this->schemas); 27 $schema = current($this->schemas);
|
/plugin/structacl/ |
H A D | action.php | 44 $schemas = $assignments->getPageAssignments($ID); 46 if (empty($schemas)) return; 51 if (!in_array($schemaName, $schemas)) {
|
/plugin/structodt/ |
H A D | helper.php | 192 public function getSearch($schemas, &$first_schema) { argument 194 if (!empty($schemas)) foreach ($schemas as $schema) { 215 * @param string|array $schemas 219 public function getRows($schemas, &$first_schema, $filters=array()) argument 221 $search = $this->getSearch($schemas, $first_schema);
|
/plugin/struct/lang/en/ |
H A D | assignments_intro.txt | 3 …tterns to automatically assign schemas to pages. Whenever a page matches one of the patterns here,…
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/ |
H A D | ObjectWithXmlNamespaces.yml | 7 gd: http://schemas.google.com/g/2005 21 namespace: http://schemas.google.com/g/2005
|
H A D | BlogPost.yml | 5 gd: http://schemas.google.com/g/2005 32 namespace: http://schemas.google.com/g/2005
|
/plugin/swarmwebhook/webhooks/ |
H A D | Zapier.php | 77 $schemas = Schema::getAll('lookup'); 78 if (!in_array('swarm', $schemas)) {
|
H A D | IFTTT.php | 93 $schemas = Schema::getAll('lookup'); 94 if (!in_array('swarm', $schemas)) {
|
/plugin/struct/admin/ |
H A D | assignments.php | 144 $schemas = helper_plugin_struct::getSchema(); 145 foreach ($schemas as $schema) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Pubsub.php | 70 'schemas', 74 'path' => 'v1/{+parent}/schemas', 126 'path' => 'v1/{+parent}/schemas', 168 'path' => 'v1/{+parent}/schemas:validate', 178 'path' => 'v1/{+parent}/schemas:validateMessage',
|
/plugin/structstatus/ |
H A D | action.php | 67 $schemas = $sqlite->res2arr($res); 73 foreach ($schemas as $schema) {
|