Home
last modified time | relevance | path

Searched refs:events (Results 76 – 100 of 378) sorted by relevance

12345678910>>...16

/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js519 if (mod.events.error) {
704 this.events = getOwn(undefEvents, map.id) || {};
735 } else if (this.events.error) {
844 if (this.events.error) {
958 if (this.events.error) {
1126 var cbs = this.events[name];
1128 cbs = this.events[name] = [];
1134 each(this.events[name], function (cb) {
1141 delete this.events[name];
1455 if (mod.events.defined) {
[all …]
/plugin/jplayer/components/
H A Drequire.js519 if (mod.events.error) {
704 this.events = getOwn(undefEvents, map.id) || {};
735 } else if (this.events.error) {
844 if (this.events.error) {
958 if (this.events.error) {
1126 var cbs = this.events[name];
1128 cbs = this.events[name] = [];
1134 each(this.events[name], function (cb) {
1141 delete this.events[name];
1455 if (mod.events.defined) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php290 foreach($recurringEvents as $events) {
293 $it = new EventIterator($events, $timeZone);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php290 foreach($recurringEvents as $events) {
293 $it = new EventIterator($events, $timeZone);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php290 foreach($recurringEvents as $events) {
293 $it = new EventIterator($events, $timeZone);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst4 The serializer dispatches different events during the serialization, and
10 The difference between listeners, and subscribers is that listener do not know to which events they…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGames.php48 public $events; variable in Google\\Service\\Games
252 'events',
256 'path' => 'games/v1/events',
290 'path' => 'games/v1/events',
/plugin/bpmnioeditor/
H A Dstyle.css175 pointer-events: none;
187 pointer-events: none;
192 pointer-events: all;
292 pointer-events: none;
303 pointer-events: all;
315 pointer-events: all;
362 pointer-events: none;
372 pointer-events: none;
481 pointer-events: none;
498 pointer-events: all;
[all …]
/plugin/csstimeline/
H A Dstyle.css119 pointer-events: none;
133 pointer-events: none;
229 pointer-events: none;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php337 foreach ($recurringEvents as $events) {
339 $it = new EventIterator($events, null, $timeZone);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php351 foreach ($recurringEvents as $events) {
354 $it = new EventIterator($events, $timeZone);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less25 /* default look for background events */
286 temporary rendered events).
292 /* matches the space above the events */ }
357 /* give events with links and draggable events a hand mouse pointer */ }
493 /* DayGrid events
500 /* spacing between events and edges */
522 /* force events to be one-line tall */
544 /* "more" link that represents hidden events */
1048 /* space on the sides of events for RTL */
1058 /* background events always span full width */
[all …]
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php114 static $events;
116 if (!$events) {
117 $events = array(
131 return $events;
/plugin/jquery/
H A Djquery-1.4.2.js1591 var events = elemData.events = elemData.events || {},
1685 events = elemData && elemData.events; variable
1701 for ( type in events ) {
1776 delete events[ type ];
1787 delete elemData.events;
1824 if ( this.events && this.events[type] ) {
1919 var events = jQuery.data(this, "events"), handlers = events[ event.type ];
4175 if ( events === true ) {
4339 if ( events ) {
4341 curData.events = {};
[all …]
/plugin/editsections/
H A Dscript.js12 var btnhdls = btns[i].events['mouseover'];
/plugin/icalevents/
H A Dsyntax-impl.php233 $events = $vevent->getIterator();
237 $events->uasort(
249 foreach ($events as &$event) {
/plugin/autotooltip/
H A Dscreen.less10 pointer-events: none;
/plugin/issuelinks/services/
H A DJira.service.php374 'events' => [
431 'events' => [
/plugin/tline/
H A DCHANGES.txt10 * Fixed issues caused when events don't have title attribute.
36 a problem is detected. Updated test example to have events with bad dates.
52 The event painters do not calculate the tracks of all the events when they are loaded,
54 In the same way, the needed width is re-calculated whenever a new set of events
66 5) After you have loaded your events, call tl.finishedEventLoading() where tl is the
91 * New feature: When highlighting events on a Timeline, default is to highlight the event's
125 inFront. If true, then the span is in front of all layers but the events.
216 the wiki page about dynamic events recommends calling loadXML, etc, I
229 Note that events (where isDuration = true) have opacity applied. See
/plugin/magnifier/
H A Dstyle.css11 pointer-events: none;
/plugin/c3chart/assets/
H A Dc3.css230 pointer-events: all !important;
235 pointer-events: none !important;
/plugin/prosemirror/
H A DcustomMenu.less69 pointer-events: none;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js131 var events = ["onEmptyClick", "onViewChange", "onLightbox", "onBeforeTaskDelete", "onBeforeDrag"];
136 for (var i=0; i<events.length; i++)
137 gantt.attachEvent(events[i], hiding_function);
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1 …none;pointer-events:none}.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-…
/plugin/imagecarousel/vendor/slick/
H A Dslick.less80 pointer-events: none;

12345678910>>...16