Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".\n\nPossible enum values:\n - `\"SCTP\"` is the SCTP protocol.\n - `\"TCP\"` is the TCP protocol.\n - `\"UDP\"` is the UDP protocol.",
    							Default:     "TCP",
    							Type:        []string{"string"},
    							Format:      "",
    							Enum:        []interface{}{"SCTP", "TCP", "UDP"},
    						},
    					},
    					"hostIP": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. CREDITS

    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    ================================================================
    
    github.com/pkg/sftp
    https://github.com/pkg/sftp
    ----------------------------------------------------------------
    Copyright (c) 2013, Dave Cheney
    All rights reserved.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "type": "string"
            },
            "protocol": {
              "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 Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__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
    - 1.8M bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/opGen.go

    				{0, 9223372038733561855}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R19 R20 R21 R22 R23 R24 R25 R26 g R30 SP SB
    			},
    		},
    	},
    	{
    		name:           "STP",
    		auxType:        auxSymOff,
    		argLen:         4,
    		faultOnNilArg0: true,
    		symEffect:      SymWrite,
    		asm:            arm64.ASTP,
    		reg: regInfo{
    			inputs: []inputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top