Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 159 for Verifying (0.39 sec)

  1. pkg/kubelet/cm/cpumanager/state/testing/util.go

    	return []byte(mc.Content), nil
    }
    
    // UnmarshalCheckpoint fakes unmarshaling
    func (mc *MockCheckpoint) UnmarshalCheckpoint(blob []byte) error {
    	return nil
    }
    
    // VerifyChecksum fakes verifying checksum
    func (mc *MockCheckpoint) VerifyChecksum() error {
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 15 16:34:53 UTC 2018
    - 1.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/authentication/authenticatorfactory/requestheader.go

    	// the user.Info.Extra.  All values of all matching headers will be added.
    	ExtraHeaderPrefixes headerrequest.StringSliceProvider
    	// CAContentProvider the options for verifying incoming connections using mTLS.  Generally this points to CA bundle file which is used verify the identity of the front proxy.
    	//	It may produce different options at will.
    	CAContentProvider dynamiccertificates.CAContentProvider
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 12 18:29:15 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/readonly_references_to_resources.cc

    //  - Promoting VarHandle ops to function input/outputs.
    //  - Freezing global tensor pass.
    //
    // This path assumes that all the VariableV2 ops is read-only via verifying the
    // heuristic method that assumes that all the users of them is Identity op,
    // fed directly.
    class ConvertReadonlyReferenceVariablesToResourceVariablesPass
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/verification/exceptions/ComponentVerificationException.java

            final TreeFormatter treeFormatter = new TreeFormatter();
            // Add our header first
            treeFormatter.node(
                String.format(
                    "An error happened while verifying '%s:%s:%s':",
                    component.getGroup(), component.getModule(), component.getVersion()
                )
            );
    
            if (this.causeErrorFormatter != null) {
                treeFormatter.startChildren();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 13 15:00:54 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/work_sum_mismatch.txt

    # Test mismatched sums in go.sum files
    
    ! go run ./a
    cmpenv stderr want-error
    
    -- want-error --
    verifying rsc.io/sampler@v1.3.0/go.mod: checksum mismatch
    	downloaded: h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
    	$WORK${/}gopath${/}src${/}a${/}go.sum:     h1:U1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
    
    SECURITY ERROR
    This download does NOT match an earlier download recorded in go.sum.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 19 14:42:39 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. docs/bucket/replication/setup_3site_replication.sh

    ./mc cp --enc-s3 "sitea/" --quiet /etc/hosts sitea/bucket
    sleep 1
    
    echo "Copying data to source sitea/olockbucket"
    ./mc cp --quiet /etc/hosts sitea/olockbucket
    sleep 1
    
    echo "Verifying the metadata difference between source and target"
    if diff -pruN <(./mc stat --json sitea/bucket/hosts | jq .) <(./mc stat --json siteb/bucket/hosts | jq .) | grep -q 'COMPLETED\|REPLICA'; then
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. cluster/gce/windows/smoke-test.sh

    # nodes. Performs checks such as:
    #   1) Verifying that all Windows nodes have status Ready.
    #   2) Verifying that no system pods are attempting to run on Windows nodes.
    #   3) Verifying pairwise connectivity between most of the following: Linux
    #      pods, Windows pods, K8s services, and the Internet.
    #   4) Verifying that basic DNS resolution works in Windows pods.
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/gotoolchain_net.txt

    # GOTOOLCHAIN with GOSUMB=off should fail, because it cannot access even the cached sumdb info
    # without the sumdb name.
    env GOSUMDB=off
    ! go version
    stderr '^go: golang.org/toolchain@v0.0.1-go1.999testmod.[a-z0-9\-]*: verifying module: checksum database disabled by GOSUMDB=off$'
    
    # GOTOOLCHAIN with GOSUMDB enabled but at a bad URL should fail if cache is incomplete
    env GOSUMDB=$oldsumdb' http://badurl'
    rm $GOPATH/pkg/mod/cache/download/sumdb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 17:16:47 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/tasks/JacocoCoverageVerification.java

    import org.gradle.internal.reflect.Instantiator;
    import org.gradle.testing.jacoco.tasks.rules.JacocoViolationRulesContainer;
    
    import java.io.File;
    import java.io.IOException;
    
    /**
     * Task for verifying code coverage metrics. Fails the task if violations are detected based on specified rules.
     * <p>
     * Requires JaCoCo version &gt;= 0.6.3.
     *
     * @since 3.4
     */
    @CacheableTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 23:19:29 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testcarchive/testdata/main5.c

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test for verifying that the Go runtime properly forwards
    // signals when non-Go signals are raised.
    
    #include <stdio.h>
    #include <stdlib.h>
    #include <unistd.h>
    #include <sys/types.h>
    #include <sys/time.h>
    #include <sys/select.h>
    
    #include "libgo2.h"
    
    int *nilp;
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top