Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for rizzle (0.11 sec)

  1. src/net/http/cookiejar/jar_test.go

    	},
    	{
    		"PathTest",
    		"http://www.google.izzle",
    		[]string{"a=1; path=/wee"},
    		"a=1",
    		[]query{
    			{"http://www.google.izzle/wee", "a=1"},
    			{"http://www.google.izzle/wee/", "a=1"},
    			{"http://www.google.izzle/wee/war", "a=1"},
    			{"http://www.google.izzle/wee/war/more/more", "a=1"},
    			{"http://www.google.izzle/weehee", ""},
    			{"http://www.google.izzle/", ""},
    		},
    	},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  2. src/cmd/link/link_test.go

    waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes—gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another’s...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    .build.gradle
    [source.multi-language-sample,groovy]
    ----
    dependencies {
       api project('my-utils')
       implementation 'com.google.guava:guava:21.0'
    }
    ----
    ====
    
    This can significantly reduce the "ripple" of recompilations caused by a single change in
    large multi-project builds.
    
    == Improve the performance of older Gradle releases
    
    Some projects cannot easily upgrade to a current Gradle version. While you should
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    Creating and configuring a source set automatically sets up the compilation stage, but it does nothing with respect to running the integration tests. So the last piece of the puzzle is a custom test task that uses the information from the new source set to configure its runtime classpath and the test classes:
    
    .Defining a working integration test task
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top