Home
last modified time | relevance | path

Searched refs:filepath (Results 176 – 200 of 39835) sorted by relevance

12345678910>>...1594

/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dsite_test.go213 filepath.FromSlash("sect/doc1.md"),
218 filepath.FromSlash("sect/doc2.md"),
227 filepath.FromSlash("sect/doc3.md"),
232 filepath.FromSlash("sect/doc4.md"),
857 {filepath.FromSlash("level2/unique.md"), ""},
858 {filepath.FromSlash("_index.md"), ""},
859 {filepath.FromSlash("common.md"), ""},
860 {filepath.FromSlash("rootfile.md"), ""},
861 {filepath.FromSlash("root-image.png"), ""},
863 {filepath.FromSlash("level2/2-root.md"), ""},
[all …]
/dports/databases/py-sqlparse/sqlparse-0.4.2/tests/
H A Dtest_cli.py27 def test_valid_args(filepath): argument
29 path = filepath('function.sql')
33 def test_invalid_choice(filepath): argument
34 path = filepath('function.sql')
40 path = filepath('function.sql')
48 path = filepath('missing.sql')
55 path = filepath('function.sql')
63 path = filepath('begintag.sql')
81 path = filepath(fpath)
93 in_path = filepath(fpath)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/checkdeps/
H A Djava_checker.py50 def _GetClassFullName(self, filepath): argument
52 if not os.path.isfile(filepath):
102 if not self.ShouldCheck(filepath):
113 def _PrescanFile(self, filepath, added_classset): argument
115 print 'Prescanning: ' + filepath
120 if not any(re.match(i, filepath) for i in
123 print ' ' + filepath
127 self._classmap[full_class_name] = filepath
158 def CheckFile(self, rules, filepath): argument
160 print 'Checking: ' + filepath
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/buildtools/checkdeps/
H A Djava_checker.py50 def _GetClassFullName(self, filepath): argument
52 if not os.path.isfile(filepath):
102 if not self.ShouldCheck(filepath):
113 def _PrescanFile(self, filepath, added_classset): argument
115 print 'Prescanning: ' + filepath
120 if not any(re.match(i, filepath) for i in
123 print ' ' + filepath
127 self._classmap[full_class_name] = filepath
158 def CheckFile(self, rules, filepath): argument
160 print 'Checking: ' + filepath
[all …]
/dports/sysutils/aptly/aptly-1.4.0/files/
H A Dpublic.go103 filepath := filepath.Join(storage.rootPath, path)
104 return os.Remove(filepath)
112 filepath := filepath.Join(storage.rootPath, path)
114 progress.Printf("Removing %s...\n", filepath)
116 return os.RemoveAll(filepath)
129 baseName := filepath.Base(fileName)
130 poolPath := filepath.Join(storage.rootPath, publishedDirectory, filepath.Dir(fileName))
255 …return os.Rename(filepath.Join(storage.rootPath, oldName), filepath.Join(storage.rootPath, newName…
260 return os.Symlink(filepath.Join(storage.rootPath, src), filepath.Join(storage.rootPath, dst))
265 return os.Link(filepath.Join(storage.rootPath, src), filepath.Join(storage.rootPath, dst))
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/config/
H A Dshared_config_test.go454 filepath.Join("testdata", "shared_config"),
464 filepath.Join("testdata", "shared_config"),
476 filepath.Join("file_not_exist"),
492 filepath.Join("file_not_exist"),
726 filepath.Join("testdata", "load_config"),
744 filepath.Join("testdata", "load_config"),
763 filepath.Join("testdata", "load_config"),
804 filepath.Join("testdata", "load_config"),
823 filepath.Join("testdata", "load_config"),
839 filepath.Join("testdata", "load_config"),
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/config/
H A Dshared_config_test.go454 filepath.Join("testdata", "shared_config"),
464 filepath.Join("testdata", "shared_config"),
476 filepath.Join("file_not_exist"),
492 filepath.Join("file_not_exist"),
726 filepath.Join("testdata", "load_config"),
744 filepath.Join("testdata", "load_config"),
763 filepath.Join("testdata", "load_config"),
804 filepath.Join("testdata", "load_config"),
823 filepath.Join("testdata", "load_config"),
839 filepath.Join("testdata", "load_config"),
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/config/
H A Dshared_config_test.go454 filepath.Join("testdata", "shared_config"),
464 filepath.Join("testdata", "shared_config"),
476 filepath.Join("file_not_exist"),
492 filepath.Join("file_not_exist"),
726 filepath.Join("testdata", "load_config"),
744 filepath.Join("testdata", "load_config"),
763 filepath.Join("testdata", "load_config"),
804 filepath.Join("testdata", "load_config"),
823 filepath.Join("testdata", "load_config"),
839 filepath.Join("testdata", "load_config"),
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/config/
H A Dshared_config_test.go454 filepath.Join("testdata", "shared_config"),
464 filepath.Join("testdata", "shared_config"),
476 filepath.Join("file_not_exist"),
492 filepath.Join("file_not_exist"),
726 filepath.Join("testdata", "load_config"),
744 filepath.Join("testdata", "load_config"),
763 filepath.Join("testdata", "load_config"),
804 filepath.Join("testdata", "load_config"),
823 filepath.Join("testdata", "load_config"),
839 filepath.Join("testdata", "load_config"),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/config/
H A Dshared_config_test.go454 filepath.Join("testdata", "shared_config"),
464 filepath.Join("testdata", "shared_config"),
476 filepath.Join("file_not_exist"),
492 filepath.Join("file_not_exist"),
726 filepath.Join("testdata", "load_config"),
744 filepath.Join("testdata", "load_config"),
763 filepath.Join("testdata", "load_config"),
804 filepath.Join("testdata", "load_config"),
823 filepath.Join("testdata", "load_config"),
839 filepath.Join("testdata", "load_config"),
[all …]
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/config/
H A Dshared_config_test.go454 filepath.Join("testdata", "shared_config"),
464 filepath.Join("testdata", "shared_config"),
476 filepath.Join("file_not_exist"),
492 filepath.Join("file_not_exist"),
726 filepath.Join("testdata", "load_config"),
744 filepath.Join("testdata", "load_config"),
763 filepath.Join("testdata", "load_config"),
804 filepath.Join("testdata", "load_config"),
823 filepath.Join("testdata", "load_config"),
839 filepath.Join("testdata", "load_config"),
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_print3d_utils/
H A Dexport.py37 def image_copy_guess(filepath, objects): argument
88 name = os.path.basename(bpy.data.filepath)
106 filepath = os.path.join(export_path, name)
119 filepath = bpy.path.ensure_ext(filepath, ".stl")
121 filepath=filepath,
129 filepath = bpy.path.ensure_ext(filepath, ".ply")
131 filepath=filepath,
138 filepath = bpy.path.ensure_ext(filepath, ".x3d")
140 filepath=filepath,
148 filepath = bpy.path.ensure_ext(filepath, ".obj")
[all …]
/dports/audio/csound/csound-6.15.0/mingw64/
H A Dfind_csound_dependencies.py20 def exclude(filepath): argument
22 if filepath.endswith('CSOUND64.dll'):
26 if fnmatch.fnmatch(filepath, '''*/android/*'''):
28 if fnmatch.fnmatch(filepath, '''*/frontends/*'''):
38 if fnmatch.fnmatch(filepath, '''*/tests/*'''):
44 if fnmatch.fnmatch(filepath, '''*/Opcodes/*'''):
46 if fnmatch.fnmatch(filepath, '''*/Windows/*'''):
52 if fnmatch.fnmatch(filepath, '''*/???'''):
121 print 'filepath:', filepath
122 if (filepath.find('Setup_Csound6_') == -1) and (filepath.find('msvc') == -1):
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/
H A DWATCHLISTS122 'filepath': '^apps/'\
131 'filepath': 'arc/',
158 'filepath': 'ash/',
175 'filepath':
185 'filepath':
237 'filepath': '^base/',
701 'filepath': 'cc/'\
1137 'filepath': 'ios/',
1290 'filepath': 'midi',
1293 'filepath': 'mojo',
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/scripts/
H A Dcheck-files.py41 def should_check_file(self, filepath): argument
47 def check_file_for_issue(self, filepath): argument
52 self.files_with_issues[filepath] = []
74 def issue_with_line(self, line, filepath): argument
81 def check_file_for_issue(self, filepath): argument
82 with open(filepath, "rb") as f:
93 def check_file_for_issue(self, filepath): argument
106 def check_file_for_issue(self, filepath): argument
107 with open(filepath, "rb") as f:
118 def check_file_for_issue(self, filepath): argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/glean_parser/glean_parser/
H A Dparser.py54 def _load_file(filepath): argument
66 filepath, "", "'{}' file can not be empty.".format(filepath)
108 filepath,
168 filepath,
182 filepath,
193 filepath,
207 filepath,
229 filepath,
247 filepath,
255 sources[ping_key] = filepath
[all …]
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dthumbnail_tools.py70 def thumbnail(self, filepath, mt=False): argument
83 if self._thumbnail_exists(filepath):
107 def delete(self, filepath): argument
117 def _create_thumbnail_pixbuf(self, filepath): argument
129 filepath, type=mime,
166 def _create_thumbnail(self, filepath): argument
179 def _get_text_data(self, filepath): argument
183 stat = os.stat(filepath)
221 def _thumbnail_exists(self, filepath): argument
239 … file_mtime = os.path.isfile(filepath) and os.stat(filepath).st_mtime or stored_mtime
[all …]
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dsrc_test.go62 project := filepath.Join(goPath, "src", "guthib.com", "foo", "root")
87 dir: filepath.Join(goPath, "src", "guthib.com", "foo", "bar"),
94 root: filepath.Join("guthib.com", "foo", "root"),
100 rpath: filepath.Join("guthib.com", "foo", "root", "vendor"),
106 root: filepath.Join("guthib.com", "foo", "root"),
111 dir: filepath.Join(goPath, "src", "guthib.com", "foo", "bar"),
127 rpath: filepath.Join("guthib.com", "foo", "root", "vendor"),
141 dir: filepath.Join(goPath, "src", "guthib.com", "foo", "bar"),
158 dir: filepath.Join(project, "vendor", "guthib.com", "foo", "bar"),
159 rpath: filepath.Join("guthib.com", "foo", "root", "vendor"),
[all …]
/dports/sysutils/py-upt/upt-0.11/upt/
H A Dchecksum.py25 def _compute_checksum(checksum_fn, filepath): argument
28 with open(filepath, 'rb') as f:
33 def _compute_md5_checksum(filepath): argument
34 return _compute_checksum(hashlib.md5, filepath)
37 def _compute_rmd160_checksum(filepath): argument
41 def _compute_sha256_checksum(filepath): argument
45 def _compute_sha256_base64_checksum(filepath): argument
46 sha256 = _compute_sha256_checksum(filepath)
50 def _compute_sha512_checksum(filepath): argument
54 def compute_checksum(filepath, hash_name): argument
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/release/license/
H A Ddir_reader_test.go44 fs.SetGlob(filepath.Join("/", "dir", "LICENSE*"), []string{filepath.Join("/", "dir", "LICENSE")})
49 license, err := reader.Read(filepath.Join("/", "dir"))
54 …File{Path: filepath.Join("/", "dir", "LICENSE"), DirPath: filepath.Join("/", "dir"), RelativePath:…
66 fs.SetGlob(filepath.Join("/", "dir", "LICENSE*"), []string{filepath.Join("/", "dir", "LICENSE")})
67 … fs.SetGlob(filepath.Join("/", "dir", "NOTICE*"), []string{filepath.Join("/", "dir", "NOTICE.md")})
71 license, err := reader.Read(filepath.Join("/", "dir"))
76 …File{Path: filepath.Join("/", "dir", "LICENSE"), DirPath: filepath.Join("/", "dir"), RelativePath:…
85 license, err := reader.Read(filepath.Join("/", "dir"))
93 _, err := reader.Read(filepath.Join("/", "dir"))
100 fs.SetGlob(filepath.Join("/", "dir", "LICENSE*"), []string{filepath.Join("/", "dir", "LICENSE")})
[all …]
/dports/misc/exercism/cli-3.0.13/workspace/
H A Dworkspace_test.go19 a1 := filepath.Join(tmpDir, "track-a", "exercise-one")
20 b1 := filepath.Join(tmpDir, "track-b", "exercise-one")
21 b2 := filepath.Join(tmpDir, "track-b", "exercise-two")
61 a1 := filepath.Join(tmpDir, "track-a", "exercise-one")
63 b1 := filepath.Join(tmpDir, "track-b", "exercise-one")
64 b2 := filepath.Join(tmpDir, "track-b", "exercise-two")
99 ws, err := New(filepath.Join(root, "workspace"))
107 path: filepath.Join(ws.Dir, "exercise"),
111 path: filepath.Join(ws.Dir, "exercise", "file.txt"),
119 path: filepath.Join(ws.Dir, "exercise", "in", "a"),
[all …]
/dports/www/moodle311/moodle/lib/filebrowser/
H A Dfile_browser.php73 * @param string $filepath file path
105 * @param string $filepath file path
111 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
122 * @param string $filepath file path
144 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
154 * @param string $filepath file path
166 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
176 * @param string $filepath file path
190 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
200 * @param string $filepath file path
[all …]
/dports/www/moodle310/moodle/lib/filebrowser/
H A Dfile_browser.php73 * @param string $filepath file path
105 * @param string $filepath file path
111 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
122 * @param string $filepath file path
144 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
154 * @param string $filepath file path
166 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
176 * @param string $filepath file path
190 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
200 * @param string $filepath file path
[all …]
/dports/www/moodle39/moodle/lib/filebrowser/
H A Dfile_browser.php73 * @param string $filepath file path
105 * @param string $filepath file path
111 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
122 * @param string $filepath file path
144 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
154 * @param string $filepath file path
166 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
176 * @param string $filepath file path
190 return $level->get_file_info($component, $filearea, $itemid, $filepath, $filename);
200 * @param string $filepath file path
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/archive/
H A Darchive_linux_test.go26 err := os.Mkdir(filepath.Join(src, "d1"), 0700)
36 err = os.Mkdir(filepath.Join(src, "d2"), 0750)
46 err = os.Mkdir(filepath.Join(src, "d3"), 0700)
114 checkFileMode(t, filepath.Join(dst, "d1", "f1"), 0600)
115 checkFileMode(t, filepath.Join(dst, "d2", "f1"), 0660)
118 checkOpaqueness(t, filepath.Join(dst, "d1"), "y")
119 checkOpaqueness(t, filepath.Join(dst, "d2"), "y")
120 checkOpaqueness(t, filepath.Join(dst, "d3"), "")
121 checkOverlayWhiteout(t, filepath.Join(dst, "d3", "f1"))
157 checkFileMode(t, filepath.Join(dst, "d1", "f1"), 0600)
[all …]

12345678910>>...1594