Home
last modified time | relevance | path

Searched refs:ShaFile (Results 1 – 18 of 18) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dobjects.py249 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 Dobject_store.py42 ShaFile,
121 return ShaFile.from_raw_string(type_num, uncomp, sha=sha)
608 return ShaFile.from_path(path)
H A Drepo.py61 ShaFile,
656 if isinstance(value, ShaFile):
H A Dpack.py84 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 Dobjects.py247 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 Dobject_store.py42 ShaFile,
123 return ShaFile.from_raw_string(type_num, uncomp, sha=sha)
652 return ShaFile.from_path(path)
H A Drepo.py61 ShaFile,
705 if isinstance(value, ShaFile):
H A Dpack.py84 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 Dtest_swift_smoke.py221 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 Dauth.go181 ShaFile: sha,
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dtransportgit.py33 ShaFile,
722 return ShaFile.from_file(f)
H A Dcache.py27 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 Dclient_server.pb.go7236 return m.ShaFile
7285ShaFile []byte `protobuf:"bytes,2,opt,name=sha_file,json=shaFile" json:"sha_file,om… member
7333 return m.ShaFile
7422ShaFile []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 Dclient_server_2.pb.go2926ShaFile []byte `protobuf:"bytes,6,opt,name=sha_file,json=shaFile" json:"sha_f… member
2998 return m.ShaFile
3090ShaFile []byte `protobuf:"bytes,4,opt,name=sha_file,json=shaFile" json:"sha_file,om… member
3149 return m.ShaFile
3288ShaFile []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 DNEWS701 * 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 Dtest_objects.py43 ShaFile,
314 sf = ShaFile.from_file(BytesIO(small_buffer_zlib_object))
H A Dtest_diff_tree.py49 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 Drepomanager.py47 from dulwich.objects import Tag, Commit, Blob, check_hexsha, ShaFile, Tree, format_timezone