Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for character (0.4 sec)

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

    0E01..0E32    ; valid                                  # 1.1  THAI CHARACTER KO KAI..THAI CHARACTER SARA AA
    0E33          ; mapped                 ; 0E4D 0E32     # 1.1  THAI CHARACTER SARA AM
    0E34..0E3A    ; valid                                  # 1.1  THAI CHARACTER SARA I..THAI CHARACTER PHINTHU
    0E3B..0E3E    ; disallowed                             # NA   <reserved-0E3B>..<reserved-0E3E>
    Registered: 2024-06-16 04:42
    - Last Modified: 2024-02-10 11:25
    - 854.1K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            Precedence MUST be given to the rule with the largest number of:
    
    
                            * Characters in a matching non-wildcard hostname.
                            * Characters in a matching hostname.
                            * Characters in a matching service.
                            * Characters in a matching method.
                            * Header matches.
    
    
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-05-09 02:01
    - 912.2K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    				}},
    			},
    			errorType:   "FieldValueInvalid",
    			errorDetail: "name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character",
    		},
    	}
    
    	for k, v := range errorCases {
    		t.Run(k, func(t *testing.T) {
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-05-29 22:40
    - 857.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    kube-proxy, kubeadm {alpha|config|token|version}, kubemark. Flags should be prefixed with a single dash "-" (0x45) for short form or double dash "--" for long form. Before this change, malformed flags (for example, starting with a non-ascii dash character such as 0x8211: "–") would have been silently treated as positional arguments and ignored. ([#91349](https://github.com/kubernetes/kubernetes/pull/91349), [@neolit123](https://github.com/neolit123)) [SIG API Machinery, Cloud Provider, Cluster Lifecycle,...
    Registered: 2024-06-15 01:39
    - Last Modified: 2022-01-05 05:42
    - 489.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                }
              },
              {
                "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.",
                "in": "query",
                "name": "fieldManager",
                "schema": {
                  "type": "string",
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-04-22 12:18
    - 656.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                }
              },
              {
                "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.",
                "in": "query",
                "name": "fieldManager",
                "schema": {
                  "type": "string",
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-05-29 22:40
    - 810.7K bytes
    - Viewed (0)
  7. RELEASE.md

            *   `standardize="lower"` will lowercase inputs.
            *   `standardize="string_punctuation"` will remove all punctuation.
            *   `split="character"` will split on every unicode character.
        *   Added an `output_mode` argument to the `Discretization` and `Hashing`
            layers with the same semantics as other preprocessing layers. All
    Registered: 2024-06-16 05:45
    - Last Modified: 2024-06-11 23:24
    - 730.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    output subscript. The input subscripts and the output subscript should consist
    of zero or more named axis labels and at most one ellipsis (`...`).
    
    The named axis labels may be any single character other than those having
    special meaning, namely `,.->`. The behavior of this Op is undefined if it
    receives an ill-formatted equation; since the validation is done at
    Registered: 2024-06-16 05:45
    - Last Modified: 2024-06-11 23:24
    - 793K bytes
    - Viewed (0)
Back to top