Searched +full:url +(+path:plugin +path:xcom) -(+path:plugin +path:xcom +path:lang) (Results 1 – 8 of 8) sorted by relevance
/plugin/xcom/scripts/ |
H A D | xcom.ini | 6 url=http://example.com/dokuwiki
|
H A D | sample.xcom.ini | 6 url=http://example.com/dokuwiki
|
H A D | xml.php | 7 $url = rtrim ($credentials->url,'/') . '/'; variable 19 $client = xcom_connect($url,$credentials->user,$credentials->pwd ,$debug); 116 function xcom_connect($url,$user,$pwd, $debug=false) { argument 117 $url = rtrim($url,'/') . '/lib/exe/xmlrpc.php'; 118 $client = new IXR_Client($url);
|
H A D | xcom_save.php | 77 … return $this->xcom_connect($credentials->url,$credentials->user,$credentials->pwd ,0); 82 … return $this->xcom_connect($credentials['url'],$credentials['user'],$credentials['pwd'] ,0); 216 function xcom_connect($url,$user,$pwd, $debug=false) { argument 217 $url = rtrim($url,'/') . '/lib/exe/xmlrpc.php'; 218 $client = new IXR_Client($url);
|
/plugin/xcom/ |
H A D | action.php | 43 $JSINFO['url'] = $local_url; 45 else $JSINFO['url'] = DOKU_URL; 59 $JSINFO['xcom_sites'][$name] = array('url'=>'','user'=>'','pwd'=>'');
|
H A D | script.js | 30 jobj['url'] = JSINFO['url']; 43 url: DOKU_BASE + 'lib/plugins/xcom/scripts/xcom_save.php', 94 url: DOKU_BASE + 'lib/plugins/xcom/scripts/xml.php', 601 xcom_setValue('xcom_url',xcomSites[which]['url']);
|
H A D | plugin.info.txt | 7 url https://www.dokuwiki.org/plugin:xcom
|
H A D | admin.php | 83 …ptln( $this->getLang('url').': <input type="text" size = "' . $textboxsize .'" name="xcom_url" i…
|