Home
last modified time | relevance | path

Searched refs:schema (Results 26 – 50 of 172) sorted by relevance

1234567

/plugin/struct/action/
H A Daggregationeditor.php100 $tablename = $INPUT->str('schema');
102 throw new StructException('No schema given');
112 throw new StructException('lookup delete error: no permission for schema');
123 $tablename = $INPUT->str('schema');
161 $schema = new Schema($tablename);
162 if (!$schema->isEditable()) {
174 $columns = $this->resolveColumns($searchconf, $schema);
183 echo '<input type="hidden" name="schema" value="' . hsc($tablename) . '" />';
198 * @param Schema $schema argument
201 protected function resolveColumns($searchconf, $schema)
[all...]
H A Dmigration.php74 * Unifies previous page and lookup schema types
120 foreach ($schemas as $schema) {
121 $name = $schema['tbl'];
122 $sid = $schema['id'];
123 $isLookup = $schema['islookup'];
246 foreach ($schemas as $schema) {
248 $name = $schema['tbl'];
249 $sid = $schema['id'];
372 * Returns a select statement to fetch Lookup columns in the current schema
374 * @param int $sid Id of the schema
[all...]
H A Dedit.php26 * @var string The form name we use to transfer schema data
106 * @return string The HTML for this schema's form
116 $schema = AccessTable::getPageAccess($tablename, $ID, $ts);
117 if (!$schema->getSchema()->isEditable()) {
120 $schemadata = $schema->getData();
131 $html = '<fieldset data-schema="' . $schemaid . '">';
132 $html .= '<legend>' . hsc($schema->getSchema()->getTranslatedLabel()) . '</legend>';
/plugin/struct/lang/en/
H A Ddelete_intro.txt1 **WARNING:** Deleting a schema will delete the schema definition and **all** data that has ever been saved for this schema. There is no going back!
/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/mobiletable/
H A DmobileTable.js30 const schema = []
43 schema.push(indexColumn)
45 schema.push(hiddenHeading)
49 schema.push(td)
57 return schema
127 const buildTable = (table, schema) => {
128 const columnIndex = schema.indexOf(indexColumn)
136 const rowSpans = new Array(schema.length).fill(0)
165 for (let name of schema) {
/plugin/struct/meta/
H A DCSVImporter.php17 protected $schema; variable in dokuwiki\\plugin\\struct\\meta\\CSVImporter
54 $this->schema = new Schema($table);
55 if (!$this->schema->getId()) throw new StructException('Schema does not exist');
115 $pidCol = new Column(0, $pageType, 0, true, $this->schema->getTable());
120 $col = $this->schema->findColumn($head);
121 // just skip the checks for 'pid' but discard other columns not present in the schema
133 throw new StructException('None of the CSV headers matched any of the schema\'s fields');
214 $table = $this->schema->getTable();
231 * Imports one line into the schema
H A DAccessTablePage.php9 * This class is for accessing the data stored for a page in a schema
16 public function __construct($schema, $pid, $ts = 0, $rid = 0) argument
19 parent::__construct($schema, $pid, $ts, $rid);
23 * adds an empty data set for this schema and page
25 * This is basically a delete for the schema fields of a page
33 foreach ($this->schema->getColumns() as $col) {
49 $table = 'data_' . $this->schema->getTable();
H A DSearch.php80 * Add a schema to be searched
89 $schema = new Schema($table);
90 if (!$schema->getId()) {
91 throw new StructException('schema missing', $table);
94 $this->schemas[$schema->getTable()] = $schema;
95 if ($alias) $this->aliases[$alias] = $schema->getTable();
214 if (!$col) return null; // ignore missing columns, filter might have been for different schema
556 $schema = $this->schemas[$table] ?? null;
557 if (!$schema instanceo
[all...]
H A DCSVSerialImporter.php11 * Import page schema only when the pid header is present.
53 $schema = $this->schema->getTable();
56 schema: $schema
/plugin/structcombolookup/types/
H A DNarrowingLookup.php39 $schema = $this->config['schema'];
45 $search->addSchema($schema);
58 $schema = $this->config['schema'];
64 $search->addSchema($schema);
78 $schema = $this->config['schema'];
90 $search->addSchema($schema);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetQueryResultsResponse.php193 public function setSchema(TableSchema $schema) argument
195 $this->schema = $schema;
202 return $this->schema;
H A DQueryResponse.php193 public function setSchema(TableSchema $schema) argument
195 $this->schema = $schema;
202 return $this->schema;
H A DExternalDataConfiguration.php241 public function setSchema(TableSchema $schema) argument
243 $this->schema = $schema;
250 return $this->schema;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml45 - xmllint --noout --schema phpunit.xsd phpunit.xml
46 - xmllint --noout --schema phpunit.xsd tests/_files/configuration.xml
47 - xmllint --noout --schema phpunit.xsd tests/_files/configuration_empty.xml
48 - xmllint --noout --schema phpunit.xsd tests/_files/configuration_xinclude.xml -xinclude
/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/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Entry.php128 public function setSchema(GoogleCloudDatacatalogV1beta1Schema $schema) argument
130 $this->schema = $schema;
137 return $this->schema;
/plugin/structstatus/
H A Dsyntax.php96 $schema = $access->getSchema();
97 if(!$schema->getId()) return '';
100 $col = $schema->findColumn($field);
118 if(auth_quickaclcheck($id) >= AUTH_EDIT && $schema->isEditable()) {
/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/struct/types/
H A DLookup.php19 protected $config = ['schema' => '', 'field' => ''];
35 $this->config['schema'] = Schema::cleanTableName($this->config['schema']);
46 $this->column = $this->getColumn($this->config['schema'], $this->config['field']);
63 // schema does not exist
117 $schema = $this->config['schema'];
123 $search->addSchema($schema);
235 $schema = 'data_' . $this->config['schema'];
[all...]
/plugin/struct/script/
H A DAggregationEditor.js9 const schema = $table.parents('.structaggregation').data('schema');
10 if (!schema) return;
57 schema: schema,
/plugin/structodt/meta/
H A DAggregationTableOdt.php56 $this->renderer->doc .= '<div class="structaggregation structodt" data-schema="' . $table . '"
79 foreach($this->data['schemas'] as $key => $schema) {
80 $urlParameters['schema[' . $key . '][0]'] = $schema[0];
81 $urlParameters['schema[' . $key . '][1]'] = $schema[1];
/plugin/structodt/
H A Dscript.js9 const schema = $table.parents('.structaggregation').data('schema');
10 if (!schema) return;
50 url.searchParams.append('schema', schema);
/plugin/struct/helper/
H A Dimexport.php30 * Delete all existing assignment patterns of a schema and replace them with the provided ones.
75 * Get the json of the current version of the given schema or false if the schema doesn't exist.
78 * @return string|bool The json string or false if the schema doesn't exist
82 $schema = new Schema($schemaName);
83 if ($schema->getId() == 0) {
86 return $schema->toJSON();
90 * Import a schema. If a schema with the given name already exists, then it will be overwritten. Otherwise a new
91 * schema wil
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;

1234567