Home
last modified time | relevance | path

Searched refs:PathType (Results 1 – 25 of 998) sorted by relevance

12345678910>>...40

/dports/textproc/bat/bat-0.18.3/cargo-crates/path_abs-0.5.1/src/
H A Dty.rs27 pub enum PathType { enum
32 impl PathType { implementation
48 PathType::try_from(abs) in new()
77 PathType::Dir(d) => { in unwrap_file()
95 PathType::Dir(d) => d, in unwrap_dir()
128 impl AsRef<PathAbs> for PathType { implementation
137 impl AsRef<Path> for PathType { implementation
157 impl Borrow<Path> for PathType { implementation
187 impl From<PathType> for PathAbs {
203 impl From<PathType> for PathBuf {
[all …]
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Dconfigpaths.py37 from gajim.common.const import PathType, PathLocation
53 def get_paths(type_: PathType) -> Generator[Path, None, None]: argument
82 for path in get_paths(PathType.FOLDER):
167 path_type: PathType = None, argument
181 ('MY_CACHE', Path(), PathLocation.CACHE, PathType.FOLDER),
182 ('MY_DATA', Path(), PathLocation.DATA, PathType.FOLDER),
194 ('DEBUG', 'debug', PathLocation.DATA, PathType.FOLDER),
201 'pluginsconfig', PathLocation.CONFIG, PathType.FOLDER),
212 ('LOG_DB', 'logs.db', PathLocation.DATA, PathType.FILE),
218 'iconsets', PathLocation.DATA, PathType.FOLDER_OPTIONAL),
[all …]
/dports/games/fheroes2/fheroes2-0.9.11/script/homm2/
H A Dextract_homm2_resources.ps19 if ((Test-Path -Path "$Path\HEROES2.EXE" -PathType Leaf) -And in Test-HoMM2DirectoryPath()
10 (Test-Path -Path "$Path\DATA" -PathType Container) -And in Test-HoMM2DirectoryPath()
11 (Test-Path -Path "$Path\MAPS" -PathType Container)) { in Test-HoMM2DirectoryPath()
24 if (Test-Path -Path "fheroes2.exe" -PathType Leaf) {
26 } elseif (Test-Path -Path "..\..\src" -PathType Container) {
55 if (-Not (Test-Path -Path $destPath -PathType Container)) {
130 if ((Test-Path -Path "$homm2Path\MUSIC" -PathType Container) -And
131 (Test-Path -Path "$homm2Path\homm2.ins" -PathType Leaf) -And
132 (Test-Path -Path "$homm2Path\homm2.gog" -PathType Leaf) -And
133 (Test-Path -Path "$homm2Path\DOSBOX\DOSBox.exe" -PathType Leaf)) {
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/fsrpc/
H A Dpath.go29 type PathType int type
33 InvalidPathType PathType = iota
46 PathType PathType member
103 PathType: RootPathType,
133 if p.PathType < RootPathType || p.PathType > TLFPathType {
138 if p.PathType >= KeybasePathType && p.PathType <= TLFPathType {
141 if p.PathType >= KeybaseChildPathType && p.PathType <= TLFPathType {
160 switch p.PathType {
163 PathType: RootPathType,
209 switch p.PathType {
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/methods/montecarlo/
H A Dlongstaffschwartzpathpricer.hpp51 template <class PathType>
61 Real operator()(const PathType& path) const;
80 mutable std::vector<PathType> paths_;
86 template <class PathType> inline
105 template <class PathType> inline
106 Real LongstaffSchwartzPathPricer<PathType>::operator() in operator ()()
107 (const PathType& path) const { in operator ()()
146 template <class PathType> inline
147 void LongstaffSchwartzPathPricer<PathType>::calibrate() { in calibrate()
206 std::vector<PathType> empty; in calibrate()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/File/
H A DPath.cpp25 type_ = PathType::NATIVE; in Path()
32 type_ = PathType::UNDEFINED; in Init()
35 type_ = PathType::HTTP; in Init()
50 type_ = PathType::NATIVE; in Init()
53 type_ = PathType::CONTENT_URI; in Init()
57 type_ = PathType::NATIVE; in Init()
79 if (type_ == PathType::CONTENT_URI) { in operator /()
106 if (type_ == PathType::CONTENT_URI) { in WithExtraExtension()
116 if (type_ == PathType::CONTENT_URI) { in WithReplacedExtension()
187 if (type_ == PathType::HTTP) { in GetDirectory()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_copy.ps154 if (Test-Path -LiteralPath $dest -PathType Container) { in Copy-File()
56 } elseif (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
70 if (Test-Path -LiteralPath $file_dir -PathType Leaf) { in Copy-File()
82 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
107 if (Test-Path -LiteralPath $parent_dir -PathType Leaf) { in Copy-Folder()
110 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-Folder()
242 if (Test-Path -LiteralPath $filepath -PathType Leaf) {
264 if (Test-Path -LiteralPath $dirpath -PathType Leaf) {
280 if (-not (Test-Path -LiteralPath $src -PathType Leaf)) {
309 if (Test-Path -LiteralPath $src -PathType Container) {
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/File/
H A DPath.cpp25 type_ = PathType::NATIVE; in Path()
32 type_ = PathType::UNDEFINED; in Init()
35 type_ = PathType::HTTP; in Init()
50 type_ = PathType::NATIVE; in Init()
53 type_ = PathType::CONTENT_URI; in Init()
57 type_ = PathType::NATIVE; in Init()
79 if (type_ == PathType::CONTENT_URI) { in operator /()
106 if (type_ == PathType::CONTENT_URI) { in WithExtraExtension()
116 if (type_ == PathType::CONTENT_URI) { in WithReplacedExtension()
187 if (type_ == PathType::HTTP) { in GetDirectory()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/File/
H A DPath.cpp25 type_ = PathType::NATIVE; in Path()
32 type_ = PathType::UNDEFINED; in Init()
35 type_ = PathType::HTTP; in Init()
50 type_ = PathType::NATIVE; in Init()
53 type_ = PathType::CONTENT_URI; in Init()
57 type_ = PathType::NATIVE; in Init()
79 if (type_ == PathType::CONTENT_URI) { in operator /()
106 if (type_ == PathType::CONTENT_URI) { in WithExtraExtension()
116 if (type_ == PathType::CONTENT_URI) { in WithReplacedExtension()
187 if (type_ == PathType::HTTP) { in GetDirectory()
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_copy.ps154 if (Test-Path -LiteralPath $dest -PathType Container) { in Copy-File()
56 } elseif (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
70 if (Test-Path -LiteralPath $file_dir -PathType Leaf) { in Copy-File()
82 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
107 if (Test-Path -LiteralPath $parent_dir -PathType Leaf) { in Copy-Folder()
110 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-Folder()
242 if (Test-Path -LiteralPath $filepath -PathType Leaf) {
264 if (Test-Path -LiteralPath $dirpath -PathType Leaf) {
280 if (-not (Test-Path -LiteralPath $src -PathType Leaf)) {
309 if (Test-Path -LiteralPath $src -PathType Container) {
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_copy.ps154 if (Test-Path -LiteralPath $dest -PathType Container) { in Copy-File()
56 } elseif (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
70 if (Test-Path -LiteralPath $file_dir -PathType Leaf) { in Copy-File()
82 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
107 if (Test-Path -LiteralPath $parent_dir -PathType Leaf) { in Copy-Folder()
110 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-Folder()
242 if (Test-Path -LiteralPath $filepath -PathType Leaf) {
264 if (Test-Path -LiteralPath $dirpath -PathType Leaf) {
280 if (-not (Test-Path -LiteralPath $src -PathType Leaf)) {
309 if (Test-Path -LiteralPath $src -PathType Container) {
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/modules/
H A Dwin_copy.ps154 if (Test-Path -LiteralPath $dest -PathType Container) { in Copy-File()
56 } elseif (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
70 if (Test-Path -LiteralPath $file_dir -PathType Leaf) { in Copy-File()
82 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
107 if (Test-Path -LiteralPath $parent_dir -PathType Leaf) { in Copy-Folder()
110 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-Folder()
242 if (Test-Path -LiteralPath $filepath -PathType Leaf) {
264 if (Test-Path -LiteralPath $dirpath -PathType Leaf) {
280 if (-not (Test-Path -LiteralPath $src -PathType Leaf)) {
309 if (Test-Path -LiteralPath $src -PathType Container) {
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/modules/
H A Dwin_copy.ps154 if (Test-Path -LiteralPath $dest -PathType Container) {
56 } elseif (Test-Path -LiteralPath $dest -PathType Leaf) {
70 if (Test-Path -LiteralPath $file_dir -PathType Leaf) {
82 if (Test-Path -LiteralPath $dest -PathType Leaf) {
107 if (Test-Path -LiteralPath $parent_dir -PathType Leaf) {
110 if (Test-Path -LiteralPath $dest -PathType Leaf) {
242 if (Test-Path -LiteralPath $filepath -PathType Leaf) {
264 if (Test-Path -LiteralPath $dirpath -PathType Leaf) {
280 if (-not (Test-Path -LiteralPath $src -PathType Leaf)) {
309 if (Test-Path -LiteralPath $src -PathType Container) {
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/io/
H A DFileSystem.cpp72 SPH_ASSERT(pathType(path).valueOr(PathType::OTHER) == PathType::DIRECTORY); in isDirectoryWritable()
185 return PathType::FILE; in pathType()
191 return PathType::SYMLINK; in pathType()
193 return PathType::OTHER; in pathType()
205 return PathType::FILE; in pathType()
369 SPH_ASSERT(pathType(from).valueOr(PathType::OTHER) == PathType::FILE); in copyFile()
396 SPH_ASSERT(pathType(from).valueOr(PathType::OTHER) == PathType::DIRECTORY); in copyDirectory()
402 const PathType type = pathType(from / path).valueOr(PathType::OTHER); in copyDirectory()
404 case PathType::FILE: in copyDirectory()
422 SPH_ASSERT(pathType(path).valueOr(PathType::OTHER) == PathType::DIRECTORY); in setWorkingDirectory()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/
H A DConfig.h14 typedef fs::path PathType; typedef
16 CConfig(const PathType&, bool readonly = false);
27 void RegisterPreferencePath(const char*, const PathType&);
32 PathType GetPreferencePath(const char*);
37 bool SetPreferencePath(const char*, const PathType&);
40 PathType GetConfigPath() const;
128 CPreferencePath(const char*, const PathType&);
130 PathType GetValue() const;
131 void SetValue(const PathType&);
135 PathType m_value;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/native_file_system/
H A Dchrome_native_file_system_permission_context_unittest.cc34 using PathType = ChromeNativeFileSystemPermissionContext::PathType; typedef
100 PathType path_type, in ConfirmSensitiveDirectoryAccessSync()
178 permission_context(), PathType::kExternal, in TEST_F()
200 permission_context(), PathType::kLocal, in TEST_F()
204 permission_context(), PathType::kLocal, in TEST_F()
226 permission_context(), PathType::kLocal, in TEST_F()
230 permission_context(), PathType::kLocal, in TEST_F()
261 permission_context(), PathType::kLocal, in TEST_F()
265 permission_context(), PathType::kLocal, in TEST_F()
319 permission_context(), PathType::kLocal, in TEST_F()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/test/
H A DitkPolyLineParametricPathTest.cxx27 using PathType = itk::PolyLineParametricPath< Dimension >; in itkPolyLineParametricPathTest() typedef
28 using InputType = PathType::InputType; in itkPolyLineParametricPathTest()
29 using OffsetType = PathType::OffsetType; in itkPolyLineParametricPathTest()
30 using VertexType = PathType::VertexType; in itkPolyLineParametricPathTest()
38 PathType::Pointer path = PathType::New(); in itkPolyLineParametricPathTest()
88 PathType::Pointer path2 = PathType::New(); in itkPolyLineParametricPathTest()
100 PathType::InputType path2Input = path2->StartOfInput(); in itkPolyLineParametricPathTest()
102 PathType::OffsetType zeroOffset; in itkPolyLineParametricPathTest()
H A DitkOrthogonallyCorrected2DParametricPathTest.cxx28 using PathType = itk::OrthogonallyCorrected2DParametricPath; in itkOrthogonallyCorrected2DParametricPathTest() typedef
30 using InputType = PathType::InputType; in itkOrthogonallyCorrected2DParametricPathTest()
31 using OffsetType = PathType::OffsetType; in itkOrthogonallyCorrected2DParametricPathTest()
33 using OrthogonalCorrectionTableType = PathType::OrthogonalCorrectionTableType; in itkOrthogonallyCorrected2DParametricPathTest()
34 using OrthogonalCorrectionTablePointer = PathType::OrthogonalCorrectionTablePointer; in itkOrthogonallyCorrected2DParametricPathTest()
66 PathType::Pointer path = PathType::New(); in itkOrthogonallyCorrected2DParametricPathTest()
H A DitkHilbertPathTest.cxx24 template< typename PathType >
29 using IndexType = typename PathType::IndexType; in HilbertPathTestHelper()
31 typename PathType::Pointer path = PathType::New(); in HilbertPathTestHelper()
40 typename PathType::InputType input = 0; in HilbertPathTestHelper()
43 typename PathType::InputType endOfInput = path->EndOfInput(); in HilbertPathTestHelper()
45 << typename itk::NumericTraits< typename PathType::InputType >::PrintType( endOfInput ) in HilbertPathTestHelper()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_copy.ps154 if (Test-Path -LiteralPath $dest -PathType Container) { in Copy-File()
56 } elseif (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
70 if (Test-Path -LiteralPath $file_dir -PathType Leaf) { in Copy-File()
82 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-File()
110 if (Test-Path -LiteralPath $dest -PathType Leaf) { in Copy-Folder()
248 if (Test-Path -LiteralPath $filepath -PathType Leaf) {
270 if (Test-Path -LiteralPath $dirpath -PathType Leaf) {
286 if (-not (Test-Path -LiteralPath $src -PathType Leaf)) {
316 if (Test-Path -LiteralPath $src -PathType Container) {
378 if (-not (Test-Path -LiteralPath $src -PathType Leaf)) {
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DLogicalGrouping.java108 PathType pathType = null;
241 public enum PathType {
501 return PathType.METAZONE;
504 return PathType.DAYS;
513 return PathType.MONTHS;
533 return PathType.COUNT;
535 return PathType.SINGLETON;
558 return PathType.DAYS;
567 return PathType.MONTHS;
576 return PathType.COUNT;
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/tlfhandle/
H A Dpath.go16 type PathType string type
20 KeybasePathType PathType = "keybase"
22 PublicPathType PathType = "public"
25 PrivatePathType PathType = "private"
27 SingleTeamPathType PathType = "team"
35 func BuildCanonicalPath(pathType PathType, paths ...string) string { argument
55 var pathType PathType
86 var pathType PathType
/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/
H A DSettings.h32 enum class PathType enum
91 const PathType& GetM3UPathType() const { return m_m3uPathType; } in GetM3UPathType()
94 bool UseM3UCache() const { return m_m3uPathType == PathType::REMOTE_PATH ? m_cacheM3U : false; } in UseM3UCache()
112 const PathType& GetEpgPathType() const { return m_epgPathType; } in GetEpgPathType()
115 bool UseEPGCache() const { return m_epgPathType == PathType::REMOTE_PATH ? m_cacheEPG : false; } in UseEPGCache()
123 const PathType& GetGenresPathType() const { return m_genresPathType; } in GetGenresPathType()
128 const PathType& GetLogoPathType() const { return m_logoPathType; } in GetLogoPathType()
237 PathType m_m3uPathType = PathType::REMOTE_PATH;
266 PathType m_epgPathType = PathType::REMOTE_PATH;
275 PathType m_genresPathType = PathType::LOCAL_PATH;
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/include/
H A DitkExtractOrthogonalSwath2DImageFilter.h68 using PathType = ParametricPath< 2 >; variable
69 using PathConstPointer = typename PathType::ConstPointer;
70 using PathInputType = typename PathType::InputType;
71 using PathOutputType = typename PathType::OutputType;
72 using PathIndexType = typename PathType::IndexType;
73 using PathContinuousIndexType = typename PathType::ContinuousIndexType;
74 using PathOffsetType = typename PathType::OffsetType;
75 using PathVectorType = typename PathType::VectorType;
/dports/misc/mnn/MNN-1.2.0/schema/
H A Dgenerate.ps15 if (($args[0] -eq "-lazy") -and ( Test-Path "current" -PathType Container )) {
13 if (-Not (Test-Path $FLATC -PathType Leaf)) {
18 if (-Not (Test-Path "tmp" -PathType Container)) {
33 if (Test-Path "private" -PathType Container) {
39 if (-Not (Test-Path "current" -PathType Container)) {

12345678910>>...40