Home
last modified time | relevance | path

Searched refs:regex (Results 251 – 275 of 380) sorted by relevance

1...<<111213141516

/plugin/subjectindex/inc/
H A Dmatcher.php69 public $regex = ''; variable in SI_Entry
/plugin/structsection/
H A Dyarn.lock438 ansi-regex@^2.0.0:
443 ansi-regex@^5.0.0:
494 astral-regex@^2.0.0:
1248 emoji-regex@^8.0.0:
1296 is-regex "^1.1.1"
1674 ansi-regex "^2.0.0"
1816 is-regex@^1.1.1:
2504 shebang-regex@^3.0.0:
2599 emoji-regex "^8.0.0"
2624 ansi-regex "^2.0.0"
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php322 protected function parseRegex(string $regex, string $errorMessage) argument
324 if (!preg_match($regex, substr($this->binary, $this->pos), $matches)) {
/plugin/sequencediagram/bower_components/lodash/
H A D.jscsrc5 "allExcept": ["comments", "functionSignature", "regex"]
H A Dyarn.lock23 ansi-regex@^2.0.0:
267 babel-helper-regex@^6.8.0:
559 babel-helper-regex "^6.8.0"
1341 filename-regex@^2.0.0:
1543 ansi-regex "^2.0.0"
2131 filename-regex "^2.0.0"
2138 regex-cache "^0.4.2"
2641 regex-cache@^0.4.2:
2834 shebang-regex "^1.0.0"
2836 shebang-regex@^1.0.0:
[all …]
/plugin/codemirror/dist/modes/
H A Dpuppet.min.js.map1regex\n var variable_regex = /({)?([a-z][a-z0-9_]*)?((::[a-z][a-z0-9_]*)*::)?[a-zA-Z0-9_]+(})?/;\…
/plugin/fetchmedia/
H A Dyarn.lock69 ansi-regex@^2.0.0:
73 ansi-regex@^3.0.0:
297 babel-helper-regex@^6.24.1:
1447 filename-regex@^2.0.0:
1642 ansi-regex "^2.0.0"
2109 regex-cache "^0.4.2"
2587 regex-cache@^0.4.2:
2754 shebang-regex "^1.0.0"
2756 shebang-regex@^1.0.0:
2874 ansi-regex "^2.0.0"
[all …]
/plugin/sectiontoggle/
H A DMobile_Detect.php108 * The matches extracted from the regex expression.
181 // @todo Complete the regex.
272 // @note Rewrite the regex format after we add more UAs.
385 // @note: no need to add all the tablet codes since they are guided by the first regex.
1118 * regex against the User-Agent.
1245 * @param $regex
1251 public function match($regex, $userAgent = null) argument
1253 $match = (bool) preg_match(sprintf('#%s#is', $regex), (false === empty($userAgent) ? $userAgent : $this->userAgent), $matches);
1256 $this->matchingRegex = $regex;
/plugin/subjectindex/syntax/
H A Dentry.php53 … $this->Lexer->addSpecialPattern($matcher->regex, $mode, 'plugin_subjectindex_entry');
/plugin/tablelayout/
H A Dyarn.lock40 ansi-regex@^2.0.0:
44 ansi-regex@^3.0.0:
788 filename-regex@^2.0.0:
1130 ansi-regex "^2.0.0"
1596 filename-regex "^2.0.0"
1603 regex-cache "^0.4.2"
2037 regex-cache@^0.4.2:
2191 shebang-regex "^1.0.0"
2193 shebang-regex@^1.0.0:
2294 ansi-regex "^2.0.0"
[all …]
/plugin/datatemplate/syntax/
H A Dlist.php386 $regex = str_replace(array("%", "\?"), // wildcard chars
390 return preg_match('/^\s*'.$regex.'$/im', $haystack);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php396 $regex = [];
409 $regex[] = $r;
412 return '/'.implode('|', $regex).'/A';
/plugin/jsonrpc/
H A Djsonrpc.php260 $data = ft_pageSearch($searchString, $regex);
393 $regex = join('|',$types);
396 if(preg_match('/\.('.$regex.')$/i',$fn)) {
/plugin/extendpage/
H A DREADME.md3 Extend/Replace pages with id matching a regex by content from a different page.
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc117 var regex = new RegExp('^' +srch);
119 if(regex.test(ckg_geshi_langopts[i])) {
/plugin/oembed/
H A Dsyntax.php520 $regex = "@^".str_replace("@","\@",$scheme)."$@i";
521 if(preg_match($regex, trim($url))){
/plugin/exttab3/
H A Dsyntax.php152 $regex = "/\b(?:class=\")(.*?\b($class)?\b.*?)\"/";
153 preg_match($regex, $attr, $matches);
/plugin/epub/scripts/
H A Dcss3.php409 $regex = '/^('.join('|',$basedir).')/';
410 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
/plugin/ckgedit/scripts/
H A Dcss6.php416 $regex = '/^('.join('|',$basedir).')/';
417 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
/plugin/statistics/inc/
H A DStatisticsLogger.class.php138 foreach($SEARCHENGINES as $regex => $info) {
139 if(preg_match('/' . $regex . '/', $domain)) {
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php227 … ->given($_identifier = $this->realdom->regex('#^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x80-\xff]*$#'))
/plugin/sketchcanvas/phplib/
H A Dspyc.php630 $regex = '/(?:(")|(?:\'))((?(1)[^"]+|[^\']+))(?(1)"|\')/';
631 if (preg_match_all($regex,$inline,$strings)) {
633 $inline = preg_replace($regex,'YAMLString',$inline);
635 unset($regex);
/plugin/dropfiles/
H A Dyarn.lock69 ansi-regex@^2.0.0:
73 ansi-regex@^3.0.0:
1017 filename-regex@^2.0.0:
1237 ansi-regex "^2.0.0"
1760 filename-regex "^2.0.0"
1767 regex-cache "^0.4.2"
2344 regex-cache@^0.4.2:
2503 shebang-regex "^1.0.0"
2505 shebang-regex@^1.0.0:
2623 ansi-regex "^2.0.0"
[all …]
/plugin/editx/
H A Daction.php130 function _locate_filepairs(&$opts, $dir, $regex ){ argument
141 if (is_file($oldfile) && preg_match($regex,$file)){
/plugin/filelisting/
H A Dscript.js198 //escape regex
202 regex = new RegExp(globbing),
210 if (text.match(regex)) {

1...<<111213141516