Home
last modified time | relevance | path

Searched refs:_check_file (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/common/tests/
H A Dtest_fileutils.py192 self._check_file(
216 self._check_file(
281 self._check_file(
285 self._check_file(
289 self._check_file(
293 self._check_file(
308 self._check_file(
313 self._check_file(
318 self._check_file(
323 self._check_file(
[all …]
/dports/security/py-stem/stem-1.8.0/test/unit/descriptor/
H A Dcompression.py14 self._check_file(Compression.PLAINTEXT, 'compressed_identity')
17 self._check_file(Compression.GZIP, 'compressed_gzip')
20 self._check_file(Compression.BZ2, 'compressed_bz2')
23 self._check_file(Compression.LZMA, 'compressed_lzma')
26 self._check_file(Compression.ZSTD, 'compressed_zstd')
28 def _check_file(self, compression, filename): member in TestCompression
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-autorun-software.c66 _check_file (GFile *mount_root, const char *file_path, gboolean must_be_executable) in _check_file() function
121 if (_check_file (root, ".autorun", TRUE)) in autorun()
125 else if (_check_file (root, "autorun", TRUE)) in autorun()
129 else if (_check_file (root, "autorun.sh", TRUE)) in autorun()
133 else if (_check_file (root, "autorun.exe", TRUE)) in autorun()
137 else if (_check_file (root, "AUTORUN.EXE", TRUE)) in autorun()
141 else if (_check_file (root, "autorun.inf", FALSE)) in autorun()
145 else if (_check_file (root, "AUTORUN.INF", FALSE)) in autorun()
/dports/security/py-keyrings.alt/keyrings.alt-3.1.1/tests/
H A Dtest_file.py77 self.assertTrue(self.keyring._check_file() is False)
81 self.assertTrue(self.keyring._check_file() is True)
94 self.assertTrue(self.keyring._check_file() is False)
103 self.assertTrue(self.keyring._check_file() is False)
131 self.assertTrue(self.keyring._check_file() is True)
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-autorun-software.c65 _check_file (GFile *mount_root, in _check_file() function
113 if (_check_file (root, ".autorun", TRUE)) in autorun()
117 else if (_check_file (root, "autorun", TRUE)) in autorun()
121 else if (_check_file (root, "autorun.sh", TRUE)) in autorun()
/dports/devel/glog/glog-0.5.0/cmake/
H A DDetermineGflagsNamespace.cmake29 set (_check_file variable
33 file (WRITE "${_check_file}" "${_check_code}")
35 "${CMAKE_BINARY_DIR}" "${_check_file}"
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_sftp.py623 self._check_file('src', 'dst')
1349 self._check_file('file1', 'file2')
2424 self._check_file('src', 'chroot/dst')
2622 self._check_file('src', 'dst')
2926 self._check_file('src', 'dst')
3009 self._check_file('src1', 'dst/src1')
3295 self._check_file('src1', 'dst/src1')
3321 self._check_file('src1', 'dst/src1')
3358 self._check_file('src/file1', 'file1')
3400 self._check_file('src', 'dst')
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-autorun-software.c67 _check_file (GFile *mount_root, const char *file_path, gboolean must_be_executable) in _check_file() function
121 if (_check_file (root, ".autorun", TRUE)) { in autorun()
123 } else if (_check_file (root, "autorun", TRUE)) { in autorun()
125 } else if (_check_file (root, "autorun.sh", TRUE)) { in autorun()
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/quality/
H A Dtest_pyflakes.py36 def _check_file(f): function
45 for res in pool.map(_check_file, files):
H A Dtest_pep8.py37 def _check_file(f, ignore): function
47 for res in pool.map(_check_file, files, itertools.repeat(ignore)):
/dports/science/py-rmf/rmf-1.3.1/tools/dev_tools/python_tools/
H A Dcpp_format.py10 _check_file(fh_name, project_name, True, errors)
15 _check_file(fh_name, project_name, False, errors)
18 def _check_file(fh_name, project_name, header, errors): function
/dports/science/rmf/rmf-1.3.1/tools/dev_tools/python_tools/
H A Dcpp_format.py10 _check_file(fh_name, project_name, True, errors)
15 _check_file(fh_name, project_name, False, errors)
18 def _check_file(fh_name, project_name, header, errors): function
/dports/www/py-tornado4/tornado-4.5.3/tornado/
H A Dautoreload.py184 _check_file(modify_times, path)
186 _check_file(modify_times, path)
189 def _check_file(modify_times, path): function
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/
H A Dautoreload.py185 _check_file(modify_times, path)
187 _check_file(modify_times, path)
190 def _check_file(modify_times, path): function
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/
H A DConf.pm44 _check_file( $class, $file );
126 $self->_check_file( $file, 'readonly' );
268 sub _check_file { subroutine
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dcached.py195 def _check_file(self, path): member in CachingFileSystem
232 _, fn = self._check_file(path)
278 detail = self._check_file(path)
494 details = [self._check_file(sp) for sp in paths]
562 detail = self._check_file(p)
587 detail = self._check_file(path)
664 def _check_file(self, path): member in SimpleCacheFileSystem
683 fn = self._check_file(path)
/dports/www/py-tornado5/tornado-5.1.1/tornado/
H A Dautoreload.py185 _check_file(modify_times, path)
187 _check_file(modify_times, path)
190 def _check_file(modify_times, path): function
/dports/www/py-tornado/tornado-6.1/tornado/
H A Dautoreload.py187 _check_file(modify_times, path)
189 _check_file(modify_times, path)
192 def _check_file(modify_times: Dict[str, float], path: str) -> None: function
/dports/devel/py-fs2/fs-2.4.11/fs/
H A Dwalk.py425 _check_file = self.check_file
439 if _check_file(fs, info):
459 _check_file = self.check_file
491 if _check_file(fs, info):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/twine/commands/
H A Dcheck.py70 def _check_file( function
119 warnings, is_ok = _check_file(filename, render_warning_stream)
/dports/devel/py-twine/twine-3.7.0/twine/commands/
H A Dcheck.py71 def _check_file( function
135 warnings, is_ok = _check_file(filename, render_warning_stream)
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_common/
H A Dfsutil.py314 okay = _check_file(filename, S_IRANY)
327 okay = _check_file(filename, S_IWANY)
340 okay = _check_file(filename, S_IXANY)
366 def _check_file(filename, check): function
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_common/
H A Dfsutil.py314 okay = _check_file(filename, S_IRANY)
327 okay = _check_file(filename, S_IWANY)
340 okay = _check_file(filename, S_IXANY)
366 def _check_file(filename, check): function
/dports/security/py-keyrings.alt/keyrings.alt-3.1.1/keyrings/alt/
H A Dfile.py95 if self._check_file():
118 def _check_file(self):
/dports/www/py-django-mezzanine-filebrowser/filebrowser_safe-0.5.0/filebrowser_safe/
H A Durls.py14 url(r'^check_file/$', views._check_file, name="fb_check"),

12