Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for allowInit (0.18 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/sftp/SFTPServer.groovy

        @Override
        void resetExpectations() {
            try {
                super.resetExpectations()
            } finally {
                handleCreatedByRequest.clear()
                openingRequestIdForPath.clear()
                allowInit()
            }
        }
    
        /**
         * this basically restarts the sftpserver without
         * registering a password authentication
         * */
        def withPasswordAuthenticationDisabled() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. cmd/storage-datatypes.go

    // Make sure to bump the internode version at storage-rest-common.go
    type RawFileInfo struct {
    	// Content of entire xl.meta (may contain data depending on what was requested by the caller.
    	Buf []byte `msg:"b,allownil"`
    }
    
    // FileInfo - represents file stat information.
    // The above means that any added/deleted fields are incompatible.
    // Make sure to bump the internode version at storage-rest-common.go
    type FileInfo struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top