Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 110 for keyFor (0.12 sec)

  1. src/go/scanner/scanner.go

    // [token.IMAG], [token.CHAR], [token.STRING]) or [token.COMMENT], the literal string
    // has the corresponding value.
    //
    // If the returned token is a keyword, the literal string is the keyword.
    //
    // If the returned token is [token.SEMICOLON], the corresponding
    // literal string is ";" if the semicolon was present in the source,
    // and "\n" if the semicolon was inserted because of a newline or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t  \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t  \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go

    	// - '__' escapes to '__underscores__'
    	// - '.' escapes to '__dot__'
    	// - '-' escapes to '__dash__'
    	// - '/' escapes to '__slash__'
    	// - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:
    	//	  "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if",
    	//	  "import", "let", "loop", "package", "namespace", "return".
    	// Examples:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/typestring.go

    func WriteType(buf *bytes.Buffer, typ Type, qf Qualifier) {
    	newTypeWriter(buf, qf).typ(typ)
    }
    
    // WriteSignature writes the representation of the signature sig to buf,
    // without a leading "func" keyword. The [Qualifier] controls the printing
    // of package-level objects, and may be nil.
    func WriteSignature(buf *bytes.Buffer, sig *Signature, qf Qualifier) {
    	newTypeWriter(buf, qf).signature(sig)
    }
    
    type typeWriter struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. src/go/printer/testdata/comments.golden

    	default:
    	}
    
    	switch x.(type) {
    	}
    
    	switch v0, ok := x.(int); v := x.(type) {
    	}
    
    	switch v0, ok := x.(int); x.(type) {
    	case byte:	// this comment should be on the same line as the keyword
    		// this comment should be normally indented
    		_ = 0
    	case bool, int, float:
    		// this comment should be indented
    	case string:
    	default:
    		// this comment should be indented
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 25 23:11:14 UTC 2022
    - 11.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // - '__' escapes to '__underscores__'
      // - '.' escapes to '__dot__'
      // - '-' escapes to '__dash__'
      // - '/' escapes to '__slash__'
      // - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:
      // 	  "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if",
      // 	  "import", "let", "loop", "package", "namespace", "return".
      // Examples:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modindex/build.go

    	case ".syso":
    		return &p.SysoFiles
    	}
    	return nil
    }
    
    var errNoModules = errors.New("not using modules")
    
    func findImportComment(data []byte) (s string, line int) {
    	// expect keyword package
    	word, data := parseWord(data)
    	if string(word) != "package" {
    		return "", 0
    	}
    
    	// expect package name
    	_, data = parseWord(data)
    
    	// now ready for import comment, a // or /* */ comment
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 17:39:23 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  8. src/go/types/typestring.go

    func WriteType(buf *bytes.Buffer, typ Type, qf Qualifier) {
    	newTypeWriter(buf, qf).typ(typ)
    }
    
    // WriteSignature writes the representation of the signature sig to buf,
    // without a leading "func" keyword. The [Qualifier] controls the printing
    // of package-level objects, and may be nil.
    func WriteSignature(buf *bytes.Buffer, sig *Signature, qf Qualifier) {
    	newTypeWriter(buf, qf).signature(sig)
    }
    
    type typeWriter struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ru.properties

    labels.searchlog_log_type_search_keyword=Keywords
    labels.searchlog_log_type_search_zerohit=Zero Hits
    labels.searchlog_log_type_search_zeroclick=Zero Clicks
    labels.searchlog_log_type_search_count_hour=Keyword by Hour
    labels.searchlog_log_type_search_count_day=Keyword by Day
    labels.searchlog_log_type_search_user_hour=User by Hour
    labels.searchlog_log_type_search_user_day=User by Day
    labels.searchlog_log_type_search_reqtimeavg_hour=Request Time Avg. by Hour
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/resolution_rules.adoc

    include::sample[dir="snippets/dependencyManagement/customizingResolution-attributeSubstitutionRule/groovy",files="lib/build.gradle[tags=dependencies]"]
    ====
    
    The `platform` keyword is actually a short-hand notation for a _dependency with attributes_.
    If we want to substitute this dependency with a regular dependency, then we need to select precisely the dependencies which have the `platform` attribute.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 00:09:06 UTC 2024
    - 30.1K bytes
    - Viewed (0)
Back to top