Searched +full:create +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 25 of 28) sorted by relevance
12
2 CREATE TABLE schemas (10 CREATE TABLE types (19 CREATE TABLE schema_cols (
1 CREATE TEMPORARY TABLE schemas_temp (11 CREATE TABLE schemas (
1 CREATE TEMPORARY TABLE schemas_temp (15 CREATE TABLE schemas (
1 CREATE TABLE schema_assignments_patterns (
2 CREATE TABLE titles (
3 CREATE TABLE multivals (
4 CREATE TABLE schema_assignments (
5 CREATE TABLE schema_assignments (
74 * Create the new schema76 * @param int $time when to create this schema 0 for now86 // create the data table if new schema91 // create a new schema186 // when the type definition has changed, we create a new one307 * Create a completely new data table with no columns yet also create the appropriate318 $sql = "CREATE TABLE $tbl (329 $sql = "CREATE TABLE $tbl (
27 // create new page37 * Create a page with serial syntax, either from a namespace template with _serial suffix
55 * Create the header77 * Create one row of data
32 * Create the output on the renderer
29 //create new page revision44 * Create a page from a namespace template and replace column-label-placeholders
19 * Create a new WHERE clause
189 // still here? create custom header for more flexibility
132 // create negative lookbehind regex to match all known date chars that are not a strtime pattern now168 // create negative lookbehind regex to match all unescaped known chars
167 * create URLs or Form parameters
112 // we might have to create a page column first
103 * Create the form to edit schemadata153 * Create the input field
128 // create a new row based on the original aggregation config151 * Create the Editor for a new row
95 // Step 1: move original data to temporary tables and create new ones with modified schemas114 // create the new table217 // create a new table without islookup362 $sql = "CREATE INDEX idx_$table" . "_latest ON $table(latest);";364 $sql = "CREATE INDEX idx_$table" . "_published ON $table(published);";
78 * Create the sql to query the database for tags to do autocompletion
244 $form->addCheckbox('createPage', 'Create missing pages')->addClass('block edit');291 $form->addFieldsetOpen($this->getLang('create'));