Home
last modified time | relevance | path

Searched +full:- +full:- +full:amend (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/.github/workflows/
H A Drelease-preparation.yml4 # When the pull request is merged, the release-build workflow will be triggered automatically
16 - stable
17 - hotfix
18 - rc
23 description: 'The version date YYYY-MM-DD, empty for today'
29 runs-on: ubuntu-latest
31 - name: Fail if branch is not master
37 - name: Checkout
40 fetch-depth: 0
42 - name: Set git identity
[all …]
/dokuwiki/inc/
H A DStyleUtils.php43 $this->tpl = $tpl;
44 $this->reinit = $reinit;
45 $this->preview = $preview;
62 if (!empty($combined) && !$this->reinit) {
71 $replacements = $this->defaultReplacements;
79 if ($this->preview) {
90 $webbase = $this->getWebbase($config_group);
94 $inifile = str_replace('%TEMPLATE%', $this->tpl, $inifile);
106 … $this->getValidatedStyles($stylesheets, $inifile, $mode, $incbase, $webbase)
115 $this->cssFixreplacementurls($config['replacements'], $webbase)
[all …]