Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 119 for requestKind (0.25 sec)

  1. tensorflow/cc/training/coordinator.cc

      // TODO(yuefengz): deal with stragglers.
      {
        mutex_lock l(mu_);
        if (!should_stop_) {
          return Status(absl::StatusCode::kFailedPrecondition,
                        "Joining coordinator without requesting to stop.");
        }
      }
    
      {
        mutex_lock l(runners_lock_);
        for (const auto& t : runners_) {
          ReportStatus(t->Join());
        }
        runners_.clear();
      }
      return GetStatus();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 08:30:37 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. plugin/pkg/admission/certificates/signing/admission.go

    func NewPlugin() *Plugin {
    	return &Plugin{
    		Handler: admission.NewHandler(admission.Update),
    	}
    }
    
    var csrGroupResource = api.Resource("certificatesigningrequests")
    
    // Validate verifies that the requesting user has permission to sign
    // CertificateSigningRequests for the specified signerName.
    func (p *Plugin) Validate(ctx context.Context, a admission.Attributes, o admission.ObjectInterfaces) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 28 16:20:40 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  3. platforms/jvm/toolchains-jvm-shared/src/main/java/org/gradle/jvm/toolchain/internal/DefaultToolchainSpec.java

                // https://github.com/gradle/gradle/issues/23155
                // This should make the spec invalid when the enum gets removed
                DeprecationLogger.deprecateBehaviour("Requesting JVM vendor IBM_SEMERU.")
                    .willBeRemovedInGradle9()
                    .withUpgradeGuideSection(8, "ibm_semeru_should_not_be_used")
                    .nagUser();
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 18:07:00 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/ImplicitInputsProvidingService.java

     * we can ask the service by calling {@code isUpToDate(IN, OUT)} with
     * the URI as an input.
     *
     * It's up to the service implementation to determine:
     *
     * - the type of the input which allows requesting its up-to-date ness ({@link IN}
     * - the type of the output which allows checking if the result of calling the service is the same ({@link OUT}
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  5. internal/logger/message/audit/entry.go

    	entry.ReqQuery = reqQuery
    
    	reqHeader := make(map[string]string, len(r.Header))
    	for k, v := range r.Header {
    		reqHeader[k] = strings.Join(v, ",")
    	}
    	entry.ReqHeader = reqHeader
    
    	wh := w.Header()
    	entry.RequestID = wh.Get(xhttp.AmzRequestID)
    	respHeader := make(map[string]string, len(wh))
    	for k, v := range wh {
    		respHeader[k] = strings.Join(v, ",")
    	}
    	entry.RespHeader = respHeader
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/ProgressCrossVersionSpec.groovy

    import org.gradle.tooling.model.gradle.BuildInvocations
    
    class ProgressCrossVersionSpec extends ToolingApiSpecification implements WithOldConfigurationsSupport {
    
        def "receive progress events when requesting a model"() {
            given:
            goodCode()
    
            when: "asking for a model and specifying some task(s) to run first"
            def events = ProgressEvents.create()
            withConnection {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/integTest/groovy/org/gradle/integtests/tooling/ToolingApiUnsupportedVersionIntegrationTest.groovy

        def setup() {
            toolingApi.withConnector { connector -> connector.useDistribution(distroZip) }
            settingsFile.touch()
        }
    
        def "tooling api reports an error when requesting a model using a gradle version that does not implement the tooling api"() {
            when:
            toolingApi.withConnection { ProjectConnection connection -> connection.getModel(GradleProject.class) }
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. plugin/pkg/admission/certificates/approval/admission.go

    func NewPlugin() *Plugin {
    	return &Plugin{
    		Handler: admission.NewHandler(admission.Update),
    	}
    }
    
    var csrGroupResource = api.Resource("certificatesigningrequests")
    
    // Validate verifies that the requesting user has permission to approve
    // CertificateSigningRequests for the specified signerName.
    func (p *Plugin) Validate(ctx context.Context, a admission.Attributes, _ admission.ObjectInterfaces) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 3.2K bytes
    - Viewed (0)
  9. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/service/OpFiringRemoteBuildCacheServiceHandle.java

                    return BuildOperationDescriptor.displayName(description)
                        .details(new LoadOperationDetails(key))
                        .progressDisplayName("Requesting from remote build cache");
                }
            });
        }
    
        @Override
        protected void storeInner(final String description, final BuildCacheKey key, final StoreTarget storeTarget) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_prefer_compatible.txt

    # +incompatible version tagged for that commit, even if it is no longer listed.
    
    go list -m github.com/russross/blackfriday@cadec560ec52
    stdout '^github.com/russross/blackfriday v2\.0\.0\+incompatible$'
    
    # Similarly, requesting an untagged commit should continue to produce a +incompatible
    # pseudo-version.
    
    go list -m github.com/rsc/legacytest@7303f7796364
    stdout '^github.com/rsc/legacytest v2\.0\.1-0\.20180717164253-7303f7796364\+incompatible$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 17 18:25:37 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top