Home
last modified time | relevance | path

Searched refs:tables (Results 201 – 225 of 254) sorted by path

1234567891011

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1tables","tablesNames","numTables","tableOffsets","writeData","string32","writeInt16","searchParams…
/plugin/phpipam/
H A Dscript.js28 var tables = phpipam_getElementsByClass('rack');
29 for (var i=0; i<tables.length; i++) {
31 tables[i].style.display = "inline";
/plugin/pot/
H A DREADME.md135 | #value | potid=value_(uniqueNumber) | nice to use in tables and to sum them with {#value} later |
136 | ! | float= right | probebly best in tables to have your numbers nicely on the right side |
/plugin/prosemirror/
H A Dstyle.less76 // reset user agent margins for placeholder p in tables
/plugin/quickstats/lang/en/
H A Dquery.txt27 Queries will result in tables with the following columns for each of the months you select from the…
42 column will appear in tables with ''User Agent'' and ''Country'' priority.
/plugin/quickstats/lang/fr/
H A Dquery.txt34 …sera exclue des requêtes par pays. La colonne ''IP'' apparaîtra dans les tables avec priorité donn…
/plugin/rack/
H A Dscript.js23 var tables = rack_getElementsByClass('rack');
24 for (var i=0; i<tables.length; i++) {
26 tables[i].style.display = "inline";
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php12 protected Registry $tables; variable in TableRoller\\Generator\\BaseGenerator
21 * @param Registry $tables
23 public function __construct(Registry $tables) argument
25 $this->tables = $tables;
46 $table = $this->tables->load($tableName);
/plugin/randomtables/table-roller/src/Table/
H A DManager.php13 private static array $tables; variable in TableRoller\\Table\\Manager
35 if (!isset(self::$tables[$name])) {
39 self::$tables[$name] = new DokuwikiJsonTable($row['rows']);
41 self::$tables[$name] = new BaseTable();
45 return self::$tables[$name];
/plugin/revealjs/
H A DREADME.md197 Apart of the ordinary things like headlines, tables, italic, bold etc. the following syntax element…
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …pedantic?this.rules=k.pedantic:this.options.gfm&&(this.options.tables?this.rules=k.tables:this.rul…
/plugin/rowmove/
H A Dplugin.info.txt6 desc Moving rows of tables up and down
H A Dscript.js87 var tables = jQuery('#dokuwiki__content table');
88 for(ii=0;ii<tables.length;ii++) {
89 if(elTbody.parentNode == tables[ii]) return ii;
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css5 /* tables in columns and boxes should span the whole width */
/plugin/searchtablejs/
H A Dplugin.info.txt6 desc Use searchtablejs for quick filtering dokuwiki tables
/plugin/semanticdata/syntax/
H A Dtable.php321 $tables = array();
345 if(!isset($tables[$key])){
346 $tables[$key] = 'T'.(++$cnt);
348 …e .= sprintf('{ ?pageurl <%s%s> ?%s . }',$this->getConf('base_url'),urlencode($key),$tables[$key]);
354 …ct[] = sprintf('(GROUP_CONCAT(DISTINCT ?%s ; SEPARATOR=",") AS ?%ss)',$tables[$key],$tables[$key]);
355 $selectview[] = "?".$tables[$key]."s";
374 if(!$tables[$col]){
375 $tables[$col] = 'T'.(++$cnt);
376 …$select[] = "(GROUP_CONCAT(DISTINCT ?".$tables[$col]." ; SEPARATOR=\",\") AS ?".$tables[$col]."s)";
380 $order = sprintf('ORDER BY %s(?%ss)',$data['sort'][1],$tables[$col]);
[all …]
/plugin/simplemysqlclient/
H A Ddescr.txt10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables
/plugin/sortablejs/
H A Dplugin.info.txt6 desc Allow sorting tables by columns
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
/plugin/sqlite/
H A DSQLiteDB.php378 $tables = $this->queryAll("SELECT name,sql FROM sqlite_master WHERE type='table'");
381 foreach ($tables as $table) {
385 foreach ($tables as $table) {
389 foreach ($tables as $table) {
/plugin/strata/
H A Dmanual.txt398 The ''%%ui%%'' block controls the interactive user interface of tables and lists. It can be used to make columns sortable and filterable. A ''%%ui%%'' block looks as follows:
412 The property ''%%ui%%'' specifies which user interface is shown and can have the values: ''%%none%%'', ''%%generic%%'', and ''%%table%%'' (only for tables). When the ''%%ui%%'' block is present, this property defaults to ''%%table%%'' for tables and ''%%generic%%'' otherwise. However, when no ''%%ui%%'' block is present, tables do have a ''%%table%%'' ui by default, since it is very subtle, but lists have no interactive ui.
/plugin/struct/action/
H A Ddiff.php53 $tables = $assignments->getPageAssignments($id);
54 if (!$tables) return;
57 foreach ($tables as $table) {
H A Dedit.php92 $tables = $assignments->getPageAssignments($ID);
95 foreach ($tables as $table) {
H A Dentry.php141 $tables = $assignments->getPageAssignments($event->data['id']);
142 foreach ($tables as $table) {
H A Dinline.php131 $tables = $assignments->getPageAssignments($this->pid, true);
132 if (!in_array($this->schemadata->getSchema()->getTable(), $tables)) {

1234567891011