Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 118 for flavor (0.52 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    [[sec:scala_compiling_in_external_process]]
    == Compiling in external process
    
    Scala compilation takes place in an external process.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/Striped.java

     * striped.get(key1) != striped.get(key2)}; the elements might nevertheless be mapped to the same
     * lock. The lower the number of stripes, the higher the probability of this happening.
     *
     * <p>There are three flavors of this class: {@code Striped<Lock>}, {@code Striped<Semaphore>}, and
     * {@code Striped<ReadWriteLock>}. For each type, two implementations are offered: {@linkplain
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 10 20:55:18 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/typexpr.go

    	// TypeName and we also want a type (in which case we might detect
    	// a cycle which needs to be reported). Otherwise we can skip the
    	// call and avoid a possible cycle error in favor of the more
    	// informative "not a type/value" error that this function's caller
    	// will issue (see go.dev/issue/25790).
    	typ := obj.Type()
    	if typ == nil || gotType && wantType {
    		check.objDecl(obj, def)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1beta1/types.go

    }
    
    // IngressClassSpec provides information about the class of an Ingress.
    type IngressClassSpec struct {
    	// controller refers to the name of the controller that should handle this
    	// class. This allows for different "flavors" that are controlled by the
    	// same controller. For example, you may have different parameters for the
    	// same implementing controller. This should be specified as a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/reflect/annotations/impl/DefaultTypeAnnotationMetadataStore.java

                    if (generatedMethodDetector.test(metadataBuilder.getter)) {
                        continue;
                    }
                    // The 'is'-getter is ignored, we can skip it in favor of the 'get'-getter
                    if (ignoredMethodAnnotations.stream()
                        .anyMatch(metadataBuilder::hasAnnotation)) {
                        continue;
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:36 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  6. cmd/kubelet/app/options/options.go

    	fs.MarkDeprecated("experimental-mounter-path", "will be removed in 1.25 or later. in favor of using CSI.")
    	fs.StringVar(&f.CloudConfigFile, "cloud-config", f.CloudConfigFile, "The path to the cloud provider configuration file. Empty string for no configuration file.")
    	fs.MarkDeprecated("cloud-config", "will be removed in 1.25 or later, in favor of removing cloud provider code from Kubelet.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  7. src/internal/pkgbits/decoder.go

    	//
    	// (2) short file paths that are easier for humans to read (e.g., by
    	//     omitting redundant or irrelevant details, so it's easier to
    	//     focus on the useful bits that remain).
    	//
    	// The current formatting favors the former, as it seems more
    	// helpful in practice. But perhaps the formatting could be improved
    	// to better address both concerns. For example, use relative file
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 20:58:46 UTC 2022
    - 13.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/parse.go

    	// ~abc~ and ~~abc~~ as strikethrough syntax, producing
    	// <del>abc</del> in HTML.
    	Strikethrough bool
    
    	// TaskListItems determines whether the parser accepts
    	// “task list items” as defined in GitHub Flavored Markdown.
    	// When a list item begins with the plain text [ ] or [x]
    	// that turns into an unchecked or checked check box.
    	TaskListItems bool
    
    	// TODO
    	AutoLinkText       bool
    	AutoLinkAssumeHTTP bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    // number of volumes which match a filter that it requests, and those that are already present.
    //
    // DEPRECATED
    // All cloudprovider specific predicates defined here are deprecated in favour of CSI volume limit
    // predicate - MaxCSIVolumeCountPred.
    //
    // The predicate looks for both volumes used directly, as well as PVC volumes that are backed by relevant volume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGeneratorTest.groovy

            String getSomeValue() {
                "from abstract class"
            }
        }
    
        @NotYetImplemented
        def "favour managed public type abstract class methods over default implementation methods"() {
            def node = Stub(MutableModelNode)
            def state = Mock(ModelElementState) {
                getBackingNode() >> node
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 27.6K bytes
    - Viewed (0)
Back to top