Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,637 for cheese (0.1 sec)

  1. fess-crawler/src/test/resources/extractor/eml/sample4.eml

    traditionellen Bogenschießens und Technik sowie sicherheitsrelevante Themen. Das Bogenschießen wird in Kleingruppen
    durchgeführt.
    Workshop Nr. 3:
    Neben einer kleinen Einführung in die Geschichte und Chemie der Naturkosmetik steht Selbermachen auf dem Programm.
    Im Grundkurs erlernen Sie die Herstellung von einfachen Hautcremes. In Kleingruppen erarbeiten Sie selbständig ein
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Jan 07 09:15:11 UTC 2018
    - 681K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/language/tags.go

    	Ukrainian            Tag = Tag(compact.Ukrainian)
    	Urdu                 Tag = Tag(compact.Urdu)
    	Uzbek                Tag = Tag(compact.Uzbek)
    	Vietnamese           Tag = Tag(compact.Vietnamese)
    	Chinese              Tag = Tag(compact.Chinese)
    	SimplifiedChinese    Tag = Tag(compact.SimplifiedChinese)
    	TraditionalChinese   Tag = Tag(compact.TraditionalChinese)
    	Zulu                 Tag = Tag(compact.Zulu)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_pseudo_cache.txt

    [!git] skip
    
    env GO111MODULE=on
    env GOPROXY=direct
    env GOSUMDB=off
    
    # Regression test for golang.org/issue/27171: after resolving an older
    # pseudo-version of a commit, future resolution of that commit by hash should
    # choose the highest appropriate pseudo-version instead of the cached one.
    
    go mod download -json golang.org/x/text@v0.0.0-20171215141712-a1b916ed6726
    stdout '"Version": "v0.0.0-20171215141712-a1b916ed6726",'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/Rule.java

         *
         * @return the description. should not return null.
         */
        String getDescription();
    
        /**
         * Applies this rule for the given unknown domain object. The rule can choose to ignore this name, or add a domain
         * object with the given name.
         *
         * @param domainObjectName The name of the unknown domain object.
         */
        void apply(String domainObjectName);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 15 16:06:48 UTC 2017
    - 1.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/workerApi/md5NoIsolation/groovy/src/einstein.txt

    Intellectual growth should commence at birth and cease only at death....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 70 bytes
    - Viewed (0)
  6. cmd/speedtest.go

    			// if we have less drives than concurrency then choose
    			// only the concurrency to be number of drives to start
    			// with - since default '32' might be big and may not
    			// complete in total time of 10s.
    			if globalEndpoints.NEndpoints() < concurrency {
    				concurrency = globalEndpoints.NEndpoints()
    			}
    
    			// Check if we have local disks per pool less than
    			// the concurrency make sure we choose only the "start"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 09:45:10 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. src/net/http/cookiejar/punycode_test.go

    			"\u0645\u0648\u0634\u0639\u0631\u0628\u064A\u061F",
    		"egbpdaj6bu4bxfgehfvwxn",
    	},
    	{
    		// (B) Chinese (simplified).
    		"\u4ED6\u4EEC\u4E3A\u4EC0\u4E48\u4E0D\u8BF4\u4E2D\u6587",
    		"ihqwcrb4cv8a8dqg056pqjye",
    	},
    	{
    		// (C) Chinese (traditional).
    		"\u4ED6\u5011\u7232\u4EC0\u9EBD\u4E0D\u8AAA\u4E2D\u6587",
    		"ihqwctvzc91f659drss3x8bo0yb",
    	},
    	{
    		// (D) Czech.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 4.6K bytes
    - Viewed (0)
  8. src/go/types/lookup_test.go

    // BenchmarkLookupFieldOrMethod measures types.LookupFieldOrMethod performance.
    // LookupFieldOrMethod is a performance hotspot for both type-checking and
    // external API calls.
    func BenchmarkLookupFieldOrMethod(b *testing.B) {
    	// Choose an arbitrary, large package.
    	path := filepath.Join(runtime.GOROOT(), "src", "net", "http")
    
    	fset := token.NewFileSet()
    	files, err := pkgFiles(fset, path)
    	if err != nil {
    		b.Fatal(err)
    	}
    
    	conf := Config{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 13 15:31:43 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  9. plugin/pkg/admission/network/defaultingressclass/admission_test.go

    			classField:      nil,
    			classAnnotation: utilpointer.String("foo"),
    			expectedClass:   nil,
    			expectedError:   nil,
    		},
    		{
    			name:            "two defaults with the same creation time, choose the one with the lower name",
    			classes:         []*networkingv1.IngressClass{defaultClass1, defaultClass2, classWithFalseDefault, classWithNoDefault, classWithEmptyDefault},
    			classField:      nil,
    			classAnnotation: nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 04 13:12:32 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * 🌐 Update Chinese translation for `docs/zh/docs/tutorial/sql-databases.md`. PR [#11539](https://github.com/tiangolo/fastapi/pull/11539) by [@chaoless](https://github.com/chaoless).
    * 🌐 Add Chinese translation for `docs/zh/docs/how-to/configure-swagger-ui.md`. PR [#11501](https://github.com/tiangolo/fastapi/pull/11501) by [@Lucas-lyh](https://github.com/Lucas-lyh).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top