/haiku/build/config_headers/ |
H A D | ReadMe | 3 modify into that folder. Your custom headers will be ignored by the version 6 "config_headers", you will have to apply them to your custom headers manually.
|
/haiku/src/tests/kits/locale/ |
H A D | ICUTest.cpp | 63 Locale custom("es"); in main() local 64 TestLocale(custom); in main()
|
/haiku/src/tests/kits/interface/ |
H A D | ToolTipTest.cpp | 254 BView* custom = new BStringView("2", "Custom Tool Tip"); in Window() local 255 custom->SetToolTip(new CustomToolTip("Custom tool tip!")); in Window() 282 .Add(custom) in Window()
|
/haiku/data/config/boot/ |
H A D | UserSetupEnvironment.sample | 3 # Add custom environment variables to initialize
|
/haiku/build/jam/ |
H A D | CommandLineArguments | 36 Echo " anyboot-image - A custom image for either CD or" 46 Echo " nightly-anyboot - A custom image for either CD or" 54 Echo " release-anyboot - A custom image for either CD or"
|
/haiku/data/catalogs/preferences/screensaver/ |
H A D | ru.catkeys | 24 Use custom password ScreenSaver Использовать выбранный пароль
|
H A D | zh_Hans.catkeys | 24 Use custom password ScreenSaver 自定义密码
|
H A D | th.catkeys | 24 Use custom password ScreenSaver ใช้รหัสผ่านที่กำหนดเอง
|
H A D | be.catkeys | 24 Use custom password ScreenSaver Карыстацца асаблівым паролем
|
H A D | ko.catkeys | 24 Use custom password ScreenSaver 사용자 정의 비밀번호 사용
|
H A D | uk.catkeys | 24 Use custom password ScreenSaver Використовувати вибраний пароль
|
H A D | ja.catkeys | 24 Use custom password ScreenSaver 独自のパスワードを使う
|
H A D | el.catkeys | 24 Use custom password ScreenSaver Χρήση προσαρμοσμένου κωδικού πρόσβασης
|
/haiku/data/settings/kernel/drivers/ |
H A D | vesa | 12 # On some video cards, the VESA driver is able to inject custom video resolutions in the BIOS.
|
/haiku/data/catalogs/apps/serialconnect/ |
H A D | id.catkeys | 14 custom… SerialWindow Baudrate kustom…
|
H A D | zh_Hans.catkeys | 16 custom… SerialWindow Baudrate 自定义…
|
H A D | el.catkeys | 16 custom… SerialWindow Baudrate προσαρμογή...
|
H A D | ko.catkeys | 16 custom… SerialWindow Baudrate 사용자 정의…
|
H A D | uk.catkeys | 16 custom… SerialWindow Baudrate довільно…
|
H A D | ru.catkeys | 16 custom… SerialWindow Baudrate в ручную…
|
/haiku/docs/user/app/ |
H A D | MessageFilter.dox | 55 \brief Prototype for a custom \c filter_hook for use in the BMessageFilter 59 object. It is a custom filter function you can use. 249 You can also specify a #filter_hook, if you want apply custom filter 265 You can also specify a #filter_hook, if you want to apply custom filter 281 You can also specify a #filter_hook, if you want to apply custom filter 326 \brief Filter the message according to custom criteria.
|
/haiku/src/add-ons/accelerants/neomagic/ |
H A D | valid_mode_list | 1 /*This file can be used to define custom timing for your monitor
|
/haiku/src/add-ons/accelerants/via/ |
H A D | valid_mode_list | 1 /*This file can be used to define custom timing for your monitor
|
/haiku/src/add-ons/accelerants/skeleton/ |
H A D | valid_mode_list | 1 /*This file can be used to define custom timing for your monitor
|
/haiku/docs/user/netservices/ |
H A D | HttpRequest.dox | 49 auto custom = BHttpRequest(url, "PATCH"sv); 53 creating objects of this type. When you create a custom method, exceptions may be raised 54 when the system runs out of memory, or when your custom method contains invalid characters. 66 \brief Error that represents when a custom method does not conform to the HTTP standard. 178 \exception std::bad_alloc When the \a other object contains a custom verb, this exception 187 \brief Construct a custom method. 191 \exception std::bad_alloc In case it is not possible to allocate memory for the custom string. 247 \return A \c std::string_view that is a string representation of the standard or custom method 270 \exception std::bad_alloc When the \a other object contains a custom verb, this exception 564 This will either return the custom value set for this request, or the default as is listed in [all …]
|