Home
last modified time | relevance | path

Searched refs:remote_url (Results 1 – 5 of 5) sorted by relevance

/plugin/dwcommits/
Dhelper.php24 private $remote_url; variable in helper_plugin_dwcommits
49 $this->remote_url=$this->set_githubURL();
89 function set_githubURL($remote_url="") { argument
99 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 …]
Dsyntax.php134 $remote_url = $this->helper->setup_syntax($val);
135 $remote_url .= " db=" . $val;
Dadmin.php73 'status'=>"dcw_update_git", 'pull'=>"dcw_update_git",'remote_url'=>"dcw_update_git",
95 case 'remote_url':
/plugin/telleveryone/
Dadmin.php104 $remote_url = DOKU_URL;
105 … ptln('<p>API URI: <code>' . $remote_url . '</code><br>Token: <code>' . $token . '</code></p>');
/plugin/plantuml/
Dsyntax.php191 $remote_url = $this->getConf('remote_url');
193 $base_url = preg_replace('/(.+?)\/$/', '$1', $remote_url);