Searched refs:text (Results 1 - 25 of 543) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php45 // generate and use (plain text) passwords
674 //header("Content-type: text/plain");
696 //header("Content-type: text/plain");
774 echo "<iframe src=\"$url/\" type=\"text/plain\" width=\"100%\" ";
824 <style type="text/css">
839 <script type="text/javascript">
865 out("<div style=\"text-align:right;\">Available displays: " .
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css49 * flow of text.
71 text-align:center;
77 text-align:center;
162 text-align: justify;
203 text-decoration:underline;
207 text-decoration:line-through;
289 /* All these borders may interfere with text on the line bellow. Make
290 the text a little smaller to try and 'pull up' the bottom edge, */
323 /* When ulink contains no body text, the url should be rendered
326 text
[all...]
/haiku/headers/libs/agg/
H A Dagg_gsv_text.h55 void text(const char* text);
113 gsv_text_outline(gsv_text& text, const Transformer& trans) : argument
114 m_polyline(text),
/haiku/headers/os/interface/
H A DOptionPopUp.h44 virtual void SetLabel(const char* text);
H A DStatusBar.h62 virtual void Update(float delta, const char* text = NULL,
66 virtual void SetTo(float value, const char* text = NULL,
95 void _SetTextData(BString& text, const char* string,
H A DStringItem.h14 BStringItem(const char* text,
26 virtual void SetText(const char* text);
H A DStringView.h15 const char* text, uint32 resizingMode
18 BStringView(const char* name, const char* text,
27 void SetText(const char* text);
82 float _StringWidth(const char* text);
H A DTextControl.h40 virtual void SetText(const char* text);
53 virtual void SetAlignment(alignment label, alignment text);
/haiku/headers/os/mail/
H A DE-mail.h57 #define B_MAIL_TYPE "text/x-email" // mime type
58 #define B_PARTIAL_MAIL_TYPE "text/x-partial-email" // mime type
125 status_t AddContent(const char* text, int32 length,
128 status_t AddContent(const char* text, int32 length,
H A DMailComponent.h74 // This is the character set to be used for decoding text
81 // being used in the text components.
98 BTextMailComponent(const char *text = NULL, uint32 defaultCharSet = B_MAIL_NULL_CONVERSION);
106 void SetText(const char *text);
107 void AppendText(const char *text);
125 BString text; member in class:BTextMailComponent
H A DMailContainer.h44 void SetThisIsAnMIMEMessageText(const char *text);
H A DMailMessage.h105 void SetBodyTextTo(const char* text);
/haiku/headers/os/storage/
H A DFilePanel.h68 void SetSaveText(const char* text);
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h251 const char* text,...);
/haiku/headers/private/firewire/
H A Diec13213.h163 uint32_t text[0]; member in struct:csrtext
/haiku/headers/private/interface/
H A DToolTip.h60 BTextToolTip(const char* text);
71 void SetText(const char* text);
74 void _InitData(const char* text);
H A Dutf8_functions.h20 UTF8NextCharLenUnsafe(const char *text) argument
22 const char *ptr = text;
28 return ptr - text;
33 UTF8NextCharLen(const char *text) argument
35 if (text == NULL || *text == 0)
38 return UTF8NextCharLenUnsafe(text);
90 UTF8PreviousCharLen(const char *text, const char *limit) argument
92 const char *ptr = text;
103 return text
[all...]
/haiku/headers/private/kernel/boot/
H A Dmenu.h53 void SetHelpText(const char* text);
136 void SetChoiceText(const char* text) argument
137 { fChoiceText = text; }
/haiku/headers/private/kernel/
H A Delf.h52 image_id elf_create_memory_image(const char* imageName, addr_t text,
/haiku/headers/private/shared/
H A DCalendarView.h51 const char* text, bool isSelected = false,
55 const char* text);
57 const char* text);
163 BRect frame, const char* text,
166 const char* text, bool isSelected = false,
H A DTextTable.h30 const BString& text);
H A DToolBar.h27 const char* text = NULL,
32 const char* text = NULL,
H A DTrackerAddOnAppLaunch.h42 if (((char*)process_refs >= (char*)image.text
43 && (char*)process_refs <= (char*)image.text + image.text_size)
/haiku/headers/tools/cppunit/cppunit/
H A DTextTestRunner.h4 #include <cppunit/ui/text/TestRunner.h>
9 * \brief A text mode test runner.
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp50 #define LOG_ERR(text...) LOG(text)
53 #define LOG(text...)
54 #define LOG_ERR(text...) fprintf(stderr, text)

Completed in 94 milliseconds

1234567891011>>