OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returnurl
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php
24
* Optionally, you can set $
returnUrl
and $realm (or $trustRoot, which is an alias).
27
* $openid->
returnUrl
= $openid->realm . $_SERVER['REQUEST_URI'];
49
public $
returnUrl
70
$this->
returnUrl
= $this->trustRoot . $_SERVER['REQUEST_URI'];
372
$
returnUrl
= $this->
returnUrl
;
377
$
returnUrl
.= (strpos($
returnUrl
, '?') ? '&' : '?') . 'openid.claimed_id=' . $this->claimed_id;
381
'openid.return_to' => $
returnUrl
,
396
'openid.return_to' => $this->
returnUrl
,
[
all
...]
Completed in 159 milliseconds