Home
last modified time | relevance | path

Searched refs:preg_match (Results 51 – 75 of 1399) sorted by last modified time

12345678910>>...56

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php244 if (preg_match('# ([0-9]{2})/([0-9]{2})/([0-9]{2}) #', $ServerInfo['im_version'], $matches)) {
252 } elseif (preg_match('# ([0-9]{4})\\-([0-9]{2})\\-([0-9]{2}) #', $ServerInfo['im_version'], $matche…
353 if (!$php_sapi_name || (preg_match('#~#', dirname($_SERVER['PHP_SELF'])) && ($php_sapi_name != 'apa…
372 } elseif (preg_match('#^Apache/([0-9\\.]+)#i', $server_software, $matches)) {
449 …d-color: '.(preg_match('#(1|ON)#i', @ini_get($feature)) ? $color_true : $color_false).';">'.$phpTh…
H A DphpThumb.demo.gallery.php25 $docroot = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote(realpath(getenv('DOCUMEN…
58 if (!preg_match('#^'.preg_quote($dirlimit).'#', $currentdir)) {
66 } elseif (preg_match('#\\.(jpe?g|gif|png|bmp|tiff?)$#i', $file)) {
71 if (preg_match('#^'.preg_quote($dirlimit).'#', realpath($currentdir.'/..'))) {
H A DphpThumb.demo.random.php24 if (is_file($dirname.'/'.$file) && preg_match('#\\.(jpg|jpeg|gif|png|tiff|bmp)$#i', $file)) {
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default39 $PHPTHUMB_CONFIG['document_root'] = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote…
H A DphpThumb.php75 if (preg_match('#^'.preg_quote($nice_docroot).'(.*)$#', $nice_cachefile, $matches)) {
102 } elseif (preg_match('#\\.ico$#i', $phpThumb->cache_filename)) {
159 if (!preg_match('#(password|mysql)#i', $key)) {
180 if (preg_match('#^new\=([a-z0-9]+)#i', $_GET['src'], $matches)) {
185 if (preg_match('#^([\d]*)x?([\d]*)$#i', @$args[count($args) - 2], $matches)) {
249 if (preg_match('#^([a-z0-9]+)://#i', $_GET['src'], $protocol_matches)) {
250 if (preg_match('#^(f|ht)tps?://#i', $_GET['src'])) {
440 } elseif (preg_match('#^(f|ht)tps?\\://#i', $phpThumb->src)) {
493 if (preg_match('#^https?\\://[^\\?&]+\.(jpe?g|gif|png|webp|avif)$#i', $phpThumb->src)) {
631 } elseif (preg_match('#^([a-z0-9]+)://#i', $_GET['src'], $protocol_matches)) {
[all …]
H A Dphpthumb.class.php296 $this->issafemode = (bool) preg_match('#(1|ON)#i', ini_get('safe_mode'));
337 if (preg_match('#^[a-z]{3,4}$#', $sourceFileExtension)) {
659 if (preg_match('#^[a-z0-9]+://#i', $filename)) {
963 if (!preg_match('#^(config_|debug|fatalerror)#i', $key)) {
995 if (preg_match('#^(f|ht)tps?\://#i', $this->sourceFilename)) {
1107 if (preg_match('#^(f|ht)tps?\://#i', $this->src)) {
1360 if (preg_match('#^[a-z0-9]+\\:/{1,2}#i', $filename)) {
1628 if (preg_match('#^[\\+\\-]([a-z\\-]+) #', trim($line), $matches)) {
1859 if (preg_match('#^bord\|([\d]+)#', $value, $matches)) {
2389 if (preg_match('#jpe?g#i', $outputFormat) && $this->q) {
[all …]
H A Dphpthumb.filters.php1119 if (preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)(@[LCR])?$#i', $alignment, $matches)) {
1438 if (preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)$#i', $alignment, $matches)) {
H A Dphpthumb.functions.php233 return preg_match('#^[0-9A-F]{6}$#i', $HexColorString);
533 if (preg_match('#bundled \((.+)\)$#i', $gd_info['GD Version'], $matches)) {
555 if (preg_match('#^Content-Length: (.*)#i', $headerline, $matches)) {
576 if (preg_match('#^Last-Modified: (.*)#i', $headerline, $matches)) {
673 if (preg_match('#^HTTP/[\\.\d]+ ([\d]+)\s*(.+)?$#i', rtrim($line), $matches)) {
676 } elseif (preg_match('#^Location: (.*)$#i', rtrim($line), $matches)) {
771 if ($followredirects && preg_match('#302 [a-z ]+; Location\\: (http.*)#i', $errstr, $matches)) {
865 …if (preg_match('#^'.preg_quote($open_basedir).'#'.($case_insensitive_pathname ? 'i' : ''), $dirnam…
1050 if (preg_match('#^(f|ht)tp\://#i', $filename)) {
/plugin/photogallery/
H A Dsyntax.php113 }elseif(preg_match('/^=(\d+)$/',$param,$match)){
115 }elseif(preg_match('/^\+(\d+)$/',$param,$match)){
119 }elseif(preg_match('/^(\d+)([xX])(\d+)$/',$param,$match)){
151 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/', $line, $matches);
161 if (preg_match('/^https?:\/\//i',$line[1]))
171 if (preg_match('/^([pti])(size)$/',$line[0],$type)) {
172 if (preg_match('/^(\d+)([xX])(\d+)$/',$line[1],$size)) {
180 if (preg_match('/^\!.{1,}/', $line[0], $matches))
444 if(!preg_match('/\.(jpe?g|png|gif)(\?|$)/i',
450 if(!preg_match('/^https?:\/\//i',$ilink)){
[all …]
/plugin/sqlite/
H A DFunctions.php137 return (bool)preg_match('/' . $regexp . '/u', $value);
H A DSQLiteDB.php193 if ($count && preg_match('/^INSERT /i', $sql)) {
479 if (!preg_match('/no such table/', $e->getMessage())) {
/plugin/starred/
H A Dsyntax.php38 preg_match('{{starred((?:>min)?)\|?(\d*)}}', $match, $matches);
/plugin/nodetailsxhtml/
H A Drenderer.php131 if ( preg_match("/^class:(.*?)>(.*?)$/", $text, $matches) ) {
172 preg_match("/id=\"(.*?)\"/", $this->doc, $matches);
/plugin/qna/syntax/
H A Dtoc.php53 preg_match('/~~(?:QNA|FAQ)(.*?)~~/', $match, $match);
/plugin/batchedit/
H A Dinterface.php594 if (preg_match("/^(\r?\n)/", $value, $match) == 1) {
H A Drequest.php222 if (preg_match('/^([^\w\\\\]|_).+?\1[imsxADSUXJu]*$/s', $regexp) != 1) {
H A Dserver.php61 if (!isset($_REQUEST['session']) || preg_match('/^[0-9a-f]+$/', $_REQUEST['session']) != 1) {
H A Dengine.php1171 $matched = preg_match($positiveFilter, $pageId) == 1;
1175 $matched = preg_match($negativeFilter, $pageId) == 0;
/plugin/columns/
H A Daction.php363 if (preg_match($pattern, $attribute, $match) == 1) {
412 return preg_match('/[lrcj]/', $align) ? 'text-align' : 'vertical-align';
H A Dsyntax.php77 if (preg_match($pattern, $match, $data) == 1) {
430 if (preg_match('/([\d\.]+)(.+)/', $width, $match) == 1) {
472 if (preg_match('/fo:page-width="([\d\.]+)(.+?)"/', $style, $match) == 1) {
477 if (preg_match('/fo:margin-left="([\d\.]+)(.+?)"/', $style, $match) == 1) {
483 if (preg_match('/fo:margin-right="([\d\.]+)(.+?)"/', $style, $match) == 1) {
497 …if (preg_match('/<style:default-style style:family="paragraph">(.+?)<\/style:default-style>/s', $s…
498 if (preg_match('/<style:text-properties(.+?)>/', $match[1], $match) == 1) {
499 if (preg_match('/fo:font-size="([\d\.]+)(.+?)"/', $match[1], $match) == 1) {
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php12 return preg_match('/^[a-zA-Z0-9]+$/', $var);
18 return preg_match('/^[a-zA-Z]+$/', $var);
24 return preg_match('/^[\x00-\x1F\x7F]+$/', $var);
30 return preg_match('/^[0-9]+$/', $var);
36 return preg_match('/^[\x20-\x7E\x80-\xFF]+$/', $var);
42 return preg_match('/^[a-z]+$/', $var);
48 return preg_match('/^[\x20-\x7E\x80-\xFF]+$/', $var);
54 return preg_match('/^[^\w\s]+$/', $var);
60 return preg_match('/^[\r\t\n]+$/', $var);
66 return preg_match('/
[all...]
/plugin/mikioplugin/syntax/
H A Dcarousel.php77 preg_match('/{{([^>|}]+(\.jpg|\.gif|\.png))\|?.*}}/', rawWiki($page_id), $image_matches);
H A Dcore.php270 preg_match('/([[:xdigit:]]{3}){1,2}/', $optionValue, $matches);
519 } elseif (preg_match('/^\d+(px|em|rem|%)$/', $part)) {
521 } elseif (preg_match('/^#[0-9a-fA-F]{6}$|^[a-zA-Z]+$/', $part)) {
/plugin/mikioplugin/
H A Daction.php84 if(preg_match("/([a-z]*)\s+(.*)/", $line, $matches)) {
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php392 if (preg_match('/-->$/', $Line['text']))
410 if (preg_match('/-->$/', $Line['text']))
423 if (preg_match('/^['.$Line['text'][0].']{3,}[ ]*([^`]+)?[ ]*$/', $Line['text'], $matches))
480 if (preg_match('/^'.$Block['char'].'{3,}[ ]*$/', $Line['text']))
543 if (preg_match('/^('.$pattern.'[ ]+)(.*)/', $Line['text'], $matches))
580 if ($Block['indent'] === $Line['indent'] and preg_match('/^'.$Block['pattern'].'(?:[ ]+(.*)|$)/', $Line['text'], $matches))
657 if (preg_match('/^>[ ]?(.*)/', $Line['text'], $matches))
673 if ($Line['text'][0] === '>' and preg_match('/^>[ ]?(.*)/', $Line['text'], $matches))
700 if (preg_match('/^(['.$Line['text'][0].'])([ ]*\1){2,}[ ]*$/', $Line['text']))
740 if (preg_match('/
[all...]

12345678910>>...56