/haiku/headers/os/support/ |
H A D | Url.h | 64 void UrlEncode(bool strict = false); 65 void UrlDecode(bool strict = false); 72 bool strict = false, 75 bool strict = false); 109 bool strict, bool directory = false); 111 bool strict);
|
/haiku/src/kits/support/ |
H A D | Url.cpp | 618 BUrl::UrlEncode(bool strict) in UrlEncode() argument 620 fUser = _DoUrlEncodeChunk(fUser, strict); in UrlEncode() 621 fPassword = _DoUrlEncodeChunk(fPassword, strict); in UrlEncode() 622 fHost = _DoUrlEncodeChunk(fHost, strict); in UrlEncode() 623 fFragment = _DoUrlEncodeChunk(fFragment, strict); in UrlEncode() 624 fPath = _DoUrlEncodeChunk(fPath, strict, true); in UrlEncode() 629 BUrl::UrlDecode(bool strict) in UrlDecode() argument 631 fUser = _DoUrlDecodeChunk(fUser, strict); in UrlDecode() 632 fPassword = _DoUrlDecodeChunk(fPassword, strict); in UrlDecode() 633 fHost = _DoUrlDecodeChunk(fHost, strict); in UrlDecode() [all …]
|
/haiku/src/system/kernel/fs/ |
H A D | vfs_boot.cpp | 182 virtual bool IsBootDevice(KDiskDevice* device, bool strict); 189 DiskBootMethod::IsBootDevice(KDiskDevice* device, bool strict) in IsBootDevice() argument 223 if (strict && device->Size() != disk->device.unknown.size) in IsBootDevice() 404 bool strict = true; in get_boot_partitions() local 410 if (!bootMethod->IsBootDevice(device, strict)) in get_boot_partitions() 417 if (!partitions.IsEmpty() || !strict) in get_boot_partitions() 421 strict = false; in get_boot_partitions()
|
H A D | vfs_net_boot.h | 22 virtual bool IsBootDevice(KDiskDevice* device, bool strict);
|
H A D | vfs_boot.h | 20 virtual bool IsBootDevice(KDiskDevice* device, bool strict) = 0;
|
H A D | vfs_net_boot.cpp | 362 NetBootMethod::IsBootDevice(KDiskDevice* device, bool strict) in IsBootDevice() argument
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | unistr.h | 71 extern BOOL ntfs_forbidden_chars(const ntfschar *name, int len, BOOL strict); 73 const ntfschar *name, int len, BOOL strict);
|
H A D | unistr.c | 1495 BOOL ntfs_forbidden_chars(const ntfschar *name, int len, BOOL strict) argument 1509 (strict && (name[len-1] == const_cpu_to_le16(' ') || 1540 BOOL strict) argument 1558 forbidden = ntfs_forbidden_chars(name, len, strict);
|
/haiku/src/servers/app/ |
H A D | Screen.cpp | 127 float frequency, bool strict) in SetBestMode() argument 143 strict ? ", strict" : ""); in SetBestMode() 145 if (strict) { in SetBestMode()
|
H A D | Screen.h | 42 bool strict = true);
|
/haiku/docs/user/support/ |
H A D | Url.dox | 407 \fn void BUrl::UrlEncode(bool strict=false) 410 \param strict Undocumented 417 \fn void BUrl::UrlDecode(bool strict=false) 420 \param strict Undocumented 560 …\fn static static BString BUrl::UrlEncode(const BString &url, bool strict=false, bool directory=fa… 564 \param strict Undocumented 575 \fn static static BString BUrl::UrlDecode(const BString &url, bool strict=false) 579 \param strict Undocumented
|
/haiku/docs/develop/libroot/ |
H A D | index.rst | 46 - The compiler is NOT in strict mode (__STRICT_ANSI__ is not defined) and _POSIX_C_SOURCE is not de… 54 - The compiler is set to use a strict standard (for example -std=c11). In this case, __STRICT_ANSI__ 56 - The compiler is set to use a strict standard, but either _BSD_SOURCE or _GNU_SOURCE is defined.
|
/haiku/docs/user/posix/ |
H A D | _libroot.dox | 26 to strict C99 but still use these extensions, you need to define _DEFAULT_SOURCE
|
/haiku/src/libs/compat/freebsd_iflib/ |
H A D | subr_gtaskqueue.c | 668 int strict; in taskqgroup_find() local 685 for (strict = 1; mincnt == INT_MAX; strict = 0) { in taskqgroup_find() 689 if (strict) { in taskqgroup_find()
|
/haiku/docs/user/locale/ |
H A D | Collator.dox | 73 \li \c B_COLLATE_QUATERNARY is very strict. Most of the time you 131 \li \c B_COLLATE_QUATERNARY is very strict. Most of the time you
|
/haiku/build/jam/ |
H A D | ArchitectureRules | 17 # disable strict aliasing on anything newer than gcc 2 as it may lead to 19 # TODO: remove the -fno-strict-aliasing option when all code has been 21 ccBaseFlags += -fno-strict-aliasing ;
|
H A D | BuildSetup | 278 HOST_GCC_BASE_FLAGS += -fno-strict-aliasing -fno-delete-null-pointer-checks ;
|
/haiku/docs/user/netservices/ |
H A D | HttpTime.dox | 184 parsing is slightly less strict than the RFC prescribes. This may mean that if you parse a
|
/haiku/src/apps/mail/ |
H A D | words | 24699 strict/PRTY
|
/haiku/data/system/data/fortunes/ |
H A D | Songs & Poems | 411 As old and strict he tended to ignore;
|