| /plugin/asciidocjs/node_modules/lodash/ |
| D | isRegExp.js | 6 var nodeIsRegExp = nodeUtil && nodeUtil.isRegExp; 25 var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; variable 27 module.exports = isRegExp;
|
| D | split.js | 5 isRegExp = require('./isRegExp'), variable 42 (separator != null && !isRegExp(separator))
|
| D | truncate.js | 5 isRegExp = require('./isRegExp'), variable 88 if (isRegExp(separator)) {
|
| D | core.js | 2913 var isRegExp = baseIsRegExp; 3790 lodash.isRegExp = isRegExp;
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _is-regexp.js | 6 var isRegExp; 7 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
|
| D | _string-context.js | 2 var isRegExp = require('./_is-regexp'); variable 6 if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
|
| D | es7.string.match-all.js | 6 var isRegExp = require('./_is-regexp'); variable 23 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');
|
| D | es6.regexp.constructor.js | 5 var isRegExp = require('./_is-regexp'); variable 22 var piRE = isRegExp(p);
|
| D | es6.regexp.split.js | 3 var isRegExp = require('./_is-regexp'); variable 37 if (!isRegExp(separator)) return $split.call(string, separator, limit);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _is-regexp.js | 6 var isRegExp; 7 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
|
| D | _string-context.js | 2 var isRegExp = require('./_is-regexp'); variable 6 if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
|
| D | es7.string.match-all.js | 6 var isRegExp = require('./_is-regexp'); variable 23 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');
|
| /plugin/indexmenu2/cms/extensions/ |
| D | helpers.js | 11 …isRegExp(i){return(i instanceof RegExp);}function isBoolean(i){return('boolean'==typeof i);}functi… function
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shCore.js | 153 if (!self.isRegExp(regex)) { 321 if (self.isRegExp(pattern)) { 637 self.isRegExp = function (value) { 732 var isRegex = self.isRegExp(search), 879 if (self.isRegExp(pattern)) { 976 if (!self.isRegExp(regex)) { 1000 var isRegex = self.isRegExp(search), captureNames, result, str, origLastIndex; 1103 if (!self.isRegExp(separator)) {
|
| D | shCore.min.js | 17 …isRegExp(e))throw new TypeError("type RegExp expected");var a=p.replace.call(n(e)+(r||""),E,"");re…
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | helpers.js | 81 function isRegExp (prop /* :Object */) /* :Boolean */ { function 113 if (isRegExp(prop) && new RegExp("").toString() == prop.toString()) return true;
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | cross-document.js | 94 assert.ok(_.isRegExp(iRegExp), 'even from another frame');
|
| D | objects.js | 815 assert.notOk(_.isRegExp(_.identity), 'functions are not RegExps'); 816 assert.ok(_.isRegExp(/identity/), 'but RegExps are');
|
| D | functions.js | 701 if (_.isRegExp(value)) return function(obj) {
|
| /plugin/indexmenu2/cms/extensions/dom/ |
| D | selectbox.js | 13 …isRegExp(i)){i=RegExp.escape(i);if(!isString(Z))Z='start';switch(Z.toLowerCase()){case"any":i=new …
|
| /plugin/virtualkeyboard/vk/extensions/dom/ |
| D | selectbox.js | 136 if (!isRegExp(reg)) { 528 if (isUndefined(ids) || (isRegExp(ids) && ids.test(options[i].value))) {
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js | 690 if (!XRegExp.isRegExp(regex)) { 1071 if (XRegExp.isRegExp(pattern)) { 1479 XRegExp.isRegExp = function (value) { 1645 var isRegex = XRegExp.isRegExp(search), 1852 if (XRegExp.isRegExp(pattern)) { 1961 if (!XRegExp.isRegExp(regex)) { 1990 var isRegex = XRegExp.isRegExp(search), 2127 if (!XRegExp.isRegExp(separator)) {
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.core.js | 2897 var isRegExp = baseIsRegExp; 3767 lodash.isRegExp = isRegExp;
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | shim.js | 1611 var isRegExp; 1612 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp'); 2143 var isRegExp = __webpack_require__(56); 2147 if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!"); 6093 var isRegExp = __webpack_require__(56); 6110 var piRE = isRegExp(p); 6383 var isRegExp = __webpack_require__(56); 6417 if (!isRegExp(separator)) return $split.call(string, separator, limit); 7626 var isRegExp = __webpack_require__(56); 7643 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');
|
| D | core.js | 1625 var isRegExp; 1626 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp'); 2320 var isRegExp = __webpack_require__(57); 2324 if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!"); 6195 var isRegExp = __webpack_require__(57); 6212 var piRE = isRegExp(p); 6485 var isRegExp = __webpack_require__(57); 6519 if (!isRegExp(separator)) return $split.call(string, separator, limit); 7733 var isRegExp = __webpack_require__(57); 7750 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');
|