Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for downloadOps (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.3.md

      - [Downloads](#downloads-1)
      - [Changelog since v1.3.7](#changelog-since-v137)
        - [Other notable changes](#other-notable-changes-2)
    - [v1.3.7](#v137)
      - [Downloads](#downloads-2)
      - [Changelog since v1.3.6](#changelog-since-v136)
        - [Other notable changes](#other-notable-changes-3)
    - [v1.3.6](#v136)
      - [Downloads](#downloads-3)
      - [Changelog since v1.3.5](#changelog-since-v135)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  2. cluster/gce/windows/k8s-node-setup.psm1

        mkdir -Force $dir
      }
    }
    
    # Downloads some external helper scripts needed by other functions in this
    # module.
    function Download-HelperScripts {
      if (ShouldWrite-File ${env:K8S_DIR}\hns.psm1) {
        MustDownload-File `
            -OutFile ${env:K8S_DIR}\hns.psm1 `
            -URLs 'https://storage.googleapis.com/gke-release/winnode/config/sdn/master/hns.psm1'
      }
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.31.0-alpha.1](#v1310-alpha1)
      - [Downloads for v1.31.0-alpha.1](#downloads-for-v1310-alpha1)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.30.0](#changelog-since-v1300)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  4. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                slf4jLogger.info("Disabling strict checksum verification on all artifact downloads.");
            } else if (MavenExecutionRequest.CHECKSUM_POLICY_FAIL.equals(cliRequest.request.getGlobalChecksumPolicy())) {
                slf4jLogger.info("Enabling strict checksum verification on all artifact downloads.");
            }
    
            if (slf4jLogger.isDebugEnabled()) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modget/get.go

    	Short:     "add dependencies to current module and install them",
    	Long: `
    Get resolves its command-line arguments to packages at specific module versions,
    updates go.mod to require those versions, and downloads source code into the
    module cache.
    
    To add a dependency for a package or upgrade it to its latest version:
    
    	go get example.com/pkg
    
    To upgrade or downgrade a package to a specific version:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  6. configure.py

      These files could interfere with Bazel parsing.
      """
      makefile_download_dir = os.path.join(_TF_WORKSPACE_ROOT, 'tensorflow',
                                           'contrib', 'makefile', 'downloads')
      if os.path.isdir(makefile_download_dir):
        for root, _, filenames in os.walk(makefile_download_dir):
          for f in filenames:
            if f.endswith('BUILD'):
              os.remove(os.path.join(root, f))
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  7. docs/bucket/notifications/README.md

    ```
    
    ## Publish MinIO events via Elasticsearch
    
    Install [Elasticsearch](https://www.elastic.co/downloads/elasticsearch) server.
    
    This notification target supports two formats: _namespace_ and _access_.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    If you can find the key but Gradle does not, you can <<#sec:add-manual-keyring,manually add it>> to the keyring file.
    
    [[sec:local-keyring]]
    === Exporting keys for faster verification
    
    Gradle automatically downloads the required keys but this operation can be quite slow and requires everyone to download the keys.
    To avoid this, Gradle offers the ability to use a local keyring file containing the required public keys.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top