Home
last modified time | relevance | path

Searched refs:globalThis (Results 1 – 25 of 59) sorted by relevance

123

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Dno-conflict.js6 if (typeof globalThis === 'object') return;
10 __magic__.globalThis = __magic__; // eslint-disable-line no-undef
14 const $Handlebars = globalThis.Handlebars;
18 if (globalThis.Handlebars === Handlebars) {
19 globalThis.Handlebars = $Handlebars;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dno-conflict.js9 if (typeof globalThis === 'object') return;
13 __magic__.globalThis = __magic__; // eslint-disable-line no-undef
17 var $Handlebars = globalThis.Handlebars;
21 if (globalThis.Handlebars === Handlebars) {
22 globalThis.Handlebars = $Handlebars;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dno-conflict.js10 if (typeof globalThis === 'object') return;
14 __magic__.globalThis = __magic__; // eslint-disable-line no-undef
18 var $Handlebars = globalThis.Handlebars;
22 if (globalThis.Handlebars === Handlebars) {
23 globalThis.Handlebars = $Handlebars;
/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.runtime.amd.min.js27globalThis&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.glob…
Dhandlebars.runtime.amd.js1237 if (typeof globalThis === 'object') return;
1241 __magic__.globalThis = __magic__; // eslint-disable-line no-undef
1245 var $Handlebars = globalThis.Handlebars;
1249 if (globalThis.Handlebars === Handlebars) {
1250 globalThis.Handlebars = $Handlebars;
Dhandlebars.amd.min.js27globalThis&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.glob…
Dhandlebars.runtime.js2539 if (typeof globalThis === 'object') return;
2543 __magic__.globalThis = __magic__; // eslint-disable-line no-undef
2547 var $Handlebars = globalThis.Handlebars;
2551 if (globalThis.Handlebars === Handlebars) {
2552 globalThis.Handlebars = $Handlebars;
Dhandlebars.runtime.min.js27globalThis&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.glob…
Dhandlebars.js2608 if (typeof globalThis === 'object') return;
2612 __magic__.globalThis = __magic__; // eslint-disable-line no-undef
2616 var $Handlebars = globalThis.Handlebars;
2620 if (globalThis.Handlebars === Handlebars) {
2621 globalThis.Handlebars = $Handlebars;
Dhandlebars.min.js27globalThis&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.glob…
/plugin/imapmarkers/
Dscript.js8 globalThis[Symbol.for('imapmarkers_storage')] = (function () { function
132 var _g = globalThis[Symbol.for('imapmarkers_storage')];
/plugin/diagramsnet/lib/js/socket.io/
Dsimplepeer9.10.0.min.js6globalThis)return null;var e={RTCPeerConnection:globalThis.RTCPeerConnection||globalThis.mozRTCPee…
/plugin/combo/resources/library/combo/
H A Dcombo.min.js1 …nction"&&define.amd?define(["exports","bootstrap"],c):(u=typeof globalThis<"u"?globalThis:u||self,…
H A Dcombo.min.js.map1globalThis. In older engines we can escape\n // strict mode using a global Function call. This co…
/plugin/statistics/js/
Dchartjs-plugin-datalabels.js7 …?define(["chart.js/helpers","chart.js"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).C…
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5 …define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).P…
H A Dbootstrap.min.js6 …e&&define.amd?define(["@popperjs/core"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).b…
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js1 …g=e),y}},t}(b);try{regeneratorRuntime=w}catch(t){"object"==typeof globalThis?globalThis.regenerato…
H A Dcombo.min.js.map1globalThis. In older engines we can escape\n // strict mode using a global Function call. This co…
/plugin/fuzzysearch/
H A Dfuse.min.js9 …tion"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).F…
/plugin/c3chart/assets/
Djs-yaml.min.js2 …define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).j…
/plugin/achart/assets/
Djs-yaml.min.js2 …define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).j…
/plugin/diagramsnet/lib/js/deflate/
Dpako.min.js2 …define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).p…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js6966 if (typeof globalThis !== 'undefined' && globalThis.crypto) {
6967 crypto = globalThis.crypto;
28607 check(typeof globalThis == 'object' && globalThis) ||
32266 globalThis: global
36356 if (typeof globalThis === "object") {
36357 return globalThis;
40549 var g = typeof globalThis === 'undefined' ? __webpack_require__.g : globalThis;
66257 var g = typeof globalThis === 'undefined' ? __webpack_require__.g : globalThis;
73564 var g = typeof globalThis === 'undefined' ? __webpack_require__.g : globalThis;
73833 /******/ if (typeof globalThis === 'object') return globalThis;
Dpdfmake.min.js2globalThis&&globalThis.crypto&&(u=globalThis.crypto),!u&&"undefined"!=typeof window&&window.msCryp…

123