Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,275 for bundles (0.28 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultDependenciesAccessors.java

            }
        }
    
        private class DependencyAccessorUnitOfWork extends AbstractAccessorUnitOfWork {
            private static final String IN_LIBRARIES = "libraries";
            private static final String IN_BUNDLES = "bundles";
            private static final String IN_PLUGINS = "plugins";
            private static final String IN_VERSIONS = "versions";
            private static final String IN_MODEL_NAME = "modelName";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/replica_calculator.go

    	defaultTestingTolerance                     = 0.1
    	defaultTestingCPUInitializationPeriod       = 2 * time.Minute
    	defaultTestingDelayOfInitialReadinessStatus = 10 * time.Second
    )
    
    // ReplicaCalculator bundles all needed information to calculate the target amount of replicas
    type ReplicaCalculator struct {
    	metricsClient                 metricsclient.MetricsClient
    	podLister                     corelisters.PodLister
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/BUILD

    # builds.
    filegroup(
        name = "mobile_srcs_no_runtime",
        srcs = [
            "defs.cc",
            "defs.h",
        ],
        visibility = [":friends"],
    )
    
    # Target that bundles up the XLA CPU and GPU JIT devices.
    cc_library(
        name = "jit",
        visibility = [
            ":friends",
            "//learning/tfx:__subpackages__",
        ],
        deps = [
            ":xla_cpu_device",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    https://issues.apache.org/jira/browse/GROOVY-9936[Some very specific regressions] have already been fixed in the next minor version of Groovy.
    
    ===== Groovy modularization
    
    Gradle no longer embeds a copy of `groovy-all` that bundles all Groovy modules into a single jar--only the most important modules are distributed in the Gradle distribution.
    
    The `localGroovy()` dependency will include these Groovy modules:
    
    - `groovy`
    - `groovy-ant`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    - You cannot use `Provider<String>` as a dependency declaration.
    - You cannot use a `Map` as a dependency declaration for Kotlin or Java.
    - You cannot use a bundle as a dependency declaration directly (`implementation(libs.bundles.testing)`).
    Use `implementation.bundle(libs.bundles.testing)` instead.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  6. pilot/pkg/security/trustdomain/bundle.go

    	// or `td3/ns/foo/sa/a-service-account` will be treated the same in the Istio mesh.
    	TrustDomains []string
    }
    
    // NewBundle returns a new trust domain bundle.
    func NewBundle(trustDomain string, trustDomainAliases []string) Bundle {
    	return Bundle{
    		// Put the new trust domain to the beginning of the list to avoid changing existing tests.
    		TrustDomains: append([]string{trustDomain}, trustDomainAliases...),
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 23 15:48:01 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  7. src/go/printer/printer.go

    		return
    	}
    
    	// flush tabwriter, if any
    	if tw, _ := output.(*tabwriter.Writer); tw != nil {
    		err = tw.Flush()
    	}
    
    	return
    }
    
    // A CommentedNode bundles an AST node and corresponding comments.
    // It may be provided as argument to any of the [Fprint] functions.
    type CommentedNode struct {
    	Node     any // *ast.File, or ast.Expr, ast.Decl, ast.Spec, or ast.Stmt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 41.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    [[kotlin_dsl_deprecated_catalogs_plugins_block]]
    ==== Accessing `libraries` or `bundles` from dependency version catalogs in the `plugins {}` block of a Kotlin script
    
    Accessing `libraries` or `bundles` from dependency version catalogs in the `plugins {}` block of a Kotlin script is deprecated.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  9. releasenotes/notes/webhook-ca-bundle.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue: []
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 06:39:27 UTC 2024
    - 237 bytes
    - Viewed (0)
  10. docs/en/docs/img/sponsors/fastapi-course-bundle-banner.png

    fastapi-course-bundle-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Apr 17 21:00:49 UTC 2022
    - 15.9K bytes
    - Viewed (0)
Back to top