Home
last modified time | relevance | path

Searched refs:table (Results 101 – 125 of 1203) sorted by relevance

12345678910>>...49

/plugin/struct/meta/
H A DRevisionColumn.php21 * @param string $table
23 public function __construct($sort, DateTime $type, $table = '') argument
26 parent::__construct($sort, $type, 0, true, $table);
51 if ($this->table) $col = 'data_' . $this->table . '.' . $col;
69 // so we do not prefix it with the table
H A DPageColumn.php21 * @param string $table
23 public function __construct($sort, Page $type, $table = '') argument
26 parent::__construct($sort, $type, 0, true, $table);
50 if ($this->table) $col = 'data_' . $this->table . '.' . $col;
73 // so we do not prefix it with the table
/plugin/publish/
H A Dprint.css46 /* table.apr_table tr.apr_head th.(apr_page,apr_prev,apr_upd)
47 * table.apr_table tr.apr_ns td a
48 * table.apr_table tr.apr_entry [apr_never] td.(apr_page,apr_prev,apr_upd) a
50 table.apr_table {
54 table.apr_table tr.apr_head {
58 table.apr_table tr.apr_ns {
63 table.apr_table tr.apr_ns td {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5b… selector
/plugin/airtable/
H A Dstyle.css27 .airtable-table {
29 /*table-layout: fixed;*/
33 .airtable-table tbody {
38 .airtable-table th td {
42 .airtable-table img, object, embed, iframe, video, audio {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartitionReadRequest.php38 public $table; variable in Google\\Service\\Spanner\\PartitionReadRequest
101 public function setTable($table) argument
103 $this->table = $table;
110 return $this->table;
H A DReadRequest.php50 public $table; variable in Google\\Service\\Spanner\\ReadRequest
155 public function setTable($table) argument
157 $this->table = $table;
164 return $this->table;
/plugin/bez/meta/
H A DValidationException.php8 protected $table = ''; variable in dokuwiki\\plugin\\bez\\meta\\ValidationException
10 public function __construct($table, $validaion_errors, $code = 0, Exception $previous = null) { argument
12 $this->table = $table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2OutputStorageConfig.php46 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
48 $this->table = $table;
55 return $this->table;
H A DGooglePrivacyDlpV2BigQueryField.php44 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
46 $this->table = $table;
53 return $this->table;
H A DGooglePrivacyDlpV2ContentItem.php48 public function setTable(GooglePrivacyDlpV2Table $table) argument
50 $this->table = $table;
57 return $this->table;
H A DGooglePrivacyDlpV2StatisticalTable.php61 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
63 $this->table = $table;
70 return $this->table;
H A DGooglePrivacyDlpV2AuxiliaryTable.php61 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
63 $this->table = $table;
70 return $this->table;
/plugin/datatables/assets/datatables.net-fixedheader-dt/css/
H A DfixedHeader.dataTables.min.css1 table.fixedHeader-floating{background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}html.dark table.fixedHeader-floating{background-color:var(--dt-html-background)}html.dark table.fixedHeader-locked{background-color:var(--dt-html-background)}
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig23 <div id="div-table" class="table">
25 <table id="table" class="table table-condensed">
26 <tbody id="table-body">
27 <tr id="header-table-row">
78 </table>
/plugin/task/
H A Dstyle.css29 div.dokuwiki div.newtask_form table.blind,
30 div.dokuwiki div.vcalendar table.blind {
37 div.dokuwiki div.newtask_form table.blind th,
38 div.dokuwiki div.vcalendar table.blind th {
45 div.dokuwiki div.newtask_form table.blind td,
46 div.dokuwiki div.vcalendar table.blind td {
51 div.dokuwiki div.vcalendar table.blind tr.due { color: #ffa200; font-weight: bold; }
52 div.dokuwiki div.vcalendar table.blind tr.overdue { color: #ff0040; font-weight: bold; }
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DCreateTableRequest.php49 public function setTable(Table $table) argument
51 $this->table = $table;
58 return $this->table;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDynamoDbHandler.php39 protected $table; variable in Monolog\\Handler\\DynamoDbHandler
51 …public function __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $b… argument
62 $this->table = $table;
81 'TableName' => $this->table,
/plugin/structpublish/helper/
H A Dpublish.php75 foreach ($tables as $table) {
77 $sqlite->query("UPDATE data_$table SET published = 0 WHERE pid = ?", [$ID]);
78 $sqlite->query("UPDATE multi_$table SET published = 0 WHERE pid = ?", [$ID]);
82 "UPDATE data_$table SET published = 1 WHERE pid = ? AND rev = ?",
86 "UPDATE multi_$table SET published = 1 WHERE pid = ? AND rev = ?",
/plugin/dokumicrobugtracker/css/
H A Ddemo_table_jui.css67 table.display thead th {
180 table.display {
187 table.display tfoot th {
197 table.display td {
201 table.display td.center {
237 table.display tr.odd.gradeA {
248 table.display tr.odd.gradeA {
256 table.display tr.odd.gradeC {
264 table.display tr.odd.gradeX {
281 table.display tr.odd {
[all …]
/plugin/quickstats/scripts/
H A Dextended_data.php88 $table = '<table border=1 cellspacing="0">';
97 $table .= qs_header(array('month','access','country','agent'));
98 $table .= $result;
106 $table .= $result;
114 $table .= '<tr>' . cell('&nbsp;', $type='td', $colspan='9') . '</tr>';
117 $table .= ip_row(array('ip','ua'), $ip,$date);
125 return $table . '</table>';
263 $table = "";
267 $table .= $result;
275 $table .= $result;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php542 var $table;
552 // mPDF 6 Used for table cell (block-type) properties
624 var $original_default_font_size; // used to save default sizes when using table default
1508 $this->table = [];
9245 // This used to resize height to maximum remaining on page ? why. Causes problems when in table and causing a new column
9377 // Used in Columns and keep-with-table i.e. "kwt"
9392 // Still use this method if columns or keep-with-table, as it allows repositioning later
11747 $table = &$this->table[1][1];
11751 $firstrow = count($table['cell
548 var $table; global() variable in Mpdf\\Mpdf
19223 shrinkTable(& $table, $k) global() argument
19469 _tableColumnWidth(& $table, $firstpass = false) global() argument
19939 _tableWidth(& $table) global() argument
20241 _tableHeight(& $table) global() argument
20576 _tableGetWidth(& $table, $i, $j) global() argument
20601 _splitTableGetWidth(& $table, $i, $j) global() argument
20631 _tableGetHeight(& $table, $i, $j) global() argument
20660 _tableGetMaxRowHeight($table, $row) global() argument
21249 _fixTableBorders(& $table) global() argument
21766 _reverseTableDir(& $table) global() argument
21805 _tableWrite(& $table, $split = false, $startrow = 0, $startcol = 0, $splitpg = 0, $rety = 0) global() argument
[all...]
/plugin/dokumicrobugtracker/
H A Dstyle.css109 table.display {
128 table.display thead th {
136 table.display tfoot th {
146 table.display td {
150 table.display td.center {
508 table.KeyTable td {
606 table.display thead th {
719 table.display {
736 table.display td {
812 table.display tr.odd {
[all …]
/plugin/odt/ODT/elements/
H A DODTElementTableHeaderCell.php36 $table = $this->getTable();
39 if (isset($table)) {
40 $auto_columns = $table->getTableAutoColumns();
41 $count = $table->getCount();
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css17 …r table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.sy…
23 .syntaxhighlighter table{width:100% !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
25 .syntaxhighlighter table td.code{width:100% !important;}
26 .syntaxhighlighter table td.code .container{position:relative !important;}
27 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:abso…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
32 .syntaxhighlighter.collapsed table{display:none !important;}

12345678910>>...49