| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es7.observable.js | 39 var Subscription = function (observer, subscriber) { argument 40 anObject(observer); 42 this._o = observer; 43 observer = new SubscriptionObserver(this); 45 var cleanup = subscriber(observer); 53 observer.error(e); 70 var observer = subscription._o; variable 72 var m = getMethod(observer.next); 73 if (m) return m.call(observer, value); 86 var observer = subscription._o; [all …]
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es7.observable.js | 39 var Subscription = function (observer, subscriber) { argument 40 anObject(observer); 42 this._o = observer; 43 observer = new SubscriptionObserver(this); 45 var cleanup = subscriber(observer); 53 observer.error(e); 70 var observer = subscription._o; variable 72 var m = getMethod(observer.next); 73 if (m) return m.call(observer, value); 86 var observer = subscription._o; [all …]
|
| /plugin/combo/resources/snippet/js/ |
| H A D | lozad-print.js | 3 const observer = lozad(); 4 observer.observe(); 7 observer.triggerLoad(element);
|
| H A D | lozad-raster.js | 3 const observer = lozad('.lazy-raster-cs', { 29 observer.observe();
|
| H A D | onhover.js | 30 const observer = new MutationObserver(function (mutationList) { 47 observer.observe(document, {childList: true, subtree: true});
|
| H A D | onview-intersector.js | 46 const observer = new IntersectionObserver(callback, options); constant 50 observer.observe(target);
|
| /plugin/hiresimage/ |
| H A D | script.js | 62 const observer = new MutationObserver(function(mutations) { 78 observer.observe(document.body, { childList: true, subtree: true });
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | browser-raw.js | 142 var observer = new BrowserMutationObserver(callback); 144 observer.observe(node, {characterData: true});
|
| /plugin/move/script/ |
| D | MoveMediaManager.js | 13 const observer = new MutationObserver(this.#addMoveButton.bind(this)); 14 observer.observe(filePanel, {childList: true, subtree: true}); 24 async #addMoveButton(mutationsList, observer) { argument
|
| /plugin/diagrams/script/ |
| H A D | DiagramsMediaManager.js | 22 const observer = new MutationObserver(this.#addEditButton); 23 observer.observe(filePanel, {childList: true, subtree: true}); 33 async #addEditButton(mutationsList, observer) { argument
|
| H A D | mediafile-linkfix.js | 17 const bodyObserver = new MutationObserver((mutationsList, observer) => {
|
| /plugin/prosemirror/ |
| D | script.js | 182 const observer = new IntersectionObserver( 192 observer.observe(editorswitch);
|
| /plugin/fuzzysearch/ |
| H A D | editor.js | 248 const observer = new MutationObserver((mutations) => { 260 observer.observe(document.body, {
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | dragdrop.js | 197 addObserver: function(observer) { argument 198 this.observers.push(observer); 576 initialize: function(element, observer) { argument 578 this.observer = observer; 589 this.observer(this.element)
|
| D | controls.js | 84 this.observer = null; 162 if(this.observer) clearTimeout(this.observer); 163 this.observer =
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.js | 7604 var Subscription = function (observer, subscriber) { 7605 anObject(observer); 7607 this._o = observer; 7608 observer = new SubscriptionObserver(this); 7610 var cleanup = subscriber(observer); 7618 observer.error(e); field 7635 var observer = subscription._o; 7637 var m = getMethod(observer.next); 7638 if (m) return m.call(observer, value); 7651 var observer = subscription._o; [all …]
|
| D | shim.js | 8390 var Subscription = function (observer, subscriber) { 8391 anObject(observer); 8393 this._o = observer; 8394 observer = new SubscriptionObserver(this); 8396 var cleanup = subscriber(observer); 8404 observer.error(e); field 8421 var observer = subscription._o; 8423 var m = getMethod(observer.next); 8424 if (m) return m.call(observer, value); 8437 var observer = subscription._o; [all …]
|
| D | core.js | 8497 var Subscription = function (observer, subscriber) { 8498 anObject(observer); 8500 this._o = observer; 8501 observer = new SubscriptionObserver(this); 8503 var cleanup = subscriber(observer); 8511 observer.error(e); field 8528 var observer = subscription._o; 8530 var m = getMethod(observer.next); 8531 if (m) return m.call(observer, value); 8544 var observer = subscription._o; [all …]
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js | 1 …observer.editContext||((null===(e=this.domChanged)||void 0===e?void 0:e.newSel)?c=this.domChanged.…
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js | 1 …observer.editContext||((null===(e=this.domChanged)||void 0===e?void 0:e.newSel)?c=this.domChanged.…
|
| /plugin/findologicxmlexport/vendor/hoa/event/ |
| D | README.md | 26 This library allows to use events and listeners in PHP. This is an observer
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js | 1 …observer.editContext&&((null==(e=this.domChanged)?void 0:e.newSel)?c=this.domChanged.newSel.head:(…
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| D | dmn-viewer.production.min.js | 16 …observer.editContext&&((null===(t=this.domChanged)||void 0===t?void 0:t.newSel)?i=this.domChanged.…
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | GraphViewer.js | 517 var observer = new MutObs(mxUtils.bind(this, function(mutation) 521 observer.disconnect(); 526 observer.observe(par, {attributes: true});
|