Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,041 for Stringer (0.14 sec)

  1. src/html/template/attr_string.go

    // Code generated by "stringer -type attr"; DO NOT EDIT.
    
    package template
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[attrNone-0]
    	_ = x[attrScript-1]
    	_ = x[attrScriptType-2]
    	_ = x[attrStyle-3]
    	_ = x[attrURL-4]
    	_ = x[attrSrcset-5]
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:24:07 UTC 2023
    - 719 bytes
    - Viewed (0)
  2. src/math/big/roundingmode_string.go

    // Code generated by "stringer -type=RoundingMode"; DO NOT EDIT.
    
    package big
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[ToNearestEven-0]
    	_ = x[ToNearestAway-1]
    	_ = x[ToZero-2]
    	_ = x[AwayFromZero-3]
    	_ = x[ToNegativeInf-4]
    	_ = x[ToPositiveInf-5]
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:24:07 UTC 2023
    - 819 bytes
    - Viewed (0)
  3. test/interface/convert.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test all the different interface conversion runtime functions.
    
    package main
    
    type Stringer interface {
    	String() string
    }
    type StringLengther interface {
    	String() string
    	Length() int
    }
    type Empty interface{}
    
    type T string
    
    func (t T) String() string {
    	return string(t)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 06:33:41 UTC 2012
    - 1.9K bytes
    - Viewed (0)
  4. src/html/template/context.go

    // HTML attribute produced by
    //
    //	<div title="Hello {{.World}}">
    //
    // is a single token in HTML's grammar but in a template spans several nodes.
    type state uint8
    
    //go:generate stringer -type state
    
    const (
    	// stateText is parsed character data. An HTML parser is in
    	// this state when its parse position is outside an HTML tag,
    	// directive, comment, and special element body.
    	stateText state = iota
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/abi_string.go

    // Code generated by "stringer -type ABI"; DO NOT EDIT.
    
    package obj
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[ABI0-0]
    	_ = x[ABIInternal-1]
    	_ = x[ABICount-2]
    }
    
    const _ABI_name = "ABI0ABIInternalABICount"
    
    var _ABI_index = [...]uint8{0, 4, 15, 23}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:24:07 UTC 2023
    - 589 bytes
    - Viewed (0)
  6. src/html/template/delim_string.go

    // Code generated by "stringer -type delim"; DO NOT EDIT.
    
    package template
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[delimNone-0]
    	_ = x[delimDoubleQuote-1]
    	_ = x[delimSingleQuote-2]
    	_ = x[delimSpaceOrTagEnd-3]
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:24:07 UTC 2023
    - 701 bytes
    - Viewed (0)
  7. src/go/constant/kind_string.go

    // Code generated by "stringer -type Kind"; DO NOT EDIT.
    
    package constant
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[Unknown-0]
    	_ = x[Bool-1]
    	_ = x[String-2]
    	_ = x[Int-3]
    	_ = x[Float-4]
    	_ = x[Complex-5]
    }
    
    const _Kind_name = "UnknownBoolStringIntFloatComplex"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 17 19:11:05 UTC 2021
    - 676 bytes
    - Viewed (0)
  8. cmd/rebalancemetric_string.go

    // Code generated by "stringer -type=rebalanceMetric -trimprefix=rebalanceMetric erasure-server-pool-rebalance.go"; DO NOT EDIT.
    
    package cmd
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[rebalanceMetricRebalanceBuckets-0]
    	_ = x[rebalanceMetricRebalanceBucket-1]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Oct 25 19:36:57 UTC 2022
    - 988 bytes
    - Viewed (0)
  9. cmd/format_string.go

    // Code generated by "stringer -type=format -trimprefix=format untar.go"; DO NOT EDIT.
    
    package cmd
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[formatUnknown-0]
    	_ = x[formatGzip-1]
    	_ = x[formatZstd-2]
    	_ = x[formatLZ4-3]
    	_ = x[formatS2-4]
    	_ = x[formatBZ2-5]
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 737 bytes
    - Viewed (0)
  10. src/cmd/internal/objabi/symkind_string.go

    // Code generated by "stringer -type=SymKind"; DO NOT EDIT.
    
    package objabi
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[Sxxx-0]
    	_ = x[STEXT-1]
    	_ = x[SRODATA-2]
    	_ = x[SNOPTRDATA-3]
    	_ = x[SDATA-4]
    	_ = x[SBSS-5]
    	_ = x[SNOPTRBSS-6]
    	_ = x[STLSBSS-7]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 05 19:44:37 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top