Searched refs:touid (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/lib/uc_client/model/ |
H A D | pm.php | 298 $touid = $users[1]; 300 $touid = $users[0]; 310 $blackls[$touid] = $_ENV['user']->name2id($blackls[$touid]); 311 if(!(isset($blackls[$touid]) && !in_array($fromuid, $blackls[$touid]))) { 376 $blackls[$touid] = $_ENV['user']->name2id($blackls[$touid]); 377 if(!(isset($blackls[$touid]) && !in_array($uid, $blackls[$touid]))) { 390 if(!$uid || !$touid || !$plid || $uid == $touid) { 693 if(!$uid || !$touid) { 727 if($fromuid < $touid) { 728 return $fromuid.'_'.$touid; [all …]
|
/plugin/authucenter/lib/uc_client/control/ |
H A 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/ |
H A 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); 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 546 $touid = intval($touid); [all …]
|