Home
last modified time | relevance | path

Searched refs:observer (Results 1 – 25 of 57) sorted by relevance

123

/plugin/asciidocjs/node_modules/core-js/modules/
Des7.observable.js39 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/
Des7.observable.js39 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 Dlozad-print.js3 const observer = lozad();
4 observer.observe();
7 observer.triggerLoad(element);
H A Dlozad-raster.js3 const observer = lozad('.lazy-raster-cs', {
29 observer.observe();
H A Donhover.js30 const observer = new MutationObserver(function (mutationList) {
47 observer.observe(document, {childList: true, subtree: true});
H A Donview-intersector.js46 const observer = new IntersectionObserver(callback, options); constant
50 observer.observe(target);
/plugin/hiresimage/
H A Dscript.js62 const observer = new MutationObserver(function(mutations) {
78 observer.observe(document.body, { childList: true, subtree: true });
/plugin/asciidocjs/node_modules/asap/
Dbrowser-raw.js142 var observer = new BrowserMutationObserver(callback);
144 observer.observe(node, {characterData: true});
/plugin/move/script/
DMoveMediaManager.js13 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 DDiagramsMediaManager.js22 const observer = new MutationObserver(this.#addEditButton);
23 observer.observe(filePanel, {childList: true, subtree: true});
33 async #addEditButton(mutationsList, observer) { argument
H A Dmediafile-linkfix.js17 const bodyObserver = new MutationObserver((mutationsList, observer) => {
/plugin/prosemirror/
Dscript.js182 const observer = new IntersectionObserver(
192 observer.observe(editorswitch);
/plugin/fuzzysearch/
H A Deditor.js248 const observer = new MutationObserver((mutations) => {
260 observer.observe(document.body, {
/plugin/s5reloaded/ui/effects_support/
Ddragdrop.js197 addObserver: function(observer) { argument
198 this.observers.push(observer);
576 initialize: function(element, observer) { argument
578 this.observer = observer;
589 this.observer(this.element)
Dcontrols.js84 this.observer = null;
162 if(this.observer) clearTimeout(this.observer);
163 this.observer =
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.js7604 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 …]
Dshim.js8390 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 …]
Dcore.js8497 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/
Dscript.js1observer.editContext||((null===(e=this.domChanged)||void 0===e?void 0:e.newSel)?c=this.domChanged.…
/plugin/mizarproofchecker/dist/
Dscript.js1observer.editContext||((null===(e=this.domChanged)||void 0===e?void 0:e.newSel)?c=this.domChanged.…
/plugin/findologicxmlexport/vendor/hoa/event/
DREADME.md26 This library allows to use events and listeners in PHP. This is an observer
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/mizarverifiabledocs/dist/
H A Dscript.js1observer.editContext&&((null==(e=this.domChanged)?void 0:e.newSel)?c=this.domChanged.newSel.head:(…
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-viewer.production.min.js16observer.editContext&&((null===(t=this.domChanged)||void 0===t?void 0:t.newSel)?i=this.domChanged.…
/plugin/diagramsnet/lib/js/diagramly/
DGraphViewer.js517 var observer = new MutObs(mxUtils.bind(this, function(mutation)
521 observer.disconnect();
526 observer.observe(par, {attributes: true});

123