Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,428 for reserved4 (0.17 sec)

  1. src/internal/xcoff/xcoff.go

    	Xsnhash   uint16 // .typchk section number
    	Xsmtyp    uint8  // Symbol alignment and type
    	Xsmclas   uint8  // Storage-mapping class
    	Xstab     uint32 // Reserved
    	Xsnstab   uint16 // Reserved
    }
    
    type AuxCSect64 struct {
    	Xscnlenlo uint32 // Lower 4 bytes of length or symbol table index
    	Xparmhash uint32 // Offset of parameter type-check string
    	Xsnhash   uint16 // .typchk section number
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 20:36:37 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  2. pkg/registry/core/service/ipallocator/ipallocator_test.go

    			name:     "IPv4",
    			cidr:     "192.168.1.0/24",
    			free:     254,
    			released: "192.168.1.5",
    			outOfRange: []string{
    				"192.168.0.1",   // not in 192.168.1.0/24
    				"192.168.1.0",   // reserved (base address)
    				"192.168.1.255", // reserved (broadcast address)
    				"192.168.2.2",   // not in 192.168.1.0/24
    			},
    			alreadyAllocated: "192.168.1.1",
    		},
    		{
    			name:     "IPv6",
    			cidr:     "2001:db8:1::/116",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 25 13:14:46 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      optional CustomResourceConversion conversion = 9;
    
      // preserveUnknownFields indicates that object fields which are not specified
      // in the OpenAPI schema should be preserved when persisting to storage.
      // apiVersion, kind, metadata and known fields inside metadata are always preserved.
      // If false, schemas must be defined for all versions.
      // Defaults to true in v1beta for backwards compatibility.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  4. internal/http/headers.go

    	// Create special flag to force create a bucket
    	MinIOForceCreate = "x-minio-force-create"
    
    	// Header indicates if the mtime should be preserved by client
    	MinIOSourceMTime = "x-minio-source-mtime"
    
    	// Header indicates if the etag should be preserved by client
    	MinIOSourceETag = "x-minio-source-etag"
    
    	// Writes expected write quorum
    	MinIOWriteQuorum = "x-minio-write-quorum"
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:44:56 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

    of any Contributor under this Agreement, whether expressly, by implication,
    estoppel or otherwise. All rights in the Program not expressly granted under
    this Agreement are reserved.
    
    This Agreement is governed by the laws of the State of New York and the intellectual
    property laws of the United States of America. No party to this Agreement
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Sep 17 05:50:12 UTC 2018
    - 11.1K bytes
    - Viewed (0)
  6. src/crypto/elliptic/p224_test.go

    // Copyright 2012 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 elliptic
    
    import (
    	"encoding/hex"
    	"fmt"
    	"math/big"
    	"testing"
    )
    
    type baseMultTest struct {
    	k    string
    	x, y string
    }
    
    var p224BaseMultTests = []baseMultTest{
    	{
    		"1",
    		"b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 05 19:01:13 UTC 2021
    - 10.7K bytes
    - Viewed (0)
  7. src/runtime/sys_netbsd_arm.s

    // Copyright 2013 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.
    //
    // System calls and other sys.stuff for ARM, NetBSD
    // /usr/src/sys/kern/syscalls.master for syscall numbers.
    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    #define CLOCK_REALTIME		0
    #define CLOCK_MONOTONIC		3
    
    #define SWI_OS_NETBSD			0xa00000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  8. pkg/workloadapi/workload.proto

        NamespacedHostname hostname = 1;
        NetworkAddress address = 2;
      }
      // port to reach the gateway at for mTLS HBONE connections
      uint32 hbone_mtls_port = 3;
      reserved "hbone_single_tls_port";
      reserved 4;
    }
    
    // NetworkAddress represents an address bound to a specific network.
    message NetworkAddress {
      // Network represents the network this address is on.
      string network = 1;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  9. src/runtime/mstats.go

    	inHeap          int64 // byte delta of memory placed in the heap
    	inStacks        int64 // byte delta of memory reserved for stacks
    	inWorkBufs      int64 // byte delta of memory reserved for work bufs
    	inPtrScalarBits int64 // byte delta of memory reserved for unrolled GC prog bits
    
    	// Allocator stats.
    	//
    	// These are all uint64 because they're cumulative, and could quickly wrap
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/services/internal/DefaultBuildServicesRegistry.java

        public void discardAll() {
            discardAll(false);
        }
    
        private void discardAll(boolean forceAll) {
            withRegistrations(registrations -> {
                List<DefaultServiceRegistration<?, ?>> preserved = new ArrayList<>();
                try {
                    ExecutionResult.forEach(registrations, registration -> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:45 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top