Searched refs:repo (Results 1 – 6 of 6) sorted by relevance
119 $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 …]
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:/…