/plugin/struct/action/ |
H A D | inline.php | 87 if (!$this->schemadata->getSchema()->isEditable()) return; 132 if (!in_array($this->schemadata->getSchema()->getTable(), $tables)) { 136 if (!$this->schemadata->getSchema()->isEditable()) { 168 $this->schemadata->getSchema()->getTable() 234 $this->column = $this->schemadata->getSchema()->findColumn($field);
|
H A D | entry.php | 144 if ($schemaData->getSchema()->isEditable()) { 151 if ($validation->getAccessTable()->getSchema()->isEditable()) { 157 $validation->getAccessTable()->getSchema()->getTable()
|
H A D | edit.php | 117 if (!$schema->getSchema()->isEditable()) { 132 $html .= '<legend>' . hsc($schema->getSchema()->getTranslatedLabel()) . '</legend>';
|
/plugin/struct/ |
H A D | helper.php | 116 $assignments->assignPageSchema($page, $v->getAccessTable()->getSchema()->getTable()); 128 if (!$access->getSchema()->isEditable()) { 167 public static function getSchema($schema = null) 166 public static function getSchema($schema = null) global() function in helper_plugin_struct
|
H A D | remote.php | 103 public function getSchema($schema = null) 111 $schemas = $this->hlp::getSchema($schema ?: null); 100 public function getSchema($schema = null) global() function in remote_plugin_struct
|
/plugin/swarmwebhook/ |
H A D | helper.php | 50 if (!$access->getSchema()->isEditable()) { 86 if (!$schemadata->getSchema()->isEditable()) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/ |
H A D | ValidateSchemaRequest.php | 35 public function getSchema() function in Google\\Service\\Pubsub\\ValidateSchemaRequest
|
H A D | SchemaSettings.php | 55 public function getSchema() function in Google\\Service\\Pubsub\\SchemaSettings
|
H A D | ValidateMessageRequest.php | 89 public function getSchema() function in Google\\Service\\Pubsub\\ValidateMessageRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
H A D | OracleObjectIdentifier.php | 41 public function getSchema() function in Google\\Service\\Datastream\\OracleObjectIdentifier
|
H A D | OracleSchema.php | 54 public function getSchema() function in Google\\Service\\Datastream\\OracleSchema
|
/plugin/struct/syntax/ |
H A D | output.php | 171 $renderer->doc .= '<div class="struct_output_' . $schemadata->getSchema()->getTable() . '">'; 178 $renderer->cdata($schemadata->getSchema()->getTranslatedLabel());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | UpdateSchemaRequest.php | 55 public function getSchema() function in Google\\Service\\CloudSearch\\UpdateSchemaRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | ParserConfig.php | 61 public function getSchema() function in Google\\Service\\CloudHealthcare\\ParserConfig
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/ |
H A D | IndexingDatasources.php | 64 public function getSchema($name, $optParams = []) function in Google\\Service\\CloudSearch\\Resource\\IndexingDatasources
|
/plugin/struct/helper/ |
H A D | lookup.php | 41 if (!$access->getSchema()->isEditable()) {
|
/plugin/struct/meta/ |
H A D | AccessDataValidator.php | 72 foreach ($this->access->getSchema()->getColumns() as $col) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | GetQueryResultsResponse.php | 200 public function getSchema() function in Google\\Service\\Bigquery\\GetQueryResultsResponse
|
H A D | QueryResponse.php | 200 public function getSchema() function in Google\\Service\\Bigquery\\QueryResponse
|
/plugin/structupdate/helper/ |
H A D | update.php | 72 if(!$schema->getSchema()->isEditable()) {
|
/plugin/struct/admin/ |
H A D | assignments.php | 144 $schemas = helper_plugin_struct::getSchema();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1Entity.php | 259 public function getSchema() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Entity
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/ |
H A D | GoogleCloudDatacatalogV1beta1Entry.php | 135 public function getSchema() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Entry
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | CustomDataSource.php | 234 public function getSchema() function in Google\\Service\\Analytics\\CustomDataSource
|
/plugin/structstatus/ |
H A D | syntax.php | 96 $schema = $access->getSchema();
|