/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/ |
H A D | objects.py | 249 class ShaFile(object): class 549 if not isinstance(other, ShaFile): 556 if not isinstance(other, ShaFile): 563 if not isinstance(other, ShaFile): 568 class Blob(ShaFile): 608 blob = ShaFile.from_path(path) 701 class Tag(ShaFile): 721 tag = ShaFile.from_path(filename) 949 class Tree(ShaFile): 1206 class Commit(ShaFile): [all …]
|
H A D | object_store.py | 42 ShaFile, 121 return ShaFile.from_raw_string(type_num, uncomp, sha=sha) 608 return ShaFile.from_path(path)
|
H A D | repo.py | 61 ShaFile, 656 if isinstance(value, ShaFile):
|
H A D | pack.py | 84 ShaFile, 172 return ShaFile.from_raw_chunks(self.obj_type_num, self.obj_chunks) 2008 return ShaFile.from_raw_string(type, uncomp, sha=sha1)
|
/dports/devel/dulwich/dulwich-0.19.16/dulwich/ |
H A D | objects.py | 247 class ShaFile(object): class 551 if not isinstance(other, ShaFile): 558 if not isinstance(other, ShaFile): 565 if not isinstance(other, ShaFile): 570 class Blob(ShaFile): 610 blob = ShaFile.from_path(path) 705 class Tag(ShaFile): 725 tag = ShaFile.from_path(filename) 960 class Tree(ShaFile): 1227 class Commit(ShaFile): [all …]
|
H A D | object_store.py | 42 ShaFile, 123 return ShaFile.from_raw_string(type_num, uncomp, sha=sha) 652 return ShaFile.from_path(path)
|
H A D | repo.py | 61 ShaFile, 705 if isinstance(value, ShaFile):
|
H A D | pack.py | 84 ShaFile, 173 return ShaFile.from_raw_chunks(self.obj_type_num, self.obj_chunks) 2054 return ShaFile.from_raw_string(type, uncomp, sha=sha1)
|
/dports/devel/dulwich/dulwich-0.19.16/dulwich/contrib/ |
H A D | test_swift_smoke.py | 221 commit = objects.ShaFile.from_raw_string(otype, data) 223 tree = objects.ShaFile.from_raw_string(otype, data) 292 commit = objects.ShaFile.from_raw_string(otype, data) 311 rtag = objects.ShaFile.from_raw_string(otype, data)
|
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/ |
H A D | auth.go | 181 ShaFile: sha,
|
/dports/devel/brz/breezy-3.2.0/breezy/git/ |
H A D | transportgit.py | 33 ShaFile, 722 return ShaFile.from_file(f)
|
H A D | cache.py | 27 ShaFile, 737 return ShaFile._parse_legacy_object(entry.get_bytes_as('fulltext'))
|
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/ |
H A D | client_server.pb.go | 7236 return m.ShaFile 7285 …ShaFile []byte `protobuf:"bytes,2,opt,name=sha_file,json=shaFile" json:"sha_file,om… member 7333 return m.ShaFile 7422 …ShaFile []byte `protobuf:"bytes,3,opt,name=sha_file,json=shaFile" json:"sha_file,om… member 7473 return m.ShaFile 7585 return m.ShaFile 7626 return m.ShaFile 7720 return m.ShaFile 7984 return m.ShaFile 8155 return m.ShaFile [all …]
|
H A D | client_server_2.pb.go | 2926 …ShaFile []byte `protobuf:"bytes,6,opt,name=sha_file,json=shaFile" json:"sha_f… member 2998 return m.ShaFile 3090 …ShaFile []byte `protobuf:"bytes,4,opt,name=sha_file,json=shaFile" json:"sha_file,om… member 3149 return m.ShaFile 3288 …ShaFile []byte `protobuf:"bytes,4,opt,name=sha_file,json=shaFile" json:"sha_file,om… member 3348 return m.ShaFile
|
/dports/devel/dulwich/dulwich-0.19.16/ |
H A D | NEWS | 701 * Fix ShaFile.id after modification of a copied ShaFile. 1459 * Make ShaFile.__eq__ work when other is not a ShaFile. (Dave Borowitz) 1802 * Always update ShaFile.id when the contents of the object get changed. 1920 * Implement ShaFile.__hash__().
|
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/ |
H A D | test_objects.py | 43 ShaFile, 314 sf = ShaFile.from_file(BytesIO(small_buffer_zlib_object))
|
H A D | test_diff_tree.py | 49 ShaFile, 518 blob = ShaFile.from_raw_chunks(Blob.type_num, [b'a\nb', b'\na\n'])
|
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/python3lib/ |
H A D | repomanager.py | 47 from dulwich.objects import Tag, Commit, Blob, check_hexsha, ShaFile, Tree, format_timezone
|