Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 85 for Largest (0.18 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	NS_ALL       = 0
    	NS_DNS       = 12
    	NS_NLA       = 15
    	NS_BTH       = 16
    	NS_EMAIL     = 37
    	NS_PNRPNAME  = 38
    	NS_PNRPCLOUD = 39
    )
    
    type DNSSRVData struct {
    	Target   *uint16
    	Priority uint16
    	Weight   uint16
    	Port     uint16
    	Pad      uint16
    }
    
    type DNSPTRData struct {
    	Host *uint16
    }
    
    type DNSMXData struct {
    	NameExchange *uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    	if fqdnErr != nil && ipErr != nil {
    		errs = appendErrors(errs, fmt.Errorf("tunnel target host must be valid FQDN or IP address: %s; %s", fqdnErr, ipErr))
    	}
    	if err := agent.ValidatePort(int(tunnel.TargetPort)); err != nil {
    		errs = appendErrors(errs, fmt.Errorf("tunnel target port is invalid: %s", err))
    	}
    	return
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

            body = "/a has moved!",
          ),
        )
        server.enqueue(
          MockResponse(body = "this is the redirect target"),
        )
    
        val call = client.newCall(Request(server.url("/")))
        val response = call.execute()
        assertThat(response.body.string()).isEqualTo("this is the redirect target")
        assertThat(response.priorResponse?.body?.contentType())
          .isEqualTo("text/plain; charset=UTF-8".toMediaType())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		//
    		// Apply operation to bit ValAndOff(AuxInt).Val() in the 64 bits at
    		// memory address arg0+ValAndOff(AuxInt).Off()+aux
    		// Bit index must be in range (31-63).
    		// (We use OR/AND/XOR for thinner targets and lower bit indexes.)
    		// arg1=mem, returns mem
    		//
    		// Note that there aren't non-const versions of these instructions.
    		// Well, there are such instructions, but they are slow and weird so we don't use them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  6. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/cache/LocalCache.java

              // Single node on list
              if (next == null) {
                newTable.set(headIndex, head);
              } else {
                // Reuse the consecutive sequence of nodes with the same target
                // index from the end of the list. tail points to the first
                // entry in the reusable list.
                ReferenceEntry<K, V> tail = head;
                int tailIndex = headIndex;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
Back to top