Home
last modified time | relevance | path

Searched refs:authcode (Results 1 – 4 of 4) sorted by relevance

/plugin/authucenter/lib/api/
H A Duc.php43 parse_str(authcode($code, 'DECODE', UC_KEY), $get);
133 …uc_setcookie(DW_UC_COOKIE_NAME, authcode("$uid\t$password_e\t$username", 'ENCODE'), $cookietime, t…
293 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { function
/plugin/authucenter/lib/uc_client/control/
H A Duser.php40 …'.$app['url'].'/api/uc.php?time='.$this->time.'&code='.urlencode($this->authcode('action=synlogin&…
55 …'.$app['url'].'/api/uc.php?time='.$this->time.'&code='.urlencode($this->authcode('action=synlogout…
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php190 …$code = urlencode($this->base->authcode("$action&".($getdata ? "$getdata&" : '')."time=".$this->ba…
H A Dbase.php221 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { function in base