Home
last modified time | relevance | path

Searched defs:fileIndex (Results 1 – 25 of 2443) sorted by relevance

12345678910>>...98

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/format/commitgraph/
H A Dfile.go39 type fileIndex struct { struct
40 reader io.ReaderAt
41 fanout [256]int
42 oidFanoutOffset int64
43 oidLookupOffset int64
44 commitDataOffset int64
45 extraEdgeListOffset int64
66 func (fi *fileIndex) verifyFileHeader() error {
91 func (fi *fileIndex) readChunkHeaders() error {
123 func (fi *fileIndex) readFanout() error {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/format/commitgraph/
H A Dfile.go39 type fileIndex struct { struct
40 reader io.ReaderAt
41 fanout [256]int
42 oidFanoutOffset int64
43 oidLookupOffset int64
44 commitDataOffset int64
45 extraEdgeListOffset int64
66 func (fi *fileIndex) verifyFileHeader() error {
91 func (fi *fileIndex) readChunkHeaders() error {
123 func (fi *fileIndex) readFanout() error {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/format/commitgraph/
H A Dfile.go39 type fileIndex struct { struct
40 reader io.ReaderAt
41 fanout [256]int
42 oidFanoutOffset int64
43 oidLookupOffset int64
44 commitDataOffset int64
45 extraEdgeListOffset int64
66 func (fi *fileIndex) verifyFileHeader() error {
91 func (fi *fileIndex) readChunkHeaders() error {
123 func (fi *fileIndex) readFanout() error {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/format/commitgraph/
H A Dfile.go39 type fileIndex struct { struct
40 reader io.ReaderAt
41 fanout [256]int
42 oidFanoutOffset int64
43 oidLookupOffset int64
44 commitDataOffset int64
45 extraEdgeListOffset int64
66 func (fi *fileIndex) verifyFileHeader() error {
91 func (fi *fileIndex) readChunkHeaders() error {
123 func (fi *fileIndex) readFanout() error {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/format/commitgraph/
H A Dfile.go39 type fileIndex struct { struct
40 reader io.ReaderAt
41 fanout [256]int
42 oidFanoutOffset int64
43 oidLookupOffset int64
44 commitDataOffset int64
45 extraEdgeListOffset int64
66 func (fi *fileIndex) verifyFileHeader() error {
91 func (fi *fileIndex) readChunkHeaders() error {
123 func (fi *fileIndex) readFanout() error {
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/format/commitgraph/
H A Dfile.go39 type fileIndex struct { struct
40 reader io.ReaderAt
41 fanout [256]int
42 oidFanoutOffset int64
43 oidLookupOffset int64
44 commitDataOffset int64
45 extraEdgeListOffset int64
66 func (fi *fileIndex) verifyFileHeader() error {
91 func (fi *fileIndex) readChunkHeaders() error {
123 func (fi *fileIndex) readFanout() error {
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/diffeditor/
H A Ddiffeditorwidgetcontroller.cpp135 void DiffEditorWidgetController::patch(bool revert, int fileIndex, int chunkIndex) in patch()
237 void DiffEditorWidgetController::addCodePasterAction(QMenu *menu, int fileIndex, int chunkIndex) in addCodePasterAction()
248 bool DiffEditorWidgetController::chunkExists(int fileIndex, int chunkIndex) const in chunkExists()
259 ChunkData DiffEditorWidgetController::chunkData(int fileIndex, int chunkIndex) const in chunkData()
283 void DiffEditorWidgetController::addApplyAction(QMenu *menu, int fileIndex, int chunkIndex) in addApplyAction()
292 void DiffEditorWidgetController::addRevertAction(QMenu *menu, int fileIndex, int chunkIndex) in addRevertAction()
301 void DiffEditorWidgetController::addExtraActions(QMenu *menu, int fileIndex, int chunkIndex, in addExtraActions()
329 void DiffEditorWidgetController::sendChunkToCodePaster(int fileIndex, int chunkIndex) in sendChunkToCodePaster()
H A Ddiffeditorcontroller.cpp73 QString DiffEditorController::makePatch(int fileIndex, int chunkIndex, in makePatch()
153 void DiffEditorController::requestChunkActions(QMenu *menu, int fileIndex, int chunkIndex, in requestChunkActions()
159 bool DiffEditorController::chunkExists(int fileIndex, int chunkIndex) const in chunkExists()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dtorrentcontentmodelfile.cpp35 TorrentContentModelFolder *parent, int fileIndex) in TorrentContentModelFile()
50 int TorrentContentModelFile::fileIndex() const in fileIndex() function in TorrentContentModelFile
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewIO.cpp19 bool PView::readPOS(const std::string &fileName, int fileIndex) in readPOS()
84 bool PView::readMSH(const std::string &fileName, int fileIndex, in readMSH()
328 bool PView::readMED(const std::string &fileName, int fileIndex) in readMED()
357 bool PView::readMED(const std::string &fileName, int fileIndex) in readMED()
366 bool PView::readPCH(const std::string &fileName, int fileIndex) in readPCH()
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dkmers.C61 uint64 fileIndex, in openOutputBlock()
77 uint64 fileIndex, in openInputBlock()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/godoc/
H A Dindex.go1115 type fileIndex struct { struct
1116 Version int
1117 Words map[string]*LookupResult
1118 Alts map[string]*AltWords
1119 Snippets []*Snippet
1120 Fulltext bool
1121 Stats Statistics
1122 ImportCount map[string]int
1123 PackagePath map[string]map[string]bool
1124 Exports map[string]map[string]SpotKind
[all …]

12345678910>>...98