Lines Matching refs:preg_match

111         if (preg_match('/<FORM(.*?)>/i', $match, $matches))
113 if (preg_match('/(action)/i', $matches[1], $action))
116 } elseif (preg_match('/(onsubmit)/i', $matches[1], $onsubmit))
121 elseif (preg_match('/<script/i', $match))
125 elseif (preg_match('/<IFRAME/i', $match, $matches))
129 elseif (preg_match('/<ILAYER/i', $match, $matches))
133 elseif (preg_match('/<(DIV)/i', $match, $matches))
138 elseif (preg_match('/<a.*?javascript.*?<\/a\s*>/i', $match))
142 elseif (preg_match('/<STYLE/i', $match))
146 elseif (preg_match('/<TABLE/i', $match, $matches))
163 if (preg_match('/<FORM/i', $match))
167 } elseif (preg_match('/<script/i', $match))
171 } elseif (preg_match('/<IFRAME/i', $match, $matches))
175 elseif (preg_match('/<ILAYER/i', $match, $matches))
179 } elseif (preg_match('/<(DIV)/i', $match, $matches))
184 } elseif (preg_match('/<TABLE/i', $match, $matches))
188 } elseif (preg_match('/<STYLE/i', $match))
192 } elseif (preg_match('/<a.*?javascript.*?<\/a\s*>/i', $match))
206 if (preg_match('/<FORM(.*?)>/i', $match, $matches))
208 if (preg_match('/action/i', $matches[1]))
213 } elseif (preg_match('/<STYLE/i', $match))
218 } elseif (preg_match('/<(IFRAME|ILAYER)/i', $match, $matches))
222 } elseif (preg_match('/<script/i', $match))
226 } elseif (preg_match('/<(DIV)/i', $match))
248 if (preg_match('/<STYLE/i', $match))
252 } elseif (preg_match('/<(DIV)/i', $match))
268 if (preg_match('/\blocation\b/', $match))
273 if (preg_match('/(ActiveX|XMLHttpRequest)/i', $match, $matches))
278 …if (preg_match('/(onsubmit|addEventListener|createEvent|attachEvent|captureEvents)/i', $match, $ma…
289 if(!preg_match('/^htmlO_K_/', $m)) {
304 if (preg_match('/id\s*=\s*\W?(.*)/i', $match, $matches))
306 if (isset($matches[1]) && !preg_match('/^htmlO_K_/', $matches[1]))
314 if (preg_match('/class\s*=\s*\W?(.*)/i', $match, $matches))
316 if (isset($matches[1]) && !preg_match('/^htmlO_K_/', $matches[1]))
354 if (!preg_match('/^htmlO_K_/', $m))
396 if (preg_match('/\/DIV\s*>/i', $match))
418 if (preg_match('/<h(\d)>.*?<\/\\1>/i', $match, $matches))