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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 507 $keyMatch = 'openid_' . $alias . '_value_';
508 if (substr($key, 0, strlen($keyMatch)) != $keyMatch) {
511 $key = substr($key, strlen($keyMatch));
530 $keyMatch = 'openid_sreg_';
531 if (substr($key, 0, strlen($keyMatch)) != $keyMatch) {
534 $key = substr($key, strlen($keyMatch));
  /external/libxslt/libxslt/
pattern.c     [all...]
xsltInternals.h     [all...]
transform.c     [all...]

Completed in 186 milliseconds