Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 82 for resolveDfs (0.18 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/typechecking.go

    				FieldRef: fieldRef.Index(i).Child("messageExpression").String(),
    				Warning:  results.String(),
    			})
    		}
    	}
    
    	return warnings
    }
    
    // CreateContext resolves all types and their schemas from a policy definition and creates the context.
    func (c *TypeChecker) CreateContext(policy *v1.ValidatingAdmissionPolicy) *TypeCheckingContext {
    	ctx := new(TypeCheckingContext)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/ConfigurationOnDemandIntegrationTest.groovy

                configurations { conf }
                dependencies { conf project(path: ":b", configuration: "conf") }
                task resolveConf {
                    doLast {
                        //resolves at execution time, forcing 'b' to get configured
                        configurations.conf.files
                    }
                }
            """
    
            file('b/build.gradle') << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. pilot/pkg/networking/grpcgen/grpcgen_test.go

    	"google.golang.org/grpc/metadata"
    	"google.golang.org/grpc/resolver"
    	"google.golang.org/grpc/serviceconfig"
    	"google.golang.org/grpc/status"
    	xdsgrpc "google.golang.org/grpc/xds" // To install the xds resolvers and balancers.
    	"google.golang.org/protobuf/proto"
    
    	networking "istio.io/api/networking/v1alpha3"
    	security "istio.io/api/security/v1beta1"
    	"istio.io/istio/pilot/pkg/features"
    	"istio.io/istio/pilot/pkg/model"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:04:02 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. src/net/lookup_windows.go

    		ptrs = append(ptrs, absDomainName(windows.UTF16PtrToString(v.Host)))
    	}
    	return ptrs, nil
    }
    
    const dnsSectionMask = 0x0003
    
    // returns only results applicable to name and resolves CNAME entries.
    func validRecs(r *syscall.DNSRecord, dnstype uint16, name string) []*syscall.DNSRecord {
    	cname := syscall.StringToUTF16Ptr(name)
    	if dnstype != syscall.DNS_TYPE_CNAME {
    		cname = resolveCNAME(cname, r)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modfetch/codehost/codehost.go

    	TagSum    string `json:",omitempty"`
    
    	// If Ref is non-empty, then the resolution of this module version
    	// depends on Ref resolving to the revision identified by Hash.
    	// If Ref still resolves to Hash, the Origin is still valid (at least as far as Ref is concerned).
    	// For Git, the Ref is a full ref like "refs/heads/main" or "refs/tags/v1.2.3",
    	// and the Hash is the Git object hash the ref maps to.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/flags.cc

               "things very likely to be improved; 2 = on for everything; "
               "(experimental) fusible = only for Tensorflow operations that XLA "
               "knows how to fuse.  "
               "If set to single-gpu(<N>) then this resolves to <N> for single-GPU "
               "graphs (graphs that have at least one node placed on a GPU and no "
               "more than one GPU is in use through the entire graph) and 0 "
               "otherwise.  Experimental."),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/platforms/PlatformResolveIntegrationTest.groovy

                            'org.gradle.usage': 'java-api'])
                        noArtifacts()
                    }
                }
            }
        }
    
        @Issue("gradle/gradle#11091")
        def "resolves to runtime platform variant of a platform with gradle metadata if no attributes are requested"() {
            def platform = mavenHttpRepo.module("org", "platform", "1.0").asGradlePlatform().publish()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  8. hack/update-vendor.sh

    
    # Phase 3: capture required (minimum) versions from all modules, and replaced (pinned) versions from the root module
    
    # pin referenced versions
    ensure_require_replace_directives_for_all_dependencies
    # resolves/expands references in the root go.mod (if needed)
    go mod tidy
    # pin expanded versions
    ensure_require_replace_directives_for_all_dependencies
    # group require/replace directives
    group_directives
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:08 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/riscv64.s

    	JMP	2(PC)					// 6f008000
    	JMP	(X5)					// 67800200
    	JMP	4(X5)					// 67804200
    
    	// CALL and JMP to symbol are encoded as JAL (using LR or ZERO
    	// respectively), with a R_RISCV_JAL relocation. The linker resolves
    	// the real address and updates the immediate, using a trampoline in
    	// the case where the address is not directly reachable.
    	CALL	asmtest(SB)				// ef000000
    	JMP	asmtest(SB)				// 6f000000
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  10. src/net/tcpsock.go

    //
    // The network must be a TCP network name.
    //
    // If the host in the address parameter is not a literal IP address or
    // the port is not a literal port number, ResolveTCPAddr resolves the
    // address to an address of TCP end point.
    // Otherwise, it parses the address as a pair of literal IP address
    // and port number.
    // The address parameter can use a host name, but this is not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 03:10:07 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top