Home
last modified time | relevance | path

Searched full:repository (Results 1 – 25 of 60) sorted by relevance

123

/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…
80 * Fetch the data for multiple extensions from the repository
108 … // extensions that have not been returned are not in the repository, but we should cache that too
121 * The extensions are initialized by fetching their data from the cache or the repository.
125 * Extensions that are not found in the cache or the repository will be initialized as null.
H A DGuiAdmin.php61 Repository::getInstance()->initExtensions(array_keys($plugins));
94 Repository::getInstance()->initExtensions(array_keys($templates));
190 $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 DNotice.php113 // ignore malformed dependency ids in the repository metadata
138 // ignore malformed conflict ids in the repository metadata
/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/lib/plugins/extension/_test/
H A DNoticeTest.php20 * A malformed conflict id in the repository metadata must not crash the notice generation
39 * A malformed dependency id in the repository metadata must not crash the notice generation
/dokuwiki/.github/workflows/
H A Drelease-build.yml69 mv ${{ github.event.repository.name }} "dokuwiki-${{ env.current_file }}"
73 mkdir ${{ github.event.repository.name }}
74 mv "dokuwiki-${{ env.current_version }}.tgz" ${{ github.event.repository.name }}/
75 mv "dokuwiki-${{ env.current_version }}.zip" ${{ github.event.repository.name }}/
H A DphpCS.yml21 …: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
H A DtestWindows.yml21 …: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
H A DtestLinux.yml21 …: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
/dokuwiki/bin/
H A Dgittool.php44 …'plugin repository to find the proper git repository. Multiple extensions can be given as paramete…
62 …'The same as clone, but when no git source repository can be found, the extension is installed via…
139 $this->error("could not find a repository for $ext");
168 $this->info("could not find a repository for $ext");
193 * Executes the given git command in every repository
236 * Clones the extension from the given repository
318 * Returns the repository for the given extension
/dokuwiki/lib/plugins/extension/lang/en/
H A Dlang.php43 $lang['repository'] = 'Repository:';
115 $lang['repo_badresponse'] = 'The plugin repository returned an invalid response.';
116 $lang['repo_error'] = 'The plugin repository could not be contacted. Make sure yo…
/dokuwiki/lib/plugins/extension/lang/it/
H A Dlang.php47 $lang['repository'] = 'Repository';
115 $lang['repo_badresponse'] = 'Il repository dei plugin ha restituito una risposta non valida.';
116 $lang['repo_error'] = 'Il repository dei plugin non può essere raggiunto. Assicuratevi c…
/dokuwiki/lib/plugins/extension/lang/hu/
H A Dlang.php43 $lang['repository'] = 'Repository:';
112 $lang['repo_error'] = 'A modul repository-ja nem érhető el. Bizonyosodj meg róla, hogy a…
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md22 A [Composer](http://getcomposer.org/) file has been added to this repository.
/dokuwiki/lib/plugins/extension/lang/uk/
H A Dlang.php35 $lang['repository'] = 'Репозиторій:';
/dokuwiki/lib/plugins/extension/lang/vi/
H A Dlang.php43 $lang['repository'] = 'Repository:';
/dokuwiki/lib/plugins/extension/lang/de-informal/
H A Dlang.php42 $lang['repository'] = 'Quelle:';
97 $lang['repo_badresponse'] = 'Das Plugin-Repository liefert eine ungültige Antwort.';
/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/lib/plugins/extension/lang/sr/
H A Dlang.php42 $lang['repository'] = 'Ризница:';
/dokuwiki/lib/plugins/extension/lang/tr/
H A Dlang.php41 $lang['repository'] = 'Veri havuzu:';
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml23 at their respective places, usually the plugin's repository.
/dokuwiki/lib/plugins/extension/lang/ca/
H A Dlang.php40 $lang['repository'] = 'Repositori:';

123