| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | bash.php | 179 'git', 'git add', 'git add--interactive', 'git am', 'git annotate', 180 'git apply', 'git archive', 'git bisect', 'git bisect--helper', 181 'git blame', 'git branch', 'git bundle', 'git cat-file', 182 'git check-attr', 'git checkout', 'git checkout-index', 183 'git check-ref-format', 'git cherry', 'git cherry-pick', 184 'git clean', 'git clone', 'git commit', 'git commit-tree', 185 'git config', 'git count-objects', 'git daemon', 'git describe', 186 'git diff', 'git diff-files', 'git diff-index', 'git difftool', 187 'git difftool--helper', 'git diff-tree', 'git fast-export', 188 'git fast-import', 'git fetch', 'git fetch-pack', [all …]
|
| /dokuwiki/.github/workflows/ |
| H A D | release-preparation.yml | 42 - name: Set git identity 44 git config --global user.name "${{ github.actor }}" 45 git config --global user.email "${{ github.actor }}@users.noreply.github.com" 57 if git rev-parse "release-${{ env.next_version }}" >/dev/null 2>&1; then 64 git merge -s ours origin/stable 66 git add VERSION 68 git add doku.php 69 git commit --amend -m 'Release preparations for ${{ env.next_raw }}' 70 git log -1 71 git log origin/stable..master --oneline [all …]
|
| H A D | deletedFiles.yml | 30 for E in $(git ls-tree -r master --name-only); do 31 if (git check-attr export-ignore "$E" | grep -q "export-ignore: set"); then 39 …for F in $(git diff origin/stable..HEAD --summary | awk '/^ delete/ && $4 !~ /^(VERSION)/ {print $… 40 if (git check-attr export-ignore "$F" | grep -q "export-ignore: set"); then
|
| H A D | release-build.yml | 26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then 38 github.rest.git.createRef({ 59 git ls-files | while read path; do 60 if git check-attr export-ignore -- "$path" | grep -q 'export-ignore: set'; then
|
| /dokuwiki/bin/ |
| H A D | gittool.php | 14 * Easily manage DokuWiki git repositories 29 "Manage git repositories for DokuWiki and its plugins and templates.\n\n" . 43 …'Tries to install a known plugin or template (prefix with template:) via git. Uses the DokuWiki.or… 44 …'plugin repository to find the proper git repository. Multiple extensions can be given as paramete… 55 …'The same as clone, but when no git source repository can be found, the extension is installed via… 67 'Lists all git repositories found in this DokuWiki installation' 72 …'Any unknown commands are assumed to be arguments to git and will be executed in all repositories … 111 * Tries to install the given extensions using git clone 139 * Tries to install the given extensions using git clone with fallback to install 177 * Executes the given git command in every repository [all …]
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 14 "type": "git", 15 "url": "https://github.com/doctrine/instantiator.git", 84 "type": "git", 85 "url": "https://github.com/myclabs/DeepCopy.git", 143 "type": "git", 144 "url": "https://github.com/phar-io/manifest.git", 203 "type": "git", 204 "url": "https://github.com/phar-io/version.git", 254 "type": "git", 255 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", [all …]
|
| /dokuwiki/vendor/composer/ |
| H A D | installed.json | 8 "type": "git", 9 "url": "https://github.com/aziraphale/email-address-validator.git", 52 "type": "git", 53 "url": "https://github.com/GeSHi/geshi-1.0.git", 102 "type": "git", 103 "url": "https://github.com/kissifrot/php-ixr.git", 157 "type": "git", 158 "url": "https://github.com/flack/UniversalFeedCreator.git", 215 "type": "git", 216 "url": "https://github.com/paragonie/constant_time_encoding.git", [all …]
|
| /dokuwiki/ |
| H A D | composer.lock | 13 "type": "git", 14 "url": "https://github.com/aziraphale/email-address-validator.git", 58 "type": "git", 59 "url": "https://github.com/GeSHi/geshi-1.0.git", 105 "type": "git", 106 "url": "https://github.com/kissifrot/php-ixr.git", 157 "type": "git", 158 "url": "https://github.com/flack/UniversalFeedCreator.git", 212 "type": "git", 213 "url": "https://github.com/paragonie/constant_time_encoding.git", [all …]
|
| H A D | .htaccess.dist | 16 ## Don't allow access to git directories 18 RedirectMatch 404 /\.git
|
| H A D | .gitattributes | 8 .git export-ignore
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 13 "type": "git", 14 "url": "https://github.com/scotteh/php-dom-wrapper.git", 73 "type": "git", 74 "url": "https://github.com/symfony/css-selector.git", 144 "type": "git", 145 "url": "https://github.com/doctrine/instantiator.git", 214 "type": "git", 215 "url": "https://github.com/myclabs/DeepCopy.git", 274 "type": "git", 275 "url": "https://github.com/nikic/PHP-Parser.git", [all …]
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 14 "type": "git", 15 "url": "https://github.com/doctrine/instantiator.git", 84 "type": "git", 85 "url": "https://github.com/myclabs/DeepCopy.git", 144 "type": "git", 145 "url": "https://github.com/phar-io/manifest.git", 211 "type": "git", 212 "url": "https://github.com/phar-io/version.git", 262 "type": "git", 263 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", [all …]
|
| /dokuwiki/inc/ |
| H A D | infoutils.php | 88 } elseif (is_dir(DOKU_INC . '.git')) { 89 $version['type'] = 'Git'; 92 // First try to get date and commit hash by calling Git 94 $commitInfo = shell_exec("git log -1 --pretty=format:'%h %cd' --date=short"); 102 // we cannot use git on the shell -- let's do it manually! 103 if (file_exists(DOKU_INC . '.git/HEAD')) { 104 $headCommit = trim(file_get_contents(DOKU_INC . '.git/HEAD')); 108 $pathToHead = DOKU_INC . '.git/' . $headCommit; 112 $packedRefs = file_get_contents(DOKU_INC . '.git/packed-refs'); 123 // Get commit date from Git object [all …]
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | cli.php | 35 …" g - installed via git " . Notice::symbol(Notice::WARNING) . " - extension warning\n… 53 …$options->registerOption('git-overwrite', 'Do not skip git-controlled extensions', 'g', false, 'up… 111 $ret = $this->cmdUpgrade($options->getOpt('git-overwrite', false)); 131 … if ($ext->isGitControlled() && !$gitOverwrite) continue; // skip git controlled extensions
|
| H A D | Notice.php | 242 * Hint about installations by git 249 $this->notices[self::INFO][] = $this->getLang('git');
|
| H A D | ExtensionApiResponse.php | 44 /** @var bool Whether this extension is under git control */
|
| H A D | Extension.php | 424 * Is the extension under git control? 431 return file_exists($this->getInstallDir() . '/.git');
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 6 Packs up a new version of geshi, tags it in git and releases it on 198 description="create the git tag for the current version" 201 command="git tag v${version}'"
|
| H A D | CHANGELOG | 40 - Restructure git repository 216 * Common subcommands for Apache, APT, CVS, Git, SVN and YUM for Bash (BenBE) 335 * Added Git commands for bash, ifup/ifdown (BenBE)
|
| /dokuwiki/_test/tests/inc/ |
| H A D | io_readfile.test.php | 28 …// since git converts line endings, we can't check in this test file but have to create it ourselv…
|
| H A D | io_getSizeFile.test.php | 26 …// since git converts line endings, we can't check in this test file but have to create it ourselv…
|
| /dokuwiki/vendor/phpseclib/phpseclib/ |
| H A D | README.md | 17 * [Browse Git](https://github.com/phpseclib/phpseclib)
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 148 2. In the `simplepie` directory, run `git shortlog -ns`
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Misc.php | 2124 * Uses the git index if it exists, otherwise uses the modification time 2136 if (file_exists($root . '/.git/index')) { 2137 self::$SIMPLEPIE_BUILD = (int) filemtime($root . '/.git/index');
|
| /dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
| H A D | Date.php | 383 'GIT' => -32400,
|