Home
last modified time | relevance | path

Searched refs:schema (Results 76 – 100 of 172) sorted by last modified time

1234567

/plugin/structnotification/db/
H A Dupdate0001.sql3 schema TEXT NOT NULL, field
/plugin/structnotification/action/
H A Dnotification.php91 $schema = $predicate['schema'];
100 foreach (explode(',', $schema) as $table) {
127 'id' => $predicate['id'] . ':'. $schema . ':' . $pid . ':' . $rawDate,
152 list($schema, $field) = explode('.', trim($matches[1]));
230 $schema = $value->getColumn()->getTable();
232 $patterns[] = "/@@$schema.$label@@/";
/plugin/achart/assets/
H A Djs-yaml.min.js2schema=t.schema||K,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,…
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DUpdateSchemaRequest.php48 public function setSchema(Schema $schema) argument
50 $this->schema = $schema;
57 return $this->schema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php253 'path' => 'v1/indexing/{+name}/schema',
267 'path' => 'v1/indexing/{+name}/schema',
281 'path' => 'v1/indexing/{+name}/schema',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php600 public function setSchema(TableSchema $schema) argument
602 $this->schema = $schema;
609 return $this->schema;
H A DExternalDataConfiguration.php241 public function setSchema(TableSchema $schema) argument
243 $this->schema = $schema;
250 return $this->schema;
H A DQueryResponse.php193 public function setSchema(TableSchema $schema) argument
195 $this->schema = $schema;
202 return $this->schema;
H A DGetQueryResultsResponse.php193 public function setSchema(TableSchema $schema) argument
195 $this->schema = $schema;
202 return $this->schema;
H A DJobConfigurationLoad.php427 public function setSchema(TableSchema $schema) argument
429 $this->schema = $schema;
436 return $this->schema;
H A DJobStatistics2.php409 public function setSchema(TableSchema $schema) argument
411 $this->schema = $schema;
418 return $this->schema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Entity.php252 public function setSchema(GoogleCloudDataplexV1Schema $schema) argument
254 $this->schema = $schema;
261 return $this->schema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSchemaSettings.php29 public $schema; variable in Google\\Service\\Pubsub\\SchemaSettings
48 public function setSchema($schema) argument
50 $this->schema = $schema;
57 return $this->schema;
H A DValidateMessageRequest.php82 public function setSchema(Schema $schema) argument
84 $this->schema = $schema;
91 return $this->schema;
H A DValidateSchemaRequest.php28 public function setSchema(Schema $schema) argument
30 $this->schema = $schema;
37 return $this->schema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DParserConfig.php54 public function setSchema(SchemaPackage $schema) argument
56 $this->schema = $schema;
63 return $this->schema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Entry.php128 public function setSchema(GoogleCloudDatacatalogV1beta1Schema $schema) argument
130 $this->schema = $schema;
137 return $this->schema;
H A DGoogleCloudDatacatalogV1Entry.php330 public function setSchema(GoogleCloudDatacatalogV1Schema $schema) argument
332 $this->schema = $schema;
339 return $this->schema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomDataSource.php62 public $schema; variable in Google\\Service\\Analytics\\CustomDataSource
227 public function setSchema($schema) argument
229 $this->schema = $schema;
236 return $this->schema;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOracleObjectIdentifier.php25 public $schema; variable in Google\\Service\\Datastream\\OracleObjectIdentifier
34 public function setSchema($schema) argument
36 $this->schema = $schema;
43 return $this->schema;
H A DOracleSchema.php28 public $schema; variable in Google\\Service\\Datastream\\OracleSchema
47 public function setSchema($schema) argument
49 $this->schema = $schema;
56 return $this->schema;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md637 …f` attribute in service descriptions to merge over any existing parameters of a schema (rather than
874 * Bug fix: DateTime timezones are now properly handled when using the service description schema fo…
1072 * Now based on JSON schema
/plugin/c3chart/assets/
H A Djs-yaml.min.js2schema=t.schema||K,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,…
/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"

1234567