Searched refs:touid (Results 1 – 3 of 3) sorted by relevance
| /plugin/authucenter/lib/uc_client/model/ |
| D | pm.php | 298 $touid = $users[1]; 300 $touid = $users[0]; 305 $blackls = $this->get_blackls($fromuid, $touid); 306 if(in_array('{ALL}', $blackls[$touid])) { 310 $blackls[$touid] = $_ENV['user']->name2id($blackls[$touid]); 311 if(!(isset($blackls[$touid]) && !in_array($fromuid, $blackls[$touid]))) { 337 …bers(plid, uid, isnew, pmnum, lastupdate, lastdateline) VALUES('$plid', '$touid', '1', '1', '0', '… 339 …isnew=1, pmnum=pmnum+1, lastdateline='".$this->base->time."' WHERE plid='$plid' AND uid='$touid'"); 356 function appendchatpm($plid, $uid, $touid) { argument 357 if(!$plid || !$uid || !$touid) { [all …]
|
| /plugin/authucenter/lib/uc_client/control/ |
| D | pm.php | 228 $touid = $this->input('touid'); 251 $plid = $_ENV['pm']->getplidbytouid($this->user['uid'], $touid); 253 $plid = $touid; 284 $touid = $this->input('touid'); 287 $plid = $_ENV['pm']->getplidbytouid($this->user['uid'], $touid); 289 $plid = $touid; 325 $touid = intval($this->input('touid')); 326 return $_ENV['pm']->kickchatpm($plid, $this->user['uid'], $touid); 333 $touid = intval($this->input('touid')); 334 return $_ENV['pm']->appendchatpm($plid, $this->user['uid'], $touid);
|
| /plugin/authucenter/lib/uc_client/ |
| D | client.php | 504 function uc_pm_view($uid, $pmid = 0, $touid = 0, $daterange = 1, $page = 0, $pagesize = 10, $type =… argument 506 $touid = intval($touid); 510 …nc(UC_API_FUNC, 'pm', 'view', array('uid'=>$uid, 'pmid'=>$pmid, 'touid'=>$touid, 'daterange'=>$dat… 514 function uc_pm_view_num($uid, $touid, $isplid) { argument 516 $touid = intval($touid); 518 …return call_user_func(UC_API_FUNC, 'pm', 'viewnum', array('uid' => $uid, 'touid' => $touid, 'ispli… 536 function uc_pm_kickchatpm($plid, $uid, $touid) { argument 539 $touid = intval($touid); 540 …all_user_func(UC_API_FUNC, 'pm', 'kickchatpm', array('uid'=>$uid, 'plid'=>$plid, 'touid'=>$touid)); 543 function uc_pm_appendchatpm($plid, $uid, $touid) { argument [all …]
|