Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for alfa (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication_test.go

    			requestHeaders: http.Header{
    				"X-Remote-User":         {"Bob"},
    				"X-Remote-Group-1":      {"one-a", "one-b"},
    				"X-Remote-Group-2":      {"two-a", "two-b"},
    				"X-Remote-extra-1-key1": {"alfa", "bravo"},
    				"X-Remote-Extra-1-Key2": {"charlie", "delta"},
    				"X-Remote-Extra-1-":     {"india", "juliet"},
    				"X-Remote-extra-2-":     {"kilo", "lima"},
    				"X-Remote-extra-2-Key1": {"echo", "foxtrot"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  2. cmd/testdata/xl-meta-merge.zip

    }KA zoZŠ|e¼~m\}D îˆtÚ÷ cYr¾sqPwÐÚ² RoUJt‹8wÖGFgò3²L /ìAyÜ×Ùè¤}ZÚ DmziATÜE¾yZT÷ågK{ NevC2ö§ª›0²W# ZDitŠts¤G_ï¬Di K|}û~¾GHrMNsn4Ês#ÆÏÅ PVWu»E}ˆWyáÂ>p{Æu²EÊiBñ†iAIeq˺Nm²BæKªHiTIxÂŽ~g^qKzëTQ¨õÐñL}¼NfóªVq¦cVKt¯?†ZÖGEeòP¾ij¾rjs®øwKFºWW]ÜGi2ú ¼àuå†Knksp¸ALfã }|ò%Õ†xUpªqßNLñ~LeìÎqnd¾{^ñOjJˆúïÄiziyjeì {: _fïx`GLï}¡oñR^KkòGH GbPû^U`[eòBq4¨BPee}q„mÐ{JãB ²caòn}QòATIˆæ ²C 7ÖKrûTA¾reôgXKpÀ oXÜyQTGÖ¦ku ge՚ν –´ u²ps¸òox vqK{SQ xt¸ßX{rijSlM’ñZq ?kx› ¾Sm~HqJ }P K°Vûwo®²@jq<Zf{l_åV qSŠDmQccêïø¾xå WWXÐYFV pa~sô\...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  3. platforms/software/platform-base/src/test/groovy/org/gradle/model/internal/core/DomainObjectCollectionBackedModelMapTest.groovy

            when:
            modelMap.create("alma")
    
            then:
            1 * instantiator.create("alma", SomeType) >>  { new SomeType(name: "alma") }
            1 * backingCollection.add({ item -> item.name == "alma" })
            1 * backingCollection.iterator() >> { Collections.emptyIterator() }
            0 * _
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 00:10:35 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. testing/public-api-tests/src/integTest/groovy/org/gradle/api/PublicApiIntegrationTest.groovy

                    @TaskAction
                    void customAction() {
                        println("Hello from custom task")
                        println("- mapValues['alma'] = \${mapValues['alma']}")
                    }
                }
            """
    
            expect:
            succeeds(":compileGroovy")
        }
    
        def "can compile Kotlin code against public API"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 08:43:08 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/RuntimePluginValidationIntegrationTest.groovy

                        return Collections.singletonMap("alma", new Options());
                    }
    
                    @Nested
                    public Iterable<Map<String, Iterable<Options>>> getIterableMappedOptions() {
                        return Arrays.asList(Collections.singletonMap("alma", Arrays.asList(new Options())));
                    }
    
                    @Nested
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 14:30:05 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. docs/az/docs/index.md

    * **Qısa**: Kod təkrarlanmasını minimuma endirin. Hər bir parametr tərifində birdən çox xüsusiyyət ilə və daha az səhvlə qarşılaşacaqsınız.
    * **Güclü**: Avtomatik və interaktiv sənədlərlə birlikdə istifadəyə hazır kod əldə edə bilərsiniz.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  7. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/redirector/TestOutputRedirectorTest.groovy

            f.outputOwner = "5"
    
            when: f.onOutput("ala")
    
            then:
            1 * processor.output("5", { DefaultTestOutputEvent e ->
                e.destination == TestOutputEvent.Destination.StdErr
                e.message == "ala"
            })
            0 * _
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CachedPathSensitivityIntegrationTest.groovy

                task producer {
                    outputs.cacheIf { true }
                    outputs.file("build/outputs/producer.txt")
                    doLast {
                        file("build/outputs/producer.txt").text = "alma"
                    }
                }
    
                task consumer {
                    dependsOn producer
                    outputs.cacheIf { true }
                    inputs.file("build/outputs/producer.txt")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart2IntegrationTest.groovy

                        return Collections.singletonMap("alma", new Options());
                    }
    
                    @Nested
                    public Iterable<Map<String, Iterable<Options>>> getIterableMappedOptions() {
                        return Arrays.asList(Collections.singletonMap("alma", Arrays.asList(new Options())));
                    }
    
                    @Nested
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  10. docs/pt/docs/index.md

    ---
    
    FastAPI é um moderno e rápido (alta performance) _framework web_ para construção de APIs com Python, baseado nos _type hints_ padrões do Python.
    
    Os recursos chave são:
    
    * **Rápido**: alta performance, equivalente a **NodeJS** e **Go** (graças ao Starlette e Pydantic). [Um dos frameworks mais rápidos disponíveis](#performance).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top