Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for sftp (0.09 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. CHANGELOG/CHANGELOG-1.19.md

    - github.com/ianlancetaylor/demangle: [5e5cf60](https://github.com/ianlancetaylor/demangle/tree/5e5cf60)
    - github.com/ishidawataru/sctp: [7c296d4](https://github.com/ishidawataru/sctp/tree/7c296d4)
    - github.com/moby/ipvs: [v1.0.1](https://github.com/moby/ipvs/tree/v1.0.1)
    - github.com/moby/sys/mountinfo: [v0.1.3](https://github.com/moby/sys/mountinfo/tree/v0.1.3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. 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)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: FSTS (R11)                      // 41d913
    	//TODO: FSTL (BX)                       // dd13
    	//TODO: FSTL (R11)                      // 41dd13
    	//TODO: FSTP F2                         // ddda
    	//TODO: FSTP F3                         // dddb
    	//TODO: FSTPS (BX)                      // d91b
    	//TODO: FSTPS (R11)                     // 41d91b
    	//TODO: FSTPL (BX)                      // dd1b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  6. 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)
  7. 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