Home
last modified time | relevance | path

Searched refs:no_app (Results 1 – 25 of 71) sorted by relevance

123

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_cli.erl23 app => no_app,
65 #{run := app, app := App} when is_atom(App), App /= no_app -> ok;
66 #{run := app, app := no_app} -> quit(no_app, Opts);
86 no_app ->
H A Dedoc_lib.erl90 no_app
95 no_app
611 Ts1 = if App =:= no_app -> Ts;
639 App = proplists:get_value(application, Ts, no_app),
656 {no_app, []}
659 {no_app, []}
668 {no_app, []};
671 {no_app, []}
799 A1 = if App == no_app -> A;
829 get_doc_env(no_app, [], Opts).
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_cli.erl23 app => no_app,
65 #{run := app, app := App} when is_atom(App), App /= no_app -> ok;
66 #{run := app, app := no_app} -> quit(no_app, Opts);
86 no_app ->
H A Dedoc_lib.erl90 no_app
95 no_app
611 Ts1 = if App =:= no_app -> Ts;
639 App = proplists:get_value(application, Ts, no_app),
656 {no_app, []}
659 {no_app, []}
668 {no_app, []};
671 {no_app, []}
799 A1 = if App == no_app -> A;
829 get_doc_env(no_app, [], Opts).
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_cli.erl23 app => no_app,
65 #{run := app, app := App} when is_atom(App), App /= no_app -> ok;
66 #{run := app, app := no_app} -> quit(no_app, Opts);
86 no_app ->
H A Dedoc_lib.erl90 no_app
95 no_app
611 Ts1 = if App =:= no_app -> Ts;
639 App = proplists:get_value(application, Ts, no_app),
656 {no_app, []}
659 {no_app, []}
668 {no_app, []};
671 {no_app, []}
799 A1 = if App == no_app -> A;
829 get_doc_env(no_app, [], Opts).
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_cli.erl23 app => no_app,
65 #{run := app, app := App} when is_atom(App), App /= no_app -> ok;
66 #{run := app, app := no_app} -> quit(no_app, Opts);
86 no_app ->
H A Dedoc_lib.erl90 no_app
95 no_app
611 Ts1 = if App =:= no_app -> Ts;
639 App = proplists:get_value(application, Ts, no_app),
656 {no_app, []}
659 {no_app, []}
668 {no_app, []};
671 {no_app, []}
799 A1 = if App == no_app -> A;
829 get_doc_env(no_app, [], Opts).
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/include/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/doc/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/doc/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/include/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/doc/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/include/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang-doc/otp_doc_html_24.1/lib/edoc-1.0.1/doc/html/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/doc/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/include/
H A Dedoc_doclet.hrl30 -define(NO_APP, no_app).
37 app = no_app,
/dports/www/py-flask/Flask-2.0.2/tests/test_apps/cliapp/
H A Dfactory.py12 def no_app(): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp227 std::string no_app = in TEST() local
230 EXPECT_EQ("", XcodeSDK::FindXcodeContentsDirectoryInPath(no_app)); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp227 std::string no_app = in TEST() local
230 EXPECT_EQ("", XcodeSDK::FindXcodeContentsDirectoryInPath(no_app)); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp227 std::string no_app = in TEST() local
230 EXPECT_EQ("", XcodeSDK::FindXcodeContentsDirectoryInPath(no_app)); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp227 std::string no_app = in TEST() local
230 EXPECT_EQ("", XcodeSDK::FindXcodeContentsDirectoryInPath(no_app)); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp227 std::string no_app = in TEST() local
230 EXPECT_EQ("", XcodeSDK::FindXcodeContentsDirectoryInPath(no_app)); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp227 std::string no_app = in TEST() local
230 EXPECT_EQ("", XcodeSDK::FindXcodeContentsDirectoryInPath(no_app)); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp227 std::string no_app = in TEST() local
230 EXPECT_EQ("", XcodeSDK::FindXcodeContentsDirectoryInPath(no_app)); in TEST()

123