Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 3 of 3) sorted by path

/dokuwiki/bin/
H A Dgittool.php99 case 'repo':
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");
252 cloneExtension($ext, $repo) global() argument
[all...]
/dokuwiki/lib/plugins/extension/
H A Dcli.php72 /** @var helper_plugin_extension_repository $repo */
73 $repo = plugin_load('helper', 'extension_repository');
74 if (!$repo->hasAccess(false)) {
/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://code.google.com/p/php-ixr/>_