Home
last modified time | relevance | path

Searched refs:regex (Results 351 – 375 of 380) sorted by path

1...<<111213141516

/plugin/tplmod/
H A Dscript.js95 if(acl && JSINFO['tmplft_template'] == 'bootstrap3') { var regex;
97 regex = new RegExp(JSINFO['tmplft_mobile']);
98 else regex = '/NONE/';
101 if( _html.match(regex)) {
124 if(url.match(regex) && !url.match(xcludes)) {
131 var opts, regex, xcludes, optparent;
141 var regex = new RegExp(JSINFO['tmplft_mobile']);
142 if(acl && regex) {
143 if(opt.value.match(regex)) jQuery(this).hide();
148 var regex = new RegExp(JSINFO['tmplft_sitetools'].replace(/,/g,"|"));
[all …]
/plugin/txt2tags/
H A DREADME.doku96 …2tags/'') of your dokuwiki installation so you can tweak more your txt2tags rendering using regex.
H A DREADME.t2t96 …2tags/``) of your dokuwiki installation so you can tweak more your txt2tags rendering using regex.
/plugin/usercontact/
H A Dscript.js5 var regex = new RegExp(JSINFO.plugin.usercontact.users_namespace + '$');
46 var match = href.replace(/\//g, ':').match(regex);
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js709 ,regex /* :RegExp */ argument
715 if (regex) {
716 self.unselectMatchingOptions(regex);
742 ,regex /* :RegExp */ argument
746 self.copySelectedOptions(to,regex,autosort);
773 ,regex /* :RegExp */ argument
779 if (regex) {
780 self.unselectMatchingOptions(regex);
813 ,regex /* :RegExp */ argument
817 self.moveSelectedOptions(to,regex,autosort);
/plugin/vkeyboard/
H A Dvkeyboard.js.unc1082 var regex = new RegExp(VKI_KBLAYOUT,"i");
1083 if(this.VKI_layout[i].name.match(regex)) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1191 this.parseJSONString=function(jsonString,originURL){var regex=new RegExp(/^\/\*-secure-([\s\S]*)\*\…
1192 var matches=regex.exec(jsonString);
1196 }}if(jsonString.indexOf("&&&START&&&")){regex=new RegExp(/&&&START&&& (.+) &&&END&&&/);
1197 matches=regex.exec(jsonString);
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php71 $regex = join('|', $types);
73 Utils::log('debug', "Allowed files $regex");
76 if (!preg_match('/\.(' . $regex . ')$/i', $this->info['path'])) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1928 * Fixed: Issue 37: Incorrect smultron regex in temporary filefilter.
2029 * Fixed: Issue 37: Incorrect smultron regex in temporary filefilter.
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1585 …$regex = '/(?:\<(?P<uri>.*?)\>\s)?\((?P<not>Not\s)?(?:\<(?P<token>[^\>]*)\>)?(?:\s?)(?:\[(?P<etag>…
1586 preg_match_all($regex, $header, $matches, PREG_SET_ORDER);
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php229 $regex = <<<REGEX
245 if (!preg_match($regex, $value, $matches)) {
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php351 $regex = '
360 if (!preg_match($regex, $uri, $matches)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php267 $regex = '/^
290 if (!preg_match($regex, $date, $matches)) {
292 $regex = '/^
314 if (!preg_match($regex, $date, $matches)) {
386 $regex = '/^
399 if (!preg_match($regex, $date, $matches)) {
401 $regex = '/^
414 if (!preg_match($regex, $date, $matches)) {
/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/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php115 $regex = '# (?<!\\\\) ; #x';
116 $matches = preg_split($regex, $val);
H A DUri.php82 $regex = '# (?: (\\\\ (?: \\\\ | : ) ) ) #x';
83 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php250 $regex = '/^
273 if (!preg_match($regex, $date, $matches)) {
276 $regex = '/^
298 if (!preg_match($regex, $date, $matches)) {
373 $regex = '/^
387 if (!preg_match($regex, $date, $matches)) {
390 $regex = '/^
403 if (!preg_match($regex, $date, $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/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php120 $regex = '# (?<!\\\\) ; #x';
121 $matches = preg_split($regex, $val);
H A DUri.php60 $regex = '# (?: (\\\\ (?: \\\\ | : ) ) ) #x';
61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js586 var regex = new RegExp( pattern, 'gi' ) ;
588 elementStyle = elementStyle.replace( regex, '' ).Trim() ;
593 element.style.cssText = elementStyle.replace( regex, '' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js60 var regex = FCKJustifyCommand._ClassRegex ;
61 if ( regex != undefined )
62 return regex ;
78 regex = new RegExp( '(?:^|\\s+)(?:' + names.join( '|' ) + ')(?=$|\\s)' ) ;
80 regex = null ;
82 return FCKJustifyCommand._ClassRegex = regex ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js214 var regex = new RegExp( "(<|&lt;)!--\\{" + this._CodeTag + "(\\d+)\\}--(>|&gt;)", "g" ) ;
215 return html.replace( regex, _Replace ) ;
H A Dfckstyles.js114 var regex = new RegExp( '^(?:' + FCKConfig.RemoveFormatTags.replace( /,/g,'|' ) + ')$', 'i' ) ; variable
118 return regex ;
120 && regex ;
/plugin/xcom/
H A Dremote.php88 $regex='';
96 $regex = implode('|',$mask);
99 $regex = $mask[0];
101 else $regex = $mask;
102 $regex = "($regex)\b";
105 $result =$this->find_all_files($namespace,$regex);
107 $regex = '#' . preg_quote($rootns) .'#';
110 $result[$i] = preg_replace($regex,"",$result[$i]);
124 function find_all_files($dir,$regex="") argument
131 if($regex) if(preg_match('#'. $regex .'#',"$dir/$value")) {continue;}
[all …]

1...<<111213141516