Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 159 for Verifying (0.38 sec)

  1. Makefile

    	@(env bash $(PWD)/docs/site-replication/run-ssec-object-replication-with-compression.sh)
    
    verify: install-race ## verify minio various setups
    	@echo "Verifying build with race"
    	@(env bash $(PWD)/buildscripts/verify-build.sh)
    
    verify-healing: install-race ## verify healing and replacing disks with minio binary
    	@echo "Verify healing build with race"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:41:02 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/security/first-steps.md

    You can try it already in the interactive docs:
    
    <img src="/img/tutorial/security/image03.png">
    
    We are not verifying the validity of the token yet, but that's a start already.
    
    ## Recap
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:48:20 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/upgrade/apply.go

    	// Start with the basics, verify that the cluster is healthy and get the configuration from the cluster (using the ConfigMap)
    	klog.V(1).Infoln("[upgrade/apply] verifying health of cluster")
    	klog.V(1).Infoln("[upgrade/apply] retrieving configuration from cluster")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. cmd/peer-rest-client.go

    // permanently. The only way to restore the connection is at the xl-sets layer by xlsets.monitorAndConnectEndpoints()
    // after verifying format.json
    func (client *peerRESTClient) call(method string, values url.Values, body io.Reader, length int64) (respBody io.ReadCloser, err error) {
    	return client.callWithContext(GlobalContext, method, values, body, length)
    }
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/embedding_pipelining.mlir

      }
      func.func private @while_cond(%arg0: tensor<i32>) -> tensor<i1> {
        %0 = "tf.Less"(%arg0, %arg0) : (tensor<i32>, tensor<i32>) -> tensor<i1>
        return %0 : tensor<i1>
      }
    }
    
    // -----
    // A test verifying too many TPUReplicateMetadataOp ops. Same logic tests too many TPUCompilationResultOp ops.
    module {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/mod/sumdb/note/note.go

    //
    // A Go module database server signs texts using public key cryptography.
    // A given server may have multiple public keys, each
    // identified by a 32-bit hash of the public key.
    //
    // # Verifying Notes
    //
    // A [Verifier] allows verification of signatures by one server public key.
    // It can report the name of the server and the uint32 hash of the key,
    // and it can verify a purported signature by that key.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  7. pilot/pkg/features/pilot.go

    			"This flag is added for backwards compatibility only and will be removed in future releases").Get()
    
    	JwksResolverInsecureSkipVerify = env.Register("JWKS_RESOLVER_INSECURE_SKIP_VERIFY", false,
    		"If enabled, istiod will skip verifying the certificate of the JWKS server.").Get()
    
    	EnableSelectorBasedK8sGatewayPolicy = env.Register("ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY", true,
    		"If disabled, Gateway API gateways will ignore workloadSelector policies, only"+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/upgrade/plan.go

    	// Start with the basics, verify that the cluster is healthy, build a client and a versionGetter. Never dry-run when planning.
    	klog.V(1).Infoln("[upgrade/plan] verifying health of cluster")
    	klog.V(1).Infoln("[upgrade/plan] retrieving configuration from cluster")
    	client, versionGetter, initCfg, upgradeCfg, err := enforceRequirements(flagSet, flags.applyPlanFlags, args, false, false, printer)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/calloptions.go

    	CaCert string
    	// If non-empty, make the request with the corresponding cert and key file.
    	CertFile string
    	KeyFile  string
    	// If non-empty, verify the server CA with the ca cert file.
    	CaCertFile string
    	// Skip verifying peer's certificate.
    	InsecureSkipVerify bool
    }
    
    // Retry settings
    type Retry struct {
    	// NoRetry if true, no retry will be attempted.
    	NoRetry bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/device_executable_persistor.h

        const XlaSerializedCacheKey& key, const xla::HloModuleProto& hlo_module,
        const XlaSerializedCacheEntry& entry) const {
      XLA_SCOPED_LOGGING_TIMER(absl::StrCat("Verifying loaded cache entry: ",
                                            hlo_module.entry_computation_name()));
    
      if (!AreSerializedProtosEqual(key, entry.key())) {
        VLOG(2) << "Serialized cache key does not match:\n"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top