Home
last modified time | relevance | path

Searched refs:getTable (Results 1 – 25 of 73) sorted by last modified time

123

/plugin/struct/helper/
H A Dlookup.php31 $tbl = $field->column->getTable();
/plugin/struct/meta/
H A DAccessTable.php205 $this->stable = 'data_' . $this->schema->getTable();
206 $this->mtable = 'multi_' . $this->schema->getTable();
499 $stable = 'data_' . $this->schema->getTable();
500 $mtable = 'multi_' . $this->schema->getTable();
H A DAccessTableGlobal.php27 $sql = 'DELETE FROM data_' . $this->schema->getTable() . ' WHERE rid = ?';
29 $sql = 'DELETE FROM multi_' . $this->schema->getTable() . ' WHERE rid = ?';
143 $table = 'multi_' . $this->schema->getTable();
H A DAccessTablePage.php49 $table = 'data_' . $this->schema->getTable();
H A DAggregationEditorTable.php36 $table = $this->columns[0]->getTable();
H A DCSVImporter.php115 $pidCol = new Column(0, $pageType, 0, true, $this->schema->getTable());
214 $table = $this->schema->getTable();
H A DCSVPageImporter.php38 $this->schema->getTable()
H A DCSVSerialImporter.php53 $schema = $this->schema->getTable();
H A DColumn.php151 public function getTable() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DSchema.php356 public function getTable()
376 'schema' => $this->getTable(),
355 public function getTable() global() function in dokuwiki\\plugin\\struct\\meta\\Schema
H A DSchemaBuilder.php193 $this->migrateSingleToMulti($this->oldschema->getTable(), $column->getColref());
H A DSchemaEditor.php48 $form->setHiddenField('table', $this->schema->getTable());
H A DSearch.php94 $this->schemas[$schema->getTable()] = $schema;
95 if ($alias) $this->aliases[$alias] = $schema->getTable();
H A DSearchCloud.php28 $datatable = 'data_' . $schema->getTable();
52 AND schema_assignments.tbl = '{$schema->getTable()}'"
60 $multitable = "multi_{$col->getTable()}";
H A DSearchConfig.php177 $table = $column->getTable();
/plugin/struct/syntax/
H A Doutput.php171 $renderer->doc .= '<div class="struct_output_' . $schemadata->getSchema()->getTable() . '">';
/plugin/struct/types/
H A DTag.php31 '[' . $context->getTable() . '.' . $context->getLabel() . '*~]=' . $value;
92 FROM multi_{$context->getTable()} AS M, data_{$context->getTable()} AS D
99 FROM data_{$context->getTable()} AS D
/plugin/struct/action/
H A Dbureaucracy.php153 $tbl = $field->column->getTable();
180 $validator->getAccessTable()->getSchema()->getTable()
H A Dentry.php157 $validation->getAccessTable()->getSchema()->getTable()
H A Dinline.php132 if (!in_array($this->schemadata->getSchema()->getTable(), $tables)) {
168 $this->schemadata->getSchema()->getTable()
H A Dmove.php152 $table = $schema->getTable();
/plugin/struct/admin/
H A Dassignments.php147 $table = $schema->getTable();
H A Dschemas.php196 $form->setHiddenField('table', $schema->getTable());
265 $form->setHiddenField('table', $schema->getTable());
326 $table = $schema->getTable();
/plugin/struct/
H A Dhelper.php116 $assignments->assignPageSchema($page, $v->getAccessTable()->getSchema()->getTable());
/plugin/structstatus/
H A DStatus.php155 $search->addSchema($col->getTable());

123