Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 475 for Prepare (0.2 sec)

  1. cmd/sftp-server-driver.go

    	return f.permissions.CriticalOptions["AccessKey"]
    }
    
    func (f *sftpDriver) Fileread(r *sftp.Request) (ra io.ReaderAt, err error) {
    	// This is not timing the actual read operation, but the time it takes to prepare the reader.
    	stopFn := globalSftpMetrics.log(r, f.AccessKey())
    	defer stopFn(0, err)
    
    	flags := r.Pflags()
    	if !flags.Read {
    		// sanity check
    		return nil, os.ErrInvalid
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 05 07:51:13 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/telemetry/internal/upload/reports.go

    		}
    	}
    	localFileName := filepath.Join(u.dir.LocalDir(), "local."+expiryDate+".json")
    	uploadFileName := filepath.Join(u.dir.LocalDir(), expiryDate+".json")
    
    	/* Prepare to write files */
    	// if either file exists, someone has been here ahead of us
    	// (there is still a race, but this check shortens the open window)
    	if _, err := os.Stat(localFileName); err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentReplacementIntegrationTest.groovy

            then:
            result.groupedOutput.task(':dependencyInsight').output.contains("""
       Selection reasons:
          - Selected by rule: $expected
    
    org:a:1 -> org:b:1""")
    
            when:
            resolve.prepare("conf")
            run "checkDeps"
    
            then:
            resolve.expectDefaultConfiguration("runtime")
            resolve.expectGraph {
                root(":", ":test:") {
                    edge("org:a:1", "org:b:1") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyModuleResolveIntegrationTest.groovy

        }
        task retrieve(type: Sync) {
          from configurations.compile
          into 'libs'
        }
        """
            resolve.prepare()
    
            ivyRepo.module('ivy.configuration', 'projectA', '1.2')
                .configuration("a")
                .dependsOn(organisation: 'ivy.configuration', module: 'projectB', revision: '1.5', conf: "a->parent,a,b,c")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 19:13:04 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/config/cluster.go

    	kubeadmscheme.Scheme.Default(versionedInitcfg)
    	initcfg := &kubeadmapi.InitConfiguration{}
    	if err := kubeadmscheme.Scheme.Convert(versionedInitcfg, initcfg, nil); err != nil {
    		return nil, errors.Wrap(err, "could not prepare a defaulted InitConfiguration")
    	}
    
    	// gets ClusterConfiguration from kubeadm-config
    	clusterConfigurationData, ok := configMap.Data[constants.ClusterConfigurationConfigMapKey]
    	if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. docs/site-replication/run-sse-kms-object-replication.sh

    	echo "done"
    fi
    
    export MC_HOST_minio1=https://minio:minio123@localhost:9001
    export MC_HOST_minio2=https://minio:minio123@localhost:9002
    
    ./mc ready minio1 --insecure
    ./mc ready minio2 --insecure
    
    # Prepare data for tests
    echo -n "Preparing test data ..."
    mkdir -p /tmp/data
    echo "Hello from encrypted world" >/tmp/data/encrypted
    touch /tmp/data/mpartobj
    shred -s 500M /tmp/data/mpartobj
    touch /tmp/data/defpartsize
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/ArtifactCacheUnusedEntryCleanupIntegrationTest.groovy

            new JvmLibraryArtifactResolveTestFixture(buildFile)
                .withComponentVersion('org.example', 'example', '1.0')
                .requestingSource()
                .expectSourceArtifact("sources")
                .prepare()
    
            when:
            module.pom.expectGet()
            sourceArtifact.expectHead()
            sourceArtifact.expectGet()
    
            then:
            succeeds 'verify'
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 12:06:23 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/passes/convert_tf_xla_op_to_tf_op.cc

    };
    
    // Generate an einsum equation from the given DotDimensionNumber.
    std::string CreateEinsumEquation(
        const xla::DotDimensionNumbers& dot_dimension_numbers, const int lhs_rank,
        const int rhs_rank) {
      // Prepare necessary indices.
      absl::flat_hash_set<int64_t> lhs_batch_idx, rhs_batch_idx;
      absl::flat_hash_set<int64_t> lhs_contract_idx, rhs_contract_idx;
      lhs_batch_idx.insert(dot_dimension_numbers.lhs_batch_dimensions().begin(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  9. licenses/github.com/spf13/afero/LICENSE.txt

          this License, each Contributor hereby grants to You a perpetual,
          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          copyright license to reproduce, prepare Derivative Works of,
          publicly display, publicly perform, sublicense, and distribute the
          Work and such Derivative Works in Source or Object form.
    
       3. Grant of Patent License. Subject to the terms and conditions of
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 9.9K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/dra/state/state_checkpoint_test.go

    		t.Run(tc.description, func(t *testing.T) {
    			// ensure there is no previous checkpoint
    			assert.NoError(t, cpm.RemoveCheckpoint(testingCheckpoint), "could not remove testing checkpoint")
    
    			// prepare checkpoint for testing
    			if strings.TrimSpace(tc.checkpointContent) != "" {
    				checkpoint := &testutil.MockCheckpoint{Content: tc.checkpointContent}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:13 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top