Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 49 for differs (0.15 sec)

  1. guava/src/com/google/common/collect/Maps.java

       * iterate over keys in their enum definition order, not encounter order.
       *
       * <p>If the mapped keys contain duplicates, an {@code IllegalArgumentException} is thrown when
       * the collection operation is performed. (This differs from the {@code Collector} returned by
       * {@link java.util.stream.Collectors#toMap(java.util.function.Function,
       * java.util.function.Function) Collectors.toMap(Function, Function)}, which throws an {@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // form NAME=VALUE and changes the default settings
    // of the named environment variables to the given values.
    //
    // The -changed flag prints only those settings whose effective
    // value differs from the default value that would be obtained in
    // an empty environment with no prior uses of the -w flag.
    //
    // For more about environment variables, see 'go help environment'.
    //
    // # Update packages to use new APIs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/net/http/transport_test.go

    Handler
    intentional write failure
    Retried.
    Dial
    Write("%s")
    Handler
    Write("%s")
    Handler
    `, tc.reqString, tc.reqString, tc.reqString)
    			if got != want {
    				t.Errorf("Log of events differs. Got:\n%s\nWant:\n%s", got, want)
    			}
    		})
    	}
    }
    
    // Issue 6981
    func TestTransportClosesBodyOnError(t *testing.T) { run(t, testTransportClosesBodyOnError) }
    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. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

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

              },
              "paramRef": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    occurs is implementation-specific.
    </p>
    
    <p>
    An implementation may combine multiple floating-point operations into a single
    fused operation, possibly across statements, and produce a result that differs
    from the value obtained by executing and rounding the instructions individually.
    An explicit floating-point type <a href="#Conversions">conversion</a> rounds to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        result.Append(std::move(pad));
      }
    }
    
    bool Translator::UpdateBufferOffsets(tflite::Model* mutable_model) {
      auto buffers = mutable_model->mutable_buffers();
      bool ret = true;
      for (auto& it : buffer_idx_map_) {
        tflite::Buffer* buffer = buffers->GetMutableObject(it.first);
    
        ret &= buffer->mutate_offset(it.second.first);
        ret &= buffer->mutate_size(it.second.second);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "kind": {
                "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
                "type": "string"
              },
              "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	WSASYS_STATUS_LEN  = 128
    )
    
    type WSABuf struct {
    	Len uint32
    	Buf *byte
    }
    
    type WSAMsg struct {
    	Name        *syscall.RawSockaddrAny
    	Namelen     int32
    	Buffers     *WSABuf
    	BufferCount uint32
    	Control     WSABuf
    	Flags       uint32
    }
    
    // Flags for WSASocket
    const (
    	WSA_FLAG_OVERLAPPED             = 0x01
    	WSA_FLAG_MULTIPOINT_C_ROOT      = 0x02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
                "type": "string"
              },
              "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
Back to top