Home
last modified time | relevance | path

Searched +full:create +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 25 of 28) sorted by relevance

12

/plugin/struct/db/
H A Dupdate0001.sql2 CREATE TABLE schemas (
10 CREATE TABLE types (
19 CREATE TABLE schema_cols (
H A Dupdate0009.sql1 CREATE TEMPORARY TABLE schemas_temp (
11 CREATE TABLE schemas (
H A Dupdate0014.sql1 CREATE TEMPORARY TABLE schemas_temp (
15 CREATE TABLE schemas (
H A Dupdate0005.sql1 CREATE TABLE schema_assignments_patterns (
H A Dupdate0008.sql2 CREATE TABLE titles (
H A Dupdate0003.sql3 CREATE TABLE multivals (
H A Dupdate0006.sql4 CREATE TABLE schema_assignments (
H A Dupdate0002.sql5 CREATE TABLE schema_assignments (
/plugin/struct/meta/
H A DSchemaBuilder.php74 * Create the new schema
76 * @param int $time when to create this schema 0 for now
86 // create the data table if new schema
91 // create a new schema
186 // when the type definition has changed, we create a new one
307 * Create a completely new data table with no columns yet also create the appropriate
318 $sql = "CREATE TABLE $tbl (
329 $sql = "CREATE TABLE $tbl (
H A DCSVSerialImporter.php27 // create new page
37 * Create a page with serial syntax, either from a namespace template with _serial suffix
H A DCSVExporter.php55 * Create the header
77 * Create one row of data
H A DAggregationList.php
H A DAggregationValue.php32 * Create the output on the renderer
H A DCSVPageImporter.php29 //create new page revision
44 * Create a page from a namespace template and replace column-label-placeholders
H A DAggregationCloud.php
H A DQueryBuilderWhere.php19 * Create a new WHERE clause
H A DAggregationTable.php189 // still here? create custom header for more flexibility
H A DDateFormatConverter.php132 // create negative lookbehind regex to match all known date chars that are not a strtime pattern now
168 // create negative lookbehind regex to match all unescaped known chars
H A DSearchConfigParameters.php167 * create URLs or Form parameters
H A DCSVImporter.php112 // we might have to create a page column first
/plugin/struct/action/
H A Dedit.php103 * Create the form to edit schemadata
153 * Create the input field
H A Daggregationeditor.php128 // create a new row based on the original aggregation config
151 * Create the Editor for a new row
H A Dmigration.php95 // Step 1: move original data to temporary tables and create new ones with modified schemas
114 // create the new table
217 // create a new table without islookup
362 $sql = "CREATE INDEX idx_$table" . "_latest ON $table(latest);";
364 $sql = "CREATE INDEX idx_$table" . "_published ON $table(published);";
/plugin/struct/types/
H A DTag.php78 * Create the sql to query the database for tags to do autocompletion
/plugin/struct/admin/
H A Dschemas.php244 $form->addCheckbox('createPage', 'Create missing pages')->addClass('block edit');
291 $form->addFieldsetOpen($this->getLang('create'));

12