Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for tenth (0.08 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_fuzz.go

    	fuzz "github.com/google/gofuzz"
    )
    
    // Fuzz satisfies fuzz.Interface.
    func (t *MicroTime) Fuzz(c fuzz.Continue) {
    	if t == nil {
    		return
    	}
    	// Allow for about 1000 years of randomness. Accurate to a tenth of
    	// micro second. Leave off nanoseconds because JSON doesn't
    	// represent them so they can't round-trip properly.
    	t.Time = time.Unix(c.Rand.Int63n(1000*365*24*60*60), 1000*c.Rand.Int63n(1000000))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  2. src/runtime/os_linux.go

    	//
    	// But to scale down to very small amounts of application work, to observe
    	// even CPU usage of "one tenth" of the requested period, set the initial
    	// timing delay in a different way: So that "one tenth" of a period of CPU
    	// spend shows up as a 10% chance of one sample (for an expected value of
    	// 0.1 samples), and so that "two and six tenths" periods of CPU spend show
    	// up as a 60% chance of 3 samples and a 40% chance of 2 samples (for an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/constants/constants.go

    	RemoveContainerRetry = 5
    
    	// MinimumAddressesInServiceSubnet defines minimum amount of nodes the Service subnet should allow.
    	// We need at least ten, because the DNS service is always at the tenth cluster clusterIP
    	MinimumAddressesInServiceSubnet = 10
    
    	// MaximumBitsForServiceSubnet defines maximum possible size of the service subnet in terms of bits.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    to yellow, orange, and red. Lastly, I made an Instrument XY in fashion of a Comb, whose Teeth being in number sixteen, were about an Inch and a half broad, and the Intervals of the Teeth about two Inches wide. Then by interposing successively the Teeth of this Instrument near the Lens, I intercepted Part of the Colours by the interposed Tooth, whilst the rest of them went on through the Interval of the Teeth to the Paper DE, and there painted a round Solar Image. But the Paper I had first placed...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/testdata/Isaac.Newton-Opticks.txt

    Lastly, I made an Instrument XY in fashion of a Comb, whose Teeth being
    in number sixteen, were about an Inch and a half broad, and the
    Intervals of the Teeth about two Inches wide. Then by interposing
    successively the Teeth of this Instrument near the Lens, I intercepted
    Part of the Colours by the interposed Tooth, whilst the rest of them
    went on through the Interval of the Teeth to the Paper DE, and there
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  6. docs/pt/docs/python-types.md

    Mas então você deve chamar "esse método que converte a primeira letra em maiúscula".
    
    Era `upper`? Era `uppercase`? `first_uppercase`? `capitalize`?
    
    Em seguida, tente com o velho amigo do programador, o preenchimento automático do editor.
    
    Você digita o primeiro parâmetro da função, `first_name`, depois um ponto (`.`) e, em seguida, pressiona `Ctrl + Space` para acionar a conclusão.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/cs/stopwords.txt

    takže
    svých
    její
    svými
    jste
    aj
    tu
    tedy
    teto
    bylo
    kde
    ke
    pravé
    ji
    nad
    nejsou
    či
    pod
    téma
    mezi
    přes
    ty
    pak
    vám
    ani
    když
    však
    neg
    jsem
    tento
    článku
    články
    aby
    jsme
    před
    pta
    jejich
    byl
    ještě
    až
    bez
    také
    pouze
    první
    vaše
    která
    nás
    nový
    tipy
    pokud
    může
    strana
    jeho
    své
    jiné
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 992 bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess/id/stopwords.txt

    disini
    disinilah
    sini
    sinilah
    sesuatu
    sesuatunya
    suatu
    sesudah
    sesudahnya
    sudah
    sudahkah
    sudahlah
    supaya
    tadi
    tadinya
    tak
    tanpa
    setelah
    telah
    tentang
    tentu
    tentulah
    tentunya
    tertentu
    seterusnya
    tapi
    tetapi
    setiap
    tiap
    setidaknya
    tidak
    tidakkah
    tidaklah
    toh
    waduh
    wah
    wahai
    sewaktu
    walau
    walaupun
    wong
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 2.8K bytes
    - Viewed (0)
  9. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperLoggingIntegrationTest.groovy

            then:
            failure.assertOutputContains("Could not unzip")
            failure.assertNotOutput("Could not set executable permissions")
        }
    
        def "wrapper prints progress which contains all tenths of percentages except zero"() {
            given:
            prepareWrapper()
    
            when:
            result = wrapperExecuter.run()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. docs/pt/docs/tutorial/first-steps.md

    Você também pode devolver modelos Pydantic (você verá mais sobre isso mais tarde).
    
    Existem muitos outros objetos e modelos que serão convertidos automaticamente para JSON (incluindo ORMs, etc). Tente usar seus favoritos, é altamente provável que já sejam compatíveis.
    
    ## Recapitulando
    
    * Importe `FastAPI`.
    * Crie uma instância do `app`.
    * Coloque o **decorador que define a operação** (como `@app.get("/")`).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top