Home
last modified time | relevance | path

Searched refs:preg_match (Results 1301 – 1325 of 1399) sorted by relevance

1...<<515253545556

/plugin/backup/
H A Dadmin.php395 return !preg_match('/\.(dist|example|bak)/', $path);
/plugin/icalevents/
H A Dsyntax-impl.php408 return !preg_match('#^https?://#i', $source);
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php332 if (! preg_match ( '#^[a-z0-9-]+/[+a-z0-9-]+$#i', $temp ['mime'] ))
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php298 if (preg_match("/bundled \(([\d\.]+) compatible\)/", $gd_version_string, $matches)) {
/plugin/tagfilter/
H A Dhelper.php93 return (bool)@preg_match('/^' . $tagExpression . '$/i', $tag);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php139 if(preg_match('/' . $regex . '/', $domain)) {
253 if(preg_match('/^Country: (.*?) \((.*?)\)\nCity: (.*?)$/s', $data, $match)) {
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php173 $result = preg_match('/' . 'console\.' . '/is', $codeContent);
/plugin/siteexport/
H A Dhelper.php51 if ($_pattern && !preg_match($_pattern,$entry)) {
/plugin/rater/
H A Dsyntax.php448 if( preg_match(LINK_PATTERN, $body) ) {
471 if( preg_match(LINK_PATTERN, $body) ) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php198 …if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue…
418 … (Token::OPERATOR_TYPE == $token->getType() && preg_match(Lexer::REGEX_NAME, $token->getValue()))
/plugin/editx/
H A Daction.php141 if (is_file($oldfile) && preg_match($regex,$file)){
/plugin/elwikiupgrade/
H A Dadmin.php519 if(preg_match('/(^|[^\d])(\d\d\d\d-\d\d-\d\d)([^\d]|$)/i', $version, $m)) {
/plugin/imagemap/
H A Dsyntax.php282 if (preg_match('/^(.*)@([^@]+)$/u', $title, $match)) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php683 … if (!preg_match('#^ (-|\+)? ([1-5])? (MO|TU|WE|TH|FR|SA|SU) $# xi', $part)) {
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md30 …ugs.php.net/bug.php?id=45735) which exists in versions `<` 7.0, where `preg_match()` causes a segf…
/plugin/txtconf/
H A Dconfig0.class.php324 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
/plugin/swiftmail/Swift/Message/
H A DHeaders.php508 … if (preg_match("~[\\s\";,<>\\(\\)@:\\\\/\\[\\]\\?=]~", $line)) $lines[$i] = '"' . $line . '"';
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php683 … if (!preg_match('#^ (-|\+)? ([1-5])? (MO|TU|WE|TH|FR|SA|SU) $# xi', $part)) {
/plugin/translate/
H A Dhelper.php88 return preg_match('/^\w{2,3}(?:-\w+)?$/', $lang) &&
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php99 if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php683 … if (!preg_match('#^ (-|\+)? ([1-5])? (MO|TU|WE|TH|FR|SA|SU) $# xi', $part)) {
/plugin/archivegenerator/
H A Dadmin.php398 if ($skipRegex && preg_match("#$skipRegex#", $this->getDWPathName($srcFN))) {
/plugin/captcha/
H A Dhelper.php
/plugin/imagemapping/
H A Dsyntax.php
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php100 …ring) && (substr($CurrentDataLAMEversionString, 0, 6) == 'LAME3.') && !preg_match('[0-9\)]', subst…
726 if (preg_match('#^LAME([0-9\\.a-z]+)#', $thisfile_mpeg_audio_lame['long_version'], $matches)) {
1611 if (!preg_match('#_distribution$#i', $key1)) {

1...<<515253545556