Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 109 for growing (0.27 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    //   implementation should be enough most of the time when writing
    //   death tests; though it lacks many features you can find in PCRE
    //   or POSIX extended regex syntax.  For example, we don't support
    //   union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and
    //   repetition count ("x{5,7}"), among others.
    //
    //   Below is the syntax that we do support.  We chose it to be a
    //   subset of both PCRE and POSIX extended regex, so it's easy to
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. pkg/proxy/endpointschangetracker.go

    	// non-0 endpoints. Existing conntrack entries caching the fact that these
    	// services are black holes must be deleted to ensure that traffic can immediately
    	// begin flowing to the new endpoints.
    	NewlyActiveUDPServices []ServicePortName
    
    	// List of the trigger times for all endpoints objects that changed. It's used to export the
    	// network programming latency.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  3. src/html/template/js_test.go

    		// A block followed by a statement starting with a RegExp is
    		// much more common:
    		//     while (x) {...} /foo/.test(x) || panic()
    		{jsCtxRegexp, "}"},
    		// But member, call, grouping, and array expression terminators
    		// precede div ops.
    		{jsCtxDivOp, ")"},
    		{jsCtxDivOp, "]"},
    		// At the start of a primary expression, array, or expression
    		// statement, expect a regexp.
    		{jsCtxRegexp, "("},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 02:20:11 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption.go

    // and "nonViolatingPods" based on whether their PDBs will be violated if they are
    // preempted.
    // This function is stable and does not change the order of received pods. So, if it
    // receives a sorted list, grouping will preserve the order of the input list.
    func filterPodsWithPDBViolation(podInfos []*framework.PodInfo, pdbs []*policy.PodDisruptionBudget) (violatingPodInfos, nonViolatingPodInfos []*framework.PodInfo) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 25 19:36:04 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. src/internal/bisect/bisect.go

    // [Matcher.MarkerOnly] to find out whether short report lines containing only the
    // marker are permitted for a given run. (Bisect permits such lines when it is
    // still exploring the space of possible changes and will not be showing the
    // output to the user.) If so, the client can choose to print only the marker:
    //
    //	func ShouldEnable(file string, line int) bool {
    //		if m == nil {
    //			return true
    //		}
    //		h := bisect.Hash(file, line)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  6. platforms/jvm/language-groovy/src/main/java/org/gradle/api/internal/tasks/compile/ApiGroovyCompiler.java

            // Disallow classes from Groovy Jar that reference external classes. Such classes must be loaded from astTransformClassLoader,
            // or a NoClassDefFoundError will occur. Essentially this is drawing a line between the Groovy compiler and the Groovy
            // library, albeit only for selected classes that run a high risk of being statically referenced from a transform.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  7. src/os/user/lookup_windows.go

    	// https://support.microsoft.com/en-us/help/243330/well-known-security-identifiers-in-windows-operating-systems
    	// SID: S-1-5-21domain-513
    	//
    	// The correct way to obtain the primary group of a domain user is
    	// probing the user primaryGroupID attribute in the server Active Directory:
    	// https://learn.microsoft.com/en-us/windows/win32/adschema/a-primarygroupid
    	//
    	// Note that the primary group of domain users should not be modified
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/tasks/testing/testng/TestNGOptions.java

        }
    
        @Internal
        public boolean getGroupByInstances() {
            return groupByInstances;
        }
    
        /**
         * Indicates whether the tests should be grouped by instances. Grouping by instances will result in resolving test method dependencies for each instance instead of running the dependees of all
         * instances before running the dependants.
         *
         * Not required.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  9. src/fmt/example_test.go

    // rather than its value. The examples are not exhaustive; see the package comment
    // for all the details.
    func Example_formats() {
    	// A basic set of examples showing that %v is the default format, in this
    	// case decimal for integers, which can be explicitly requested with %d;
    	// the output is just what Println generates.
    	integer := 23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 21:03:10 UTC 2019
    - 11.8K bytes
    - Viewed (0)
  10. docs/en/docs/deployment/https.md

        * The information about the **specific domain** requested goes in the **HTTP data**.
    * The **HTTPS certificates** "certify" a **certain domain**, but the protocol and encryption happen at the TCP level, **before knowing** which domain is being dealt with.
    * **By default**, that would mean that you can only have **one HTTPS certificate per IP address**.
        * No matter how big your server is or how small each application you have on it might be.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 16:31:18 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top