Home
last modified time | relevance | path

Searched +full:repository -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A Dremote.php8 use dokuwiki\plugin\extension\Repository; alias
33 Repository::getInstance()->initExtensions(array_keys($extensions));
44 * Search for extensions in the repository
56 $repo = Repository::getInstance();
H A Dadmin.php9 use dokuwiki\plugin\extension\Repository; alias
19 * Execute the requested action(s) and initialize the plugin repository
25 // check access to the repository and SSL support
26 $repo = Repository::getInstance();
H A DRepository.php9 class Repository class
23 * Use Repository::getInstance() to get an instance
30 * @return Repository
41 * Check if access to the repository is possible
45 …* the repository for the first time and handle the exception there. Subsequent calls can then be u…
79 * Fetch the data for multiple extensions from the repository
107 … // extensions that have not been returned are not in the repository, but we should cache that too
120 * The extensions are initialized by fetching their data from the cache or the repository.
124 * Extensions that are not found in the cache or the repository will be initialized as null.
H A DGuiAdmin.php69 Repository::getInstance()->initExtensions(array_keys($plugins));
102 Repository::getInstance()->initExtensions(array_keys($templates));
198 $repo = Repository::getInstance();
H A Dcli.php9 use dokuwiki\plugin\extension\Repository; alias
80 $repo = Repository::getInstance();
243 $repo = Repository::getInstance();
263 Repository::getInstance()->initExtensions(array_keys($extensions));
H A DExtension.php139 * @param array $data The data as returned by the repository api
647 * Get the URL of the source repository if there is any
807 * Fetches the remote info from the repository
809 …* This ignores any errors coming from the repository and just sets the remoteInfo to an empty arra…
814 $remote = Repository::getInstance();
H A DGuiExtension.php211 … $list['repository'] = $this->shortlink($this->extension->getSourcerepoURL(), 'repo', $default);
/dokuwiki/vendor/splitbrain/lesserphp/
H A DHISTORY.md25 * 2016-09-30: applying some pull requests of the origin repository
29 * 2016-09-29: applying some pull requests of the origin repository
35 * 2016-09-26: applying some pull requests of the origin repository
/dokuwiki/bin/
H A Dgittool.php44 …'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…
124 $this->error("could not find a repository for $ext");
152 $this->info("could not find a repository for $ext");
177 * Executes the given git command in every repository
220 * Clones the extension from the given repository
272 * Returns the repository for the given extension
H A Ddwpage.php48 'Checks out a file from the repository, using the wiki id and obtaining ' .
70 'Checks in the working_file into the repository using the specified ' .
/dokuwiki/.github/workflows/
H A Drelease-build.yml65 mv ${{ github.event.repository.name }} "dokuwiki-${{ env.current_file }}"
69 mkdir ${{ github.event.repository.name }}
70 mv "dokuwiki-${{ env.current_version }}.tgz" ${{ github.event.repository.name }}/
71 mv "dokuwiki-${{ env.current_version }}.zip" ${{ github.event.repository.name }}/
H A DphpCS.yml17 …: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
H A DtestWindows.yml17 …: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
H A DtestLinux.yml17 …: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md22 A [Composer](http://getcomposer.org/) file has been added to this repository.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md28 …d as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to…
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml23 at their respective places, usually the plugin's repository.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dkotlin.php718 'Repository', 'RepositoryIdHelper', 'Request',
H A Dcobol.php271 'REPORT', 'REPORTING', 'REPORTS', 'REPOSITORY', 'REQUIRED',
H A Djava.php734 'Repository', 'RepositoryIdHelper', 'Request',
H A Dgroovy.php720 'Repository', 'RepositoryIdHelper', 'Request',
/dokuwiki/data/
H A Ddeleted.files11 lib/plugins/extension/helper/repository.php
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG40 - Restructure git repository
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4923 // libssh repository for more information.