Lines Matching refs:preg_match

20   if (!preg_match("#{$open}#is",$html)) {
28 while (preg_match("#{$open}(.*?){$open}#is", $html)) {
32 if (!preg_match("#{$close}#is", $html)) {
59 if (!preg_match("#{$open}#is",$html)) {
61 } elseif (!preg_match("#{$close}#is",$html)) {
62 if (preg_match("#{$obody}#is",$html)) {
78 if (!preg_match("#{$open}#is",$html)) {
79 if (preg_match("#{$chead}#is",$html)) {
85 if (!preg_match("#{$close}#is",$html)) {
110 …while (preg_match("#(.*?)(<([a-z\d]+)[^>]*/>|<([a-z\d]+)[^>]*(?<!/)>|</([a-z\d]+)[^>]*>)#is",$html…
184 while (preg_match("!(<[^>]*)\s([^=>]+)=([^'\"\r\n >]+)([\r\n >])!si",$html, $matches)) {
215 while (preg_match("#^(.*)(<[^>]*)\s([^\s=>]+)=(['\"])([^\\4]*?)\\4(.*)$#si", $html, $matches)) {
226 while (preg_match("#(<[^>]*)\s([^\s=>]+)=\"([^\"]*?)\"([^\s])#si", $html)) {
230 while (preg_match("#(<[^>]*)\s([^\s=>]+)='([^']*?)'([^\s])#si", $html)) {
236 if (preg_match("#(<)(.*?)(/\s*>)#is",$tag, $matches)) {
240 } elseif (preg_match("#(<)(.*?)(>)#is",$tag, $matches)) {
248 if (preg_match("#^\s*(\w+)\s*(.*)\s*/\s*\$#is", $content, $matches)) {
251 } elseif (preg_match("#^\s*(\w+)\s*(.*)\$#is", $content, $matches)) {
262 if (preg_match("#^\s*(\w+?)\s*=\s*\"(.*?)\"(.*)$#is",$raw_attrs,$matches)) {
271 } elseif (preg_match("#^\s*(\w+?)\s*=\s*'(.*?)'(.*)$#is",$raw_attrs,$matches)) {
280 } elseif (preg_match("#^\s*(\w+?)=(\w+)(.*)$#is",$raw_attrs,$matches)) {
289 } elseif (preg_match("#^\s*\S+\s+(.*)$#is",$raw_attrs,$matches)) {
316 while (preg_match("#^(.*?)(<[^/].*?>)#is",$html,$matches)) {
460 while (preg_match("#^(.*?)(</?)([a-zA-z0-9]+)([\s>])#is",$html,$matches)) {
473 while (preg_match("#^(.*?)(<)([a-zA-z0-9]+)(\s*/\s*>)#is",$html,$matches)) {