Home
last modified time | relevance | path

Searched refs:getTable (Results 51 – 73 of 73) sorted by path

123

/plugin/struct/meta/
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/structat/meta/
H A DSearchConfigAt.php62 $datatable = 'data_' . $schema->getTable();
85 AND schema_assignments.tbl = '{$schema->getTable()}'"
113 $datatable = "data_{$col->getTable()}";
114 $multitable = "multi_{$col->getTable()}";
130 $col->getType()->select($QB, 'data_' . $col->getTable(), $col->getColName(), $CN);
143 $datatable = "data_{$col->getTable()}";
144 $multitable = "multi_{$col->getTable()}";
174 $col->getType()->sort($QB, 'data_' . $col->getTable(), $colname, $asc ? 'ASC' : 'DESC');
/plugin/structcombolookup/
H A Daction.php78 $schemaName = $field->column->getTable();
/plugin/structnotification/action/
H A Dnotification.php230 $schema = $value->getColumn()->getTable();
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php58 $table = hsc($this->columns[0]->getTable());
H A DAggregationTableOdt.php51 $table = $this->columns[0]->getTable();
/plugin/structstatus/
H A DStatus.php155 $search->addSchema($col->getTable());
/plugin/structupdate/helper/
H A Dupdate.php54 $tbl = $field->column->getTable();
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js5059 value: function getTable(name) {

123