/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 …]
|
H A D | InfiniteLoopProblemTest.php | 25 $ev->UID = 'foobar'; 26 $ev->DTSTART = '20090420T180000Z'; 39 $ev->UID = 'uuid'; 40 $ev->DTSTART = '20120101T154500'; 41 $ev->DTSTART['TZID'] = 'Europe/Berlin'; 43 $ev->DTEND = '20120101T164500'; 44 $ev->DTEND['TZID'] = 'Europe/Berlin'; 52 $this->vcal->add($ev); 86 $ev->UID = 'uuid'; 87 $ev->DTSTART = '20120824T145700Z'; [all …]
|
H A D | HandleRDateExpandTest.php | 55 $result = array_map(function($ev) {return $ev->DTSTART->getDateTime();}, $result);
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 …]
|
H A D | InfiniteLoopProblemTest.php | 26 $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 …]
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 …]
|
H A D | InfiniteLoopProblemTest.php | 26 $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 …]
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 16 $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 …]
|
H A D | InfiniteLoopProblemTest.php | 26 $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 …]
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckkeystrokehandler.js | 74 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 D | fckcontextmenu.js | 160 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 ) ;
|
/plugin/likeit/script/ |
H A D | jquery.hoverIntent.js | 56 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/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_quick_info.js | 150 gantt.templates.quick_info_title = function(start, end, ev){ return ev.text.substr(0,50); }; argument 151 gantt.templates.quick_info_content = function(start, end, ev){ return ev.details || ev.text; }; argument 152 gantt.templates.quick_info_date = function(start, end, ev){ argument 153 return gantt.templates.task_time(start, end, ev); 330 var buttonClick = function(ev){ argument 331 ev = ev || event; 332 gantt._qi_button_click(ev.target || ev.srcElement); 398 var ev = gantt.getTask(id); 406 content: gantt.templates.quick_info_title(ev.start_date, ev.end_date, ev), 407 date: gantt.templates.quick_info_date(ev.start_date, ev.end_date, ev) [all …]
|
/plugin/datepicker/script/jscalendar-1.0/ |
H A D | calendar.js | 171 ev || (ev = window.event); 344 ev || (ev = window.event); 397 ev || (ev = window.event); 462 if (Calendar.getTargetElement(ev) == Calendar.getElement(ev)) { 478 posX = ev.pageX; 479 posY = ev.pageY; 497 tableMouseUp(ev); 534 Calendar.cellClick(Calendar.getElement(ev), ev || window.event); 693 if (ev && ev.shiftKey) { 984 K = ev.keyCode; [all …]
|
/plugin/randomtables/ |
H A D | script.js | 52 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/ckgdoku/ckeditor/plugins/specialchar/dialogs/ |
H A D | specialchar.js.unc | 73 ev = new CKEDITOR.dom.event( ev ); 76 var element = ev.getTarget(); 78 var keystroke = ev.getKeystroke(), 91 ev.preventDefault(); 104 ev.preventDefault(); 109 onChoice( { data: ev } ); 110 ev.preventDefault(); 122 ev.preventDefault( true ); 134 ev.preventDefault( true ); 149 ev.preventDefault( true ); [all …]
|
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/ |
H A D | specialchar.js.unc | 73 ev = new CKEDITOR.dom.event( ev ); 76 var element = ev.getTarget(); 78 var keystroke = ev.getKeystroke(), 91 ev.preventDefault(); 104 ev.preventDefault(); 109 onChoice( { data: ev } ); 110 ev.preventDefault(); 122 ev.preventDefault( true ); 134 ev.preventDefault( true ); 149 ev.preventDefault( true ); [all …]
|
/plugin/issuetracker/ |
H A D | fabtabulous.js | 27 activate : function(ev) { argument 28 var elm = Event.findElement(ev, "a"); 29 Event.stop(ev);
|
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
H A D | smiley.js.unc | 45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) { 46 ev = new CKEDITOR.dom.event( ev ); 50 var keystroke = ev.getKeystroke(), 60 ev.preventDefault(); 70 ev.preventDefault(); 75 onClick( { data: ev } ); 76 ev.preventDefault(); 85 ev.preventDefault( true ); 92 ev.preventDefault( true ); 102 ev.preventDefault( true ); [all …]
|
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/ |
H A D | smiley.js.unc | 45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) { 46 ev = new CKEDITOR.dom.event( ev ); 50 var keystroke = ev.getKeystroke(), 60 ev.preventDefault(); 70 ev.preventDefault(); 75 onClick( { data: ev } ); 76 ev.preventDefault(); 85 ev.preventDefault( true ); 92 ev.preventDefault( true ); 102 ev.preventDefault( true ); [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_gecko.js | 257 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()
|
/plugin/sentry/ |
H A D | Event.php | 404 $ev = new Event(); 405 $ev->addException($e); 406 return $ev; 419 $ev = new Event(); 420 $ev->setError($error); 421 return $ev;
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 367 return ev.which === 1 && !ev.ctrlKey; 370 function getEvX(ev) { 377 return ev.pageX; 380 function getEvY(ev) { 387 return ev.pageY; 1841 if (ev) { 1874 hit = this.queryHit(util_1.getEvX(ev), util_1.getEvY(ev)); 1885 hit = this.queryHit(util_1.getEvX(ev), util_1.getEvY(ev)); 4165 ev, 4189 ev, [all …]
|
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/ |
H A D | datatables.mark.es6.min.js |
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckadobeair.js | 87 doc.addEventListener('click', function( ev ) argument 89 ev.preventDefault() ; 90 ev.stopPropagation() ;
|