Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,230 for _default_ (0.13 sec)

  1. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/AlreadyOnClasspathPluginUseIntegrationTest.groovy

            operations.hasOperation("Apply plugin my-plugin to root project 'root'")
            operations.hasOperation("Apply plugin my-plugin to project ':a'")
        }
    
        // This is legal because settings only defines a _default_ version, and does not actually contribute to the classpath.
        def "can request plugin version of plugin already requested on settings if the version differs"() {
            given:
            withBinaryPluginPublishedLocally()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    ==== Changing default excludes during the execution phase
    
    Gradle's file trees apply some default exclude patterns for convenience — the same defaults as Ant in fact.
    See the <<working_with_files.adoc#sec:file_trees,user manual>> for more information.
    Sometimes, Ant's default excludes prove problematic, for example when you want to include the `.gitignore` in an archive file.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  3. pkg/apis/core/v1/defaults.go

    				obj.Default[key] = value.DeepCopy()
    			}
    		}
    		// If a default limit is specified, but the default request is not, default request to limit
    		for key, value := range obj.Default {
    			if _, exists := obj.DefaultRequest[key]; !exists {
    				obj.DefaultRequest[key] = value.DeepCopy()
    			}
    		}
    		// If a default request is not specified, but the min is provided, default request to the min
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 22:24:15 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

    						Queues:           128,
    						HandSize:         6,
    						QueueLengthLimit: 50,
    					},
    				},
    			},
    		})
    	// global-default priority-level
    	SuggestedPriorityLevelConfigurationGlobalDefault = newPriorityLevelConfiguration(
    		"global-default",
    		flowcontrol.PriorityLevelConfigurationSpec{
    			Type: flowcontrol.PriorityLevelEnablementLimited,
    			Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    +
    _Default is `false`._
    
    `org.gradle.priority=(low,normal)`::
    Specifies the <<command_line_interface.adoc#sec:command_line_performance,scheduling priority>> for the Gradle daemon and all processes launched by it.
    +
    _Default is `normal`._
    
    `org.gradle.projectcachedir=(directory)`::
    Specify the project-specific cache directory. Defaults to `.gradle` in the root project directory."
    +
    _Default is `.gradle`._
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/java_plugin.adoc

    `(read-only) File libsDir`::
    The directory to generate libraries into. Default value: `layout.buildDirectory.dir(__libsDirName__)`
    
    `String distsDirName`::
    The name of the directory to generate distributions into, relative to the build directory. Default value: `distributions`
    
    `(read-only) File distsDir`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. cluster/gce/config-default.sh

    export NODE_EXTRA_METADATA=${KUBE_NODE_EXTRA_METADATA:-${KUBE_EXTRA_METADATA:-}}
    
    NETWORK=${KUBE_GCE_NETWORK:-default}
    # Enable network deletion by default (for kube-down), unless we're using 'default' network.
    if [[ "${NETWORK}" == "default" ]]; then
      KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-false}
    else
      KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-true}
    fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/language/match.go

    		o(m)
    	}
    	if len(supported) == 0 {
    		m.default_ = &haveTag{}
    		return m
    	}
    	// Add supported languages to the index. Add exact matches first to give
    	// them precedence.
    	for i, tag := range supported {
    		tt := tag.tag()
    		pair, _ := makeHaveTag(tt, i)
    		m.header(tt.LangID).addIfNew(pair, true)
    		m.supported = append(m.supported, &pair)
    	}
    	m.default_ = m.header(supported[0].lang()).haveTags[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    `scala.srcDirs` — `Set&lt;File&gt;`::
    The source directories containing the Scala source files of this source set. May also contain Java source files for joint compilation.
    Can set using anything described in <<working_with_files.adoc#sec:specifying_multiple_files,Understanding implicit conversion to file collections>>.
    _Default value:_ `[__projectDir__/src/__name__/scala]`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  10. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml

        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: admin
      rules: null
    - apiVersion: rbac.authorization.k8s.io/v1
      kind: ClusterRole
      metadata:
        annotations:
          rbac.authorization.kubernetes.io/autoupdate: "true"
        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: cluster-admin
      rules:
      - apiGroups:
        - '*'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 08:11:08 UTC 2023
    - 24.1K bytes
    - Viewed (0)
Back to top