Home
last modified time | relevance | path

Searched refs:ev (Results 26 – 50 of 88) sorted by relevance

1234

/plugin/wysiwyg/fckeditor/editor/_source/classes/
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 Dfcktoolbarbuttonui.js147 function FCKToolbarButtonUI_OnMouseOver( ev, button ) argument
155 function FCKToolbarButtonUI_OnMouseOut( ev, button ) argument
163 function FCKToolbarButtonUI_OnClick( ev, button ) 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 Dfckimagepreloader.js60 function _FCKImagePreloader_OnImage( ev, imagePreloader ) argument
/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/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/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js81 jQuery( "#ckgedit_mswin" ).keydown(function(ev) { argument
82 if (ev.which == 13 ) {
83 ev.stopPropagation();
H A Dmsword.js.unc81 jQuery( "#ckgedit_mswin" ).keydown(function(ev) {
82 if (ev.which == 13 ) {
83 ev.stopPropagation();
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1ev","text","substr","quick_info_content","details","quick_info_date","task_time","quick_info_class…
H A Ddhtmlxgantt_click_drag.js.map1ev","removeEvent","id","eventHost","catcher","callObj","toLowerCase","attachAll","arg0","handlerNa…
/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/dropfiles/src/
H A Dupload.js22 xhr.upload.onprogress = function (ev) { argument
23 if (ev.lengthComputable) {
24 var percentComplete = ev.loaded / ev.total;
/plugin/authgoogle/google/external/
H A DURITemplateParser.php161 $ev = rawurlencode($v);
184 $val .= $ev . $del;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js150 o.Listener = function( ev ) argument
152 return listener.apply( o.Source, [ ev ].concat( o.Params ) ) ;
/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/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc86 jQuery( "#ckgedit_mswin" ).keydown(function(ev) {
87 if (ev.which == 13 ) {
88 ev.stopPropagation();
/plugin/editonlink/
H A Dstyle.css7 …tp://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2…
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js112 var ev = document.createEvent('HTMLEvents');
113 ev.initEvent(evnt, true, true);
114 el.dispatchEvent(ev);
116 var ev = document.createEventObject();
117 el.fireEvent('on'+evnt, ev);
/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/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js490 z.addEvent=function(ev){ argument
491 if (typeof (ev) == "function")
492 return dhx_catch.push(ev)-1;
H A Ddhtmlxgantt_keyboard_navigation.js1965 function getRelativeEventPosition(ev, node){ argument
1970 x: ev.clientX + d.scrollLeft - d.clientLeft - box.x + node.scrollLeft,
1971 y: ev.clientY + d.scrollTop - d.clientTop - box.y + node.scrollTop
2062 z.addEvent=function(ev){ argument
2063 if (typeof (ev) == "function")
2064 return dhx_catch.push(ev)-1;
H A Ddhtmlxgantt_tooltip.js760 function getRelativeEventPosition(ev, node){ argument
765 x: ev.clientX + d.scrollLeft - d.clientLeft - box.x + node.scrollLeft,
766 y: ev.clientY + d.scrollTop - d.clientTop - box.y + node.scrollTop
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js12809 task: ev
12814 task: ev
13232 task: ev
14595 ev.id = "project-" + ev.id;
14601 ev.start_date = ev.startdate || ev.est;
14602 ev.end_date = ev.enddate;
14603 ev.text = ev.name;
14604 ev.duration = ev.duration / 8;
14606 if (!ev.duration && !ev.end_date) ev.duration = 1;
16965 return (!ev || (ev.pointerType == "mouse" ));
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ku/
H A Dku.txt19 wekî îdeala hevbeş a ku hemû gel û hemû netewe dixwazin bighênê ji bo ku hemû kes û hemû organên civakê, ev Danezan timî di bîr de, bi hînkirin û hêvotinê bixebitin ku riayeta van maf û azadiyan pêşve bibin û bi tedbîrên berebereyî yên neteweyî û navneteweyî, nasîn û bicihanîna gerdûnî û fiîlî yên wan him di nav gelên dewletên endam bi xwe him di nav yên erdên ku li jêr hukmê wan de ne ewle bikin.
27 Bi serde, ewê tu cihêyî neyê kirin ji ber statuya siyasî, hiqûqî an navneteweyî ya welat an erdê ku kesek jê tê, heke ev welat an erd serbixwe, li jêr dest, ne xweser (otonom) an li jêr her tahdîda din a serweriyê be an na.
104 3. Viyana (îradeya) gel bingehê otorîteya hukûmetê ye; divê ku ev viyan xwe di helbijartinên durust ên ku di demên dewrî de, bi raya gerdûnî, wekhev û dengdana dizî an li gora awayeke hevrûmet a ku azadiya dengdanê ewle bike, xwe diyar ke.
/plugin/dtable/
H A Dscript.js566 var ev = jQuery(this).attr("href");
575 switch(ev)

1234