Home
last modified time | relevance | path

Searched refs:getcontents (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A Dtest_multifs.py48 self.assert_(multi_fs.getcontents("name") == b("m3"))
60 self.assert_(multi_fs.getcontents("name") == b("m2"))
72 self.assert_(multi_fs.getcontents("name") == b("m3"))
84 self.assert_(multi_fs.getcontents("name") == b("m1"))
H A D__init__.py169 self.assertEquals(self.fs.getcontents(
177 self.assertEquals(self.fs.getcontents(
195 self.assertEquals(self.fs.getcontents(
680 check_contents = self.fs.getcontents(path)
737 read_contents = self.fs.getcontents(path, "rb")
797 read_contents = self.fs.getcontents(path, "rb")
1151 self.assertEqual(self.fs.getcontents(
1153 self.assertEqual(self.fs.getcontents(
1155 self.assertEqual(self.fs.getcontents(
1167 self.assertEquals(self.fs.getcontents(
[all …]
H A Dtest_utils.py24 self.assertEqual(fs.getcontents("f1", "rb"), b("file 1"))
25 self.assertEqual(fs.getcontents("f2", "rb"), b("file 2"))
26 self.assertEqual(fs.getcontents("f3", "rb"), b("file 3"))
27 self.assertEqual(fs.getcontents("foo/bar/fruit", "rb"), b("apple"))
H A Dtest_mountfs.py57 self.assertEqual(mount_fs.getcontents('bar.txt'), quote)
62 self.assertEqual(mount_fs.getcontents('bar.txt'), b'baz')
66 self.assertEqual(mem_fs.getcontents('foo/bar.txt'), b'baz')
H A Dtest_archivefs.py68 return self.fs.getcontents(path)
H A Dtest_zipfs.py62 return self.fs.getcontents(path, 'rb')
H A Dtest_watch.py101 self.assertEquals(self.fs.getcontents("hello"), b("hello world"))
/dports/devel/py-fs/fs-0.5.4/fs/expose/
H A Dimporthook.py209 code = self.fs.getcontents(path, 'rb')
228 return self.fs.getcontents(path, 'rb').replace(b("\r\n"),b("\n"))
233 return self.fs.getcontents(path, 'rb')
H A Dxmlrpc.py79 data = self.fs.getcontents(path, mode)
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DUnionMerge.hs94 =<< calcMerge . zip shas <$> mapM getcontents shas
102 getcontents s = L8.lines <$> catObject h s function
/dports/devel/py-fs/fs-0.5.4/fs/contrib/bigfs/
H A D__init__.py38 def getcontents(self, baseFile): member in BIGEntry
279 def getcontents(self, path): member in BigFS
284 contents = self.entries[path].getcontents(self.bf)
/dports/devel/py-fs/fs-0.5.4/fs/commands/
H A Dfscat.py18 self.output(fs.getcontents(path))
/dports/devel/py-fs/fs-0.5.4/fs/
H A Dxattrs.py91 return pickle.loads(self.wrapped_fs.getcontents(attr_path))
177 attr_file_contents = self.wrapped_fs.getcontents(attr_file)
H A Dopener.py279 def getcontents(self, fs_url, mode='rb', encoding=None, errors=None, newline=None): member in OpenerRegistry
286 return fs.getcontents(path, mode, encoding=encoding, errors=errors, newline=newline)
H A Dzipfs.py232 def getcontents(self, path, mode="rb", encoding=None, errors=None, newline=None): member in ZipFS
H A Dmemoryfs.py633 def getcontents(self, path, mode="rb", encoding=None, errors=None, newline=None): member in MemoryFS
H A Dbase.py775 def getcontents(self, path, mode='rb', encoding=None, errors=None, newline=None): member in FS
H A Dftpfs.py1181 def getcontents(self, path, mode="rb", encoding=None, errors=None, newline=None): member in FTPFS
/dports/security/p5-CSP/CSP-0.34/
H A DCSP.pm1301 my $getcontents = shift;
1315 getcontents => $getcontents
1338 if ($self->{getcontents})
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DBorg.hs281 , getcontents
287 getcontents archivename t = mapMaybe (mkcontents archivename) function
/dports/cad/tkgate/tkgate-2.1/scripts/
H A Ddropbox.tcl78 proc getcontents {w} { procedure
/dports/devel/py-fs/fs-0.5.4/fs/contrib/
H A Darchivefs.py115 def getcontents(self, path, mode="rb", encoding=None, errors=None, newline=None): member in ArchiveFS
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomcd.c897 waitfordown, centeredprimitives, getcontents; in us_create() local
936 join = angledcreate = remainhighlighted = getcontents = FALSE; in us_create()
950 getcontents = TRUE; in us_create()
986 np = us_nodetocreate(getcontents, curcell); in us_create()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/utils/math/
H A Dmath2html.py4252 def getcontents(self): member in BigBracket
4420 self.contents = brace.getcontents() + [array]
4680 command.contents = bracket.getcontents()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h937 NODEPROTO *us_nodetocreate(BOOLEAN getcontents, NODEPROTO *cell);

12