Home
last modified time | relevance | path

Searched refs:hBlock (Results 1 – 18 of 18) sorted by relevance

/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswmem.c94 if (hBlock) { in SubAlloc()
95 Block = (void*)(LPSTR)LocalLock (hBlock); in SubAlloc()
97 RealSize = LocalSize (hBlock); in SubAlloc()
222 HANDLE hBlock; in free() local
242 RealSize = LocalSize (hBlock); in free()
244 LocalFree (hBlock); in free()
304 HANDLE hBlock, hOldBlock; variable
331 if (hBlock) {
332 Block = (LPSTR)LocalLock (hBlock);
334 RealSize = LocalSize (hBlock);
[all …]
/dports/net/hblock/hblock-3.2.3/
H A DREADME.md25 hBlock is a POSIX-compliant shell script that gets a list of domains that serve ads, tracking scrip…
31 hBlock is available in various package managers. Please check the [PACKAGES.md](./PACKAGES.md) file…
47 The default behavior of hBlock can be adjusted with multiple options. Use the `--help` option or ch…
54 Nightly builds of the hosts file, among other formats, can be found [on the hBlock website](https:/…
56 ## Temporarily disable hBlock
58 Sometimes you may need to temporarily disable hBlock, a quick option is to generate a hosts file wi…
67 It's possible that sometimes one of the hBlock sources includes a domain that shouldn't be blocked,…
69 removed from hBlock within 24h.
72 Although please note that not all hMirror blocklists are used by default in hBlock, an updated list…
H A Dhblock.1.md3 hBlock - manual page for hBlock 3.2.3
11 hBlock is a POSIX-compliant shell script that gets a list of domains
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/Windows/
H A DHeapBlockRetainer.cs32 SafeHeapAllocHandle hBlock = SafeHeapAllocHandle.Alloc(cbSize); in Alloc()
33 _blocks.Add(hBlock); in Alloc()
34 return hBlock.DangerousGetHandle(); in Alloc()
/dports/net/hblock/hblock-3.2.3/resources/index/
H A Dindex.sh331 content: 'It was not possible to determine if you are using hBlock.';
336 content: 'You are using hBlock.';
341 content: 'You are currently not using hBlock.';
/dports/net/hblock/hblock-3.2.3/resources/systemd/
H A Dhblock.service2 Description=hBlock
H A Dhblock.timer2 Description=hBlock
/dports/net/hblock/hblock-3.2.3/resources/packaging/deb/debian/
H A Dcontrol15 hBlock is a POSIX-compliant shell script that gets a list of domains that serve
H A Dcopyright2 Upstream-Name: hBlock
/dports/net/hblock/hblock-3.2.3/.github/ISSUE_TEMPLATE/
H A Dfalse-positive.md12 The blocklist generated by hBlock comes from multiple sources and I don't maintain a public excepti…
/dports/net/hblock/hblock-3.2.3/resources/packaging/rpm/SPECS/
H A Dhblock.spec.m420 hBlock is a POSIX-compliant shell script that gets a list of domains that serve
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DSWMapRenderer.cpp772 enum { blockSize = 8, hBlock = blockSize / under }; in RenderFinal() enumerator
775 Vector3 deltaRightLarge = deltaRight * hBlock; in RenderFinal()
838 std::int32_t yawDiff1 = ((yawIndex2 - yawIndex1) << 8 >> 8) / hBlock; in RenderFinal()
839 std::int32_t yawDiff2 = ((yawIndex4 - yawIndex3) << 8 >> 8) / hBlock; in RenderFinal()
840 std::int32_t pitchDiff1 = (pitch2 - pitch1) / hBlock; in RenderFinal()
841 std::int32_t pitchDiff2 = (pitch4 - pitch3) / hBlock; in RenderFinal()
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DExcHandling.st530 onDoBlock: wdBlock handlerBlock: hBlock onDoContext: ctx previousState: anInteger [
537 handlerBlock := hBlock.
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvdmdbg.h246 HANDLE hBlock; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvdmdbg.h246 HANDLE hBlock; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/VirtualDosMachines/
H A Dmod.rs50 pub hBlock: super::super::Foundation::HANDLE, field
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTgui.cpp5206 … HGLOBAL hBlock = GlobalAlloc( GMEM_MOVEABLE, sizeof(WCHAR) * ( m_Buffer.GetTextSize() + 1 ) ); in CopyToClipboard() local
5207 if( hBlock ) in CopyToClipboard()
5209 WCHAR *pwszText = (WCHAR*)GlobalLock( hBlock ); in CopyToClipboard()
5217 GlobalUnlock( hBlock ); in CopyToClipboard()
5219 SetClipboardData( CF_UNICODETEXT, hBlock ); in CopyToClipboard()
5223 if( hBlock ) in CopyToClipboard()
5224 GlobalFree( hBlock ); in CopyToClipboard()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/VirtualDosMachines/
H A Dmod.rs49 pub hBlock: super::super::Foundation::HANDLE, field