Home
last modified time | relevance | path

Searched refs:welcome (Results 1 – 25 of 257) sorted by relevance

1234567891011

/third_party/curl/tests/data/
Dtest121920 REPLY welcome 230 welcome without password
Dtest123024 HTTP/1.1 200 welcome dear
30 HTTP/1.1 200 welcome dear
Dtest204520 server allows a custom welcome message, so we use that feature to make an HTTP
25 REPLY welcome HTTP/1.1 200 OK\r\nContent-Length: 21\r\n\r\n500 Weird FTP Reply
Dtest86414 REPLY welcome +OK curl POP3 server ready to serve <1972.987654321\@curl>
Dtest98613 REPLY welcome 230 Welcome
Dtest84612 REPLY welcome * PREAUTH ready to serve already!
/third_party/jerryscript/tests/debugger/
Ddo_display.expected21 16 > function b() { print("welcome"); }
25 out: welcome
43 16 function b() { print("welcome"); }
/third_party/python/Lib/
Dpoplib.py107 self.welcome = self._getresp()
194 return self.welcome
330 m = self.timestamp.match(self.welcome)
Dftplib.py104 welcome = None variable in FTP
162 self.welcome = self.getresp()
163 return self.welcome
169 print('*welcome*', self.sanitize(self.welcome))
170 return self.welcome
Dnntplib.py352 self.welcome = self._getresp()
407 if self.debugging: print('*welcome*', repr(self.welcome))
408 return self.welcome
978 self.welcome = self._shortcmd('mode reader')
/third_party/python/Lib/test/
Dtest_nntplib.py43 welcome = self.server.getwelcome()
44 self.assertEqual(str, type(welcome))
472 welcome = "200 NNTP mock server" variable in NNTPv1Handler
544 self.push_lit(self.welcome)
865 self.assertEqual(self.server.welcome, self.handler.welcome)
1535 welcome = 'Bad Welcome' variable in MockSocketTests.test_bad_welcome.Handler
1537 Handler, nntplib.NNTPProtocolError, Handler.welcome)
1542 welcome = '400 Service temporarily unavailable' variable in MockSocketTests.test_service_temporarily_unavailable.Handler
1544 Handler, nntplib.NNTPTemporaryError, Handler.welcome)
1549 welcome = '502 Service permanently unavailable' variable in MockSocketTests.test_service_permanently_unavailable.Handler
[all …]
/third_party/libphonenumber/debian/
DREADME.source1 NMUs are welcome
/third_party/flutter/skia/third_party/externals/sdl/
DBUGS.txt14 Bug reports are welcome here, but we really appreciate if you use Bugzilla, as
/third_party/curl/tests/
Dftpserver.pl3098 my $welcome = $commandreply{"welcome"};
3099 if(!$welcome) {
3100 $welcome = $displaytext{"welcome"};
3105 if($welcome !~ /\r\n\z/) {
3106 $welcome .= "\r\n";
3109 sendcontrol $welcome;
3120 print STDERR "OUT: $welcome";
/third_party/flatbuffers/grpc/examples/
DREADME.md17 return build_reply("welcome " + reply.decode('UTF-8'))
/third_party/googletest/docs/
Dplatforms.md13 Pull requests containing fixes are welcome!
/third_party/boost/boost/atomic/detail/
Dint_sizes.hpp137 …izes, the target platform is not supported. Please, report to the developers (patches are welcome).
Dfloat_sizes.hpp139 …izes, the target platform is not supported. Please, report to the developers (patches are welcome).
/third_party/python/Doc/
Dabout.rst18 volunteers are always welcome!
Dbugs.rst51 information is needed (in which case you are welcome to provide it if you can!).
92 Beyond just reporting bugs that you find, you are also welcome to submit
/third_party/libwebsockets/READMEs/
DREADME.contributing.md5 Sending a patch with a bug report is very welcome.
/third_party/flutter/engine/flutter/
DREADME.md23 Flutter is a fully open source project, and we welcome contributions.
/third_party/boost/libs/test/
DCONTRIBUTE.md10 We welcome any contribution in the form of a pull request. Each PR is never integrated exactly as s…
/third_party/mesa3d/
DREADME.rst55 Contributions are welcome, and step-by-step instructions can be found in our
/third_party/node/deps/npm/node_modules/read/
DREADME.md53 Patches welcome.

1234567891011