Home
last modified time | relevance | path

Searched refs:addEventListener (Results 26 – 50 of 367) sorted by relevance

12345678910>>...15

/plugin/stlviewer/stlviewer/
H A DOrbitControls.js338 scope.domElement.addEventListener( 'mousemove', onMouseMove, false );
339 scope.domElement.addEventListener( 'mouseup', onMouseUp, false );
612 …this.domElement.addEventListener( 'contextmenu', function ( event ) { event.preventDefault(); }, f…
613 this.domElement.addEventListener( 'mousedown', onMouseDown, false );
614 this.domElement.addEventListener( 'mousewheel', onMouseWheel, false );
615 this.domElement.addEventListener( 'DOMMouseScroll', onMouseWheel, false ); // firefox
617 this.domElement.addEventListener( 'touchstart', touchstart, false );
618 this.domElement.addEventListener( 'touchend', touchend, false );
619 this.domElement.addEventListener( 'touchmove', touchmove, false );
621 window.addEventListener( 'keydown', onKeyDown, false );
H A DTrackballControls.js379 window.addEventListener( 'keydown', keydown, false );
413 document.addEventListener( 'mousemove', mousemove, false );
414 document.addEventListener( 'mouseup', mouseup, false );
600 this.domElement.addEventListener( 'contextmenu', contextmenu, false );
601 this.domElement.addEventListener( 'mousedown', mousedown, false );
602 this.domElement.addEventListener( 'wheel', mousewheel, false );
604 this.domElement.addEventListener( 'touchstart', touchstart, false );
605 this.domElement.addEventListener( 'touchend', touchend, false );
606 this.domElement.addEventListener( 'touchmove', touchmove, false );
608 window.addEventListener( 'keydown', keydown, false );
[all …]
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15addEventListener(i.substr(2),I,false);};if(!Node.prototype.fireEvent)Node.prototype.fireEvent=func…
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php68 $environment->addEventListener(DocumentParsedEvent::class, [new AnonymousFootnotesListener(), 'onDocumentParsed']);
69 $environment->addEventListener(DocumentParsedEvent::class, [new FixOrphanedFootnotesAndRefsListener(), 'onDocumentParsed'], 30);
70 $environment->addEventListener(DocumentParsedEvent::class, [new NumberFootnotesListener(), 'onDocumentParsed']);
71 $environment->addEventListener(DocumentParsedEvent::class, [new GatherFootnotesListener(), 'onDocumentParsed']);
/plugin/diagrams/script/
H A Dembed-editbutton.js4 document.addEventListener('DOMContentLoaded', () => {
17 button.addEventListener('click', event => {
H A DDiagramsMediaManager.js13 createLink.addEventListener('click', this.#showCreationDialog.bind(this));
59 editButton.addEventListener('click', async () => {
169 form.addEventListener('submit', this.#createDiagram.bind(this, ns, input));
230 document.addEventListener('DOMContentLoaded', () => {
H A Dmediafile-editbutton.js4 document.addEventListener('DOMContentLoaded', async () => {
31 button.addEventListener('click', event => {
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js43 return self.addEventListener(e.substr(2), f, false); // was true--Opera7b workaround!
94 …if (self.addEventListener) self.addEventListener(e.substr(2), f, false); // was true--Opera7b work…
/plugin/combo/resources/snippet/js/
H A Dquality.js2 window.addEventListener("DOMContentLoaded", function () {
7 metadataControlItem.addEventListener("click", async function (event) {
H A Dmenubar-fixed-top.js11 window.addEventListener("DOMContentLoaded", function () {
33 window.addEventListener("scroll", function () {
H A Dpage-protection.js1 window.addEventListener("DOMContentLoaded", function () {
25 element.addEventListener('click', function (event) {
H A Dcombo-loader.js11 script.addEventListener("load", callback);
24 link.addEventListener("load", callback);
H A Dbacklink.js3 window.addEventListener("DOMContentLoaded", function () {
7 metadataControlItem.addEventListener("click", async function (event) {
H A Dcombo-html.js80 clone.addEventListener("load", loaderManager.decrease)
85 targetElement.addEventListener(allModuleLoadedEventType, function () {
H A Dcache.js3 window.addEventListener("DOMContentLoaded", function () {
8 metadataControlItem.addEventListener("click", async function (event) {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckcontextmenu.js35 …oPanel.Document.addEventListener( 'draggesture', function(e) {e.preventDefault(); return false;}, …
52 this._Document.addEventListener( 'mousedown', FCKContextMenu_Document_OnMouseDown, false ) ;
53 this._Document.addEventListener( 'mouseup', FCKContextMenu_Document_OnMouseUp, false ) ;
55 this._Document.addEventListener( 'contextmenu', FCKContextMenu_Document_OnContextMenu, false ) ;
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js19 addEventListener('load', function() {
68 buildList.addEventListener('change', eventHandler);
69 loaderList.addEventListener('change', eventHandler);
/plugin/downloadcodeblock/
H A Dscript.js11 window.addEventListener("load", () => {
19 button.addEventListener("click", () => {
/plugin/aichat/script/
H A DAIChatButton.js36 button.addEventListener('click', this.toggleDialog.bind(this))
39 this.#dialog.querySelector('button.fs').addEventListener('click', function() {
/plugin/fksnewsfeed/
H A Dscript.js7 window.addEventListener('DOMContentLoaded', () => {
54 moreButton.addEventListener('click', () => {
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js444 folder.addEventListener('click', function()
579 row.addEventListener('dblclick', openFile);
581 row.addEventListener('click', function()
767 cats[i].addEventListener('click', function()
805 _$('#odSearchBox').addEventListener('keyup', function(evt)
836 _$('#refreshOD').addEventListener('click', refreshFolder);
840 _$('#odBackBtn').addEventListener('click', backFn);
845 _$('#odSubmitBtn').addEventListener('click', doSubmit);
/plugin/revealjs/js/
H A Dreveal.js433 window.addEventListener( 'load', layout, false );
703 window.addEventListener( 'load', setupPDF );
1272 window.addEventListener( 'message', function ( event ) {
1483 window.addEventListener( 'resize', onWindowResize, false );
1515 dom.pauseOverlay.addEventListener( 'click', resume, false );
1968 window.addEventListener( 'load', removeAddressBar, false );
4089 el.addEventListener( 'play', function() {
4098 el.addEventListener( 'loadeddata', startEmbeddedMedia );
4121 el.addEventListener( 'load', startEmbeddedIframe );
5936 this.canvas.addEventListener( type, listener, false );
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js40 zoomIn.addEventListener('click', function() {instance.getPublicInstance().zoomIn()}, false)
129 if ( window.addEventListener ) {
351 this.svg.addEventListener("mousedown", function(evt) {
354 this.svg.addEventListener("touchstart", function(evt) {
359 this.svg.addEventListener("mouseup", function(evt) {
362 this.svg.addEventListener("touchend", function(evt) {
367 this.svg.addEventListener("mousemove", function(evt) {
370 this.svg.addEventListener("touchmove", function(evt) {
375 this.svg.addEventListener("mouseleave", function(evt) {
378 this.svg.addEventListener("touchleave", function(evt) {
[all …]
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js22 target.addEventListener('mouseover', () => {
27 target.addEventListener('mouseleave', () => {
/plugin/revealjs/plugin/search/
H A Dsearch.js181 document.getElementById( 'searchbutton' ).addEventListener( 'click', function(event) {
185 document.getElementById( 'searchinput' ).addEventListener( 'keyup', function( event ) {
197 document.addEventListener( 'keydown', function( event ) {

12345678910>>...15