Home
last modified time | relevance | path

Searched refs:preg_match (Results 1076 – 1100 of 1399) sorted by relevance

1...<<41424344454647484950>>...56

/plugin/button/
H A Dsyntax.php195 if (preg_match('/\[\[{ *(?<image>[^}\|]*) *\|?(?<css>[^}]*)}(?<link>[^\]\|]*)\|?(?<title>[^\]]*)/', $match, $matches)) {
250 if ((substr($match['link'], 0, strlen($force_uri_prefix)) === $force_uri_prefix) || (preg_match('#^mailto:|^([a-z0-9\-\.+]+?)://#i', $match['link']))) {
/plugin/jukebox/id3/
H A Dgetid3.php188 if (preg_match('/^(ht|f)tp:\/\//', $filename)) {
949 if (preg_match('/'.$info['pattern'].'/s', $filedata)) {
956 if (preg_match('/\.mp[123a]$/i', $filename)) {
/plugin/odt/renderer/
H A Dpage.php399 if ( preg_match('/maxlevel=[^;]+;/', $settings, $matches) === 1 ) {
412 if ( preg_match('/title=[^;]+;/', $settings, $matches) === 1 ) {
421 if ( preg_match('/leader_sign=[^;]+;/', $settings, $matches) === 1 ) {
431 if ( preg_match('/indents=[^;]+;/', $settings, $matches) === 1 ) {
440 if ( preg_match('/pagebreak=[^;]+;/', $settings, $matches) === 1 ) {
453 if ( preg_match('/styleH="[^"]+";/', $settings, $matches) === 1 ) {
465 if ( preg_match('/styleL'.($count + 1).'="[^"]+";/', $settings, $matches) === 1 ) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php100 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/twofactorsmsgateway/
H A Dhelper.php87 if (preg_match('/^[0-9]{5,}$/',$phone) != false) {
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php144 …if (preg_match("~<([^>]+)>[^>]*\$~", $this->returnPath, $matches)) $this->returnPath = $matches[1];
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php117 if (preg_match('/^\s*counter\(('.CSS_IDENT_REGEXP.')\)\s*(.*)$/', $string, $matches)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php166 preg_match(
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php167 if (preg_match($tempFile, $tempPath)) {
/plugin/sql2wiki/syntax/
H A Dquery.php65 if (preg_match('/([[:alpha:]]+)\((.*)\)/', $value, $matches)) {
/plugin/qna/syntax/
H A Dtoc.php53 preg_match('/~~(?:QNA|FAQ)(.*?)~~/', $match, $match);
/plugin/pagequery/
H A DPageQuery.php78 if (preg_match('/^(?:\^|-ns:)(.+)$/u', $token, $matches)) {
80 } elseif (preg_match('/^(?:@|ns:)(.+)$/u', $token, $matches)) {
482 $matched = @preg_match('/' . $query . '/i', $page);
564 $match = preg_match('`' . $expr . '`', $row[$metakey]) > 0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1355 if (preg_match('/([\-+])aCJK/i', $mode, $m)) {
1641 if (preg_match('/([0-9a-zA-Z]*)-([P,L])/i', $format, $m)) {
2181 if (preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $properties['BACKGROUND-IMAGE'])) {
2191 if (preg_match('/from-image/i', $properties['BACKGROUND-IMAGE-RESOLUTION']) && isset($sizesarray['set-dpi']) && $sizesarray['set-dpi'] > 0) {
2194 } elseif (preg_match('/(\d+)dpi/i', $properties['BACKGROUND-IMAGE-RESOLUTION'], $m)) {
2276 if (isset($this->bodyBackgroundImage['gradient']) && $this->bodyBackgroundImage['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $this->bodyBackgroundImage['gradient'])) {
4163 preg_match('/^([a-z_0-9\-]+)([BI]{0,2})$/', $fs, $fas); // Allow "-"
4495 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
4535 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
5861 if (preg_match("/(["
[all...]
/plugin/authldaplocal/
H A Dauth.php244 if($grpkey !== 'count' && preg_match($regexp, $grp, $match)) {
667 if(!preg_match($pattern, $user)) return false;
671 if(!preg_match($pattern, $info[$item])) return false;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php513 if (preg_match('/@category[\s]+([\.\w]+)/', $docComment, $matches)) {
517 if (preg_match('/@package[\s]+([\.\w]+)/', $docComment, $matches)) {
522 if (preg_match('/@subpackage[\s]+([\.\w]+)/', $docComment, $matches)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php82 if ((preg_match('#/$#', $name)) && !$name) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php170 … if (! preg_match('/^@(' . self::REGEX_TAGNAME . ')(?:\s*([^\s].*)|$)/us', $tagLine, $matches)) {
/plugin/uncmap/
H A Dsyntax.php38 if (preg_match('/[a-z]/',strtolower($line[0])) == 1) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php206 preg_match('/@[^\s]+/', $string, $matches, 0, $start);
/plugin/projects/lib/
H A Dtools.php123 if (!preg_match('/(\d+) *(B|KB|MB|GB|TB)?/', $limit, $matches)) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php101 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/data-au/syntax/
H A Dcloud.php89 if(preg_match('/^%(\w+)%$/', $col, $m) && isset($fields[$m[1]])) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php170 if (preg_match($tempFile, $tempPath)) {
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php101 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/farmsync/meta/
H A DTemplateUpdates.php83 if (preg_match('/^[\.]/', $file)) continue;

1...<<41424344454647484950>>...56