Home
last modified time | relevance | path

Searched refs:to_match (Results 1 – 2 of 2) sorted by path

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php1019 $to_match->claimed_id = $claimed_id;
1021 if ($to_match->local_id === null) {
1026 $to_match_1_0 = $to_match->copy();
1059 foreach ($to_match->type_uris as $type_uri) {
1090 if ($to_match->server_url === null) {
1120 if ($to_match->server_url === null) {
1127 if (($to_match->claimed_id === null) &&
1128 ($to_match->local_id !== null)) {
1133 if (($to_match->claimed_id !== null) &&
1134 ($to_match->local_id === null)) {
[all …]
/plugin/openid/Auth/OpenID/
H A DConsumer.php1076 $to_match->claimed_id = $claimed_id;
1078 if ($to_match->local_id === null) {
1083 $to_match_1_0 = $to_match->copy();
1112 * @param Auth_OpenID_ServiceEndpoint $to_match
1149 if ($to_match->server_url === null) {
1182 if ($to_match->server_url === null) {
1189 if (($to_match->claimed_id === null) &&
1190 ($to_match->local_id !== null)) {
1195 if (($to_match->claimed_id !== null) &&
1196 ($to_match->local_id === null)) {
[all …]