Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 102 for regular (0.15 sec)

  1. docs/en/docs/python-types.md

    That means: "the variable `items` is a `list`, and each of the items in this list is a `str`".
    
    !!! tip
        If you use Python 3.9 or above, you don't have to import `List` from `typing`, you can use the same regular `list` type instead.
    
    By doing that, your editor can provide support even while processing items from the list:
    
    <img src="/img/python-types/image05.png">
    
    Without types, that's almost impossible to achieve.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri May 31 02:38:05 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. cmd/batch-expire.go

    //   bucket: mybucket # Bucket where this batch job will expire matching objects from
    //   prefix: myprefix # (Optional) Prefix under which this job will expire objects matching the rules below.
    //   rules:
    //     - type: object  # regular objects with zero or more older versions
    //       name: NAME # match object names that satisfy the wildcard expression.
    //       olderThan: 70h # match objects older than this value
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 13:50:53 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/tracing.go

    	envoyOpenTelemetry = "envoy.tracers.opentelemetry"
    	envoySkywalking    = "envoy.tracers.skywalking"
    	envoyZipkin        = "envoy.tracers.zipkin"
    )
    
    // this is used for testing. it should not be changed in regular code.
    var clusterLookupFn = model.LookupCluster
    
    type typedConfigGenFn func() (*anypb.Any, error)
    
    func configureTracing(
    	push *model.PushContext,
    	proxy *model.Proxy,
    	httpConnMgr *hcm.HttpConnectionManager,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/DefaultMapProperty.java

     * </p>
     * <p>
     *     Increments to map property values are implementations of {@link MapCollector}.
     * </p>
     *
     * This class mimics much of the behavior {@link AbstractCollectionProperty} provides for regular collections
     * but for maps. Read that class' documentation to better understand the roles of {@link MapSupplier} and {@link MapCollector}.
     *
     * @param <K> the type of entry key
     * @param <V> the type of entry value
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container_test.go

    				},
    				Name: "target",
    			},
    		},
    	}
    
    	for _, tc := range []struct {
    		name string
    		spec *startSpec
    		want *kubecontainer.ContainerID
    	}{
    		{
    			"Regular Container",
    			containerStartSpec(&v1.Container{
    				Name: "test",
    			}),
    			nil,
    		},
    		{
    			"Ephemeral Container w/o Target",
    			ephemeralContainerStartSpec(&v1.EphemeralContainer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 28K bytes
    - Viewed (0)
  6. cmd/storage-rest-server.go

    		// See https://github.com/golang/go/blob/f7c5cbb82087c55aa82081e931e0142783700ce8/src/net/sendfile_linux.go#L20
    		// Windows can lock up with this optimization, so we fall back to regular copy.
    		sr, ok := rc.(*sendFileReader)
    		if ok {
    			// Sendfile sends in 4MiB chunks per sendfile syscall which is more than enough
    			// for most setups.
    			_, err = rf.ReadFrom(sr.Reader)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

              () -> InetAddresses.getIsatapIPv4Address((Inet6Address) ip));
        }
      }
    
      public void testGetEmbeddedIPv4ClientAddress() {
        Inet6Address testIp;
    
        // Test regular global unicast address.
        testIp = (Inet6Address) InetAddresses.forString("2001:db8::1");
        assertFalse(InetAddresses.hasEmbeddedIPv4ClientAddress(testIp));
    
        // Test ISATAP address.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KaFe10Resolver.kt

                ) {
                    // TODO: Handle compound assignment
                    handleAsFunctionCall(this, unwrappedPsi)?.toKtCallCandidateInfos()?.let { return@with it }
                }
    
                // The regular mechanism doesn't work, so at least the resolved call should be returned
                when (psi) {
                    is KtWhenConditionInRange,
                    is KtCollectionLiteralExpression,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/deployment.go

    	// and all other ports on another. Additionally, we bind one port for communication between the custom image
    	// container, and the regular Go server.
    	if cfg.IsProxylessGRPC() && settings.CustomGRPCEchoImage != "" {
    		var grpcPorts, otherPorts echoCommon.PortList
    		for _, port := range containerPorts {
    			if port.Protocol == protocol.GRPC {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  10. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskParametersIntegrationTest.groovy

            where:
            method | path
            "dir"  | "output-file.txt"
            "dirs" | "output-file.txt"
        }
    
        @Issue("https://github.com/gradle/gradle/issues/15679")
        def "fileTrees with regular file roots cannot be used as output files"() {
            enableProblemsApiCheck()
            expectReindentedValidationMessage()
            buildScript """
                task myTask {
                    inputs.file file('input.txt')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top