Home
last modified time | relevance | path

Searched refs:table (Results 1126 – 1150 of 1203) sorted by path

1...<<414243444546474849

/plugin/txt2tags/
H A Dtxt2tags.class.php275 $table = '';
333 if(!$table) { # open table
339 $table = sprintf($snippets['tableopen'], $attr);
363 $table .= sprintf($snippets['tablerow'], $cells);
366 elseif($table) { # close table
367 …$lines2[] = "\033\033". $this->Keep($table . $snippets['tableclose']); # \033: block that can be n…
368 $table = '';
392 if($table)
393 $lines2[] = "\033\033". $this->Keep($table . $snippets['tableclose']."\n");
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
112 See the ``example/table.php`` for sample usage.
126 The table formatter is used for the automatic help screen accessible when calling your script with ``-h`` or ``--help``.
/plugin/userhistory/
H A Dstyle.less13 table {
/plugin/userpoll/
H A Dstyle.css1 div.dokuwiki table.blind {
6 div.dokuwiki table.blind td {
/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/vbsso/views/
H A Dadmin.html2-2.close.tpl1 </table></fieldset>
H A Dadmin.html2-2.open.tpl3 <table>
/plugin/vertical/
H A DREADME.md13 You need to set `<vertical head=align body=align>` and `</vertical>` tags around your table, where …
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.css1 table { selector
4 table td.movers {
9 table td.movers button {
12 table td.leftcol, table td.rightcol {
16 table td.rightcol {
/plugin/virtualkeyboard/vk/
H A Dlicense.txt176 table of data to be supplied by an application program that uses
180 table, the facility still operates, and performs whatever part of
186 application-supplied function or table used by this function must
/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 …]
H A Dvkeyboard.js.unc1180 this.VKI_keyboard = document.createElement('table');
1336 var ntable = document.createElement('table');
1365 * Private table cell attachment function for generic characters
1406 var tables = container.getElementsByTagName('table');
1410 var table = document.createElement('table');
1411 table.cellSpacing = "0";
1412 if (lyt.length <= this.VKI_keyCenter) table.className = "keyboardInputCenter";
1485 table.appendChild(tbody);
1486 container.appendChild(table);
1518 …tables = this.VKI_keyboard.tBodies[0].getElementsByTagName('div')[0].getElementsByTagName('table');
/plugin/vote/
H A Dstyle.css1 div.dokuwiki table.blind {
5 div.dokuwiki table.blind td {
/plugin/watchcycle/
H A Dstyle.less46 display: table-cell;
/plugin/webcode/
H A DREADME.md94 * The 'console.table' function is partially supported
H A DwebCodeConsole.css36 table>thead>tr>th:first-letter {
40 table>tbody>tr:nth-of-type(odd) {
44 table>tbody>tr:nth-of-type(even) {
H A DwebCodeConsole.js67 window.console.table = function (input) { function
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5331 },createTable:function(parent,limitInfo){var table=this.tableTag.replace({},parent);
5332 var row=this.createRow(table.firstChild.firstChild,limitInfo);
5333 return[table,row]
7842 var table=this.tag.replace({domPanel:this,toggles:this.toggles},dest);
7843 var tbody=table.lastChild;
7855 …ext.setTimeout(function(){if(panelNode.firstChild){panelNode.replaceChild(table,panelNode.firstChi…
7856 }else{panelNode.appendChild(table)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md619 to the `calendarobjects` table.
627 * #541: CalDAV PDO backend didn't respect overridden PDO table names.
776 database table name.
1227 * BC Break: The calendarobjects database table has a bunch of new fields, and a
1444 'principals' table. See the website for details.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css22 table { selector
136 section table {
/plugin/webdavclient/
H A Dhelper.php1022 $table = 'calendarobjects';
1027 $table = 'addressbookobjects';
1040 $query = "DELETE FROM " . $table . " WHERE etag = ? AND " . $filter . " = ?";
1152 $table = 'calendarobjects';
1157 $table = 'addressbookobjects';
1168 $query = "SELECT uri, etag FROM " . $table . " WHERE " . $id . " = ?";
/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/wolframalpha/
H A DREADME.md3 <table>
28 </table>
/plugin/wrap/
H A Dall.less283 .wrap_tablewidth table {

1...<<414243444546474849