Home
last modified time | relevance | path

Searched refs:stable (Results 1 – 25 of 181) sorted by relevance

12345678

/plugin/combo/
H A D.travis.yml9 - stable
19 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previo…
23 … env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
26 … env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
29 … env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
/plugin/backlinks2/
H A D.travis.yml15 env: DOKUWIKI=stable
17 env: DOKUWIKI=stable
21 - DOKUWIKI=stable
/plugin/mapillary/
H A D.travis.yml15 env: DOKUWIKI=stable
17 env: DOKUWIKI=stable
21 - DOKUWIKI=stable
/plugin/datatables/
H A D.travis.yml10 - DOKUWIKI=stable
11 - DOKUWIKI=old-stable
/plugin/wrap/
H A D.travis.yml11 - DOKUWIKI=stable
12 - DOKUWIKI=old-stable
/plugin/icons/
H A D.travis.yml12 - DOKUWIKI=stable
13 - DOKUWIKI=old-stable
/plugin/imagemapping/
H A D.travis.yml9 - DOKUWIKI=stable
10 - DOKUWIKI=old-stable
/plugin/struct/meta/
H A DAccessTableGlobal.php53 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
55 return "REPLACE INTO $this->stable (rid, $cols)
112 … $res = $this->sqlite->query("SELECT rid FROM $this->stable WHERE ROWID = last_insert_rowid()");
H A DAccessTable.php35 protected $stable; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable
205 $this->stable = 'data_' . $this->schema->getTable();
302 …return "INSERT INTO $this->stable ($cols) VALUES (" . trim(str_repeat('?,', count($vals)), ',') . …
500 $stable = 'data_' . $this->schema->getTable();
504 $QB->addTable($stable, 'DATA');
/plugin/siteexport/
H A D.travis.yml10 - DOKUWIKI=stable
11 - DOKUWIKI=old-stable
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php34 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
36 return "REPLACE INTO $this->stable (rid, $cols)
/plugin/removeold/lang/en/
H A Dhelp.txt5 …ps://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data/deleted.files|GitHub: /dokuwiki/sta…
/plugin/ssocas/
H A D.hg_archival.txt3 branch: stable
/plugin/sincetil/
H A DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/pixelyear/
H A DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/removeold/lang/de/
H A Dhelp.txt8 …ps://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data/deleted.files|GitHub: /dokuwiki/sta…
/plugin/oauth/
H A Dcomposer.lock83 "minimum-stability": "stable",
85 "prefer-stable": false,
/plugin/bloglinks/
H A DCHANGELOG6 * Fixed small compatibility issue with stable Dokuwiki version
/plugin/top/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/filelist/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/data-au/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/webdav/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/bootswrapper/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/advanced/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/data/
H A D.travis.yml10 - DOKUWIKI=stable

12345678