Home
last modified time | relevance | path

Searched refs:Reply (Results 1 – 25 of 6871) sorted by relevance

12345678910>>...275

/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/mailhog/smtp/
H A Dreply.go8 type Reply struct { struct
15 func (r Reply) Lines() []string { argument
38 func ReplyIdent(ident string) *Reply { return &Reply{220, []string{ident}, nil} }
46 func ReplyBye() *Reply { return &Reply{221, []string{"Bye"}, nil} }
49 func ReplyAuthOk() *Reply { return &Reply{235, []string{"Authentication successful"}, nil} }
56 return &Reply{250, message, nil}
70 func ReplyAuthResponse(response string) *Reply { return &Reply{334, []string{response}, nil} }
76 func ReplyStorageFailed(reason string) *Reply { return &Reply{452, []string{reason}, nil} }
82 func ReplyLineTooLong() *Reply { return &Reply{500, []string{"Line too long"}, nil} }
103 func ReplyInvalidAuth() *Reply {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/namesilo/
H A Dmodel.go21 Reply Reply `xml:"reply"` member
41 Reply Reply `xml:"reply"` member
48 Reply Reply `xml:"reply"` member
55 Reply Reply `xml:"reply"` member
62 Reply Reply `xml:"reply"` member
152 Reply Reply `xml:"reply"` member
197 Reply Reply `xml:"reply"` member
204 Reply Reply `xml:"reply"` member
224 Reply Reply `xml:"reply"` member
244 Reply Reply `xml:"reply"` member
[all …]
H A Dzz_gen_client.go33 switch op.Reply.Code {
45 return op, fmt.Errorf("code: %s, details: %s", op.Reply.Code, op.Reply.Detail)
72 switch op.Reply.Code {
84 return op, fmt.Errorf("code: %s, details: %s", op.Reply.Code, op.Reply.Detail)
111 switch op.Reply.Code {
150 switch op.Reply.Code {
189 switch op.Reply.Code {
228 switch op.Reply.Code {
267 switch op.Reply.Code {
306 switch op.Reply.Code {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/namesilo/
H A Dmodel.go21 Reply Reply `xml:"reply"` member
41 Reply Reply `xml:"reply"` member
48 Reply Reply `xml:"reply"` member
55 Reply Reply `xml:"reply"` member
62 Reply Reply `xml:"reply"` member
152 Reply Reply `xml:"reply"` member
197 Reply Reply `xml:"reply"` member
204 Reply Reply `xml:"reply"` member
224 Reply Reply `xml:"reply"` member
244 Reply Reply `xml:"reply"` member
[all …]
H A Dzz_gen_client.go33 switch op.Reply.Code {
45 return op, fmt.Errorf("code: %s, details: %s", op.Reply.Code, op.Reply.Detail)
72 switch op.Reply.Code {
84 return op, fmt.Errorf("code: %s, details: %s", op.Reply.Code, op.Reply.Detail)
111 switch op.Reply.Code {
150 switch op.Reply.Code {
189 switch op.Reply.Code {
228 switch op.Reply.Code {
267 switch op.Reply.Code {
306 switch op.Reply.Code {
[all …]
/dports/dns/p5-Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.20200215/t/
H A D01-test.t14 my $Reply = $Resolver->query( 'google.com', 'A' );
26 my $Reply;
28 $Reply = $Resolver->query( 'google.com', 'A' );
31 $Reply = $Resolver->query( 'example.com', 'A' );
32 is( defined( $Reply ), 1, 'Valid entry returns set' );
42 my $Reply;
44 $Reply = $Resolver->query( 'google.com', 'A' );
47 $Reply = $Resolver->query( 'example.net', 'A' );
48 is( defined( $Reply ), 1, 'Valid entry returns set' );
53 $Reply = $Resolver->query( '8.6.4.2', 'PTR' );
[all …]
/dports/devel/p5-Reply/Reply-0.42/xt/release/
H A Deol.t11 'lib/Reply.pm',
12 'lib/Reply/App.pm',
13 'lib/Reply/Config.pm',
14 'lib/Reply/Plugin.pm',
15 'lib/Reply/Plugin/AutoRefresh.pm',
24 'lib/Reply/Plugin/Colors.pm',
29 'lib/Reply/Plugin/Editor.pm',
31 'lib/Reply/Plugin/Hints.pm',
37 'lib/Reply/Plugin/Pager.pm',
40 'lib/Reply/Plugin/Timer.pm',
[all …]
/dports/devel/p5-Reply/Reply-0.42/xt/author/
H A Dno-tabs.t11 'lib/Reply.pm',
12 'lib/Reply/App.pm',
13 'lib/Reply/Config.pm',
14 'lib/Reply/Plugin.pm',
24 'lib/Reply/Plugin/Colors.pm',
25 'lib/Reply/Plugin/DataDump.pm',
29 'lib/Reply/Plugin/Editor.pm',
31 'lib/Reply/Plugin/Hints.pm',
37 'lib/Reply/Plugin/Pager.pm',
40 'lib/Reply/Plugin/Timer.pm',
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp57 I32 Reply; in shutdown() local
76 return Reply; in registerLib()
99 return Reply; in unregisterLib()
128 return Reply; in isValidBinary()
151 return Reply; in getNumberOfDevices()
176 return Reply; in initDevice()
198 return Reply; in initRequires()
224 return Reply; in loadBinary()
257 return Reply; in isDataExchangeable()
398 if (Reply->start() == 0 && Reply->size() == Reply->data().size()) { in dataRetrieve()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp57 I32 Reply; in shutdown() local
76 return Reply; in registerLib()
99 return Reply; in unregisterLib()
128 return Reply; in isValidBinary()
151 return Reply; in getNumberOfDevices()
176 return Reply; in initDevice()
198 return Reply; in initRequires()
224 return Reply; in loadBinary()
257 return Reply; in isDataExchangeable()
398 if (Reply->start() == 0 && Reply->size() == Reply->data().size()) { in dataRetrieve()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp57 I32 Reply; in shutdown() local
76 return Reply; in registerLib()
99 return Reply; in unregisterLib()
128 return Reply; in isValidBinary()
151 return Reply; in getNumberOfDevices()
176 return Reply; in initDevice()
198 return Reply; in initRequires()
224 return Reply; in loadBinary()
257 return Reply; in isDataExchangeable()
398 if (Reply->start() == 0 && Reply->size() == Reply->data().size()) { in dataRetrieve()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp57 I32 Reply; in shutdown() local
76 return Reply; in registerLib()
99 return Reply; in unregisterLib()
128 return Reply; in isValidBinary()
151 return Reply; in getNumberOfDevices()
176 return Reply; in initDevice()
198 return Reply; in initRequires()
224 return Reply; in loadBinary()
257 return Reply; in isDataExchangeable()
398 if (Reply->start() == 0 && Reply->size() == Reply->data().size()) { in dataRetrieve()
[all …]
/dports/devel/p5-Reply/Reply-0.42/
H A DMANIFEST11 lib/Reply.pm
12 lib/Reply/App.pm
13 lib/Reply/Config.pm
14 lib/Reply/Plugin.pm
24 lib/Reply/Plugin/Colors.pm
25 lib/Reply/Plugin/DataDump.pm
29 lib/Reply/Plugin/Editor.pm
31 lib/Reply/Plugin/Hints.pm
37 lib/Reply/Plugin/Pager.pm
40 lib/Reply/Plugin/Timer.pm
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp58 I32 Reply; in shutdown() local
78 return Reply; in registerLib()
102 return Reply; in unregisterLib()
132 return Reply; in isValidBinary()
156 return Reply; in getNumberOfDevices()
182 return Reply; in initDevice()
205 return Reply; in initRequires()
232 return Reply; in loadBinary()
446 if (Reply->start() == 0 && Reply->size() == Reply->data().size()) { in dataRetrieveAsync()
456 Reply->start(), Reply->start() + Reply->data().size(), in dataRetrieveAsync()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp58 I32 Reply; in shutdown() local
78 return Reply; in registerLib()
102 return Reply; in unregisterLib()
132 return Reply; in isValidBinary()
156 return Reply; in getNumberOfDevices()
182 return Reply; in initDevice()
205 return Reply; in initRequires()
232 return Reply; in loadBinary()
446 if (Reply->start() == 0 && Reply->size() == Reply->data().size()) { in dataRetrieveAsync()
456 Reply->start(), Reply->start() + Reply->data().size(), in dataRetrieveAsync()
[all …]
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dms_info.cpp37 source.Reply(NICK_X_NOT_REGISTERED, nname.c_str()); in Execute()
48 source.Reply(CHAN_X_NOT_REGISTERED, nname.c_str()); in Execute()
53 source.Reply(ACCESS_DENIED); in Execute()
61 source.Reply(ACCESS_DENIED); in Execute()
73 source.Reply(_("%s currently has no memos."), nname.c_str()); in Execute()
111 source.Reply(_("%s has no memo limit."), nname.c_str()); in Execute()
130 source.Reply(_("You currently have no memos.")); in Execute()
136 source.Reply(_("You currently have \0021\002 memo.")); in Execute()
166 source.Reply(_("Your memo limit is \002%d\002."), mi->memomax); in Execute()
195 source.Reply(_("You will not be notified of new memos.")); in Execute()
[all …]
H A Dos_stats.cpp74 source.Reply(_("Default AKILL expiry time: \0021 day\002")); in DoStatsAkill()
78 source.Reply(_("Default AKILL expiry time: \0021 hour\002")); in DoStatsAkill()
82 source.Reply(_("Default AKILL expiry time: \0021 minute\002")); in DoStatsAkill()
94 source.Reply(_("Default SNLINE expiry time: \0021 day\002")); in DoStatsAkill()
98 source.Reply(_("Default SNLINE expiry time: \0021 hour\002")); in DoStatsAkill()
102 source.Reply(_("Default SNLINE expiry time: \0021 minute\002")); in DoStatsAkill()
114 source.Reply(_("Default SQLINE expiry time: \0021 day\002")); in DoStatsAkill()
118 source.Reply(_("Default SQLINE expiry time: \0021 hour\002")); in DoStatsAkill()
131 source.Reply(_("Statistics reset.")); in DoStatsReset()
154 source.Reply(_("Uplink capab: %s"), buf.c_str()); in DoStatsUplink()
[all …]
H A Dos_set.cpp24 source.Reply(index.c_str(), "READONLY"); in DoList()
26 source.Reply(index.c_str(), "DEBUG"); in DoList()
28 source.Reply(index.c_str(), "NOEXPIRE"); in DoList()
85 source.Reply(_("You are now a super admin.")); in DoSetSuperAdmin()
91 source.Reply(_("You are no longer a super admin.")); in DoSetSuperAdmin()
198 source.Reply(" "); in OnHelp()
208 source.Reply(_("Syntax: \002LIST\002\n" in OnHelp()
212 source.Reply(_("Syntax: \002READONLY {ON | OFF}\002\n" in OnHelp()
227 source.Reply(_("Syntax: \002DEBUG {ON | OFF}\002\n" in OnHelp()
234 source.Reply(_("Syntax: \002NOEXPIRE {ON | OFF}\002\n" in OnHelp()
[all …]
/dports/www/wt/wt-4.6.1/src/http/
H A DStockReply.C158 case Reply::ok: in toText()
160 case Reply::created: in toText()
162 case Reply::accepted: in toText()
170 case Reply::found: in toText()
172 case Reply::see_other: in toText()
182 case Reply::forbidden: in toText()
184 case Reply::not_found: in toText()
209 case Reply::ok: in toName()
211 case Reply::created: in toName()
213 case Reply::accepted: in toName()
[all …]
H A DReply.C98 case Reply::ok: in toText()
101 case Reply::created: in toText()
104 case Reply::accepted: in toText()
119 case Reply::found: in toText()
122 case Reply::see_other: in toText()
137 case Reply::forbidden: in toText()
140 case Reply::not_found: in toText()
172 Reply::Reply(Request& request, const Configuration& config) in Reply() function
187 Reply::~Reply() in ~Reply()
484 void Reply::receive() in receive()
[all …]
/dports/misc/estic/estic-1.61_10/estic/
H A Diccom.cc606 delete Reply; in IstecReadAck()
770 delete Reply; in IstecGetDevConfig()
814 delete Reply; in IstecGetBaseConfig()
872 delete Reply; in IstecPutDevConfig()
992 delete Reply; in IstecGetShortNumbers()
1041 delete Reply; in IstecPutShortNumbers()
1082 if (!Reply->IsCTIMsg ()) { in IstecGetDayNight()
1096 delete Reply; in IstecGetDayNight()
1130 if (!Reply->IsCTIMsg ()) { in IstecPutDayNight()
1143 delete Reply; in IstecPutDayNight()
[all …]
/dports/devel/ada-util/ada-util-b6612400/src/http/
H A Dutil-http-clients.adb30 function Contains_Header (Reply : in Response;
33 if Reply.Delegate = null then
48 function Get_Header (Reply : in Response;
51 if Reply.Delegate = null then
68 Reply.Delegate.Set_Header (Name, Value);
80 Reply.Delegate.Add_Header (Name, Value);
92 if Reply.Delegate /= null then
103 if Reply.Delegate = null then
106 return Reply.Delegate.Get_Body;
115 return Reply.Delegate.Get_Status;
[all …]
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/
H A Dreply.cpp17 void ReplyPrivate::emitFinishedIfDone(Reply *q) in emitFinishedIfDone()
26 void ReplyPrivate::emitUpdated(Reply *q) in emitUpdated()
38 Reply::Reply(ReplyPrivate *dd, QObject *parent) in Reply() function in Reply
44 Reply::~Reply() = default;
46 Reply::Error Reply::error() const in error()
49 return Reply::NoError; in error()
54 QString Reply::errorString() const in errorString()
62 void Reply::addError(Reply::Error error, const QString &errorMsg) in addError()
70 void Reply::setPendingOps(int ops) in setPendingOps()
89 std::vector<Attribution>&& Reply::takeAttributions() in takeAttributions()
[all …]
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_smtp_reply.py3 from slimta.smtp.reply import Reply
68 r = Reply()
75 r = Reply()
80 r = Reply('250')
87 r = Reply()
94 r = Reply('250', 'Ok')
102 r = Reply()
107 r = Reply()
114 r = Reply('250')
132 r = Reply('250', 'Ok')
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/src/tests/keywords/
H A Dupdate-index12 control:Reply-Message += 'a'
13 control:Reply-Message += 'b'
14 control:Reply-Message += 'c'
17 if ((&control:Reply-Message[0] != 'a') || (&control:Reply-Message[1] != 'b') || (&control:Reply-Mes…
25 &control:Reply-Message[1] := 'd'
28 if ((&control:Reply-Message[0] != 'a') || (&control:Reply-Message[1] != 'd') || (&control:Reply-Mes…
36 &control:Reply-Message[0] := &control:Reply-Message[0]
39 if ((&control:Reply-Message[0] != 'a') || (&control:Reply-Message[1] != 'd') || (&control:Reply-Mes…
47 if ("%{control:Reply-Message[#]}" != 3) {

12345678910>>...275