Lines Matching refs:a

440 		// NOTE: This indicates that there is a problem where it's set to NULL
441 // without a clear happening.
445 // Start paragraph after a blank line
452 // If this node is a span... add a space at the end of it so
575 // Find parent closing tag if the current element doesn't have a closing
607 // Note: If this element is a void tag, any previous void element is
617 // Skip if node isn't a child node (i.e. text nodes)
665 foreach($attributes as $a) {
672 ) = $a;
706 // todo: "plaintext" is not a valid CSS selector!
717 // If they have told us that this is a "plaintext"
719 // todo "plaintext" is not a valid CSS selector!
739 // If lowercase is set, do a case insensitive test of
771 // Found a match. Add to list and clear node
815 * Represents an element with the att attribute whose value is a
857 * Optionally matches a id name, consisting of an "#" followed by
862 * Optionally matches a list of classs, consisting of an "."
913 * Note: Attributes can be negated with a "!" prefix to their name
948 // Clear Separator if it's a Selector List
1130 // If there is a width in the style attributes:
1142 // If there is a width in the style attributes:
1157 // Look in the tag to see if there is a class or id specified that has
1158 // a height or width attribute to it.
1161 // Look at all the parent tags of this image to see if they specify a
1162 // class or id that has an img selector that specifies a height or width
1167 // If the class or id is specified in a SEPARATE css file thats not on
1593 // 2977248 as a fix for ongoing memory leaks that occur even with the
1659 // Add a text node for text between tags
1710 // If there is a meta tag, and they don't specify the
1759 // Due to a limitation of mb_detect_encoding
1785 // Since CP1252 is a superset, if we get one of it's subsets, we want
1793 'replacing ' . $charset . ' with CP1252 as its a superset'
1836 // Current tag is a block tag, so it may close an ancestor
1843 // Traverse ancestors to find a matching opening tag
1851 // If we don't have a match add current tag as text node
1865 // Grandparent exists and current tag is a block tag, so our
1870 // Traverse ancestors to find a matching opening tag
1878 // If we don't have a match add current tag as text node
1948 // Next char is the beginning of a new tag, don't touch it.
2026 if ($name !== '/' && $name !== '') { // this is a attribute name
2030 $name = $this->restore_noise($name); // might be a noisy name
2073 // If it's a BR tag, we need to set it's text to the default text.
2075 // since a br tag never has sub nodes, this works well.
2119 // PaperG: If this is a "class" selector, lets get rid of the preceeding
2232 // Sometimes there is a broken piece of markup, and we don't GET the
2233 // pos+11 etc... token which indicates a problem outside of us...
2263 // rid of the ___noise___ or we will have a problem.