/plugin/struct/db/ |
H A D | update0009.sql | 3 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 D | update0014.sql | 3 tbl, field 11 INSERT INTO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islook… 17 tbl, 25 INSERT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, us…
|
H A D | update0002.sql | 7 tbl NOT NULL, field 8 PRIMARY KEY(assign, tbl)
|
H A D | update0006.sql | 6 tbl NOT NULL, field 8 PRIMARY KEY(pid, tbl)
|
H A D | update0005.sql | 3 tbl NOT NULL, field 4 PRIMARY KEY(pattern, tbl)
|
H A D | update0003.sql | 4 tbl NOT NULL, field 10 PRIMARY KEY(tbl, colref, pid, rev, row)
|
H A D | update0001.sql | 4 tbl NOT NULL, field
|
/plugin/struct/helper/ |
H A D | lookup.php | 31 $tbl = $field->column->getTable(); 33 if (!isset($tosave[$tbl])) $tosave[$tbl] = array(); 34 $tosave[$tbl][$lbl] = $field->getParam('value');
|
/plugin/structupdate/helper/ |
H A D | update.php | 54 $tbl = $field->column->getTable(); 56 if(!isset($tosave[$tbl])) $tosave[$tbl] = []; 57 $tosave[$tbl][$lbl] = $field->getParam('value');
|
/plugin/struct/action/ |
H A D | bureaucracy.php | 148 $tbl = $field->column->getTable(); 150 if (!isset($tosave[$tbl])) $tosave[$tbl] = array(); 153 $tosave[$tbl][$lbl] = $field->opt['struct_pids']; 155 $tosave[$tbl][$lbl] = $field->getParam('value');
|
H A D | move.php | 104 foreach (Schema::getAll() as $tbl) { 106 $sql = "UPDATE data_$tbl SET pid = ? WHERE pid = ?"; 110 $sql = "UPDATE multi_$tbl SET pid = ? WHERE pid = ?";
|
/plugin/struct/meta/ |
H A D | SchemaBuilder.php | 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 ''";
|
H A D | Assignments.php | 272 $tbl = $row['tbl']; 274 $result[$pid][$tbl] = (bool)$row['assigned'];
|
/plugin/searchtablejs/ |
H A D | tablefilter.js | 25 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/TableFilter_EN/ |
H A D | tablefilter.js | 25 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/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 2 …able_fmt};SSF.load_table=function load_table(tbl){for(var i=0;i!=392;++i)if(tbl[i]!==undefined)SSF… argument
|
H A D | xlsx.js | 850 SSF.load_table = function load_table(tbl) { for(var i=0; i!=0x0188; ++i) if(tbl[i] !== undefined) S… argument
|
H A D | xlsx.min.map | 1 …2","format","table","_table","load","load_entry","get_table","load_table","tbl","XLMLFormatMap","G…
|