Home
last modified time | relevance | path

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

12345678

/plugin/combo/.travis/
H A D.travis.yml9 - stable
19 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
23 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
27 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
30 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
33 # env: DOKUWIKI=stable # th
[all...]
/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/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)
91 "UPDATE $this->stable SET latest = 0 WHERE latest = 1 AND pid = ?",
/plugin/datatables/
H A D.travis.yml
/plugin/wrap/
H A D.travis.yml
/plugin/icons/
H A D.travis.yml12 - DOKUWIKI=stable
13 - DOKUWIKI=old-stable
/plugin/imagemapping/
H A D.travis.yml
/plugin/struct/meta/
H A DAccessTableGlobal.php58 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
60 return "REPLACE INTO $this->stable (rid, $cols)
119 $this->rid = $this->sqlite->queryValue("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();
303 return "INSERT INTO $this->stable ($cols) VALUES (" . trim(str_repeat('?,', count($vals)), ',') . ');';
499 $stable = 'data_' . $this->schema->getTable();
503 $QB->addTable($stable, 'DATA');
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock11 "minimum-stability": "stable",
13 "prefer-stable": false,
/plugin/siteexport/
H A D.travis.yml10 - DOKUWIKI=stable
11 - DOKUWIKI=old-stable
/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/removeold/lang/de/
H A Dhelp.txt8 …ps://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data/deleted.files|GitHub: /dokuwiki/sta…
/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/oauth/
H A Dcomposer.lock83 "minimum-stability": "stable",
85 "prefer-stable": false,
/plugin/bloglinks/
H A DCHANGELOG
/plugin/top/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/filelist/
H A D.travis.yml
/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

12345678