Searched full:repo (Results 1 – 17 of 17) sorted by relevance
| /dokuwiki/bin/ |
| H A D | gittool.php | 101 case 'repo': 121 $repo = $this->getSourceRepo($ext); 123 if (!$repo) { 126 } elseif ($this->cloneExtension($ext, $repo)) { 149 $repo = $this->getSourceRepo($ext); 151 if (!$repo) { 164 } elseif ($this->cloneExtension($ext, $repo)) { 190 foreach ($repos as $repo) { 191 if (!@chdir($repo)) { 192 $this->error("Could not change into $repo"); [all …]
|
| /dokuwiki/.github/workflows/ |
| H A D | release-build.yml | 39 owner: context.repo.owner, 40 repo: context.repo.repo,
|
| H A D | phpCS.yml | 17 …if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.reposit…
|
| H A D | testWindows.yml | 17 …if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.reposit…
|
| H A D | testLinux.yml | 17 …if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.reposit…
|
| H A D | release-preparation.yml | 76 uses: repo-sync/pull-request@v2
|
| /dokuwiki/lib/plugins/extension/images/ |
| H A D | license.txt | 6 fire.svg - CC0, (c) SVG Repo, https://www.svgrepo.com/svg/404501/burn-fire-flame-hot
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | remote.php | 56 $repo = Repository::getInstance(); 57 $result = $repo->searchExtensions($query);
|
| H A D | admin.php | 26 $repo = Repository::getInstance(); 28 $repo->checkAccess();
|
| H A D | cli.php | 80 $repo = Repository::getInstance(); 82 $repo->checkAccess(); 243 $repo = Repository::getInstance(); 244 $result = $repo->searchExtensions($query);
|
| H A D | GuiAdmin.php | 198 $repo = Repository::getInstance(); 205 $extensions = $repo->searchExtensions($q);
|
| H A D | Repository.php | 14 protected const CACHE_SUFFIX = '.repo';
|
| H A D | GuiExtension.php | 211 … $list['repository'] = $this->shortlink($this->extension->getSourcerepoURL(), 'repo', $default);
|
| /dokuwiki/.github/ |
| H A D | release.php | 23 $repo = getenv('GITHUB_REPOSITORY'); 24 if ($repo) { 25 $this->BASERAW = 'https://raw.githubusercontent.com/' . $repo . '/stable/';
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | README.md | 3 **Note**: _This is a fork of the original Incutio XML-RPC library (IXR) SVN repo hosted on <https:/…
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | ceylon.php | 164 // 2 => 'https://modules.ceylon-lang.org/repo/1/ceylon/language/1.1.0/module-doc/api/index.htm… 165 // 3 => 'https://modules.ceylon-lang.org/repo/1/ceylon/language/1.1.0/module-doc/api/index.htm…
|
| H A D | bash.php | 207 'git repack', 'git replace', 'git repo-config', 'git request-pull', 248 'git-repo-config', 'git-request-pull', 'git-rerere', 'git-reset',
|