Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Ninety (5.68 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    10103..10106  ; disallowed                             # NA   <reserved-10103>..<reserved-10106>
    10107..10133  ; valid                  ;      ; NV8    # 4.0  AEGEAN NUMBER ONE..AEGEAN NUMBER NINETY THOUSAND
    10134..10136  ; disallowed                             # NA   <reserved-10134>..<reserved-10136>
    10137..1013F  ; valid                  ;      ; NV8    # 4.0  AEGEAN WEIGHT BASE UNIT..AEGEAN MEASURE THIRD SUBUNIT
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  2. cni/pkg/ipset/nldeps_linux.go

    	return &realDeps{}
    }
    
    type realDeps struct{}
    
    func (m *realDeps) ipsetIPHashCreate(name string, v6 bool) error {
    	var family uint8
    
    	if v6 {
    		family = unix.AF_INET6
    	} else {
    		family = unix.AF_INET
    	}
    	err := netlink.IpsetCreate(name, "hash:ip", netlink.IpsetCreateOptions{Comments: true, Replace: true, Family: family})
    	if ipsetErr, ok := err.(nl.IPSetError); ok && ipsetErr == nl.IPSET_ERR_EXIST {
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  3. cni/pkg/iptables/iptables_linux.go

    	return forEachInpodMarkIPRule(cfg, netlink.RuleDel)
    }
    
    func forEachInpodMarkIPRule(cfg *Config, f func(*netlink.Rule) error) error {
    	var rules []*netlink.Rule
    	families := []int{unix.AF_INET}
    	if cfg.EnableIPv6 {
    		families = append(families, unix.AF_INET6)
    	}
    	for _, family := range families {
    		// Equiv:
    		// ip rule add fwmark 0x111/0xfff pref 32764 lookup 100
    		//
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 3.3K bytes
    - Viewed (0)
  4. maven-core/src/site/apt/index.apt

       on plugin goals execution order:
    
       * <<in a given phase, goals order is not expected to be guaranteed nor finely tuned>>:
         it is just a consequence of the order obtained during {{{../maven-model-builder/}effective model building}},
         which combines profile activation+injection and inheritance assembly from parents,
    
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Jun 14 05:48:39 GMT 2023
    - 5.3K bytes
    - Viewed (0)
  5. okhttp-testing-support/src/main/kotlin/okhttp3/OkHttpClientTestRule.kt

       */
      fun newClient(): OkHttpClient {
        var client = testClient
        if (client == null) {
          client =
            initialClientBuilder()
              .dns(SINGLE_INET_ADDRESS_DNS) // Prevent unexpected fallback addresses.
              .eventListenerFactory { ClientRuleEventListener(logger = ::addEvent) }
              .build()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 10.5K bytes
    - Viewed (0)
  6. ci/devinfra/docker_windows/Dockerfile

        msys 'pacman --noconfirm -Syy coreutils curl dash file filesystem findutils'; \
        msys 'pacman --noconfirm -Syy flex gawk gcc-libs grep gzip inetutils info'; \
        msys 'pacman --noconfirm -Syy less lndir mintty ncurses pactoys-git patch'; \
        msys 'pacman --noconfirm -Syy pax-git pkgfile rebase sed tar tftp-hpa time tzcode util-linux which'; \
        $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const AF_IMPLINK ideal-int #53466
    pkg syscall (freebsd-riscv64), const AF_INET6 = 28 #53466
    pkg syscall (freebsd-riscv64), const AF_INET6_SDP = 42 #53466
    pkg syscall (freebsd-riscv64), const AF_INET6_SDP ideal-int #53466
    pkg syscall (freebsd-riscv64), const AF_INET_SDP = 40 #53466
    pkg syscall (freebsd-riscv64), const AF_INET_SDP ideal-int #53466
    pkg syscall (freebsd-riscv64), const AF_IPX = 23 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_IMPLINK ideal-int
    pkg syscall (freebsd-arm64), const AF_INET_SDP = 40
    pkg syscall (freebsd-arm64), const AF_INET_SDP ideal-int
    pkg syscall (freebsd-arm64), const AF_INET6 = 28
    pkg syscall (freebsd-arm64), const AF_INET6_SDP = 42
    pkg syscall (freebsd-arm64), const AF_INET6_SDP ideal-int
    pkg syscall (freebsd-arm64), const AF_IPX = 23
    pkg syscall (freebsd-arm64), const AF_IPX ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_IEEE80211 ideal-int
    pkg syscall (darwin-arm64), const AF_IMPLINK = 3
    pkg syscall (darwin-arm64), const AF_IMPLINK ideal-int
    pkg syscall (darwin-arm64), const AF_INET6 = 30
    pkg syscall (darwin-arm64), const AF_IPX = 23
    pkg syscall (darwin-arm64), const AF_IPX ideal-int
    pkg syscall (darwin-arm64), const AF_ISDN = 28
    pkg syscall (darwin-arm64), const AF_ISDN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top