Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,334 for 2055 (0.27 sec)

  1. src/time/example_test.go

    	// Unix format: Wed Feb 25 11:06:39 PST 2015
    	// Same, in UTC: Wed Feb 25 19:06:39 UTC 2015
    	//in Shanghai with seconds: 2015-02-26T03:06:39 +080000
    	//in Shanghai with colon seconds: 2015-02-26T03:06:39 +08:00:00
    	//
    	// Formats:
    	//
    	// Basic full date  "Mon Jan 2 15:04:05 MST 2006" gives "Wed Feb 25 11:06:39 PST 2015"
    	// Basic short date "2006/01/02" gives "2015/02/25"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/none_lds_tcp.json

                        "cluster": {
                          "Kind": {
                            "StringValue": "outbound|2005||s2.external.test.istio.io"
                          }
                        },
                        "stat_prefix": {
                          "Kind": {
                            "StringValue": "outbound|2005||s2.external.test.istio.io"
                          }
                        }
                      }
                    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testso/testdata/sovar/cgoso_c.c

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 01:37:41 UTC 2023
    - 221 bytes
    - Viewed (0)
  4. src/runtime/export_arm_test.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Export guts for testing.
    
    package runtime
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 226 bytes
    - Viewed (0)
  5. test/linkmain.go

    //go:build ignore
    
    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // For linkmain_run.go.
    
    package notmain
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 237 bytes
    - Viewed (0)
  6. test/literal2.go

    	// hexadecimal floats
    	assert(equal(0x1p-2, 0.25))
    	assert(equal(0x2.p10, 2048.0))
    	assert(equal(0x1.Fp+0, 1.9375))
    	assert(equal(0x.8p-0, 0.5))
    	assert(equal(0x1FFFp-16, 0.1249847412109375))
    	assert(equal(0x1.fffffffffffffp1023, 1.7976931348623157e308))
    	assert(equal(0x1.fffffffffffffp1023i, complex(0, 1.7976931348623157e308)))
    
    	assert(equal(0x_1p-2, 0.25))
    	assert(equal(0x2.p1_0, 2048.0))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 19 22:45:09 UTC 2019
    - 2.2K bytes
    - Viewed (0)
  7. test/fixedbugs/issue10219.dir/c.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package c
    
    import "./b"
    
    func F() {
    	s := b.F()
    	s.M("c")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 15 06:04:51 UTC 2015
    - 220 bytes
    - Viewed (0)
  8. src/mime/type_dragonfly.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package mime
    
    func init() {
    	typeFiles = append(typeFiles, "/usr/local/etc/mime.types")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 12 15:51:21 UTC 2015
    - 250 bytes
    - Viewed (0)
  9. test-site/project/build.properties

    #Activator-generated Properties
    #Sun Apr 19 02:46:12 JST 2015
    template.uuid=f875d6f6-609b-4be0-b365-b1c501866eeb
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 132 bytes
    - Viewed (0)
  10. src/cmd/vet/testdata/tagtest/file2.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !testtag
    // +build !testtag
    
    package main
    
    import "fmt"
    
    func main() {
    	fmt.Printf("%s", 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 20 03:54:48 UTC 2021
    - 265 bytes
    - Viewed (0)
Back to top