Home
last modified time | relevance | path

Searched refs:isRegExp (Results 1 – 25 of 58) sorted by relevance

123

/plugin/asciidocjs/node_modules/lodash/
DisRegExp.js6 var nodeIsRegExp = nodeUtil && nodeUtil.isRegExp;
25 var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; variable
27 module.exports = isRegExp;
Dsplit.js5 isRegExp = require('./isRegExp'), variable
42 (separator != null && !isRegExp(separator))
Dtruncate.js5 isRegExp = require('./isRegExp'), variable
88 if (isRegExp(separator)) {
Dcore.js2913 var isRegExp = baseIsRegExp;
3790 lodash.isRegExp = isRegExp;
/plugin/asciidocjs/node_modules/core-js/modules/
D_is-regexp.js6 var isRegExp;
7 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
D_string-context.js2 var isRegExp = require('./_is-regexp'); variable
6 if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
Des7.string.match-all.js6 var isRegExp = require('./_is-regexp'); variable
23 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');
Des6.regexp.constructor.js5 var isRegExp = require('./_is-regexp'); variable
22 var piRE = isRegExp(p);
Des6.regexp.split.js3 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.js6 var isRegExp;
7 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
D_string-context.js2 var isRegExp = require('./_is-regexp'); variable
6 if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
Des7.string.match-all.js6 var isRegExp = require('./_is-regexp'); variable
23 if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');
/plugin/indexmenu2/cms/extensions/
Dhelpers.js11isRegExp(i){return(i instanceof RegExp);}function isBoolean(i){return('boolean'==typeof i);}functi… function
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js153 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)) {
DshCore.min.js17isRegExp(e))throw new TypeError("type RegExp expected");var a=p.replace.call(n(e)+(r||""),E,"");re…
/plugin/virtualkeyboard/vk/extensions/
Dhelpers.js81 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/
Dcross-document.js94 assert.ok(_.isRegExp(iRegExp), 'even from another frame');
Dobjects.js815 assert.notOk(_.isRegExp(_.identity), 'functions are not RegExps');
816 assert.ok(_.isRegExp(/identity/), 'but RegExps are');
Dfunctions.js701 if (_.isRegExp(value)) return function(obj) {
/plugin/indexmenu2/cms/extensions/dom/
Dselectbox.js13isRegExp(i)){i=RegExp.escape(i);if(!isString(Z))Z='start';switch(Z.toLowerCase()){case"any":i=new …
/plugin/virtualkeyboard/vk/extensions/dom/
Dselectbox.js136 if (!isRegExp(reg)) {
528 if (isUndefined(ids) || (isRegExp(ids) && ids.test(options[i].value))) {
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js690 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/
Dlodash.core.js2897 var isRegExp = baseIsRegExp;
3767 lodash.isRegExp = isRegExp;
/plugin/asciidocjs/node_modules/core-js/client/
Dshim.js1611 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!');
Dcore.js1625 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!');

123