Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 19 of 19) sorted by path

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js850 SSF.load_table = function load_table(tbl) { for(var i=0; i!=0x0188; ++i) if(tbl[i] !== undefined) S… argument
H A Dxlsx.min.js2 …able_fmt};SSF.load_table=function load_table(tbl){for(var i=0;i!=392;++i)if(tbl[i]!==undefined)SSF… argument
H A Dxlsx.min.map1 …2","format","table","_table","load","load_entry","get_table","load_table","tbl","XLMLFormatMap","G…
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js25 var tbl = grabEBI(id);
27 if(tbl != null && tbl.nodeName.toLowerCase() == "table")
50 tbl.tf_ncells = ncells;
51 if(tbl.tf_ref_row==undefined) tbl.tf_ref_row = ref_row;
52 tbl.tf_Obj = fObj;
/plugin/searchtablejs/
H A Dtablefilter.js25 var tbl = grabEBI(id);
27 if(tbl != null && tbl.nodeName.toLowerCase() == "table")
50 tbl.tf_ncells = ncells;
51 if(tbl.tf_ref_row==undefined) tbl.tf_ref_row = ref_row;
52 tbl.tf_Obj = fObj;
/plugin/struct/action/
H A Dbureaucracy.php153 $tbl = $field->column->getTable();
155 if (!isset($tosave[$tbl])) $tosave[$tbl] = [];
158 $tosave[$tbl][$lbl] = $field->opt['struct_pids'];
160 $tosave[$tbl][$lbl] = $field->getParam('value');
H A Dmove.php101 foreach (Schema::getAll() as $tbl) {
103 $sql = "UPDATE data_$tbl SET pid = ? WHERE pid = ?";
107 $sql = "UPDATE multi_$tbl SET pid = ? WHERE pid = ?";
/plugin/struct/db/
H A Dupdate0001.sql4 tbl NOT NULL, field
H A Dupdate0002.sql7 tbl NOT NULL, field
8 PRIMARY KEY(assign, tbl)
H A Dupdate0003.sql4 tbl NOT NULL, field
10 PRIMARY KEY(tbl, colref, pid, rev, row)
H A Dupdate0005.sql3 tbl NOT NULL, field
4 PRIMARY KEY(pattern, tbl)
H A Dupdate0006.sql6 tbl NOT NULL, field
8 PRIMARY KEY(pid, tbl)
H A Dupdate0009.sql3 tbl TEXT, field
7 INSERT INTO schemas_temp (id, tbl, ts) SELECT id, tbl, ts FROM schemas;
13 tbl, field
19 INSERT INTO schemas (id, tbl, ts) SELECT id, tbl, ts FROM schemas_temp;
H A Dupdate0014.sql3 tbl, field
11 INSERT INTO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islookup, user, comment, editors FROM schemas;
17 tbl,
25 INSERT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, user, comment, '{"allowed editors":"' || editors || '"}' FROM schemas_temp;
/plugin/struct/helper/
H A Dlookup.php31 $tbl = $field->column->getTable();
33 if (!isset($tosave[$tbl])) $tosave[$tbl] = [];
34 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/struct/meta/
H A DAssignments.php76 $sql = 'REPLACE INTO schema_assignments_patterns (pattern, tbl) VALUES (?,?)';
97 $sql = 'DELETE FROM schema_assignments_patterns WHERE pattern = ? AND tbl = ?';
104 $sql = 'SELECT pid FROM schema_assignments WHERE tbl = ?';
130 $sql = 'SELECT tbl FROM schema_assignments WHERE pid = ?';
135 if (in_array($row['tbl'], $tables)) {
136 $this->assignPageSchema($pid, $row['tbl']);
138 $this->deassignPageSchema($pid, $row['tbl']);
178 $sql = 'REPLACE INTO schema_assignments (pid, tbl, assigned) VALUES (?, ?, 1)';
191 $sql = 'REPLACE INTO schema_assignments (pid, tbl, assigned) VALUES (?, ?, 0)';
222 $tables[] = $row['tbl'];
[all...]
H A DSchemaBuilder.php157 $sql = "INSERT INTO schemas (tbl, ts, user, config) VALUES (?, ?, ?, ?)";
317 $tbl = 'data_' . $this->table;
318 $sql = "CREATE TABLE $tbl (
328 $tbl = 'multi_' . $this->table;
329 $sql = "CREATE TABLE $tbl (
353 $tbl = 'data_' . $this->table;
354 $sql = " ALTER TABLE $tbl ADD COLUMN col$index DEFAULT ''";
/plugin/structupdate/helper/
H A Dupdate.php54 $tbl = $field->column->getTable();
56 if(!isset($tosave[$tbl])) $tosave[$tbl] = [];
57 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1268 function SSF_load_table(tbl/*:SSFTable*/)/*:void*/ { argument
1270 if(tbl[i] !== undefined) SSF_load(tbl[i], i);