Lines Matching refs:client
19 $client = xcom_connect($url,$credentials->user,$credentials->pwd ,$debug); variable
23 if($client)
27 if(!xcom_lock($params[1], true, $client)) {
63 while(!($resp = call_user_func_array(array($client,"query"),$params))){
71 $retv = $client->getResponse();
78 xcom_lock($params[1], false, $client);
118 $client = new IXR_Client($url);
119 $client->debug = $debug; // enable for debugging
120 $client->query('dokuwiki.login',$user,$pwd);
121 $ok = $client->getResponse();
122 if($ok) return $client;
127 function xcom_lock($page, $lock, $client) { argument
140 while(!$client->query('dokuwiki.setLocks',$locks)) {
147 $data = $client->getResponse();