Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 25 of 169) sorted by relevance

1234567

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js1regexp.delim",next:"@pop"},"$#==$S2":{token:"regexp.delim",next:"@push"},"~[)}\\]]":"@brackets.reg… property in AnonymousFunctiona75057290100.o.tokenizer
H A D17.17.js1regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/… property in AnonymousFunction76e68f4b0100.r.tokenizer
H A D66.66.js1regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/… property in AnonymousFunctionc78f69130100.i.tokenizer
H A D3.3.js1regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/… property in AnonymousFunction43628a610100.r.tokenizer
H A D17.17.js.map1regexp', bracket: '@open', next: '@regexp' }\n ],\n // @ annotations.\n …
H A D13.13.js.map1regexp', next: '@hereregexp' }],\n [/^(\\s*)(@regEx)/, ['', 'regexp']],\n [/…
H A D66.66.js.map1regexp', bracket: '@open', next: '@regexp' }\n ],\n // delimiters and operat…
H A D52.52.js.map1regexp.delim', next: '@regexp' }],\n // delimiters and operators\n [/[{}()\\…
H A D6.6.js.map1regexp', bracket: '@open', next: '@regexp' }\n ],\n // delimiters and operat…
H A D33.33.js.map1regexp', next: '@hereregexp' }],\n [/^(\\s*)(@regEx)/, ['', 'regexp']],\n [/…
H A D39.39.js.map1regexp'],\n [/@symbols/, 'operators'],\n { include: '@numbers' },\n …
/plugin/batchedit/
H A Drequest.php29 private $regexp; variable in BatcheditRequest
49 $this->regexp = $this->parseRegexp($config);
84 return $this->regexp;
214 $regexp = trim($_REQUEST['search']);
216 if ($regexp == '') {
220 if ($config->getConf('searchmode') == 'regexp') {
222 if (preg_match('/^([^\w\\\\]|_).+?\1[imsxADSUXJu]*$/s', $regexp) != 1) {
227 $regexp = "\033" . $regexp . "\033um";
231 $regexp
[all...]
H A Dengine.php96 public function __construct($pageText, $pageOffset, $text, $regexp, $replacement, $contextChars, $contextLines) { argument
99 $this->replacedText = preg_replace($regexp, $replacement, $text);
264 public function findMatches($regexp, $replacement, $limit, $contextChars, $contextLines, $applyTemplatePatterns) { argument
266 $count = @preg_match_all($regexp, $text, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);
291 $this->addMatch($text, $match[$i][0][1], $match[$i][0][0], $regexp, $replacement,
413 private function addMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines) { argument
414 $this->matches[$offset] = new BatcheditMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines);
757 $properties['regexp'] = $request->getRegexp();
1017 public function findMatches($namespace, $regexp, $replacement, $limit, $contextChars, $contextLines, $applyTemplatePatterns) { argument
1023 $interrupted = $page->findMatches($regexp,
[all...]
/plugin/sqlite/
H A DFunctions.php130 * @param string $regexp
134 public static function regExp($regexp, $value)
136 $regexp = addcslashes($regexp, '/'); argument
137 return (bool)preg_match('/' . $regexp . '/u', $value);
/plugin/semanticdata/
H A Daction.php132 $regexp = '/^';
134 $regexp .= preg_quote($aliases[$type]['prefix'], '/');
136 $regexp .= '([^:]+)';
138 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
140 $regexp .= '$/';
145 if (!preg_match($regexp, $page, $id)) {
/plugin/data-au/
H A Daction.php159 $regexp = '/^';
161 $regexp .= preg_quote($aliases[$type]['prefix'], '/');
163 $regexp .= '([^:]+)';
165 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
167 $regexp .= '$/';
172 if (!preg_match($regexp, $page, $id)) {
/plugin/data/
H A Daction.php169 $regexp = '/^';
171 $regexp .= preg_quote($aliases[$type]['prefix'], '/');
173 $regexp .= '([^:]+)';
175 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
177 $regexp .= '$/';
182 if (!preg_match($regexp, $page, $id)) {
/plugin/fedauth/Auth/OpenID/
H A DParse.php219 function match($regexp, $text, &$match) argument
222 return preg_match($regexp, $text, $match);
225 $regexp = substr($regexp, 1, strlen($regexp) - 2 - strlen($this->_re_flags));
227 if (!mb_ereg_search($regexp)) {
/plugin/siteexport/inc/
H A DreadCSS.patch42 $x = preg_match_all($regexp,$html,$cxt);
49 $x = preg_match_all($regexp,$html,$cxt);
56 //$regexp = '/@import url\([\'\"]{0,1}([^\)]*?\.css)[\'\"]{0,1}\)/si';
57 $regexp = '/@import url\([\'\"]{0,1}([^\)]*?\.css(\?\S+)?)[\'\"]{0,1}\)/si';
58 $x = preg_match_all($regexp,$html,$cxt);
65 //$regexp = '/@import [\'\"]{0,1}([^;]*?\.css)[\'\"]{0,1}/si';
66 $regexp = '/@import [\'\"]{0,1}([^;]*?\.css(\?\S+)?)[\'\"]{0,1}/si';
67 $x = preg_match_all($regexp,$html,$cxt);
120 $regexp = '/<style.*?>(.*?)<\/style>/si';
121 $match = preg_match_all($regexp,$html,$CSSblock);
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php76 $regexp = join('|',$groups);
78 $regexp = '@ALL';
82 $matches = preg_grep('/^'.preg_quote($id,'/').'\s+('.$regexp.')\s+/'.$ci,$AUTH_ACL);
106 $matches = preg_grep('/^'.$path.'\s+('.$regexp.')\s+/'.$ci,$AUTH_ACL);
/plugin/highlightjs/highlight/styles/
H A Didea.css36 .attribute, .rules .keyword, .number, .date, .regexp {
41 .number, .regexp {
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Didea.min.css1 …080}.hljs-attribute,.hljs-number,.hljs-regexp,.hljs-link{font-weight:bold;color:#0000ff}.hljs-numb…
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php294 * @param string $regexp The regular expression to test against.
297 public static function elementTextMatches(WebDriverBy $by, $regexp) argument
300 function (WebDriver $driver) use ($by, $regexp) {
302 return (bool) preg_match($regexp, $driver->findElement($by)->getText());
/plugin/code3/styles/schemes/
H A Ddefault.css22 div.PSyHi_Container span.regexp {
71 div.PSyHi_Container span.regexp {
/plugin/chat/
H A Dtw-sack.js72 regexp = new RegExp(this.argumentSeparator + "|" + encoded);
73 varArray = string.split(regexp);

1234567