Home
last modified time | relevance | path

Searched refs:Constructor (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/asciidocjs/node_modules/babel-runtime/helpers/
DcreateClass.js22 return function (Constructor, protoProps, staticProps) { argument
23 if (protoProps) defineProperties(Constructor.prototype, protoProps);
24 if (staticProps) defineProperties(Constructor, staticProps);
25 return Constructor;
DclassCallCheck.js5 exports.default = function (instance, Constructor) { argument
6 if (!(instance instanceof Constructor)) {
/plugin/asciidocjs/node_modules/core-js/modules/
D_iter-create.js10 module.exports = function (Constructor, NAME, next) { argument
11 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) }); class
12 setToStringTag(Constructor, NAME + ' Iterator');
D_iter-define.js18 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { argument
19 $iterCreate(Constructor, NAME, next);
23 case KEYS: return function keys() { return new Constructor(this, kind); };
24 case VALUES: return function values() { return new Constructor(this, kind); };
25 } return function entries() { return new Constructor(this, kind); };
D_an-instance.js1 module.exports = function (it, Constructor, name, forbiddenField) { argument
2 if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_iter-create.js10 module.exports = function (Constructor, NAME, next) { argument
11 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) }); class
12 setToStringTag(Constructor, NAME + ' Iterator');
D_iter-define.js18 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { argument
19 $iterCreate(Constructor, NAME, next);
23 case KEYS: return function keys() { return new Constructor(this, kind); };
24 case VALUES: return function values() { return new Constructor(this, kind); };
25 } return function entries() { return new Constructor(this, kind); };
D_an-instance.js1 module.exports = function (it, Constructor, name, forbiddenField) { argument
2 if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
/plugin/asciidocjs/node_modules/nunjucks/src/
Dobject.js5Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p… argument
Dnodes.js4Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p… argument
/plugin/pdfjs/pdfjs/web/
Dviewer.js3353 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
3357Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
4218 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4222Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
4523 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4527Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
4837 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4841Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
4998 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
5002Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
[all …]
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js10 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
14Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
303 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
307Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
405 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
409Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
1763 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
1767Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
2120 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
2124Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, p…
[all …]
/plugin/asciidocjs/node_modules/function-bind/test/
Dindex.js87 var Constructor = functionBind.call(thunkify(expectedReturnValue), null);
88 var result = new Constructor();
94 var Constructor = functionBind.call(thunkify(42), null);
95 var result = new Constructor();
/plugin/edittable/lib/
Dhandsontable.full.js1811Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
1823 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
2530Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
2536 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4961Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
4971 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
5928Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
5946 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
11603Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
11605 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
[all …]
/plugin/combo/resources/snippet/js/
H A Dtooltip.js5 version = parseInt(jQuery.fn.tooltip.Constructor.VERSION.substr(0, 1), 10);
/plugin/zwidoku/files/
H A Djs.js1Constructor=d,e.fn[h].noConflict=function(){return e.fn[h]=u,d._jQueryInterface};var f=e.fn.button…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dbootstrap.min.js6Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.…
7Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("loa…
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js2377Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
2379 …function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw …
3679Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
3691 …function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw …
4647Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, pr…
4657 …function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw …
/plugin/pdfjs/pdfjs/build/
Dpdf.js2202 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
2203 $iterCreate(Constructor, NAME, next);
2211 return new Constructor(this, kind);
2216 return new Constructor(this, kind);
2221 return new Constructor(this, kind);
2301 module.exports = function (Constructor, NAME, next) {
2302 Constructor.prototype = create(IteratorPrototype, { field
2305 setToStringTag(Constructor, NAME + ' Iterator');
3423 module.exports = function (it, Constructor, name, forbiddenField) {
3424 if (!(it instanceof Constructor) || forbiddenField !== undefined && forbiddenField in it) {
[all …]
Dpdf.worker.js3371 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
3372 $iterCreate(Constructor, NAME, next);
3380 return new Constructor(this, kind);
3385 return new Constructor(this, kind);
3390 return new Constructor(this, kind);
3470 module.exports = function (Constructor, NAME, next) {
3471 Constructor.prototype = create(IteratorPrototype, { field
3474 setToStringTag(Constructor, NAME + ' Iterator');
4592 module.exports = function (it, Constructor, name, forbiddenField) {
4593 if (!(it instanceof Constructor) || forbiddenField !== undefined && forbiddenField in it) {
[all …]
/plugin/asciidocjs/node_modules/pug-lexer/
DREADME.md62 Constructor for a Lexer class. This is not meant to be used directly unless you know what you are d…
/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.runtime.js1437 module.exports = function(Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED){
1438 $iterCreate(Constructor, NAME, next);
1442 case KEYS: return function keys(){ return new Constructor(this, kind); };
1443 case VALUES: return function values(){ return new Constructor(this, kind); };
1444 } return function entries(){ return new Constructor(this, kind); };
1505 module.exports = function(Constructor, NAME, next){
1506 Constructor.prototype = $.create(IteratorPrototype, {next: descriptor(1, next)}); field
1507 setToStringTag(Constructor, NAME + ' Iterator');
/plugin/asciidocjs/node_modules/pug-parser/
DREADME.md80 Constructor for a Parser class. This is not meant to be used directly unless you know what you are …
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.min.js6Constructor=d,e.fn[h].noConflict=function(){return e.fn[h]=u,d._jQueryInterface};var f=e.fn.button…
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dbootstrap.min.js6Constructor=v,g.fn[r].noConflict=function(){return g.fn[r]=h,v._jQueryInterface};var y="button",E=…

1234