Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for SplitV (0.17 sec)

  1. callbacks/preload.go

    		for _, join := range joins {
    			if _, ok := relationships.Relations[join]; ok && name == join {
    				joined = true
    				continue
    			}
    			joinNames := strings.SplitN(join, ".", 2)
    			if len(joinNames) == 2 {
    				if _, ok := relationships.Relations[joinNames[0]]; ok && name == joinNames[0] {
    					joined = true
    					nestedJoins = append(nestedJoins, joinNames[1])
    				}
    			}
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. pkg/security/security.go

    		filesString := strings.TrimPrefix(resource, "file-cert:")
    		split := strings.Split(filesString, ResourceSeparator)
    		if len(split) != 2 {
    			return SdsCertificateConfig{}, false
    		}
    		return SdsCertificateConfig{split[0], split[1], ""}, true
    	} else if strings.HasPrefix(resource, "file-root:") {
    		filesString := strings.TrimPrefix(resource, "file-root:")
    		split := strings.Split(filesString, ResourceSeparator)
    
    		if len(split) != 1 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  3. cmd/erasure-multipart.go

    			if b64, err := base64.RawURLEncoding.DecodeString(uploadIDDir); err == nil {
    				if split := strings.Split(string(b64), "x"); len(split) == 2 {
    					t, err := strconv.ParseInt(split[1], 10, 64)
    					if err == nil {
    						modTime = time.Unix(0, t)
    					}
    				}
    			}
    			// Fallback for older uploads without time in the ID.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/waypoints.go

    		if labelValue == "none" || labelValue == "~" || strings.HasSuffix(labelValue, "/none") {
    			return nil, true
    		}
    		namespacedName := strings.Split(labelValue, "/")
    		switch len(namespacedName) {
    		case 1:
    			return &krt.Named{
    				Name:      namespacedName[0],
    				Namespace: defaultNamespace,
    			}, false
    		case 2:
    			return &krt.Named{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:28 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. cmd/bucket-replication-utils.go

    	}
    	if len(s) == 0 {
    		return
    	}
    	for _, p := range strings.Split(s, ",") {
    		if p == "" {
    			continue
    		}
    		slc := strings.Split(p, "=")
    		if len(slc) != 2 {
    			return r, errInvalidReplicateDecisionFormat
    		}
    		tgtStr := strings.TrimSuffix(strings.TrimPrefix(slc[1], `"`), `"`)
    		tgt := strings.Split(tgtStr, ";")
    		if len(tgt) != 4 {
    			return r, errInvalidReplicateDecisionFormat
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/BUILD

            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Pass",
            "@llvm-project//mlir:Support",
        ],
        alwayslink = 1,
    )
    
    # TODO(b/177376459): split tac_module and passes dependency to separate libraries.
    cc_library(
        name = "target_aware_conversion",
        srcs = [
            "tac_module.cc",
            "transforms/compute_cost.cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  7. cmd/bucket-lifecycle.go

    // the empty value and an error indicating the parse failure.
    func parseRestoreObjStatus(restoreHdr string) (restoreObjStatus, error) {
    	tokens := strings.SplitN(restoreHdr, ",", 2)
    	progressTokens := strings.SplitN(tokens[0], "=", 2)
    	if len(progressTokens) != 2 {
    		return restoreObjStatus{}, errRestoreHDRMalformed
    	}
    	if strings.TrimSpace(progressTokens[0]) != "ongoing-request" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  8. testing/distributions-integ-tests/src/integTest/groovy/org/gradle/DistributionIntegrationSpec.groovy

                assert apiDeclaration.size() == 2
                assert apiDeclaration.getProperty("includes").contains(":org/gradle/api/**:")
                assert apiDeclaration.getProperty("excludes").split(":").size() == 1
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  9. callbacks/query.go

    					if ok {
    						isRelations = true
    						relations = append(relations, relation)
    					} else {
    						// handle nested join like "Manager.Company"
    						nestedJoinNames := strings.Split(join.Name, ".")
    						if len(nestedJoinNames) > 1 {
    							isNestedJoin := true
    							gussNestedRelations := make([]*schema.Relationship, 0, len(nestedJoinNames))
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 09:51:44 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  10. tests/integration/telemetry/api/dashboard_test.go

    		},
    		false,
    	},
    	{
    		"istio-services-grafana-dashboards",
    		"istio-workload-dashboard.json",
    		[]string{
    			"istio_tcp_",
    			// there is no non-mtls traffic generated so the test flakes for the split query on
    			// "Outgoing Requests By Destination And Response Code"
    			"spiffe.*",
    		},
    		false,
    	},
    	{
    		"istio-grafana-dashboards",
    		"istio-performance-dashboard.json",
    		[]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top