Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Dgittool.php119 $repo = $this->getSourceRepo($ext);
121 if (!$repo) {
124 } elseif ($this->cloneExtension($ext, $repo)) {
147 $repo = $this->getSourceRepo($ext);
149 if (!$repo) {
156 } elseif ($this->cloneExtension($ext, $repo)) {
182 foreach ($repos as $repo) {
183 if (!@chdir($repo)) {
184 $this->error("Could not change into $repo");
188 $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.php198 $repo = Repository::getInstance();
205 $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:/…