Home
last modified time | relevance | path

Searched defs:GetBlob (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/www/gitea/gitea-1.16.5/modules/git/
H A Drepo_blob.go8 func (repo *Repository) GetBlob(idStr string) (*Blob, error) { func
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dblob.go15 func GetBlob(ctx *context.APIContext) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/blob/
H A Dget_blob.go14 func (s *server) GetBlob(in *gitalypb.GetBlobRequest, stream gitalypb.BlobService_GetBlobServer) er… func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/blob/
H A Dget_blob.go16 func (s *server) GetBlob(in *gitalypb.GetBlobRequest, stream gitalypb.BlobService_GetBlobServer) er… func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/blob/
H A Dget_blob.go14 func (s *server) GetBlob(in *gitalypb.GetBlobRequest, stream gitalypb.BlobService_GetBlobServer) er… func
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/split/
H A Dblob_splitter.hpp58 const CSplitBlob& GetBlob(void) const in GetBlob() function in CBlobSplitter
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/split/
H A Dblob_splitter.hpp58 const CSplitBlob& GetBlob(void) const in GetBlob() function in CBlobSplitter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIQueueHost.cs32 void GetBlob([In, Out, MarshalAs(UnmanagedType.LPArray)] byte[] buffer, ref int bufferSize); in GetBlob() method
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Dsnapshot-source-sink.cc36 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/sysutils/docker-registry/distribution-2.7.1/registry/handlers/
H A Dblob.go56 func (bh *blobHandler) GetBlob(w http.ResponseWriter, r *http.Request) { func
/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Dsnapshot-source-sink.cc38 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/
H A Dsnapshot-source-sink.cc39 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/snapshot/
H A Dsnapshot-source-sink.cc38 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
/dports/devel/git-town/git-town-7.6.0/vendor/code.gitea.io/sdk/gitea/
H A Dgit_blob.go21 func (c *Client) GetBlob(user, repo, sha string) (*GitBlobResponse, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/code.gitea.io/sdk/gitea/
H A Dgit_blob.go21 func (c *Client) GetBlob(user, repo, sha string) (*GitBlobResponse, *Response, error) { func

12345678910>>...16