Home
last modified time | relevance | path

Searched +full:user +(+path:plugin +path:xcom) -(+path:plugin +path:xcom +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/xcom/scripts/
H A Dxcom.ini7 user=admin
H A Dsample.xcom.ini7 user=admin
H A Dxcom_save.php18 private $user; variable in xcom_save
76 if($local) $this->user = $credentials->user;
77 … return $this->xcom_connect($credentials->url,$credentials->user,$credentials->pwd ,0);
81 if($local) $this->user = $credentials['user'];
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);
H A Dxml.php19 $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);
/plugin/xcom/
H A Dadmin.php29 * handle user request
84 …ptln( $this->getLang('user').': <input type="text" size = "12" name="xcom_user" id = "xcom_user">…
102 // Local User and Password
H A Dremote.php308 case 'user':
312 $creator_id = $this->getcurrent('user', null);
377 function process_users($creator,$user,&$contents) { argument
381 $contents .= "<tr><td>Created by:</td><td> $creator (userid: $user)</tr></td>\n";
H A Dscript.js124 'plugin_xcom_pageVersions': ['user','ip','type','sum','modified','version' ],
432 case 'plugin.acl.addAcl': (String) scope, (String) user|@group
434 case 'plugin.acl.delAcl':String) scope, (String) user|@group, (int) permission
446 var optstring = xcom_getInputValue('xcom_opts'); //Params from User-created Query/Options box
603 xcom_setValue('xcom_user',xcomSites[which]['user']);
H A Daction.php59 $JSINFO['xcom_sites'][$name] = array('url'=>'','user'=>'','pwd'=>'');