Home
last modified time | relevance | path

Searched defs:ScheduleItem (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/bwscheduler/
H A Dschedule.h27 struct ScheduleItem { struct
42 ScheduleItem(); argument
55 bool conflicts(const ScheduleItem &other) const; argument
62 ScheduleItem &operator=(const ScheduleItem &item); argument
H A Dschedule.cpp22 ScheduleItem::ScheduleItem() in ScheduleItem() function in kt::ScheduleItem
37 ScheduleItem::ScheduleItem(const ScheduleItem &item) in ScheduleItem() function in kt::ScheduleItem
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelSchedule.go100 type ScheduleItem struct { struct
102 Object
104 Start *DateTimeTimeZone `json:"start,omitempty"`
106 End *DateTimeTimeZone `json:"end,omitempty"`
108 IsPrivate *bool `json:"isPrivate,omitempty"`
110 Status *FreeBusyStatus `json:"status,omitempty"`
112 Subject *string `json:"subject,omitempty"`
114 Location *string `json:"location,omitempty"`
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DScheduler.cs310 public void ScheduleItem(SchedulableItem s, bool isInAtomicTransaction, bool transacted) in ScheduleItem() method in System.Workflow.Runtime.Scheduler
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/System/Activities/Statements/
H A DInteropExecutor.cs751 …public void ScheduleItem(SchedulableItem item, bool isInAtomicTransaction, bool transacted, bool q… in ScheduleItem() method in System.Activities.Statements.InteropExecutor
942 public void ScheduleItem(SchedulableItem item, bool isInAtomicTransaction) in ScheduleItem() method in System.Activities.Statements.InteropExecutor.Scheduler
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/
H A DActivityInterfaces.cs130 …void ScheduleItem(SchedulableItem item, bool isInAtomicTransaction, bool transacted, bool queueInT… in ScheduleItem() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Runtime/
H A DActivityExecutor.cs2694 internal void ScheduleItem(WorkItem workItem) in ScheduleItem() method in System.Activities.Runtime.ActivityExecutor