Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for construct (0.23 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

            this.shareAccess = shareAccess;
        }
    /**
     * Constructs an SmbFile representing a resource on an SMB network such
     * as a file or directory from a <tt>URL</tt> object.
     *
     * @param   url The URL of the target resource
     */
        public SmbFile( URL url ) {
            this( url, new NtlmPasswordAuthentication( url.getUserInfo() ));
        }
    /**
     * Constructs an SmbFile representing a resource on an SMB network such
    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

    <a href="#Types">types</a> must be supported.
    </p>
    
    <h2 id="Packages">Packages</h2>
    
    <p>
    Go programs are constructed by linking together <i>packages</i>.
    A package in turn is constructed from one or more source files
    that together declare constants, types, variables and functions
    belonging to the package and which are accessible in all files
    HTML
    - Registered: Tue Apr 30 11:13:12 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. 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)
  7. 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)
  8. 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)
  9. 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)
  10. android/guava/src/com/google/common/collect/Maps.java

       * NavigableMap#subMap(Object, boolean, Object, boolean) subMap()}, {@link
       * NavigableMap#tailMap(Object, boolean) tailMap()}, and {@link NavigableMap#headMap(Object,
       * boolean) headMap()}) to actually construct the view. Consult these methods for a full
       * description of the returned view's behavior.
       *
       * <p><b>Warning:</b> {@code Range}s always represent a range of values using the values' natural
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 24 19:38:27 GMT 2024
    - 159.3K bytes
    - Viewed (0)
Back to top