Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for anp1 (0.06 sec)

  1. pilot/pkg/xds/xds_cache_test.go

    		c := model.NewXdsCache()
    		c.Add(ep1, &model.PushRequest{Start: time.Now()}, any1)
    		if !reflect.DeepEqual(c.Keys(model.EDSType), []any{ep1.Key()}) {
    			t.Fatalf("unexpected keys: %v, want %v", c.Keys(model.EDSType), ep1.Key())
    		}
    		if got := c.Get(ep1); got != any1 {
    			t.Fatalf("unexpected result: %v, want %v", got, any1)
    		}
    		c.Add(ep1, &model.PushRequest{Start: time.Now()}, any2)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 31 20:43:08 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. test/typeparam/issue49893.dir/b.go

    // Copyright 2021 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 b
    
    import "./a"
    
    type Ap1[A, B any] struct {
    	opt a.Option[A]
    }
    
    type Ap2[A, B any] struct {
    	opt a.Option[A]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 280 bytes
    - Viewed (0)
  3. pilot/pkg/model/gateway_test.go

    			wantPortNumber: 80,
    			wantPortName:   "",
    			wantGateway:    "",
    		},
    		{
    			name:           "https rds name",
    			args:           args{"https.443.app1.gw1.ns1"},
    			wantPortNumber: 443,
    			wantPortName:   "app1",
    			wantGateway:    "ns1/gw1",
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 02:36:23 UTC 2024
    - 9K bytes
    - Viewed (0)
  4. internal/bucket/versioning/versioning_test.go

    		t.Fatalf("Invalid test versioning config %v: %v", v, err)
    	}
    	tests := []struct {
    		prefix   string
    		excluded bool
    	}{
    		{
    			prefix:   "app1-jobs/output/_temporary/attempt1/data.csv",
    			excluded: true,
    		},
    		{
    			prefix:   "app1-jobs/output/final/attempt1/data.csv",
    			excluded: false,
    		},
    	}
    
    	for i, test := range tests {
    		if v.PrefixSuspended(test.prefix) != test.excluded {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 08 05:06:44 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  5. test/typeparam/issue49893.dir/main.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"./b"
    	"fmt"
    )
    
    func main() {
    	opt := b.Ap1[string, string]{}
    	fmt.Println(opt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 266 bytes
    - Viewed (0)
  6. dbflute_fess/dfprop/outsideSqlMap.dfprop

        #     (NotRequired - Default Java:'src/main/java' CSharp:'source')
        #
        #; applicationOutsideSqlMap = map:{
        #    ; ../../app1 = map:{
        #        ; sqlDirectory = src/main/resources
        #        ; sql2EntityOutputDirectory = src/main/java
        #    }
        #    ; ../../app2 = map:{
        #        ; sqlDirectory = src/main/resources
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jul 25 06:04:16 UTC 2015
    - 8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/inspect.adoc

    Expand that row to see where the build applied this script.
    
    image::performance/script-b-application.png[title="Showing the application of script-b.gradle to the build"]
    
    You can see that subproject `:app1` applied the script once, from inside of that subproject's `build.gradle` file.
    
    == Profile report
    
    If you prefer not to use build scans, you can generate an HTML report in the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top