Searched defs:keyMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php507 $keyMatch = 'openid_' . $alias . '_value_'; variable
508 if (substr($key, 0, strlen($keyMatch)) != $keyMatch) {
511 $key = substr($key, strlen($keyMatch));
530 $keyMatch = 'openid_sreg_'; variable
531 if (substr($key, 0, strlen($keyMatch)) != $keyMatch) {
534 $key = substr($key, strlen($keyMatch));
/external/libxslt/libxslt/
H A DxsltInternals.h1512 void *keyMatch; /* template based on key() */ member in struct:_xsltStylesheet

Completed in 90 milliseconds