Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 771 for knight (0.22 sec)

  1. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-consistentResolution/tests/without-resolution-consistency.sample.conf

    executable: gradle
    args: dependencyInsight --configuration runtimeClasspath --dependency groovy
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 146 bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/util/ipvs_linux_test.go

    				Port:            54321,
    				ConnectionFlags: 0,
    				Weight:          1,
    				Address:         netutils.ParseIPSloppy("1.2.3.4"),
    			},
    			RealServer{
    				Address: netutils.ParseIPSloppy("1.2.3.4"),
    				Port:    54321,
    				Weight:  1,
    			},
    		},
    		{
    			libipvs.Destination{
    				Port:            53,
    				ConnectionFlags: 0,
    				Weight:          1,
    				Address:         netutils.ParseIPSloppy("2002::cafe"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 27 16:37:50 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-consistentResolution/tests/java-resolution-consistency.sample.conf

    executable: gradle
    args: -PjavaConvention dependencyInsight --configuration runtimeClasspath --dependency groovy
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 164 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantized_function_library_xla_weight_only.mlir

        } : (tensor<*xf32>, tensor<*xf32>) -> tensor<*xf32>
        func.return %3 : tensor<*xf32>
      }
    
      // TODO(b/269387785): Support asymmetric quantization for weight with weight-only scheme.
      parameters[
        {"quantized_ops": ["MatMul"], "internal_func_name": "internal_matmul_fn"},
        {"quantized_ops": ["Conv2D"], "internal_func_name": "internal_conv2d_fn"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 15:43:38 UTC 2023
    - 7K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/invalid.yaml

        namespace: istio-system
      hostnames: ["third.domain.example"]
      rules:
      - backendRefs:
        - name: nonexistent
          port: 80
          weight: 1
        - name: httpbin
          port: 80
          weight: 1
        - name: httpbin
          kind: GcsBucket
          weight: 1
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: invalid-mirror
      namespace: default
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/loadbalancer/loadbalancer.go

    		out[i].Priority = uint32(priority)
    		var weight uint32
    		for _, index := range priorityMap[priority] {
    			out[i].LbEndpoints = append(out[i].LbEndpoints, ep.LocalityLbEndpoints.LbEndpoints[index])
    			weight += ep.LocalityLbEndpoints.LbEndpoints[index].GetLoadBalancingWeight().GetValue()
    		}
    		// reset weight
    		out[i].LoadBalancingWeight = &wrappers.UInt32Value{
    			Value: weight,
    		}
    	}
    
    	return out
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/viewing_debugging_dependencies.adoc

    Click on a dependency and select the "Required By" tab to see the selection reason and origin of the dependency.
    
    image::dependency-management-dependency-insight-report-build-scan.png[]
    
    === Dependency Insights
    
    Gradle provides the built-in `dependencyInsight` task to render a  _dependency insight report_ from the command line.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/phases/reset/preflight.go

    func NewPreflightPhase() workflow.Phase {
    	return workflow.Phase{
    		Name:    "preflight",
    		Aliases: []string{"pre-flight"},
    		Short:   "Run reset pre-flight checks",
    		Long:    "Run pre-flight checks for kubeadm reset.",
    		Run:     runPreflight,
    		InheritFlags: []string{
    			options.IgnorePreflightErrors,
    			options.ForceReset,
    			options.DryRun,
    		},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 11 08:02:50 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                    <h4><la:message key="labels.general_menu_system"/></h4>
                                    <div class="form-group row">
                                        <span class="font-weight-bold col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.web_api_json_enabled"/></span>
                                        <div class="form-inline col-sm-9">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 39.4K bytes
    - Viewed (0)
  10. tests/testdata/config/rule-weighted-route.yaml

    spec:
      hosts:
        - c-weighted.extsvc.com
      http:
        - route:
          - destination:
              host: c-weighted.extsvc.com
              subset: v1
            weight: 75
          - destination:
              host: c-weighted.extsvc.com
              subset: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.1K bytes
    - Viewed (0)
Back to top