Home
last modified time | relevance | path

Searched refs:top_path (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/src/
H A Dfdcache_stat.cpp39 std::string top_path; in GetCacheFileStatTopDir() local
41 return top_path; in GetCacheFileStatTopDir()
45 top_path += FdManager::GetCacheDir(); in GetCacheFileStatTopDir()
46 top_path += "/."; in GetCacheFileStatTopDir()
47 top_path += bucket; in GetCacheFileStatTopDir()
48 top_path += ".stat"; in GetCacheFileStatTopDir()
49 return top_path; in GetCacheFileStatTopDir()
55 if(top_path.empty()){ in MakeCacheFileStatPath()
68 sfile_path = top_path; in MakeCacheFileStatPath()
78 if(top_path.empty()){ in CheckCacheFileStatTopDir()
[all …]
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/datetime/
H A Dtest-timezone.c8 const char *top_path, in get_timezone_list() argument
16 fullpath = g_strdup (top_path); in get_timezone_list()
18 fullpath = g_build_filename (top_path, subpath, NULL); in get_timezone_list()
31 path = g_build_filename (top_path, subpath, name, NULL); in get_timezone_list()
33 path = g_build_filename (top_path, name, NULL); in get_timezone_list()
36 tzs = get_timezone_list (tzs, top_path, name); in get_timezone_list()
40 tzs = get_timezone_list (tzs, top_path, new_subpath); in get_timezone_list()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A Dhdfs.py104 def walk(self, top_path): argument
117 contents = self.ls(top_path, detail=True)
119 directories, files = _libhdfs_walk_files_dirs(top_path, contents)
120 yield top_path, directories, files
122 yield from self.walk(self._path_join(top_path, dirname))
166 def _libhdfs_walk_files_dirs(top_path, contents): argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dhdfs.py109 def walk(self, top_path): argument
122 contents = self.ls(top_path, detail=True)
124 directories, files = _libhdfs_walk_files_dirs(top_path, contents)
125 yield top_path, directories, files
127 yield from self.walk(self._path_join(top_path, dirname))
171 def _libhdfs_walk_files_dirs(top_path, contents): argument
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dhdfs.py113 def walk(self, top_path): argument
126 contents = self.ls(top_path, detail=True)
128 directories, files = _libhdfs_walk_files_dirs(top_path, contents)
129 yield top_path, directories, files
131 yield from self.walk(self._path_join(top_path, dirname))
175 def _libhdfs_walk_files_dirs(top_path, contents): argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_build_utils/
H A Dsetup.py2 def configuration(parent_package='', top_path=None):
4 config = Configuration('_build_utils', parent_package, top_path)
11 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/_ivp/
H A Dsetup.py2 def configuration(parent_package='', top_path=None): argument
5 config = Configuration('_ivp', parent_package, top_path)
12 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/io/arff/
H A Dsetup.py2 def configuration(parent_package='io',top_path=None): argument
4 config = Configuration('arff', parent_package, top_path)
11 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/lobpcg/
H A Dsetup.py2 def configuration(parent_package='',top_path=None): argument
5 config = Configuration('lobpcg',parent_package,top_path)
13 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_trustregion_constr/
H A Dsetup.py2 def configuration(parent_package='', top_path=None): argument
4 config = Configuration('_trustregion_constr', parent_package, top_path)
11 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/constants/
H A Dsetup.py2 def configuration(parent_package='', top_path=None): argument
4 config = Configuration('constants', parent_package, top_path)
11 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/io/harwell_boeing/
H A Dsetup.py2 def configuration(parent_package='',top_path=None): argument
4 config = Configuration('harwell_boeing',parent_package,top_path)
12 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_lsq/
H A Dsetup.py2 def configuration(parent_package='', top_path=None): argument
4 config = Configuration('_lsq', parent_package, top_path)
12 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/misc/
H A Dsetup.py2 def configuration(parent_package='',top_path=None): argument
4 config = Configuration('misc',parent_package,top_path)
12 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/
H A Dsetup.py2 def configuration(parent_package='', top_path=None): argument
4 config = Configuration('fft', parent_package, top_path)
12 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/
H A Dsetup.py2 def configuration(parent_package='',top_path=None): argument
5 config = Configuration('eigen',parent_package,top_path)
15 setup(**configuration(top_path='').todict())
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/future/
H A Dsetup.py2 def configuration(parent_package='skimage', top_path=None): argument
4 config = Configuration('future', parent_package, top_path)
11 config = configuration(top_path='').todict()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/cython_optimize/
H A Dsetup.py2 def configuration(parent_package='', top_path=None): argument
4 config = Configuration('cython_optimize', parent_package, top_path)
13 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/fftpack/
H A Dsetup.py3 def configuration(parent_package='',top_path=None): argument
6 config = Configuration('fftpack',parent_package, top_path)
16 setup(**configuration(top_path='').todict())
/dports/math/py-numpy/numpy-1.20.3/numpy/matrixlib/
H A Dsetup.py2 def configuration(parent_package='', top_path=None): argument
4 config = Configuration('matrixlib', parent_package, top_path)
11 config = configuration(top_path='').todict()
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/
H A Dsetup.py2 def configuration(parent_package='',top_path=None): argument
4 config = Configuration('ma', parent_package, top_path)
11 config = configuration(top_path='').todict()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/__check_build/
H A Dsetup.py7 def configuration(parent_package="", top_path=None): argument
10 config = Configuration("__check_build", parent_package, top_path)
21 setup(**configuration(top_path="").todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/
H A Dsetup.py2 def configuration(parent_package='',top_path=None): argument
5 config = Configuration('linalg',parent_package,top_path)
18 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/io/
H A Dsetup.py2 def configuration(parent_package='',top_path=None): argument
4 config = Configuration('io', parent_package, top_path)
18 setup(**configuration(top_path='').todict())
/dports/science/py-scipy/scipy-1.7.1/scipy/io/matlab/
H A Dsetup.py2 def configuration(parent_package='io',top_path=None): argument
4 config = Configuration('matlab', parent_package, top_path)
14 setup(**configuration(top_path='').todict())

123456789