Home
last modified time | relevance | path

Searched refs:preg_match (Results 1276 – 1300 of 1399) sorted by relevance

1...<<515253545556

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php218 if (preg_match('/^[ABCDEF0-9]+$/i', $firstContent) === 1
/plugin/semanticdata/syntax/
H A Dentry.php70 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/',$line, $matches);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php117 if(preg_match('#(\/\w+\/' . $animal . ')#',$path,$matches)) {
/plugin/aclauditor/
H A Dadmin.php135 …list($id, $user, $group, $reqlvl) = array_map(create_function('$i', 'return trim(preg_match("`^\"(…
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php185 if (preg_match("/^\[/i",$msg))
/plugin/dataloop/syntax/
H A Dloop.php157 if(preg_match('/^(.*?)(=|<|>|<=|>=|<>|!=|=~|~)(.*)$/',$line[1],$matches)){
/plugin/exttab3/
H A Dsyntax.php153 preg_match($regex, $attr, $matches);
/plugin/quickstats/
H A Dadmin.php191 if($INFO['client'] == 'tower' && preg_match("/turnermm0(2|3)/", $INFO['userinfo']['mail'])) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php319 preg_match("#(.)(.{{$order}})(.{{$order}})#s", $str, $matches);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php166 case preg_match('#^(.*?): (.*)#', $line, $match):
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php119 if(preg_match('#(\/\w+\/' . $animal . ')#',$path,$matches)) {
/plugin/upgrade/
H A Dhelper.php381 if (preg_match('/(^|\D)(\d\d\d\d-\d\d-\d\d)(\D|$)/i', $version, $m)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php201 if (preg_match("/^(https?:\/\/)(.*):(.*)@(.*?)/U", $url, $matches)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php139 while (preg_match('/(\% BTR(.*?)\% ETR)/is', $thispage, $m)) {
/plugin/acknowledge/
H A Dhelper.php108 return (bool)preg_match($pattern, ":$page");
/plugin/discussion/
H A Daction.php172 if(preg_match("/=+?/", $btn['open'])) continue;
375 $isNamespaceExcluded = preg_match($this->getConf('excluded_ns'), $INFO['namespace']);
1726 if(preg_match("#^http://|^https://#", $url)) {
/plugin/issuetracker/
H A Dsyntax.php1539 else if (preg_match('/\\.\\./', $local))
1544 else if (!preg_match('/^[A-Za-z0-9\\-\\.]+$/', $domain))
1549 else if (preg_match('/\\.\\./', $domain))
1555 (!preg_match('/^(\\\\.|[A-Za-z0-9!#%&`_=\\/$\'*+?^{}|~.-])+$/',
1559 if (!preg_match('/^"(\\\\"|[^"])+"$/',
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1092 if (preg_match('#^' . $value . '$#', $components['host'])) {
1102 …if (preg_match('#(?:\d{1-3}\.){4}#', $components['host'] . '.') && preg_match('#^' . $value . '$#'…
1113 return preg_match('#^' . $value . '$#', $components['host']) === 1;
1181 preg_match('#HTTP/1.\d (\d{3})#', $line, $temp);
2363 $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php216 if (!preg_match('~[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*~', $method)) {
1012 …if (preg_match('#\*[ \t]*+@deprecated[ \t]*+(.*?)\r?+\n[ \t]*+\*(?:[ \t]*+@|/$)#s', $method->getDo…
/plugin/batchedit/
H A Dengine.php1171 $matched = preg_match($positiveFilter, $pageId) == 1;
1175 $matched = preg_match($negativeFilter, $pageId) == 0;
/plugin/data-au/syntax/
H A Dentry.php80 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/', $line, $matches);
/plugin/extlist/
H A Dsyntax.php124 if (preg_match('/^(-?\d+)([.:])/', $match, $matches)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php191 if (!preg_match('/^[0-9a-f]{32}$/', $info['md5_data_source'])) {
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php356 if (! preg_match ( '#^[a-z0-9-]+/[+a-z0-9-]+$#i', $temp ['mime'] ))
/plugin/htmlokay/
H A Dadmin.php378 if (count($options) > 4 && !preg_match('/MSIE\s+\d+/', $_SERVER['HTTP_USER_AGENT']))

1...<<515253545556