| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | node-loaders.js | 85 var _this2; 86 _this2 = _Loader2.call(this) || this; 88 _this2.pathsToNames = {}; 89 _this2.noCache = !!opts.noCache; 96 _this2.watcher = chokidar.watch(); 97 _this2.watcher.on('change', function (fullname) { 98 _this2.emit('update', _this2.pathsToNames[fullname], fullname); 100 _this2.watcher.on('error', function (error) { 103 _this2.on('load', function (name, source) { 104 _this2.watcher.add(source.path); [all …]
|
| D | object.js | 73 var _this2; 77 (_this2 = _this).init.apply(_this2, arguments);
|
| D | web-loaders.js | 35 var _this2 = this; 53 _this2.emit('load', name, result);
|
| D | environment.js | 112 var _this2 = this; 119 _this2.emit('update', name, fullname, loader); 122 _this2.emit('load', name, source, loader);
|
| D | nodes.js | 46 var _this2 = this; 54 return traverseAndCheck(_this2[field], type, results);
|
| D | compiler.js | 123 var _this2 = this; 125 _this2.compile(child, frame);
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 961 var _this2 = this; 1016 _this2.passwordPrompt.setUpdateCallback(updateCallback, reason); 1018 _this2.passwordPrompt.open(); 1025 _this2.progress(loaded / total); 1030 _this2.load(pdfDocument); 1032 if (loadingTask !== _this2.pdfLoadingTask) { 1040 …loadingErrorMessage = _this2.l10n.get('invalid_file_error', null, 'Invalid or corrupted PDF file.'… 1042 … loadingErrorMessage = _this2.l10n.get('missing_file_error', null, 'Missing PDF file.'); 1044 …loadingErrorMessage = _this2.l10n.get('unexpected_response_error', null, 'Unexpected server respon… 1046 …loadingErrorMessage = _this2.l10n.get('loading_error', null, 'An error occurred while loading the … [all …]
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 419 var _this2 = this; 435 if (_this2.options.disableScroll) { 436 _this2.toggleScrollbar('show'); 438 if (_this2.options.htmlClass && _this2.options.htmlClass !== '') { 439 document.querySelector('html').classList.remove(_this2.options.htmlClass); 441 document.body.removeChild(_this2.domNodes.wrapper); 442 if (_this2.options.overlay) { 443 document.body.removeChild(_this2.domNodes.overlay); 445 _this2.domNodes.additionalHtml = null; 446 _this2.domNodes.download = null; [all …]
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 4188 var _this2 = this; 4194 return _this2.once(key, c, context); 5093 var _this2 = this; 5096 _this2.hot.removeHook(name, callback); 6640 var _this2 = this; 6648 result = func.apply(_this2, args); 17988 var _this2 = this; 18003 var cellProperties = _this2.hot.getCellMeta(row, column); 18008 var renderer = _this2.hot.getCellRenderer(cellProperties); 18011 … renderer(_this2.hot, td, row, column, _this2.hot.colToProp(column), string.value, cellProperties); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …_this2=this;var context=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;if(Array.is…
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | javascript-compiler.js | 487 var _this2 = this; 498 var lookup = _this2.nameLookup(current, parts[i], type);
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | javascript-compiler.js | 495 var _this2 = this; 506 var lookup = _this2.nameLookup(current, parts[i], type);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 10210 var _this2 = this; 10218 …for (var _iterator2 = _this2._progressListeners[Symbol.iterator](), _step2; !(_iteratorNormalCompl… 13810 var _this2; 13814 … _this2 = _possibleConstructorReturn(this, _getPrototypeOf(GenericFontLoader).call(this, docId)); 13815 _this2.loadingContext = { 13819 _this2.loadTestFontId = 0; 13820 return _this2; 16870 var _this2 = this; 16878 _this2.streamControllers[streamId] = { 16884 _this2.postMessage({ [all …]
|
| D | pdf.worker.js | 11522 var _this2; 11526 _this2 = _possibleConstructorReturn(this, _getPrototypeOf(NetworkPdfManager).call(this)); 11527 _this2._docId = docId; 11528 _this2._password = args.password; 11529 _this2._docBaseUrl = docBaseUrl; 11530 _this2.msgHandler = args.msgHandler; 11531 _this2.evaluatorOptions = evaluatorOptions; 11532 _this2.streamManager = new _chunked_stream.ChunkedStreamManager(pdfNetworkStream, { 11538 …_this2.pdfDocument = new _document.PDFDocument(_assertThisInitialized(_this2), _this2.streamManage… 11539 return _this2; [all …]
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks.js | 485 var _this2; 489 (_this2 = _this).init.apply(_this2, arguments); 903 var _this2 = this; 911 return traverseAndCheck(_this2[field], type, results); 1342 var _this2 = this; 1344 _this2.compile(child, frame); field 2391 var _this2 = this; 2398 _this2.emit('update', name, fullname, loader); 2401 _this2.emit('load', name, source, loader); field 4382 var _this2 = this; [all …]
|
| D | nunjucks-slim.js | 894 var _this2; 898 (_this2 = _this).init.apply(_this2, arguments); 1127 var _this2 = this; 1134 _this2.emit('update', name, fullname, loader); 1137 _this2.emit('load', name, source, loader); field
|
| D | nunjucks-slim.min.js.map | 1 …lass","cls","prop","tmp","subclass","_cls","Obj","init","_EventEmitter","_this2","e","_require","E…
|
| D | nunjucks-slim.js.map | 1 …tmp","extendClass","cls","subclass","_cls","Obj","init","_EventEmitter","_this2","_proto2","Enviro…
|
| D | nunjucks.min.js.map | 1 …mp","apply","subclass","_cls","Obj","init","EmitterObj","_EventEmitter","_this2","_this","arrayFro…
|
| D | nunjucks.js.map | 1 …s","subclass","_cls","Obj","init","_proto","EmitterObj","_EventEmitter","_this2","_this","_proto2"…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 183 var _this2 = this; 190 var worksheet = _this2.workbook.getWorksheet(options.sheetName || options.sheetId); 1987 var _this2 = this; 2002 _this2._worksheet.getCell(index + offset, colNumber).value = value; 2364 var _this2 = this; 2369 _this2.normaliseMatrix(matrix, sheetName); 3356 var _this2 = this; 3392 var cell = _this2.getCellEx(address); 3621 var _this2 = this; 3669 var formula = _this2.getFormula(column); [all …]
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 12672 var _this2 = this; 12675 _this2.copyToImageData(ret, pixels); 14744 var _this2; 14746 _this2 = _super2.call(this, doc); 14747 _this2.doc = doc; 14748 _this2.x1 = x1; 14749 _this2.y1 = y1; 14750 _this2.r1 = r1; 14751 _this2.x2 = x2; 14752 _this2.y2 = y2; [all …]
|
| /plugin/diagramsnet/lib/js/rough/ |
| D | rough.js.modified | 540 var _this2 = this; 559 …apply(o, _toConsumableArray(_this2.helper.doubleLineOps(_i7[0], _i7[1], _u2[0], _u2[1], n)).concat…
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 1604 var _this2 = this; 1614 if (plugin) plugin(_this2); 4814 var _this2 = this; 4823 node.body.unshift(_this2.directiveToStmt(directive));
|
| /plugin/combo/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.min.js.map | 1 …ex","direction","off","_objectSpread2","_handleSwipe","absDeltax","abs","_this2","_keydown","_addT…
|