Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for limiting (0.19 sec)

  1. src/net/http/server.go

    	// werr is set to the first write error to rwc.
    	// It is set via checkConnErrorWriter{w}, where bufw writes.
    	werr error
    
    	// r is bufr's read source. It's a wrapper around rwc that provides
    	// io.LimitedReader-style limiting (while reading request headers)
    	// and functionality to support CloseNotifier. See *connReader docs.
    	r *connReader
    
    	// bufr reads from r.
    	bufr *bufio.Reader
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "namespace": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type": "string"
              },
              "namespace": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let constructor = "TF::CreateStackOpsDecompositionPass()";
      let description = [{
        A pass that converts stack operations to tensor operations and read/assign
        ops on local variables. A later resource lifting pass can further remove the
        local variables.
    
        This pass requires that the full shape of the stack can be inferred: 1) the
        maximum size needs to be a constant and 2) a push op can be found with a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. cmd/server_test.go

    	// The response Etag header should contain Md5sum of an empty string.
    	c.Assert(response.Header.Get(xhttp.ETag), "\""+emptyETag+"\"")
    }
    
    // TestListBuckets - Make request for listing of all buckets.
    // XML response is parsed.
    // Its success verifies the format of the response.
    func (s *TestSuiteCommon) TestListBuckets(c *check) {
    	// generate a random bucket name.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  6. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    cycleToString(); public String getMessage(); } org/codehaus/plexus/util/dag/CycleDetector.class package org.codehaus.plexus.util.dag; public synchronized class CycleDetector { private static final Integer NOT_VISTITED; private static final Integer VISITING; private static final Integer VISITED; public void CycleDetector(); public static java.util.List hasCycle(DAG); public static java.util.List introducesCycle(Vertex, java.util.Map); public static java.util.List introducesCycle(Vertex); private static...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods.go

    	// a UID.
    	if err := kl.runtimeCache.ForceUpdateIfOlder(ctx, kl.clock.Now()); err != nil {
    		klog.ErrorS(err, "Error listing containers")
    		return err
    	}
    	runningRuntimePods, err := kl.runtimeCache.GetPods(ctx)
    	if err != nil {
    		klog.ErrorS(err, "Error listing containers")
    		return err
    	}
    
    	// Stop probing pods that are not running
    	klog.V(3).InfoS("Clean up probes for terminated pods")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  8. pkg/controller/statefulset/stateful_set_control_test.go

    		t.Error("Failed to set updatedReplicas correctly")
    	}
    
    	// now mutate a pod's identity
    	pods, err := om.podsLister.List(labels.Everything())
    	if err != nil {
    		t.Fatalf("Error listing pods: %v", err)
    	}
    	if len(pods) != 3 {
    		t.Fatalf("Expected 3 pods, got %d", len(pods))
    	}
    	sort.Sort(ascendingOrdinal(pods))
    	pods[0].Name = "goo-0"
    	om.podsIndexer.Update(pods[0])
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    // Although they are Go source files, the paths may not end in ".go".
    //
    // The -m flag causes list to list modules instead of packages.
    //
    // When listing modules, the -f flag still specifies a format template
    // applied to a Go struct, but now a Module struct:
    //
    //	type Module struct {
    //	    Path       string        // module path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

            <field xdoc.separator="blank" xml.insertParentFieldsUpTo="reporting">
              <name>profiles</name>
              <version>4.0.0+</version>
              <description>A listing of project-local build profiles which will modify the build process
                when activated.</description>
              <association>
                <type>Profile</type>
                <multiplicity>*</multiplicity>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top