List of all members.
Detailed Description
Require Auth_OpenID::arrayGet().
Definition at line 87 of file Parse.php.
Member Function Documentation
| Auth_OpenID_Parse::Auth_OpenID_Parse |
( |
| ) |
|
| Auth_OpenID_Parse::closeTag |
( |
$ |
tag_name | ) |
|
| Auth_OpenID_Parse::findFirstHref |
( |
$ |
link_attrs_list, |
|
|
$ |
target_rel |
|
) |
| |
| Auth_OpenID_Parse::findLinksRel |
( |
$ |
link_attrs_list, |
|
|
$ |
target_rel |
|
) |
| |
| Auth_OpenID_Parse::headFind |
( |
| ) |
|
| Auth_OpenID_Parse::htmlBegin |
( |
$ |
s | ) |
|
| Auth_OpenID_Parse::htmlEnd |
( |
$ |
s | ) |
|
| Auth_OpenID_Parse::linkHasRel |
( |
$ |
link_attrs, |
|
|
$ |
target_rel |
|
) |
| |
| Auth_OpenID_Parse::openTag |
( |
$ |
tag_name | ) |
|
| Auth_OpenID_Parse::parseLinkAttrs |
( |
$ |
html | ) |
|
| Auth_OpenID_Parse::relMatches |
( |
$ |
rel_attr, |
|
|
$ |
target_rel |
|
) |
| |
| Auth_OpenID_Parse::removeQuotes |
( |
$ |
str | ) |
|
| Auth_OpenID_Parse::replaceEntities |
( |
$ |
str | ) |
|
| Auth_OpenID_Parse::tagMatcher |
( |
$ |
tag_name, |
|
|
$ |
close_tags = null |
|
) |
| |
Returns a regular expression that will match a given tag in an SGML string.
Definition at line 140 of file Parse.php.
Referenced by headFind().
Member Data Documentation
| Auth_OpenID_Parse::$_attr_find = '\b(\w+)=("[^"]*"|\'[^\']*\'|[^\'"\s\/<>]+)' |
| Auth_OpenID_Parse::$_close_tag_expr = "<((\/%s\b)|(%s[^>\/]*\/))>" |
| Auth_OpenID_Parse::$_open_tag_expr = "<%s\b" |
| Auth_OpenID_Parse::$_re_flags = "si" |
Specify some flags for use with regex matching.
Definition at line 92 of file Parse.php.
| Auth_OpenID_Parse::$_removed_re = "<!--.*?-->|<!\[CDATA\[.*?\]\]>|<script\b(?!:)[^>]*>.*?<\/script>" |
Stuff to remove before we start looking for tags
Definition at line 97 of file Parse.php.
| Auth_OpenID_Parse::$_tag_expr = "<%s\b(?!:)([^>]*?)(?:\/>|>(.*?)(?:<\/?%s\s*>|\Z))" |
Starts with the tag name at a word boundary, where the tag name is not a namespace
Definition at line 104 of file Parse.php.
The documentation for this class was generated from the following file:
- typo3/sysext/openid/lib/php-openid/Auth/OpenID/Parse.php