Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for hyphens (0.36 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    - required: - regex properties: exact: type: string prefix: type: string regex: description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax). type: string type: object description: The header keys must be lowercase and use hyphen as the separator, e.g. type: object ignoreUriCase: description: Flag to specify whether the URI matching should be case-insensitive. type: boolean method: description: 'HTTP Method values are case-sensitive and formatted as follows: - `exact: "value"`...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    	Hex_Digit                          = _Hex_Digit                          // Hex_Digit is the set of Unicode characters with property Hex_Digit.
    	Hyphen                             = _Hyphen                             // Hyphen is the set of Unicode characters with property Hyphen.
    	IDS_Binary_Operator                = _IDS_Binary_Operator                // IDS_Binary_Operator is the set of Unicode characters with property IDS_Binary_Operator.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"𝒽":                            "\U0001d4bd",
    	"ℏ":                          "\u210f",
    	"ħ":                          "\u0127",
    	"⁃":                          "\u2043",
    	"‐":                          "\u2010",
    	"í":                          "\u00ed",
    	"⁣":                              "\u2063",
    	"î":                           "\u00ee",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"hscr;":                            '\U0001D4BD',
    		"hslash;":                          '\U0000210F',
    		"hstrok;":                          '\U00000127',
    		"hybull;":                          '\U00002043',
    		"hyphen;":                          '\U00002010',
    		"iacute;":                          '\U000000ED',
    		"ic;":                              '\U00002063',
    		"icirc;":                           '\U000000EE',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Less8  (Const8  <t> [math.MaxInt8 -1]) x) => (Eq8  x (Const8  <t> [math.MaxInt8 ]))
    
    // Ands clear bits. Ors set bits.
    // If a subsequent Or will set all the bits
    // that an And cleared, we can skip the And.
    // This happens in bitmasking code like:
    //   x &^= 3 << shift // clear two old bits
    //   x  |= v << shift // set two new bits
    // when shift is a small constant and v ends up a constant 3.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  6. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    		updatedNodeStatuses     []v1.NodeStatus
    		expectedInitialStates   map[string]ZoneState
    		expectedFollowingStates map[string]ZoneState
    	}{
    		"No Disruption: Node created recently without failure domain labels (happens only at cluster startup)": {
    			nodeList: []*v1.Node{
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:              "node0",
    						CreationTimestamp: fakeNow,
    					},
    					Status: v1.NodeStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    under the door; so either way I'll get into the garden, and I
    don't care which happens!'
    
      She ate a little bit, and said anxiously to herself, `Which
    way?  Which way?', holding her hand on the top of her head to
    feel which way it was growing, and she was quite surprised to
    find that she remained the same size:  to be sure, this generally
    happens when one eats cake, but Alice had got so much into the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    under the door; so either way I'll get into the garden, and I
    don't care which happens!'
    
      She ate a little bit, and said anxiously to herself, `Which
    way?  Which way?', holding her hand on the top of her head to
    feel which way it was growing, and she was quite surprised to
    find that she remained the same size:  to be sure, this generally
    happens when one eats cake, but Alice had got so much into the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    defined as did the Circumference of the first Image Y. Thus it happens if the Glass of the Prisms be free from Veins, and their sides be accurately plane and well polished without those numberless Waves or Curles which usually arise from Sand-holes a little smoothed in polishing with Putty. If the Glass be only well polished and free from Veins, and the Sides not accurately plane, but a little Convex or Concave, as it frequently happens; yet may the three Spectrums Y, PT and _pt_ want Penumbras, but...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // object, which corresponds to the object graph being a tree.
      //
      // But, there cases where the object graph is a general graph. For
      // example, this happens commonly in Keras models, where `foo.bar` is
      // also reachable via the name `keras_api.foo.bar`.
      // Cycles are possible too.
      absl::flat_hash_map<int, std::vector<std::string>> object_names_;
    
      // Key: node_id
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top