Searched refs:remote_url (Results 1 – 5 of 5) sorted by relevance
24 private $remote_url; variable in helper_plugin_dwcommits49 $this->remote_url=$this->set_githubURL();89 function set_githubURL($remote_url="") { argument99 if($remote_url) {100 $inf[$slot] = $remote_url; 102 return "$remote_url saved";129 $this->remote_url = $inf[$slot]; 131 else $this->remote_url = "";132 return $this->remote_url . " slot=$slot";222 $this->remote_url = $retv[0]; [all …]
134 $remote_url = $this->helper->setup_syntax($val);135 $remote_url .= " db=" . $val;
73 'status'=>"dcw_update_git", 'pull'=>"dcw_update_git",'remote_url'=>"dcw_update_git",95 case 'remote_url':
104 $remote_url = DOKU_URL;105 … ptln('<p>API URI: <code>' . $remote_url . '</code><br>Token: <code>' . $token . '</code></p>');
191 $remote_url = $this->getConf('remote_url');193 $base_url = preg_replace('/(.+?)\/$/', '$1', $remote_url);