Home
last modified time | relevance | path

Searched full:env (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/.github/workflows/
H A Drelease-build.yml26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then
37 const {current_version} = process.env;
69 mv ${{ github.event.repository.name }} "dokuwiki-${{ env.current_file }}"
70 tar -czvf "dokuwiki-${{ env.current_file }}.tgz" dokuwiki-${{ env.current_file }}
71 zip -r "dokuwiki-${{ env.current_file }}.zip" dokuwiki-${{ env.current_file }}
72 rm -rf "dokuwiki-${{ env.current_file }}"
74 mv "dokuwiki-${{ env.current_version }}.tgz" ${{ github.event.repository.name }}/
75 mv "dokuwiki-${{ env.current_version }}.zip" ${{ github.event.repository.name }}/
81 name: DokuWiki ${{ env.current_raw }} [${{ env.current_update }}]
82 tag_name: release-${{ env.current_version }}
[all …]
H A Drelease-preparation.yml57 if git rev-parse "release-${{ env.next_version }}" >/dev/null 2>&1; then
65 echo '${{ env.next_raw }}' > VERSION
67 … sed -i 's/\$updateVersion = "[^"]*";/\$updateVersion = "${{ env.next_update }}";/' doku.php
69 git commit --amend -m 'Release preparations for ${{ env.next_raw }}'
72 git checkout -B auto-${{ env.next_version }}
73 git push --set-upstream origin auto-${{ env.next_version }}
78 source_branch: auto-${{ env.next_version }}
80 pr_title: Release Preparations for ${{ env.next_raw }}
88 * ${{ env.current_raw }} -> ${{ env.next_raw }}
89 * Update Version ${{ env.current_update }} -> ${{ env.next_update }}
H A DtestLinux.yml31 env:
37 env:
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/
H A Dopenssl.cnf4 RANDFILE = $ENV::HOME/.rnd
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php70 protected ?stdClass $env = null; variable in LesserPHP\\Lessc
113 $this->env = null;
494 $env = $this->pushEnv();
497 $env->selectors = $this->multiplySelectors($selectors);
498 $out = $this->makeOutputBlock(null, $env->selectors);
503 $block->scope = $env; // mixins carry scope with them!
512 $env = $this->pushEnv($media);
515 $query = $this->compileMediaQuery($this->multiplyMedia($env));
694 protected function multiplyMedia($env, $childQueries = null) argument
696 if (is_null($env) ||
[all …]
H A DParser.php29 public $env; variable in LesserPHP\\Parser
126 $this->env = null; // block stack
153 if (!property_exists($this->env, 'parent') || !is_null($this->env->parent)) {
157 return $this->env;
322 $this->env->children[$tag][] = $block;
401 if (!empty($this->env->supressedDivision)) {
402 unset($this->env->supressedDivision);
437 !$this->inParens && isset($this->env->currentProperty) && $m[1] == '/' &&
438 empty($this->env->supressedDivision)
441 if (preg_match($pattern, $this->env->currentProperty)) {
[all …]
/dokuwiki/vendor/php81_bc/strftime/
H A D.gitignore4 /config/.env
/dokuwiki/bin/
H A Drender.php1 #!/usr/bin/env php
H A Dplugin.php1 #!/usr/bin/env php
H A Dindexer.php1 #!/usr/bin/env php
H A Dstriplangs.php1 #!/usr/bin/env php
H A Dwantedpages.php1 #!/usr/bin/env php
H A Ddwpage.php1 #!/usr/bin/env php
H A Dgittool.php1 #!/usr/bin/env php
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcmake.php51 1 => "/\\$(ENV)?\\{[^\\n\\}]*?\\}/i",
155 0 => "\\$(ENV)?\\{[^\\n}]*?\\}",
H A Dlocobasic.php52 "ENV", "ENT", "EOF", "ERASE", "ERL", "ERR", "ERROR", "EVERY",
H A Djulia.php103 'readsfrom', 'writesto', 'readsandwrite', 'detach', 'setenv', 'ENV', 'getpid',
H A Drsplus.php109 …'emptyenv', 'encodeString', 'Encoding', 'Encoding<-', 'env.profile', 'environment', 'environment<-…
145 …'namespaceImportMethods', 'nargs', 'nchar', 'ncol', 'NCOL', 'Negate', 'new.env', 'next', 'NextMeth…
150 …'packBits', 'pairlist', 'parent.env', 'parent.env<-', 'parent.frame', 'parse', 'parse.dcf', 'parse…
152 …'polyroot', 'pos.to.env', 'Position', 'pretty', 'prettyNum', 'print', 'print.AsIs', 'print.atomic'…
H A Dtcl.php103 '$auto_index', '$auto_oldpath', '$auto_path', '$env',
H A Dtclegg.php133 '$auto_index', '$auto_oldpath', '$auto_path', '$env',
H A Dnewlisp.php65 'dotree','dump','dup','empty?','encrypt','ends-with','env','erf',
H A Dpli.php74 'empty', 'end', 'endfile', 'endpage', 'entry', 'entryaddr', 'env',
H A Dprovidex.php92 'dte', 'env', 'ept', 'err', 'evn', 'evs', 'exp', 'ffn',
/dokuwiki/lib/scripts/jquery/
H A Dupdate.sh1 #!/usr/bin/env sh
/dokuwiki/
H A Ddoku.php130 //do the work (picks up what to do from global env)

12