Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 172) sorted by path

1234567

/plugin/aceeditor/
H A Dbuild.js1 …voke|right|rlike|rollback|rollup|row|row_format|rtree|savepoint|schedule|schema|schema_name|schema…
/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/adfs/phpsaml/
H A DREADME.md1420 * `getSchemasPath` - Returns schema path.
1459 the specified schema.
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php114 * @param string $schema The schema filename which should be used.
122 public static function validateXML($xml, $schema, $debug = false, $schemaPath = null) argument
141 $schemaFile = $schemaPath . $schema;
143 $schemaFile = __DIR__ . '/schemas/' . $schema;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock486 "justinrainbow/json-schema": "^5.2",
/plugin/amcharts/assets/
H A Djs-yaml.min.js2schema=e.schema||x,this.indent=Math.max(1,e.indent||2),this.skipInvalid=e.skipInvalid||!1,this.flo…
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php741 public $schema; variable in Google_GetQueryResultsResponse
787 $this->schema = $schema;
790 return $this->schema;
1009 public $schema; variable in Google_JobConfigurationLoad
1065 $this->schema = $schema;
1068 return $this->schema;
1646 public $schema; variable in Google_QueryResponse
1687 $this->schema = $schema;
1690 return $this->schema;
1719 public $schema; variable in Google_Table
[all …]
/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/Bigquery/
H A DExternalDataConfiguration.php241 public function setSchema(TableSchema $schema) argument
243 $this->schema = $schema;
250 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;
H A DQueryResponse.php193 public function setSchema(TableSchema $schema) argument
195 $this->schema = $schema;
202 return $this->schema;
H A DTable.php600 public function setSchema(TableSchema $schema) argument
602 $this->schema = $schema;
609 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/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/
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/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/DataCatalog/
H A DGoogleCloudDatacatalogV1Entry.php330 public function setSchema(GoogleCloudDatacatalogV1Schema $schema) argument
332 $this->schema = $schema;
339 return $this->schema;
H A DGoogleCloudDatacatalogV1beta1Entry.php128 public function setSchema(GoogleCloudDatacatalogV1beta1Schema $schema) argument
130 $this->schema = $schema;
137 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/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;

1234567