Searched refs:welcome (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Lib/ |
H A D | poplib.py | 107 self.welcome = self._getresp() 194 return self.welcome 330 m = self.timestamp.match(self.welcome)
|
H A D | ftplib.py | 21 -rw-r--r-- 1 root root 312 Aug 1 1994 welcome.msg 104 welcome = None variable in FTP 162 self.welcome = self.getresp() 163 return self.welcome 166 '''Get the welcome message from the server. 169 print('*welcome*', self.sanitize(self.welcome)) 170 return self.welcome 710 -rw-r--r-- 1 root root 312 Aug 1 1994 welcome.msg
|
H A D | nntplib.py | 355 self.welcome = self._getresp() 405 """Get the welcome message from the server 410 if self.debugging: print('*welcome*', repr(self.welcome)) 411 return self.welcome 981 self.welcome = self._shortcmd('mode reader')
|
H A D | imaplib.py | 236 # Get server welcome message, 247 self.welcome = self._get_response() 253 raise self.error(self.welcome)
|
/third_party/python/Lib/test/ |
H A D | test_nntplib.py | 43 welcome = self.server.getwelcome() 44 self.assertEqual(str, type(welcome)) 472 welcome = "200 NNTP mock server" variable in NNTPv1Handler 481 # Our welcome 544 self.push_lit(self.welcome) 865 self.assertEqual(self.server.welcome, self.handler.welcome) 1533 #Test a bad welcome message 1535 welcome = 'Bad Welcome' variable in MockSocketTests.test_bad_welcome.Handler 1537 Handler, nntplib.NNTPProtocolError, Handler.welcome) 1542 welcome = '400 Service temporarily unavailable' global() variable in MockSocketTests.test_service_temporarily_unavailable.Handler 1549 welcome = '502 Service permanently unavailable' global() variable in MockSocketTests.test_service_permanently_unavailable.Handler [all...] |
/third_party/curl/tests/ |
H A D | ftpserver.pl | 578 'welcome' => join("", 604 'welcome' => join("", 639 'welcome' => join("", 663 'welcome' => join("", 3166 my $welcome = $commandreply{"welcome"}; 3167 if(!$welcome) { 3168 $welcome = $displaytext{"welcome"}; 3172 $commandreply{"welcome"} [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 298 static void welcome(void) in welcome() function 1116 welcome(); in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 789 var welcome = _.compose(exclaim, greet); variable 790 welcome('moe'); 1008 var welcome = _.compose(exclaim, greet);
variable 1009 welcome('moe');
|
/third_party/node/ |
H A D | Makefile | 1097 cat $$dirname/welcome.html.tmpl \ 1100 >$(MACOSOUTDIR)/installer/productbuild/Resources/$$lang/welcome.html ; \
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 51 with an XML schema and validator. Outside users are welcome to submit pull
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 51 with an XML schema and validator. Outside users are welcome to submit pull
|
Completed in 18 milliseconds