| /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] = []; 34 $tosave[$tbl][$lbl] = $field->getParam('value');
|
| /plugin/structupdate/helper/ |
| 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 | 153 $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 D | move.php | 101 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/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 | 264 $tbl = $row['tbl']; 266 $result[$pid][$tbl] = (bool)$row['assigned'];
|
| /plugin/tablecalc/src/tablecalc/ |
| D | script.js | 125 var tbl=tablecalc_table; 127 var tbl=tablecalc_labels[label]; 129 if (!tbl) { 132 return tbl.rows.length; 138 var tbl=tablecalc_table; 140 var tbl=tablecalc_labels[label]; 142 if (!tbl) { 146 for (const row of tbl.rows) {
|
| /plugin/searchtablejs/ |
| 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/ |
| 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/ |
| 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
|
| D | xlsx.js | 850 SSF.load_table = function load_table(tbl) { for(var i=0; i!=0x0188; ++i) if(tbl[i] !== undefined) S… argument
|
| D | xlsx.min.map | 1 …2","format","table","_table","load","load_entry","get_table","load_table","tbl","XLMLFormatMap","G…
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 1268 function SSF_load_table(tbl/*:SSFTable*/)/*:void*/ { argument 1270 if(tbl[i] !== undefined) SSF_load(tbl[i], i);
|