Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 88 for sftp (0.08 sec)

  1. src/net/http/cookiejar/jar_test.go

    			{"http://www.host.test/some/path", "A=a"},
    			{"https://www.host.test", "A=a"},
    			{"https://www.host.test/", "A=a"},
    			{"https://www.host.test/some/path", "A=a"},
    			{"ftp://www.host.test", ""},
    			{"ftp://www.host.test/", ""},
    			{"ftp://www.host.test/some/path", ""},
    			{"http://www.other.org", ""},
    			{"http://sibling.host.test", ""},
    			{"http://deep.www.host.test", ""},
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  2. go.mod

    	github.com/google/cel-go v0.20.1
    	github.com/google/gnostic-models v0.6.8
    	github.com/google/go-cmp v0.6.0
    	github.com/google/gofuzz v1.2.0
    	github.com/google/uuid v1.3.1
    	github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
    	github.com/libopenstorage/openstorage v1.0.0
    	github.com/lithammer/dedent v1.1.0
    	github.com/moby/ipvs v1.1.0
    	github.com/mrunalp/fileutils v0.5.1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/types.go

    	To []NetworkPolicyPeer `json:"to,omitempty" protobuf:"bytes,2,rep,name=to"`
    }
    
    // NetworkPolicyPort describes a port to allow traffic on
    type NetworkPolicyPort struct {
    	// protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match.
    	// If not specified, this field defaults to TCP.
    	// +optional
    	Protocol *v1.Protocol `json:"protocol,omitempty" protobuf:"bytes,1,opt,name=protocol,casttype=k8s.io/api/core/v1.Protocol"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm64/asm7.go

    		}
    		v := c.regoff(&p.From)
    		o1 = c.opldpstp(p, o, v, rf, rt1, rt2, 1)
    
    	case 67: /* stp (r1, r2), O(R)!; stp (r1, r2), (R)O! */
    		rt, rf1, rf2 := p.To.Reg, p.From.Reg, int16(p.From.Offset)
    		if rt == obj.REG_NONE {
    			rt = o.param
    		}
    		if rt == obj.REG_NONE {
    			c.ctxt.Diag("invalid stp destination: %v\n", p)
    		}
    		v := c.regoff(&p.To)
    		o1 = c.opldpstp(p, o, v, rt, rf1, rf2, 0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_config.properties

    crawler.document.fullstop.chars=u002eu06d4u2e3cu3002
    crawler.crawling.data.encoding=UTF-8
    crawler.web.protocols=http,https
    crawler.file.protocols=file,smb,smb1,ftp,storage
    crawler.data.env.param.key.pattern=^FESS_ENV_.*
    crawler.ignore.robots.txt=false
    crawler.ignore.robots.tags=false
    crawler.ignore.content.exception=true
    crawler.failure.url.status.codes=404
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  6. src/go/build/deps_test.go

    	< internal/pkgbits
    	< go/internal/gcimporter, go/internal/gccgoimporter, go/internal/srcimporter
    	< go/importer;
    
    	NET, crypto/rand, mime/quotedprintable
    	< mime/multipart;
    
    	crypto/tls
    	< net/smtp;
    
    	crypto/rand
    	< hash/maphash; # for purego implementation
    
    	# HTTP, King of Dependencies.
    
    	FMT
    	< golang.org/x/net/http2/hpack
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 16:41:13 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. src/time/zoneinfo_read.go

    // Parse "zoneinfo" time zone file.
    // This is a fairly standard file format used on OS X, Linux, BSD, Sun, and others.
    // See tzfile(5), https://en.wikipedia.org/wiki/Zoneinfo,
    // and ftp://munnari.oz.au/pub/oldtz/
    
    package time
    
    import (
    	"errors"
    	"internal/bytealg"
    	"runtime"
    	"syscall"
    	_ "unsafe" // for linkname
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier_test.go

    				},
    				{
    					Name:     "dns-tcp",
    					Port:     53,
    					Protocol: v1.ProtocolTCP,
    					// We use TargetPort on TCP but not UDP/SCTP to
    					// help disambiguate the output.
    					TargetPort: intstr.FromInt32(5353),
    				},
    				{
    					Name:     "dns-sctp",
    					Port:     53,
    					Protocol: v1.ProtocolSCTP,
    				},
    			}
    		}),
    	)
    
    	populateEndpointSlices(fp,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  9. src/net/textproto/reader.go

    // decoded text of a dot-encoded block read from r.
    // The returned Reader is only valid until the next call
    // to a method on r.
    //
    // Dot encoding is a common framing used for data blocks
    // in text protocols such as SMTP.  The data consists of a sequence
    // of lines, each of which ends in "\r\n".  The sequence itself
    // ends at a line containing just a dot: ".\r\n".  Lines beginning
    // with a dot are escaped with an additional dot to avoid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  10. cmd/kube-proxy/app/server.go

    		Use: "kube-proxy",
    		Long: `The Kubernetes network proxy runs on each node. This
    reflects services as defined in the Kubernetes API on each node and can do simple
    TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends.
    Service cluster IPs and ports are currently found through Docker-links-compatible
    environment variables specifying ports opened by the service proxy. There is an optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top