Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 126 for because3 (0.28 sec)

  1. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

    included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating*...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  2. src/database/sql/sql_test.go

    	}
    	tx, err := db.Begin()
    	if err != nil {
    		t.Fatalf("Begin = %v", err)
    	}
    	err = stmt.Close()
    	if err != nil {
    		t.Fatalf("stmt.Close() = %v", err)
    	}
    	// tx.Stmt increments numPrepares because stmt is closed.
    	txs := tx.Stmt(stmt)
    	if txs.stickyErr != nil {
    		t.Fatal(txs.stickyErr)
    	}
    	if txs.parentStmt != nil {
    		t.Fatal("expected nil parentStmt")
    	}
    	_, err = txs.Exec(`Eric`, 82)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. src/net/http/transport_test.go

    	go func() {
    		// We know that the foo Dial completed and reached the handler because we
    		// read its header. Wait for the bar request to block in Dial, then
    		// let the foo response finish so we can use its connection for /bar.
    
    		if mode == http2Mode {
    			// In HTTP/2 mode, the second Dial won't happen because the protocol
    			// multiplexes the streams by default. Just sleep for an arbitrary time;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    // tf.Mul op over it and a scalar const tensor 1.0. For now this only applies to
    // float32 tensors.
    // TODO(hongm): Implement this op synthesis optimization for other dtypes if
    // needed.
    //
    // Because coefficient-wise binary operations support implicit broadcasting, we
    // should be very careful with this optimization, and do not accidentally
    // produce incorrect concat operations.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/SmbFile.java

            attrExpiration = System.currentTimeMillis() + attrExpirationPeriod;
    
            return isExists;
        }
    
    /**
     * Tests to see if the file this <code>SmbFile</code> represents can be
     * read. Because any file, directory, or other resource can be read if it
     * exists, this method simply calls the <code>exists</code> method.
     *
     * @return <code>true</code> if the file is read-only
     */
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

    included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating*...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  7. tests/integration/pilot/common/routing.go

    		),
    		children: []TrafficCall{},
    	}
    	expects = []struct {
    		port int
    		alpn string
    	}{
    		{8888, "http/1.1"},
    		// Note: here we expect HTTP/1.1, because the 443 port is not configured to be HTTP2!
    		{8882, "http/1.1"},
    	}
    	for _, c := range t.Apps.A {
    		for _, e := range expects {
    			c := c
    			e := e
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          9:55: note: see current operation: %control_2 = tf_executor.island(%control_1) wraps "tf.AssignVariableOp"(%arg1, %arg2) : (tensor<!tf_type.resource<tensor<f32>>>, tensor<f32>) -> ()
        ```
        because the first and last `AssignVariableOp`s access different resources
        and therefore should be independent. Note that the `NoOp`s are considered
        as intermediate ops for control dependency grouping.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

    included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating*...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/data.go

    				}
    				relro = append(relro, s)
    			} else {
    				ro = append(ro, s)
    			}
    		}
    
    		// Check that we haven't made two symbols with the same .Outer into
    		// different types (because references two symbols with non-nil Outer
    		// become references to the outer symbol + offset it's vital that the
    		// symbol and the outer end up in the same section).
    		for _, s := range relro {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
Back to top