/dports/devel/xdg-utils/xdg-utils-1.1.3/tests/include/ |
H A D | linux_distro | 122 return "unknown" if (! ($release = $self->_get_file_info())); 134 my $info = $self->_get_file_info(); 145 sub _get_file_info {
|
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 311 filename, st, mode = _get_file_info(file) 324 filename, st, mode = _get_file_info(file) 337 filename, st, mode = _get_file_info(file) 349 def _get_file_info(file): function
|
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 311 filename, st, mode = _get_file_info(file) 324 filename, st, mode = _get_file_info(file) 337 filename, st, mode = _get_file_info(file) 349 def _get_file_info(file): function
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/ |
H A D | localunzip.py | 267 def _get_file_info(self, name): member in LocalZipFile 276 offset, header = self._get_file_info(name) 288 offset, header = self._get_file_info(name)
|
/dports/www/py-WebTest/webtest-2.0.32/webtest/ |
H A D | app.py | 483 key, filename, value, fcontent = self._get_file_info(file_info) 760 def _get_file_info(self, file_info): member in TestApp
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webtest/webtest/ |
H A D | app.py | 472 key, filename, value, fcontent = self._get_file_info(file_info) 738 def _get_file_info(self, file_info): member in TestApp
|
/dports/devel/py-fs/fs-0.5.4/fs/contrib/ |
H A D | sqlitefs.py | 444 def _get_file_info(self, path): member in SqliteFS 653 info= self._get_file_info(path)
|
/dports/www/py-spyne/spyne-2.13.16/spyne/server/twisted/ |
H A D | http.py | 403 def _get_file_info(ctx): function 558 initial_ctx.transport.file_info = _get_file_info(initial_ctx)
|
/dports/www/py-paste/Paste-3.4.6/paste/ |
H A D | fixture.py | 345 key, filename, value = self._get_file_info(file_info) 361 def _get_file_info(self, file_info): member in TestApp
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/ |
H A D | fixture.py | 343 key, filename, value = self._get_file_info(file_info) 363 def _get_file_info(self, file_info): member in TestApp
|
/dports/net-im/folks/folks-0.15.3/folks/ |
H A D | backend-store.vala | 346 yield BackendStore._get_file_info (file, out is_file, out is_dir); 804 private async static void _get_file_info (File file,
|