Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 185 for logical (0.16 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    [[sub:sharing_copy_specs]]
    ==== 1. Sharing copy specs
    Consider a build with several tasks that copy a project's static website resources or add them to an archive.
    One task might copy the resources to a folder for a local HTTP server, and another might package them into a distribution.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  2. cmd/bucket-handlers.go

    // - Range over all the available buckets
    // - Check if a bucket has an entry in etcd backend
    // -- If no, make an entry
    // -- If yes, check if the entry matches local IP check if we
    //
    //	need to update the entry then proceed to update
    //
    // -- If yes, check if the IP of entry matches local IP.
    //
    //	This means entry is for this instance.
    //
    // -- If IP of the entry doesn't match, this means entry is
    //
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

                    )
                }
                KaCompoundAccess.IncOrDecOperation.Precedence.POSTFIX -> {
                    // For postfix case, the last argument is the operation call invoked on a synthetic local variable `<unary>`. This local
                    // variable is initialized by calling the `get` function.
                    val operationCall = lastArg as? FirFunctionCall ?: return null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    === Automatic build import vs. automatic reloading of script dependencies
    
    Both IntelliJ IDEA and Android Studio — which is derived from IntelliJ IDEA — will detect when you make changes to your build logic and offer two suggestions:
    
     1. Import the whole build again
    +
    image::intellij-build-import-popup.png[IntelliJ IDEA, width=300]
    +
    image::android-studio-build-sync-popup.png[IntelliJ IDEA]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      // result to the empty string if the respective attribute is not found.
      Status GetFunctionNameAttr(Node const* node, string* attr) const;
    
      // Copies edges local to a subgraph. Adds _Arg and _Retval nodes to
      // subgraphs for data edges that cross subgraph boundaries.
      Status CopySubgraphEdges(
          const absl::flat_hash_map<const Node*, Node*>& node_images,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.conversion.go

    	return autoConvert_kubeadm_EnvVar_To_v1beta4_EnvVar(in, out, s)
    }
    
    func autoConvert_v1beta4_Etcd_To_kubeadm_Etcd(in *Etcd, out *kubeadm.Etcd, s conversion.Scope) error {
    	out.Local = (*kubeadm.LocalEtcd)(unsafe.Pointer(in.Local))
    	out.External = (*kubeadm.ExternalEtcd)(unsafe.Pointer(in.External))
    	return nil
    }
    
    // Convert_v1beta4_Etcd_To_kubeadm_Etcd is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  7. cluster/gce/windows/k8s-node-setup.psm1

    kind: Config
    users:
    - name: kubelet
      user:
        client-certificate: KUBELET_CERT_PATH
        client-key: KUBELET_KEY_PATH
    clusters:
    - name: local
      cluster:
        server: https://APISERVER_ADDRESS
        certificate-authority: CA_FILE_PATH
    contexts:
    - context:
        cluster: local
        user: kubelet
      name: service-account-context
    current-context: service-account-context'.`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/prove.go

    			}
    
    			if branch != unknown {
    				addBranchRestrictions(ft, parent, branch)
    				// After we add the branch restriction, re-check the logic operations in the parent block,
    				// it may give us more info to omit some branches
    				if logic, ok := logicVars[parent]; ok {
    					for _, v := range logic {
    						// we only have OpAnd for now
    						ft.update(parent, v, v.Args[1], unsigned, lt|eq)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  9. pilot/pkg/security/authn/policy_applier_test.go

    											HttpUri: &core.HttpUri{
    												Uri: "http://jwt-token-issuer.mesh:7443/jwks",
    												HttpUpstreamType: &core.HttpUri_Cluster{
    													Cluster: "outbound|7443||jwt-token-issuer.mesh.svc.cluster.local",
    												},
    												Timeout: &durationpb.Duration{Seconds: 5},
    											},
    											CacheDuration: &durationpb.Duration{Seconds: 5 * 60},
    										},
    									},
    									Forward:           false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //     - address: 1.1.1.1
      //       port: 80
      //   network2:
      //     endpoints:
      //     - fromRegistry: reg1
      //     gateways:
      //     - registryServiceName: istio-ingressgateway.istio-system.svc.cluster.local
      //       port: 443
      //
      google.protobuf.Struct meshNetworks = 19;
    
      // Specifies the Configuration for Istio mesh across multiple clusters through Istio gateways.
      MultiClusterConfig multiCluster = 22;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top