Regex Inventory

List of all Regex mentioned in the code..

ValueCountFile:Line
'/^https:\/\/[^\n\r]*$/'
1
  • /url.php
'/^CREATE/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/^[1-9]\d{1,9}$/'
1
  • /libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
'/[^\x20-\x7e]/i'
1
  • /libraries/classes/Plugins/Auth/AuthenticationHttp.php
'/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/'
1
  • /libraries/classes/Plugins/Export/ExportPhparray.php
'/[^a-zA-Z0-9_\x7f-\xff]/'
1
  • /libraries/classes/Plugins/Export/ExportPhparray.php
'/^[a-zA-Z_\x7f-\xff]/'
1
  • /libraries/classes/Plugins/Export/ExportPhparray.php
"/\015(\012)?/"
1
  • /libraries/classes/Plugins/Export/ExportCsv.php
'/' preg_quote(Util::backquote($db), '/') . '\./'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/^CREATE TABLE/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/^(\d{2}){3,7}$/'
1
  • /libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
'/^CREATE TABLE IF NOT EXISTS/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
"/\" date DEFAULT NULL(,)?\n/"
1
  • /libraries/classes/Plugins/Export/ExportSql.php
"/\" date NOT NULL(,)?\n/"
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/" date NOT NULL DEFAULT \'([^\'])/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
"/\) unsigned NOT NULL(,)?\n/"
1
  • /libraries/classes/Plugins/Export/ExportSql.php
"/\) unsigned DEFAULT NULL(,)?\n/"
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/\) unsigned NOT NULL DEFAULT \'([^\'])/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/" (int|tinyint|smallint|bigint)\([0-9]+\) DEFAULT NULL(,)?\n/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/^[0-9]\d{1,9}$/'
1
  • /libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
'/\W/'
1
  • /libraries/classes/Config/ServerConfigChecks.php
'/" (int|tinyint|smallint|bigint)\([0-9]+\) NOT NULL DEFAULT \'([^\'])/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'#^https?://#'
1
  • /libraries/classes/Core.php
'/^1|T|TRUE|YES$/i'
1
  • /libraries/classes/Table.php
'/^0|F|FALSE|NO$/i'
1
  • /libraries/classes/Table.php
'~^\s*AUTO_INCREMENT\s*~is'
1
  • /libraries/classes/Table.php
'@^(set|enum)\((.+)\)$@i'
1
  • /libraries/classes/Table.php
'@([^,])\'\'@'
1
  • /libraries/classes/Table.php
'/^(\D+)(\d+)$/'
1
  • /libraries/classes/VersionInformation.php
'@\.\.*@'
1
  • /libraries/classes/Core.php
'/^([0-9]+)([KMGT])/i'
1
  • /libraries/classes/Core.php
"@((\015\012)|(\015)|(\012))@"
1
  • /libraries/classes/Core.php
'/\S/'
1
  • /libraries/classes/Config/ServerConfigChecks.php
'@^(DATE|TINYBLOB|TINYTEXT|BLOB|TEXT|' 'MEDIUMBLOB|MEDIUMTEXT|LONGBLOB|LONGTEXT|' 'SERIAL|BOOLEAN)$@i'
1
  • /libraries/classes/Database/Routines.php
'@^(DATE|DATETIME|TIME|TINYBLOB|TINYTEXT|BLOB|TEXT|' 'MEDIUMBLOB|MEDIUMTEXT|LONGBLOB|LONGTEXT|SERIAL|BOOLEAN)$@i'
1
  • /libraries/classes/Database/Routines.php
'/^(.+):(?:[ ]?)(\\w+)$/'
1
  • /libraries/classes/Config/FormDisplay.php
'/' Util::requestString($values[$path]) . '/'
1
  • /libraries/classes/Config/Validator.php
'/^preg_match\(\): /'
1
  • /libraries/classes/Config/Validator.php
'/^(.+):(?:[ ]?)\\w+$/'
1
  • /libraries/classes/Config/Validator.php
'#^Servers/([\d]+)/#'
1
  • /libraries/classes/Config/ConfigFile.php
'/\d/'
1
  • /libraries/classes/Config/ServerConfigChecks.php
'/" (int|tinyint|smallint|bigint)\([0-9]+\) NOT NULL(,)?\n/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/" (float|double)(\([0-9]+,[0-9,]+\))? DEFAULT NULL(,)?\n/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'@^(TINYTEXT|TEXT|MEDIUMTEXT|LONGTEXT|VARCHAR|CHAR|ENUM|SET)$@i'
1
  • /libraries/classes/Table.php
