Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 447 for easier (0.61 sec)

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.ci-reporting.gradle.kts

     * artifact publishing by reducing the artifacts and packaging reports that consist of multiple files.
     *
     * Reducing the number of reports also makes it easier to find the important ones when analysing a failed build in
     * Team City.
     */
    
    val testFilesCleanup = extensions.create<TestFileCleanUpExtension>("testFilesCleanup").apply {
        reportOnly.convention(false)
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jul 11 06:57:51 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. src/crypto/internal/boring/div_test.c

    // This file is a self-contained test for a copy of
    // the division algorithm in build-goboring.sh,
    // to verify that is correct. The real algorithm uses u128
    // but this copy uses u32 for easier testing.
    // s/32/128/g should be the only difference between the two.
    //
    // This is the dumbest possible division algorithm,
    // but any crypto code that depends on the speed of
    // division is equally dumb.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 21:28:09 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/flag.go

    }
    
    // set is the implementation of Set, taking a cwd (current working directory) for easier testing.
    func (f *PerPackageFlag) set(v, cwd string) error {
    	f.raw = v
    	f.present = true
    	match := func(p *Package) bool { return p.Internal.CmdlinePkg || p.Internal.CmdlineFiles } // default predicate with no pattern
    	// For backwards compatibility with earlier flag splitting, ignore spaces around flags.
    	v = strings.TrimSpace(v)
    	if v == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 20:20:43 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  4. manifests/charts/gateways/istio-egress/NOTES.txt

    Changes:
    - separate namespace allows:
    -- easier reconfig of just the gateway
    -- TLS secrets and domain name management is isolated, for better security
    -- simplified configuration
    -- multiple versions of the ingress can be used, to minize upgrade risks
    
    - the new chart uses the default namespace service account, and doesn't require
    additional RBAC permissions.
    
    - simplified label structure. Label change is not supported on upgrade.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 15 21:29:06 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  5. docs/orchestration/README.md

    compute environment. A cloud-native application is portable and resilient by design, and can scale horizontally by simply replicating. Modern orchestration platforms like Kubernetes, DC/OS make replicating and managing containers in huge clusters easier than ever.
    
    While containers provide isolated application execution environment, orchestration platforms allow seamless scaling by helping replicate and manage containers. MinIO extends this by adding isolated storage environment for each...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  6. src/internal/xcoff/ar.go

    	Aruid    [12]byte // File member uid
    	Argid    [12]byte // File member gid
    	Armode   [12]byte // File member mode (octal)
    	Arnamlen [4]byte  // File member name length
    	// _ar_nam is removed because it's easier to get name without it.
    }
    
    // Archive represents an open AIX big archive.
    type Archive struct {
    	ArchiveHeader
    	Members []*Member
    
    	closer io.Closer
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:32:51 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/build-organization/composite-builds/plugin-dev/README.adoc

    The plugin could be in the same repository (only used by this build) or it could be in a different repository (used by many other builds).
    
    This removes the need for the special `buildSrc` project and makes prototyping plugins even easier.
    
    == Buildscript dependencies are substituted
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. src/runtime/asm_ppc64x.h

    // with arguments (the arguments should be stored at FIXED_FRAME+0(R1),
    // FIXED_FRAME+8(R1) etc) and some other low-level places.
    //
    // The reason for using a constant is to make supporting PIC easier (although
    // we only support PIC on ppc64le which has a minimum 32 bytes of stack frame,
    // and currently always use that much, PIC on ppc64 would need to use 48).
    
    #define FIXED_FRAME 32
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 22:20:51 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  9. releasenotes/notes/pilot-load-dns-cert-known-location-deprecate-flags.yaml

      It also automatically loads any secret called istiod-tls and the istio-root-ca-configmap into those paths.
      This method is preferred to use those well known paths than to set the tls args.
      This will allow for an easier installation process for istio-csr as well as any other external issuer that needs to modify
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 29 22:41:21 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  10. manifests/charts/gateways/istio-ingress/NOTES.txt

    Changes:
    - separate namespace allows:
    -- easier reconfig of just the gateway
    -- TLS secrets and domain name management is isolated, for better security
    -- simplified configuration
    -- multiple versions of the ingress can be used, to minimize upgrade risks
    
    - the new chart uses the default namespace service account, and doesn't require
    additional RBAC permissions.
    
    - simplified label and chart structure.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 15 21:29:06 UTC 2020
    - 2K bytes
    - Viewed (0)
Back to top