Home
last modified time | relevance | path

Searched refs:stable (Results 151 – 175 of 186) sorted by path

12345678

/plugin/sincetil/
H A DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/siteexport/
H A D.travis.yml10 - DOKUWIKI=stable
11 - DOKUWIKI=old-stable
/plugin/sitemapnavi/
H A D.travis.yml12 - DOKUWIKI=stable
/plugin/smtp/
H A D.travis.yml12 - DOKUWIKI=stable
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock1117 "minimum-stability": "stable",
1121 "prefer-stable": false,
/plugin/ssocas/
H A D.hg_archival.txt3 branch: stable
/plugin/struct/meta/
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');
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 DAccessTablePage.php83 "UPDATE $this->stable SET latest = 0 WHERE latest = 1 AND pid = ? AND rid = 0",
/plugin/structodt/
H A D.travis.yml12 - 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/structsection/
H A D.travis.yml13 - DOKUWIKI=stable
H A Dyarn.lock429 fast-json-stable-stringify "^2.0.0"
1430 json-stable-stringify-without-jsonify "^1.0.1"
1513 fast-json-stable-stringify@^2.0.0:
1515 …resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1…
1902 json-stable-stringify-without-jsonify@^1.0.1:
1904 …resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringi…
/plugin/structstatus/
H A D.travis.yml14 - DOKUWIKI=stable
/plugin/structtemplate/_vagrant/
H A DVagrantfile67 "DW_DOWNLOAD" => "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz",
68 "DW_PACKAGE" => "dokuwiki-stable.tgz",
/plugin/svgpureinsert/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/swarmwebhook/
H A D.travis.yml13 - DOKUWIKI=stable
/plugin/tabbox/
H A D.travis.yml12 - DOKUWIKI=stable
/plugin/tablelayout/
H A Dyarn.lock33 fast-json-stable-stringify "^2.0.0"
633 json-stable-stringify-without-jsonify "^1.0.1"
755 fast-json-stable-stringify@^2.0.0:
757 …resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0…
1460 json-stable-stringify-without-jsonify@^1.0.1:
1462 …resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringi…
/plugin/telleveryone/
H A D.travis.yml12 - DOKUWIKI=stable
/plugin/top/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/tuxquote/
H A Dquotes.txt1129 Contrary to what many women believe, it's fairly easy to develop a long-term, stable, intimate, and…
/plugin/twitter/
H A D.travis.yml13 - DOKUWIKI=stable
/plugin/uncmap/
H A D.travis.yml10 - DOKUWIKI=stable
/plugin/upgrade/
H A Dcomposer.lock127 "minimum-stability": "stable",
129 "prefer-stable": false,

12345678