Searched +full:pwd +(+path:plugin +path:xcom) -(+path:plugin +path:xcom +path:lang) (Results 1 – 7 of 7) sorted by relevance
/plugin/xcom/scripts/ |
H A D | xcom.ini | 8 pwd=password
|
H A D | sample.xcom.ini | 8 pwd=password
|
H A D | xml.php | 19 $client = xcom_connect($url,$credentials->user,$credentials->pwd ,$debug); 116 function xcom_connect($url,$user,$pwd, $debug=false) { argument 120 $client->query('dokuwiki.login',$user,$pwd);
|
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 221 $resp = $client->query('dokuwiki.login',$user,$pwd);
|
/plugin/xcom/ |
H A D | action.php | 59 $JSINFO['xcom_sites'][$name] = array('url'=>'','user'=>'','pwd'=>'');
|
H A D | admin.php | 85 …ptln( $this->getLang('pwd').': <input type="password" size = "9" name="xcom_pwd" id = "xcom_pwd">…
|
H A D | script.js | 602 xcom_setValue('xcom_pwd',xcomSites[which]['pwd']);
|