Home
last modified time | relevance | path

Searched refs:ScheduledAction (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/model/
H A DScheduledAction.h35 class AWS_APPLICATIONAUTOSCALING_API ScheduledAction
38 ScheduledAction();
39 ScheduledAction(Aws::Utils::Json::JsonView jsonValue);
40 ScheduledAction& operator=(Aws::Utils::Json::JsonView jsonValue);
293 …inline ScheduledAction& WithSchedule(const Aws::String& value) { SetSchedule(value); return *this;} in WithSchedule()
315 …inline ScheduledAction& WithSchedule(Aws::String&& value) { SetSchedule(std::move(value)); return … in WithSchedule()
337 inline ScheduledAction& WithSchedule(const char* value) { SetSchedule(value); return *this;} in WithSchedule()
374 …inline ScheduledAction& WithTimezone(const Aws::String& value) { SetTimezone(value); return *this;} in WithTimezone()
386 inline ScheduledAction& WithTimezone(const char* value) { SetTimezone(value); return *this;} in WithTimezone()
717 …inline ScheduledAction& WithResourceId(const Aws::String& value) { SetResourceId(value); return *t… in WithResourceId()
[all …]
H A DDescribeScheduledActionsResult.h40 …inline const Aws::Vector<ScheduledAction>& GetScheduledActions() const{ return m_scheduledActions;… in GetScheduledActions()
45 …inline void SetScheduledActions(const Aws::Vector<ScheduledAction>& value) { m_scheduledActions = … in SetScheduledActions()
50 …inline void SetScheduledActions(Aws::Vector<ScheduledAction>&& value) { m_scheduledActions = std::… in SetScheduledActions()
55 …inline DescribeScheduledActionsResult& WithScheduledActions(const Aws::Vector<ScheduledAction>& va… in WithScheduledActions()
60 …inline DescribeScheduledActionsResult& WithScheduledActions(Aws::Vector<ScheduledAction>&& value) … in WithScheduledActions()
65 …inline DescribeScheduledActionsResult& AddScheduledActions(const ScheduledAction& value) { m_sched… in AddScheduledActions()
70 …inline DescribeScheduledActionsResult& AddScheduledActions(ScheduledAction&& value) { m_scheduledA… in AddScheduledActions()
117 Aws::Vector<ScheduledAction> m_scheduledActions;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DScheduledAction.h39 class AWS_REDSHIFT_API ScheduledAction
42 ScheduledAction();
43 ScheduledAction(const Aws::Utils::Xml::XmlNode& xmlNode);
44 ScheduledAction& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
216 …inline ScheduledAction& WithSchedule(const Aws::String& value) { SetSchedule(value); return *this;} in WithSchedule()
229 …inline ScheduledAction& WithSchedule(Aws::String&& value) { SetSchedule(std::move(value)); return … in WithSchedule()
242 inline ScheduledAction& WithSchedule(const char* value) { SetSchedule(value); return *this;} in WithSchedule()
315 … inline ScheduledAction& WithIamRole(const Aws::String& value) { SetIamRole(value); return *this;} in WithIamRole()
327 …inline ScheduledAction& WithIamRole(Aws::String&& value) { SetIamRole(std::move(value)); return *t… in WithIamRole()
339 inline ScheduledAction& WithIamRole(const char* value) { SetIamRole(value); return *this;} in WithIamRole()
[all …]
H A DDescribeScheduledActionsResult.h112 …inline const Aws::Vector<ScheduledAction>& GetScheduledActions() const{ return m_scheduledActions;… in GetScheduledActions()
117 …inline void SetScheduledActions(const Aws::Vector<ScheduledAction>& value) { m_scheduledActions = … in SetScheduledActions()
122 …inline void SetScheduledActions(Aws::Vector<ScheduledAction>&& value) { m_scheduledActions = std::… in SetScheduledActions()
127 …inline DescribeScheduledActionsResult& WithScheduledActions(const Aws::Vector<ScheduledAction>& va… in WithScheduledActions()
132 …inline DescribeScheduledActionsResult& WithScheduledActions(Aws::Vector<ScheduledAction>&& value) … in WithScheduledActions()
137 …inline DescribeScheduledActionsResult& AddScheduledActions(const ScheduledAction& value) { m_sched… in AddScheduledActions()
142 …inline DescribeScheduledActionsResult& AddScheduledActions(ScheduledAction&& value) { m_scheduledA… in AddScheduledActions()
164 Aws::Vector<ScheduledAction> m_scheduledActions;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dscheduled_action.cc54 ScheduledAction::ScheduledAction(ScriptState* script_state, in ScheduledAction() function in blink::ScheduledAction
72 ScheduledAction::ScheduledAction(ScriptState* script_state, in ScheduledAction() function in blink::ScheduledAction
88 ScheduledAction::~ScheduledAction() { in ~ScheduledAction()
96 void ScheduledAction::Dispose() { in Dispose()
115 void ScheduledAction::Execute(ExecutionContext* context) { in Execute()
142 void ScheduledAction::Trace(Visitor* visitor) { in Trace()
148 void ScheduledAction::Execute(LocalFrame* frame) { in Execute()
174 void ScheduledAction::Execute(WorkerGlobalScope* worker) { in Execute()
H A Dscheduled_action.h50 class ScheduledAction final : public GarbageCollected<ScheduledAction>,
52 DISALLOW_COPY_AND_ASSIGN(ScheduledAction);
55 ScheduledAction(ScriptState*,
59 ScheduledAction(ScriptState*,
63 ~ScheduledAction();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dscheduled_action.cc52 ScheduledAction::ScheduledAction(ScriptState* script_state, in ScheduledAction() function in blink::ScheduledAction
70 ScheduledAction::ScheduledAction(ScriptState* script_state, in ScheduledAction() function in blink::ScheduledAction
86 ScheduledAction::~ScheduledAction() { in ~ScheduledAction()
94 void ScheduledAction::Dispose() { in Dispose()
113 void ScheduledAction::Execute(ExecutionContext* context) { in Execute()
154 void ScheduledAction::Trace(Visitor* visitor) const { in Trace()
H A Dscheduled_action.h48 class ScheduledAction final : public GarbageCollected<ScheduledAction>,
50 DISALLOW_COPY_AND_ASSIGN(ScheduledAction);
53 ScheduledAction(ScriptState*,
57 ScheduledAction(ScriptState*,
61 ~ScheduledAction();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DScheduledAction.cpp51 PassOwnPtr<ScheduledAction> ScheduledAction::create(ExecState* exec, DOMWrapperWorld* isolatedWorld… in create()
61 return adoptPtr(new ScheduledAction(ustringToString(string), isolatedWorld)); in create()
64 return adoptPtr(new ScheduledAction(exec, v, isolatedWorld)); in create()
67 ScheduledAction::ScheduledAction(ExecState* exec, JSValue function, DOMWrapperWorld* isolatedWorld) in ScheduledAction() function in WebCore::ScheduledAction
77 void ScheduledAction::execute(ScriptExecutionContext* context) in execute()
91 void ScheduledAction::executeFunctionInContext(JSGlobalObject* globalObject, JSValue thisValue, Scr… in executeFunctionInContext()
119 void ScheduledAction::execute(Document* document) in execute()
141 void ScheduledAction::execute(WorkerContext* workerContext) in execute()
H A DScheduledAction.h45 class ScheduledAction {
46 WTF_MAKE_NONCOPYABLE(ScheduledAction); WTF_MAKE_FAST_ALLOCATED;
48 …static PassOwnPtr<ScheduledAction> create(JSC::ExecState*, DOMWrapperWorld* isolatedWorld, Content…
53 ScheduledAction(JSC::ExecState*, JSC::JSValue function, DOMWrapperWorld* isolatedWorld);
54 ScheduledAction(const String& code, DOMWrapperWorld* isolatedWorld) in ScheduledAction() function
H A DJSWorkerContextCustom.cpp124 OwnPtr<ScheduledAction> action = ScheduledAction::create(exec, currentWorld(exec), 0); in setTimeout()
134 OwnPtr<ScheduledAction> action = ScheduledAction::create(exec, currentWorld(exec), 0); in setInterval()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-application-autoscaling/source/model/
H A DScheduledAction.cpp21 ScheduledAction::ScheduledAction() : in ScheduledAction() function in Aws::ApplicationAutoScaling::Model::ScheduledAction
38 ScheduledAction::ScheduledAction(JsonView jsonValue) : in ScheduledAction() function in Aws::ApplicationAutoScaling::Model::ScheduledAction
56 ScheduledAction& ScheduledAction::operator =(JsonView jsonValue) in operator =()
138 JsonValue ScheduledAction::Jsonize() const in Jsonize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Ddom_timer.h41 class ScheduledAction; variable
53 ScheduledAction*,
59 ScheduledAction*,
90 Member<ScheduledAction> action_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Ddom_timer.h41 class ScheduledAction; variable
54 ScheduledAction*,
60 ScheduledAction*,
86 Member<ScheduledAction> action_;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/model/
H A DScheduledAction.cpp23 ScheduledAction::ScheduledAction() : in ScheduledAction() function in Aws::Redshift::Model::ScheduledAction
38 ScheduledAction::ScheduledAction(const XmlNode& xmlNode) : in ScheduledAction() function in Aws::Redshift::Model::ScheduledAction
54 ScheduledAction& ScheduledAction::operator =(const XmlNode& xmlNode) in operator =()
125 void ScheduledAction::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, c… in OutputToStream()
187 void ScheduledAction::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/devel/py-rx/Rx-3.2.0/rx/scheduler/
H A Dcatchscheduler.py46 action: typing.ScheduledAction, argument
65 action: typing.ScheduledAction, argument
85 action: typing.ScheduledAction, argument
149 def _wrap(self, action: typing.ScheduledAction) -> typing.ScheduledAction: argument
H A Dscheduler.py31 action: typing.ScheduledAction, argument
50 action: typing.ScheduledAction, argument
70 action: typing.ScheduledAction, argument
88 action: typing.ScheduledAction, argument
H A Dimmediatescheduler.py36 action: typing.ScheduledAction, argument
54 action: typing.ScheduledAction, argument
77 action: typing.ScheduledAction, argument
/dports/security/vault/vault-1.8.2/vendor/github.com/denverdino/aliyungo/ess/
H A Dschedule.go15 ScheduledAction string member
47 ScheduledAction string member
79 ScheduledAction common.FlattenArray member
95 ScheduledAction string member
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/denverdino/aliyungo/aliyungo-a747050bb1ba/ess/
H A Dschedule.go15 ScheduledAction string member
47 ScheduledAction string member
79 ScheduledAction common.FlattenArray member
95 ScheduledAction string member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMTimer.h45 …static int install(ScriptExecutionContext*, PassOwnPtr<ScheduledAction>, int timeout, bool singleS…
58 … DOMTimer(ScriptExecutionContext*, PassOwnPtr<ScheduledAction>, int interval, bool singleShot);
70 OwnPtr<ScheduledAction> m_action;
/dports/devel/py-rx/Rx-3.2.0/rx/scheduler/mainloop/
H A Dgtkscheduler.py48 … sad.disposable = self.invoke_action(cast(typing.ScheduledAction, action), state=state)
61 action: typing.ScheduledAction, argument
78 action: typing.ScheduledAction, argument
96 action: typing.ScheduledAction, argument
H A Dwxscheduler.py65 sad.disposable = cast(typing.ScheduledAction, action)(scheduler, state)
85 action: typing.ScheduledAction, argument
103 action: typing.ScheduledAction, argument
121 action: typing.ScheduledAction, argument
H A Dtkinterscheduler.py27 action: typing.ScheduledAction, argument
45 action: typing.ScheduledAction, argument
75 action: typing.ScheduledAction, argument
/dports/devel/py-rx/Rx-3.2.0/rx/scheduler/eventloop/
H A Dtwistedscheduler.py30 action: typing.ScheduledAction, argument
48 action: typing.ScheduledAction, argument
81 action: typing.ScheduledAction, argument

123456789