Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for LINK (0.13 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DocLink.Recv", Field, 19},
    		{"DocLink.Text", Field, 19},
    		{"Heading", Type, 19},
    		{"Heading.Text", Field, 19},
    		{"Italic", Type, 19},
    		{"Link", Type, 19},
    		{"Link.Auto", Field, 19},
    		{"Link.Text", Field, 19},
    		{"Link.URL", Field, 19},
    		{"LinkDef", Type, 19},
    		{"LinkDef.Text", Field, 19},
    		{"LinkDef.URL", Field, 19},
    		{"LinkDef.Used", Field, 19},
    		{"List", Type, 19},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    					Ports:     []core.EndpointPort{{Name: "p", Port: 93, Protocol: "TCP"}},
    				}},
    			},
    			errorType:   "FieldValueInvalid",
    			errorDetail: "link-local",
    		},
    		"Address is link-local multicast": {
    			endpoints: core.Endpoints{
    				ObjectMeta: metav1.ObjectMeta{Name: "mysvc", Namespace: "namespace"},
    				Subsets: []core.EndpointSubset{{
    					Addresses: []core.EndpointAddress{{IP: "224.0.0.1"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

        *   Add `auc_with_confidence_intervals`, a method for computing the AUC and
            confidence interval with linearithmic time complexity.
        *   `regression_head` now accepts customized link function, to satisfy the
            usage that user can define their own link function if the
            `array_ops.identity` does not meet the requirement.
        *   Fix `initialized_value` and `initial_value` behaviors for
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "path": {
                "default": "",
                "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
                "type": "string"
              },
              "type": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top