Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 441 for copy2 (0.07 sec)

  1. docs/ru/docs/deployment/docker.md

    <details>
    <summary>Развернуть Dockerfile 👀</summary>
    
    ```Dockerfile
    FROM python:3.9
    
    WORKDIR /code
    
    COPY ./requirements.txt /code/requirements.txt
    
    RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
    
    COPY ./app /code/app
    
    CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * @return {@link WorkResult} that can be used to check if the copy did any work.
         */
        WorkResult copy(@DelegatesTo(CopySpec.class) Closure closure);
    
        /**
         * Copies the specified files.  The given action is used to configure a {@link CopySpec}, which is then used to
         * copy the files.
         * @see #copy(Closure)
         * @param action Action to configure the CopySpec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go

    	_ = l
    	i -= len(m.SchedulerName)
    	copy(dAtA[i:], m.SchedulerName)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.SchedulerName)))
    	i--
    	dAtA[i] = 0x1
    	i--
    	dAtA[i] = 0x9a
    	i -= len(m.Subdomain)
    	copy(dAtA[i:], m.Subdomain)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Subdomain)))
    	i--
    	dAtA[i] = 0x1
    	i--
    	dAtA[i] = 0x8a
    	i -= len(m.Hostname)
    	copy(dAtA[i:], m.Hostname)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 57K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/example/v1/generated.pb.go

    	_ = l
    	i -= len(m.SchedulerName)
    	copy(dAtA[i:], m.SchedulerName)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.SchedulerName)))
    	i--
    	dAtA[i] = 0x1
    	i--
    	dAtA[i] = 0x9a
    	i -= len(m.Subdomain)
    	copy(dAtA[i:], m.Subdomain)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Subdomain)))
    	i--
    	dAtA[i] = 0x1
    	i--
    	dAtA[i] = 0x8a
    	i -= len(m.Hostname)
    	copy(dAtA[i:], m.Hostname)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 56.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

         * deprecated in the copied configuration. In 9.0, we will update this to copy
         * roles and deprecations without modification. Or, better yet, we will remove support
         * for copying configurations altogether.
         *
         * This means the copy created is <strong>NOT</strong> a strictly identical copy of the original, as the role
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

        }
    
        def "can obtain shallow copy of #description collection"() {
            given:
            configuration.setDelegate(this)
            configuration.setResolveStrategy(Closure.DELEGATE_ONLY)
            configuration(collection)
    
            when:
            def copy = collection.shallowCopy()
    
            then:
            copy.files == collection.files
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  7. src/bufio/bufio_test.go

    		if _, err := w.ReadFrom(rw); err != rw.expected {
    			t.Errorf("w.ReadFrom(errorReaderFromTests[%d]) = _, %v, want _,%v", i, err, rw.expected)
    		}
    	}
    }
    
    // TestWriterReadFromCounts tests that using io.Copy to copy into a
    // bufio.Writer does not prematurely flush the buffer. For example, when
    // buffering writes to a network socket, excessive network writes should be
    // avoided.
    func TestWriterReadFromCounts(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:56:01 UTC 2023
    - 51.5K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types/type.go

    	nfs := make([]*Field, len(fields))
    	for i, f := range fields {
    		nft := SubstAny(f.Type, types)
    		nfs[i] = f.Copy()
    		nfs[i].Type = nft
    	}
    	return nfs
    }
    
    // copy returns a shallow copy of the Type.
    func (t *Type) copy() *Type {
    	if t == nil {
    		return nil
    	}
    	nt := *t
    	// copy any *T Extra fields, to avoid aliasing
    	switch t.kind {
    	case TMAP:
    		x := *t.extra.(*Map)
    		nt.extra = &x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    	}
    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Type)
    	copy(dAtA[i:], m.Type)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    	}
    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Type)
    	copy(dAtA[i:], m.Type)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top