OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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/chromium_org/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/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h
[
all
...]
/external/libxslt/libxslt/
xsltInternals.h
[
all
...]
Completed in 285 milliseconds