Home
last modified time | relevance | path

Searched refs:repository (Results 1 – 8 of 8) sorted by path

/dokuwiki/lib/plugins/extension/
H A Dadmin.php48 * Execute the requested action(s) and initialize the plugin repository
53 // initialize the remote repository
54 /* @var helper_plugin_extension_repository $repository */
55 $repository = $this->loadHelper('extension_repository');
57 if (!$repository->hasAccess(!$INPUT->bool('purge'))) {
H A Dcli.php273 /** @var helper_plugin_extension_repository $repository */
274 $repository = $this->loadHelper('extension_repository');
275 $result = $repository->search($query);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php30 /** @var helper_plugin_extension_repository $repository */
31 private $repository;
96 if ($this->repository == null) {
97 $this->repository = $this->loadHelper('extension_repository');
100 $this->remoteInfo = $this->repository->getData($this->getID());
541 * Get the URL of the source repository if there is any
543 * @return string|bool The URL of the source repository if there is any, false otherwise
24 private $repository = null; global() variable in helper_plugin_extension_extension
H A Dgui.php121 /* @var helper_plugin_extension_repository $repository FIXME should we use some gloabl instance? */
122 $repository = $this->loadHelper('extension_repository');
123 $result = $repository->search($INPUT->str('q'));
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to use Composer to install the **old** class, simply specify `^1` as the version constraint (which will allow for backwards-compatible changes to be installed, if any get made, while never jumping to my modified class without your direct action):
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG38 - Restructure git repository
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md22 A [Composer](http://getcomposer.org/) file has been added to this repository.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md