Lines Matching refs:s

244 		// It fails to unset the current node from it's current parents nodes or
440 // NOTE: This indicates that there is a problem where it's set to NULL
678 * the 3rd element within it's parent).
775 // It's passed by reference so this is actually what this function returns.
867 * ((?:\[@?(?:!?[\w:-]+)(?:(?:[!*^$|~]?=)[\"']?(?:.*?)[\"']?)?(?:\s*?(?:[iIsS])?)?\])+)?
875 $pattern = "/([\w:\*-]*)(?:\#([\w-]+))?(?:|\.([\w\.-]+))?((?:\[@?(?:!?[\w:-]+)(?:(?:[!*^$|~]?=)[\"']?(?:.*?)[\"']?)?(?:\s*?(?:[iIsS])?)?\])+)?([\/, >+~]+)/is";
917 "/\[@?(!?[\w:-]+)(?:([!*^$|~]?=)[\"']?(.*?)[\"']?)?(?:\s+?([iIsS])?)?\]/is",
948 // Clear Separator if it's a Selector List
1120 '/([\w-]+)\s*:\s*([^;]+)\s*;?/',
1135 // Now make sure that it's an integer and not something stupid.
1147 // Now make sure that it's an integer and not something stupid.
1512 $this->remove_noise("'<\s*script[^>]*[^/]>(.*?)<\s*/\s*script\s*>'is");
1513 $this->remove_noise("'<\s*script\s*>(.*?)<\s*/\s*script\s*>'is");
1515 // strip out the \r \n's if we are told to.
1529 $this->remove_noise("'<\s*style[^>]*[^/]>(.*?)<\s*/\s*style\s*>'is");
1530 $this->remove_noise("'<\s*style\s*>(.*?)<\s*/\s*style\s*>'is");
1532 $this->remove_noise("'<\s*(?:code)[^>]*>(.*?)<\s*/\s*(?:code)\s*>'is");
1534 $this->remove_noise("'(<\?)(.*?)(\?>)'s", true);
1537 $this->remove_noise("'(\{\w)(.*?)(\})'s", true);
1651 if (($s = $this->copy_until_char('<')) === '') {
1662 $node->_[HDOM_INFO_TEXT] = $s;
1711 // character set, research says that it's typically
1750 * Thus, only detect if it's either UTF-8 or CP1252/ISO-8859-1
1778 // Assume it's UTF-8 as it is the most likely charset to be used
1785 // Since CP1252 is a superset, if we get one of it's subsets, we want
2073 // If it's a BR tag, we need to set it's text to the default text.