Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 124 for umagic (0.18 sec)

  1. src/syscall/zsyscall_linux_s390x.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    	_, _, e1 := Syscall6(SYS_REBOOT, uintptr(magic1), uintptr(magic2), uintptr(cmd), uintptr(unsafe.Pointer(_p0)), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 35.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/maven/DefaultMavenModuleResolveMetadata.java

                dependencies,
                packaging,
                relocated,
                snapshotTimestamp);
        }
    
        /**
         * Adapts a MavenDependencyDescriptor to `DependencyMetadata` for the magic "optional" configuration.
         *
         * This configuration has special semantics:
         * - Dependencies in the "optional" configuration are _never_ themselves optional (ie not 'pending')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 19:13:04 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. src/syscall/zsyscall_linux_386.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    	_, _, e1 := Syscall6(SYS_REBOOT, uintptr(magic1), uintptr(magic2), uintptr(cmd), uintptr(unsafe.Pointer(_p0)), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 34.7K bytes
    - Viewed (0)
  4. docs/en/docs/how-to/sql-databases-peewee.md

    And `threading.local` is not compatible with the new async features of modern Python.
    
    !!! note "Technical Details"
        `threading.local` is used to have a "magic" variable that has a different value for each thread.
    
        This was useful in older frameworks designed to have one single thread per request, no more, no less.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 16 13:23:25 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_mips64.go

    	Regs        [102]uint64
    	U_tsize     uint64
    	U_dsize     uint64
    	U_ssize     uint64
    	Start_code  uint64
    	Start_data  uint64
    	Start_stack uint64
    	Signal      int64
    	U_ar0       uint64
    	Magic       uint64
    	U_comm      [32]int8
    }
    
    type FdSet struct {
    	Bits [16]int64
    }
    
    type Sysinfo_t struct {
    	Uptime    int64
    	Loads     [3]uint64
    	Totalram  uint64
    	Freeram   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    #include <linux/input.h>
    #include <linux/kcm.h>
    #include <linux/kexec.h>
    #include <linux/keyctl.h>
    #include <linux/landlock.h>
    #include <linux/loop.h>
    #include <linux/lwtunnel.h>
    #include <linux/magic.h>
    #include <linux/memfd.h>
    #include <linux/module.h>
    #include <linux/mount.h>
    #include <linux/netfilter/nfnetlink.h>
    #include <linux/netfilter/nf_tables.h>
    #include <linux/netlink.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_mips64le.go

    	Regs        [102]uint64
    	U_tsize     uint64
    	U_dsize     uint64
    	U_ssize     uint64
    	Start_code  uint64
    	Start_data  uint64
    	Start_stack uint64
    	Signal      int64
    	U_ar0       uint64
    	Magic       uint64
    	U_comm      [32]int8
    }
    
    type FdSet struct {
    	Bits [16]int64
    }
    
    type Sysinfo_t struct {
    	Uptime    int64
    	Loads     [3]uint64
    	Totalram  uint64
    	Freeram   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/ConnectionSpecTest.kt

        // yet known to the library, but are supported by the platform.
        ConnectionSpec.Builder(ConnectionSpec.MODERN_TLS)
          .cipherSuites("MAGIC-CIPHER")
          .tlsVersions("TLS9k")
          .build()
      }
    
      @Test
      fun tls_missingRequiredCipher() {
        platform.assumeNotConscrypt()
        platform.assumeNotBouncyCastle()
        val tlsSpec =
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  9. src/syscall/zsyscall_linux_arm64.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    	_, _, e1 := Syscall6(SYS_REBOOT, uintptr(magic1), uintptr(magic2), uintptr(cmd), uintptr(unsafe.Pointer(_p0)), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  10. pkg/volume/util/atomic_writer_test.go

    				"zap/1/2/c/bar.txt":   {Mode: 0644, Data: []byte("zap/bar")},
    				"zap/1/2/magic.txt":   {Mode: 0644, Data: []byte("indigo")},
    			},
    			payload2: map[string]FileProjection{
    				"foo.txt":           {Mode: 0644, Data: []byte("foo")},
    				"zap/1/2/magic.txt": {Mode: 0644, Data: []byte("indigo")},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top