Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 121 for sweet (0.2 sec)

  1. test-site/public/javascripts/suggestor.js

                init: function($element, setting) {
                    suggestingSts = false;
                    $boxElement = $("<div/>");
                    $boxElement.addClass("suggestorBox");
    
                    //style sheet
                    $boxElement.css("display","none");
                    $boxElement.css("position","absolute");
                    $boxElement.css("text-align","left");
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 14.6K bytes
    - Viewed (0)
  2. docs/tr/docs/python-types.md

    !!! info
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  3. src/runtime/proc_test.go

    	// Disable GC for this test (see issue #10958).
    	defer debug.SetGCPercent(debug.SetGCPercent(-1))
    	// SetGCPercent waits until the mark phase is over, but the runtime
    	// also preempts at the start of the sweep phase, so make sure that's
    	// done too. See #45867.
    	runtime.GC()
    	for try := 0; try < N; try++ {
    		done := make(chan bool)
    		x := uint32(0)
    		for p := 0; p < P; p++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  4. src/runtime/mgclimit.go

    	//
    	// gcBlackenEnabled isn't used directly so as to keep this structure
    	// unit-testable.
    	gcEnabled bool
    
    	// transitioning is true when the GC is in a STW and transitioning between
    	// the mark and sweep phases.
    	transitioning bool
    
    	// test indicates whether this instance of the struct was made for testing purposes.
    	test bool
    
    	bucket struct {
    		// Invariants:
    		// - fill >= 0
    		// - capacity >= 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 22:07:41 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. docs/bn/docs/python-types.md

    !!! Info
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Apr 03 15:34:37 UTC 2024
    - 36K bytes
    - Viewed (0)
  6. src/internal/trace/internal/oldtrace/parser.go

    	EvSTWDone           event.Type = 10 // GC mark termination done [timestamp]
    	EvGCSweepStart      event.Type = 11 // GC sweep start [timestamp, stack id]
    	EvGCSweepDone       event.Type = 12 // GC sweep done [timestamp, swept, reclaimed]
    	EvGoCreate          event.Type = 13 // goroutine creation [timestamp, new goroutine id, new stack id, stack id]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  7. src/runtime/lockrank.go

    	lockRankScavenge:        "scavenge",
    	lockRankForcegc:         "forcegc",
    	lockRankDefer:           "defer",
    	lockRankSweepWaiters:    "sweepWaiters",
    	lockRankAssistQueue:     "assistQueue",
    	lockRankSweep:           "sweep",
    	lockRankTestR:           "testR",
    	lockRankTestW:           "testW",
    	lockRankTimerSend:       "timerSend",
    	lockRankAllocmW:         "allocmW",
    	lockRankExecW:           "execW",
    	lockRankCpuprof:         "cpuprof",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:47:01 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  8. docs/pt/docs/help-fastapi.md

        * Ficar por dentro de novas ideias, artigos, e ferramentas criadas por mim.
        * Me siga para saber quando eu publicar algo novo.
    
    ## Tweete sobre **FastAPI**
    
    <a href="https://twitter.com/compose/tweet?text=I'm loving @fastapi because... https://github.com/tiangolo/fastapi" class="external-link" target="_blank">Tweete sobre o **FastAPI**</a> e compartilhe comigo e com os outros o porque de gostar do FastAPI. ๐ŸŽ‰
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. docs/ja/docs/help-fastapi.md

        * ใ‚ขใ‚คใƒ‡ใ‚ขใ‚„ไฝœๆˆใƒ„ใƒผใƒซใซใคใ„ใฆใฎ่จ˜ไบ‹ใŒ่ชญใ‚ใพใ™ใ€‚
        * ๆ–ฐ่ฆ่จ˜ไบ‹ใฎๅŸท็ญ†ใ‚’้€š็Ÿฅใ—ใฆใใ‚Œใพใ™ใ€‚
    
    ## **FastAPI** ใซ้–ขใ™ใ‚‹ใƒ„ใ‚คใƒผใƒˆ
    
    <a href="https://twitter.com/compose/tweet?text=I'm loving FastAPI because... https://github.com/tiangolo/fastapi cc @tiangolo" class="external-link" target="_blank">**FastAPI** ใซใคใ„ใฆใƒ„ใ‚คใƒผใƒˆ</a>ใ—ใ€้–‹็™บ่€…ใ‚„ไป–ใฎไบบใซใฉใ“ใŒๆฐ—ใซๅ…ฅใฃใŸใฎใ‹ๆ•™ใˆใฆใใ ใ•ใ„ใ€‚๐ŸŽ‰
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Oct 20 08:39:03 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    is-into-games.com
    is-leet.com
    is-lost.org
    is-not-certified.com
    is-saved.org
    is-slick.com
    is-uberleet.com
    is-very-bad.org
    is-very-evil.org
    is-very-good.org
    is-very-nice.org
    is-very-sweet.org
    is-with-theband.com
    isa-geek.com
    isa-geek.net
    isa-geek.org
    isa-hockeynut.com
    issmarterthanyou.com
    isteingeek.de
    istmein.de
    kicks-ass.net
    kicks-ass.org
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top