List of all Regex mentioned in the code..
Value | Count | File:Line |
---|---|---|
'/(?<=^|\n)\h?>\h?(.*?(?:\n+|$))/' | 1 |
|
'/^url\(([^\'"].*?[^\'"])\)/i' | 1 |
|
'/socks4?/i' | 1 |
|
'/Location: (.+?)' . preg_quote($eol) . '/' | 1 |
|
'/https?/' | 1 |
|
'/Last-Modified: (.+?)' . preg_quote($eol) . '/' | 1 |
|
'/HTTP\/[\d.]{1,3} 304/' | 1 |
|
'/Cache-Control:(?:.*)max-age=(\d+)(?:,?.*' . preg_quote($eol) . ')/i' | 1 |
|
'/\.(css|js)$/i' | 1 |
|
'/^@import\h+url' . '\(\h*([\'"])((?!(?:https?:)?\/\/).+?)\1\h*\)[^;]*;/' | 1 |
|
'/(return|[(:=!+\-*&|])$/' | 1 |
|
'/^Location: (.+)$/m' | 1 |
|
'/[\w' . ($ext[0] == 'css' ? '#\.%+\-*()\[\]' : '\$') . ']{2}|' . '[+\-]{2}/' | 1 |
|
'/:\w/' | 1 |
|
'/([^\pL\pN])+/u' | 1 |
|
'/(\w+)\h*=\h*(.+?)(?=,|$)/' | 1 |
|
'/^\'.*\'$/' | 1 |
|
'/\$/' | 1 |
|
'/^\{\{(.+?)\}\}$/' | 1 |
|
'/\s+/' | 1 |
|
'/^(.{0,' . $w . '}?)<(\/?)(?:F3:)?' . '(' . $this->tags . ')\b((?:\s+[\w.:@!-]+' . '(?:\h*=\h*(?:"(?:.*?)"|\'(?:.*?)\'))?|' . '\h*\{\{.+?\}\})*)\h*(\/?)>/is' | 1 |
|
'/https?/i' | 1 |
|
'/(.+?)(?:;q=([\d\.]+)|$)/' | 1 |
|
'/^_(?=[[:alpha:]])/' | 1 |
|
'/^memcache=(.+)/' | 1 |
|
'/^(?<section>[^:]+)(?:\:(?<func>.+))?/' | 1 |
|
'/(?<=^|\n)(?: {4}|\t)(.+?(?:\n+|$))/' | 1 |
|
'/^(?:https?:\/\/)?' . preg_quote($this->hive['BASE'], '/') . '(\/.*|$)/' | 1 |
|
'/^\-(\-)?(\w+)(?:\=(.*))?$/' | 1 |
|
'/^\w+:\/\//' | 1 |
|
'/^' . preg_quote($base, '/') . '/' | 1 |
|
'/^' . preg_quote($base, '/') . '$/' | 1 |
|
'/SERVER|ENV/' | 1 |
|
'/^redis=(.+)/' | 1 |
|
'/^memcached=(.+)/' | 1 |
|
'/^' . $key . '/' | 1 |
|
'/^folder\h*=/' | 1 |
|
'/^folder\h*=\h*(.+)/' | 1 |
|
'/^(text\/html|(application|text)\/(.+\+)?xml)$/i' | 1 |
|
'/\{\{(.+?)\}\}/s' | 1 |
|
'/^(.+)(?<!\|)\|((?:\h*\w+(?:\h*[,;]?))+)$/s' | 1 |
|
'/\{~(.+?)~\}|\{\*(.+?)\*\}|\{\-(.+?)\-\}|' . '\{\{(.+?)\}\}((\r?\n)*)/s' | 1 |
|
'/\h*<\?(?!xml)(?:php|\s*=)?.+?\?>\h*|' . '\{\*.+?\*\}/is' | 1 |
|
'/Darwin/i' | 1 |
|
'/^Content-Type:\s*/i' | 1 |
|
'/(?:(\{\{.+?\}\})|([^\s\/"\'=]+))' . '\h*(?:=\h*(?:"(.*?)"|\'(.*?)\'))?/s' | 1 |
|
'/^[[:alnum:]\.\/]{' . $len . ',}$/' | 1 |
|
'/\\\\"/' | 1 |
|
'/\.system\..+$/' | 1 |
|
'/(^\s+|[\s;]+$)/' | 1 |
|
'/(?:^[\s\(]*' . '(?:WITH|EXPLAIN|SELECT|PRAGMA|SHOW)|RETURNING)\b/is' | 1 |
|
'/^\s*(?:CALL|EXEC)\b/is' | 1 |
|
'/sqlite2?/' | 1 |
|
'/' . $regex . '/i' | 1 |
|
'/^\s*([\'"])(.*)\1\s*/' | 1 |
|
'/' . $engine . '/' | 1 |
|
'/^.+?(?:dbname|database)=(.+?)(?=;|$)/is' | 1 |
|
'/\b(\w+[._\-\w]*)\h*(HAVING.+|$)/i' | 1 |
|
'/^(\w+)\s(.+)\sHTTP\/[\d.]{1,3}$/' | 1 |
|
'/^\h*(\w+[._\-\w]*)' . '(?:\h+((?:ASC|DESC)[\w\h]*))?\h*$/i' | 1 |
|
'/mssql|sqlsrv|odbc/' | 1 |
|
'/SELECT/' | 1 |
|
'/mysql|sqlite/' | 1 |
|
'/HAVING.+$/i' | 1 |
|
'/mssql|sqlsrv|sybase/' | 1 |
|
'/(?<!\w)@(\w(?:[\w\.\[\]])*)/' | 1 |
|
'/(\.\w+)|\[((?:[^\[\]]*|(?R))*)\]/' | 1 |
|
'/^\w+/' | 1 |
|
'/^(.+): (.+)/' | 1 |
|
'/is_valid:true/i' | 1 |
|
'/(' . self::UA_Desktop . ')/i' | 1 |
|
'/[A-Z].*?[0-9[:punct:]]|[0-9[:punct:]].*?[A-Z]/' | 1 |
|
'/(' . self::UA_Mobile . ')/i' | 1 |
|
'/(' . self::UA_Bot . ')/i' | 1 |
|
'/[^\d]/' | 1 |
|
'/^3[47][0-9]{13}$/' | 1 |
|
'/^3(?:0[0-5]|[68][0-9])[0-9]{11}$/' | 1 |
|
'/^6(?:011|5[0-9][0-9])[0-9]{12}$/' | 1 |
|
'/^(?:2131|1800|35\d{3})\d{11}$/' | 1 |
|
'/^5[1-5][0-9]{14}$|' . '^(222[1-9]|2[3-6]\d{2}|27[0-1]\d|2720)\d{12}$/' | 1 |
|
'/^4[0-9]{12}(?:[0-9]{3})?$/' | 1 |
|
'/^X-Pingback:\h*(.+)/' | 1 |
|
'/(?<=^|&)openid\.([^=]+)=([^&]+)/' | 1 |
|
'/<link\h+(.+?)\h*\/?>/i' | 1 |
|
'/rel\h*=\h*"pingback"/i' | 1 |
|
'/href\h*=\h*"\h*(.+?)\h*"/i' | 1 |
|
'/^' . preg_quote($path, '/') . '/' . ($fw->CASELESS ? 'i' : '') | 1 |
|
'/https?:\/\//i' | 1 |
|
'/application\/xrds\+xml|text\/xml/' | 1 |
|
'/^<link\b((?:\h+\w+\h*=\h*' . '(?:"(?:.+?)"|\'(?:.+?)\'))*)\h*\/?>/is' | 1 |
|
'/\b(rel|href)\h*=\h*' . '(?:"(.+?)"|\'(.+?)\')/s' | 1 |
|
'/openid2?\.(\w+)/' | 1 |
|
'/(?<!\\\\)(")(.*?)\1/' | 1 |
|
'/^<\?php/' | 1 |
|
'/^(.+)\|\h*(\d+)$/' | 1 |
|
'/^(.*?)' . preg_quote($needle, '/') . '/us' . ($case ? 'i' : '') | 1 |
|
'/[_-]/' | 1 |
|
'/(?:^|\n)\d{3} .+?\r\n/s' | 1 |
|
'/8BITMIME/' | 1 |
|
'/^\.(.+)/m' | 1 |
|
'/AUTH/' | 1 |
|
'/^235\s.*/' | 1 |
|
'/(?:".+?" )?(?:<.+?>|[^ ,]+)/' | 1 |
|
'/<.+?>/' | 1 |
|
'/^(.{' . $ofs . '}.*?)' . preg_quote($needle, '/') . '/us' . ($case ? 'i' : '') | 1 |
|
'/^.{' . $start . '}(.{0,' . $len . '})/us' | 1 |
|
'/(?<!\\\\)\[(' . $ref . ')(?!\\\\)\]\s*\[\]|' . '(!?)(?:\[([^\[\]]+)\]\s*)?' . '(?<!\\\\)\[(' . $ref . ')(?!\\\\)\]/' | 1 |
|
'/' . preg_quote($needle, '/') . '/us' | 1 |
|
'/^[\pZ\pC]+/u' | 1 |
|
'/[\pZ\pC]+$/u' | 1 |
|
'/^[\pZ\pC]+|[\pZ\pC]+$/u' | 1 |
|
'/\\\\u([[:xdigit:]]+)/i' | 1 |
|
'/(?:^|\n)\d{3} .+\r\n/s' | 1 |
|
'/^235 /' | 1 |
|
'/(\{)?@(\w+)(?(1)\})|(\*)/' | 1 |
|
'/\\\\\h*(\r?\n)/' | 1 |
|
'/(<code.*?>.+?<\/code>|' . '<[^>\n]+>|\([^\n\)]+\)|"[^"\n]+")|' . '\\\\(.)/s' | 1 |
|
'/\h/' | 1 |
|
'/^\w+$/i' | 1 |
|
'/([^<>\[]+)?(<[\?%].+?[\?%]>|<.+?>|\[.+?\]\s*\(.+?\))|' . '(.+)/s' | 1 |
|
'/(?<=^|\n)(\h*)' . '(?:(<\/?)(\w+)((?:\h+[^>]+)*)(>)|' . '(?:(\w+)(\h.+?)))(\h*(?:\n+|$))/' | 1 |
|
'/(?:(?:<(\/?)(\w+)' . '((?:\h+(?:\w+\h*=\h*)?".+?"|[^>]+)*|' . '\h+.+?)(\h*\/?)>)|(.+?))/s' | 1 |
|
'/(?:\h+(?:(?:(\w+)\h*=\h*)?' . '(".+?")|(.+)))/' | 1 |
|
'/(?<=^|\n)(?:' . '(;[^\n]*)|(?:<\?php.+?\?>?)|' . '(?:\[(.+?)\])|' . '(.+?)(\h*=\h*)' . '((?:\\\\\h*\r?\n|.+?)*)' . ')((?:\r?\n)+|$)/' | 1 |
|
'/^\h*[*-](?:\h?[*-]){2,}(?:\n+|$)/' | 1 |
|
'/(?<=^|\n)([*+-]|\d+\.)\h' . '(.+?(?:\n+|$))((?:(?: {4}|\t)+.+?(?:\n+|$))*)/s' | 1 |
|
'/(?<=^|\n)(?: {4}|\t)/' | 1 |
|
'/\n{2,}$/' | 1 |
|
'/^(.+?\n)([>#].+)$/s' | 1 |
|
'/\s{2}\r?\n/' | 1 |
|
'/^ {0,3}\[([^\[\]]+)\]:\s*<?(.*?)>?\s*' . '(?:"([^\n]*)")?(?:\n+|$)/s' | 1 |
|
'/(?<=\s|^)(?<!\\\\)([*_])([*_]?)([*_]?)(.*?)(?!\\\\)\3\2\1(?=[\s[:punct:]]|$)/' | 1 |
|
'/(?<!\\\\)~~(.*?)(?!\\\\)~~(?=[\s[:punct:]]|$)/' | 1 |
|
'/!(?:\[(.+?)\])?\h*\(<?(.*?)>?(?:\h*"(.*?)"\h*)?\)/' | 1 |
|
'/(?<!\\\\)\[(.+?)(?!\\\\)\]\h*\(<?(.*?)>?(?:\h*"(.*?)"\h*)?\)/' | 1 |
|
'/`.*?<(.+?)>.*?`|<(.+?)>/' | 1 |
|
'/`` (.+?) ``|(?<!\\\\)`(.+?)(?!\\\\)`/' | 1 |
|
'/' . preg_quote($key, '/') . '/i' | 1 |
|
'/(?:(?<=\n)\n+)|\n+$/' | 1 |
|
'/\n\h+(?=\n)/' | 1 |
|
'/^(?:0x[0-9a-f]+|0[0-7]+|0b[01]+)$/i' | 1 |
|
'/(\w+|\*)\h*=\h*(?:\[(.+?)\]|(.+?))(?=,|$)/' | 1 |
|
'/^@(\w+)((?:\..+|\[(?:(?:[^\[\]]*|(?R))*)\])*)/' | 1 |
|
'/^' . preg_replace('/((\\\{)?@(\w+\b)(?(2)\\\}))/', '(?P<\3>[^\/\?]+)', $wild) . '\/?$/' . $case . 'um' | 1 |
|
'/^' . preg_replace('/\D/', '\d', $status) . '$/' | 1 |
|
'/\D/' | 1 |
|
'/([\|\w]+)\h+(?:@(\w+)(?:(\(.+?)\))*|([^\h]+))' . '(?:\h+\[(' . implode('|', $types) . ')\])?/' | 1 |
|
'/ajax/i' | 1 |
|
'/cli/i' | 1 |
|
'/([\|\w]+)\h+(?:(?:@?(.+?)\h*:\h*)?(@(\w+)|[^\h]+))' . '(?:\h+\[(' . implode('|', $types) . ')\])?/u' | 1 |
|
'/' . self::VERBS . '/' | 1 |
|
'/^(?:@([^\/()?#]+)(?:\((.+?)\))*(\?[^#]+)*(#.+)*)/' | 1 |
|
'/^\w+:\/\//i' | 1 |
|
'/((\\\{)?@(\w+\b)(?(2)\\\}))/' | 1 |
|
'/^(?:(?:trigger|user)_error|' . '__call|call_user_func)/' | 1 |
|
'/^_\d+$/' | 1 |
|
'/@\w+/' | 1 |
|
'/.+\/$/' | 1 |
|
'/({)?@(\w+\b)(?(1)})/' | 1 |
|
'/(.+)\h*(?:->|::)/' | 1 |
|
'/(.+)\h*(->|::)\h*(.+)/s' | 1 |
|
'/(?<=^|\n)(?:' . '\[(?<section>.+?)\]|' . '(?<lval>[^\h\r\n;].*?)\h*=\h*' . '(?<rval>(?:\\\\\h*\r?\n|.+?)*)' . ')(?=\r?\n|$)/' | 1 |
|
'/^(?!(?:global|config|route|map|redirect)s\b)' . '(.*?)(?:\s*[:>])/i' | 1 |
|
'/^(config|route|map|redirect)s\b|' . '^(.+?)\s*\>\s*(.*)/i' | 1 |
|
'/\.([^.\[\]]+)|\[((?:[^\[\]\'"]*|(?R))*)\]/' | 1 |
|
'/(?<=[^<>!=])=(?!=)/' | 1 |
|
'/[\x00-\x08\x0B\x0C\x0E-\x1F]/' | 1 |
|
'/^(\w{2})(?:-(\w{2}))?\b/i' | 1 |
|
'/_(\pL)/u' | 1 |
|
'/(?!^)\p{Lu}/u' | 1 |
|
'/\{\s*(?P<pos>\d+)\s*(?:,\s*(?P<type>\w+)\s*' . '(?:,\s*(?P<mod>(?:\w+(?:\s*\{.+?\}\s*,?\s*)?)*)' . '(?:,\s*(?P<prop>.+?))?)?)?\s*\}/' | 1 |
|
'/(?<tag>\w+)' . '(?:\s*\{\s*(?<data>.+?)\s*\})/' | 1 |
|
'/^(\$hive)/' | 1 |
|
'/\h+|;q=[0-9.]+/' | 1 |
|
'/\.(\w+)(\()?|\[((?:[^\[\]]*|(?R))*)\]/' | 1 |
|
'/(?<=^|\n)(?:' . '\[(?<prefix>.+?)\]|' . '(?<lval>[^\h\r\n;].*?)\h*=\h*' . '(?<rval>(?:\\\\\h*\r?\n|.+?)*)' . ')(?=\r?\n|$)/' | 1 |
|
'/(?<!\w)@(\w+(?:(?:\->|::)\w+)?)' . '((?:\.\w+|\[(?:(?:[^\[\]]*|(?R))*)\]|(?:\->|::)\w+|\()*)/' | 1 |
|
'/\\\\\h*\r?\n/' | 1 |
|
'/^JAR\b/' | 1 |
|
'/-(\d+)\.png/' | 2 |
|
'/mssql|dblib|sqlsrv/' | 2 |
|
'/^\w+$/' | 2 |
|
'/\{\{(.+?)\}\}/' | 2 |
|
'/^(GET|POST|COOKIE)\b(.+)/' | 2 |
|
'/(.+?)(\.\w+)?$/' | 2 |
|
'/\r\n|\r/' | 2 |
|
'/./us' | 2 |
|
'/verbose/i' | 2 |
|
'/Content-Encoding: (.+)/i' | 2 |
|
'/^win/i' | 2 |
|
'/\w+$/' | 2 |
|
'/' . $key . '/' | 2 |
|
'/GET|HEAD/' | 4 |
|
'/' . preg_quote($this->prefix . '.', '/') . '.*' . preg_quote($suffix, '/') . '/' | 6 |
|