Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for rizzle (0.33 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. pkg/registry/flowcontrol/rest/storage_flowcontrol.go

    		// indication to us to exit the goroutine immediately.
    		// Note that we are calling cancel more than once when we are here,
    		// CancelFunc is idempotent and we expect no ripple effects here.
    		case <-ctx.Done():
    		}
    	}()
    	return ctx, cancel
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  3. 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)
  4. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    re:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (2)
  5. 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)
Back to top