Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 25 of 138) sorted by relevance

123456

/plugin/freechat/phpfreechat/data/public/js/
Dactivity.js9 Event.observe(subject, 'mousemove', this._OnFocus.bindAsEventListener(this), false);
10 Event.observe(subject, 'mouseout', this._OnBlur.bindAsEventListener(this), false);
Dpfcclient.js96 …Event.observe(this.el_words, 'keydown', this.callbackWords_OnKeydown.bindAsEventListener(thi…
97 …Event.observe(this.el_words, 'keyup', this.callbackWords_OnKeyup.bindAsEventListener(this)…
98 …Event.observe(this.el_words, 'mouseup', this.callbackWords_OnMouseup.bindAsEventListener(thi…
99 …Event.observe(this.el_words, 'focus', this.callbackWords_OnFocus.bindAsEventListener(this)…
100 …Event.observe(document.body, 'unload', this.callback_OnUnload.bindAsEventListener(this), fa…
/plugin/findologicxmlexport/vendor/hoa/event/
DREADME.md69 while observers start to observe,
73 Wherever is the observable, we can observe its data.
79 about to close. Thus, the following example will observe all thrown exceptions:
107 observers can observe,
111 to the observable to observe.
/plugin/combo/resources/snippet/js/
H A Dlozad-svg.js9 svgObserver.observe();
H A Dlozad-print.js4 observer.observe();
H A Dlozad-raster.js29 observer.observe();
H A Dlozad-svg-injection.js49 svgObserver.observe();
H A Donhover.js47 observer.observe(document, {childList: true, subtree: true});
H A Donview-intersector.js50 observer.observe(target);
H A Dwebcode.js47 …IframeObserver.observe(iframe.contentWindow.document, {attributes: true, childList: true, subtree:…
/plugin/s5reloaded/ui/effects_support/
Dslider.js81 h.makePositioned().observe("mousedown", slider.eventMouseDown);
84 this.track.observe("mousedown", this.eventMouseDown);
85 document.observe("mouseup", this.eventMouseUp);
86 document.observe("mousemove", this.eventMouseMove);
Dcontrols.js90 Event.observe(this.element, 'blur', this.onBlur.bindAsEventListener(this));
91 Event.observe(this.element, 'keydown', this.onKeyPress.bindAsEventListener(this));
298 Event.observe(element, "mouseover", this.onHover.bindAsEventListener(this));
299 Event.observe(element, "click", this.onClick.bindAsEventListener(this));
713 this.element.observe(pair.key, listener);
715 this.options.externalControl.observe(pair.key, listener);
953 Event.observe(this.element,'keyup',this.delayedListener.bindAsEventListener(this));
Ddragdrop.js137 Event.observe(document, "mouseup", this.eventMouseUp);
138 Event.observe(document, "mousemove", this.eventMouseMove);
139 Event.observe(document, "keypress", this.eventKeypress);
285 Event.observe(this.handle, "mousedown", this.eventMouseDown);
/plugin/diagrams/script/
H A Dmediafile-linkfix.js41 bodyObserver.observe(observable, {
H A DDiagramsMediaManager.js23 observer.observe(filePanel, {childList: true, subtree: true});
/plugin/issuetracker/
Dtablekit.js310 Event.observe(c, 'mousedown', TableKit.Sortable._sort);
620 Event.observe(c, 'mouseover', TableKit.Resizable.initDetect);
621 Event.observe(c, 'mouseout', TableKit.Resizable.killDetect);
646 Event.observe(cell, 'mousemove', TableKit.Resizable.detectHandle);
647 Event.observe(cell, 'mousedown', TableKit.Resizable.startResize);
687 Event.observe(document, 'mousemove', TableKit.Resizable.drag);
688 Event.observe(document, 'mouseup', TableKit.Resizable.endResize);
702 Event.observe(cell, 'mouseout', TableKit.Resizable.killDetect);
737 Event.observe(table.tBodies[0], 'click', TableKit.Editable._editCell);
949 document.observe("dom:loaded", TableKit.load);
Dfabtabulous.js25 Event.observe(elm,'click',this.activate.bindAsEventListener(this),false)
/plugin/hiresimage/
H A Dscript.js78 observer.observe(document.body, { childList: true, subtree: true });
/plugin/asciidocjs/node_modules/core-js/modules/
D_microtask.js37 new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_microtask.js37 new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new
/plugin/asciidocjs/node_modules/asap/
Dbrowser-raw.js144 observer.observe(node, {characterData: true});
/plugin/move/script/
DMoveMediaManager.js14 observer.observe(filePanel, {childList: true, subtree: true});
/plugin/prosemirror/
Dscript.js192 observer.observe(editorswitch);
/plugin/instantpage/lib/
D5.1.0.js2 …rve(n),v(n.href)}})});document.querySelectorAll("a").forEach(e=>{h(e)&&t.observe(e)})})}}function …
/plugin/batchedit/
Dinterface.js28 return new MutationObserver(debounce(callback, 500)).observe($element.get(0), {

123456