Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for TitleCase (0.33 sec)

  1. operator/pkg/translate/translate.go

    // If the name of the component is lower case, the function will use the capitalized version
    // of the name.
    func (t *Translator) ComponentMap(cns string) *ComponentMaps {
    	cn := name.TitleCase(name.ComponentName(cns))
    	return t.ComponentMaps[cn]
    }
    
    func (t *Translator) ProtoToHelmValues2(ii *v1alpha1.IstioOperatorSpec) (map[string]any, error) {
    	by, err := json.Marshal(ii)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    	S      = _S
    	Title  = _Lt // Title is the set of Unicode title case letters.
    	Lt     = _Lt // Lt is the set of Unicode characters in category Lt (Letter, titlecase).
    	Upper  = _Lu // Upper is the set of Unicode upper case letters.
    	Lu     = _Lu // Lu is the set of Unicode characters in category Lu (Letter, uppercase).
    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/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Terminal_Punctuation", Var, 0},
    		{"Thaana", Var, 0},
    		{"Thai", Var, 0},
    		{"Tibetan", Var, 0},
    		{"Tifinagh", Var, 0},
    		{"Tirhuta", Var, 4},
    		{"Title", Var, 0},
    		{"TitleCase", Const, 0},
    		{"To", Func, 0},
    		{"ToLower", Func, 0},
    		{"ToTitle", Func, 0},
    		{"ToUpper", Func, 0},
    		{"Toto", Var, 21},
    		{"TurkishCase", Var, 0},
    		{"Ugaritic", Var, 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)
  4. api/go1.txt

    pkg unicode, const MaxCase ideal-int
    pkg unicode, const MaxLatin1 ideal-char
    pkg unicode, const MaxRune ideal-char
    pkg unicode, const ReplacementChar ideal-char
    pkg unicode, const TitleCase ideal-int
    pkg unicode, const UpperCase ideal-int
    pkg unicode, const UpperLower ideal-char
    pkg unicode, const Version ideal-string
    pkg unicode, func Is(*RangeTable, int32) bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg unicode, const MaxASCII = 127
    pkg unicode, const MaxCase = 3
    pkg unicode, const MaxLatin1 = 255
    pkg unicode, const MaxRune = 1114111
    pkg unicode, const ReplacementChar = 65533
    pkg unicode, const TitleCase = 2
    pkg unicode, const UpperCase = 0
    pkg unicode, const UpperLower = 1114112
    pkg unicode, const Version = "6.2.0"
    pkg unicode, type RangeTable struct, LatinOffset int
    pkg unicode, var Chakma *RangeTable
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top