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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 55 static protected $ax_to_sreg = array( variable
315 if (!isset(self::$ax_to_sreg[$required])) continue;
316 $params['openid.sreg.required'][] = self::$ax_to_sreg[$required];
324 if (!isset(self::$ax_to_sreg[$optional])) continue;
325 $params['openid.sreg.optional'][] = self::$ax_to_sreg[$optional];
528 $sreg_to_ax = array_flip(self::$ax_to_sreg);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 55 static protected $ax_to_sreg = array( variable
315 if (!isset(self::$ax_to_sreg[$required])) continue;
316 $params['openid.sreg.required'][] = self::$ax_to_sreg[$required];
324 if (!isset(self::$ax_to_sreg[$optional])) continue;
325 $params['openid.sreg.optional'][] = self::$ax_to_sreg[$optional];
528 $sreg_to_ax = array_flip(self::$ax_to_sreg);

Completed in 79 milliseconds