Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 100 for Blah (0.07 sec)

  1. pkg/util/flag/flags_test.go

    			argc:      "blah --ipport=::1",
    			expectVal: "::1",
    		},
    		{
    			desc:      "valid ipv6 2",
    			argc:      "blah --ipport=::",
    			expectVal: "::",
    		},
    		{
    			desc:      "valid ipv6 with port",
    			argc:      "blah --ipport=[::1]:8080",
    			expectVal: "[::1]:8080",
    		},
    		{
    			desc:      "invalid ipv6 with port without bracket",
    			argc:      "blah --ipport=fd00:f00d:600d:f00d:8080",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 14 10:45:23 UTC 2021
    - 8.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/serviceentry_simulation_test.go

    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: vs1
    spec:
      hosts:
      - blah.somedomain
      tls:
      - match:
        - port: 9999
          sniHosts:
          - blah.somedomain
        route:
        - destination:
            host: blah.somedomain
            port:
              number: 9999`
    
    func TestServiceEntry(t *testing.T) {
    	cases := []simulationTest{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:06 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/tableconvertor/tableconvertor_test.go

    						{ObjectMeta: metav1.ObjectMeta{Name: "blah-2", CreationTimestamp: metav1.NewTime(time.Unix(2, 0))}},
    					},
    				},
    				tableOptions: nil,
    			},
    			want: &metav1.Table{
    				ColumnDefinitions: []metav1.TableColumnDefinition{{Name: "name", Type: "string"}},
    				Rows: []metav1.TableRow{
    					{
    						Cells: []interface{}{"blah"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/FilesTest.java

        assertEquals("blah", Files.getNameWithoutExtension("blah.txt"));
        assertEquals("blah.", Files.getNameWithoutExtension("blah..txt"));
        assertEquals(".blah", Files.getNameWithoutExtension(".blah.txt"));
        assertEquals("blah", Files.getNameWithoutExtension("/tmp/blah.txt"));
        assertEquals("blah.tar", Files.getNameWithoutExtension("blah.tar.gz"));
        assertEquals("", Files.getNameWithoutExtension("/"));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/FilesTest.java

        assertEquals("blah", Files.getNameWithoutExtension("blah.txt"));
        assertEquals("blah.", Files.getNameWithoutExtension("blah..txt"));
        assertEquals(".blah", Files.getNameWithoutExtension(".blah.txt"));
        assertEquals("blah", Files.getNameWithoutExtension("/tmp/blah.txt"));
        assertEquals("blah.tar", Files.getNameWithoutExtension("blah.tar.gz"));
        assertEquals("", Files.getNameWithoutExtension("/"));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json_test.go

    			data:           []byte(`{"apiVersion":"blah"}`),
    			defaultGVK:     &schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"},
    			creater:        &mockCreater{obj: &testDecodable{}},
    			expectedObject: &testDecodable{TypeMeta: metav1.TypeMeta{APIVersion: "blah"}},
    			expectedGVK:    &schema.GroupVersionKind{Kind: "Test", Group: "", Version: "blah"},
    		},
    		// group without version is defaulted
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:55:02 UTC 2024
    - 40K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/watch/watch_test.go

    		f.Error(testType("error: blah"))
    		f.Stop()
    	}
    
    	go sender()
    	consumer(f)
    }
    
    func TestRaceFreeFake(t *testing.T) {
    	f := NewRaceFreeFake()
    
    	table := []struct {
    		t EventType
    		s testType
    	}{
    		{Added, testType("foo")},
    		{Modified, testType("qux")},
    		{Modified, testType("bar")},
    		{Deleted, testType("bar")},
    		{Error, testType("error: blah")},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 15 11:34:31 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  8. src/internal/coverage/cfile/testdata/issue56006/repro.go

    package main
    
    //go:noinline
    func blah(x int) int {
    	if x != 0 {
    		return x + 42
    	}
    	return x - 42
    }
    
    func main() {
    	go infloop()
    	println(blah(1) + blah(0))
    }
    
    var G int
    
    func infloop() {
    	for {
    		G += blah(1)
    		G += blah(0)
    		if G > 10000 {
    			G = 0
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 260 bytes
    - Viewed (0)
  9. maven-core/src/test/resources/projects/modelsourcebasedir/pom.xml

      <artifactId>local-parent</artifactId>
      <packaging>pom</packaging>
      <version>1.0</version>
    
      <dependencies>
        <dependency>
          <groupId>blah</groupId>
          <artifactId>blah</artifactId>
          <version>0.0.1-SNASPSHOT</version>
          <scope>system</scope>
          <systemPath>${basedir}/blah.jar</systemPath>
        </dependency>
      </dependencies>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Aug 17 08:59:48 UTC 2021
    - 645 bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/node_matchers_test.cc

          "\ninput 0 does not match expected:\nname: blah, \nsource does not match "
          "expected name: blah\n\t\nexpected name blah but found placeholder_a");
      EXPECT_EQ(
          Explain(add.node(), NodeWith(Inputs(_, Out(NodeWith(Name("blah")))))),
          "\ninput 1 does not match expected:\nname: blah, \nsource does not match "
          "expected name: blah\n\t\nexpected name blah but found placeholder_b");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 14:43:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top