Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 590 for cheese (0.12 sec)

  1. platforms/documentation/docs/src/snippets/workerApi/md5ClassloaderIsolation/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)
  2. platforms/documentation/docs/src/snippets/workerApi/md5CustomTask/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)
  3. src/cmd/compile/internal/types2/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")
    
    	files, err := pkgFiles(path)
    	if err != nil {
    		b.Fatal(err)
    	}
    
    	conf := Config{
    		Importer: defaultImporter(),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 13 15:31:35 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  4. platforms/core-runtime/files/src/main/java/org/gradle/internal/file/Chmod.java

    package org.gradle.internal.file;
    
    import java.io.File;
    
    public interface Chmod {
        /**
         * Changes the Unix permissions of a provided file. Implementations that don't
         * support Unix permissions may choose to ignore this request.
         *
         * @param file the file to change permissions on
         * @param mode the permissions, e.g. 0755
         * @throws FileException if the permissions can't be changed for some reason.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:55:52 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/AmbiguousGraphVariantsFailureDescriber.java

                formatter.node("Cannot choose between the available variants of ");
            } else {
                String node = "The consumer was configured to find " + describer.describeAttributeSet(failure.getRequestedAttributes().asMap());
                if (listAvailableVariants) {
                    node = node + ". However we cannot choose between the following variants of ";
                } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. tests/integration/security/fuzz/fuzzers/jwt_tool/jwtconf.ini

    jwks =
    
    [services]
    jwt_tool_version = 2.2.3
    # To disable the proxy option set this value to: False (no quotes)
    proxy = False
    # Set this to the URL you are hosting your custom JWKS file - your own server, or maybe use this cheeky reflective URL (https://httpbin.org/base64/{base64-encoded_JWKS_here})
    jwksloc =
    # Set this to the base URL of a Collaborator server, somewhere you can read live logs, a Request Bin etc.
    httplistener =
    
    [customising]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 21 20:06:01 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top