Home
last modified time | relevance | path

Searched refs:regex (Results 151 – 175 of 380) sorted by relevance

12345678910>>...16

/plugin/dwcommits/
H A Dhelper.php521 $regex = $this->get_hilite_regex($query);
531 function format_tablerow($row,$regex) { argument
545 if($regex) {
583 $regex = "";
586 $regex = "/($term1|$term2)/ims";
589 $regex = "/($term1)/ims";
591 return $regex;
597 $regex = $this->get_hilite_regex($query);
601 $output .= $this->format_row($row,$regex);
608 function format_row($row,$regex) { argument
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php172 * @param string $regex Representation.
175 public function setRepresentation($regex) argument
178 $this->_regex = $regex;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1regex/index.js","webpack:///./repos/syntaxhighlighter-regex/xregexp.js","webpack:///./repos/syntax…
/plugin/sectiontoggle/
H A Dscript.js47 var regex;
49 regex = RegExp('\\b' + escapeRegExp(hash.toLowerCase()) + '\\b');
51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
55 regex = RegExp('^' +SectionToggle.hash,'i'); //bootstrap3
56 if(regex.test(hash)) {
/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) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DUri.php60 $regex = '# (?: (\\\\ (?: \\\\ | : ) ) ) #x';
61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUri.php60 $regex = '# (?: (\\\\ (?: \\\\ | : ) ) ) #x';
61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DUri.php60 $regex = '# (?: (\\\\ (?: \\\\ | : ) ) ) #x';
61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
/plugin/aclplusregex/_test/
H A DTestAction.php15 public function evaluateRegex($regex, $id) argument
17 return parent::evaluateRegex($regex, $id);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh8 regex='
16 if [[ ! $changelog =~ $regex ]]; then
/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/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/xcom/scripts/
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/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php82 $regex = '# (?: (\\\\ (?: \\\\ | : ) ) ) #x';
83 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUri.php85 $regex = '# (?: (\\\\ (?: \\\\ | : ) ) ) #x';
86 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
/plugin/tablefilterjs/
H A Dscript.js33 var regex = new RegExp( filters[col][0], filters[col][1] );
35 if( ! jQuery(this).find("td").eq(eq).text().match( regex ) )
/plugin/fckg/scripts/
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/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/fckg/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/scripts/
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/scripts/
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/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/fckg/syntax/
H A Ddwplugin.php119 $regex = '/' . preg_quote($entry_match, '/') . '(.*?)' . preg_quote($_exit, '/') . '/';
121 if(preg_match( $regex, $match, $matches)) {
269 foreach ($regexes as $regex) {
270 $regex = "/($regex)/";
271 if(preg_match( $regex, $text, $matches) ) {
347 list($index, $regex) = each($pattern);
348 if(preg_match('/' . $regex . '/', $text)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php226 …$regex = $isWindows ? '\editor\filemanager\connectors' : 'lib/plugins/fckg/fckeditor/editor/filema…
230 …$regex = $isWindows ? 'lib\plugins\fckg\fckeditor\editor\filemanager\connectors' : 'lib/plugins/fc…
234 $regex = preg_quote($regex, '/');
236 $dir = preg_replace('/'. $regex .'.*/', $data_media, $dir);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php160 * @param string $regex The regular expression to
172 $regex, argument
179 $this->_regex = $regex;

12345678910>>...16