Home
last modified time | relevance | path

Searched refs:table (Results 51 – 75 of 1203) sorted by relevance

12345678910>>...49

/plugin/struct/meta/
H A DColumn.php12 * column reference to the data table.
29 /** @var string backreference to the table this column is part of */
30 protected $table; variable in dokuwiki\\plugin\\struct\\meta\\Column
38 * @param string $table
40 public function __construct($sort, AbstractBaseType $type, $colref = 0, $enabled = true, $table = '') argument
46 $this->table = $table;
74 * @return string the label prepended with the table name
78 if (!$this->table) throw new StructException('No table se
[all...]
/plugin/pagelist/
H A Dstyle.css2 - table.plgn__pglist.pagelist (default)
3 - table.plgn__pglist.ul (list-option)
4 - table.plgn__pglist.inline (table-option: dokuwiki's table style)
6 extra class .plgn__pglist is always applied to table
11 div.dokuwiki table.pagelist,
12 div.dokuwiki table.ul {
20 div.dokuwiki table.pagelist tr {
25 div.dokuwiki table
[all...]
/plugin/phpipam/
H A Dstyle.css15 .phpipam table.phpipam_devices a div {
20 .phpipam table.phpipam_devices {
24 display: inline-table;
28 .phpipam table.phpipam_devices caption,
29 .phpipam table.phpipam_devices th {
41 .phpipam table.phpipam_devices caption {
45 .phpipam table.phpipam_devices td {
50 .phpipam table.phpipam_devices .last{
54 .phpipam table.phpipam_devices th,
55 .phpipam table.phpipam_devices td {
[all …]
/plugin/syntaxhighlighter4/dist/
H A Doverride.css5 .syntaxhighlighter table,
6 .syntaxhighlighter table td,
7 .syntaxhighlighter table tr,
8 .syntaxhighlighter table tbody,
9 .syntaxhighlighter table thead,
10 .syntaxhighlighter table caption,
21 .syntaxhighlighter table td.code .container {
/plugin/syntaxhighlighter3/
H A Dall.css5 .syntaxhighlighter table,
6 .syntaxhighlighter table td,
7 .syntaxhighlighter table tr,
8 .syntaxhighlighter table tbody,
9 .syntaxhighlighter table thead,
10 .syntaxhighlighter table caption,
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.table.js5 Syntax.layouts.table=function(options,code,container){var table=jQuery('<table class="syntax highli… function
6table.append(tbody);a=jQuery('<a href="#">View Raw Code</a>');a.click(function(event){event.preven…
/plugin/complex_lists/complex_lists/
H A Dstyle.css1 table.complexlist1 {
4 table.complexlist2 {
7 table.complexlist3 {
10 table.complexlist4 {
13 table.complexlist5 {
16 table.complexlist5 {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php89 private $table; variable in getID3_cached_mysql
99 * @param string $table
104 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
123 $this->table = $table;
131 $SQLquery .= ' FROM `'.mysql_real_escape_string($this->table).'`';
153 …$this->cursor = mysql_query('DELETE FROM `'.mysql_real_escape_string($this->table).'`', $this->con…
154 …$this->cursor = mysql_query('INSERT INTO `'.mysql_real_escape_string($this->table).'` VALUES (\''.…
180 $SQLquery .= ' FROM `'.mysql_real_escape_string($this->table).'`';
197 …$SQLquery = 'INSERT INTO `'.mysql_real_escape_string($this->table).'` (`filename`, `filesize`, `f…
217 $SQLquery = 'CREATE TABLE IF NOT EXISTS `'.mysql_real_escape_string($this->table).'` (';
H A Dextension.cache.mysqli.php88 private $table; variable in getID3_cached_mysqli
103 * @param string $table
108 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
127 $this->table = $table;
138 $SQLquery .= ' FROM `'.$this->mysqli->real_escape_string($this->table).'`';
156 $this->mysqli->query('TRUNCATE TABLE `'.$this->mysqli->real_escape_string($this->table).'`');
168 $SQLquery .= ' FROM `'.$this->mysqli->real_escape_string($this->table).'`';
213 $SQLquery .= ' FROM `'.$this->mysqli->real_escape_string($this->table).'`';
228 …$SQLquery = 'INSERT INTO `'.$this->mysqli->real_escape_string($this->table).'` (`hash`, `filename…
249 $SQLquery = 'DROP TABLE IF EXISTS `'.$this->mysqli->real_escape_string($this->table).'`';
[all …]
H A Dextension.cache.sqlite3.php112 private $table; variable in getID3_cached_sqlite3
115 * @param string $table holds name of sqlite table
121 public function __construct($table='getid3_cache', $hide=false) { argument
127 $this->table = $table; // Set table
265 …return "SELECT val FROM $this->table WHERE filename = :filename AND filesize = '-1' AND filetime =…
267 return "DELETE FROM $this->table";
269 …return "INSERT INTO $this->table (filename, dirname, filesize, filetime, analyzetime, val) VALUES …
271 …return "SELECT val FROM $this->table WHERE filename = :filename AND filesize = :filesize AND filet…
273 …return "INSERT INTO $this->table (filename, dirname, filesize, filetime, analyzetime, val) VALUES …
275 …return "CREATE TABLE IF NOT EXISTS $this->table (filename VARCHAR(255) DEFAULT '', dirname VARCHAR…
[all …]
/plugin/mobiletable/
H A Daction.php59 $table = $this->table($schema, $i, $m[2]);
62 .$table
89 private function table($schema, $index, $body) { function in action_plugin_mobiletable
91 $table = '';
96 $table .= '^'.str_replace('^', '', $line)."^^\n";
101 $table .= "|{$text[1]}||\n";
107 $table .= '^'.$row[$index]."^^\n";
112 $table .= "|{$schema[$i]}|{$row[$i]}|\n";
116 return $this->unmask($table);
/plugin/loglog/
H A Dstyle.css1 table.loglog {
3 table-layout: fixed;
7 table.loglog span {
12 table.loglog span.loglog_off {
16 table.loglog span.loglog_perm {
20 table.loglog span.loglog_temp {
24 table.loglog span.loglog_fail {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTr.php16 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nr'] ++;
20 if (!$this->mpdf->simpleTables && (!isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['borders_separate'])
21 || !$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['borders_separate'])) {
23 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trborder-left'][$this->mpdf->row] = $properties['BORDER-LEFT'];
26 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trborder-right'][$this->mpdf->row] = $properties['BORDER-RIGHT'];
29 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trborder-top'][$this->mpdf->row] = $properties['BORDER-TOP'];
32 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trborder-bottom'][$this->mpdf->row] = $properties['BORDER-BOTTOM'];
37 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bgcolor'] = $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bgcolor'] ? $this->mpdf->table[
[all...]
/plugin/exttab3/
H A DREADME.md4 The third trial to implement extended (MediaWiki-style) table syntax in DokuWiki
13 |<code>{&#124;</code> | table start |
14 |<code>{+</code> | table caption |
15 |<code>{-</code> | table row |
16 |<code>!</code> | table header |
17 |<code>&#124;</code> | table data |
18 |<code>&#124;}</code> | table end |
/plugin/pdftools/
H A Dprint.css7 .wrap_maxtabelle table{
11 .wrap_maxtabelle table td{
15 .wrap_formular table, .wrap_formular td, .wrap_formular tr, .wrap_formular tbody{
21 .wrap_formular2 table td, .wrap_formular2 table tr,.wrap_formular2 table {
28 .wrap_platz table td {
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Floorplan.js152 table.vertex = true;
163 table.vertex = true;
179 table.vertex = true;
195 table.vertex = true;
215 table.vertex = true;
235 table.vertex = true;
247 table.vertex = true;
263 table.vertex = true;
283 table.vertex = true;
303 table.vertex = true;
[all …]
/plugin/translator/
H A Dstyle.css26 #translator table.translation_table {
30 #translator table.translation_table td {
37 #translator table.translation_table tr.row_1 {
41 #translator table.translation_table tr:hover {
46 #translator table.translation_table td.resourceKey {
52 #translator table.translation_table td label input.edit, #translator table.translation_table td tex…
59 #translator table.translation_table td label.translation_value input {
63 #translator table.translation_table td label.translation_editor span {
68 #translator table.translation_table td.translation_editor {
/plugin/indexmenu2/cms/extensions/demo/
H A Dselectbox.css1 table { selector
4 table td.movers {
9 table td.movers button {
12 table td.leftcol, table td.rightcol {
16 table td.rightcol {
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.css1 table { selector
4 table td.movers {
9 table td.movers button {
12 table td.leftcol, table td.rightcol {
16 table td.rightcol {
/plugin/eventline/
H A Dscript.js6 var table = document.createElement("table");
7 var tr = table.insertRow(0);
16 onKeyPress(timeline, bandIndices, table);
19 tr = table.insertRow(1);
48 clearAll(timeline, bandIndices, table);
52 div.appendChild(table);
56 function onKeyPress(timeline, bandIndices, table) { argument
61 performFiltering(timeline, bandIndices, table);
70 var tr = table.rows[1];
112 function clearAll(timeline, bandIndices, table) { argument
[all …]
/plugin/bez/syntax/
H A Dqlink.php28 $table = 'thread';
31 $table = 'thread';
40 $table = 'task';
44 $table = 'task';
55 return array($match, $table, $id_key, $id, $anchor);
70 list($match, $table, $id_key, $id, $anchor) = $data;
71 $renderer->doc .= '<a href="?id='.$lang_code.'bez:'.$table.':'.$id_key.':'.$id.$anchor.'">'.$match.'</a>';
/plugin/bez/mdl/
H A DFactory.php20 $table = $this->get_table_view();
21 if (!$table) {
22 $table = $this->get_table_name();
25 return "$table.$field";
29 $table = $this->get_table_view();
30 if (!$table) {
31 $table = $this->get_table_name();
33 return "SELECT * FROM $table";
155 $table = $this->get_table_view();
156 if (!$table) {
[all...]
/plugin/columns/
H A Dprint.css1 div.dokuwiki table.columns-plugin td {
6 div.dokuwiki table.columns-plugin td.first {
10 div.dokuwiki table.columns-plugin td.last {
14 div.dokuwiki table.columns-plugin td.left {
18 div.dokuwiki table.columns-plugin td.center {
22 div.dokuwiki table.columns-plugin td.right {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlObjectIdentifier.php29 public $table; variable in Google\\Service\\Datastream\\MysqlObjectIdentifier
48 public function setTable($table) argument
50 $this->table = $table;
57 return $this->table;
H A DOracleObjectIdentifier.php29 public $table; variable in Google\\Service\\Datastream\\OracleObjectIdentifier
48 public function setTable($table) argument
50 $this->table = $table;
57 return $this->table;

12345678910>>...49