Home
last modified time | relevance | path

Searched refs:Func0 (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/declarativeplugin/
H A Dobjectfactory.h19 typedef QObject* (*Func0)(); typedef
24 …ObjectFactory(QObject* parent, Func0 f0) : QObject(parent), m_f0(f0), m_f1(nullptr), m_f2(nullptr)… in ObjectFactory()
36 Func0 m_f0;
/dports/security/keybase/client-v5.7.1/shared/override-d.ts/redux/
H A Dindex.d.ts445 type Func0<R> = () => R
465 export function compose<A, R>(f1: (b: A) => R, f2: Func0<A>): Func0<R>
471 export function compose<A, B, R>(f1: (b: B) => R, f2: (a: A) => B, f3: Func0<A>): Func0<R>
485 …tion compose<A, B, C, R>(f1: (b: C) => R, f2: (a: B) => C, f3: (a: A) => B, f4: Func0<A>): Func0<R>
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/redux/
H A Dindex.d.ts588 type Func0<R> = () => R
608 export function compose<A, R>(f1: (b: A) => R, f2: Func0<A>): Func0<R>
626 f3: Func0<A>
627 ): Func0<R>
649 f4: Func0<A>
650 ): Func0<R>
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/redux/
H A Dindex.d.ts588 type Func0<R> = () => R
608 export function compose<A, R>(f1: (b: A) => R, f2: Func0<A>): Func0<R>
626 f3: Func0<A>
627 ): Func0<R>
649 f4: Func0<A>
650 ): Func0<R>
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/cppinterface/
H A Dexctranslate_tests.pyx15 from libopenage.pyinterface.functional cimport Func0
34 cdef Func0[void] cpp_thrower
58 cdef Func0[void] cpp_thrower
125 cdef void bounce_call(Func0[void] func, int times) except * with gil:
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dpublichubs.cc115 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::downloadList_client); in show()
426 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in downloadList_client()
466 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
479 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dpublichubs.cc115 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::downloadList_client); in show()
426 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in downloadList_client()
466 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
479 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dpublichubs.cc115 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::downloadList_client); in show()
426 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in downloadList_client()
466 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
479 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dpublichubs.cc115 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::downloadList_client); in show()
426 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in downloadList_client()
466 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
479 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dpublichubs.cc115 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::downloadList_client); in show()
426 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in downloadList_client()
466 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
479 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DGL.cpp55 Func0<void> glewInitialize;
57 Func0<GLenum> glGetError;
79 Func0<void> glLoadIdentity;
132 Func0<GLuint> glCreateProgram;
H A DGL.h241 extern Func0<void> glewInitialize;
243 extern Func0<GLenum> glGetError;
265 extern Func0<void> glLoadIdentity;
318 extern Func0<GLuint> glCreateProgram;
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifDec16.c1869 word Func0, Func1; in If_CutPerformCheck45() local
1873 Func0 = If_CluAdjust( Func0, R.nVars ); in If_CutPerformCheck45()
1890 word Func0, Func1; in If_CutPerformCheck54() local
1894 Func0 = If_CluAdjust( Func0, R.nVars ); in If_CutPerformCheck54()
1915 word pLeftOver[CLU_WRD_MAX], Func0, Func1, Func2; in If_CluCheck3() local
1945 word Func0, Func1, Func2; in If_CluCheck3() local
1968 Func0 = pLeftOver[0]; in If_CluCheck3()
1972 *pFunc0 = Func0; in If_CluCheck3()
2004 if ( pFunc0 ) *pFunc0 = Func0; in If_CluCheck3()
2054 if ( pFunc0 ) *pFunc0 = Func0; in If_CluCheck3()
[all …]
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DExprFuncStandard.h50 typedef double Func0(); typedef
66 Func0* func0() const { return (Func0*)_func; }
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/linux/
H A Dpublichubs.cc108 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::downloadList_client); in show()
413 Func0<PublicHubs> *func = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in downloadList_client()
453 Func0<PublicHubs> *f0 = new Func0<PublicHubs>(this, &PublicHubs::updateList_gui); in on()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/src/
H A Dfprof.erl1826 [[{Func0, _} | _], [{Func0, _} | _], [{CP, _} | _] | _] ->
1835 trace_return_to_int(Table, Pid, Func0, TS,
1913 trace_call_collapse_1([{Func0, _} | _] = Stack, [{Func0, _} | S1] = S, N) ->
2011 [[{Func0, _} | Level1] | Stack1] = Stack) ->
2016 case lists:member(Func0, Charged) of
2019 {NewStack, [Func0 | Charged]};
2628 funcstat_pd(Pid, Func1, Func0, Clocks) ->
2629 put({Pid, Func0},
2630 case get({Pid, Func0}) of
2632 #funcstat{callers_sum = Clocks#clocks{id = Func0},
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/src/
H A Dfprof.erl1826 [[{Func0, _} | _], [{Func0, _} | _], [{CP, _} | _] | _] ->
1835 trace_return_to_int(Table, Pid, Func0, TS,
1913 trace_call_collapse_1([{Func0, _} | _] = Stack, [{Func0, _} | S1] = S, N) ->
2011 [[{Func0, _} | Level1] | Stack1] = Stack) ->
2016 case lists:member(Func0, Charged) of
2019 {NewStack, [Func0 | Charged]};
2628 funcstat_pd(Pid, Func1, Func0, Clocks) ->
2629 put({Pid, Func0},
2630 case get({Pid, Func0}) of
2632 #funcstat{callers_sum = Clocks#clocks{id = Func0},
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/src/
H A Dfprof.erl1826 [[{Func0, _} | _], [{Func0, _} | _], [{CP, _} | _] | _] ->
1835 trace_return_to_int(Table, Pid, Func0, TS,
1913 trace_call_collapse_1([{Func0, _} | _] = Stack, [{Func0, _} | S1] = S, N) ->
2011 [[{Func0, _} | Level1] | Stack1] = Stack) ->
2016 case lists:member(Func0, Charged) of
2019 {NewStack, [Func0 | Charged]};
2628 funcstat_pd(Pid, Func1, Func0, Clocks) ->
2629 put({Pid, Func0},
2630 case get({Pid, Func0}) of
2632 #funcstat{callers_sum = Clocks#clocks{id = Func0},
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl2017 [[{Func0, _} | _], [{Func0, _} | _], [{CP, _} | _] | _] ->
2026 trace_return_to_int(Table, Pid, Func0, TS,
2104 trace_call_collapse_1([{Func0, _} | _] = Stack, [{Func0, _} | S1] = S, N) ->
2202 [[{Func0, _} | Level1] | Stack1] = Stack) ->
2207 case lists:member(Func0, Charged) of
2210 {NewStack, [Func0 | Charged]};
2819 funcstat_pd(Pid, Func1, Func0, Clocks) ->
2820 put({Pid, Func0},
2821 case get({Pid, Func0}) of
2823 #funcstat{callers_sum = Clocks#clocks{id = Func0},
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl2017 [[{Func0, _} | _], [{Func0, _} | _], [{CP, _} | _] | _] ->
2026 trace_return_to_int(Table, Pid, Func0, TS,
2104 trace_call_collapse_1([{Func0, _} | _] = Stack, [{Func0, _} | S1] = S, N) ->
2202 [[{Func0, _} | Level1] | Stack1] = Stack) ->
2207 case lists:member(Func0, Charged) of
2210 {NewStack, [Func0 | Charged]};
2819 funcstat_pd(Pid, Func1, Func0, Clocks) ->
2820 put({Pid, Func0},
2821 case get({Pid, Func0}) of
2823 #funcstat{callers_sum = Clocks#clocks{id = Func0},
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl2017 [[{Func0, _} | _], [{Func0, _} | _], [{CP, _} | _] | _] ->
2026 trace_return_to_int(Table, Pid, Func0, TS,
2104 trace_call_collapse_1([{Func0, _} | _] = Stack, [{Func0, _} | S1] = S, N) ->
2202 [[{Func0, _} | Level1] | Stack1] = Stack) ->
2207 case lists:member(Func0, Charged) of
2210 {NewStack, [Func0 | Charged]};
2819 funcstat_pd(Pid, Func1, Func0, Clocks) ->
2820 put({Pid, Func0},
2821 case get({Pid, Func0}) of
2823 #funcstat{callers_sum = Clocks#clocks{id = Func0},
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl2017 [[{Func0, _} | _], [{Func0, _} | _], [{CP, _} | _] | _] ->
2026 trace_return_to_int(Table, Pid, Func0, TS,
2104 trace_call_collapse_1([{Func0, _} | _] = Stack, [{Func0, _} | S1] = S, N) ->
2202 [[{Func0, _} | Level1] | Stack1] = Stack) ->
2207 case lists:member(Func0, Charged) of
2210 {NewStack, [Func0 | Charged]};
2819 funcstat_pd(Pid, Func1, Func0, Clocks) ->
2820 put({Pid, Func0},
2821 case get({Pid, Func0}) of
2823 #funcstat{callers_sum = Clocks#clocks{id = Func0},
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dtrace_local_SUITE.erl804 exception_test(Opts, Func0, Args0) ->
806 [Opts,Func0,abbr(Args0)]),
817 true -> {fun exc/2,[Func0,Args0]};
818 false -> {Func0,Args0}
1050 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
1052 x_exc(ExcOpts, {erlang,apply}=Func0, [Func,Args]=Args0)
1054 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
1059 x_exc(ExcOpts, Func0, [_,Args]=Args0)
1060 when is_function(Func0, 2) ->
1061 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dtrace_local_SUITE.erl794 exception_test(Opts, Func0, Args0) ->
796 [Opts,Func0,abbr(Args0)]),
807 true -> {fun exc/2,[Func0,Args0]};
808 false -> {Func0,Args0}
1040 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
1042 x_exc(ExcOpts, {erlang,apply}=Func0, [Func,Args]=Args0)
1044 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
1049 x_exc(ExcOpts, Func0, [_,Args]=Args0)
1050 when is_function(Func0, 2) ->
1051 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dtrace_local_SUITE.erl804 exception_test(Opts, Func0, Args0) ->
806 [Opts,Func0,abbr(Args0)]),
817 true -> {fun exc/2,[Func0,Args0]};
818 false -> {Func0,Args0}
1050 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
1052 x_exc(ExcOpts, {erlang,apply}=Func0, [Func,Args]=Args0)
1054 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
1059 x_exc(ExcOpts, Func0, [_,Args]=Args0)
1060 when is_function(Func0, 2) ->
1061 expect({ctt,{?MODULE,exc},[Func0,Args0]}),
[all …]

123456789