Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 114 for sftp (0.12 sec)

  1. src/runtime/memclr_arm64.s

    tail63:
    	ANDS	$48, R1, R3
    	BEQ	last16
    	CMPW	$32, R3
    	BEQ	last48
    	BLT	last32
    	STP.P	(ZR, ZR), 16(R0)
    last48:
    	STP.P	(ZR, ZR), 16(R0)
    last32:
    	STP.P	(ZR, ZR), 16(R0)
    	// The last store length is at most 16, so it is safe to use
    	// stp to write last 16 bytes
    last16:
    	ANDS	$15, R1, R1
    	CBZ	R1, last_end
    	ADD	R1, R0, R0
    	STP	(ZR, ZR), -16(R0)
    last_end:
    	RET
    
    no_zva:
    	SUB	$16, R0, R0
    	SUB	$64, R1, R1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/ipset/types.go

    	ProtocolFamilyIPV6 = "inet6"
    	// ProtocolTCP represents TCP protocol.
    	ProtocolTCP = "tcp"
    	// ProtocolUDP represents UDP protocol.
    	ProtocolUDP = "udp"
    	// ProtocolSCTP represents SCTP protocol.
    	ProtocolSCTP = "sctp"
    )
    
    // ValidIPSetTypes defines the supported ip set type.
    var ValidIPSetTypes = []Type{
    	HashIPPort,
    	HashIPPortIP,
    	BitmapPort,
    	HashIPPortNet,
    	HashIP,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  3. src/runtime/memmove_arm64.s

    copy64_from_start:
    	LDP	48(R1), (R2, R3)
    	STP	(R6, R7), -16(R5)
    	LDP	32(R1), (R6, R7)
    	STP	(R8, R9), -32(R5)
    	LDP	16(R1), (R8, R9)
    	STP	(R10, R11), -48(R5)
    	LDP	(R1), (R10, R11)
    	STP	(R12, R13), -64(R5)
    	STP	(R2, R3), 48(R0)
    	STP	(R6, R7), 32(R0)
    	STP	(R8, R9), 16(R0)
    	STP	(R10, R11), (R0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 6K bytes
    - Viewed (0)
  4. src/runtime/cgo/gcc_arm64.S

    EXT(crosscall1):
    	.cfi_startproc
    	stp x29, x30, [sp, #-96]!
    	.cfi_def_cfa_offset 96
    	.cfi_offset 29, -96
    	.cfi_offset 30, -88
    	mov x29, sp
    	.cfi_def_cfa_register 29
    	stp x19, x20, [sp, #80]
    	.cfi_offset 19, -16
    	.cfi_offset 20, -8
    	stp x21, x22, [sp, #64]
    	.cfi_offset 21, -32
    	.cfi_offset 22, -24
    	stp x23, x24, [sp, #48]
    	.cfi_offset 23, -48
    	.cfi_offset 24, -40
    	stp x25, x26, [sp, #32]
    	.cfi_offset 25, -64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 05 16:41:48 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  5. pkg/.import-restrictions

          - k8s.io/kubernetes/cmd
          # use sigs.k8s.io/yaml instead
          - github.com/ghodss/yaml
          # prevent kubernetes from opening sctp sockets (ref: https://github.com/kubernetes/kubernetes/pull/87926#discussion_r376642015)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 28 15:46:49 UTC 2020
    - 459 bytes
    - Viewed (0)
  6. src/main/resources/fess_env.properties

    #                                                     ------
    # Does it send mock mail? (true: no send actually, logging only)
    mail.send.mock = true
    
    # SMTP server settings for main: host:port
    mail.smtp.server.main.host.and.port = localhost:25
    
    # The prefix of subject to show test environment or not
    mail.subject.test.prefix = [Test]
    
    # The common return path of all mail
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Aug 07 04:53:24 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  7. src/runtime/cgo/abi_arm64.h

    //
    // R29 is not saved because Go will save and restore it.
    
    #define SAVE_R19_TO_R28(offset) \
    	STP	(R19, R20), ((offset)+0*8)(RSP) \
    	STP	(R21, R22), ((offset)+2*8)(RSP) \
    	STP	(R23, R24), ((offset)+4*8)(RSP) \
    	STP	(R25, R26), ((offset)+6*8)(RSP) \
    	STP	(R27, g), ((offset)+8*8)(RSP)
    
    #define RESTORE_R19_TO_R28(offset) \
    	LDP	((offset)+0*8)(RSP), (R19, R20) \
    	LDP	((offset)+2*8)(RSP), (R21, R22) \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_env_web.properties

    #                                                     ------
    # Does it send mock mail? (true: no send actually, logging only)
    mail.send.mock = false
    
    # SMTP server settings for main: host:port
    mail.smtp.server.main.host.and.port = localhost:25
    
    # The prefix of subject to show test environment or not
    mail.subject.test.prefix = 
    
    # The common return path of all mail
    mail.return.path = root@localhost
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 29 07:34:32 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  9. src/net/cgo_unix_test.go

    	defer dnsWaitGroup.Wait()
    	ctx := context.Background()
    	_, err := cgoLookupPort(ctx, "tcp", "smtp")
    	if err != nil {
    		t.Error(err)
    	}
    }
    
    func TestCgoLookupPortWithCancel(t *testing.T) {
    	defer dnsWaitGroup.Wait()
    	ctx, cancel := context.WithCancel(context.Background())
    	defer cancel()
    	_, err := cgoLookupPort(ctx, "tcp", "smtp")
    	if err != nil {
    		t.Error(err)
    	}
    }
    
    func TestCgoLookupPTR(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 04 16:28:59 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_env_crawler.properties

    #                                                     ------
    # Does it send mock mail? (true: no send actually, logging only)
    mail.send.mock = false
    
    # SMTP server settings for main: host:port
    mail.smtp.server.main.host.and.port = localhost:25
    
    # The prefix of subject to show test environment or not
    mail.subject.test.prefix = 
    
    # The common return path of all mail
    mail.return.path = root@localhost
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 29 07:34:32 UTC 2018
    - 2.2K bytes
    - Viewed (0)
Back to top