| /dokuwiki/.github/workflows/ |
| H A D | release-build.yml | 26 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 D | release-preparation.yml | 57 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 D | testLinux.yml | 31 env: 37 env:
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/ |
| H A D | openssl.cnf | 4 RANDFILE = $ENV::HOME/.rnd
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Lessc.php | 70 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 D | Parser.php | 29 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 | .gitignore | 4 /config/.env
|
| /dokuwiki/bin/ |
| H A D | render.php | 1 #!/usr/bin/env php
|
| H A D | plugin.php | 1 #!/usr/bin/env php
|
| H A D | indexer.php | 1 #!/usr/bin/env php
|
| H A D | striplangs.php | 1 #!/usr/bin/env php
|
| H A D | wantedpages.php | 1 #!/usr/bin/env php
|
| H A D | dwpage.php | 1 #!/usr/bin/env php
|
| H A D | gittool.php | 1 #!/usr/bin/env php
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | cmake.php | 51 1 => "/\\$(ENV)?\\{[^\\n\\}]*?\\}/i", 155 0 => "\\$(ENV)?\\{[^\\n}]*?\\}",
|
| H A D | locobasic.php | 52 "ENV", "ENT", "EOF", "ERASE", "ERL", "ERR", "ERROR", "EVERY",
|
| H A D | julia.php | 103 'readsfrom', 'writesto', 'readsandwrite', 'detach', 'setenv', 'ENV', 'getpid',
|
| H A D | rsplus.php | 109 …'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 D | tcl.php | 103 '$auto_index', '$auto_oldpath', '$auto_path', '$env',
|
| H A D | tclegg.php | 133 '$auto_index', '$auto_oldpath', '$auto_path', '$env',
|
| H A D | newlisp.php | 65 'dotree','dump','dup','empty?','encrypt','ends-with','env','erf',
|
| H A D | pli.php | 74 'empty', 'end', 'endfile', 'endpage', 'entry', 'entryaddr', 'env',
|
| H A D | providex.php | 92 'dte', 'env', 'ept', 'err', 'evn', 'evs', 'exp', 'ffn',
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | update.sh | 1 #!/usr/bin/env sh
|
| /dokuwiki/ |
| H A D | doku.php | 130 //do the work (picks up what to do from global env)
|