HomeSort by relevance Sort by last modified time
    Searched refs:sreg_to_ax (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 528 $sreg_to_ax = array_flip(self::$ax_to_sreg); variable
535 if (!isset($sreg_to_ax[$key])) {
539 $attributes[$sreg_to_ax[$key]] = $value;
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 528 $sreg_to_ax = array_flip(self::$ax_to_sreg); variable
535 if (!isset($sreg_to_ax[$key])) {
539 $attributes[$sreg_to_ax[$key]] = $value;

Completed in 1151 milliseconds