Home
last modified time | relevance | path

Searched refs:tables (Results 26 – 50 of 254) sorted by relevance

1234567891011

/plugin/data/syntax/
H A Dtable.php579 $tables = [];
603 if (!isset($tables[$key])) {
604 $tables[$key] = 'T' . (++$cnt);
605 $from .= ' LEFT JOIN data AS ' . $tables[$key] . ' ON ' . $tables[$key] . '.pid = W1.pid';
606 $from .= ' AND ' . $tables[$key] . ".key = " . $sqlite->getPdo()->quote($key);
616 $select[] = "pages.page || '|' || GROUP_CONCAT_DISTINCT(" . $tables[$key] . ".value,'\n')";
620 $select[] = 'GROUP_CONCAT_DISTINCT(" " || ' . $tables[$key] . ".value,'\n')";
640 if (!$tables[$col]) {
641 $tables[
[all...]
/plugin/rack/
H A Dscript.js23 var tables = rack_getElementsByClass('rack');
24 for (var i=0; i<tables.length; i++) {
26 tables[i].style.display = "inline";
/plugin/phpipam/
H A Dscript.js28 var tables = phpipam_getElementsByClass('rack');
29 for (var i=0; i<tables.length; i++) {
31 tables[i].style.display = "inline";
/plugin/translate/
H A Dmake_langnames_file.php22 $tables = $doc->getElementsByTagName('table'); variable
23 if (empty($tables)) die ("No table found");
24 $table = $tables->item(0);
/plugin/struct/action/
H A Ddiff.php53 $tables = $assignments->getPageAssignments($id);
54 if (!$tables) return;
57 foreach ($tables as $table) {
H A Dmigration.php51 * Add a latest column to all existing multi tables
60 $tables = $sqlite->queryAll($sql);
62 foreach ($tables as $row) {
63 $table = $row['name']; // no escaping needed, it's our own tables
81 // get tables and their SQL definitions
85 $tables = $sqlite->queryAll($sql);
95 // Step 1: move original data to temporary tables and create new ones with modified schemas
96 foreach ($tables as $table) {
106 // add rid and new primary key to regular tables
109 // add rid and new primary key to lookup tables
[all...]
H A Dentry.php141 $tables = $assignments->getPageAssignments($event->data['id']);
142 foreach ($tables as $table) {
/plugin/issuetracker/
H A Dtablekit.js66 if(!TableKit.tables[id].dom.rows) {
69 return TableKit.tables[id].dom.rows;
74 if(!TableKit.tables[id].dom.head) {
111 TableKit.tables[id] = TableKit.tables[id] ?
119 …if(TableKit.tables[table.id] && TableKit.tables[table.id].observers && TableKit.tables[table.id].…
125 return TableKit.tables[table.id] ? TableKit.tables[table.id].sortable : false;
128 return TableKit.tables[table.id] ? TableKit.tables[table.id].resizable : false;
131 return TableKit.tables[table.id] ? TableKit.tables[table.id].editable : false;
138 o2 = o2 || (id ? (TableKit.tables[id] ? TableKit.tables[id] : {}) : {});
151 tables : {},
[all …]
/plugin/structpublish/helper/
H A Dpublish.php67 $tables = $schemaAssignments->getPageAssignments($ID);
69 if (empty($tables)) {
75 foreach ($tables as $table) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPage.php213 public function setTables($tables) argument
215 $this->tables = $tables;
222 return $this->tables;
H A DGoogleCloudDocumentaiV1beta1DocumentPage.php213 public function setTables($tables) argument
215 $this->tables = $tables;
222 return $this->tables;
H A DGoogleCloudDocumentaiV1beta2DocumentPage.php213 public function setTables($tables) argument
215 $this->tables = $tables;
222 return $this->tables;
/plugin/structsection/
H A Dsyntax.php106 $tables = $assignments->getPageAssignments($ID);
107 if (!$tables) {
119 foreach ($tables as $table) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigquery.php66 public $tables; variable in Google\\Service\\Bigquery
622 … 'path' => 'projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies',
680 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll',
700 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
742 'tables',
746 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
766 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
800 'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
815 'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
838 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
[all …]
H A DArea120Tables.php56 public $tables; variable in Google\\Service\\Area120Tables
79 'tables',
93 'path' => 'v1alpha1/tables',
/plugin/rowmove/
H A Dscript.js87 var tables = jQuery('#dokuwiki__content table');
88 for(ii=0;ii<tables.length;ii++) {
89 if(elTbody.parentNode == tables[ii]) return ii;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js4509 var tables = require('./tables');
4624 var tables = require('./tables');
4909 var tables = require('./tables');
5185 …sfbwidth[ch] = (channel.flags & tables.MIXED_BLOCK_FLAG) ? tables.SFBWIDTH_TABLE[sfreqi].m : table…
5358 nsfb = tables.NSFB_TABLE[0][index];
5367 nsfb = tables.NSFB_TABLE[1][index];
5376 channel.flags |= tables.PREFLAG;
5769 if (channel.flags & tables.PREFLAG) {
5937 header.flags |= tables.MS_STEREO;
5964 xr[xrPointer - i - 1] = a * tables.CS[i] - b * tables.CA[i];
[all …]
/plugin/dokutexit/help/
H A Dtexit.txt37 ^tablerowlength | This values is used to change tables layout | number | 100 |
38 ^tablemaxrows | This values is used to change tables layout | number | 30 |
39 ^biggesttableword | Obscur parameter that can change, sometimes, tables layout | number | 15 |
/plugin/xlsx2dw/
H A DREADME.md2 The XLSX2DW plugin for DokuWiki makes it easy to import XLS, XLSX or ODS tables to a page.
27 ![Alt text](./screenshots/using_button.jpg?raw=true "Import of tables")
29 3. Choose a table file. You can select example table from `/_test/test-tables/` folder.
/plugin/struct/syntax/
H A Doutput.php114 $tables = $assignments->getPageAssignments($ID);
115 if (!$tables) return true;
120 foreach ($tables as $table) {
/plugin/struct/meta/
H A DAccessDataValidator.php49 $tables = $assignments->getPageAssignments($pageid);
50 foreach ($tables as $table) {
/plugin/latexport/examples/
H A Dexample.tex8 \usepackage{array} % To have better presentation in tables.
9 \usepackage{multirow} % To have rowspan in tables.
10 \usepackage{makecell} % To have colspan in tables.
11 \usepackage{tabulary} % To make tables.
/plugin/sqlite/
H A DSQLiteDB.php378 $tables = $this->queryAll("SELECT name,sql FROM sqlite_master WHERE type='table'");
381 foreach ($tables as $table) {
385 foreach ($tables as $table) {
389 foreach ($tables as $table) {
/plugin/structupdate/helper/
H A Dupdate.php67 $tables = $assignments->getPageAssignments($ID);
70 foreach($tables as $table) {
/plugin/docimporter/
H A Daction.php78 preg_match_all("/\{\|(.*)\|\}/sU", $myWikiContent, $tables);
79 foreach ($tables[1] as $match) {

1234567891011