Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for multis (0.23 sec)

  1. src/database/sql/sql_test.go

    	}
    	if name == "magicquery" {
    		// Magic table name and column, known by fakedb_test.go.
    		exec(t, db, "CREATE|magicquery|op=string,millis=int32")
    		exec(t, db, "INSERT|magicquery|op=sleep,millis=10")
    	}
    	if name == "tx_status" {
    		// Magic table name and column, known by fakedb_test.go.
    		exec(t, db, "CREATE|tx_status|tx_status=string")
    		exec(t, db, "INSERT|tx_status|tx_status=invalid")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    			},
    			Count: 1,
    			Check: check.And(
    				check.OK(),
    				check.Host("route-authority")),
    		},
    		workloadAgnostic: true,
    	})
    	t.RunTraffic(TrafficTestCase{
    		name: "set host header in route and multi destination",
    		config: `
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: default
    spec:
      hosts:
      - {{ (index .dst 0).Config.Service }}
      http:
      - route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    		svc.Spec.Ports = addTestPort(svc.Spec.Ports, "port2", "TCP", 1235, 0, 0)
    		svc.Spec.Ports = addTestPort(svc.Spec.Ports, "port3", "UDP", 1236, 0, 0)
    	})
    
    	fp.servicesSynced = true
    
    	// first, add multi-port service1
    	fp.OnServiceAdd(service1)
    	fp.syncProxyRules()
    	remainingAddrs, _ := fp.netlinkHandle.ListBindAddress(defaultDummyDevice)
    	// should only remain address "172.16.55.4"
    	if len(remainingAddrs) != 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            return getGradleVersionedCacheDir().file(CacheLayout.TRANSFORMS.getName())
        }
    
        void writeLastTransformationAccessTimeToJournal(TestFile workspaceDir, long millis) {
            writeLastFileAccessTimeToJournal(workspaceDir, millis)
        }
    
        @Override
        TestFile getGradleUserHomeDir() {
            return executer.gradleUserHomeDir
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

    Requires=network-online.target
    After=network-online.target
    
    [Service]
    Restart=always
    RestartSec=10
    EnvironmentFile=${kubelet_env_file}
    ExecStart=${kubelet_bin} \$KUBELET_OPTS
    
    [Install]
    WantedBy=multi-user.target
    EOF
    
      systemctl daemon-reload
      systemctl start kubelet.service
    }
    
    # This function assembles the node problem detector systemd service file and
    # starts it using systemctl.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    // ArrayType is an array type.
    type ArrayType struct {
    	Dimension AST
    	Element   AST
    }
    
    func (at *ArrayType) print(ps *printState) {
    	// Pass the array type down as an inner type so that we print
    	// multi-dimensional arrays correctly.
    	ps.inner = append(ps.inner, at)
    	ps.print(at.Element)
    	if ln := len(ps.inner); ln > 0 {
    		ps.inner = ps.inner[:ln-1]
    		at.printDimension(ps)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    Matc<X> - Class in org.hamcrest.core CombinableMatcher.CombinableEitherMatc(Matcher<? super X>) - Constructor for class org.hamcrest.core.CombinableMatcher.CombinableEitherMatc Condition<T> - Class in org.hamcrest A Condition implements part of a multi-step match. Condition.Step<I,O> - Interface in org.hamcrest containsString(String) - Static method in class org.hamcrest.core.StringContains Creates a matcher that matches if the examined String contains the specified String anywhere. containsString(String)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	table := map[string]struct {
    		selectPred storage.SelectionPredicate
    		context    context.Context
    	}{
    		"single": {
    			selectPred: matchPodName("foo"),
    		},
    		"multi": {
    			selectPred: matchPodName("foo", "bar"),
    		},
    		"singleNoNamespace": {
    			selectPred: matchPodName("foo"),
    			context:    noNamespaceContext,
    		},
    	}
    
    	for name, m := range table {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

              <name>defaultGoal</name>
              <version>3.0.0+</version>
              <description>The default goal (or phase in Maven 2) to execute when none is specified for
                the project. Note that in case of a multi-module build, only the default goal of the top-level
                project is relevant, i.e. the default goals of child modules are ignored. Since Maven 3,
                multiple goals/phases can be separated by whitespace.</description>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. src/debug/elf/elf.go

    	ELFOSABI_OPENVMS    OSABI = 13  /* Open VMS */
    	ELFOSABI_NSK        OSABI = 14  /* HP Non-Stop Kernel */
    	ELFOSABI_AROS       OSABI = 15  /* Amiga Research OS */
    	ELFOSABI_FENIXOS    OSABI = 16  /* The FenixOS highly scalable multi-core OS */
    	ELFOSABI_CLOUDABI   OSABI = 17  /* Nuxi CloudABI */
    	ELFOSABI_ARM        OSABI = 97  /* ARM */
    	ELFOSABI_STANDALONE OSABI = 255 /* Standalone (embedded) application */
    )
    
    var osabiStrings = []intName{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top