Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,316 for addUses (0.23 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/-HostnamesCommon.kt

      //
      if (b != address.size) {
        if (compress == -1) return null // Address didn't have compression or enough groups.
        address.copyInto(address, address.size - (b - compress), compress, b)
        address.fill(0.toByte(), compress, compress + (address.size - b))
      }
    
      return address
    }
    
    /** Decodes an IPv4 address suffix of an IPv6 address, like 1111::5555:6666:192.168.0.1. */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/inet/SocketInetAddressTest.groovy

        def "has useful display name"() {
            def address = new SocketInetAddress(localhost, 234)
    
            expect:
            address.displayName == "localhost/${localhost.hostAddress}:234"
            address.toString() == "localhost/${localhost.hostAddress}:234"
        }
    
        def "equal when address and port are equal"() {
            def address = new SocketInetAddress(localhost, 234)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  3. src/net/sockaddr_posix.go

    // A sockaddr represents a TCP, UDP, IP or Unix network endpoint
    // address that can be converted into a syscall.Sockaddr.
    type sockaddr interface {
    	Addr
    
    	// family returns the platform-dependent address family
    	// identifier.
    	family() int
    
    	// isWildcard reports whether the address is a wildcard
    	// address.
    	isWildcard() bool
    
    	// sockaddr returns the address converted into a syscall
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. src/encoding/xml/example_test.go

    	fmt.Printf("Email: %v\n", v.Email)
    	fmt.Printf("Groups: %v\n", v.Groups)
    	fmt.Printf("Address: %v\n", v.Address)
    	// Output:
    	// XMLName: xml.Name{Space:"", Local:"Person"}
    	// Name: "Grace R. Emlin"
    	// Phone: "none"
    	// Email: [{home ******@****.***} {work ******@****.***}]
    	// Groups: [Friends Squash]
    	// Address: {Hanga Roa Easter Island}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 3.7K bytes
    - Viewed (0)
  5. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/remote/internal/inet/SocketInetAddress.java

            @Override
            public void write(Encoder encoder, SocketInetAddress address) throws Exception {
                writeAddress(encoder, address);
                encoder.writeInt(address.port);
            }
    
            private void writeAddress(Encoder encoder, SocketInetAddress address) throws IOException {
                encoder.writeBinary(address.address.getAddress());
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/registry/DaemonRegistryUpdaterTest.groovy

        def "marks idle"() {
            given:
            updater.onStart(address)
    
            when:
            updater.onCompleteActivity()
    
            then:
            1 * registry.markState(address, Idle)
        }
    
        def "ignores empty cache on marking idle"() {
            given:
            updater.onStart(address)
            registry.markState(address, Idle) >> { throw new EmptyRegistryException("") }
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/NameServiceClient.java

         * NetBIOS address. This provides a way to retrieve the other names for a
         * host with the same IP address.
         *
         * @param addr
         *            the address to query
         * @return resolved addresses
         * @throws UnknownHostException
         *             if address cannot be resolved
         */
        NetbiosAddress[] getNbtAllByAddress ( NetbiosAddress addr ) throws UnknownHostException;
    
    
        /**
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 7.9K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-full.yaml

          - suffix: -not-ns-suffix
          - presence: {}
    - rules:
      - matches:
        - notSourceIps:
          - address: AgIDBA==
            length: 32
          - address: BgYAAA==
            length: 16
          sourceIps:
          - address: AQIDBA==
            length: 32
          - address: BQYAAA==
            length: 16
    - rules:
      - matches:
        - destinationPorts:
          - 80
          - 90
          notDestinationPorts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/listener_test.go

    			inFilter: &ListenerFilter{
    				Address: "0.0.0.0",
    			},
    			inListener: &listener.Listener{
    				Address: &core.Address{
    					Address: &core.Address_SocketAddress{
    						SocketAddress: &core.SocketAddress{Address: "1.1.1.1"},
    					},
    				},
    				AdditionalAddresses: []*listener.AdditionalAddress{
    					{
    						Address: &core.Address{
    							Address: &core.Address_SocketAddress{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  10. guava/src/com/google/common/net/InetAddresses.java

       *
       * @param hostAddr an RFC 3986 section 3.2.2 encoded IPv4 or IPv6 address
       * @return an InetAddress representing the address in {@code hostAddr}
       * @throws IllegalArgumentException if {@code hostAddr} is not a valid IPv4 address, or IPv6
       *     address surrounded by square brackets, or if the address has a scope id that fails
       *     validation against interfaces on the machine
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
Back to top