Home
last modified time | relevance | path

Searched refs:table (Results 426 – 450 of 1203) sorted by relevance

1...<<11121314151617181920>>...49

/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dissue-50.md1 table of cronjobs should not result in empty ems:
/plugin/dokumicrobugtracker/
H A DCHANGELOG8 Version 2011-02-18 Fix #16, #20 : Add missing / and table class inline.
13 Version 2011-10-17 Use jquery, datatables plugin and jEditable to manage table, and fix a security…
/plugin/oiddelegate/
H A Dadmin.php117 echo '<table class="inline" id="openid__delegates">';
161 echo '</table>';
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso37 <table width="100%" border="1" cellspacing="0" bordercolor="#999999">
48 </table>
/plugin/hide/
H A Dstyle.css55 * This rule will also try to hide table headers.
60 div.dokuwiki table tr th span.selectview {
/plugin/tumblr/
H A Dsyntax.php263 $html .= '<table>';
272 $html .= '</table>';
/plugin/strata/
H A DREADME.md25 Later on, you can make a list (to get a table, use ``<table>`` instead) of people with:
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php58 $table = hsc($this->columns[0]->getTable());
75 data-schema=\"$table\" data-searchconf=\"$config\"
/plugin/bez/mdl/
H A DModel.php65 public function factory($table) { argument
66 $prop = $table . 'Factory';
/plugin/approve/
H A Dprint.css6 display: table;
/plugin/exttab1/
H A DREADME.md4 1st try to implement extended table syntax in DokuWiki
/plugin/quickstats/
H A Dsyntax.php363 function table($data,&$renderer,$numbers=true,$date=false,$ip_array=false) { function in syntax_plugin_quickstats
416 $total_accesses = $this->table($this->ips,$renderer,true,true,true);
437 $page_count = $this->table($this->pages['page'],$renderer,true,$date);
474 $this->table($v,$renderer, false,false);
481 $this->table($platform,$renderer);
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md93 $table = 'test';
104 $result = pg_fetch_all(pg_query($connection, "SELECT asBinary($column) as geom FROM $table"));
111 pg_query($connection, "INSERT INTO $table ($column) values (GeomFromWKB('$insert_string'))");
115 $result = pg_fetch_all(pg_query($connection, "SELECT $column as geom FROM $table"));
123 pg_query($connection, "INSERT INTO $table ($column) values ('$insert_string')");
/plugin/sqlquery/
H A DREADME.md2 A dokiwiki plugin for processing query to MySQL databases and display results as a table.
/plugin/querychangelog/
H A Dstyle.css1 div.dokuwiki table {
/plugin/geogebrembed/
H A Dstyle.css2 display: table;
/plugin/yuriigantt/
H A DREADME.md8 This plugin allow you to add Gantt table into Dokuwiki page.
76 "increment": { <--- EMBEDDED table increments
80 "gantt": { <----- EMBEDDED table data
/plugin/displayorphans/
H A DREADME.md26 | `<<display orphaned>>` | Displays a table of orphaned pages, ie pages that exist but aren't linke…
27 | `<<display wanted>>` | Displays a table of wanted pages, ie pages that do not exist but are linke…
28 | `<<display linked>>` | Displays a table of linked pages, ie pages that do exist and are linked to…
/plugin/html2pdf/snorriheim/
H A Ddesign.css24 div.dokuwiki table {
39 div.dokuwiki table,
513 div.dokuwiki table.inline {
519 div.dokuwiki table.inline th {
525 div.dokuwiki table.inline td {
530 /* ---------- table of contents ------------------- */
608 div.dokuwiki table.diff {
615 div.dokuwiki table.diff th {
622 div.dokuwiki table.diff td {
635 div.dokuwiki table.diff td.diff-addedline strong,
[all …]
/plugin/data-au/syntax/
H A Dtable.php660 $table = 'T' . (++$cnt);
661 … $from2 .= ' LEFT JOIN dataau AS ' . $table . ' ON ' . $table . '.pid = pages.pid';
662 $from2 .= ' AND ' . $table . ".key = " . $sqlite->quote_string($col);
666 …$where2 .= ' ' . $filter['logic'] . ' DATARESOLVE(' . $table . '.value,\'' . $sqlite->escape_strin…
669 … $where2 .= ' ' . $filter['logic'] . ' ' . $table . '.value ' . $filter['compare'] .
/plugin/data/syntax/
H A Dtable.php297 //start table/list
343 * Before value in table cell
355 * After value in table cell
367 * Create table header
371 * @return string html of table header
382 $text = '<div class="table dataaggregation">';
406 // build table
407 $text .= '<table class="inline dataplugin_table ' . $data['classes'] . '">';
478 * Create an empty table
492 $R->doc .= '</table></di
[all...]
/plugin/icalevents/conf/
H A Dmetadata.php18 $meta['template:table'] = array('');
/plugin/google_adsense2/
H A Dadmin.php108 print '<center><table class="inline">';
130 print '</table>';
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt4 <table class="sortable" id="Earthquakes">
60 </table>
/plugin/table2csv/
H A DgetTableData.php21 $table = substr($content,$start,$end-$start);
23 preg_match_all("|<tr(.*)</tr>|U",$table,$rows);

1...<<11121314151617181920>>...49