Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/bin/
H A Dgittool.php136 $repo = $this->getSourceRepo($ext);
138 if (!$repo) {
141 } elseif ($this->cloneExtension($ext, $repo, $preferHttps)) {
165 $repo = $this->getSourceRepo($ext);
167 if (!$repo) {
180 } elseif ($this->cloneExtension($ext, $repo, $preferHttps)) {
206 foreach ($repos as $repo) {
207 if (!@chdir($repo)) {
208 $this->error("Could not change into $repo");
212 $this->info("executing $shell in $repo");
[all …]
/dokuwiki/lib/plugins/extension/
H A Dremote.php56 $repo = Repository::getInstance();
57 $result = $repo->searchExtensions($query);
H A Dadmin.php26 $repo = Repository::getInstance();
28 $repo->checkAccess();
H A Dcli.php80 $repo = Repository::getInstance();
82 $repo->checkAccess();
243 $repo = Repository::getInstance();
244 $result = $repo->searchExtensions($query);
H A DGuiAdmin.php190 $repo = Repository::getInstance();
197 $extensions = $repo->searchExtensions($q);
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md3 **Note**: _This is a fork of the original Incutio XML-RPC library (IXR) SVN repo hosted on <https:/…