Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 63 for 0x070B2 (0.13 sec)

  1. src/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go

    	0xfb0: 0x2605, 0xfb1: 0x2605, 0xfb2: 0x25fe, 0xfb3: 0x25fe, 0xfb4: 0x260c, 0xfb5: 0x260c,
    	0xfb6: 0x2613, 0xfb7: 0x2613, 0xfb8: 0x2613, 0xfb9: 0x25f0, 0xfba: 0x25f0, 0xfbb: 0x25f0,
    	0xfbc: 0x0302, 0xfbd: 0x0302, 0xfbe: 0x0302, 0xfbf: 0x0302,
    	// Block 0x3f, offset 0xfc0
    	0xfc0: 0x25b1, 0xfc1: 0x25b8, 0xfc2: 0x25d4, 0xfc3: 0x25f0, 0xfc4: 0x25f7, 0xfc5: 0x1d89,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 376.2K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go

    	0xfb0: 0x2608, 0xfb1: 0x2608, 0xfb2: 0x2601, 0xfb3: 0x2601, 0xfb4: 0x260f, 0xfb5: 0x260f,
    	0xfb6: 0x2616, 0xfb7: 0x2616, 0xfb8: 0x2616, 0xfb9: 0x25f3, 0xfba: 0x25f3, 0xfbb: 0x25f3,
    	0xfbc: 0x0302, 0xfbd: 0x0302, 0xfbe: 0x0302, 0xfbf: 0x0302,
    	// Block 0x3f, offset 0xfc0
    	0xfc0: 0x25b4, 0xfc1: 0x25bb, 0xfc2: 0x25d7, 0xfc3: 0x25f3, 0xfc4: 0x25fa, 0xfc5: 0x1d8c,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 376.8K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go

    	0xf70: 0x2605, 0xf71: 0x2605, 0xf72: 0x25fe, 0xf73: 0x25fe, 0xf74: 0x260c, 0xf75: 0x260c,
    	0xf76: 0x2613, 0xf77: 0x2613, 0xf78: 0x2613, 0xf79: 0x25f0, 0xf7a: 0x25f0, 0xf7b: 0x25f0,
    	0xf7c: 0x0302, 0xf7d: 0x0302, 0xf7e: 0x0302, 0xf7f: 0x0302,
    	// Block 0x3e, offset 0xf80
    	0xf80: 0x25b1, 0xf81: 0x25b8, 0xf82: 0x25d4, 0xf83: 0x25f0, 0xf84: 0x25f7, 0xf85: 0x1d89,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 374.3K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    const (
    	http2cipher_TLS_NULL_WITH_NULL_NULL               uint16 = 0x0000
    	http2cipher_TLS_RSA_WITH_NULL_MD5                 uint16 = 0x0001
    	http2cipher_TLS_RSA_WITH_NULL_SHA                 uint16 = 0x0002
    	http2cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5        uint16 = 0x0003
    	http2cipher_TLS_RSA_WITH_RC4_128_MD5              uint16 = 0x0004
    	http2cipher_TLS_RSA_WITH_RC4_128_SHA              uint16 = 0x0005
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. src/runtime/syscall_windows_test.go

    	snapshot, err := syscall.CreateToolhelp32Snapshot(syscall.TH32CS_SNAPTHREAD, 0)
    	if err != nil {
    		return err
    	}
    	defer syscall.CloseHandle(snapshot)
    
    	const _THREAD_SUSPEND_RESUME = 0x0002
    
    	type ThreadEntry32 struct {
    		Size           uint32
    		tUsage         uint32
    		ThreadID       uint32
    		OwnerProcessID uint32
    		BasePri        int32
    		DeltaPri       int32
    		Flags          uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    const (
    	PURGE_TXABORT = 0x0001
    	PURGE_RXABORT = 0x0002
    	PURGE_TXCLEAR = 0x0004
    	PURGE_RXCLEAR = 0x0008
    )
    
    // SetCommMask constants. See https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setcommmask.
    const (
    	EV_RXCHAR  = 0x0001
    	EV_RXFLAG  = 0x0002
    	EV_TXEMPTY = 0x0004
    	EV_CTS     = 0x0008
    	EV_DSR     = 0x0010
    	EV_RLSD    = 0x0020
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  7. src/runtime/os_windows.go

    		// https://github.com/golang/go/issues/8687#issuecomment-656259353
    		_CREATE_WAITABLE_TIMER_HIGH_RESOLUTION = 0x00000002
    
    		_SYNCHRONIZE        = 0x00100000
    		_TIMER_QUERY_STATE  = 0x0001
    		_TIMER_MODIFY_STATE = 0x0002
    	)
    	return stdcall4(_CreateWaitableTimerExW, 0, 0,
    		_CREATE_WAITABLE_TIMER_HIGH_RESOLUTION,
    		_SYNCHRONIZE|_TIMER_QUERY_STATE|_TIMER_MODIFY_STATE)
    }
    
    func initHighResTimer() {
    	h := createHighResTimer()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/xcoff.go

    	Fnsyms   int32  // Number of entries in symbol table
    }
    
    const (
    	U64_TOCMAGIC = 0767 // AIX 64-bit XCOFF
    )
    
    // Flags that describe the type of the object file.
    const (
    	F_RELFLG    = 0x0001
    	F_EXEC      = 0x0002
    	F_LNNO      = 0x0004
    	F_FDPR_PROF = 0x0010
    	F_FDPR_OPTI = 0x0020
    	F_DSA       = 0x0040
    	F_VARPG     = 0x0100
    	F_DYNLOAD   = 0x1000
    	F_SHROBJ    = 0x2000
    	F_LOADONLY  = 0x4000
    )
    
    // Auxiliary Header
    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/debug/elf/elf.go

    // DT_FLAGS values.
    type DynFlag int
    
    const (
    	DF_ORIGIN DynFlag = 0x0001 /* Indicates that the object being loaded may
    	   make reference to the
    	   $ORIGIN substitution string */
    	DF_SYMBOLIC DynFlag = 0x0002 /* Indicates "symbolic" linking. */
    	DF_TEXTREL  DynFlag = 0x0004 /* Indicates there may be relocations in non-writable segments. */
    	DF_BIND_NOW DynFlag = 0x0008 /* Indicates that the dynamic linker should
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="070707" type="big16" offset="0"/>
          <match value="070707" type="string" offset="0"/>
          <match value="070701" type="string" offset="0"/>
          <match value="070702" type="string" offset="0"/>
        </magic>
        <glob pattern="*.cpio"/>
      </mime-type>
    
      <mime-type type="application/x-csh">
        <glob pattern="*.csh"/>
        <glob pattern="*.tcsh"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top