'@DATE|TIME@i'
1
  • /libraries/classes/Display/Results.php
'@(.*)([[:space:]](LIMIT (.*)|PROCEDURE (.*)|' 'FOR UPDATE|LOCK IN SHARE MODE))@is'
1
  • /libraries/classes/Display/Results.php
'@(.*)([[:space:]](LIMIT (.*)|PROCEDURE (.*)|FOR UPDATE|' 'LOCK IN SHARE MODE))@is'
1
  • /libraries/classes/Display/Results.php
'@time|date@i'
1
  • /libraries/classes/Display/Results.php
'/\.\./'
1
  • /libraries/classes/Display/Results.php
'@int|decimal|float|double|real|bit|boolean|serial@i'
1
  • /libraries/classes/Display/Results.php
'/\//'
1
  • /libraries/classes/Display/Results.php
'@CREATE[[:space:]]+TABLE@i'
1
  • /libraries/classes/Display/Results.php
'#\d+\.\d+\.\d+#'
1
  • /libraries/classes/Controllers/HomeController.php
'/[\s]character set[\s][\S]+/'
1
  • /libraries/classes/Table/ColumnsDefinition.php
'/' $quoted '([^a-zA-Z0-9_])/'
1
  • /libraries/classes/Controllers/ImportController.php
'/' $quoted '$/'
1
  • /libraries/classes/Controllers/ImportController.php
'/^RENAME\s+TABLE\s+(.*?)\s+TO\s+(.*?)($|;|\s)/i'
1
  • /libraries/classes/Controllers/ImportController.php
'@^(server|db|tbl)(_[a-z]*)*\.php$@i'
1
  • /libraries/classes/Controllers/ImportController.php
'/([0-9]*)\.([0-9]*)\..*/'
1
  • /libraries/classes/Controllers/ThemesController.php
'@^' preg_quote(mb_substr($this->replication->extractDbOrTable($db_table'table'), 0, -1), '@') . '@'
1
  • /libraries/classes/Controllers/Database/StructureController.php
'/[^a-z_]/'
1
  • /libraries/classes/Controllers/Setup/HomeController.php
'/^\s*(\d+(\.\d+)?)\s*(mb|kb|mib|kib|gb|gib)\s*$/i'
1
  • /libraries/classes/Controllers/Server/VariablesController.php
'/^[0-9]+[a-zA-Z]+$/'
1
  • /libraries/classes/Engines/Pbxt.php
'@char|binary|blob|text|set|date|time|year@i'
1
  • /libraries/classes/Table/Search.php
'/" (float|double)(\([0-9,]+,[0-9,]+\))? NOT NULL(,)?\n/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'@^Node\w*$@'
1
  • /libraries/classes/Navigation/NodeFactory.php
'/" (float|double)(\([0-9,]+,[0-9,]+\))? NOT NULL DEFAULT \'([^\'])/'
1
  • /libraries/classes/Plugins/Export/ExportSql.php
'/[^\p{L}\p{Nl}_]/u'
1
  • /libraries/classes/Plugins/Export/ExportCodegen.php
'/^\pL/u'
1
  • /libraries/classes/Plugins/Export/ExportCodegen.php
"/\r($|[^\n])/"
1
  • /libraries/classes/Plugins/Import/ImportSql.php
'/[^a-zA-Z0-9_]/'
1
  • /libraries/classes/Plugins/Import/ImportCsv.php
'/^Table data for `(.*)`$/'
1
  • /libraries/classes/Plugins/Import/ImportMediawiki.php
'/^Table structure for `(.*)`$/'
1
  • /libraries/classes/Plugins/Import/ImportMediawiki.php
'/^\{\|(.*)$/'
1
  • /libraries/classes/Plugins/Import/ImportMediawiki.php
'/^(\w+)\s/'
1
  • /libraries/classes/Server/Status/Monitor.php
"@((\015\012)|(\015)|(\012)){3,}@"
1
  • /libraries/classes/Html/Generator.php
'/^INSERT INTO (`|\'|"|)([^\s\\1]+)\\1/i'
1
  • /libraries/classes/Server/Status/Monitor.php
'/^(\s*SELECT)/i'
1
  • /libraries/classes/Server/Status/Monitor.php
