Home
last modified time | relevance | path

Searched refs:table (Results 201 – 225 of 1203) sorted by relevance

12345678910>>...49

/plugin/revealjs/css/theme/
H A Dnight.css163 .reveal table {
168 .reveal table th {
171 .reveal table th,
172 .reveal table td {
177 .reveal table th[align="center"],
178 .reveal table td[align="center"] {
181 .reveal table th[align="right"],
182 .reveal table td[align="right"] {
185 .reveal table tbody tr:last-child th,
186 .reveal table tbody tr:last-child td {
H A Dserif.css165 .reveal table {
170 .reveal table th {
173 .reveal table th,
174 .reveal table td {
179 .reveal table th[align="center"],
180 .reveal table td[align="center"] {
183 .reveal table th[align="right"],
184 .reveal table td[align="right"] {
187 .reveal table tbody tr:last-child th,
188 .reveal table tbody tr:last-child td {
H A Dsky.css172 .reveal table {
177 .reveal table th {
180 .reveal table th,
181 .reveal table td {
186 .reveal table th[align="center"],
187 .reveal table td[align="center"] {
190 .reveal table th[align="right"],
191 .reveal table td[align="right"] {
194 .reveal table tbody tr:last-child th,
195 .reveal table tbody tr:last-child td {
H A Dsolarized.css169 .reveal table {
174 .reveal table th {
177 .reveal table th,
178 .reveal table td {
183 .reveal table th[align="center"],
184 .reveal table td[align="center"] {
187 .reveal table th[align="right"],
188 .reveal table td[align="right"] {
191 .reveal table tbody tr:last-child th,
192 .reveal table tbody tr:last-child td {
H A Dwhite.css165 .reveal table {
170 .reveal table th {
173 .reveal table th,
174 .reveal table td {
179 .reveal table th[align="center"],
180 .reveal table td[align="center"] {
183 .reveal table th[align="right"],
184 .reveal table td[align="right"] {
187 .reveal table tbody tr:last-child th,
188 .reveal table tbody tr:last-child td {
H A Dbeige.css169 .reveal table {
174 .reveal table th {
177 .reveal table th,
178 .reveal table td {
183 .reveal table th[align="center"],
184 .reveal table td[align="center"] {
187 .reveal table th[align="right"],
188 .reveal table td[align="right"] {
191 .reveal table tbody tr:last-child th,
192 .reveal table tbody tr:last-child td {
H A Dsimple.css168 .reveal table {
173 .reveal table th {
176 .reveal table th,
177 .reveal table td {
182 .reveal table th[align="center"],
183 .reveal table td[align="center"] {
186 .reveal table th[align="right"],
187 .reveal table td[align="right"] {
190 .reveal table tbody tr:last-child th,
191 .reveal table tbody tr:last-child td {
H A Dblood.css168 .reveal table {
173 .reveal table th {
176 .reveal table th,
177 .reveal table td {
182 .reveal table th[align="center"],
183 .reveal table td[align="center"] {
186 .reveal table th[align="right"],
187 .reveal table td[align="right"] {
190 .reveal table tbody tr:last-child th,
191 .reveal table tbody tr:last-child td {
H A Dleague.css171 .reveal table {
176 .reveal table th {
179 .reveal table th,
180 .reveal table td {
185 .reveal table th[align="center"],
186 .reveal table td[align="center"] {
189 .reveal table th[align="right"],
190 .reveal table td[align="right"] {
193 .reveal table tbody tr:last-child th,
194 .reveal table tbody tr:last-child td {
/plugin/struct/meta/
H A DAccessTableGlobal.php14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument
16 parent::__construct($table, $pid, $ts, $rid);
143 $table = 'multi_' . $this->schema->getTable();
145 "DELETE FROM $table WHERE pid = ? AND rid = ? AND colref = ?",
/plugin/edittable/lib/
H A Dhandsontable.less32 .handsontable .table th, .handsontable .table td {
53 /* table-bordered */
54 .handsontable .table-bordered {
59 .handsontable .table-bordered th,
60 .handsontable .table-bordered td {
69 .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr >…
117 .handsontable table,
135 .handsontable table.htCore {
148 table-layout: fixed;
1065 .htContextMenu table.htCore {
[all …]
/plugin/vkeyboard/
H A Dstyle.css169 #keyboardInputMaster tbody tr td table {
175 #keyboardInputMaster tbody tr td#keyboardInputNumpad table {
179 #keyboardInputMaster tbody tr td table.keyboardInputCenter {
183 #keyboardInputMaster tbody tr td table tbody tr td {
203 #keyboardInputMaster tbody tr td table tbody tr td.last {
206 #keyboardInputMaster tbody tr td table tbody tr td.space {
212 #keyboardInputMaster tbody tr td table tbody tr td.target {
215 #keyboardInputMaster tbody tr td table tbody tr td:hover,
216 #keyboardInputMaster tbody tr td table tbody tr td.hover {
225 #keyboardInputMaster tbody tr td table tbody tr td:active,
[all …]
/plugin/fckg/
H A Dstyle.css177 #keyboardInputMaster tbody tr td table {
183 #keyboardInputMaster tbody tr td#keyboardInputNumpad table {
187 #keyboardInputMaster tbody tr td table.keyboardInputCenter {
191 #keyboardInputMaster tbody tr td table tbody tr td {
211 #keyboardInputMaster tbody tr td table tbody tr td.last {
214 #keyboardInputMaster tbody tr td table tbody tr td.space {
220 #keyboardInputMaster tbody tr td table tbody tr td.target {
223 #keyboardInputMaster tbody tr td table tbody tr td:hover,
224 #keyboardInputMaster tbody tr td table tbody tr td.hover {
233 #keyboardInputMaster tbody tr td table tbody tr td:active,
[all …]
/plugin/dokutranslate/
H A Dstyle.css46 div#dokutranslate_manager table.inline {
61 #dokutranslate_manager table {
66 #dokutranslate_manager table tr {
70 #dokutranslate_manager table tr:hover {
/plugin/bez/style/
H A Dblock.less31 table.data {
56 table.data {
68 table.data {
80 table.data {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php130 // It's valid to have a table without body. In that case, don't add an empty TableBody node.
172 // Pipe is special for table parsing. An escaped pipe doesn't result in a new cell, but is
174 // in an input like `\\|` - in other words, table parsing doesn't support escaping backslashes.
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js84 if ( !table )
86 table = FCKSelection.GetSelectedElement() ;
87 if ( !table || table.tagName != 'TABLE' )
90 if ( !table ) return ;
93 FCKSelection.SelectNode( table ) ;
99 table.parentNode.parentNode.removeChild( table.parentNode );
101 table.parentNode.removeChild( table ) ;
634 var aRows = table.rows ;
681 while ( table.rows.length > 0 )
683 var row = table.rows[0] ;
[all …]
/plugin/judge/
H A Dadmin.php35 …$table = $crud->tableRender(array('problem_name' => $_REQUEST['problem_name'], 'type' => $_REQUEST…
36 if ($table["count"] == 0) {
40 $this->output .= $table["submissions_table"];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPageElement.php170 public function setTable(Table $table) argument
172 $this->table = $table;
179 return $this->table;
/plugin/mytemplate/
H A Daction.php236 $table = '';
247 if ($table != '') $table .= "\n";
248 $table .= $row;
254 if ($table != '') $table .= "\n";
255 $table .= $emptyrow;
259 return $table;
/plugin/data-au/
H A Dstyle.css80 #dw__editform fieldset.plugin__dataau table tr td label span {
84 #dw__editform fieldset.plugin__dataau table tr td label {
96 #dw__editform fieldset.plugin__dataau table {
101 #dw__editform fieldset.plugin__dataau table {
138 #dw__editform fieldset.plugin__dataau table .dataau_comment input {
157 table.dataauplugin_table th input {
/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/diagram/syntax/
H A Dmain.php959 $table = '<table class="diagram">'."\n";
962 $table .= "\t<tr>\n\t\t<td></td>\n";
964 $table .= "\t\t<td class=\"".$this->css_classes['spacer-horizontal']."\"><div /></td>\n";
965 $table .= "\t</tr>\n";
976 $table .= "\t<tr>\n\t\t<td class=\"".$this->css_classes['spacer-vertical']."\"><div /></td>\n";
998 $table .= "\t\t<td"
1007 $table .= "\t</tr>\n";
1009 $table .= "</table>\n";
1011 return $table;
/plugin/pdftools/tpl/info/
H A Dstyle.css1 table.pdfheader {
12 table.pdfheader td {
18 table.pdffooter {
84 table { selector
90 table th {background-color:#D0E4F5;}
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js685 table.removeAttribute('border');
686 table.style.border = '';
687 table.style.borderCollapse = '';
691 table.setAttribute('border', '1');
693 table.style.borderCollapse = 'collapse';
711 table.style.backgroundColor = '';
715 table.style.backgroundColor = newColor;
733 table.removeAttribute('cellPadding');
743 table.setAttribute('align', 'left');
749 table.setAttribute('align', 'center');
[all …]

12345678910>>...49