Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php24 private $remote_url; variable in helper_plugin_dwcommits
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 = "";
223 $this->remote_url = preg_replace('/:(?!\/)/',"/",$this->remote_url);
224 $this->remote_url = preg_replace('/^\s*.*?@/',"",$this->remote_url);
233 if($this->remote_url) {
[all …]
H A Dsyntax.php134 $remote_url = $this->helper->setup_syntax($val);
135 $remote_url .= " db=" . $val;
H A Dadmin.php73 'status'=>"dcw_update_git", 'pull'=>"dcw_update_git",'remote_url'=>"dcw_update_git",
95 case 'remote_url':
/plugin/statistics/inc/
H A DBrowscap.php963 $remote_url = parse_url($url);
964 $remote_handler = fsockopen($remote_url['host'], 80, $c, $e, $this->timeout);
969 if (isset($remote_url['query'])) {
970 $remote_url['path'] .= '?' . $remote_url['query'];
975 $remote_url['path'],
976 $remote_url['host'],
/plugin/telleveryone/
H A Dadmin.php104 $remote_url = DOKU_URL;
105 … ptln('<p>API URI: <code>' . $remote_url . '</code><br>Token: <code>' . $token . '</code></p>');
/plugin/plantuml/
H A Dsyntax.php191 $remote_url = $this->getConf('remote_url');
193 $base_url = preg_replace('/(.+?)\/$/', '$1', $remote_url);