Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 131 for gone (0.24 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    repeated in a wondering tone.
    
      `Why, what are YOUR shoes done with?' said the Gryphon.  `I
    mean, what makes them so shiny?'
    
      Alice looked down at them, and considered a little before she
    gave her answer.  `They're done with blacking, I believe.'
    
      `Boots and shoes under the sea,' the Gryphon went on in a deep
    voice, `are done with a whiting.  Now you know.'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    repeated in a wondering tone.
    
      `Why, what are YOUR shoes done with?' said the Gryphon.  `I
    mean, what makes them so shiny?'
    
      Alice looked down at them, and considered a little before she
    gave her answer.  `They're done with blacking, I believe.'
    
      `Boots and shoes under the sea,' the Gryphon went on in a deep
    voice, `are done with a whiting.  Now you know.'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. src/net/http/server.go

    func (c *conn) readRequest(ctx context.Context) (w *response, err error) {
    	if c.hijacked() {
    		return nil, ErrHijacked
    	}
    
    	var (
    		wholeReqDeadline time.Time // or zero if none
    		hdrDeadline      time.Time // or zero if none
    	)
    	t0 := time.Now()
    	if d := c.server.readHeaderTimeout(); d > 0 {
    		hdrDeadline = t0.Add(d)
    	}
    	if d := c.server.ReadTimeout; d > 0 {
    		wholeReqDeadline = t0.Add(d)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    		ctx := r.Context()
    		select {
    		case <-ctx.Done():
    			t.Error("should not be Done in ServeHTTP")
    		default:
    		}
    		ctxc <- ctx
    	}))
    	res, err := cst.c.Get(cst.ts.URL)
    	if err != nil {
    		t.Fatal(err)
    	}
    	res.Body.Close()
    	ctx := <-ctxc
    	select {
    	case <-ctx.Done():
    	default:
    		t.Error("context should be done after ServeHTTP completes")
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

            resources: ["configmaps"]
      - level: None
        users: ["kubelet"] # legacy kubelet identity
        verbs: ["get"]
        resources:
          - group: "" # core
            resources: ["nodes", "nodes/status"]
      - level: None
        userGroups: ["system:nodes"]
        verbs: ["get"]
        resources:
          - group: "" # core
            resources: ["nodes", "nodes/status"]
      - level: None
        users:
    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. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          Neg<TypeIsPred<"projection_weights", NoneType>>]>>;
    
    def LstmCifgInputConstraint : PredOpTrait<
      "the cifg inputs should all be specified or none",
       // If LSTM has combined input/forget gate, input 1, 5, 9, 12, 20 are all none
       // or 1, 5, 12 should not be none. Inputs 9 and 20 depend on LSTM's variants.
       Or<[
         And<[TypeIsPred<"input_to_input_weights", NoneType>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/ClosingFuture.java

       * that returns a {@code ClosingFuture} to its value. The function can use a {@link
       * DeferredCloser} to capture objects to be closed when the pipeline is done (other than those
       * captured by the returned {@link ClosingFuture}).
       *
       * <p>If this {@code ClosingFuture} succeeds, the derived one will be equivalent to the one
       * returned by the function.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None> {
      typedef internal::Types0 type;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 181.3K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None, internal::None, internal::None,
        internal::None, internal::None> {
      typedef internal::Types0 type;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  10. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

                "axisLabel": "",
                "axisPlacement": "auto",
                "barAlignment": 0,
                "drawStyle": "line",
                "fillOpacity": 10,
                "gradientMode": "none",
                "hideFrom": {
                  "legend": false,
                  "tooltip": false,
                  "viz": false
                },
                "insertNulls": false,
                "lineInterpolation": "linear",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top