Home
last modified time | relevance | path

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 Dxcom.ini6 url=http://example.com/dokuwiki
H A Dsample.xcom.ini6 url=http://example.com/dokuwiki
H A Dxml.php7 $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 Dxcom_save.php77 … 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 Daction.php43 $JSINFO['url'] = $local_url;
45 else $JSINFO['url'] = DOKU_URL;
59 $JSINFO['xcom_sites'][$name] = array('url'=>'','user'=>'','pwd'=>'');
H A Dscript.js30 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 Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:xcom
H A Dadmin.php83 …ptln( $this->getLang('url').': <input type="text" size = "' . $textboxsize .'" name="xcom_url" i…