Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 163 for reserved4 (0.17 sec)

  1. fastapi/param_functions.py

                This will be used to extract the data and for the generated OpenAPI.
                It is particularly useful when you can't use the name you want because it
                is a Python reserved keyword or similar.
                """
            ),
        ] = None,
        alias_priority: Annotated[
            Union[int, None],
            Doc(
                """
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    /* Copyright 2019 The TensorFlow Authors. All Rights Reserved.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  3. src/runtime/malloc.go

    }
    
    // linearAlloc is a simple linear allocator that pre-reserves a region
    // of memory and then optionally maps that region into the Ready state
    // as needed.
    //
    // The caller is responsible for locking.
    type linearAlloc struct {
    	next   uintptr // next free byte
    	mapped uintptr // one byte past end of mapped space
    	end    uintptr // end of reserved space
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    // Copyright 2021 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package windows
    
    import (
    	"encoding/binary"
    	"errors"
    	"fmt"
    	"runtime"
    	"strings"
    	"syscall"
    	"unsafe"
    )
    
    // This file contains functions that wrap SetupAPI.dll and CfgMgr32.dll,
    // core system functions for managing hardware devices, drivers, and the PnP tree.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		value := MustParse(testValue)
    		v1 := value.DeepCopy()
    		// ensure non-zero - zero = non-zero (suffix preserved)
    		v1.Sub(zero)
    		// ensure we preserved the input value
    		if v1.String() != testValue {
    			t.Errorf("Expected %v, actual %v", testValue, v1.String())
    		}
    
    		// ensure zero - non-zero = -non-zero (suffix preserved)
    		v2 := zero.DeepCopy()
    		v2.Sub(value)
    		negVal := value.DeepCopy()
    		negVal.Neg()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  6. pkg/kubelet/status/status_manager_test.go

    		t.Errorf("existing terminated container state not preserved: %#v", newStatus.ContainerStatuses)
    	}
    	if !reflect.DeepEqual(newStatus.ContainerStatuses[2].State, firstStatus.ContainerStatuses[2].State) {
    		t.Errorf("existing terminated container state not preserved: %#v", newStatus.ContainerStatuses)
    	}
    
    	t.Logf("we expect the previous status update to be preserved.")
    	assert.Equal(t, newStatus.Phase, firstStatus.Phase)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 68.1K bytes
    - Viewed (0)
  7. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                "This attribute is reserved for test verification output and is not publishable.  " + variantAttributesLink())
        }
    
        private variantAttributesLink() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/xcoff.go

    	Osntdata    int16    // Section Number For Tdata Section
    	Osntbss     int16    // Section Number For Tbss Section
    	Ox64flags   uint16   // Additional Flags For 64-Bit Objects
    	Oresv3a     int16    // Reserved
    	Oresv3      [2]int32 // Reserved
    }
    
    // Section Header
    type XcoffScnHdr64 struct {
    	Sname    [8]byte // Section Name
    	Spaddr   uint64  // Physical Address
    	Svaddr   uint64  // Virtual Address
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_darwin_arm64.go

    	90:  "identifier removed",
    	91:  "no message of desired type",
    	92:  "illegal byte sequence",
    	93:  "attribute not found",
    	94:  "bad message",
    	95:  "EMULTIHOP (Reserved)",
    	96:  "no message available on STREAM",
    	97:  "ENOLINK (Reserved)",
    	98:  "no STREAM resources",
    	99:  "not a STREAM",
    	100: "protocol error",
    	101: "STREAM ioctl timeout",
    	102: "operation not supported on socket",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/elf.go

     * $FreeBSD: src/sys/sparc64/include/elf.h,v 1.12 2003/09/25 01:10:26 peter Exp $
     *
     * Copyright (c) 1996-1998 John D. Polstra.  All rights reserved.
     * Copyright (c) 2001 David E. O'Brien
     * Portions Copyright 2009 The Go Authors. All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
     * are met:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top