Home
last modified time | relevance | path

Searched refs:regex (Results 126 – 150 of 380) sorted by relevance

12345678910>>...16

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CustomInfoType.php117 public function setRegex(GooglePrivacyDlpV2Regex $regex) argument
119 $this->regex = $regex;
126 return $this->regex;
/plugin/adultcontent/
H A Daction.php30 $regex=$this->getConf('keywords');
32 echo "<script>alert(\"$regex\");</script>";
33 if (preg_match("/$regex/si",$event->data[0][1]))
/plugin/linkback/exe/
H A Dpingback.php168 $regex = '!<a[^>]+?href="' . $searchurl . '"[^>]*?>(.*?)</a>!is';
170 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match)) {
175 $regex = '!<a[^>]+?href="' . $searchurl . '"[^>]*?>(.*?)</a>!is';
177 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match))
186 $regex = '!<title.*?>(.*?)</title>!is';
187 if (!preg_match($regex, $page['body'], $match))
/plugin/structautolink/
H A Drenderer.php19 protected $regex; variable in renderer_plugin_structautolink
124 $this->regex = null;
135 $this->regex = '/\b(?:' . implode('|', $patterns) . ')\b/';
148 if (!$this->regex) return false;
150 if (!preg_match_all($this->regex, $text, $matches, PREG_OFFSET_CAPTURE)) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRegularExpression.php60 * @param string $regex The regular expression to
72 $regex, argument
77 parent::__construct($iterator, $regex, $mode, $flags, $pregFlags);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php302 $regex = "/
316 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
483 $regex = '# (?: (\\\\ (?: \\\\ | N | n | ; | , ) )';
485 $regex .= ' | (' . $delimiter . ')';
487 $regex .= ') #x';
489 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
598 $regex = '/^
605 preg_match($regex, $this->rawLine, $matches);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php302 $regex = "/
316 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
483 $regex = '# (?: (\\\\ (?: \\\\ | N | n | ; | , ) )';
485 $regex .= ' | (' . $delimiter . ')';
487 $regex .= ') #x';
489 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
598 $regex = '/^
605 preg_match($regex, $this->rawLine, $matches);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php302 $regex = "/
316 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
483 $regex = '# (?: (\\\\ (?: \\\\ | N | n | ; | , ) )';
485 $regex .= ' | (' . $delimiter . ')';
487 $regex .= ') #x';
489 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
598 $regex = '/^
605 preg_match($regex, $this->rawLine, $matches);
/plugin/overlay/
H A Daction.php44 $regex = "";
47 $regex .= "$xcl|" ;
50 $regex = trim($regex, '|');
51 $regex .= '|preview';
52 $JSINFO['overlay'] = preg_match("/" . $regex ."/",$ACT);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php333 $regex = "/
347 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
532 $regex = '# (?: (\\\\ (?: \\\\ | N | n | ; | , ) )';
534 $regex .= ' | ('.$delimiter.')';
536 $regex .= ') #x';
538 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
643 $regex = '/^
650 preg_match($regex, $this->rawLine, $matches);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php226 * @param string $regex Regex.
229 public function name($regex) argument
231 $this->_filters[] = function (\SplFileInfo $current) use ($regex) {
232 return 0 !== preg_match($regex, $current->getBasename());
243 * @param string $regex Regex.
246 public function notIn($regex) argument
248 $this->_filters[] = function (\SplFileInfo $current) use ($regex) {
250 if (0 !== preg_match($regex, $part)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php348 $regex = "/
362 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
550 $regex = '# (?: (\\\\ (?: \\\\ | N | n | ; | , ) )';
552 $regex .= ' | (' . $delimiter . ')';
554 $regex .= ') #x';
556 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
666 $regex = '/^
673 preg_match($regex, $this->rawLine, $matches);
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md8 …<a href="https://travis-ci.org/hoaproject/regex"><img src="https://img.shields.io/travis/hoaprojec…
9 …ps://coveralls.io/github/hoaproject/regex?branch=master"><img src="https://img.shields.io/coverall…
10 …<a href="https://packagist.org/packages/hoa/regex"><img src="https://img.shields.io/packagist/dt/h…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/regex.s…
24 …d](https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject/regex)
36 require [`hoa/regex`](https://packagist.org/packages/hoa/regex):
39 $ composer require hoa/regex '~1.0'
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js565 var regex = regexs[i];
566 if (regex.ignoreCase) {
568 } else if (/[a-z]/i.test(regex.source.replace(
684 function allowAnywhereFoldCaseAndRenumberGroups(regex) { argument
688 var parts = regex.source.match(
760 if (regex.ignoreCase && needToFoldCase) {
783 var regex = regexs[i];
784 if (regex.global || regex.multiline) { throw new Error('' + regex); }
1000 var regex = patternParts[1];
1001 var k = '' + regex;
[all …]
/plugin/sphinxsearch-was/
H A Dfunctions.php107 $regex = "(={1,6})\s*({$headerReg})\s*(={1,6})";
110 if (!preg_match("/$regex/i", $doc, $matches)) {
128 $regex = "(={1,6})\s*({$headerReg})\s*(={1,6})";
130 if (preg_match("/$regex/i", $doc, $matches)) {
135 $regex = '(={4,6})(.*?)(={4,6})';
136 if (preg_match("/$regex/i", $endDoc, $matches)) {
154 $regex = '(={4,6})(.*?)(={4,6})';
155 if (preg_match("/$regex/i", $endDoc, $matches)) {
/plugin/sphinxsearch/
H A Dfunctions.php115 $regex = "(={1,6})\s*({$headerReg})\s*(={1,6})";
118 if (!preg_match("/$regex/i",$doc,$matches)) {
136 $regex = "(={1,6})\s*({$headerReg})\s*(={1,6})";
138 if (preg_match("/$regex/i",$doc,$matches)) {
143 $regex = '(={4,6})(.*?)(={4,6})';
144 if (preg_match("/$regex/i",$endDoc,$matches)) {
162 $regex = '(={4,6})(.*?)(={4,6})';
163 if (preg_match("/$regex/i",$endDoc,$matches)) {
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php247 static $regex;
249 if ( ! isset($regex)) {
250 $regex = sprintf(
259 $matches = preg_split($regex, $input, -1, $flags);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyfra…
/plugin/asyncsearch/
H A Dpagelookup.php99 $data = ft_pageSearch($QUERY,$regex);
105 print html_wikilink(':'.$id,useHeading('navigation')?null:$id,$regex);
112 print '<dd>'.ft_snippet($id,$regex).'</dd>';
/plugin/linkback/action/
H A Dsend.php305 $regex = '!<link rel="pingback" href="([^"]+)" ?/?>!';
306 if (!preg_match($regex, $data, $match)) {
321 $regex = '!<rdf:RDF.*?</rdf:RDF>!is';
322 if (preg_match_all($regex, $data, $matches)) {
335 $regex = '!<a href="([^"]*?)" rel="trackback">!is';
336 if (preg_match($regex, $data, $match))
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dvalid_v6.php5 …$regex = '/^(((?=(?>.*?(::))(?!.+\3)))\3?|([\dA-F]{1,4}(\3|:(?!$)|$)|\2))(?4){5}((?4){2}|(25[0-5]|…
6 if(!preg_match($regex, $ipv6))
/plugin/epub/scripts/
H A Depub_utils.php531 $regex = '#<img src=\"(.*?ditaa.*?)\".*\/>#m';
533 if(!preg_match_all($regex,$xhtml,$matches,PREG_SET_ORDER)) return;
550 …$regex = '#<img src=\"(.*?' . $data['md5'] . '.*?)\".*\/>#m'; // use the ditaa plugin's md5 ident…
552 $xhtml = preg_replace($regex,$replace,$xhtml);
563 $regex = $regex = 'src=.*?'.$data['md5'] . '"' ;
564 $xhtml = preg_replace('#' . $regex .'#',"src=\"../$name\"",$xhtml);
569 $regex='#mathpublish\/img.php\?img=([a-f0-9]+)\"#';
572 if(preg_match($regex,$xhtml,$matches)) {
578 $regex = '#src\s*=.*?mathpublish\/img.php\?img=([a-f0-9]+)\"#';
579 $xhtml = preg_replace($regex, $name ,$xhtml );
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php109 public function hasRecordThatMatches($regex, $level) argument
111 return $this->hasRecordThatPasses(function ($rec) use ($regex) {
112 return preg_match($regex, $rec['message']) > 0;
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php109 public function hasRecordThatMatches($regex, $level) argument
111 return $this->hasRecordThatPasses(function ($rec) use ($regex) {
112 return preg_match($regex, $rec['message']) > 0;
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php109 public function hasRecordThatMatches($regex, $level) argument
111 return $this->hasRecordThatPasses(function ($rec) use ($regex) {
112 return preg_match($regex, $rec['message']) > 0;

12345678910>>...16