Home
last modified time | relevance | path

Searched refs:regex (Results 26 – 50 of 380) sorted by path

12345678910>>...16

/plugin/catlist/
H A Dsyntax.php121 // is regex negated ?
123 $data[substr($option,0,-1)][] = array('regex' => $found[3], 'neg' => true);
125 $data[$option][] = array('regex' => $found[3], 'neg' => false);
229 * ( array of array('regex'=>the_regex,'neg'=>false/true) ). The exclusion
236 foreach($arrayRegex as $regex) {
237 if (!is_array($regex)) // temporary, for transitioning to v2021-07-21
238 $regex = array('regex' => $regex, 'neg' => false);
239 $match = preg_match('/'.$regex['rege
[all...]
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js597regex:function(a,b){return function(c){c=this&&this.getValue?this.getValue():c;return a.test(c)?!0…
598 a)},number:function(a){return this.regex(c,a)},cssLength:function(a){return this.functions(function…
804 …r(k=0;k<d.length;k++){var h=d.charAt(k);c[h]="\x26"+a[k]+";";e.push(h)}}c.regex=e.join(b?"|":"");r…
807regex?"["+k.regex+"]":"a^";delete k.regex;e.entities&&e.entities_processNumerical&&(d="[^ -~]|"+d)…
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc220 var regex = new RegExp(sel.options[i].label,"i");
221 if(item.match(regex) ) {
/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/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc351 var regex = new RegExp(iwpattern + '\(.*\)');
352 match = href.match(regex);
1098 var regex = new RegExp(':?'+ ns+':');
1099 if(!url.match(regex)) {
1162 var regex = new RegExp(':?'+ ns+':');
1163 if(!data.url.url.match(regex)) {
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js64 var regex = new RegExp('(?=[' + this.pre_indicator + '\\' + this.post_indicator + '])');
65 var split_array = safe.split(regex);
107 var regex = new RegExp(String.fromCharCode(codepoint));
108 var match = plain_str.match(regex);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php210 …$regex = $isWindows ? '\editor\filemanager\connectors' : 'lib/plugins/ckgdoku/fckeditor/editor/fil…
214 …$regex = $isWindows ? 'lib\plugins\ckgdoku\fckeditor\editor\filemanager\connectors' : 'lib/plugins…
218 $regex = preg_quote($regex, '/');
220 $dir = preg_replace('/'. $regex .'.*/', $data_media, $dir);
H A Dutil.php39 $regex =
50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc19 if(results.match(regex)) return true;
22 if(results.match(regex)) return true;
25 if(results.match(regex)) return true;
28 if(results.match(regex)) return true;
905 regex = regex.replace(/([\/\\])/g, "\\$1");
906 regex = '^.*?' + regex + '(.*)';
907regex = new RegExp(regex);
1574 try { // in case regex throws error on dynamic regex creation
1576 if(results.match(regex)) {
1706 results = results.replace(regex,'');
[all …]
H A DsafeFN_class.js68 var regex = new RegExp('(?=[' + this.pre_indicator + '\\' + this.post_indicator + '])');
69 var split_array = safe.split(regex);
111 var regex = new RegExp(String.fromCharCode(codepoint));
112 var match = plain_str.match(regex);
/plugin/ckgedit/ckeditor/
H A Dckeditor.js645regex:function(a,b){return function(c){c=this&&this.getValue?this.getValue():c;return a.test(c)?!0…
861 …r(b=0;b<d.length;b++){var h=d.charAt(b);g[h]="\x26"+a[b]+";";c.push(h)}}g.regex=c.join(f?"|":"");r…
864regex?"["+b.regex+"]":"a^";delete b.regex;c.entities&&c.entities_processNumerical&&(d="[^ -~]|"+d)…
H A Dckeditor.js.unc12680 regex: function(a, b) {
12687 return this.regex(a, b)
12690 return this.regex(b, a)
12693 return this.regex(c, a)
16916 g.regex = c.join(f ? "|" : "");
16936 d = a.regex ? "[" + a.regex + "]" : "a^";
16937 delete a.regex;
16941 l = new RegExp(h.regex, "g");
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc220 var regex = new RegExp(sel.options[i].label,"i");
221 if(item.match(regex) ) {
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc117 var regex = new RegExp('^' +srch);
119 if(regex.test(ckg_geshi_langopts[i])) {
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc343 var regex = new RegExp(iwpattern + '\(.*\)');
344 match = href.match(regex);
1162 var regex = new RegExp(':?'+ ns+':');
1163 if(!data.url.url.match(regex)) {
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js99 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) {
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/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc104 var regex = new RegExp('<xml>([^]*)<\/xml>','gm');
105 inner = inner.replace(regex, function(m,n) {
114 var regex = new RegExp('<style>([^]*)<\/style>','gm');
115 inner = inner.replace(regex, function(m,n) {
119regex = new RegExp('\\<\\!--\\[.*?endif\\]--\\>\\<\\!--\\[if gte.*?\\]\\>([^]*)\\<\\!\\[endif\\]--…
120 inner = inner.replace(regex,"");
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js64 var regex = new RegExp('(?=[' + this.pre_indicator + '\\' + this.post_indicator + '])');
65 var split_array = safe.split(regex);
107 var regex = new RegExp(String.fromCharCode(codepoint));
108 var match = plain_str.match(regex);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php212 …$regex = $isWindows ? '\editor\filemanager\connectors' : 'lib/plugins/ckgedit/fckeditor/editor/fil…
216 …$regex = $isWindows ? 'lib\plugins\ckgedit\fckeditor\editor\filemanager\connectors' : 'lib/plugins…
220 $regex = preg_quote($regex, '/');
222 $dir = preg_replace('/'. $regex .'.*/', $data_media, $dir);
H A Dutil.php39 $regex =
50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
/plugin/ckgedit/scripts/
H A Dcss6.php416 $regex = '/^('.join('|',$basedir).')/';
417 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
H A Dparse_wiki.js.unc13 results = results.replace(regex, function(m) {
19 if (results.match(regex)) return true;
22 if (results.match(regex)) return true;
25 if (results.match(regex)) return true;
28 if (results.match(regex)) return true;
955 regex = regex.replace(/([\/\\])/g, "\\$1");
956 regex = '^.*?' + regex + '(.*)';
957 regex = new RegExp(regex);
1576 try { // in case regex throws error on dynamic regex creation
1578 if (results.match(regex)) {
[all …]
H A DsafeFN_class.js68 var regex = new RegExp('(?=[' + this.pre_indicator + '\\' + this.post_indicator + '])');
69 var split_array = safe.split(regex);
111 var regex = new RegExp(String.fromCharCode(codepoint));
112 var match = plain_str.match(regex);
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1regex: ' + query);\n clearInputState(cm);\n return;\n }\n …

12345678910>>...16