Home
last modified time | relevance | path

Searched refs:indexError (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Vision/
H A DProductSet.php37 public function setIndexError(Google_Service_Vision_Status $indexError) argument
39 $this->indexError = $indexError;
46 return $this->indexError;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vision/
H A DProductSet.php37 public function setIndexError(Google_Service_Vision_Status $indexError) argument
39 $this->indexError = $indexError;
46 return $this->indexError;
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/bam/
H A DBamRandomAccessController_p.cpp190 const std::string indexError = newIndex->GetErrorString(); in CreateIndex() local
191 const std::string message = "could not create index: \n\t" + indexError; in CreateIndex()
255 const std::string indexError = index->GetErrorString(); in OpenIndex() local
257 indexFilename + "\n\t" + indexError; in OpenIndex()
316 const std::string indexError = m_index->GetErrorString(); in SetRegion() local
317 const std::string message = std::string("could not set region\n\t") + indexError; in SetRegion()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dcommit_files_test.go60 indexError string
78 indexError: "invalid path: '.git/hooks/pre-commit'",
184 indexError: "A file with this name already exists",
303 indexError: "A file with this name already exists",
437 indexError: "A file with this name doesn't exist",
515 indexError: "A file with this name doesn't exist",
551 indexError: "A file with this name doesn't exist",
645 indexError: "A file with this name doesn't exist",
926 if step.indexError != "" {
1379 indexError string
[all …]
H A Dcommit_files.go70 indexError git2go.IndexError
75 case errors.As(err, &indexError):
76 response = gitalypb.UserCommitFilesResponse{IndexError: indexError.Error()}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dcommit_files_test.go60 indexError string
78 indexError: "invalid path: '.git/hooks/pre-commit'",
184 indexError: "A file with this name already exists",
303 indexError: "A file with this name already exists",
437 indexError: "A file with this name doesn't exist",
515 indexError: "A file with this name doesn't exist",
551 indexError: "A file with this name doesn't exist",
645 indexError: "A file with this name doesn't exist",
927 if step.indexError != "" {
1447 indexError string
[all …]
H A Dcommit_files.go64 indexError git2go.IndexError
69 case errors.As(err, &indexError):
70 response = gitalypb.UserCommitFilesResponse{IndexError: indexError.Error()}
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dcommit_files_test.go60 indexError string
78 indexError: "invalid path: '.git/hooks/pre-commit'",
184 indexError: "A file with this name already exists",
303 indexError: "A file with this name already exists",
437 indexError: "A file with this name doesn't exist",
515 indexError: "A file with this name doesn't exist",
551 indexError: "A file with this name doesn't exist",
645 indexError: "A file with this name doesn't exist",
927 if step.indexError != "" {
1447 indexError string
[all …]
H A Dcommit_files.go64 indexError git2go.IndexError
69 case errors.As(err, &indexError):
70 response = gitalypb.UserCommitFilesResponse{IndexError: indexError.Error()}
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DIx.hs146 indexError :: Show a => (a,a) -> a -> String -> b
147 indexError rng i tp function
168 | otherwise = indexError b i "Char"
186 | otherwise = indexError b i "Int"
209 | otherwise = indexError b i "Integer"
220 | otherwise = indexError b i "Natural"
234 | otherwise = indexError b i "Bool"
250 | otherwise = indexError b i "Ordering"
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go45 containerID, indexError := daemon.idIndex.Get(prefixOrName)
46 if indexError != nil {
48 if indexError == truncindex.ErrNotExist {
52 return nil, indexError
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go50 containerID, indexError := daemon.idIndex.Get(prefixOrName)
51 if indexError != nil {
53 if indexError == truncindex.ErrNotExist {
56 return nil, systemError{indexError}
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go50 containerID, indexError := daemon.idIndex.Get(prefixOrName)
51 if indexError != nil {
53 if indexError == truncindex.ErrNotExist {
56 return nil, systemError{indexError}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go52 containerID, indexError := daemon.idIndex.Get(prefixOrName)
53 if indexError != nil {
55 if indexError == truncindex.ErrNotExist {
58 return nil, errdefs.System(indexError)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go52 containerID, indexError := daemon.idIndex.Get(prefixOrName)
53 if indexError != nil {
55 if indexError == truncindex.ErrNotExist {
58 return nil, errdefs.System(indexError)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/
H A Dcontainer.go52 containerID, indexError := daemon.idIndex.Get(prefixOrName)
53 if indexError != nil {
55 if indexError == truncindex.ErrNotExist {
58 return nil, errdefs.System(indexError)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/
H A Dcontainer.go54 containerID, indexError := daemon.idIndex.Get(prefixOrName)
55 if indexError != nil {
57 if indexError == truncindex.ErrNotExist {
60 return nil, errdefs.System(indexError)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go54 containerID, indexError := daemon.idIndex.Get(prefixOrName)
55 if indexError != nil {
57 if indexError == truncindex.ErrNotExist {
60 return nil, errdefs.System(indexError)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go54 containerID, indexError := daemon.idIndex.Get(prefixOrName)
55 if indexError != nil {
57 if indexError == truncindex.ErrNotExist {
60 return nil, errdefs.System(indexError)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go54 containerID, indexError := daemon.idIndex.Get(prefixOrName)
55 if indexError != nil {
57 if indexError == truncindex.ErrNotExist {
60 return nil, errdefs.System(indexError)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go54 containerID, indexError := daemon.idIndex.Get(prefixOrName)
55 if indexError != nil {
57 if indexError == truncindex.ErrNotExist {
60 return nil, errdefs.System(indexError)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go54 containerID, indexError := daemon.idIndex.Get(prefixOrName)
55 if indexError != nil {
57 if indexError == truncindex.ErrNotExist {
60 return nil, errdefs.System(indexError)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dpanic.go40 var indexError = error(errorString("index out of range")) var
58 throw(string(indexError.(errorString)))
60 panicCheckMalloc(indexError)
61 panic(indexError)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dpanic.go40 var indexError = error(errorString("index out of range")) var
58 throw(string(indexError.(errorString)))
60 panicCheckMalloc(indexError)
61 panic(indexError)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dpanic.go40 var indexError = error(errorString("index out of range")) var
58 throw(string(indexError.(errorString)))
60 panicCheckMalloc(indexError)
61 panic(indexError)

12