Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for SYNTAX (0.47 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      description: '[RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                      type: string
                                  type: object
                                description: withoutHeader has the same syntax with the
                                  header, but has opposite meaning.
                                type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                                      description: '[RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                      type: string
                                  type: object
                                description: withoutHeader has the same syntax with the
                                  header, but has opposite meaning.
                                type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
                                      type: string
                                  type: object
                                description: withoutHeader has the same syntax with the
                                  header, but has opposite meaning.
                                type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "required": [
              "replicas"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. RELEASE.md

    * <ADDING/BUMPING DEPENDENCIES SHOULD GO HERE>
    * <KNOWN LACK OF SUPPORT ON SOME PLATFORM, SHOULD GO HERE>
    
    ### Major Features and Improvements
    
    *   <INSERT MAJOR FEATURE HERE, USING MARKDOWN SYNTAX>
    *   <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER>
    
    ### Bug Fixes and Other Changes
    
    * <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Jsonpath support in kubectl / client-go serializes complex types (maps / slices / structs) as json instead of Go-syntax. ([#89660](https://github.com/kubernetes/kubernetes/pull/89660), [@pjferrell](https://github.com/pjferrell)) [SIG API Machinery, CLI and Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg reflect, method (Value) Equal(Value) bool #46746
    pkg reflect, method (Value) Grow(int) #48000
    pkg reflect, method (Value) SetZero() #52376
    pkg regexp/syntax, const ErrLarge ErrorCode #56041
    pkg regexp/syntax, const ErrLarge = "expression too large" #56041
    pkg runtime/cgo (darwin-amd64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (darwin-arm64-cgo), type Incomplete struct #46731
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The boolean values (True or False) of the output tensor indicate
    if the input matches the regex pattern provided.
    
    The pattern follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{A string tensor of the text to be processed.}]>:$input,
    
        StrAttr:$pattern
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MatchReader", Func, 0},
    		{"MatchString", Func, 0},
    		{"MustCompile", Func, 0},
    		{"MustCompilePOSIX", Func, 0},
    		{"QuoteMeta", Func, 0},
    		{"Regexp", Type, 0},
    	},
    	"regexp/syntax": {
    		{"(*Error).Error", Method, 0},
    		{"(*Inst).MatchEmptyWidth", Method, 0},
    		{"(*Inst).MatchRune", Method, 0},
    		{"(*Inst).MatchRunePos", Method, 3},
    		{"(*Inst).String", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top