Home
last modified time | relevance | path

Searched defs:terminate (Results 1 – 25 of 5083) sorted by relevance

12345678910>>...204

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_shovel/src/
H A Drabbit_shovel_worker.erl135 terminate({shutdown, autodelete}, State = #state{name = Name, function
146 terminate(shutdown, State) -> function
149 terminate(socket_closed_unexpectedly, State) -> function
152 terminate({'EXIT', heartbeat_timeout}, State = #state{name = Name}) -> function
158 terminate({'EXIT', outbound_conn_died}, State = #state{name = Name}) -> function
164 terminate({'EXIT', inbound_conn_died}, State = #state{name = Name}) -> function
170 terminate({shutdown, heartbeat_timeout}, State = #state{name = Name}) -> function
176 terminate({shutdown, restart}, State = #state{name = Name}) -> function
182 terminate({{shutdown, {server_initiated_close, Code, Reason}}, _}, State = #state{name = Name}) -> function
190 terminate(Reason, State = #state{name = Name}) -> function
/dports/devel/boost-docs/boost_1_72_0/boost/outcome/policy/
H A Dterminate.hpp45 struct terminate : base struct
47 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check()
54 template <class Impl> static constexpr void wide_error_check(Impl &&self) noexcept in wide_error_check()
61 template <class Impl> static constexpr void wide_exception_check(Impl &&self) in wide_exception_check()
/dports/devel/hyperscan/boost_1_75_0/boost/outcome/policy/
H A Dterminate.hpp45 struct terminate : base struct
47 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check()
54 template <class Impl> static constexpr void wide_error_check(Impl &&self) noexcept in wide_error_check()
61 template <class Impl> static constexpr void wide_exception_check(Impl &&self) in wide_exception_check()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/outcome/policy/
H A Dterminate.hpp45 struct terminate : base struct
47 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check()
54 template <class Impl> static constexpr void wide_error_check(Impl &&self) noexcept in wide_error_check()
61 template <class Impl> static constexpr void wide_exception_check(Impl &&self) in wide_exception_check()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/outcome/policy/
H A Dterminate.hpp45 struct terminate : base struct
47 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check()
54 template <class Impl> static constexpr void wide_error_check(Impl &&self) noexcept in wide_error_check()
61 template <class Impl> static constexpr void wide_exception_check(Impl &&self) in wide_exception_check()
/dports/devel/boost-libs/boost_1_72_0/boost/outcome/policy/
H A Dterminate.hpp45 struct terminate : base struct
47 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check()
54 template <class Impl> static constexpr void wide_error_check(Impl &&self) noexcept in wide_error_check()
61 template <class Impl> static constexpr void wide_exception_check(Impl &&self) in wide_exception_check()
/dports/devel/boost-python-libs/boost_1_72_0/boost/outcome/policy/
H A Dterminate.hpp45 struct terminate : base struct
47 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check()
54 template <class Impl> static constexpr void wide_error_check(Impl &&self) noexcept in wide_error_check()
61 template <class Impl> static constexpr void wide_exception_check(Impl &&self) in wide_exception_check()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/configservice/
H A Dapi_op_PutRetentionConfiguration.go49 // Metadata pertaining to the operation's result.
53 func addOperationPutRetentionConfigurationMiddlewares(stack *middleware.Stack, options Options) (er…
54 err = stack.Serialize.Add(&awsAwsjson11_serializeOpPutRetentionConfiguration{}, middleware.After)
/dports/devel/elixir-connection/connection-1.0.4/test/
H A Dtest_helper.exs29 def terminate({:shutdown, fun}, state), do: fun.(state) function
30 def terminate({:abnormal, fun}, state), do: fun.(state) function
31 def terminate({{:nocatch, {:abnormal, fun}}, _}, state), do: fun.(state) function
32 def terminate({{:abnormal, fun}, _}, state), do: fun.(state) function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Ddummy_h.erl88 terminate(return_hej, _State) -> function
90 terminate(swap, State) -> function
92 terminate({error, {return, faulty}}, Parent) -> function
94 terminate(_Reason, {undef_in_terminate, {Mod, Fun}}) -> function
97 terminate(_Reason, _State) -> function
H A Ddummy1_h.erl64 terminate(return_hej, _State) -> function
66 terminate(remove_handler, Parent) -> function
68 terminate(_Reason, _State) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Ddummy_h.erl88 terminate(return_hej, _State) -> function
90 terminate(swap, State) -> function
92 terminate({error, {return, faulty}}, Parent) -> function
94 terminate(_Reason, {undef_in_terminate, {Mod, Fun}}) -> function
97 terminate(_Reason, _State) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Ddummy_h.erl88 terminate(return_hej, _State) -> function
90 terminate(swap, State) -> function
92 terminate({error, {return, faulty}}, Parent) -> function
94 terminate(_Reason, {undef_in_terminate, {Mod, Fun}}) -> function
97 terminate(_Reason, _State) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl88 terminate(return_hej, _State) -> function
90 terminate(swap, State) -> function
92 terminate({error, {return, faulty}}, Parent) -> function
94 terminate(_Reason, {undef_in_terminate, {Mod, Fun}}) -> function
97 terminate(_Reason, _State) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl88 terminate(return_hej, _State) -> function
90 terminate(swap, State) -> function
92 terminate({error, {return, faulty}}, Parent) -> function
94 terminate(_Reason, {undef_in_terminate, {Mod, Fun}}) -> function
97 terminate(_Reason, _State) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl88 terminate(return_hej, _State) -> function
90 terminate(swap, State) -> function
92 terminate({error, {return, faulty}}, Parent) -> function
94 terminate(_Reason, {undef_in_terminate, {Mod, Fun}}) -> function
97 terminate(_Reason, _State) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl88 terminate(return_hej, _State) -> function
90 terminate(swap, State) -> function
92 terminate({error, {return, faulty}}, Parent) -> function
94 terminate(_Reason, {undef_in_terminate, {Mod, Fun}}) -> function
97 terminate(_Reason, _State) -> function
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosEvent/src/
H A Doe_CosEventComm_PullerS_impl.erl115 terminate(_Reason, #state{client = undefined, respond_to = undefined, db = DB}) -> function
119 terminate(_Reason, #state{client = undefined, respond_to = ReplyTo, db = DB}) -> function
124 terminate(_Reason, #state{client = Client, respond_to = undefined, db = DB}) -> function
130 terminate(_Reason, #state{client = Client, respond_to = ReplyTo, db = DB}) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosEvent/src/
H A Doe_CosEventComm_PullerS_impl.erl115 terminate(_Reason, #state{client = undefined, respond_to = undefined, db = DB}) -> function
119 terminate(_Reason, #state{client = undefined, respond_to = ReplyTo, db = DB}) -> function
124 terminate(_Reason, #state{client = Client, respond_to = undefined, db = DB}) -> function
130 terminate(_Reason, #state{client = Client, respond_to = ReplyTo, db = DB}) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosEvent/src/
H A Doe_CosEventComm_PullerS_impl.erl115 terminate(_Reason, #state{client = undefined, respond_to = undefined, db = DB}) -> function
119 terminate(_Reason, #state{client = undefined, respond_to = ReplyTo, db = DB}) -> function
124 terminate(_Reason, #state{client = Client, respond_to = undefined, db = DB}) -> function
130 terminate(_Reason, #state{client = Client, respond_to = ReplyTo, db = DB}) -> function
/dports/lang/erlang/corba-5.0.2/lib/cosEvent/src/
H A Doe_CosEventComm_PullerS_impl.erl115 terminate(_Reason, #state{client = undefined, respond_to = undefined, db = DB}) -> function
119 terminate(_Reason, #state{client = undefined, respond_to = ReplyTo, db = DB}) -> function
124 terminate(_Reason, #state{client = Client, respond_to = undefined, db = DB}) -> function
130 terminate(_Reason, #state{client = Client, respond_to = ReplyTo, db = DB}) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosEvent/src/
H A Doe_CosEventComm_PullerS_impl.erl115 terminate(_Reason, #state{client = undefined, respond_to = undefined, db = DB}) -> function
119 terminate(_Reason, #state{client = undefined, respond_to = ReplyTo, db = DB}) -> function
124 terminate(_Reason, #state{client = Client, respond_to = undefined, db = DB}) -> function
130 terminate(_Reason, #state{client = Client, respond_to = ReplyTo, db = DB}) -> function
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/
H A Dview_image.php53 $terminate = True; variable
57 $terminate = False; variable
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_scheduler_job.erl333 terminate(normal, #rep_state{rep_details = #rep{id = RepId} = Rep, function
339 terminate(shutdown, #rep_state{rep_details = #rep{id = RepId}} = State) -> function
354 terminate({shutdown, max_backoff}, {error, InitArgs}) -> function
360 terminate({shutdown, {error, Error}}, {error, Class, Stack, InitArgs}) -> function
377 terminate({shutdown, max_backoff}, State) -> function
388 terminate({shutdown, Reason}, State) -> function
393 terminate(Reason, State) -> function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DTCHAR.java37 public TCHAR (int codePage, char ch, boolean terminate) { in TCHAR()
41 public TCHAR (int codePage, char [] chars, boolean terminate) { in TCHAR()
53 public TCHAR (int codePage, String string, boolean terminate) { in TCHAR()
57 static char [] getChars (String string, boolean terminate) { in getChars()

12345678910>>...204