Home
last modified time | relevance | path

Searched refs:hashed_path (Results 1 – 13 of 13) sorted by relevance

/dports/databases/py-carbon/carbon-1.1.8/lib/carbon/tests/
H A Dtest_database.py86 hashed_path = database.getFilesystemPath(metric)
88 hashed_path,
92 self.assertEqual(exists(hashed_path), False)
98 self.assertEqual(exists(hashed_path), True)
100 os.remove(hashed_path)
178 hashed_path = database.getFilesystemPath(metric)
180 hashed_path,
184 self.assertEqual(exists(hashed_path), False)
190 self.assertEqual(exists(hashed_path), True)
192 shutil.rmtree(hashed_path)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/uploaders/
H A Djob_artifact_uploader.rb31 hashed_path
39 def hashed_path method in JobArtifactUploader
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DInstanceCheck.cpp255 std::size_t hashed_path; in instance_check() local
257 hashed_path = std::hash<std::string>{}(boost::filesystem::system_complete(argv[0]).string()); in instance_check()
269 hashed_path = std::hash<std::string>{}(appimage_path.string()); in instance_check()
279hashed_path = std::hash<std::string>{}(boost::filesystem::canonical(boost::filesystem::system_comp… in instance_check()
283hashed_path = std::hash<std::string>{}(boost::filesystem::canonical(boost::filesystem::system_comp… in instance_check()
286 hashed_path = std::hash<std::string>{}(boost::filesystem::system_complete(argv[0]).string()); in instance_check()
291 std::string lock_name = std::to_string(hashed_path); in instance_check()
292 GUI::wxGetApp().set_instance_hash(hashed_path); in instance_check()
/dports/devel/py-weblib/weblib-0.1.30/weblib/
H A Dfiles.py72 def hashed_path(url, ext='jpg', base_dir=None): function
80 return hashed_path(*args, **kwargs)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/bare_repository_import/
H A Drepository_spec.rb60 let(:repo_path) { File.join(root_path, "#{hashed_path}.git") }
61 let(:wiki_path) { File.join(root_path, "#{hashed_path}.wiki.git") }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/
H A Dhashed_path_spec.rb10 subject { hashed_path }
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dcache.py950 def file_known_and_unchanged(self, hashed_path, path_hash, st): argument
975 files_cache_logger.debug('UNKNOWN: no file metadata in cache for: %r', hashed_path)
980 files_cache_logger.debug('KNOWN-CHANGED: file size has changed: %r', hashed_path)
983 … files_cache_logger.debug('KNOWN-CHANGED: file inode number has changed: %r', hashed_path)
986 files_cache_logger.debug('KNOWN-CHANGED: file ctime has changed: %r', hashed_path)
989 files_cache_logger.debug('KNOWN-CHANGED: file mtime has changed: %r', hashed_path)
1002 def memorize_file(self, hashed_path, path_hash, st, ids): argument
1021 cmtime_type, hashed_path)
1062 def file_known_and_unchanged(self, hashed_path, path_hash, st): argument
1066 def memorize_file(self, hashed_path, path_hash, st, ids): argument
H A Darchive.py1062 hashed_path = safe_encode(os.path.join(self.cwd, path))
1063 path_hash = self.key.id_hash(hashed_path)
1064 known, ids = cache.file_known_and_unchanged(hashed_path, path_hash, st)
1069 hashed_path = path_hash = None
1095 cache.memorize_file(hashed_path, path_hash, st, [c.id for c in item.chunks])
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Djob_artifact.rb240 hashed_path: 2
/dports/devel/py-grab/grab-0.6.41/grab/
H A Ddocument.py31 from weblib.files import hashed_path
326 rel_path = hashed_path(location, ext=ext)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/projects/
H A Dcreate_service_spec.rb554 let(:fake_repo_path) { File.join(TestEnv.repos_path, "#{hashed_path}.git") }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dproject_spec.rb4955 expect(project.disk_path).to eq(hashed_path)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/changelogs/
H A Darchive-11.md2972 - Rails 5: fix hashed_path? method that looks up file_location that doesn't exist when running cert…