Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for recognizers (0.32 sec)

  1. src/runtime/mbitmap.go

    // the element type of the array. Single objects are considered the same as
    // single-element arrays.
    // The tiling algorithm may scan data past the end of the compiler-recognized
    // object, but any unused data within the allocation slot (i.e. within s.elemsize)
    // is zeroed, so the GC just observes nil pointers.
    // Note that this "tiled" bitmap isn't stored anywhere; it is generated on-the-fly.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    		proxier.natRules.Write(externalTrafficOnlyArgs, "-j", "ACCEPT")
    		dstLocalOnlyArgs := append(args, "-m", "addrtype", "--dst-type", "LOCAL")
    		// Allow traffic bound for external IPs that happen to be recognized as local IPs to stay local.
    		// This covers cases like GCE load-balancers which get added to the local routing table.
    		proxier.natRules.Write(dstLocalOnlyArgs, "-j", "ACCEPT")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. src/cmd/internal/testdir/testdir_test.go

    // white space characters while taking into account quotes and escaping, and
    // returns an array of substrings of s or an empty list if s contains only white space.
    // Single quotes and double quotes are recognized to prevent splitting within the
    // quoted region, and are removed from the resulting substrings. If a quote in s
    // isn't closed err will be set and r will have the unclosed argument as the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	//
    	// Clients should expect to handle additional values by ignoring
    	// any values not recognized.
    	//
    	// "Deny" and "Warn" may not be used together since this combination
    	// needlessly duplicates the validation failure both in the
    	// API response body and the HTTP warning headers.
    	//
    	// Required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    }
    
    // Initializes Google Test.  This must be called before calling
    // RUN_ALL_TESTS().  In particular, it parses a command line for the
    // flags that Google Test recognizes.  Whenever a Google Test flag is
    // seen, it is removed from argv, and *argc is decremented.
    //
    // No value is returned.  Instead, the Google Test flag variables are
    // updated.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    }
    
    // Initializes Google Test.  This must be called before calling
    // RUN_ALL_TESTS().  In particular, it parses a command line for the
    // flags that Google Test recognizes.  Whenever a Google Test flag is
    // seen, it is removed from argv, and *argc is decremented.
    //
    // No value is returned.  Instead, the Google Test flag variables are
    // updated.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	//
    	// Clients should expect to handle additional values by ignoring
    	// any values not recognized.
    	//
    	// "Deny" and "Warn" may not be used together since this combination
    	// needlessly duplicates the validation failure both in the
    	// API response body and the HTTP warning headers.
    	//
    	// Required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    run and the current Gradle run as described in <<java_plugin.adoc#sec:java_compile_avoidance,Java compile avoidance>>.
    
    Normalization applies to all zip files on the classpath (e.g. jars, wars, aars, apks, etc).  This allows Gradle to recognize when two zip files are functionally the same, even though the zip files themselves might be slightly different due to metadata (such as timestamps or file order).  Normalization applies not only to zip files directly on the classpath, but also to...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Gradle 7.1 addresses the situation and marks the package as public.
    The classes that were unintentionally exposed are either deprecated or removed, depending on their external usage.
    
    ===== The following classes are now officially recognized as public API:
    - `GradleVersion`
    - `Path`
    - `Configurable`
    
    ===== The following classes have known usages in external plugins and are now deprecated and set for removal in Gradle 8.0:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/lib.go

    	// default to linking externally unless overridden by the
    	// user. See issues #58619, #58620, and #58848.
    	preferlinkext []string
    
    	// unknownObjFormat is set to true if we see an object whose
    	// format we don't recognize.
    	unknownObjFormat = false
    
    	theline string
    )
    
    func Lflag(ctxt *Link, arg string) {
    	ctxt.Libdir = append(ctxt.Libdir, arg)
    }
    
    /*
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top