Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 45 for f12a (0.04 sec)

  1. test/fixedbugs/issue46653.dir/bad/bad.go

    	E1 E
    	E2 E
    	E3 E
    	E4 E
    }
    
    type E struct {
    	F1  string
    	F2  string
    	F3  string
    	F4  string
    	F5  string
    	F6  string
    	F7  string
    	F8  string
    	F9  string
    	F10 string
    	F11 string
    	F12 string
    	F13 string
    	F14 string
    	F15 string
    	F16 string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 09 02:18:34 UTC 2021
    - 953 bytes
    - Viewed (0)
  2. src/unicode/example_test.go

    	fmt.Printf("%#U\n", unicode.SimpleFold('\u212A')) // 'K'
    	fmt.Printf("%#U\n", unicode.SimpleFold('1'))      // '1'
    
    	// Output:
    	// U+0061 'a'
    	// U+0041 'A'
    	// U+006B 'k'
    	// U+212A 'K'
    	// U+004B 'K'
    	// U+0031 '1'
    }
    
    func ExampleTo() {
    	const lcG = 'g'
    	fmt.Printf("%#U\n", unicode.To(unicode.UpperCase, lcG))
    	fmt.Printf("%#U\n", unicode.To(unicode.LowerCase, lcG))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 00:18:29 UTC 2021
    - 5.2K bytes
    - Viewed (0)
  3. src/go/parser/parser_test.go

    			}
    		}
    		return true
    	})
    }
    
    func TestUnresolved(t *testing.T) {
    	f, err := ParseFile(token.NewFileSet(), "", `
    package p
    //
    func f1a(int)
    func f2a(byte, int, float)
    func f3a(a, b int, c float)
    func f4a(...complex)
    func f5a(a s1a, b ...complex)
    //
    func f1b(*int)
    func f2b([]byte, (int), *float)
    func f3b(a, b *int, c []float)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 20:26:14 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  4. test/prove.go

    	useSlice(a[:i]) // ERROR "Proved IsSliceInBounds$"
    }
    
    func f11d(a []int, i int) {
    	useInt(a[2*i+7])
    	useInt(a[2*i+7]) // ERROR "Proved IsInBounds$"
    }
    
    func f12(a []int, b int) {
    	useSlice(a[:b])
    }
    
    func f13a(a, b, c int, x bool) int {
    	if a > 12 {
    		if x {
    			if a < 12 { // ERROR "Disproved Less64$"
    				return 1
    			}
    		}
    		if x {
    			if a <= 12 { // ERROR "Disproved Leq64$"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 23 00:02:36 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/internal/tls/OkHostnameVerifier.kt

          verifyHostname(hostname, it)
        }
      }
    
      /**
       * This is like [toLowerCase] except that it does nothing if this contains any non-ASCII
       * characters. We want to avoid lower casing special chars like U+212A (Kelvin symbol) because
       * they can return ASCII characters that match real hostnames.
       */
      private fun String.asciiToLowercase(): String {
        return when {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 14:55:09 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/plugins/form-validator/sepa.js

    01"],["SI",19,"F05F08F02"],["SK",24,"F04F06F10"],["SM",27,"U01F05F05A12"],["ST",25,"F08F11F02"],["TL",23,"F03F14F02"],["TN",24,"F02F03F13F02"],["TR",26,"F05F01A16"],["VG",24,"U04F16"],["XK",20,"F04F10F02"],["AO",25,"F21"],["BF",27,"F23"],["BI",16,"F12"],["BJ",28,"F24"],["CI",28,"U01F23"],["CM",27,"F23"],["CV",25,"F21"],["DZ",24,"F20"],["IR",26,"F22"],["JO",30,"A04F22"],["MG",27,"F23"],["ML",28,"U01F23"],["MZ",25,"F21"],["QA",29,"U04A21"],["SN",28,"U01F23"],["UA",29,"F25"]],c=function(a){a=a.repl...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 3.4K bytes
    - Viewed (0)
  7. test/live_regabi.go

    // to get a true select; smaller selects compile to optimized helper functions.
    
    var c chan *int
    var b bool
    
    // this used to have a spurious "live at entry to f11a: ~r0"
    func f11a() *int {
    	select { // ERROR "stack object .autotmp_[0-9]+ \[2\]runtime.scase$"
    	case <-c:
    		return nil
    	case <-c:
    		return nil
    	}
    }
    
    func f11b() *int {
    	p := new(int)
    	if b {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go

    	R17
    	R18
    	R19
    	R20
    	R21
    	R22
    	R23
    	R24
    	R25
    	R26
    	R27
    	R28
    	R29
    	R30
    	R31
    	F0
    	F1
    	F2
    	F3
    	F4
    	F5
    	F6
    	F7
    	F8
    	F9
    	F10
    	F11
    	F12
    	F13
    	F14
    	F15
    	F16
    	F17
    	F18
    	F19
    	F20
    	F21
    	F22
    	F23
    	F24
    	F25
    	F26
    	F27
    	F28
    	F29
    	F30
    	F31
    	V0 // VSX extension, F0 is V0[0:63].
    	V1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 03 01:35:44 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/mod/module/module.go

    // For example, U+004B ('K'), U+006B ('k'), and U+212A ('K' for Kelvin)
    // are three distinct runes that case-fold to each other.
    // When we do add Unicode letters, we must not assume that upper/lower
    // are the only case-equivalent pairs.
    // Perhaps the Kelvin symbol would be disallowed entirely, for example.
    // Or perhaps it would escape as "!!k", or perhaps as "(212A)".
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 20:17:07 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/operand_test.go

    	{"F1", "F1"},
    	{"F2", "F2"},
    	{"F3", "F3"},
    	{"F4", "F4"},
    	{"F5", "F5"},
    	{"F6", "F6"},
    	{"F7", "F7"},
    	{"F8", "F8"},
    	{"F9", "F9"},
    	{"F10", "F10"},
    	{"F11", "F11"},
    	{"F12", "F12"},
    	{"F13", "F13"},
    	{"F14", "F14"},
    	{"F15", "F15"},
    	{"V0", "V0"},
    	{"V1", "V1"},
    	{"V2", "V2"},
    	{"V3", "V3"},
    	{"V4", "V4"},
    	{"V5", "V5"},
    	{"V6", "V6"},
    	{"V7", "V7"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top