Home
last modified time | relevance | path

Searched refs:preg_match (Results 351 – 375 of 1399) sorted by relevance

1...<<11121314151617181920>>...56

/plugin/publist/bib2tpl/
H A Dhelper.inc.php68 if ( preg_match('/^\d[\d]$/', $month) )
77 if ( preg_match($pattern , $month) )
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php68 if ( preg_match('/^\d[\d]$/', $month) )
77 if ( preg_match($pattern , $month) )
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php112 return preg_match($regex, $rec['message']) > 0;
131 …if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $m…
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php112 return preg_match($regex, $rec['message']) > 0;
131 if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php112 return preg_match($regex, $rec['message']) > 0;
131 if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
/plugin/fullindex/
H A Daction.php145 }elseif($type == 'f' && !preg_match('#\.txt$#',$file)){
163 if($type == 'f' && preg_match('#\:'.$conf['start'].'$#', $id)) { return false;}
275 if(preg_match('#wikilink2#', $ret)) {
/plugin/canvas/
H A Dcanvas.php221 if (preg_match($pattern, $args, $matches)) {
243 if (preg_match('/^(?:!|not?)(.+)/',$token, $matches)) {
246 } elseif (preg_match('/^[A-Za-z]/',$token)) {
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php282 if (preg_match('/^(?:(?:(.*)(?:\/+))?([^\/]+))(?:\/?)$/u', $path, $matches)) {
327 if (preg_match('% ^([A-Za-z][A-Za-z0-9+-\.]+): %x', $uri, $matches)) {
360 if (!preg_match($regex, $uri, $matches)) {
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php282 if (preg_match('/^(?:(?:(.*)(?:\/+))?([^\/]+))(?:\/?)$/u', $path, $matches)) {
327 if (preg_match('% ^([A-Za-z][A-Za-z0-9+-\.]+): %x', $uri, $matches)) {
360 if (!preg_match($regex, $uri, $matches)) {
/plugin/autolink3/
H A Dsys.php29 if (preg_match("/==*/", $em)==1)$ign == false ? $ign = true : $ign = false;
40 if (preg_match('/(\W|^)('.$word.')($|[^a-z0-9_\-])/i', $element) == 1)
145 if (preg_match('/:/', $word))
/plugin/combo/ComboStrap/
H A DInterWiki.php113 if (preg_match('#{URL}#', $interWikiUrlTemplate)) {
125 if (preg_match('#{NAME}#', $interWikiUrlTemplate)) {
142 if (preg_match('#{(SCHEME|HOST|PORT|PATH|QUERY)}#', $interWikiUrlTemplate)) {
/plugin/sketchcanvas/phplib/
H A Dspyc.php587 if ( is_numeric($value) && preg_match ('/^(-|)[1-9]+[0-9]*$/', $value) ){
641 while (preg_match('/\[([^{}\[\]]+)\]/U',$inline,$matchseqs)) {
647 while (preg_match('/{([^\[\]{}]+)}/U',$inline,$matchmaps)) {
829 if (preg_match ('#<.*?>$#', $line)) return false;
838 if (preg_match ('#^[^:]+?:\s*\[#', $line)) return true;
978 if (($line[0] == '"' || $line[0] == "'") && preg_match('/^(["\'](.*)["\'](\s)*:)/',$line,$matches)) {
1013 if ($line[0] == '&' && preg_match('/^(&['.$symbolsForReference.']+)/', $line, $matches)) return $matches[1];
1014 if ($line[0] == '*' && preg_match('/^(\*['.$symbolsForReference.']+)/', $line, $matches)) return $matches[1];
1015 if (preg_match('/(&['.$symbolsForReference.']+)$/', $line, $matches)) return $matches[1];
1016 if (preg_match('/(\*['
[all...]
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php486 preg_match('/^@\w+\{(.+)/', $entry, $matches);
498 preg_match('/^@(\w+)\{(.+),/', $entry, $matches);
599 preg_match('/^@\w+\{(.+)/' ,$entry, $matches);
613 preg_match('/^@\w+\{([\w\d]+),/' ,$entry, $matches);
702 if (!empty($ret['date']) && preg_match('|(\d\d\d\d).*|U', $ret['date'], $matches)) {
793 preg_match('/\$([^$]+)\$/' ,$entry, $matches);
1190 if (preg_match('/^{.*@.*}$/', $entry)) {
1194 if (preg_match('/^\".*\\".*\"$/', $entry)) {
/plugin/metaheaders/
H A Daction.php72 if (!preg_match('/' . $clear[$y]['cond'] . '/', $ID)) {
85 if ( !preg_match(trim($value), $headerVal ) ) {
120 if (preg_match('/'.$header['cond'].'/', $ID)) {
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php178 …return preg_match("/^([a-z\d](-*[a-z\d])*)(\.([a-z\d](-*[a-z\d])*))*$/i", $host) //valid chars che…
180 && preg_match("/^[^\.]{1,63}(\.[^\.]{1,63})*$/", $host); //length of each label
/plugin/strata/syntax/
H A Dinfo.php43 preg_match('/~~INFO:strata(type|aggregate)s~~/',$match, $captures);
48 if(preg_match("@/([^/]+)/${kind}s/([^/]+)\.php@",$type,$matches)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php14 use function preg_match;
74 preg_match(self::MATCH_RANGE, $this->option, $match);
90 preg_match(self::MATCH_RANGE, $this->option, $match);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
/plugin/sentry/
H A DBrowser.php904 if (preg_match('/308|425|426|474|0b1/i', $aresult)) {
923 if(preg_match('#trident/([0-9\.]+);#i', $this->_agent, $aresult)){
987 if (preg_match('/\//', $resultant)) {
1004 if (preg_match('/Version\/(1*.*)$/', $resultant, $matches)) {
1006 } else if (preg_match('/\//', $resultant)) {
1023 if (preg_match('/\//', $resultant)) {
1244 …if (stripos($this->_agent, 'Mozilla') !== false && preg_match('/IceCat\/([^ ]*)/i', $this->_agent,…
1258 if (preg_match("/Nokia([^\/]+)\/([^ SP]+)/i", $this->_agent, $matches)) {
1278 if (preg_match("/Firefox[\/ \(]([^ ;\)]+)/i", $this->_agent, $matches)) {
1290 } else if (preg_match("/Firefox$/i", $this->_agent, $matches)) {
[all …]
/plugin/siteexport/action/
H A Dajax.php570 "matches" => preg_match($PATTERN, $URL) ? 'match' : 'no match'
573 if ( preg_match($PATTERN, $URL) ) { return false; }
721 if (preg_match("#^\.\.?/#", $DATA[2])) {
757 $ISMEDIA = preg_match($MEDIAMATCHER, $DATA[2]) === 1;
936 preg_match("#id=(.*?)(&|\")#i", $DATA[0], $backlinkID);
1056 if ( !empty($tmpFile[2]) && !preg_match("#\.{$tmpFile[2]}$#", $DATA[2]) ) {
1078 if (preg_match("%^(https?://|mailto:|javascript:|data:)%", $DATA[2])) {
1084 if (preg_match("%media=(https?://.*?$)%", $DATA[2], $matches)) {
1090 if (preg_match("%^#.*?$%", $DATA[2])) {
1101 if ( !preg_match('$^(' . DOKU_BASE . ')?lib/$', $DATA[2]) ) {
[all …]
/plugin/data-au/
H A Dhelper.php112 …if(isset($type['enum']) && !preg_match('/(^|,\s*)' . preg_quote_cb($value) . '($|\s*,)/', $type['e…
119 if(preg_match('/^(\d\d?)-(\d\d?)-(\d\d\d\d)$/', $value, $m)) {
127 if(!preg_match('!^[a-z]+://!i', $value)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php193 } elseif (preg_match('#^[0-9]+/[0-9]+$#', $value)) {
195 } elseif (preg_match('#^[0-9]+$#', $value)) {
197 } elseif (preg_match('#^[0-9\.]+$#', $value)) {
/plugin/src/
H A Dsyntax.php222 if (preg_match('/^(((\.:{0,1}){0,1}(\w+\.*\-*)+)|\.(\:)?(\w+\-*\:*)+)\z/smu', $filePath)) {
229 …else if (preg_match('/^(\w+\-*\.*\:{0,5})+(\:+)(\w+\.*\-*\:{0,5})*\z|^(\:(\w+\.*\-*\:{0,5})*)\z/sm…
235 else if (preg_match('/^(\.:)?(\.\.):?(\w+\.*\-*\:{0,5})*\z/smu', $filePath)) {
/plugin/iptrust/
H A Dadmin.php41 if (preg_match('/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/', $_REQUEST['ip']) &&
60 if (preg_match('/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/', $ip) &&
81 if (preg_match('/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/', $ip) &&
/plugin/usersubscriptions/
H A Dsyntax.php174 $isns = !preg_match('/\.txt:$/', $ns);
175 foreach($exclude as $r) if(preg_match($r, $ns)) return $us;
191 if($item->isFile() && !preg_match('/\.txt:?$/', $scns)) continue;

1...<<11121314151617181920>>...56