Home
last modified time | relevance | path

Searched refs:table (Results 26 – 50 of 1203) sorted by relevance

12345678910>>...49

/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/minical/
H A Dstyle.css13 div.dokuwiki table.plugin_minical td.month {
22 div.dokuwiki table.plugin_minical {
26 div.dokuwiki table.plugin_minical td.weekday {
34 div.dokuwiki table.plugin_minical td.day,
35 div.dokuwiki table.plugin_minical td.today {
40 div.dokuwiki table.plugin_minical td.blank {
44 div.dokuwiki table.plugin_minical div.noevent,
45 div.dokuwiki table.plugin_minical div.isevent {
53 div.dokuwiki table.plugin_minical td.today div.noevent,
59 div.dokuwiki table.plugin_minical td.day div.isevent {
[all …]
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc16 function tableColumns( table ) {
20 row = table.$.rows[ i ], cols = 0;
58 title: editor.lang.table.title,
73 table;
83 table = selected;
86 // <table><tr><td>[&nbsp;</td></tr></table>]
90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
98 if ( table ) {
99 this.setupContent( table );
112 var table = this._.selectedElement || makeElement( 'table' ),
[all …]
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc16 function tableColumns( table ) {
20 row = table.$.rows[ i ], cols = 0;
58 title: editor.lang.table.title,
73 table;
83 table = selected;
86 // <table><tr><td>[&nbsp;</td></tr></table>]
90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
98 if ( table ) {
99 this.setupContent( table );
112 var table = this._.selectedElement || makeElement( 'table' ),
[all …]
/plugin/odt/ODT/elements/
H A DODTElementTableRow.php83 $table = $previous;
84 while (isset($table)) {
85 if ($table->getClass() == 'table') {
88 $table = $table->getParent();
90 $this->setParent($table);
92 if (!isset($table)) {
98 $table->increaseRowCount();
99 $table->setTableCurrentColumn(0);
/plugin/glossary/
H A Dstyle.css11 div.glossary table {
16 div.glossary table tr {
20 div.glossary table tr.title {
25 div.glossary table tr.odd {
28 div.glossary table tr.even {
32 div.glossary table th,
33 div.glossary table td {
56 div.glossary table th {
65 div.glossary table td.count {
70 div.glossary table td.word,
[all …]
/plugin/struct/admin/
H A Dschemas.php51 $table = Schema::cleanTableName($INPUT->str('table'));
52 if ($table && $INPUT->bool('save') && checkSecurityToken()) {
53 $builder = new SchemaBuilder($table, $INPUT->arr('schema'));
60 if ($table && $INPUT->bool('export')) {
61 $builder = new Schema($table);
63 header("Content-Disposition: attachment; filename=$table.struct.json");
68 if ($table && $INPUT->bool('import')) {
74 $builder = new SchemaImporter($table, $json);
84 if ($table
[all...]
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/schedule/
H A Dstyle.css10 div.schedule table {
15 div.schedule table th, div.schedule table th {
23 div.schedule table.admin {
27 div.schedule table.admin tr {
34 div.schedule table.admin tr.even {
52 div.schedule table.long {
57 div.schedule table.long tr.odd {
66 div.schedule table.long tr th,
67 div.schedule table.long tr td {
97 div.schedule table.short {
[all …]
/plugin/bez/struct/
H A DBezType.php40 $table = 'thread';
43 $table = 'thread';
52 $table = 'task';
56 $table = 'task';
67 $wl = wl("bez:$table:$id_key:$id") . $anchor;
92 $table = self::BEZ_TABLE_CODES[$code];
96 $res = $sqlite->query("SELECT COUNT(*) FROM $table WHERE id=?", $id);
99 throw new ValidationException(ucfirst($table) . " with id: $id doesn't exists.");
124 $table = self::BEZ_TABLE_CODES[$code];
136 if ($table
[all...]
/plugin/monthcal/
H A Dstyle.css1 div.dokuwiki table.monthcal {
6 div.dokuwiki table.monthcal tr.description,
7 div.dokuwiki table.monthcal tr.description td {
11 div.dokuwiki table.monthcal tr.description td.month {
14 div.dokuwiki table.monthcal tr.description td.year {
19 div.dokuwiki table.monthcal tr td,
20 div.dokuwiki table.monthcal tr th {
24 div.dokuwiki table.monthcal tr th {
30 div.dokuwiki table.monthcal.left {
34 div.dokuwiki table.monthcal.right{
[all …]
/plugin/columns/
H A Dstyle.css1 div.dokuwiki table.columns-plugin {
8 div.dokuwiki table.columns-plugin td.columns-plugin {
15 div.dokuwiki table.columns-plugin td.columns-plugin.first {
19 div.dokuwiki table.columns-plugin td.columns-plugin.last {
23 div.dokuwiki table.columns-plugin td.columns-plugin.left {
27 div.dokuwiki table.columns-plugin td.columns-plugin.center {
31 div.dokuwiki table.columns-plugin td.columns-plugin.right {
35 div.dokuwiki table.columns-plugin td.columns-plugin.center table {
40 div.dokuwiki table.columns-plugin td.columns-plugin.right table {
/plugin/prettytables/
H A Dscript.js64 this.table = [];
74 this.table = [];
98 this.table.push(c);
142 for (var i=0;i<this.table.length;i++){
143 for (var j=0;j<this.table[i].length;j++){
156 var colsize = new Array(this.table[0].length);
162 for (i=0;i<this.table.length;i++){
163 for (j=0;j<this.table[i].length;j++){
171 for (i=0;i<this.table.length;i++){
172 for (j=0;j<this.table[i].length;j++){
[all …]
/plugin/usersubscriptions/
H A Dstyle.css1 div.dokuwiki table.usersubscriptions {
9 div.dokuwiki table.usersubscriptions th.usersubscriptions_namespace {
16 div.dokuwiki table.usersubscriptions td.usersubscriptions_nothing {
21 div.dokuwiki table.usersubscriptions td.usersubscription_success {
25 div.dokuwiki table.usersubscriptions td.usersubscription_failure {
29 div.dokuwiki table.usersubscriptions td.usersubscriptions_nothing select option.usersubscriptions_n…
37 div.dokuwiki table.usersubscriptions td p.usersubscriptions_description {
44 div.dokuwiki table.usersubscriptions td.usersubscriptions_delete img {
49 div.dokuwiki table.usersubscriptions td p.usersubscriptions_description img {
54 div.dokuwiki table.usersubscriptions td p.usersubscriptions_description span.usersubscriptions_id {
[all …]
/plugin/searchpattern/
H A Dstyle.css15 div.dokuwiki div.sp_main table.sp_main_table{ /*the table containing the results (not the error mes…
18 div.dokuwiki div.sp_main table.sp_main_table tr{ /*the rows of the table*/
21 div.dokuwiki div.sp_main table.sp_main_table th,
22 div.dokuwiki div.sp_main table.sp_main_table td{ /*the cells of the table*/
27 div.dokuwiki div.sp_main table.sp_main_table tr.sp_title{ /*the main title row of the table*/
30 div.dokuwiki div.sp_main table.sp_main_table th.sp_title{ /*the main title cell of the table*/
49 div.dokuwiki div.sp_main table.sp_main_table tr.sp_warning{ /*the warning row*/
52 div.dokuwiki div.sp_main table.sp_main_table td.sp_warning{ /*the warning cell*/
67 div.dokuwiki div.sp_main table.sp_main_table td.sp_options { /*the options cell*/
85 div.dokuwiki div.sp_main table.sp_main_table tr.sp_result{ /*the result rows*/
[all …]
/plugin/rack/
H A Dstyle.css1 table.rack a div {
6 table.rack {
9 display:inline-table;
12 table.rack th {
19 table.rack th.title,table.rack th.bottom {
22 table.rack th.bottom {
27 table.rack td {
32 table.rack .last{
36 table.rack th,table.rack td {
H A Dprint.css1 table.rack {
4 display:inline-table;
7 table.rack th {
14 table.rack th.bottom span {
17 table.rack th.title,table.rack th.bottom {
20 table.rack td {
25 table.rack .last{
29 table.rack th,table.rack td {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dstyle.css13 .table-bordered>thead>tr>td {
17 .table tbody>tr>td, .table thead>tr>td {
22 .table-condensed tbody>tr>td {
27 .table .progress {
31 .table-borderless th, .table-borderless td {
35 .table tbody tr.covered-by-large-tests, li.covered-by-large-tests, tr.success, td.success, li.succe…
39 .table tbody tr.covered-by-medium-tests, li.covered-by-medium-tests {
43 .table tbody tr.covered-by-small-tests, li.covered-by-small-tests {
47 .table tbody tr.danger, .table tbody td.danger, li.danger, span.danger {
51 .table tbody td.warning, li.warning, span.warning {
[all …]
/plugin/noticeboard/noticeboard/
H A Dstyle.css110 table.noticeboard-show-detail{
115 table.noticeboard-show-detail{
122 div.noticeboard-show table thead th,
123 table.noticeboard-show-detail thead th{
131 div.noticeboard-show table tbody td,
132 table.noticeboard-show-detail tbody td{
139 div.noticeboard-show table tbody td,
140 table.noticeboard-show-detail tbody td{
146 div.noticeboard-show table tbody td.left,
152 div.noticeboard-show table thead th.cat,
[all …]
/plugin/noticeboard/
H A Dstyle.css110 table.noticeboard-show-detail{
115 table.noticeboard-show-detail{
122 div.noticeboard-show table thead th,
123 table.noticeboard-show-detail thead th{
131 div.noticeboard-show table tbody td,
132 table.noticeboard-show-detail tbody td{
139 div.noticeboard-show table tbody td,
140 table.noticeboard-show-detail tbody td{
146 div.noticeboard-show table tbody td.left,
152 div.noticeboard-show table thead th.cat,
[all …]
/plugin/odt/ODT/
H A DODTList.php38 $table = $params->document->state->getCurrentTable();
39 if (isset($table) && $table->getListInterrupted()) {
83 $table = $params->document->state->getCurrentTable();
84 if (isset($table)) {
85 $table->setListInterrupted(false);
108 $table = $params->document->state->getCurrentTable();
109 if (isset($table) && $table->getListInterrupted()) {
140 if (isset($table)) {
141 $table->setListInterrupted(false);
165 if (isset($table) && $table->getListInterrupted()) {
[all …]
/plugin/mobiletable/
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/datatables/assets/datatables.net-fixedcolumns-dt/css/
H A DfixedColumns.dataTables.min.css1 table.dataTable thead tr>.dtfc-fixed-left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;bottom:0;z-index:3;background-color:white}table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right{z-index:1;background-color:white}div.dtfc-left-top-blocker,div.dtfc-right-top-blocker{background-color:white}html.dark table.dataTable thead tr>.dtfc-fixed-left,html.dark table.dataTable thead tr>.dtfc-fixed-right,html.dark table.dataTable tfoot tr>.dtfc-fixed-left,html.dark table
[all...]
/plugin/structupdate/helper/
H A Dupdate.php70 foreach($tables as $table) {
71 $schema = AccessTable::getPageAccess($table, $page);
73 throw new Exception("Schema $table is not editable");
75 $schemadata[$table] = [];
77 $schemadata[$table][$col] = $value->getRawValue();
81 foreach ($schemadata as $table => $cols) {
82 if (isset($tosave[$table])) {
83 $schemadata[$table] = array_replace($schemadata[$table], $tosave[$table]);
/plugin/orgchart/
H A Dstyle.css2 .google-visualization-orgchart-table {
6 .dokuwiki table.orgchart tr:hover td,
7 .dokuwiki .wrap_orgchart table tr:hover td {
10 .dokuwiki .wrap_orgchart table {
14 .google-visualization-orgchart-table .google-visualization-orgchart-node {
20 .google-visualization-orgchart-table .google-visualization-orgchart-node a {
23 .google-visualization-orgchart-table .google-visualization-orgchart-node strong {
28 .google-visualization-orgchart-table .google-visualization-orgchart-node img {

12345678910>>...49