'/^(MemTotal|MemFree|Cached|Buffers|SwapCached|SwapTotal|SwapFree):\s+(.*)\s*kB/im'
1
  • /libraries/classes/Server/SysInfo/SysInfo.php
'#HTTP/[0-9\.]+\s+([0-9]+)#'
1
  • /libraries/classes/Utils/HttpRequest.php
'/((\015\012)|(\015)|(\012))/'
1
  • /libraries/classes/Html/Generator.php
'@^SELECT[[:space:]]+@i'
1
  • /libraries/classes/Html/Generator.php
'@^EXPLAIN[[:space:]]+SELECT[[:space:]]+@i'
1
  • /libraries/classes/Html/Generator.php
'@^(SELECT|SHOW)[[:space:]]+@i'
1
  • /libraries/classes/Html/Generator.php
'~_.+~s'
1
  • /libraries/classes/Table.php
'/^[a-zA-Z0-9_$]+$/'
1
  • /libraries/classes/Table.php
'@^(DATE|TINYBLOB|TINYTEXT|BLOB|TEXT|' 'MEDIUMBLOB|MEDIUMTEXT|LONGBLOB|LONGTEXT|SERIAL|BOOLEAN|UUID)$@i'
1
  • /libraries/classes/Table.php
'%;\s*$%'
1
  • /libraries/classes/Export.php
'/[^a-z_]+/i'
1
  • /libraries/classes/Sanitize.php
'/\[a@([^]"@]*)(@([^]"]*))?\]/'
1
  • /libraries/classes/Sanitize.php
'/\[doc@([a-zA-Z0-9_-]+)(@([a-zA-Z0-9_-]*))?\]/'
1
  • /libraries/classes/Sanitize.php
'/[^A-Za-z0-9_'
1
  • /libraries/classes/Sanitize.php
'@</script@i'
1
  • /libraries/classes/Sanitize.php
'/open\(.*, O_RDWR\)/'
1
  • /libraries/classes/Session.php
'@[/\\\\]@'
1
  • /libraries/classes/Export.php
'/^[a-zA-Z]+$/'
1
  • /libraries/classes/Export.php
'@, $@'
1
  • /libraries/classes/CreateAddField.php
'/%( |,|\.|$|\(|\)|<|>)/'
1
  • /libraries/classes/Advisor.php
'/\{([a-z_0-9]+)\}/Ui'
1
  • /libraries/classes/Advisor.php
'#href=("|\')(https?://[^\1]+)\1#i'
1
  • /libraries/classes/Advisor.php
"/rule\s'(.*)'( \[(.*)\])?$/"
1
  • /libraries/classes/Advisor.php
'/([0-9_]+)/'
1
  • /libraries/classes/Transformations.php
'/(str[A-Z][A-Za-z0-9]*)/'
1
  • /libraries/classes/Plugins.php
'@Mozilla/([0-9]\.[0-9]{1,2})@'
1
  • /libraries/classes/Config.php
'@Opera(/| )([0-9]\.[0-9]{1,2})@'
1
  • /libraries/classes/Config.php
'/(^|[^\\\\])(_|%)/'
1
  • /libraries/classes/ListDatabase.php
'@CREATE TABLE IF NOT EXISTS `([^`]+)`@'
1
  • /libraries/classes/Import.php
'@Trident/(7)\.0@'
1
  • /libraries/classes/Config.php
'/\(([^()]+)\)/'
1
  • /libraries/classes/InsertEdit.php
'/CREATE TABLE IF NOT EXISTS `(.*)` \(/'
1
  • /libraries/classes/Relation.php
'<PMAURL-\d+:>'
1
  • /libraries/classes/ErrorReport.php
'<([a-zA-Z\-_\d\.]*\.php|js\/[a-zA-Z\-_\d\/\.]*\.js)$>'
1
  • /libraries/classes/ErrorReport.php
'@float|double@'
1
  • /libraries/classes/InsertEdit.php
'/(VIRTUAL|PERSISTENT|GENERATED)/'
1
  • /libraries/classes/InsertEdit.php
'@^[\s]*`[^`]*`[\.]`[^`]*` = [0-9]+@'
1
  • /libraries/classes/InsertEdit.php
'@^[a-z_]+\.php$@'
1
  • /libraries/classes/InsertEdit.php
