Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for declTypes (0.14 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    			}
    		}
    
    		// If any schema related validation errors have been found at this level or deeper, skip CEL expression validation.
    		// Invalid OpenAPISchemas are not always possible to convert into valid CEL DeclTypes, and can lead to CEL
    		// validation error messages that are not actionable (will go away once the schema errors are resolved) and that
    		// are difficult for CEL expression authors to understand.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    //	         ::= <template-prefix> <template-args>
    //	         ::= <template-param>
    //	         ::= <decltype>
    //	         ::=
    //	         ::= <substitution>
    //
    //	<template-prefix> ::= <prefix> <(template) unqualified-name>
    //	                  ::= <template-param>
    //	                  ::= <substitution>
    //
    //	<decltype> ::= Dt <expression> E
    //	           ::= DT <expression> E
    func (st *state) prefix() AST {
    	var a AST
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top