Lines Matching refs:s

241 		// It fails to unset the current node from it's current parents nodes or
437 // NOTE: This indicates that there is a problem where it's set to NULL
682 * the 3rd element within it's parent).
779 // It's passed by reference so this is actually what this function returns.
871 * ((?:\[@?(?:!?[\w:-]+)(?:(?:[!*^$|~]?=)[\"']?(?:.*?)[\"']?)?(?:\s*?(?:[iIsS])?)?\])+)?
879 $pattern = "/([\w:\*-]*)(?:\#([\w-]+))?(?:|\.([\w\.-]+))?((?:\[@?(?:!?[\w:-]+)(?:(?:[!*^$|~]?=)[\"']?(?:.*?)[\"']?)?(?:\s*?(?:[iIsS])?)?\])+)?([\/, >+~]+)/is";
921 "/\[@?(!?[\w:-]+)(?:([!*^$|~]?=)[\"']?(.*?)[\"']?)?(?:\s+?([iIsS])?)?\]/is",
952 // Clear Separator if it's a Selector List
1124 '/([\w-]+)\s*:\s*([^;]+)\s*;?/',
1139 // Now make sure that it's an integer and not something stupid.
1151 // Now make sure that it's an integer and not something stupid.
1518 $this->remove_noise("'<\s*script[^>]*[^/]>(.*?)<\s*/\s*script\s*>'is");
1519 $this->remove_noise("'<\s*script\s*>(.*?)<\s*/\s*script\s*>'is");
1521 // strip out the \r \n's if we are told to.
1535 $this->remove_noise("'<\s*style[^>]*[^/]>(.*?)<\s*/\s*style\s*>'is");
1536 $this->remove_noise("'<\s*style\s*>(.*?)<\s*/\s*style\s*>'is");
1538 $this->remove_noise("'<\s*(?:code)[^>]*>(.*?)<\s*/\s*(?:code)\s*>'is");
1540 $this->remove_noise("'(<\?)(.*?)(\?>)'s", true);
1543 $this->remove_noise("'(\{\w)(.*?)(\})'s", true);
1657 if (($s = $this->copy_until_char('<')) === '') {
1668 $node->_[HDOM_INFO_TEXT] = $s;
1717 // character set, research says that it's typically
1756 * Thus, only detect if it's either UTF-8 or CP1252/ISO-8859-1
1784 // Assume it's UTF-8 as it is the most likely charset to be used
1791 // Since CP1252 is a superset, if we get one of it's subsets, we want
2079 // If it's a BR tag, we need to set it's text to the default text.