Home
last modified time | relevance | path

Searched refs:no_args (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/runtime_tools/src/
H A Dttb_autostart.erl28 gen_server:start_link(?MODULE, no_args, []).
42 init(no_args) ->
49 {ok, no_args, 10000}.
51 handle_call(_,_,_) -> {noreply, no_args}.
52 handle_cast(_,_) -> {noreply, no_args}.
53 handle_info(timeout,_) -> {stop, normal, no_args}.
55 code_change(_,_,_) -> {ok, no_args}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dttb_autostart.erl28 gen_server:start_link(?MODULE, no_args, []).
42 init(no_args) ->
49 {ok, no_args, 10000}.
51 handle_call(_,_,_) -> {noreply, no_args}.
52 handle_cast(_,_) -> {noreply, no_args}.
53 handle_info(timeout,_) -> {stop, normal, no_args}.
55 code_change(_,_,_) -> {ok, no_args}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/runtime_tools/src/
H A Dttb_autostart.erl28 gen_server:start_link(?MODULE, no_args, []).
42 init(no_args) ->
49 {ok, no_args, 10000}.
51 handle_call(_,_,_) -> {noreply, no_args}.
52 handle_cast(_,_) -> {noreply, no_args}.
53 handle_info(timeout,_) -> {stop, normal, no_args}.
55 code_change(_,_,_) -> {ok, no_args}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/runtime_tools/src/
H A Dttb_autostart.erl28 gen_server:start_link(?MODULE, no_args, []).
42 init(no_args) ->
49 {ok, no_args, 10000}.
51 handle_call(_,_,_) -> {noreply, no_args}.
52 handle_cast(_,_) -> {noreply, no_args}.
53 handle_info(timeout,_) -> {stop, normal, no_args}.
55 code_change(_,_,_) -> {ok, no_args}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dttb_autostart.erl28 gen_server:start_link(?MODULE, no_args, []).
42 init(no_args) ->
49 {ok, no_args, 10000}.
51 handle_call(_,_,_) -> {noreply, no_args}.
52 handle_cast(_,_) -> {noreply, no_args}.
53 handle_info(timeout,_) -> {stop, normal, no_args}.
55 code_change(_,_,_) -> {ok, no_args}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dttb_autostart.erl28 gen_server:start_link(?MODULE, no_args, []).
42 init(no_args) ->
49 {ok, no_args, 10000}.
51 handle_call(_,_,_) -> {noreply, no_args}.
52 handle_cast(_,_) -> {noreply, no_args}.
53 handle_info(timeout,_) -> {stop, normal, no_args}.
55 code_change(_,_,_) -> {ok, no_args}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dttb_autostart.erl28 gen_server:start_link(?MODULE, no_args, []).
42 init(no_args) ->
49 {ok, no_args, 10000}.
51 handle_call(_,_,_) -> {noreply, no_args}.
52 handle_cast(_,_) -> {noreply, no_args}.
53 handle_info(timeout,_) -> {stop, normal, no_args}.
55 code_change(_,_,_) -> {ok, no_args}.
/dports/finance/electrum/Electrum-4.1.5/packages/helpdev/
H A D__main__.py118 no_args = len(sys.argv) <= 1
121 if args.hardware or args.all or no_args:
123 if args.os or args.all or no_args:
125 if args.thread or args.all or no_args:
129 if args.python or args.all or no_args or args.distributions:
131 if args.conda or args.all or no_args or args.distributions:
145 if args.qt_bindings or args.qt or args.all or no_args:
147 if args.qt_abstractions or args.qt or args.all or no_args:
/dports/devel/py-helpdev/helpdev-0.7.1/helpdev/
H A D__main__.py118 no_args = len(sys.argv) <= 1
121 if args.hardware or args.all or no_args:
123 if args.os or args.all or no_args:
125 if args.thread or args.all or no_args:
129 if args.python or args.all or no_args or args.distributions:
131 if args.conda or args.all or no_args or args.distributions:
145 if args.qt_bindings or args.qt or args.all or no_args:
147 if args.qt_abstractions or args.qt or args.all or no_args:
/dports/java/apache-bcel/bcel-6.4.1/src/examples/Mini/
H A DFunction.java32 private int no_args; field in Function
53 for(int i=0; i < no_args; i++) { in toString()
56 if(i < no_args - 1) { in toString()
70 public int getNoArgs() { return no_args; } in getNoArgs()
79 no_args = (args == null)? 0 : args.length; in setArgs()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.memfn/
H A Drobust_against_adl.pass.cpp20 Ptr no_args() const { return nullptr; } in no_args() function
32 std::mem_fn(&A::no_args)(a); in main() local
33 std::mem_fn(&A::no_args)(pa); in main() local
34 std::mem_fn(&A::no_args)(*cpa); in main()
35 std::mem_fn(&A::no_args)(cpa); in main() local
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/www/py-qt5-websockets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/www/py-qt5-webkit/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/func.memfn/
H A Drobust_against_adl.pass.cpp20 Ptr no_args() const { return nullptr; } in no_args() function
32 std::mem_fn(&A::no_args)(a); in main() local
33 std::mem_fn(&A::no_args)(pa); in main() local
34 std::mem_fn(&A::no_args)(*cpa); in main()
35 std::mem_fn(&A::no_args)(cpa); in main() local
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/func.memfn/
H A Drobust_against_adl.pass.cpp20 Ptr no_args() const { return nullptr; } in no_args() function
32 std::mem_fn(&A::no_args)(a); in main() local
33 std::mem_fn(&A::no_args)(pa); in main() local
34 std::mem_fn(&A::no_args)(*cpa); in main()
35 std::mem_fn(&A::no_args)(cpa); in main() local
/dports/net/py-qt5-network/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_decorators.cpp43 static PyObject *no_args = 0; in qpycore_pyqtslot() local
45 if (!no_args) in qpycore_pyqtslot()
47 no_args = PyTuple_New(0); in qpycore_pyqtslot()
49 if (!no_args) in qpycore_pyqtslot()
53 if (!PyArg_ParseTupleAndKeywords(no_args, kwds, "|sOi:pyqtSlot", in qpycore_pyqtslot()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.memfn/
H A Drobust_against_adl.pass.cpp20 Ptr no_args() const { return nullptr; } in no_args() function
32 std::mem_fn(&A::no_args)(a); in main() local
33 std::mem_fn(&A::no_args)(pa); in main() local
34 std::mem_fn(&A::no_args)(*cpa); in main()
35 std::mem_fn(&A::no_args)(cpa); in main() local

12345678910>>...21