Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 178 for 8192 (0.07 sec)

  1. tests/integration/security/ca_custom_root/main_test.go

    				Protocol:     protocol.HTTP,
    				ServicePort:  8091,
    				WorkloadPort: 8091,
    			},
    			{
    				Name:         tcpPlaintext,
    				Protocol:     protocol.TCP,
    				ServicePort:  8092,
    				WorkloadPort: 8092,
    			},
    			{
    				Name:         tcpMTLS,
    				Protocol:     protocol.TCP,
    				ServicePort:  8093,
    				WorkloadPort: 8093,
    			},
    			{
    				Name:         tcpWL,
    				WorkloadPort: 9000,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. tests/integration/security/util/framework.go

    				TLS:          true,
    			},
    			{
    				Name:         "http-8091",
    				Protocol:     protocol.HTTP,
    				WorkloadPort: 8091,
    			},
    			{
    				Name:         "http-8092",
    				Protocol:     protocol.HTTP,
    				WorkloadPort: 8092,
    			},
    			{
    				Name:         "tcp-8093",
    				Protocol:     protocol.TCP,
    				WorkloadPort: 8093,
    			},
    			{
    				Name:         "tcp-8094",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/net/idna/tables13.0.0.go

    	case n < 126:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    		n -= 126
    		return uint16(idnaSparse.lookup(n, b))
    	}
    }
    
    // idnaValues: 128 blocks, 8192 entries, 16384 bytes
    // The third block is the zero block.
    var idnaValues = [8192]uint16{
    	// Block 0x0, offset 0x0
    	0x00: 0x0080, 0x01: 0x0080, 0x02: 0x0080, 0x03: 0x0080, 0x04: 0x0080, 0x05: 0x0080,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 284.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/test/groovy/org/gradle/util/GradleVersionTest.groovy

        }
    
        def 'can parse commitId from commit version'() {
            expect:
            GradleVersion.version('5.1-commit-123abc').commitId == '123abc'
        }
    
        @Issue("https://issues.gradle.org/browse/GRADLE-1892")
        def "build time should always print in UTC"() {
            expect:
            // Note: buildTime is null when running a local build
            version.buildTimestamp == null || version.buildTimestamp.endsWith("UTC")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 8K bytes
    - Viewed (0)
  5. src/runtime/mpallocbits_test.go

    		},
    		"AllFree5": {
    			npages: 5,
    			hits:   []uint{0, 5, 10, 15, 20},
    			after:  []BitRange{{0, 25}},
    		},
    		"AllFree64": {
    			npages: 64,
    			hits:   []uint{0, 64, 128},
    			after:  []BitRange{{0, 192}},
    		},
    		"AllFree65": {
    			npages: 65,
    			hits:   []uint{0, 65, 130},
    			after:  []BitRange{{0, 195}},
    		},
    		"SomeFree64": {
    			before: []BitRange{{0, 32}, {64, 32}, {100, PallocChunkPages - 100}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 17 22:00:17 UTC 2020
    - 13.7K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_mips64.go

    	SYS_LLISTXATTR             = 5187
    	SYS_FLISTXATTR             = 5188
    	SYS_REMOVEXATTR            = 5189
    	SYS_LREMOVEXATTR           = 5190
    	SYS_FREMOVEXATTR           = 5191
    	SYS_TKILL                  = 5192
    	SYS_RESERVED193            = 5193
    	SYS_FUTEX                  = 5194
    	SYS_SCHED_SETAFFINITY      = 5195
    	SYS_SCHED_GETAFFINITY      = 5196
    	SYS_CACHEFLUSH             = 5197
    	SYS_CACHECTL               = 5198
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_mips64le.go

    	SYS_LLISTXATTR             = 5187
    	SYS_FLISTXATTR             = 5188
    	SYS_REMOVEXATTR            = 5189
    	SYS_LREMOVEXATTR           = 5190
    	SYS_FREMOVEXATTR           = 5191
    	SYS_TKILL                  = 5192
    	SYS_RESERVED193            = 5193
    	SYS_FUTEX                  = 5194
    	SYS_SCHED_SETAFFINITY      = 5195
    	SYS_SCHED_GETAFFINITY      = 5196
    	SYS_CACHEFLUSH             = 5197
    	SYS_CACHECTL               = 5198
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_LLISTXATTR              = 5187
    	SYS_FLISTXATTR              = 5188
    	SYS_REMOVEXATTR             = 5189
    	SYS_LREMOVEXATTR            = 5190
    	SYS_FREMOVEXATTR            = 5191
    	SYS_TKILL                   = 5192
    	SYS_RESERVED193             = 5193
    	SYS_FUTEX                   = 5194
    	SYS_SCHED_SETAFFINITY       = 5195
    	SYS_SCHED_GETAFFINITY       = 5196
    	SYS_CACHEFLUSH              = 5197
    	SYS_CACHECTL                = 5198
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_mips.go

    	SYS_QUERY_MODULE           = 4187
    	SYS_POLL                   = 4188
    	SYS_NFSSERVCTL             = 4189
    	SYS_SETRESGID              = 4190
    	SYS_GETRESGID              = 4191
    	SYS_PRCTL                  = 4192
    	SYS_RT_SIGRETURN           = 4193
    	SYS_RT_SIGACTION           = 4194
    	SYS_RT_SIGPROCMASK         = 4195
    	SYS_RT_SIGPENDING          = 4196
    	SYS_RT_SIGTIMEDWAIT        = 4197
    	SYS_RT_SIGQUEUEINFO        = 4198
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  10. tests/integration/security/filebased_tls_origination/main_test.go

    			{
    				Name:         "http",
    				Protocol:     protocol.HTTP,
    				WorkloadPort: 8091,
    				TLS:          true,
    			},
    			{
    				Name:         "tcp",
    				Protocol:     protocol.TCP,
    				WorkloadPort: 8092,
    				TLS:          true,
    			},
    		},
    		// Set up TLS certs on the server. This will make the server listen with these credentials.
    		TLSSettings: &common.TLSSettings{
    			RootCert:   mustReadCert("root-cert.pem"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top