- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for check (0.02 sec)
-
CONTRIBUTING.md
`git push --force origin test-branch` ### Fixing sanity check failures after public API changes If your PR includes any changes to the Gradle Public API, it will cause the binary compatibility check to fail. The binary compatibility check runs as a part of the broader sanity check. The latter runs on every PR and is a prerequisite for merging.
Registered: 2024-11-06 11:36 - Last Modified: 2024-11-05 15:15 - 15.6K bytes - Viewed (0) -
common/scripts/setup_env.sh
# The original version of this file is located in the https://github.com/istio/common-files repo. # If you're looking at this file in a different repo and want to make a change, please go to the # common-files repo, make the change there and check it in. Then come back to this repo and run # "make update-common". # Copyright Istio Authors # # Licensed under the Apache License, Version 2.0 (the "License");
Registered: 2024-11-06 22:53 - Last Modified: 2024-11-06 04:52 - 8.3K bytes - Viewed (0) -
tensorflow/c/BUILD
"//tensorflow/compiler/tf2xla:xla_compiler", ], "//conditions:default": [], }) + if_tensorrt([ "//tensorflow/compiler/tf2tensorrt:trt_convert_api", ]), ) # Check that c_api_no_xla does not depend on xla. check_deps( name = "c_api_no_xla_check_deps", disallowed_deps = ["//tensorflow/compiler/jit:xla_kernel_creator"], deps = [":c_api_no_xla"], )
Registered: 2024-11-05 12:39 - Last Modified: 2024-11-02 06:47 - 30.4K bytes - Viewed (0) -
go.sum
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
Registered: 2024-11-06 22:53 - Last Modified: 2024-11-06 06:23 - 62.2K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
return response.isExists(); } catch (final Exception e) { throw new OpenSearchAccessException("Failed to check if " + sessionId + ":" + url + " exists.", e); } } public int getCount(final Consumer<SearchRequestBuilder> callback) { final TotalHits totalHits = getClient().get(c -> {
Registered: 2024-11-10 03:50 - Last Modified: 2024-11-07 04:44 - 23.6K bytes - Viewed (0)