/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Settings.h | 119 contains(const char **array, size_t size, const char *value) in contains() function 146 if (contains(trueStrings, sizeof(trueStrings) / sizeof(const char*), in _GetParameterValue() 150 if (contains(falseStrings, sizeof(falseStrings) / sizeof(const char*), in _GetParameterValue()
|
/haiku/docs/develop/servers/registrar/ |
H A D | Protocols.rst | 150 - B_BAD_VALUE: A request message field is missing or contains an invalid value. 184 - B_BAD_VALUE: A request message field is missing or contains an 227 - B_BAD_VALUE: A request message field is missing or contains an 256 - B_BAD_VALUE: A request message field is missing or contains an 286 - B_BAD_VALUE: A request message field is missing or contains an 319 - B_BAD_VALUE: A request message field is missing or contains an 351 - B_BAD_VALUE: A request message field is missing or contains an 392 - B_BAD_VALUE: A request message field is missing or contains an 435 - B_BAD_VALUE: A request message field is missing or contains an 463 - B_BAD_VALUE: A request message field is missing or contains an [all …]
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs.c.readme | 1 The source file libroot_stubs.c contains empty stubs for all symbols exported by 18 which uses a different symbol mangling format and contains the symbols for
|
/haiku/src/tests/kits/app/broster/ |
H A D | GetAppListTester.cpp | 39 bool contains = true; in contains_list() local 40 for (int32 i = 0; contains && i < bCount; i++) in contains_list() 41 contains = a.HasItem(b.ItemAt(i)); in contains_list() 42 return contains; in contains_list()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | Settings.cpp | 72 contains(const char **array, size_t size, const char *value) in contains() function 100 if (contains(trueStrings, sizeof(trueStrings) / sizeof(const char*), in _GetParameterValue() 104 if (contains(falseStrings, sizeof(falseStrings) / sizeof(const char*), in _GetParameterValue()
|
/haiku/src/apps/diskusage/ |
H A D | Scanner.cpp | 134 bool contains = currentDir->ref == *ref; in _DirectoryContains() local 135 while (!contains && i != currentDir->children.end()) { in _DirectoryContains() 136 contains |= _DirectoryContains((*i), ref); in _DirectoryContains() 139 return contains; in _DirectoryContains()
|
/haiku/src/apps/mediaplayer/support/ |
H A D | NOTE | 1 This folder contains some generic classes. The same code is used in Icon-O-Matic btw. I should move…
|
/haiku/docs/user/netservices/ |
H A D | HttpTime.dox | 46 You can use \ref parse_http_time() to parse a string that contains a HTTP timestamp. You can 131 \param dateString A string that contains a valid HTTP timestamp. The \a dateString must not 157 \param string A string that contains a valid HTTP timestamp. The \a dateString must not 171 \return A valid \ref BDateTime object that contains the timestamp that this object is currently 204 \return A string that contains the formatted timestamp. 224 \return A string that contains the formatted timestamp. 238 \brief Parse a \a string that contains a timestamp and return a \ref BDateTime object. 243 \param string A string that contains a valid HTTP timestamp. The \a dateString must not
|
H A D | HttpFields.dox | 43 bound to the lifetime of the object that contains the HTTP response. 62 \brief Error that represents when a string input contains characters that are incompatible with 71 \brief The input that contains the invalid contents. 87 \brief Retrieve a debug message that contains all info in this error. 97 \return A \ref BString object that contains the debug message. 159 is empty or contains invalid characters. 180 is empty or contains invalid characters. 266 \retval false This field contains a valid name and value. 495 contains invalid characters. 516 is empty or contains invalid characters.
|
H A D | ErrorsExt.dox | 38 The minimum definition of an error is that it contains an \em origin and 144 \brief Retrieve a debug message that contains all info in this error. 153 \return A \ref BString object that contains the debug message. 347 \brief Retrieve a debug message that contains all info in this error. 356 \return A \ref BString object that contains the debug message.
|
/haiku/src/data/package_infos/generic/ |
H A D | netfs | 6 description "The package contains the NetFS add-on and servers."
|
H A D | haiku_cross_devel_sysroot | 6 description "The package contains all files associated with the base \
|
H A D | haiku_devel | 6 description "The package contains all files associated with the base system
|
H A D | haiku_cross_devel | 6 description "This package provides a package that contains all files \
|
H A D | haiku_devel_secondary | 6 description "The package contains all files associated with the base system
|
/haiku/src/data/package_infos/any/ |
H A D | haiku_source | 5 description "This package contains the core source code of Haiku."
|
/haiku/3rdparty/ |
H A D | Jamfile | 3 # automatically pick any subdir that contains a Jamfile
|
/haiku/docs/user/interface/ |
H A D | Region.dox | 41 \brief Initializes an empty region. The region contains no rectangles, 267 \brief Returns whether or not if the region contains the given \a point. 271 \return \c true if the region contains the \a point, \c false if not. 279 \brief Returns whether or not the region contains the given coordinates. 284 \return \c true if the region contains the point, \c false if not. 292 \brief Return whether or not the region contains the given coordinates. 297 \return \c true if the region contains the point, \c false if not. 443 \brief Modifies the region so that it contains only the area
|
/haiku/src/tests/add-ons/print/ppd/test/ |
H A D | readme.txt | 22 File header.txt contains parts of a PPD file that are typically part of the "header".
|
/haiku/docs/develop/packages/ |
H A D | DirectoryStructure.rst | 51 contains the activated packages. 53 of the packagefs, i.e. each contains the virtually extracted contents of the
|
H A D | README.rst | 51 - HaikuPorts_ contains the build recipes of various ports. 55 - haikuports.cross_ contains the minimal set of build recipes to bootstrap a new
|
/haiku/docs/interface_guidelines/docbook-css/ |
H A D | opera.css | 10 * This file contains CSS specific to the Opera browser.
|
H A D | mozilla.css | 10 * This file contains CSS specific to mozilla.org's Gecko rendering engine.
|
/haiku/docs/user/ |
H A D | compatibility.dox | 36 - BeOS contains a deprecated \c add-ons/TrackerAddons.h header, and a 37 header called \c add-ons/TrackerAddOns.h - Haiku only contains the
|
/haiku/docs/develop/kernel/vm/ |
H A D | vm_store_device | 17 …apped in. Locks the translation map, Finds the region in the cache that contains this page and map…
|