Home
last modified time | relevance | path

Searched refs:why (Results 76 – 100 of 22571) sorted by relevance

12345678910>>...903

/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/modcmd/
H A Dwhy.go24 each of the listed packages. If the -m flag is given, why treats the
28 By default, why queries the graph of packages matched by "go list all",
29 which includes tests for reachable packages. The -vendor flag causes why
42 $ go mod why golang.org/x/text/language golang.org/x/text/encoding
106 why := modload.Why(best)
107 if why == "" {
112 why = "(main module does not need" + vendoring + " module " + m.Path + ")\n"
114 fmt.Printf("%s# %s\n%s", sep, m.Path, why)
126 why := modload.Why(path)
127 if why == "" {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/modcmd/
H A Dwhy.go24 each of the listed packages. If the -m flag is given, why treats the
28 By default, why queries the graph of packages matched by "go list all",
29 which includes tests for reachable packages. The -vendor flag causes why
42 $ go mod why golang.org/x/text/language golang.org/x/text/encoding
106 why := modload.Why(best)
107 if why == "" {
112 why = "(main module does not need" + vendoring + " module " + m.Path + ")\n"
114 fmt.Printf("%s# %s\n%s", sep, m.Path, why)
126 why := modload.Why(path)
127 if why == "" {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/modcmd/
H A Dwhy.go24 each of the listed packages. If the -m flag is given, why treats the
28 By default, why queries the graph of packages matched by "go list all",
29 which includes tests for reachable packages. The -vendor flag causes why
42 $ go mod why golang.org/x/text/language golang.org/x/text/encoding
106 why := modload.Why(best)
107 if why == "" {
112 why = "(main module does not need" + vendoring + " module " + m.Path + ")\n"
114 fmt.Printf("%s# %s\n%s", sep, m.Path, why)
126 why := modload.Why(path)
127 if why == "" {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/rust-by-example/src/std/
H A Dresult.md5 sometimes it is important to express *why* an operation failed. To do this we
12 * `Err(why)`, which indicates that the operation failed, and wraps `why`,
13 which (hopefully) explains the cause of the failure. (`why` has type `E`)
59 Err(why) => panic!("{:?}", why),
61 Err(why) => panic!("{:?}", why),
63 Err(why) => panic!("{:?}", why),
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/src/components/SecondaryPanes/
H A DWhyPaused.css5 .why-paused {
20 .why-paused > div {
26 .why-paused .info.icon {
33 .why-paused .pause.reason {
39 .theme-dark .secondary-panes .why-paused {
44 .why-paused .message {
49 .why-paused .mutationNode {
53 .why-paused .message.warning {
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/src/components/SecondaryPanes/
H A DWhyPaused.css5 .why-paused {
20 .why-paused > div {
26 .why-paused .info.icon {
31 .why-paused .pause.reason {
38 .theme-dark .secondary-panes .why-paused {
43 .why-paused .message {
48 .why-paused .mutationNode {
52 .why-paused .message.warning {
/dports/www/firefox/firefox-99.0/devtools/client/debugger/src/components/SecondaryPanes/
H A DWhyPaused.css5 .why-paused {
20 .why-paused > div {
26 .why-paused .info.icon {
33 .why-paused .pause.reason {
39 .theme-dark .secondary-panes .why-paused {
44 .why-paused .message {
49 .why-paused .mutationNode {
53 .why-paused .message.warning {
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/src/components/SecondaryPanes/
H A DWhyPaused.css5 .why-paused {
20 .why-paused > div {
26 .why-paused .info.icon {
33 .why-paused .pause.reason {
39 .theme-dark .secondary-panes .why-paused {
44 .why-paused .message {
49 .why-paused .mutationNode {
53 .why-paused .message.warning {
/dports/devel/texlab/texlab-3.3.0/src/
H A Dconfig.rs34 if let Err(why) = send_request::<RegisterCapability>(&req_queue, &sender, params) { in register_config_capability()
38 why in register_config_capability()
66 Err(why) => { in pull_config()
67 warn!("Invalid configuration section \"texlab\": {}", why); in pull_config()
75 Err(why) => { in pull_config()
76 error!("Retrieving configuration failed: {}", why); in pull_config()
86 Err(why) => { in push_config()
87 error!("Invalid configuration: {}", why); in push_config()
/dports/x11-toolkits/p5-Tk-Splashscreen/Tk-Splashscreen-1.0/
H A DwaitVariableX.pm19 my ($callback, $st, $tid, @watch, $why);
26 $st = sub {my $argv = $_[0]->Args('-store'); $why = $argv->[0]};
31 $tid = $parent->after($millis => sub {$why = 0}) unless $millis == 0;
33 $parent->waitVariable(\$why); # wait for timer or watchpoint(s)
37 $callback->Call($why) if defined $callback;
39 return $why; # why we stopped waiting: 0 or $vref
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dproc-why.c107 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, in proc_prettyfprint_why() argument
112 if (why == 0) in proc_prettyfprint_why()
116 if (why == pr_why_table[i].value) in proc_prettyfprint_why()
122 switch (why) { in proc_prettyfprint_why()
160 fprintf (file, "Unknown why %ld, what %ld\n", why, what); in proc_prettyfprint_why()
172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument
174 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dproc-why.c106 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, in proc_prettyfprint_why() argument
111 if (why == 0) in proc_prettyfprint_why()
115 if (why == pr_why_table[i].value) in proc_prettyfprint_why()
121 switch (why) { in proc_prettyfprint_why()
159 fprintf (file, "Unknown why %ld, what %ld\n", why, what); in proc_prettyfprint_why()
171 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument
173 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dproc-why.c108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
113 if (why == 0)
117 if (why == pr_why_table[i].value)
123 switch (why) {
161 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose)
174 proc_prettyfprint_why (stdout, why, what, verbose);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dproc-why.c108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, in proc_prettyfprint_why() argument
113 if (why == 0) in proc_prettyfprint_why()
117 if (why == pr_why_table[i].value) in proc_prettyfprint_why()
123 switch (why) { in proc_prettyfprint_why()
161 fprintf (file, "Unknown why %ld, what %ld\n", why, what); in proc_prettyfprint_why()
172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument
174 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
/dports/mail/postfix-current/postfix-3.7-20211107/src/posttls-finger/
H A Dposttls-finger.c1005 DSN_BUF *why = state->why; in connect_sock() local
1060 DSN_BUF *why = state->why; in connect_unix() local
1110 DSN_BUF *why = state->why; in connect_addr() local
1149 #define HAS_DSN(why) (STR((why)->status)[0] != 0) argument
1150 #define HAS_SOFT_DSN(why) (STR((why)->status)[0] == '4') argument
1151 #define HAS_HARD_DSN(why) (STR((why)->status)[0] == '5') argument
1155 #define SET_SOFT_DSN(why) (STR((why)->status)[0] = '4') argument
1156 #define SET_HARD_DSN(why) (STR((why)->status)[0] = '5') argument
1164 DSN_BUF *why = state->why; in addr_one() local
1258 dsb_simple(why, HAS_SOFT_DSN(why) ? "4.4.4" : "5.4.4", in addr_one()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/dns/
H A Ddns_lookup.c500 if (why) in dns_query()
569 if (why) in dns_query()
1017 if (why) in dns_lookup_x()
1031 if (why) in dns_lookup_x()
1086 if (why) in dns_lookup_x()
1092 if (why) in dns_lookup_x()
1100 if (why) in dns_lookup_x()
1101 vstring_sprintf(why, in dns_lookup_x()
1109 if (why) in dns_lookup_x()
1110 vstring_sprintf(why, in dns_lookup_x()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Drxrpc.h713 memcpy(__entry->why, why, 4);
757 TP_ARGS(call, why),
769 __entry->why = why;
1023 __entry->why = why;
1057 __entry->why = why;
1088 __entry->why = why;
1120 __entry->why = why;
1160 __entry->why = why;
1225 __entry->why = why;
1370 __entry->why = why;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Drxrpc.h713 memcpy(__entry->why, why, 4);
757 TP_ARGS(call, why),
769 __entry->why = why;
1023 __entry->why = why;
1057 __entry->why = why;
1088 __entry->why = why;
1120 __entry->why = why;
1160 __entry->why = why;
1225 __entry->why = why;
1370 __entry->why = why;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Drxrpc.h713 memcpy(__entry->why, why, 4);
757 TP_ARGS(call, why),
769 __entry->why = why;
1023 __entry->why = why;
1057 __entry->why = why;
1088 __entry->why = why;
1120 __entry->why = why;
1160 __entry->why = why;
1225 __entry->why = why;
1370 __entry->why = why;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/test/cxx/
H A DTestSelfManageRoot.h33 virtual void ActorDestroy(ActorDestroyReason why) override { mWhy = why; } in ActorDestroy() argument
57 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
58 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
84 virtual void ActorDestroy(ActorDestroyReason why) override {} in ActorDestroy() argument
108 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
109 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/test/cxx/
H A DTestSelfManageRoot.h33 virtual void ActorDestroy(ActorDestroyReason why) override { mWhy = why; } in ActorDestroy() argument
57 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
58 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
84 virtual void ActorDestroy(ActorDestroyReason why) override {} in ActorDestroy() argument
108 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
109 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
/dports/www/firefox/firefox-99.0/ipc/ipdl/test/cxx/
H A DTestSelfManageRoot.h33 virtual void ActorDestroy(ActorDestroyReason why) override { mWhy = why; } in ActorDestroy() argument
57 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
58 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
84 virtual void ActorDestroy(ActorDestroyReason why) override {} in ActorDestroy() argument
108 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
109 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/test/cxx/
H A DTestSelfManageRoot.h33 virtual void ActorDestroy(ActorDestroyReason why) override { mWhy = why; } in ActorDestroy() argument
57 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
58 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
84 virtual void ActorDestroy(ActorDestroyReason why) override {} in ActorDestroy() argument
108 virtual void ActorDestroy(ActorDestroyReason why) override { in ActorDestroy() argument
109 if (NormalShutdown != why) fail("unexpected destruction!"); in ActorDestroy()
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/store/
H A Dfilestore.py55 except OSError as why:
56 if why.errno == ENOENT:
76 except OSError as why:
195 except OSError as why:
196 if why.errno != EEXIST:
204 except OSError as why:
264 except IOError as why:
265 if why.errno == ENOENT:
326 except OSError as why:
327 if why.errno == EEXIST:
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/non_conformant/scss/
H A Ddefault-vars-in-default-params.hrx2 $y: why;
9 why: $y;
14 why: why;
15 stuff: ecks why;

12345678910>>...903