Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for 992Z (0.04 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

             ],
             "name": "virtualOutbound-catchall-tcp"
            }
           ],
           "use_original_dst": true,
           "traffic_direction": "OUTBOUND"
          },
          "last_updated": "2023-06-20T09:07:41.992Z"
         }
        },
        {
         "name": "virtualInbound",
         "active_state": {
          "version_info": "2023-06-20T09:07:41Z/3",
          "listener": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (0)
  2. tests/serializer_test.go

    		EncryptedString: EncryptedString("pass"),
    		CreatedTime:     createdAt.Unix(),
    		UpdatedTime:     &updatedAt,
    		JobInfo: Job{
    			Title:    "programmer",
    			Number:   9920,
    			Location: "Kenmawr",
    			IsIntern: false,
    		},
    		CustomSerializerString: "world",
    	}
    
    	if err := DB.Create(&data).Error; err != nil {
    		t.Fatalf("failed to create data, got error %v", err)
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Fri Apr 21 14:09:38 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/work_sync_toolchain.txt

    mkdir m1_22_1
    go mod init -C m1_22_1
    go mod edit -C m1_22_1 -go=1.22.1 -toolchain=go1.99.1
    mkdir m1_24_rc0
    go mod init -C m1_24_rc0
    go mod edit -C m1_24_rc0 -go=1.24rc0 -toolchain=go1.99.2
    
    go work init ./m1_22_0 ./m1_22_1
    grep '^go 1.50$' go.work
    ! grep toolchain go.work
    
    # work sync with older modules should leave go 1.50 in the go.work.
    go work sync
    cat go.work
    grep '^go 1.50$' go.work
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/work_use_toolchain.txt

    mkdir m1_22_1
    go mod init -C m1_22_1
    go mod edit -C m1_22_1 -go=1.22.1 -toolchain=go1.99.1
    mkdir m1_24_rc0
    go mod init -C m1_24_rc0
    go mod edit -C m1_24_rc0 -go=1.24rc0 -toolchain=go1.99.2
    
    go work init
    grep '^go 1.50$' go.work
    ! grep toolchain go.work
    
    # work use with older modules should leave go 1.50 in the go.work.
    go work use ./m1_22_0
    grep '^go 1.50$' go.work
    ! grep toolchain go.work
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. tests/tests_test.go

    	. "gorm.io/gorm/utils/tests"
    )
    
    var DB *gorm.DB
    var (
    	mysqlDSN     = "gorm:gorm@tcp(localhost:9910)/gorm?charset=utf8&parseTime=True&loc=Local"
    	postgresDSN  = "user=gorm password=gorm dbname=gorm host=localhost port=9920 sslmode=disable TimeZone=Asia/Shanghai"
    	sqlserverDSN = "sqlserver://gorm:LoremIpsum86@localhost:9930?database=gorm"
    	tidbDSN      = "root:@tcp(localhost:9940)/test?charset=utf8&parseTime=True&loc=Local"
    )
    
    func init() {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Fri Dec 15 08:36:08 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  6. src/internal/chacha8rand/chacha8_generic.go

    // the first register with the N copies of const1, the second
    // with N copies of const2, and so on, and then running the operations.
    //
    // Each iteration of ChaCha8Rand operates over 32 bytes of input and
    // produces 992 bytes of RNG output, plus 32 bytes of input for the next
    // iteration.
    //
    // The 32 bytes of input are used as a ChaCha8 key, with a zero nonce, to
    // produce 1024 bytes of output (16 blocks, with counters 0 to 15).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:32:54 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  7. .github/workflows/tests.yml

            key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}
    
        - name: Tests
          run: GITHUB_ACTION=true GORM_DIALECT=postgres GORM_DSN="user=gorm password=gorm dbname=gorm host=localhost port=9920 sslmode=disable TimeZone=Asia/Shanghai" ./tests/tests_all.sh
    
      sqlserver:
        strategy:
          matrix:
            go: ['1.22', '1.21', '1.20']
            platform: [ubuntu-latest] # can not run test in macOS and windows
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 09:24:34 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificateNotFound

    >>> Flow 4 (server to client)
    00000000  14 03 03 00 01 01 16 03  03 00 40 00 00 00 00 00  |..........@.....|
    00000010  00 00 00 00 00 00 00 00  00 00 00 e7 d3 34 46 88  |.............4F.|
    00000020  0e 7f ae 5b d6 e5 70 d2  7d 99 25 1b 27 89 8a a4  |...[..p.}.%.'...|
    00000030  02 03 01 a4 e1 d6 72 af  c3 5a 55 f7 56 69 60 91  |......r..ZU.Vi`.|
    00000040  49 29 68 36 99 e5 09 ac  7a e3 4f 17 03 03 00 40  |I)h6....z.O....@|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  9. docs/en/layouts/custom.yml

    size: { width: 1200, height: 630 }
    layers:
    
      # Background
      - background:
          image: *background_image
          color: *background_color
    
      # Logo
      - size: { width: 144, height: 144 }
        offset: { x: 992, y: 64 }
        background:
          image: *logo
        icon:
          value: *logo_icon
          color: *color
    
      # Site name
      - size: { width: 832, height: 42 }
        offset: { x: 64, y: 64 }
        typography:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 26 14:05:43 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES

    000002f0  44 74 e0 04 2c ab 1c 23  91 dc 06 36 ff 19 a1 60  |Dt..,..#...6...`|
    00000300  19 d4 e5 d3 78 f5 ed d8  09 7b de 61 6f 65 2c 69  |....x....{.aoe,i|
    00000310  a1 d2 5d 07 bf 99 26 2b  70 fa 34 26 30 41 59 3b  |..]...&+p.4&0AY;|
    00000320  bc a3 10 9c 92 fa 60 a7  df ea e4 8a 3a 76 16 03  |......`.....:v..|
    00000330  01 00 04 0e 00 00 00                              |.......|
    >>> Flow 3 (client to server)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top