Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 188 for recognizers (1.08 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/properties/annotations/DefaultTypeMetadataStoreTest.groovy

        // need to declare their @Classpath properties as @InputFiles as well
        @Issue("https://github.com/gradle/gradle/issues/913")
        def "@#annotation.simpleName is recognized as normalization no matter how it's defined"() {
            when:
            def typeMetadata = metadataStore.getTypeMetadata(sampleType)
    
            then:
            def properties = typeMetadata.propertiesMetadata
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. src/runtime/panic.go

    		return false
    	}
    	// If we don't recognize the PC as code, but we do recognize
    	// the link register as code, then this assumes the panic was
    	// caused by a call to non-code. In this case, we want to
    	// ignore this call to make unwinding show the context.
    	//
    	// If we running C code, we're not going to recognize pc as a
    	// Go function, so just assume it's good. Otherwise, traceback
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  3. samples/security/spire/spire-quickstart.yaml

              API
            properties:
              apiVersion:
                description: 'APIVersion defines the versioned schema of this representation
                  of an object. Servers should convert recognized schemas to the latest
                  internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
                type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/resource_operation_safety_analysis.cc

    #include "tensorflow/core/lib/hash/hash.h"
    
    namespace tensorflow {
    namespace {
    // Maps `n` to the XlaResourceOpKind corresponding to its operation.  If `n` is
    // not a resource operation recognized by XLA then sets `out_resource_op_kind`
    // to nullopt.
    Status XlaResourceOpKindForNode(
        const Node& n, const FunctionLibraryDefinition* flib_def,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/imports/build.go

    	return eval(x, tags, prefer)
    }
    
    // MatchFile returns false if the name contains a $GOOS or $GOARCH
    // suffix which does not match the current system.
    // The recognized name formats are:
    //
    //	name_$(GOOS).*
    //	name_$(GOARCH).*
    //	name_$(GOOS)_$(GOARCH).*
    //	name_$(GOOS)_test.*
    //	name_$(GOARCH)_test.*
    //	name_$(GOOS)_$(GOARCH)_test.*
    //
    // Exceptions:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/html.go

    		goto Next
    	}
    	{
    		c := buf[0]
    		var ok bool
    		for _, name := range htmlTags {
    			if name[0] == c && len(name) == len(buf) && name == string(buf) {
    				if sep == '\t' {
    					// Goldmark recognizes space here but not tab.
    					// testdata/extra.txt 143.md
    					p.corner = true
    				}
    				ok = true
    				break
    			}
    		}
    		if !ok {
    			goto Next
    		}
    	}
    
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__authentication.k8s.io__v1beta1_openapi.json

            "properties": {
              "apiVersion": {
                "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/google/pprof/internal/driver/cli.go

    			usage(true) +
    			usageMsgSrc +
    			flag.ExtraUsage() +
    			usageMsgVars)
    	})
    	if len(args) == 0 {
    		return nil, nil, errors.New("no profile source specified")
    	}
    
    	var execName string
    	// Recognize first argument as an executable or buildid override.
    	if len(args) > 1 {
    		arg0 := args[0]
    		if file, err := o.Obj.Open(arg0, 0, ^uint64(0), 0, ""); err == nil {
    			file.Close()
    			execName = arg0
    			args = args[1:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. guava/src/com/google/common/base/Strings.java

       * Preconditions} class use this formatter, for both of the reasons just discussed.
       *
       * <p><b>Warning:</b> Only the exact two-character placeholder sequence {@code "%s"} is
       * recognized.
       *
       * @param template a string containing zero or more {@code "%s"} placeholder sequences. {@code
       *     null} is treated as the four-character string {@code "null"}.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Sep 17 20:47:03 UTC 2021
    - 12.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__authentication.k8s.io__v1alpha1_openapi.json

            "properties": {
              "apiVersion": {
                "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
Back to top