Lines Matching refs:a

437 		// NOTE: This indicates that there is a problem where it's set to NULL
438 // without a clear happening.
442 // Start paragraph after a blank line
449 // If this node is a span... add a space at the end of it so
572 // Find parent closing tag if the current element doesn't have a closing
604 // Note: If this element is a void tag, any previous void element is
621 // Skip if node isn't a child node (i.e. text nodes)
669 foreach($attributes as $a) {
676 ) = $a;
710 // todo: "plaintext" is not a valid CSS selector!
721 // If they have told us that this is a "plaintext"
723 // todo "plaintext" is not a valid CSS selector!
743 // If lowercase is set, do a case insensitive test of
775 // Found a match. Add to list and clear node
819 * Represents an element with the att attribute whose value is a
861 * Optionally matches a id name, consisting of an "#" followed by
866 * Optionally matches a list of classs, consisting of an "."
917 * Note: Attributes can be negated with a "!" prefix to their name
952 // Clear Separator if it's a Selector List
1134 // If there is a width in the style attributes:
1146 // If there is a width in the style attributes:
1161 // Look in the tag to see if there is a class or id specified that has
1162 // a height or width attribute to it.
1165 // Look at all the parent tags of this image to see if they specify a
1166 // class or id that has an img selector that specifies a height or width
1171 // If the class or id is specified in a SEPARATE css file thats not on
1599 // 2977248 as a fix for ongoing memory leaks that occur even with the
1665 // Add a text node for text between tags
1716 // If there is a meta tag, and they don't specify the
1765 // Due to a limitation of mb_detect_encoding
1791 // Since CP1252 is a superset, if we get one of it's subsets, we want
1799 'replacing ' . $charset . ' with CP1252 as its a superset'
1842 // Current tag is a block tag, so it may close an ancestor
1849 // Traverse ancestors to find a matching opening tag
1857 // If we don't have a match add current tag as text node
1871 // Grandparent exists and current tag is a block tag, so our
1876 // Traverse ancestors to find a matching opening tag
1884 // If we don't have a match add current tag as text node
1954 // Next char is the beginning of a new tag, don't touch it.
2032 if ($name !== '/' && $name !== '') { // this is a attribute name
2036 $name = $this->restore_noise($name); // might be a noisy name
2079 // If it's a BR tag, we need to set it's text to the default text.
2081 // since a br tag never has sub nodes, this works well.
2125 // PaperG: If this is a "class" selector, lets get rid of the preceeding
2238 // Sometimes there is a broken piece of markup, and we don't GET the
2239 // pos+11 etc... token which indicates a problem outside of us...
2269 // rid of the ___noise___ or we will have a problem.