Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 149 for Ver (0.04 sec)

  1. src/runtime/defs_freebsd_riscv64.go

    	scale        uint64
    	offset_count uint32
    	counter_mask uint32
    	offset       bintime
    	boottime     bintime
    	physical     uint32
    	res          [7]uint32
    }
    
    type vdsoTimekeep struct {
    	ver       uint32
    	enabled   uint32
    	current   uint32
    	pad_cgo_0 [4]byte
    }
    
    const (
    	_VDSO_TK_VER_CURR = 0x1
    
    	vdsoTimehandsSize = 0x58
    	vdsoTimekeepSize  = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. src/runtime/defs_freebsd_arm.go

    	scale        uint64
    	offset_count uint32
    	counter_mask uint32
    	offset       bintime
    	boottime     bintime
    	physical     uint32
    	res          [7]uint32
    }
    
    type vdsoTimekeep struct {
    	ver       uint32
    	enabled   uint32
    	current   uint32
    	pad_cgo_0 [4]byte
    }
    
    const (
    	_VDSO_TK_VER_CURR = 0x1
    
    	vdsoTimehandsSize = 0x58
    	vdsoTimekeepSize  = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go

    		uintptr(unsafe.Pointer(new)),
    		uintptr(newlen))
    	if errno != 0 {
    		return errno
    	}
    	return nil
    }
    
    type sysctlNode struct {
    	Flags          uint32
    	Num            int32
    	Name           [32]int8
    	Ver            uint32
    	__rsvd         uint32
    	Un             [16]byte
    	_sysctl_size   [8]byte
    	_sysctl_func   [8]byte
    	_sysctl_parent [8]byte
    	_sysctl_desc   [8]byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 02 15:41:00 UTC 2020
    - 4.3K bytes
    - Viewed (0)
  4. tools/bug-report/pkg/bugreport/bugreport.go

    	for rev, ver := range istioVersions {
    		text += fmt.Sprintf("Revision %s:\n%s\n\n", rev, ver)
    	}
    	text += "The following proxy revisions/versions were found in the cluster:\n"
    	for rev, ver := range proxyVersions {
    		text += fmt.Sprintf("Revision %s: Versions {%s}\n", rev, strings.Join(ver, ", "))
    	}
    	common.LogAndPrintf(text)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/config/common.go

    	ver, err := kubeadmutil.KubernetesReleaseVersion(cfg.KubernetesVersion)
    	if err != nil {
    		return err
    	}
    
    	// Requested version is automatic CI build, thus mark CIKubernetesVersion as `ci/<resolved-version>`
    	if isCIVersion {
    		cfg.CIKubernetesVersion = fmt.Sprintf("%s%s", constants.CIKubernetesVersionPrefix, ver)
    	}
    
    	cfg.KubernetesVersion = ver
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  6. src/runtime/defs_freebsd_arm64.go

    	scale        uint64
    	offset_count uint32
    	counter_mask uint32
    	offset       bintime
    	boottime     bintime
    	physical     uint32
    	res          [7]uint32
    }
    
    type vdsoTimekeep struct {
    	ver       uint32
    	enabled   uint32
    	current   uint32
    	pad_cgo_0 [4]byte
    }
    
    const (
    	_VDSO_TK_VER_CURR = 0x1
    
    	vdsoTimehandsSize = 0x58
    	vdsoTimekeepSize  = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. docs/es/docs/python-types.md

    Ahora que sabes que tienes que arreglarlo convierte `age` a un string con `str(age)`:
    
    ```Python hl_lines="2"
    {!../../../docs_src/python_types/tutorial004.py!}
    ```
    
    ## Declarando tipos
    
    Acabas de ver el lugar principal para declarar los type hints. Como parámetros de las funciones.
    
    Este es también el lugar principal en que los usarías con  **FastAPI**.
    
    ### Tipos simples
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/security/first-steps.md

    Vamos usar as ferramentas fornecidas pela **FastAPI** para lidar com segurança.
    
    ## Como Parece
    
    Vamos primeiro usar o código e ver como funciona, e depois voltaremos para entender o que está acontecendo.
    
    ## Crie um `main.py`
    Copie o exemplo em um arquivo `main.py`:
    
    ```Python
    {!../../../docs_src/security/tutorial001.py!}
    ```
    
    ## Execute-o
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  9. platforms/jvm/java-platform/src/integTest/groovy/org/gradle/integtests/resolve/platforms/NativeAlignmentWithJavaPlatformResolveIntegrationTest.groovy

                        }
                    }
                }
            """
            file("build.gradle") << """
                allprojects {
                    group = 'com.acme.foo'
                    version = rootProject.getProperty('ver')
                }
                subprojects {
                    apply plugin: 'maven-publish'
                    publishing {
                       repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  10. src/syscall/syscall_dragonfly.go

    // http://lists.dragonflybsd.org/pipermail/users/2019-September/358280.html
    const _dragonflyABIChangeVersion = 500705
    
    func supportsABI(ver uint32) bool {
    	osreldateOnce.Do(func() { osreldate, _ = SysctlUint32("kern.osreldate") })
    	return osreldate >= ver
    }
    
    type SockaddrDatalink struct {
    	Len    uint8
    	Family uint8
    	Index  uint16
    	Type   uint8
    	Nlen   uint8
    	Alen   uint8
    	Slen   uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top