Home
last modified time | relevance | path

Searched refs:mlsd (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/geometry/test/geometries/
Dinitialization.cpp44 mls mlsd; in BOOST_GEOMETRY_REGISTER_POINT_2D() local
45 BOOST_CHECK(bg::num_points(mlsd) == 0); in BOOST_GEOMETRY_REGISTER_POINT_2D()
/third_party/python/Lib/test/
Dtest_ftplib.py651 list(self.client.mlsd())
652 list(self.client.mlsd(path='/'))
653 list(self.client.mlsd(path='/', facts=['size', 'type']))
655 ls = list(self.client.mlsd())
673 _name, facts = next(self.client.mlsd())
698 _name, facts = next(self.client.mlsd())
703 self.assertRaises(StopIteration, next, self.client.mlsd())
705 for x in self.client.mlsd():
/third_party/ffmpeg/libavformat/
Dftp.c963 static int ftp_parse_entry_mlsd(char *mlsd, AVIODirEntry *next) in ftp_parse_entry_mlsd() argument
966 char *saveptr = NULL, *p = mlsd; in ftp_parse_entry_mlsd()
967 ff_dlog(NULL, "%s\n", mlsd); in ftp_parse_entry_mlsd()
/third_party/python/Doc/library/
Dftplib.rst338 .. method:: FTP.mlsd(path="", facts=[])
359 .. note:: If your server supports the command, :meth:`mlsd` offers a better API.
371 .. note:: If your server supports the command, :meth:`mlsd` offers a better API.
/third_party/python/Lib/
Dftplib.py571 def mlsd(self, path="", facts=[]): member in FTP
/third_party/python/Doc/whatsnew/
D3.3.rst1382 * Added :meth:`ftplib.FTP.mlsd` method which provides a parsable directory
2231 :meth:`ftplib.FTP.mlsd`