Home
last modified time | relevance | path

Searched refs:table (Results 1051 – 1075 of 1203) sorted by last modified time

1...<<414243444546474849

/plugin/semanticdata/
H A Dstyle.css79 #dw__editform fieldset.plugin__data table tr td label span {
83 #dw__editform fieldset.plugin__data table tr td label {
95 #dw__editform fieldset.plugin__data table {
99 #dw__editform fieldset.plugin__data table td {
103 #dw__editform fieldset.plugin__data table td select,
104 #dw__editform fieldset.plugin__data table td input {
109 #dw__editform fieldset.plugin__data table .data_comment input {
/plugin/gtime/
H A Dstyle.css44 .guardtime_timestamp_details table.guardtime_details {
50 .guardtime_timestamp_details table.guardtime_details tr td {
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1955 var table = document.getElementById(dataobj);
1962 var tmp = table.getAttribute("summary");
1972 if(table.getAttribute("bgcolor")) {
1973 canvas_bgcolor = scanColor(table.getAttribute("bgcolor"));
1976 if(table.getElementsByTagName("tr")[0].getElementsByTagName("th")[0]) cnt = 1;
1977 for(var r = cnt; r < table.getElementsByTagName("tr").length; r++) {
1978 row = table.getElementsByTagName("tr")[r];
H A Dpretty.css390 table selector
400 table td
422 table caption
520 table.piechart, table.barchart, table.linechart { border-spacing: 0.3em 0.15em; }
521 table.piechart tr th, table.barchart tr th, table.linechart tr th { white-space: nowrap; }
522 table.piechart tr td, table.barchart tr td, table.linechart tr td { vertical-align: top; white-spac…
523 table.piechart tr td.col, table.barchart tr td.col, table.linechart tr td.col { border-bottom: 1px …
524 table.fs90 tr td, table.fs90 tr th, div.fs90, pre.fs90, p.fs90 ,ul.fs90 {font-size: 0.9em; }
525 table.fs75 tr td, table.fs75 tr th, div.fs75, pre.fs75, p.fs75 ,ul.fs75 {font-size: 0.75em; }
526 table.fs66 tr td, table.fs66 tr th, div.fs66, pre.fs66, p.fs66 ,ul.fs66 {font-size: 0.66em; }
[all …]
H A Dprint.css124 table
H A Dwrap.css6 .wrap_column table,
7 .wrap_left table, .wrap_right table, .wrap_center table,
8 .wrap_box table,
9 .wrap_info table, .wrap_important table, .wrap_alert table, .wrap_tip table, .wrap_help table, .wra…
/plugin/ipa/
H A Dipa.css19 table { selector
23 display: inline-table;
27 table.diacritics {
53 table.diacritics td,
57 table.diacritics td {
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></…
/plugin/autlogin/
H A Dstyle.css43 div#auth_manager table.inline {
63 #auth_manager table {
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js126 },domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;
130 if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr")){obj=this.getElementsByTagN…
/plugin/tline/
H A Dstyle.css3 div.dokuwiki div.controls table input {
/plugin/directions/
H A Dstyle.css5 table.directions_dbox_table {
70 table.jumps_dbox_table {
/plugin/animation/styles/
H A DshCore.css20 .syntaxhighlighter table,
21 .syntaxhighlighter table td,
22 .syntaxhighlighter table tr,
23 .syntaxhighlighter table tbody,
24 .syntaxhighlighter table thead,
25 .syntaxhighlighter table caption,
74 .syntaxhighlighter table {
77 .syntaxhighlighter table caption {
81 .syntaxhighlighter table td.code {
104 .syntaxhighlighter table td.code .line {
[all …]
H A DshThemeDefault.css32 .syntaxhighlighter table caption {
/plugin/translator/
H A Dhelper.php114 $table = $this->database->databaseConnection->escape_string($tableName);
115 $this->database->prepare("SHOW COLUMNS FROM `$table`");
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/shibbolethauth/
H A Dstyle.css23 #shibboleth__manager table {
/plugin/wikicalendar/
H A Dstyle.css13 div.dokuwiki table.plugin_wikicalendar tr:hover {
17 div.dokuwiki table.plugin_wikicalendar th.month {
24 div.dokuwiki table.plugin_wikicalendar td {
28 div.dokuwiki table.plugin_wikicalendar_go2 {
32 div.dokuwiki table.plugin_wikicalendar_go2 td {
36 div.dokuwiki table.plugin_wikicalendar td.weekday {
42 div.dokuwiki table.plugin_wikicalendar td.day,
43 div.dokuwiki table.plugin_wikicalendar td.today {
47 div.dokuwiki table.plugin_wikicalendar td.blank {
51 div.dokuwiki table.plugin_wikicalendar td.day:hover,
[all …]
H A Dsyntax.php289 $out .= '</table>';
330 $out .= '<table class="inline plugin_wikicalendar_go2">' . DOKU_LF;
380 $out .= '</table>' . DOKU_LF;
/plugin/aclauditor/
H A Dadmin.php212 ptln('<table class="permset">');
220 ptln('</table>');
226 ptln('<table class="permset">');
234 ptln('</table>');
244 ptln(' <table class="permset">');
262 ptln(' </table>');
292 ptln('<table id="aclauditor_scenario_details">');
351 ptln('</table>');
/plugin/processing/
H A Dscript.js11820 function appendToLookupTable(table, array) { argument
11822 table[array[i]] = null;
11824 return table;
11827 function isLookupTableEmpty(table) { argument
11828 for(var i in table) {
11829 if(table.hasOwnProperty(i)) {
/plugin/searchpattern/
H A Dprint.css10 table.sp_main_table {
16 table.sp_main_table td,th {
20 table.sp_main_table tr {
/plugin/stats/
H A Dstyle.css2 table.info_hof {
H A Dsyntax.php180 <table class="wikistat info_hof inline">
231 </table>';
282 <table class="wikistat info_hof inline">
304 </table>';
/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 …]

1...<<414243444546474849