Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 5,741 for Applied (0.13 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/context/DaemonContext.java

         * @return the JVM options that the daemon was started with
         */
        Collection<String> getDaemonOpts();
    
        /**
         * Returns whether the instrumentation agent should be applied to the daemon
         *
         * @return {@code true} if the agent should be applied
         */
        boolean shouldApplyInstrumentationAgent();
    
        /**
         * Returns whether the daemon should use native services.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/networkfilter_test.go

    		{
    			name:              "tunneling_config should be applied when destination rule has specified tunnel settings",
    			routeDestinations: tunnelProxyDestination,
    			destinationRule:   tunnelingEnabled,
    			expectedTunnelingConfig: &tunnelingConfig{
    				hostname: "example.com:8443",
    				usePost:  false,
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  3. hack/testdata/pod-apply.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: test-pod
      labels:
        name: test-pod-applied
    spec:
      containers:
      - name: kubernetes-pause
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 174 bytes
    - Viewed (0)
  4. manifests/charts/istio-control/istio-discovery/files/waypoint.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: {{.ServiceAccount | quote}}
      namespace: {{.Namespace | quote}}
      annotations:
        {{- toJsonMap (omit .InfrastructureAnnotations "kubectl.kubernetes.io/last-applied-configuration" "gateway.istio.io/name-override" "gateway.istio.io/service-account" "gateway.istio.io/controller-version") | nindent 4 }}
      labels:
        {{- toJsonMap
          .InfrastructureLabels
          (strdict
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/annotations/KtAnnotationApplication.kt

     * - For types: `fun foo(x: List<@A Int>){}`
     * - Inside another annotation (`B` is annotation here): `@A(B()) fun foo(){}
     */
    public interface KaAnnotation : KaLifetimeOwner {
        /**
         * The [ClassId] of applied annotation. [ClassId] is a fully qualified name on annotation class.
         */
        public val classId: ClassId?
    
        /**
         * [com.intellij.psi.PsiElement] which was used to apply annotation to declaration/type.
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/inspect.adoc

    Here you can see the scripts and plugins applied to the project in descending order of how long they took to apply.
    The slowest plugin and script applications are good candidates for optimization.
    For example, the script `script-b.gradle` was applied once but took 3 seconds.
    Expand that row to see where the build applied this script.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/internal/InternalProblemSpec.java

         *
         * @param specType the type of the additional data configurer (see the AdditionalDataSpec interface for the list of supported types)
         * @param config  The action configuring the additional data
         * @return this
         * @param <U> The type of the configurator object that will be applied to the additional data
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/CrossBuildScriptCachingIntegrationSpec.groovy

            def scripts = scriptDetails()
            scripts.size() == 3 // same script applied 3 times
            scripts.collect { it.className }.unique().size() == 1
            scripts.collect { it.classpath }.unique().size() == 1
            getCompileBuildFileOperationsCount() == 8 // classpath and body for each script
        }
    
        def "same script can be applied from identical init script, settings script and build script"() {
            root {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskBridgingIntegrationTest.groovy

            output.contains "as task subtype: task ':test'"
            output.contains "as model element: EchoTask 'tasks.test'"
            output.contains "name: test"
        }
    
        def "mutate rules are applied to tasks created using legacy DSL when the task is added to the task graph"() {
            given:
            buildFile << """
                ${ruleBasedTasks()}
    
                class MyPlugin extends RuleSource {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/files/kube-gateway.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: {{.ServiceAccount | quote}}
      namespace: {{.Namespace | quote}}
      annotations:
        {{- toJsonMap (omit .InfrastructureAnnotations "kubectl.kubernetes.io/last-applied-configuration" "gateway.istio.io/name-override" "gateway.istio.io/service-account" "gateway.istio.io/controller-version") | nindent 4 }}
      labels:
        {{- toJsonMap
          .InfrastructureLabels
          (strdict
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top