Home
last modified time | relevance | path

Searched refs:table (Results 176 – 200 of 1203) sorted by last modified time

12345678910>>...49

/plugin/combo/resources/theme/default/components/css/
H A Dcard.css3 .card-cs > table { margin-bottom: 0; }
H A Ddo-media.css326 display: table-cell;
558 #mediamanager__diff table {
559 table-layout: fixed;
H A Dedit-button.css34 /** Only for section not button for table */
H A Dminimap.css144 display: table;
H A Dtable.css1 .table-non-fluid {
5 .table-container-cs {
11 .table>:not(caption)>*>*{
H A Dwebcode.css51 /* Hack: The button is shown because we don't take over completly the table*/
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css6 .dokuwiki table.diff {
10 .dokuwiki table.diff th,
11 .dokuwiki table.diff td {
20 /* table header */
21 .dokuwiki table.diff th {
26 .dokuwiki table.diff th a {
29 .dokuwiki table.diff th span.user {
32 .dokuwiki table.diff th span.sum {
36 .dokuwiki table.diff th.minor {
39 .dokuwiki table
[all...]
/plugin/combo/resources/webcode/
H A Dwebcode-iframe.css32 table>thead>tr>th:first-letter {
36 table>tbody>tr:nth-of-type(odd) {
40 table>tbody>tr:nth-of-type(even) {
H A Dwebcode-console.js17 * when the console.log or console.table is called
39 appendLine("The variable of the function console.table must be an array.");
44 appendLine("The variable of the console.table has no elements.");
48 let tableElement = document.createElement("table");
170 type: "table",
194 // https://developer.mozilla.org/en-US/docs/Web/API/Console/table
195 window.console.table = function (input) { function
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md54 <table width="100%">
251 </table>
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php15 private $table = []; variable in Antlr\\Antlr4\\Runtime\\Utils\\Set
46 if (!isset($this->table[$hash])) {
50 foreach ($this->table[$hash] as $entry) {
63 if (!isset($this->table[$hash])) {
64 $this->table[$hash] = [];
67 foreach ($this->table[$hash] as $index => $entry) {
73 $this->table[$hash][] = $value;
84 if (!isset($this->table[$hash])) {
88 foreach ($this->table[$hash] as $index => $entry) {
111 if (!isset($this->table[
[all...]
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php58 $table = hsc($this->columns[0]->getTable());
75 data-schema=\"$table\" data-searchconf=\"$config\"
H A DAggregationTableOdt.php51 $table = $this->columns[0]->getTable();
56 $this->renderer->doc .= '<div class="structaggregation structodt" data-schema="' . $table . '"
/plugin/structodt/
H A Dscript.js3 * Aggregation table editor
5 const AggregationOdt = function (idx, table) { argument
6 const $table = jQuery(table);
9 const schema = $table.parents('.structaggregation').data('schema');
12 const template = $table.parents('.structaggregation').data('template');
15 const filetype = $table.parents('.structaggregation').data('filetype');
18 const filename = $table.parents('.structaggregation').data('filename'); // filename can be empty
24 $table.find('tr').each(function () {
69 jQuery('div.structodt table')
[all...]
H A Dhelper.php251 public function getRow($table, $pid, $rev, $rid) { argument
253 $schema = [$table, ''];
/plugin/data/
H A Dstyle.css97 #dw__editform fieldset.plugin__data table tr td label span {
101 #dw__editform fieldset.plugin__data table tr td label {
113 #dw__editform fieldset.plugin__data table {
119 #dw__editform fieldset.plugin__data table {
163 #dw__editform fieldset.plugin__data table .data_comment input {
182 table.dataplugin_table th input {
/plugin/data/syntax/
H A Dtable.php297 //start table/list
343 * Before value in table cell
355 * After value in table cell
367 * Create table header
371 * @return string html of table header
382 $text = '<div class="table dataaggregation">';
406 // build table
407 $text .= '<table class="inline dataplugin_table ' . $data['classes'] . '">';
478 * Create an empty table
492 $R->doc .= '</table></di
[all...]
/plugin/data/_test/
H A Dhelper.test.php
/plugin/mobiletable/
H A DREADME.md5 This plugin creates a second representation of a table, where all columns are stacked on top of eac…
10 <table>
20 </table>
32 <table>
57 </table>
71 This would create a mobile table like this:
73 <table>
98 </table>
111 <table>
136 </table>
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);
H A DmobileTable.js29 const extractSchema = (table, columnIndex) => {
33 const row = table.querySelector("tr")
127 const buildTable = (table, schema) => {
131 const newTable = table.cloneNode(false)
209 const replaceWithDummy = table => {
212 table.replaceWith(dummy)
221 for (let table of tables) {
222 if (tableMap.has(table) || table.classList.contains("mobiletable-transformed")) {
230 const mobile = buildTable(table, extractSchema(table, columnIndex))
233 tableMap.set(mobile, table)
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css430 display: table;
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md48 * `DEPS`: update to `table-js@7.3.0`
159 * `CHORE`: bump to `table-js@7.1.0`
172 * `CHORE`: bump to `table-js@7`
244 * `CHORE`: bump to table-js@6.1.0
296 * `FIX(decision-table)`: correct placeholders shown in table footer
321 * `FIX(decision-table)`: correct placeholders shown in table footer
381 * `CHORE`: bump to `table-js@6.0.3`
389 * `FIX(decision-table)`: fix empty table layout on Firefox ([#380](https://github.com/bpmn-io/dmn-j…
474 * `CHORE`: bump to `table-js@5`
517 #### dmn-js-decision-table
[all …]
H A DREADME.md70 * [table-js](https://github.com/bpmn-io/table-js): Table rendering and editing toolkit
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css430 display: table;

12345678910>>...49