Searched refs:repo (Results 1 – 6 of 6) sorted by relevance
136 $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 …]
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);
190 $repo = Repository::getInstance();197 $extensions = $repo->searchExtensions($q);
3 **Note**: _This is a fork of the original Incutio XML-RPC library (IXR) SVN repo hosted on <https:/…