Searched refs:repo (Results 1 – 6 of 6) sorted by relevance
121 $repo = $this->getSourceRepo($ext);123 if (!$repo) {126 } elseif ($this->cloneExtension($ext, $repo)) {149 $repo = $this->getSourceRepo($ext);151 if (!$repo) {164 } elseif ($this->cloneExtension($ext, $repo)) {190 foreach ($repos as $repo) {191 if (!@chdir($repo)) {192 $this->error("Could not change into $repo");196 $this->info("executing $shell in $repo");[all …]
56 $repo = Repository::getInstance();57 $result = $repo->searchExtensions($query);
26 $repo = Repository::getInstance();28 $repo->checkAccess();
80 $repo = Repository::getInstance();82 $repo->checkAccess();243 $repo = Repository::getInstance();244 $result = $repo->searchExtensions($query);
198 $repo = Repository::getInstance();205 $extensions = $repo->searchExtensions($q);
3 **Note**: _This is a fork of the original Incutio XML-RPC library (IXR) SVN repo hosted on <https:/…