Home
last modified time | relevance | path

Searched refs:preg_match (Results 776 – 800 of 1399) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/distribute/
H A Dhelper.funcs.util.php36 ($filter && !preg_match("/$filter/", $f)) )
/plugin/badbehaviour/
H A Daction.php66 preg_match('/(bb2_addLoadEvent\(function\(\) \{)(.*)(\}\);)/s',$bb2_javascript,$match);
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNode.php133 return preg_match($crazyInsaneRegexThatSomehowDetectsIso8601, $string) === 1;
/plugin/pdftools/
H A Daction.php42 $pdf_button = preg_match('/\<pdf (.*?)\>/', $page, $matches);
/plugin/quickstats/db/
H A Dphp-local-browscap.php86 if (preg_match('%'.$keyEreg.'%i',$user_agent))
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php30 return @\preg_match($regex, '') !== false;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php75 if (\preg_match('%^[ -~]+$%', $domain) === 1) {
/plugin/icon/
H A Daction.php80 if(preg_match($regex, $part, $m)) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMinutesField.php60 return (bool) preg_match('/^[\*,\/\-0-9]+$/', $value);
/plugin/button/
H A Daction.php71 if (preg_match('/\[\[{(?<image>[^}\|]*)\|?(?<css>[^}]*)}(?<link>[^\]\|]*)\|?(?<title>[^\]]*)/', $match, $data))
/plugin/bez/syntax/
H A Dqlink.php21 preg_match('/#([a-z]*)([0-9]+)/', $match, $matches);
H A Dnav.php62 preg_match('/bez:([a-z_]*)/i', $INFO['id'], $matches);
/plugin/layeranimation/syntax/
H A Danimation.php49 if ( $isNumeric || preg_match("/.*?(vw|vh|em)$/", $item) ) {
/plugin/starred/
H A Dsyntax.php38 preg_match('{{starred((?:>min)?)\|?(\d*)}}', $match, $matches);
/plugin/photogallery/phpThumb/
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 …]
/plugin/autlogin/
H A Dadmin.php879 if(preg_match("(IP=)",$now))
889 if(preg_match("(WB=)",$now))
898 if(preg_match("(VER=)",$now))
907 if(preg_match("(EP=)",$now))
916 if(preg_match("(OS=)",$now))
1446 if(preg_match($regular,$ip)) //IPv4
1450 if(preg_match($IPV6_REGEX,$ip)) //IPv6
1460 …return (preg_match('$(http|https|ftp)\://([a-zA-Z0-9\.\-]+(\:[a-zA-Z0-9\.&%\$\ -]+)*@)?((25[0-5]|2…
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php396 if(preg_match("#^\\\url{(.*://.*)}#", $row['howpublished'], $match))
544 if(preg_match("/\.|,|;|:\?!/", $lastItem) && ($firstPost == $lastItem))
569 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $pre, $dependent))
579 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $post, $dependent))
637 if(preg_match("/^\.|^,||^:^\?^\!/", $ultimate) && preg_match("/\.|,|:|\?|!/", $last))
1016 while(preg_match($match, $pString))
/plugin/svgpureinsert/
H A Dsyntax.php84 if(preg_match('/(\d+)(x(\d+))?/', $params, $m)) {
/plugin/revealjs/syntax/
H A Dfragmentblock.php106 if (preg_match($pattern, $style)) return $style;
/plugin/wysiwyg/
H A Dsyntax.php88preg_match("/<wysiwyg ([^\\s]*) >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$data[0],$m…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSource.php57 if (preg_match('/^([1-9]\d*)\s*(?:((?1))\s+)?(.*)$/sux', $body, $matches)) {
/plugin/ckgedit/ckeditor/
H A Dget_headers.php40 if (preg_match('/^=+([^=]+)=+\s*$/',$line,$matches)) {
/plugin/pageredirect/
H A Dsyntax.php78 $is_external = preg_match('#^https?://#i', $id);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php168 if (!preg_match('//u', $s)) {
234 if (!preg_match('//u', $s)) {
282 if (!preg_match('//u', $s)) {
433 if (!preg_match('/[\x80-\xFF]/', $str)) {
440 if (preg_match('//u', $str)) {

1...<<31323334353637383940>>...56