/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 52.52.js | 1 …regexp.delim",next:"@pop"},"$#==$S2":{token:"regexp.delim",next:"@push"},"~[)}\\]]":"@brackets.reg… property
|
D | 17.17.js | 1 …regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/… property
|
D | 66.66.js | 1 …regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/… property
|
D | 3.3.js | 1 …regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/… property
|
D | 17.17.js.map | 1 …regexp', bracket: '@open', next: '@regexp' }\n ],\n // @ annotations.\n …
|
D | 13.13.js.map | 1 …regexp', next: '@hereregexp' }],\n [/^(\\s*)(@regEx)/, ['', 'regexp']],\n [/…
|
D | 66.66.js.map | 1 …regexp', bracket: '@open', next: '@regexp' }\n ],\n // delimiters and operat…
|
D | 52.52.js.map | 1 …regexp.delim', next: '@regexp' }],\n // delimiters and operators\n [/[{}()\\…
|
D | 6.6.js.map | 1 …regexp', bracket: '@open', next: '@regexp' }\n ],\n // delimiters and operat…
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | es7.string.match-all.js | 10 var $RegExpStringIterator = function (regexp, string) { argument 11 this._r = regexp; 21 matchAll: function matchAll(regexp) { 23 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!'); 25 var flags = 'flags' in RegExpProto ? String(regexp.flags) : getFlags.call(regexp); 26 var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags); 27 rx.lastIndex = toLength(regexp.lastIndex);
|
D | es6.regexp.search.js | 12 function search(regexp) { argument 14 var fn = regexp == undefined ? undefined : regexp[SEARCH]; 15 return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O)); 19 function (regexp) { argument 20 var res = maybeCallNative($search, regexp, this); 22 var rx = anObject(regexp);
|
D | es6.regexp.match.js | 13 function match(regexp) { argument 15 var fn = regexp == undefined ? undefined : regexp[MATCH]; 16 return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O)); 20 function (regexp) { argument 21 var res = maybeCallNative($match, regexp, this); 23 var rx = anObject(regexp);
|
D | _fix-re-wks.js | 70 function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) { argument 71 if (regexp.exec === regexpExec) { 76 return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) }; 78 return { done: true, value: nativeMethod.call(str, regexp, arg2) };
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | es7.string.match-all.js | 10 var $RegExpStringIterator = function (regexp, string) { argument 11 this._r = regexp; 21 matchAll: function matchAll(regexp) { 23 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!'); 25 var flags = 'flags' in RegExpProto ? String(regexp.flags) : getFlags.call(regexp); 26 var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags); 27 rx.lastIndex = toLength(regexp.lastIndex);
|
D | _fix-re-wks.js | 70 function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) { argument 71 if (regexp.exec === regexpExec) { 76 return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) }; 78 return { done: true, value: nativeMethod.call(str, regexp, arg2) };
|
/plugin/batchedit/ |
D | request.php | 29 private $regexp; variable in BatcheditRequest 49 $this->regexp = $this->parseRegexp($config); 84 return $this->regexp; 214 $regexp = trim($_REQUEST['search']); 216 if ($regexp == '') { 222 if (preg_match('/^([^\w\\\\]|_).+?\1[imsxADSUXJu]*$/s', $regexp) != 1) { 227 $regexp = "\033" . $regexp . "\033um"; 231 $regexp = "\033" . preg_quote($regexp) . "\033"; 234 $regexp = str_replace("\r\n", "\n", $regexp); 237 $regexp .= 'i'; [all …]
|
/plugin/asciidocjs/node_modules/lodash/ |
D | _cloneRegExp.js | 11 function cloneRegExp(regexp) { argument 12 var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); 13 result.lastIndex = regexp.lastIndex;
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/ |
D | SafeIframe.php | 24 protected $regexp = null; variable in HTMLPurifier_URIFilter_SafeIframe 35 $this->regexp = $config->get('URI.SafeIframeRegexp'); 60 if ($this->regexp === null) { 64 return preg_match($this->regexp, $uri->toString());
|
/plugin/sqlite/ |
D | Functions.php | 146 * @param string $regexp 150 public static function regExp($regexp, $value) argument 152 $regexp = addcslashes($regexp, '/'); 153 return (bool)preg_match('/' . $regexp . '/u', $value);
|
/plugin/semanticdata/ |
D | action.php | 132 $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/ |
D | action.php | 169 $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/data-au/ |
D | action.php | 159 $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/fedauth/Auth/OpenID/ |
D | Parse.php | 219 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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ |
D | ID.php | 97 $regexp = $config->get('Attr.IDBlacklistRegexp'); 98 if ($regexp && preg_match($regexp, $id)) {
|
/plugin/siteexport/inc/ |
D | readCSS.patch | 37 $regexp = ''; // This helps debugging: showing what is the REAL string being processed 41 $regexp = '/<link[^>]*rel=["\']stylesheet["\'][^>]*href=["\']([^>"\']*)["\'].*?>/si'; 42 $x = preg_match_all($regexp,$html,$cxt); 48 $regexp = '/<link[^>]*href=["\']([^>"\']*)["\'][^>]*?rel=["\']stylesheet["\'].*?>/si'; 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'; [all …]
|