Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for sftp (0.28 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.transport.sftp.SftpClientFactory$SftpClientCreator$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (SftpClientFactory.java:0)
    Class <org.gradle.internal.resource.transport.sftp.SftpClientFactory$SftpClientCreator$2> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (SftpClientFactory.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    		return true
    	}
    	// match: (Move [64] dst src mem)
    	// result: (STP [48] dst (Select0 <typ.UInt64> (LDP [48] src mem)) (Select1 <typ.UInt64> (LDP [48] src mem)) (STP [32] dst (Select0 <typ.UInt64> (LDP [32] src mem)) (Select1 <typ.UInt64> (LDP [32] src mem)) (STP [16] dst (Select0 <typ.UInt64> (LDP [16] src mem)) (Select1 <typ.UInt64> (LDP [16] src mem)) (STP dst (Select0 <typ.UInt64> (LDP src mem)) (Select1 <typ.UInt64> (LDP src mem)) mem))))
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    			[]core.ContainerPort{{ContainerPort: 80, Protocol: "tcp"}},
    			field.ErrorTypeNotSupported,
    			"protocol", `supported values: "SCTP", "TCP", "UDP"`,
    		},
    		"invalid protocol": {
    			[]core.ContainerPort{{ContainerPort: 80, Protocol: "ICMP"}},
    			field.ErrorTypeNotSupported,
    			"protocol", `supported values: "SCTP", "TCP", "UDP"`,
    		},
    		"protocol required": {
    			[]core.ContainerPort{{Name: "abc", ContainerPort: 80}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    	},
    	"net/rpc/jsonrpc": {
    		{"Dial", Func, 0},
    		{"NewClient", Func, 0},
    		{"NewClientCodec", Func, 0},
    		{"NewServerCodec", Func, 0},
    		{"ServeConn", Func, 0},
    	},
    	"net/smtp": {
    		{"(*Client).Auth", Method, 0},
    		{"(*Client).Close", Method, 2},
    		{"(*Client).Data", Method, 0},
    		{"(*Client).Extension", Method, 0},
    		{"(*Client).Hello", Method, 1},
    		{"(*Client).Mail", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "protocol": {
                "default": "TCP",
                "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".",
                "type": "string"
              }
            },
            "required": [
              "containerPort"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top