Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 25 of 380) sorted by path

12345678910>>...16

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js72 function error(sev,s,msg,a1,a2,a3,a4){var i,j,regex,tmp
/plugin/aceeditor/
H A Dbuild.js1regex==null)continue;f.regex instanceof RegExp&&(f.regex=f.regex.toString().slice(1,-1));var l=f.r… property in AnonymousFunction3f7200173d100.s.a
/plugin/achart/assets/
H A Dapexcharts.min.js6regex={numberAndUnit:/^([+-]?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?)([a-z%]*)$/i,hex:/^#?([a-f\d]{2})([a-…
/plugin/aclplusregex/_test/
H A DTestAction.php15 public function evaluateRegex($regex, $id) argument
17 return parent::evaluateRegex($regex, $id);
/plugin/aclplusregex/
H A Daction.php13 * 2) for each line apply the user/group regex to the users login and groups
19 * 5) transform placeholders in their regex equivalents and put each into a named regex
23 * 8) apply the regex on the current ID
94 * @param string $regex
98 protected function evaluateRegex($regex, $id)
100 if (!preg_match($regex, $id, $matches)) {
212 * Replaces * and ** in IDs with their proper regex equivalents and returns a named
286 // regex goes after simple strings
95 evaluateRegex($regex, $id) global() argument
/plugin/adhoctags/
H A DREADME.md111 - Search for ` lang="([^\"]*)"` in *regex mode* (!), replace with ` :$1` (note: spaces in front of each!)
115 - Search for ` class="([^\"]*)"` in *regex mode* (!), replace with ` $1` (note the spaces again!)
/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/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock58 "regex",
/plugin/animation/scripts/
H A DshBrushR.js11 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
12 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
13 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
14 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
15 { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' },
16 { regex: /[\w._]+[ \t]*(?=\()/gm, css: 'functions' },
/plugin/archiveupload/
H A Daction.php214 $regex = join('|',$types);
233 if(preg_match('/\.('.$regex.')$/i',$fn_old)){
/plugin/asiansearch/
H A Daction.php286 $regex = join('|',array_map(
291 if ($regex === '') return $html;
292 $html = preg_replace_callback("/((<[^>]*)|$regex)/ui",'html_hilight_callback',$html);
/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/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;
H A DGooglePrivacyDlpV2ExclusionRule.php78 public function setRegex(GooglePrivacyDlpV2Regex $regex) argument
80 $this->regex = $regex;
87 return $this->regex;
H A DGooglePrivacyDlpV2StoredInfoTypeConfig.php96 public function setRegex(GooglePrivacyDlpV2Regex $regex) argument
98 $this->regex = $regex;
105 return $this->regex;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DParameterValidation.php30 public function setRegex(RegexValidation $regex) argument
32 $this->regex = $regex;
39 return $this->regex;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DRegexMatcher.php27 public $regex; variable in Google\\Service\\TrafficDirectorService\\RegexMatcher
46 public function setRegex($regex) argument
48 $this->regex = $regex;
55 return $this->regex;
H A DStringMatcher.php37 public $regex; variable in Google\\Service\\TrafficDirectorService\\StringMatcher
90 public function setRegex($regex) argument
92 $this->regex = $regex;
99 return $this->regex;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php185 $regex = '/(?:%[A-Fa-f0-9]{2})++/';
193 preg_replace_callback($regex, $callback, $uri->getPath())
195 preg_replace_callback($regex, $callback, $uri->getQuery())
201 $regex = '/%(?:2D|2E|5F|7E|3[0-9]|[46][1-9A-F]|[57][0-9A])/i';
209 preg_replace_callback($regex, $callback, $uri->getPath())
211 preg_replace_callback($regex, $callback, $uri->getQuery())
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php171 public function hasRecordThatMatches(string $regex, $level): bool argument
173 return $this->hasRecordThatPasses(function (array $rec) use ($regex): bool {
174 return preg_match($regex, $rec['message']) > 0;
/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/authyubikey/
H A Dauth.php.org352 // due to a bug in PCRE 6.6, preg_split will fail with the regex we use here
408 … $this->_pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
/plugin/autogroup/
H A Daction.php118 list($attr, $regex) = $line;
119 $match |= preg_match($regex, $oldinfo[$attr]);
/plugin/bloglinks/
H A DCHANGELOG
/plugin/blogtng/exe/
H A Dpingback.php103 $regex = '!<a[^>]+?href="' . $searchurl . '"[^>]*?>(.*?)</a>!is';
105 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match)) {
111 $regex = '!<a[^>]+?href="' . $searchurl . '"[^>]*?>(.*?)</a>!is';
113 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match))
121 $regex = '!<title.*?>(.*?)</title>!is';
122 if (!preg_match($regex, $page, $match))

12345678910>>...16