Home
last modified time | relevance | path

Searched refs:ev (Results 51 – 75 of 88) sorted by path

1234

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dopus.js2 …dEventListener("click",(function(ev){if(!Browser.pointerLock&&canvas.requestPointerLock){canvas.re… argument
H A Dvorbis.js2 …dEventListener("click",(function(ev){if(!Browser.pointerLock&&canvas.requestPointerLock){canvas.re… argument
/plugin/likeit/script/
H A Djquery.hoverIntent.js56 var track = function(ev) { argument
57 cX = ev.pageX;
58 cY = ev.pageY;
62 var compare = function(ev,ob) { argument
69 return cfg.over.apply(ob,[ev]);
74 ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
79 var delay = function(ev,ob) { argument
82 return cfg.out.apply(ob,[ev]);
88 var ev = jQuery.extend({},e);
97 pX = ev.pageX; pY = ev.pageY;
[all …]
/plugin/mermaid/
H A Dmermaid.min.js104 `),b.style===void 0&&(P.style=P.style||"stroke: #333; stroke-width: 1.5px;fill:none"),P.labelStyle=P.labelStyle.replace("color:","fill:"))),P.id=E,P.class=C+" "+D,P.minlen=b.length global() function
[all...]
/plugin/metaeditor/
H A Djstree.js855 trigger : function (ev, data) { argument
860 this.element.triggerHandler(ev.replace('.jstree','') + '.jstree', data);
/plugin/ol3/
H A Dscript.js8ev={},rv=zm.a.getNames();function nv(t){var e=t.toString();if(e in ev)return t;for(var r=t.map((fu…
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js144 var ev = document.createEvent('HTMLEvents');
145 ev.initEvent(evnt, true, true);
146 el.dispatchEvent(ev);
148 var ev = document.createEventObject();
149 el.fireEvent('on'+evnt, ev);
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem285 12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==
/plugin/randomtables/
H A Dscript.js52 targetDiv.find('button').on('click', function(ev) {
59 jQuery('button.randomtable').on('click', function(ev) {
60 ev.preventDefault();
33 AnonymousFunction411244280200(ev) global() argument
40 AnonymousFunction411244280300(ev) global() argument
/plugin/sentry/
H A DEvent.php404 $ev = new Event();
405 $ev->addException($e);
406 return $ev;
419 $ev = new Event();
420 $ev->setError($error);
421 return $ev;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js366 var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];
368 case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;
369 case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;
370 case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;
371 case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;
372 default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;
/plugin/struct/meta/
H A DConfigParser.php136 $ev = new Event('PLUGIN_STRUCT_CONFIGPARSER_UNKNOWNKEY', $data);
137 if ($ev->advise_before()) {
140 $ev->advise_after();
/plugin/supa/
H A Dscript.js261 pastebutton.onclick = function (ev) { argument
262 supa_handler.pasteButtonHandler(ev);
266 uploadbutton.onclick = function (ev) { argument
267 supa_handler.uploadButtonHandler(ev);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php26 $ev->UID = 'foobar';
27 $ev->DTSTART = '20090420T180000Z';
40 $ev->UID = 'uuid';
41 $ev->DTSTART = '20120101T154500';
42 $ev->DTSTART['TZID'] = 'Europe/Berlin';
44 $ev->DTEND = '20120101T164500';
45 $ev->DTEND['TZID'] = 'Europe/Berlin';
53 $this->vcal->add($ev);
87 $ev->UID = 'uuid';
88 $ev->DTSTART = '20120824T145700Z';
[all …]
H A DMainTest.php16 $ev->UID = 'bla';
21 $ev->add($dtStart);
23 $vcal->add($ev);
40 $ev->UID = 'foo';
44 $ev->add($dtStart);
45 $vcal->add($ev);
79 $ev->UID = 'bla';
85 $vcal->add($ev);
138 $vcal->add($ev);
185 $vcal->add($ev);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckcontextmenu.js160 function FCKContextMenu_AttachedElement_OnContextMenu( ev, fckContextMenu, el ) argument
162 if ( fckContextMenu.CtrlDisable && ( ev.ctrlKey || ev.metaKey ) )
187 x = ev.screenX ;
188 y = ev.screenY ;
192 x = ev.clientX ;
193 y = ev.clientY ;
197 x = ev.pageX ;
198 y = ev.pageY ;
200 fckContextMenu._Panel.Show( x, y, ev.currentTarget || null ) ;
H A Dfckimagepreloader.js60 function _FCKImagePreloader_OnImage( ev, imagePreloader ) argument
H A Dfckkeystrokehandler.js74 function _FCKKeystrokeHandler_OnKeyDown( ev, keystrokeHandler ) argument
77 var keystroke = ev.keyCode || ev.which ;
82 if ( ev.ctrlKey || ev.metaKey )
85 if ( ev.shiftKey )
88 if ( ev.altKey )
117 if ( ev.preventDefault )
118 return ev.preventDefault() ;
120 ev.returnValue = false ;
121 ev.cancelBubble = true ;
134 if ( ev.preventDefault )
[all …]
H A Dfckmenuitem.js136 function FCKMenuItem_OnClick( ev, menuItem ) argument
147 function FCKMenuItem_OnMouseOver( ev, menuItem ) argument
152 function FCKMenuItem_OnMouseOut( ev, menuItem ) argument
H A Dfckspecialcombo.js69 function FCKSpecialCombo_ItemOnClick( ev, specialCombo, itemId ) argument
286 function FCKSpecialCombo_OnMouseOver( ev, specialCombo ) argument
305 function FCKSpecialCombo_OnMouseOut( ev, specialCombo ) argument
H A Dfcktoolbarbuttonui.js147 function FCKToolbarButtonUI_OnMouseOver( ev, button ) argument
155 function FCKToolbarButtonUI_OnMouseOut( ev, button ) argument
163 function FCKToolbarButtonUI_OnClick( ev, button ) argument
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js87 function FCKTextColorCommand_OnClick( ev, command, color ) argument
94 function FCKTextColorCommand_AutoOnClick( ev, command ) argument
101 function FCKTextColorCommand_MoreOnClick( ev, command ) argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js257 function( ev ) argument
259 var element = ev.srcElement ;
268 function( ev ) argument
270 if ( ev.srcElement.nodeName.IEquals( 'INPUT', 'TEXTAREA', 'SELECT' ) )
271 ev.preventDefault()
275 function( ev ) argument
277 if ( ev.srcElement.nodeName.IEquals( 'INPUT', 'TEXTAREA', 'SELECT' ) )
278 ev.preventDefault()
H A Dfcktools_ie.js150 o.Listener = function( ev ) argument
152 return listener.apply( o.Source, [ ev ].concat( o.Params ) ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js32ev){var R=ev.srcElement;if (R.nodeName.IEquals('IMG','HR','INPUT','TEXTAREA','SELECT')){FCKSelecti… argument

1234