API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe Auth_OpenID_Parse

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Description détaillée


Documentation des fonctions membres

Auth_OpenID_Parse::Auth_OpenID_Parse ( )
Auth_OpenID_Parse::closeTag ( tag_name)
Auth_OpenID_Parse::findFirstHref ( link_attrs_list,
target_rel 
)

Références Auth_OpenID::arrayGet().

Voici le graphe d'appel pour cette fonction :

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)

Find all link tags in a string representing a HTML document and return a list of their attributes.

Paramètres:
string$htmlThe text to parse
Renvoie:
array $list An array of arrays of attributes, one for each link tag

Références $link, et $name.

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.


Documentation des données membres

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.

Auth_OpenID_Parse::$_removed_re = "<!--.*?-->|<!\[CDATA\[.*?\]\]>|<script\b(?!:)[^>]*>.*?<\/script>"

Stuff to remove before we start looking for tags

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


La documentation de cette classe a été générée à partir du fichier suivant :