Home
last modified time | relevance | path

Searched refs:regex (Results 176 – 200 of 380) sorted by relevance

12345678910>>...16

/plugin/namespacesearch/
H A Dsyntax.php121 $data = ft_pageSearch($query,$regex);
128 $renderer->doc .= html_wikilink(':'.$id, $conf['useheading']?NULL:$id, $regex);
132 … $renderer->doc .= '<div class="search_snippet">'.ft_snippet($id,$regex).'</div>';
/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/freechat/phpfreechat/src/proxies/
H A Dcensor.class.php49 $regex = $c->proxies_cfg[$this->proxyname]["regex"];
55 if ($regex)
/plugin/docsearch/action/
H A Dsearch.php35 $data = ft_pageSearch($QUERY, $regex);
48 $searchResults[$id]['snippet'] = ft_snippet($id, $regex);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php46 * Suggest regex must be set either globally or per suggestion.
50 public function setRegex(string $regex): self argument
52 return $this->_setRawParam('regex', $regex);
68 return $this->setParam('regex', $value);
/plugin/geogebrembed/syntax/
H A Dggb.php94 $regex = '/class=(["\'])([^\1]+?)\1/';
95 if (preg_match($regex, $params_raw, $content)) {
97 $params_raw = preg_replace($regex, '', $params_raw);
/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 …]
/plugin/ckgedit/scripts/
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 …]
/plugin/dirtylittlehelper/
H A Daction.php80 $regex = 'edit|preview';
82 $INFO['dlh']['act_edit'] = preg_match("/" . $regex ."/",$ACT);
83 $JSINFO['dlh']['act_edit'] = preg_match("/" . $regex ."/",$ACT);
444 $regex = 'edit|preview';
445 return preg_match("/" . $regex ."/",$ACT);
/plugin/usercontact/
H A Dscript.js5 var regex = new RegExp(JSINFO.plugin.usercontact.users_namespace + '$');
46 var match = href.replace(/\//g, ':').match(regex);
/plugin/dyncontent/
H A Daction.php91 $regex = '/<dyn \s*?.*?'.$pagename.'\s*?.*?>(.*?|[\s\S]*?)<\/dyn>/';
92 preg_match_all($regex,$content,$out);
/plugin/icon/
H A Daction.php79 foreach ($regexes as $key => $regex) {
80 if(preg_match($regex, $part, $m)) {
/plugin/struct/types/
H A DUrl.php30 $regex = '^(' . implode('|', $schemes) . '):\/\/.+';
31 if (!preg_match("/$regex/i", $url)) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DRegularExpression.php83 $regex = new LUT\Recursive\RegularExpression($map, '/a/'),
84 $iterator = new LUT\Recursive\Iterator($regex)
/plugin/regex_template/
H A Daction.php51 foreach ($array_regex as $regex) {
52 list($pattern, $replacement) = explode(',', $regex);
/plugin/latexit/classes/
H A DBibHandler.php93 $regex = '#\|(.{8})\]\]\|' . $entry . '\|#';
94 preg_match($regex, $rep, $match);
/plugin/epub/scripts/
H A Dscript.js19 regex=/Ebook:\s+(:?epub.*?\.epub)/;
20 result = regex.exec(dom.innerHTML);
/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/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);
/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);
/plugin/strreplace/
H A DREADME10 #regex#
11 The regex can include parenthesized options, consistent with PHP's use of PCRE,e.g. (?i) to
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php25 * All of the PARTIAL_ regex constants assume that they'll be used in case-insensitive searches
99 * Attempt to match a regex in string s at offset offset
101 * @psalm-param non-empty-string $regex
107 public static function matchAt(string $regex, string $string, int $offset = 0): ?int
111 if (! \preg_match($regex, $string, $matches, \PREG_OFFSET_CAPTURE)) {
83 matchAt(string $regex, string $string, int $offset = 0) global() argument
/plugin/nspages/
H A DoptionParser.php17 foreach($found as $regex) {
18 $arrayAffected[] = $regex[1];
19 $match = optionParser::_removeFromMatch($regex[0], $match);
166 $regex = '/\s*' . preg_quote($matched, '/') . '\s+/';
167 return preg_replace($regex, ' ', $match);
/plugin/subjectindex/inc/
H A Dcommon.php99 * @param null $regex
103 function filtered($section = null, $regex = null, $pid = null) { argument
108 if ( ! empty($regex)) {
109 $fpaths = preg_grep('`' . $regex . '`', $fpaths);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php

12345678910>>...16