Home
last modified time | relevance | path

Searched refs:preg_match (Results 1126 – 1150 of 1399) sorted by relevance

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

/plugin/ifauthex/lib/
H A Dtokenizer.php44 $result = preg_match($matchRegex, $text, $matches, PREG_OFFSET_CAPTURE, $position);
/plugin/combo/action/
H A Dsnippetsbootstrap.php160 if (preg_match("/$scriptToDelete/i", $haystack)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DEanUpc.php38 if (preg_match('/[\D]+/', $code)) {
/plugin/photogallery/
H A DpgFetch.php176 preg_match('/^(.+)=(.+)$/', $par, $options);
/plugin/nspages/
H A DoptionParser.php156 return preg_match('/\s-' . $pattern . '/i', $subject, $matches);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php811 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value);
813 return preg_match('/' . preg_quote($pattern, '/') . '$/', $value);
815 return preg_match('/' . preg_quote($pattern, '/') . '/', $value);
1489 if (preg_match('/^http:\/\//i', $str) || is_file($str)) {
1687 $success = preg_match('/charset=(.+)/', $contentTypeHeader, $matches);
1713 $success = preg_match(
1958 if (!preg_match('/^\w[\w:-]*$/', $tag)) {
/plugin/groupmail/
H A DCHANGELOG18 Replaced with preg_match command
/plugin/news/
H A Dhelper.php64 if(preg_match("/notset/i", $this->sub_feed)) {
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php81 if (preg_match('/^'.$rx.'$/', $address, $matches)) {
/plugin/docimporter/
H A DImportUtils.php86 $imageInHeader = preg_match("/<DIV TYPE=HEADER>.*<IMG(.*)>.*<\/DIV>/s", $myHTMLContent);
/plugin/letsencrypt/
H A Dhelper.php136 …if(preg_match('/^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9…
/plugin/extendpage/meta/
H A DAssignments.php241 return (bool) preg_match($pattern, ":$page");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php151 …&& preg_match('`((?:<s)?cript (?:[^>]+)?language=[\'"]?php[\'"]?(?:[^>]+)?>)`i', $content, $match)…
/plugin/strata/helper/
H A Dutil.php80 if(preg_match("/^({$p->type})?$/", $string, $match)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php360 if (preg_match('/^http(s?):\/\//', $url)) {
/plugin/structnotification/
H A Dadmin.php
/plugin/odt/helper/
H A Ddwcssloader.php218 if(preg_match('/([_\-a-z0-9]+(?:\.[_\-a-z0-9]+)*?)\.(png|gif)/i',$file,$match)){
/plugin/authwordpress/
H A Dauth.php360 if (!preg_match($pattern, $info[$elem])) {
/plugin/struct/helper/
H A Dfield.php148 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
/plugin/swiftmail/
H A DSwift.php332 …if (is_string($recipients) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $…
340 … if (is_string($from) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $from))
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php149 $algo = preg_match('#^pbeWith(?:MD2|MD5|SHA1|SHA)And(.*?)-CBC$#', $algo, $matches) ?
199 if (preg_match('#^pbeWith(MD2|MD5|SHA1|SHA)And.*?-CBC$#', $algo, $matches)) {
/plugin/sectiontoggle/
H A DMobile_Detect.php1253 $match = (bool) preg_match(sprintf('#%s#is', $regex), (false === empty($userAgent) ? $userAgent : $this->userAgent), $matches);
1332 preg_match(sprintf('#%s#is', $propertyPattern), $this->userAgent, $match);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInput.php255 if (preg_match('/from-image/i', $properties['IMAGE-RESOLUTION']) && isset($info['set-dpi']) && $info['set-dpi'] > 0) {
258 } elseif (preg_match('/(\d+)dpi/i', $properties['IMAGE-RESOLUTION'], $m)) {
/plugin/nodetailsxhtml/
H A Drenderer.php131 if ( preg_match("/^class:(.*?)>(.*?)$/", $text, $matches) ) {
172 preg_match("/id=\"(.*?)\"/", $this->doc, $matches);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php403 preg_match('/^@\w+\{(.+?),/' ,$entry, $matches);
849 if (preg_match('/^{.*@.*}$/', $entry)) {
853 if (preg_match('/^\".*\\".*\"$/', $entry)) {

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