'|([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/([0-9]+)|'
1
  • /libraries/classes/IpAllowDeny.php
'@VIEW `[^`]+`\.`([^`]+)@'
1
  • /libraries/classes/Import.php
'|\[([0-9]+)\-([0-9]+)\]|'
1
  • /libraries/classes/IpAllowDeny.php
'/\[([0-9a-f]+)\-([0-9a-f]+)\]/'
1
  • /libraries/classes/IpAllowDeny.php
'/^gitdir: (.*)$/'
1
  • /libraries/classes/Git.php
'/([^<]+)<([^>]+)> ([0-9]+)( [^ ]+)?/'
1
  • /libraries/classes/Git.php
'/^[0-9a-f]{40}$/i'
1
  • /libraries/classes/Git.php
'@^[\s]*(DROP|CREATE)[\s]+(IF EXISTS[[:space:]]+)' '?(TABLE|DATABASE)[[:space:]]+(.+)@im'
1
  • /libraries/classes/Import.php
'@^[\s]*USE[[:space:]]+([\S]+)@i'
1
  • /libraries/classes/Import.php
'/CREATE [^`]*(TABLE)/'
1
  • /libraries/classes/Import.php
'@(MS)?IE ([0-9]{1,2}\.[0-9]{1,2})@'
1
  • /libraries/classes/Config.php
'@^' $class_type '([^\.]+)\.php$@i'
1
  • /libraries/classes/Plugins.php
'@OmniWeb/([0-9]{1,3})@'
1
  • /libraries/classes/Config.php
'@%[pP]@'
1
  • /libraries/classes/Util.php
'/(\(|\[|;[[:space:]])(' addcslashes($this->regex'/') . ')(;|\]|\))/i'
1
  • /libraries/classes/Language.php
'/' preg_quote($decimal_sep'/') . '?0+$/'
1
  • /libraries/classes/Util.php
'/^[0-9]+GB$/'
1
  • /libraries/classes/Util.php
'@(Konqueror/)(.*)(;)@'
1
  • /libraries/classes/Config.php
'/^[0-9]+K$/'
1
  • /libraries/classes/Util.php
'@%[aA]@'
1
  • /libraries/classes/Util.php
'@%[bB]@'
1
  • /libraries/classes/Util.php
'|\s?AND$|'
1
  • /libraries/classes/Util.php
'|/\*(.*\[VARIABLE[0-9]*\].*)\*/|imsU'
1
  • /libraries/classes/Bookmark.php
"/^b'(\d*)'?$/"
1
  • /libraries/classes/Util.php
'@binary[\(]@'
1
  • /libraries/classes/Util.php
'@zerofill@'
1
  • /libraries/classes/Util.php
'@unsigned@'
1
  • /libraries/classes/Util.php
'@^(char|varchar|text|tinytext|mediumtext|longtext|set|enum)@'
1
  • /libraries/classes/Util.php
'/`' preg_quote($dbname'/') . '`\s?\./'
1
  • /libraries/classes/Tracker.php
'|^[^.].*_.*_.*\.php$|'
1
  • /libraries/classes/Transformations.php
'|^[^.].*\.php$|'
1
  • /libraries/classes/Transformations.php
'/^(' addcslashes($this->regex'/') . ')(;q=[0-9]\\.[0-9])?$/i'
1
  • /libraries/classes/Language.php
'/^[0-9]+MB$/'
1
  • /libraries/classes/Util.php
'/\[VARIABLE[0-9]*\]/'
1
  • /libraries/classes/Bookmark.php
'/\\\\%|\\\\_/'
1
  • /libraries/classes/CheckUserPrivileges.php
'@Chrome/([0-9.]*)@'
1
  • /libraries/classes/Config.php
'@Version/(.*) Safari@'
1
  • /libraries/classes/Config.php
'@Safari/([0-9]*)@'
1
  • /libraries/classes/Config.php
'@Firefox/([\w.]+)@'
1
  • /libraries/classes/Config.php
'/[a-z0-9]/i'
1
  • /libraries/classes/Font.php
'/' $re0 '%|_/'
1
  • /libraries/classes/CheckUserPrivileges.php
'@rv:1\.9(.*)Gecko@'
1
  • /libraries/classes/Config.php
'/' $re0 '%/'
1
  • /libraries/classes/CheckUserPrivileges.php
'@\\(.*@s'
1
  • /libraries/classes/Controllers/Table/FindReplaceController.php
