Home
last modified time | relevance | path

Searched refs:regex (Results 201 – 225 of 380) sorted by relevance

12345678910>>...16

/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/searchpattern/
H A Dsyntax.php107 $regex = ''; //init
110 $regex = $regex.'\\'; //escape it with a backslash
112 $regex = $regex.$str[$i]; //compose regex
114 return $regex; //return
H A Dplugin.info.txt6regex shall be doubled. Options can be passed to limit pages/namespaces search. See website. In co…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php580 * @param string $regex Characters to remove.
585 public function trim($regex = '\s', $side = 3 /* static::BEGINNING | static::END */) argument
587 $regex = '(?:' . $regex . ')+';
591 $handle .= '(^' . $regex . ')';
599 $handle .= '(' . $regex . '$)';
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js732 regex = XRegExp(
745 while ((match = XRegExp.exec(str, regex, pos)) != null)
937 regex = /^\s*/,
949 var matches = regex.exec(line);
1016 while((match = XRegExp.exec(code, regexInfo.regex, pos)) != null)
1217 { regex: scriptBrush.htmlScript.code, func: process }
1699 var regex = { 'end' : regexGroup.right.source }; class
1702 regex.end = "(?:(?:" + regex.end + ")|$)";
1705 left : { regex: regexGroup.left, css: 'script' }, property in htmlScript.left
1706 right : { regex: regexGroup.right, css: 'script' }, property in htmlScript.right
[all …]
H A DshLegacy.js17 var regex = XRegExp('^' + name + '\\[(?<value>\\w+)\\]$', 'gi'),
22 if ((match = XRegExp.exec(list[i], regex)) != null)
/plugin/epub/
H A Dscript.js25 regex=/Ebook:\s+(:?epub.*?\.epub)/;
26 result = regex.exec(dom.innerHTML);
/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/syntaxhighlighter/Uncompressed/
H A DshCore.js253 dp.sh.Highlighter.prototype.GetMatches = function(regex, css) argument
258 while((match = regex.exec(this.code)) != null)
334 this.GetMatches(this.regexList[i].regex, this.regexList[i].css);
454 var regex = new RegExp('^\\s*', 'g');
463 var matches = regex.exec(lines[i]);
603 var regex = new RegExp('^' + name + '\\[(\\w+)\\]$', 'gi');
607 if((matches = regex.exec(list[i])) != null)
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js48 dp.sh.Highlighter.prototype.GetMatches=function(regex,css) argument
49 {var index=0;var match=null;while((match=regex.exec(this.code))!=null)
71 this.GetMatches(this.regexList[i].regex,this.regexList[i].css);}
101 {var lines=dp.sh.Utils.FixForBlogger(str).split('\n');var indents=new Array();var regex=new RegExp(…
103 continue;var matches=regex.exec(lines[i]);if(matches!=null&&matches.length>0)
140 {var regex=new RegExp('^'+name+'\\[(\\w+)\\]$','gi');var matches=null;for(var i=0;i<list.length;i++)
141 if((matches=regex.exec(list[i]))!=null)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php179 foreach ($this->_tokens[$this->_currentNamespace] as $_name => $regex) {
191 $token->setRepresentation($regex);
/plugin/externalembed/
H A Dsyntax.php384 …$regex = '/^((?:https?:)?\/\/)?((?:www|m)\.)?(youtube\.com|youtu.be)(\/(?:[\w\-]+…
386 if(preg_match($regex, $parameters['url'], $match)) {
405 $regex = '/^.*(youtu.be\/|list=)([^#&?]*).*/';
407 if(preg_match($regex, $parameters['url'], $matches)) {
/plugin/dropfiles/action/
H A Dajax.php188 $regex = implode('|', $types);
189 if (!preg_match('/\.(' . $regex . ')$/i', $fn)) {
/plugin/autogroup/
H A Daction.php118 list($attr, $regex) = $line;
119 $match |= preg_match($regex, $oldinfo[$attr]);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js33 var regex = XRegExp('^' + name + '\\[(?<value>\\w+)\\]$', 'gi'),
38 if ((match = XRegExp.exec(list[i], regex)) != null)
/plugin/bloglinks/
H A DCHANGELOG
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js114 var regex = new RegExp( '^(?:' + FCKConfig.RemoveFormatTags.replace( /,/g,'|' ) + ')$', 'i' ) ; variable
118 return regex ;
120 && regex ;
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc99 var regex = new RegExp('<xml>([^]*)<\/xml>','gm');
100 inner = inner.replace(regex, function(m,n) {
105 var regex = new RegExp('<style>([^]*)<\/style>','gm');
106 inner = inner.replace(regex, function(m,n) {
/plugin/regex_template/
H A Dinfo.txt7 desc Choose template from regex on $ID
/plugin/interwikipaste/
H A Dscript.js29 let regex = new RegExp(patternConf.pattern, 'g');
30 let matched = regex.exec(url);
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php223 $regex = '{^'.preg_quote($prefix).'([0-9]+)$}';
225 if (preg_match($regex, PHP_VERSION, $m)) {
/plugin/extendpage/
H A Dplugin.info.txt6 desc Extend/Replace pages with id matching a regex by content from a different page
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock199 ansi-regex@^2.0.0:
203 ansi-regex@^3.0.0:
374 to-regex "^3.0.1"
907 to-regex "^3.0.1"
943 to-regex "^3.0.1"
1633 to-regex "^3.0.2"
1651 to-regex "^3.0.1"
1760 to-regex "^3.0.1"
2138 regex-not@^1.0.0, regex-not@^1.0.2:
2240 safe-regex@^1.1.0:
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php39 $regex =
50 while (preg_match('/'.$regex.'/S', $string, $matches)) {

12345678910>>...16