Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for __construct (0.27 sec)

  1. cmd/object-handlers_test.go

    	for i, testCase := range testCases {
    		// initialize HTTP NewRecorder, this records any mutations to response writer inside the handler.
    		rec := httptest.NewRecorder()
    		// construct HTTP request for Get Object end point.
    		req, err := newTestSignedRequestV4(http.MethodHead, getHeadObjectURL("", testCase.bucketName, testCase.objectName),
    			0, nil, testCase.accessKey, testCase.secretKey, nil)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
  2. cmd/server_test.go

    	c.Assert(err, nil)
    
    	response, err := s.client.Do(request)
    	c.Assert(err, nil)
    	// assert the response status code.
    	c.Assert(response.StatusCode, http.StatusOK)
    
    	// construct request to delete the bucket.
    	request, err = newTestSignedRequest(http.MethodDelete, getDeleteBucketURL(s.endPoint, bucketName),
    		0, nil, s.accessKey, s.secretKey, s.signer)
    	c.Assert(err, nil)
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * <p/>
     * <i>Remember: <code>SmbFile</code>s are immutible and therefore
     * the path associated with this <code>SmbFile</code> object will not
     * change). To access the renamed file it is necessary to construct a
     * new <tt>SmbFile</tt></i>.
     *
     * @param  dest  An <code>SmbFile</code> that represents the new pathname
     * @throws NullPointerException
     *         If the <code>dest</code> argument is <code>null</code>
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  4. doc/go1.17_spec.html

    it, so these two expressions are equivalent:
    </p>
    
    <pre>
    make([]int, 50, 100)
    new([100]int)[0:50]
    </pre>
    
    <p>
    Like arrays, slices are always one-dimensional but may be composed to construct
    higher-dimensional objects.
    With arrays of arrays, the inner arrays are, by construction, always the same length;
    however with slices of slices (or arrays of slices), the inner lengths may vary dynamically.
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    hasComponent(String, String, classworlds.realm.ClassRealm); public void suspend(Object) throws component.repository.exception.ComponentLifecycleEx; public void resume(Object) throws component.repository.exception.ComponentLifecycleEx; private void construct(String, java.util.Map, java.io.InputStream, classworlds.ClassWorld, classworlds.realm.ClassRealm) throws PlexusContainerExcep; protected void initialize() throws PlexusContainerExcep; protected void initializePhases() throws PlexusContainerExcep;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

    * Fix strategic patch for list of primitive type with merge sementic ([#35647](https://github.com/kubernetes/kubernetes/pull/35647), [@ymqytw](https://github.com/ymqytw))
    * Fix issue in reconstruct volume data when kubelet restarts ([#36616](https://github.com/kubernetes/kubernetes/pull/36616), [@jingxu97](https://github.com/jingxu97))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    hasComponent(String, String, classworlds.realm.ClassRealm); public void suspend(Object) throws component.repository.exception.ComponentLifecycleEx; public void resume(Object) throws component.repository.exception.ComponentLifecycleEx; private void construct(String, java.util.Map, java.io.InputStream, classworlds.ClassWorld, classworlds.realm.ClassRealm) throws PlexusContainerExcep; protected void initialize() throws PlexusContainerExcep; protected void initializePhases() throws PlexusContainerExcep;...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    String, java.util.List) throws PlexusContainerExcep; public PlexusContainer createChildContainer(String, java.util.Set); public PlexusContainer createChildContainer(String, classworlds.realm.ClassRealm) throws PlexusContainerExcep; private void construct(ContainerConfigurati) throws PlexusContainerExcep; public Object lookup(String) throws component.repository.exception.ComponentLookupExcep; public Object lookup(String, classworlds.realm.ClassRealm) throws component.repository.exception.ComponentLookupExcep;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    String, java.util.List) throws PlexusContainerExcep; public PlexusContainer createChildContainer(String, java.util.Set); public PlexusContainer createChildContainer(String, classworlds.realm.ClassRealm) throws PlexusContainerExcep; private void construct(ContainerConfigurati) throws PlexusContainerExcep; public Object lookup(String) throws component.repository.exception.ComponentLookupExcep; public Object lookup(String, classworlds.realm.ClassRealm) throws component.repository.exception.ComponentLookupExcep;...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

              <name>dependencies</name>
              <version>3.0.0+</version>
              <description>
                This element describes all the dependencies associated with a project.
                These dependencies are used to construct a classpath for your
                project during the build process. They are automatically downloaded from the
                repositories defined in this project.
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top