Home
last modified time | relevance | path

Searched refs:table (Results 126 – 150 of 1203) sorted by relevance

12345678910>>...49

/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 …]
/plugin/sqlite/
H A DSQLiteDB.php238 * Insert or replace the given data into the table
240 * @param string $table
246 public function saveRecord($table, $data, $replace = true)
259 $sql = $command . ' INTO "' . $table . '" (' . implode(',', $columns) . ') VALUES (' . implode(
268 $sql = 'SELECT * FROM "' . $table . '" WHERE rowid = last_insert_rowid()';
320 * Get a config value from the opt table
337 * Set a config value in the opt table
378 $tables = $this->queryAll("SELECT name,sql FROM sqlite_master WHERE type='table'");
381 foreach ($tables as $table) {
382 fwrite($fp, "DROP TABLE IF EXISTS '{$table['nam
217 saveRecord($table, $data, $replace = true) global() argument
[all...]
/plugin/dokumicrobugtracker/css/
H A Ddemo_table.css109 table.display {
128 table.display thead th {
136 table.display tfoot th {
146 table.display td {
150 table.display td.center {
508 table.KeyTable td {
512 table.KeyTable td.focus {
516 table.display tr.gradeA {
520 table.display tr.gradeC {
524 table.display tr.gradeX {
[all …]
/plugin/blogtng/
H A Dstyle.css68 div.dokuwiki div#blogtng__admin table {
73 div.dokuwiki div#blogtng__admin table td {
77 div.dokuwiki div#blogtng__admin table tr.odd {
81 div.dokuwiki div#blogtng__admin table tr.even {
85 div.dokuwiki div#blogtng__admin table td.admin_checkbox {
89 div.dokuwiki div#blogtng__admin table td.comment_edit,
90 div.dokuwiki div#blogtng__admin table td.entry_edit {
94 div.dokuwiki div#blogtng__admin table td span {
104 div.dokuwiki div#blogtng__admin table td span img {
118 div.dokuwiki div#blogtng__admin table td.comment_entry {
[all …]
/plugin/sortablejs/
H A Dscript.js106 defaultSort: function ( table, colid, revs ) { argument
107 var havetHead = table.tHead;
112 var theadrow = table.rows[0].cells;
155 makeSortable: function ( table, overrides, bottoms, ph2 ) { argument
163 var frombottom = table.rows.length - bottoms;
169 if ( table.tFoot === null ) {
172 table.appendChild( tfo );
181 var havetHead = table.tHead;
186 var headrow = table.rows[0].cells;
211 headrow[i].sorttable_tbody = table.tBodies[0];
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.top-boundary.php21 $table = $tree->get_element_by_id('table');
24 $this->assertEqual($table->get_top_margin(),
50 $table = $tree->get_element_by_id('table');
53 $this->assertEqual($table->get_top_margin(),
/plugin/randomtables/table-roller/src/Table/
H A DManager.php17 $table = $this->getTable($name);
18 $result = $table->rollOnce();
26 $table = $this->getTable($matches[1]);
27 return trim($table->rollOnce());
/plugin/struct/meta/
H A DCSVImporter.php45 * @param string $table
49 public function __construct($table, $file, $type) argument
54 $this->schema = new Schema($table);
181 // prepare values for single value table
214 $table = $this->schema->getTable();
219 $helper->saveData($pid, [$table => $data], 'CSV data imported');
223 $access = AccessTable::getSerialAccess($table, $pid);
225 $access = AccessTable::getGlobalAccess($table);
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js176 for ( var r = 0 ; r < table.rows.length ; r++ )
178 var row = table.rows.item( r ) ;
233 "_GetCellPadding" : function( table, cell ) argument
272 "_GetCellWidth" : function( table, cell ) argument
391 "_ShowResizeBar" : function( w, table, mouse ) argument
434 var tablePos = this._GetTablePosition( w, table ) ;
435 var barHeight = table.offsetHeight ;
443 var bw = parseInt( table.border, 10 ) ;
446 var cs = parseInt( table.cellSpacing, 10 ) ;
508 "_GetTablePosition" : function ( w, table ) argument
[all …]
/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>
/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 …]
/plugin/snippets/
H A Daction.php219 $table = array();
226 … $table[] = "<div id='snippet_update_table'>\nSnippet date: " . date('r',$snip_time) .'<br />';
227 …$table[]='<form><input type="checkbox" name="prune" value="prune" id="snip_prune" checked><span ti…
228 $table[] ="<table>\n";
229 $table[] ='<tr><th>Page date<th>' . $this->getLang('click_to_update') .'</tr>';
230 $bounding_rows = count($table);
236 …$table[]= "<tr><td>" . date('r',$page_time) . '<td><a href="javascript:update_snippets(\''.$pid .'…
239 $table[]='</table></div>';
240 …$table[]='<p><span id="snip_updates_but" style="color:#2b73b7;">' .$this->getLang('hide_table') . …
242 if(count($table) > $bounding_rows+2) {
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreMDUltra.css17 …r table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.sy…
23 .syntaxhighlighter table{width:100% !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
25 .syntaxhighlighter table td.code{width:100% !important;}
26 .syntaxhighlighter table td.code .container{position:relative !important;}
27 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:abso…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
32 .syntaxhighlighter.collapsed table{display:none !important;}
68 .syntaxhighlighter table caption{color:lime !important;}
[all …]
H A DshCoreRDark.css17 …r table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.sy…
23 .syntaxhighlighter table{width:100% !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
25 .syntaxhighlighter table td.code{width:100% !important;}
26 .syntaxhighlighter table td.code .container{position:relative !important;}
27 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:abso…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
32 .syntaxhighlighter.collapsed table{display:none !important;}
68 .syntaxhighlighter table caption{color:#b9bdb6 !important;}
[all …]
H A DshCoreEmacs.css17 …r table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.sy…
23 .syntaxhighlighter table{width:100% !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
25 .syntaxhighlighter table td.code{width:100% !important;}
26 .syntaxhighlighter table td.code .container{position:relative !important;}
27 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:abso…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
32 .syntaxhighlighter.collapsed table{display:none !important;}
68 .syntaxhighlighter table caption{color:#d3d3d3 !important;}
[all …]
H A DshCoreMidnight.css17 …r table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.sy…
23 .syntaxhighlighter table{width:100% !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
25 .syntaxhighlighter table td.code{width:100% !important;}
26 .syntaxhighlighter table td.code .container{position:relative !important;}
27 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:abso…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
32 .syntaxhighlighter.collapsed table{display:none !important;}
68 .syntaxhighlighter table caption{color:#d1edff !important;}
[all …]
H A DshCoreFadeToGrey.css17 …r table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.sy…
23 .syntaxhighlighter table{width:100% !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
25 .syntaxhighlighter table td.code{width:100% !important;}
26 .syntaxhighlighter table td.code .container{position:relative !important;}
27 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:abso…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
32 .syntaxhighlighter.collapsed table{display:none !important;}
68 .syntaxhighlighter table caption{color:white !important;}
[all …]
H A DshCoreDefault.css17 …r table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.sy…
23 .syntaxhighlighter table{width:100% !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
25 .syntaxhighlighter table td.code{width:100% !important;}
26 .syntaxhighlighter table td.code .container{position:relative !important;}
27 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:abso…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
32 .syntaxhighlighter.collapsed table{display:none !important;}
68 .syntaxhighlighter table caption{color:black !important;}
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dtheme-default.css4 .syntaxhighlighter table,
5 .syntaxhighlighter table td,
6 .syntaxhighlighter table tr,
7 .syntaxhighlighter table tbody,
8 .syntaxhighlighter table thead,
9 .syntaxhighlighter table caption,
54 .syntaxhighlighter table {
56 .syntaxhighlighter table caption {
59 .syntaxhighlighter table td.code {
84 .syntaxhighlighter.collapsed table {
[all …]
H A Dtheme-midnight.css4 .syntaxhighlighter table,
5 .syntaxhighlighter table td,
6 .syntaxhighlighter table tr,
7 .syntaxhighlighter table tbody,
8 .syntaxhighlighter table thead,
9 .syntaxhighlighter table caption,
54 .syntaxhighlighter table {
56 .syntaxhighlighter table caption {
59 .syntaxhighlighter table td.code {
84 .syntaxhighlighter.collapsed table {
[all …]
H A Dtheme-rdark.css4 .syntaxhighlighter table,
5 .syntaxhighlighter table td,
6 .syntaxhighlighter table tr,
7 .syntaxhighlighter table tbody,
8 .syntaxhighlighter table thead,
9 .syntaxhighlighter table caption,
54 .syntaxhighlighter table {
56 .syntaxhighlighter table caption {
59 .syntaxhighlighter table td.code {
84 .syntaxhighlighter.collapsed table {
[all …]
H A Dtheme-django.css4 .syntaxhighlighter table,
5 .syntaxhighlighter table td,
6 .syntaxhighlighter table tr,
7 .syntaxhighlighter table tbody,
8 .syntaxhighlighter table thead,
9 .syntaxhighlighter table caption,
54 .syntaxhighlighter table {
56 .syntaxhighlighter table caption {
59 .syntaxhighlighter table td.code {
84 .syntaxhighlighter.collapsed table {
[all …]
H A Dtheme-emacs.css4 .syntaxhighlighter table,
5 .syntaxhighlighter table td,
6 .syntaxhighlighter table tr,
7 .syntaxhighlighter table tbody,
8 .syntaxhighlighter table thead,
9 .syntaxhighlighter table caption,
54 .syntaxhighlighter table {
56 .syntaxhighlighter table caption {
59 .syntaxhighlighter table td.code {
84 .syntaxhighlighter.collapsed table {
[all …]
H A Dtheme-fadetogrey.css4 .syntaxhighlighter table,
5 .syntaxhighlighter table td,
6 .syntaxhighlighter table tr,
7 .syntaxhighlighter table tbody,
8 .syntaxhighlighter table thead,
9 .syntaxhighlighter table caption,
54 .syntaxhighlighter table {
56 .syntaxhighlighter table caption {
59 .syntaxhighlighter table td.code {
84 .syntaxhighlighter.collapsed table {
[all …]
H A Dtheme-mdultra.css4 .syntaxhighlighter table,
5 .syntaxhighlighter table td,
6 .syntaxhighlighter table tr,
7 .syntaxhighlighter table tbody,
8 .syntaxhighlighter table thead,
9 .syntaxhighlighter table caption,
54 .syntaxhighlighter table {
56 .syntaxhighlighter table caption {
59 .syntaxhighlighter table td.code {
84 .syntaxhighlighter.collapsed table {
[all …]

12345678910>>...49