Home
last modified time | relevance | path

Searched refs:eventInstance (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/
H A DEventInstanceTests.cs18 EventInstance eventInstance = new EventInstance(instanceId, categoryId); in EventInstanceCreation()
20 Assert.Equal(categoryId, eventInstance.CategoryId); in EventInstanceCreation()
21 Assert.Equal(instanceId, eventInstance.InstanceId); in EventInstanceCreation()
22 Assert.Equal(EventLogEntryType.Information, eventInstance.EntryType); in EventInstanceCreation()
38 …EventInstance eventInstance = new EventInstance(instanceId, categoryId, EventLogEntryType.Warning); in EventInstanceCreationWithType()
40 Assert.Equal(categoryId, eventInstance.CategoryId); in EventInstanceCreationWithType()
41 Assert.Equal(instanceId, eventInstance.InstanceId); in EventInstanceCreationWithType()
42 Assert.Equal(EventLogEntryType.Warning, eventInstance.EntryType); in EventInstanceCreationWithType()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/models/event/
H A Dutil.ts20 export function eventInstanceToEventRange(eventInstance) {
22 eventInstance.dateProfile.unzonedRange,
23 eventInstance.def,
24 eventInstance
36 eventRange.eventInstance // might not exist
41 export function eventInstanceToUnzonedRange(eventInstance) {
42 return eventInstance.dateProfile.unzonedRange
H A DEventFootprint.ts6 eventInstance: any // optional property in EventFootprint
9 constructor(componentFootprint, eventDef, eventInstance) {
13 if (eventInstance) {
14 this.eventInstance = eventInstance
20 return (this.eventInstance || this.eventDef).toLegacy()
H A DEventRange.ts6 eventInstance: any // optional property in EventRange
9 constructor(unzonedRange, eventDef, eventInstance?) {
13 if (eventInstance) {
14 this.eventInstance = eventInstance
H A DEventInstanceGroup.ts41 let eventInstance
46 eventInstance = eventInstances[i]
48 slicedRange = eventInstance.dateProfile.unzonedRange.intersect(constraintRange)
54 eventInstance.def,
55 eventInstance
H A DEventDefMutation.ts22 static createFromRawProps(eventInstance, rawProps, largeUnit) {
23 let eventDef = eventInstance.def
49 eventInstance.dateProfile,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/EventLogTests/
H A DEventLogWriteEntryTests.cs15 private readonly EventInstance eventInstance = new EventInstance(0, 1); field in System.Diagnostics.Tests.EventLogWriteEntryTests
25 Helpers.RetryOnWin7(() => EventLog.WriteEvent(source, eventInstance)); in WriteLogEntry()
28 ….WriteEntry(message, EventLogEntryType.Warning, (int)eventInstance.InstanceId, (short)eventInstanc… in WriteLogEntry()
33 ….WriteEntry(message, EventLogEntryType.Warning, (int)eventInstance.InstanceId, (short)eventInstanc… in WriteLogEntry()
62 Helpers.RetryOnWin7(() => EventLog.WriteEvent(source, eventInstance)); in WriteLogEntryWithSource()
65 …try(source, message, EventLogEntryType.Warning, (int)eventInstance.InstanceId, (short)eventInstanc… in WriteLogEntryWithSource()
70 …try(source, message, EventLogEntryType.Warning, (int)eventInstance.InstanceId, (short)eventInstanc… in WriteLogEntryWithSource()
100 … Helpers.RetryOnWin7(() => EventLog.WriteEvent(source, eventInstance, insertStrings)); in WriteLogEntryEventSource()
204 Assert.Equal((int)eventInstance.InstanceId, eventLogEntry.InstanceId); in WriteEntryWithTypeAndId()
238 Assert.Equal((short)eventInstance.CategoryId, eventLogEntry.CategoryNumber); in WriteEntryWithTypeIdAndCategory()
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/
H A DView.ts562 eventInstance.def.id,
570 eventInstance.dateProfile,
576 eventInstance,
590 eventInstance.toLegacy(),
653 eventInstance.def.id,
659 eventInstance.dateProfile,
666 eventInstance,
679 eventInstance.toLegacy(),
758 selectEventInstance(eventInstance) {
767 seg.footprint.eventInstance === eventInstance &&
[all …]
H A DConstraints.ts55 eventFootprints[i].eventInstance
337 overlapEventFootprints[i].eventInstance.toLegacy(),
357 overlapEventInstance = overlapEventFootprints[i].eventInstance
H A DCalendar.ts1164 eventManager.getEventInstances().forEach(function(eventInstance) {
1165 legacyInstances.push(eventInstance.toLegacy())
1191 this.eventManager.getEventInstances().forEach(function(eventInstance) {
1192 legacyEventInstances.push(eventInstance.toLegacy())
1212 let eventInstance
1216 eventInstance = eventDef.buildInstance()
1219 eventInstance,
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/component/interactions/
H A DEventDragging.ts88 let eventInstance = seg.footprint.eventInstance // null for inverse-background events
99 eventInstance
102 view.selectEventInstance(eventInstance)
124 let eventInstance = seg.footprint.eventInstance // null for inverse-background events variable
156 eventInstance
159 view.selectEventInstance(eventInstance)
248 view.reportEventDrop(eventInstance, eventDefMutation, el, ev)
H A DEventResizing.ts73 let eventInstance = seg.footprint.eventInstance
149 view.reportEventResize(eventInstance, resizeMutation, el, ev)
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DInstanceOnlyFilter.java92 Object eventInstance = event.getParameter (Event.EVENT_INSTANCE); in matches() local
93 if (eventInstance != null) in matches()
96 return ((myInstance != null) && (myInstance == eventInstance)); in matches()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DInstanceOnlyFilter.java92 Object eventInstance = event.getParameter (Event.EVENT_INSTANCE); in matches() local
93 if (eventInstance != null) in matches()
96 return ((myInstance != null) && (myInstance == eventInstance)); in matches()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DInstanceOnlyFilter.java92 Object eventInstance = event.getParameter (Event.EVENT_INSTANCE); in matches() local
93 if (eventInstance != null) in matches()
96 return ((myInstance != null) && (myInstance == eventInstance)); in matches()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DInstanceOnlyFilter.java92 Object eventInstance = event.getParameter (Event.EVENT_INSTANCE); in matches() local
93 if (eventInstance != null) in matches()
96 return ((myInstance != null) && (myInstance == eventInstance)); in matches()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DInstanceOnlyFilter.java92 Object eventInstance = event.getParameter (Event.EVENT_INSTANCE); in matches() local
93 if (eventInstance != null) in matches()
96 return ((myInstance != null) && (myInstance == eventInstance)); in matches()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/classpath/jdwp/event/filters/
H A DInstanceOnlyFilter.java92 Object eventInstance = event.getParameter (ObjectId.class); in matches() local
93 if (eventInstance != null) in matches()
96 return ((myInstance != null) && (myInstance == eventInstance)); in matches()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/models/
H A DEventPeriod.ts272 addEventInstance(eventInstance, eventDefId) {
277 eventInstanceGroup.eventInstances.push(eventInstance)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/dist/
H A Dfullcalendar.d.ts482 eventInstance: any;
483 constructor(componentFootprint: any, eventDef: any, eventInstance: any);
654 eventInstance: any;
655 constructor(unzonedRange: any, eventDef: any, eventInstance?: any);
663 export function eventInstanceToEventRange(eventInstance: any): EventRange;
665 export function eventInstanceToUnzonedRange(eventInstance: any): any;
756 addEventInstance(eventInstance: any, eventDefId: any): void;
875 static createFromRawProps(eventInstance: any, rawProps: any, largeUnit: any): any;
1336 reportEventDrop(eventInstance: any, eventMutation: any, el: any, ev: any): void;
1340 reportEventResize(eventInstance: any, eventMutation: any, el: any, ev: any): void;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Diagnostics/Eventing/Reader/
H A DEventLogReader.cs189 …EventLogRecord eventInstance = new EventLogRecord(new EventLogHandle(this.eventsBuffer[currentInde… in ReadEvent()
191 return eventInstance; in ReadEvent()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/component/renderers/
H A DEventRenderer.ts272 eventFootprint.eventInstance.dateProfile.start,
273 eventFootprint.eventInstance.dateProfile.end,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DWorkflowQueuingService.cs508 …void NotifyExternalSubscribers(IComparable queueName, EventQueueState qState, Object eventInstance) in NotifyExternalSubscribers() argument
510 NotifySynchronousSubscribers(queueName, qState, eventInstance); in NotifyExternalSubscribers()
514 …d NotifySynchronousSubscribers(IComparable queueName, EventQueueState qState, Object eventInstance) in NotifySynchronousSubscribers() argument
/dports/net-mgmt/observium/observium/mibs/bdcom/
H A DNMS-PTN-ALARM422 eventInstance Unsigned32,
456 eventInstance OBJECT-TYPE
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdwp.agent/share/native/libjdwp/
H A DeventFilter.c300 eventInstance(EventInfo *evinfo) in eventInstance() function
466 jobject eventInst = eventInstance(evinfo); in eventFilterRestricted_passesFilter()

12