Home
last modified time | relevance | path

Searched refs:table (Results 376 – 400 of 1203) sorted by last modified time

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

/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/passpolicy/
H A D10k-common-passwords.txt7936 table
H A Dwords.txt3556 table
/plugin/quickstats/lang/en/
H A Dquery.txt39 The accesses field in the table refers to the number of times the IP address has accessed the site.
41 The columns in angle brackets will not appear in every table. The ''Country'' column will be excl…
H A Dintro.txt1 To save download time, ''quickstats'' attempts to download its table sorting scripts only if needed…
/plugin/quickstats/lang/fr/
H A Dquery.txt32 … se réfère au nombre d'accès à la page interrogée. le champ accès dans la table se réfère au nombr…
34 Les colonnes entre ''<'' et ''>'' n'apparaitront pas dans chaque table. La colonne ''Pays'' sera ex…
/plugin/quickstats/
H A Dstyle.css75 div.qs_brief table.qs_brief_table td { border-bottom: 1px solid black; }
H A Dstyle.wide.css76 div.qs_brief table.qs_brief_table td { border-bottom: 1px solid black; }
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);
H A DHOW-TO124 … 8. show_country: In IP table, show country of IP address with mouseover. This will work only when
/plugin/quickstats/scripts/
H A Dextended_data.php88 $table = '<table border=1 cellspacing="0">';
97 $table .= qs_header(array('month','access','country','agent'));
98 $table .= $result;
106 $table .= $result;
114 $table .= '<tr>' . cell('&nbsp;', $type='td', $colspan='9') . '</tr>';
117 $table .= ip_row(array('ip','ua'), $ip,$date);
125 return $table . '</table>';
263 $table = "";
267 $table .= $result;
275 $table .= $result;
[all …]
H A Dsorttable.js36 sorttable.makeSortable(table);
42 makeSortable: function(table) { argument
47 the.appendChild(table.rows[0]);
48 table.insertBefore(the,table.firstChild);
51 if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0];
60 for (var i=0; i<table.rows.length; i++) {
66 if (table.tFoot == null) {
69 table.appendChild(tfo);
78 headrow = table.tHead.rows[0].cells;
91 headrow[i].sorttable_tbody = table.tBodies[0];
[all …]
/plugin/csv/
H A DREADME3 Displays a CSV file, or inline CSV data, as a table
H A Dplugin.info.txt6 desc Displays a CSV file, or inline CSV data, as a table
/plugin/csv/_test/csv/
H A Dc-q-q-evil.csv6 Evil Guy,""";drop table"
/plugin/imageflow/
H A DREADME.md40 … do so in your template or use the file conf/userstyle.css. The following table shows the css sele…
/plugin/strata/
H A Dmanual.txt61 Queries are written inside ''<table>'' or ''<list>'' tags. You query the data by describing what pattern the data should fit. A simple example that produces a table of all persons and their birthday would be described as follows:
64 <table ?p "Person" ?b "Birthday">
68 </table>
88 <table ?p "Person" ?address@count "# of Addresses" ?address>
113 </table>
216 Querying data is done through the ''<table>'' and ''<list>'' syntax. A table or list block defines what data to query, and how to display it. This part of the reference is about querying the data. The [[#Query Results]] section discusses how to control the display of data (this includes sorting, grouping, and aggregation).
218 The following sections contain short samples, each of these samples is situated inside a table or list block. It is possible to enclose the whole of the query (not including sorting, grouping, or other [[#Query Results]] related blocks) in a ''query'' block as a convenience.
365 <table
[all...]
H A Dstyle.css63 .strata-container-table tr.filter input {
70 .strata-container-table tr.filter {
74 .strata-container-table tr.filter.isFiltered, .strata-container.strata-ui-filter table tr.filter {
75 display: table-row;
81 .strata-container-table:hover .sorting {
86 .strata-container-table .sorting[data-strata-sort-direction="asc"],
87 .strata-container-table:hover .sorting[data-strata-sort-direction="asc"] {
92 .strata-container-table .sorting[data-strata-sort-direction="desc"],
93 .strata-container-table
[all...]
H A DREADME.md25 Later on, you can make a list (to get a table, use ``<table>`` instead) of people with:
/plugin/minical/
H A Dstyle.css13 div.dokuwiki table.plugin_minical td.month {
22 div.dokuwiki table.plugin_minical {
26 div.dokuwiki table.plugin_minical td.weekday {
34 div.dokuwiki table.plugin_minical td.day,
35 div.dokuwiki table.plugin_minical td.today {
40 div.dokuwiki table.plugin_minical td.blank {
44 div.dokuwiki table.plugin_minical div.noevent,
45 div.dokuwiki table.plugin_minical div.isevent {
53 div.dokuwiki table.plugin_minical td.today div.noevent,
59 div.dokuwiki table.plugin_minical td.day div.isevent {
[all …]
H A Dsyntax.php263 $out .= '</table>';
/plugin/wrapadd/
H A Dstyle.css159 .wrap_formalbox table {
166 .wrap_formalbox table,
H A Dprint.css99 .wrap_formalbox table {
106 .wrap_formalbox table,
/plugin/diagramsnet/lib/mxgraph/css/
H A Dcommon.css39 table.mxWindow {
41 table-layout: fixed;
139 table.mxPopupMenu {
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2table={}}return a.prototype.count=function(){return Object.keys(this.table).length},a.prototype.in…

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