Home
last modified time | relevance | path

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

123456

/plugin/structpublish/meta/
H A DAccessTableStructpublish.php35 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
37 return "REPLACE INTO $this->stable (rid, $cols)
92 "UPDATE $this->stable SET latest = 0 WHERE latest = 1 AND pid = ?",
/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_ro…
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/taskextra/
DSECURITY.md3 Security vulnerabilities can be reported for the current stable release and the `stable` branch.
/plugin/tagbutton/
DSECURITY.md3 Security vulnerabilities can be reported for the current stable release and the `stable` branch.
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock11 "minimum-stability": "stable",
13 "prefer-stable": false,
/plugin/removeold/lang/en/
Dhelp.txt5 …ps://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data/deleted.files|GitHub: /dokuwiki/sta…
/plugin/combo/
H A Dshell.nix20 # https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-mkShell
24 # https://nixos.org/manual/nixpkgs/stable/#sec-php
/plugin/asciidocjs/node_modules/pug-walk/
DHISTORY.md4 * Initial stable release
/plugin/removeold/lang/de/
Dhelp.txt8 …ps://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data/deleted.files|GitHub: /dokuwiki/sta…
/plugin/ssocas/
D.hg_archival.txt3 branch: stable
/plugin/asciidocjs/node_modules/pug-linker/
DHISTORY.md9 * Mark as stable
/plugin/oauth/
H A Dcomposer.lock83 "minimum-stability": "stable",
85 "prefer-stable": false,
/plugin/sincetil/
DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/pixelyear/
DCHANGELOG.md1 I'll keep this file updated when I have a 'stable' version
/plugin/asciidocjs/node_modules/pug-code-gen/
DHISTORY.md13 - First stable release
/plugin/findologicxmlexport/vendor/hoa/file/
DCHANGELOG.md15 * Composer: New stable library. (Ivan Enderlin, 2016-01-14T21:55:56+01:00)
19 * Composer: New stable library. (Ivan Enderlin, 2016-01-14T21:54:42+01:00)
/plugin/geophp/
Dcomposer.lock82 "minimum-stability": "stable",
84 "prefer-stable": false,
/plugin/upgrade/
Dplugin.info.txt6 desc Automatically upgrade your DokuWiki install to the most recent stable release
/plugin/removeold/
DINFO7 desc to remove outdated files (https://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data…
Dplugin.info.txt8 desc to remove outdated files (https://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data…
/plugin/asciidocjs/node_modules/pug-filters/
DCHANGELOG.md34 - Initial stable release
/plugin/asciidocjs/node_modules/pug-strip-comments/
DCHANGELOG.md12 - Initial stable release – unchanged from 0.0.1
/plugin/farmer/
H A Dcomposer.lock117 "minimum-stability": "stable",
119 "prefer-stable": false,
/plugin/matrixnotifierwas/vendor/psr/http-client/
DCHANGELOG.md19 First stable release. No changes since 0.3.0.

123456