'/[^01]/'
2
  • /libraries/classes/InsertEdit.php
  • /libraries/classes/Table.php
'/[^a-zA-Z_]+/'
2
  • /libraries/classes/Server/Status/Monitor.php
  • /libraries/classes/Server/Status/Monitor.php
'/(?<!\\\\)(?:_|%)/'
2
  • /libraries/classes/Server/Privileges.php
  • /libraries/classes/Server/Privileges.php
'@\.(' $extensions ')(\.(' $fileListing->supportedDecompressions( ) . '))?$@'
2
  • /libraries/classes/Display/Import.php
  • /libraries/classes/Display/Import.php
'/^.*\.dbf$/i'
2
  • /libraries/classes/Plugins/Import/ImportShp.php
  • /libraries/classes/Plugins/Import/ImportShp.php
'/^(CREATE|ALTER)\s+(VIEW|TABLE|DATABASE|SCHEMA)\s+/i'
2
  • /libraries/classes/Controllers/ImportController.php
  • /libraries/classes/Controllers/ImportController.php
'/^(DROP)\s+(VIEW|TABLE|DATABASE|SCHEMA)\s+/i'
2
  • /libraries/classes/Controllers/ImportController.php
  • /libraries/classes/Controllers/ImportController.php
'/[^a-z]/'
2
  • /setup/index.php
  • /libraries/classes/Controllers/Server/PluginsController.php
'/^' $geom_types '\(.*\)$/i'
2
  • /libraries/classes/Util.php
  • /libraries/classes/Gis/GisGeometry.php
'/' $re1 '(%|_)/'
2
  • /libraries/classes/CheckUserPrivileges.php
  • /libraries/classes/CheckUserPrivileges.php
''
2
  • /libraries/classes/FileListing.php
  • /libraries/classes/FileListing.php
'@.@s'
2
  • /libraries/classes/Server/Privileges.php
  • /libraries/classes/Server/Privileges.php
'@; InnoDB free:.*?$@'
2
  • /libraries/classes/Menu.php
  • /libraries/classes/Controllers/Table/OperationsController.php
'/[^a-zA-Z0-9_]+/'
2
  • /libraries/classes/Server/Status/Monitor.php
  • /libraries/classes/Controllers/Server/VariablesController.php
'/\s+/'
2
  • /libraries/classes/Tracking.php
  • /libraries/classes/Tracker.php
'/' $GLOBALS['cfg']['Server']['hide_db'] . '/'
2
  • /libraries/classes/ListDatabase.php
  • /libraries/classes/Navigation/Nodes/Node.php
'@^(ENUM|SET|VARCHAR|VARBINARY)$@i'
2
  • /libraries/classes/Database/Routines.php
  • /libraries/classes/Database/Routines.php
'@^SHOW[[:space:]]+(VARIABLES|(FULL[[:space:]]+)?' 'PROCESSLIST|STATUS|TABLE|GRANTS|CREATE|LOGS|DATABASES|FIELDS' ')@i'
2
  • /libraries/classes/Display/Results.php
  • /libraries/classes/Display/Results.php
'/^-\d+$/'
2
  • /libraries/classes/Config/FormDisplay.php
  • /libraries/classes/Config/Validator.php
"/^'" $geom_types "\(.*\)',[0-9]*$/i"
2
  • /libraries/classes/Util.php
  • /libraries/classes/Gis/GisGeometry.php
'@\(.*@s'
3
  • /libraries/classes/InsertEdit.php
  • /libraries/classes/Controllers/Table/SearchController.php
  • /libraries/classes/Controllers/Table/ZoomSearchController.php
'/[\x00-\x08\x0B\x0C\x0E-\x1F\x80-\x9F]/u'
3
  • /libraries/classes/Relation.php
  • /libraries/classes/Relation.php
  • /libraries/classes/Display/Results.php
'@BINARY[\(]@i'
3
  • /libraries/classes/Controllers/Table/SearchController.php
  • /libraries/classes/Controllers/Table/ZoomSearchController.php
  • /libraries/classes/Controllers/Table/FindReplaceController.php
'/[^A-Za-z0-9_]/'
4
  • /libraries/classes/Setup/ConfigGenerator.php
  • /libraries/classes/Setup/ConfigGenerator.php
  • /libraries/classes/Setup/ConfigGenerator.php
  • /libraries/classes/Setup/ConfigGenerator.php