Home
last modified time | relevance | path

Searched refs:preg_match (Results 976 – 1000 of 1399) sorted by relevance

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php194 return preg_match(static::USER_AGENT_REGEX, $_SERVER['HTTP_USER_AGENT']) === 1;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php204 …if (!preg_match('/^(append)|(?:bytes=([0-9]+)-([0-9]*))|(?:bytes=(-[0-9]+))$/i', $range, $matches)…
/plugin/gh/
H A Dsyntax.php83 … if (preg_match('/([\w.\-]+)\/([\w-]+\/[\w-]+(\/[\w-]+)?)\/blob\/([\w-]+)\/(.*)$/', $url, $m)) {
/plugin/ifauthex/
H A Dsyntax.php98 preg_match('/^<ifauth\b(.*?)>$/', $match, $matches);
/plugin/mobiletable/
H A Daction.php100 if (preg_match('/^\|[\|\s:]*?([^\|]*)[\|\s:]*\|$/', $line, $text)) {
/plugin/combo/ComboStrap/
H A DTemplate.php73 preg_match('/' . self::LONG_VARIABLE_NAME_CAPTURE_EXPRESSION . '/im', $part, $matches);
/plugin/imapmarkers/syntax/
H A Dreference.php68 if (preg_match("/\{{2}(?i)IMAPMLOC>\s*(.+?)\s*\|\s*(.+?)\s*\}{2}/", $match, $matches)) {
/plugin/structtasks/meta/
H A DAbstractNotifier.php123 return preg_match($completed_pattern, $status);
/plugin/siteexport/inc/
H A Dpdfgenerator.php21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
/plugin/redirect2/
H A Daction.php73 if (preg_match('@^(https?://|/)@', $dest)) {
293 if (preg_match('/^%.*%$/', $pattern) !== 1) continue;
/plugin/authvk/
H A Dauth.php416 if(!preg_match($pattern, $user)) return false;
420 if(!preg_match($pattern, $info[$item])) return false;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php162 if (preg_match('/^\p{Ll}/u', $shortContent) === 1) {
188 if (preg_match('/^\p{Ll}/u', $tokens[$long]['content']) === 1) {
/plugin/do/
H A Dhelper.php151 if (!preg_match($dateRegex, $args['from'][0]) || !preg_match($dateRegex, $args['to'][0])) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php260 if (is_null($val) && $i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
286 if ($i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php319 $wrongProtocol = !preg_match(self::$_protocolRegex, $url);
383 if (preg_match('#^https?://([^/]*)/?(.*)#i', $baseurl, $matches)) {
774 if (preg_match($exp1 . $exp2, $time, $matches) == 0) {
821 if (!preg_match($durationRegEx, $duration, $matches)) {
/plugin/epub/scripts/
H A Depub_utils.php233 if(!preg_match("#https?#",$url)) {
572 if(preg_match($regex,$xhtml,$matches)) {
589 if(preg_match("#^//#",$url)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php255 if (isset($properties['GRADIENT-MASK']) && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $properties['GRADIENT-MASK'])) {
327 if (preg_match('/from-image/i', $properties['IMAGE-RESOLUTION']) && isset($info['set-dpi']) && $info['set-dpi'] > 0) {
330 } elseif (preg_match('/(\d+)dpi/i', $properties['IMAGE-RESOLUTION'], $m)) {
/plugin/schedule/
H A Dschedules.class.php207 if (is_file ($pathFile) && preg_match ('#.*\.cache#i', $file, $b))
311 if (preg_match ('/[0-9]/', $schedule->where)) {
389 preg_match ('#'.$this->scheduleRoot->mbrPrefix.'.*\.xml$#i', $file, $b))
619 …if (preg_match ("#(?<start>(.|\n)*)<schedule(?<option>[^>]*)>(?<place>([^<]|\n)*)</schedule>(?<end…
626 …} else if (preg_match ("#(?<start>(.|\n)*=+ Lieu =+\n)(?<place>([^=]|=[^=]|\n)*)(?<end>\n=(.|\n)*)…
800 preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $event->from, $dt_from);
805 preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $event->to, $dt_to);
1152 if (preg_match ("#(?<from>[^-]*)-(?<to>[^-]*)#", $at, $dumy))
1220 preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $event->from, $dt_from);
1250 preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $this->after, $dt_start);
[all …]
/plugin/sqlraw/
H A Dsimple_html_dom.php660 return preg_match("/^".preg_quote($pattern,'/')."/", $value);
662 return preg_match("/".preg_quote($pattern,'/')."$/", $value);
665 return preg_match($pattern, $value);
667 return preg_match("/".$pattern."/i", $value);
1019 if (preg_match("/^http:\/\//i",$str) || is_file($str))
1196 $success = preg_match('/charset=(.+)/', $contentTypeHeader, $matches);
1215 $success = preg_match('/charset=(.+)/', $fullvalue, $matches);
1364 if (!preg_match("/^[\w-:]+$/", $tag)) {
/plugin/tools/
H A Daction.php92 if (!$exists || preg_match("/$sp/i",$ID))
/plugin/webcomponent/syntax/
H A Ddropdown.php142 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
/plugin/strreplace/
H A Daction.php80 if(preg_match('/^#.*?#$/',$srch)) {
/plugin/codedoc/
H A Dblock.php73 if(preg_match('/^(toggle)(.*)/',$match, $matches)) {
/plugin/booking/
H A Dhelper.php88 if (preg_match('/([\d\.,]+)([dhm])/i', $time, $m)) {
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php92 if (!preg_match('/^(\d{4})-(\d{2})-(\d{2})(Z|([+-]\d{2}:\d{2}))?$/', $data)) {

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