Searched refs:text (Results 76 - 100 of 543) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DToolTip.cpp151 BTextToolTip::BTextToolTip(const char* text) argument
153 _InitData(text);
204 BTextToolTip::SetText(const char* text) argument
209 fTextView->SetText(text);
217 BTextToolTip::_InitData(const char* text) argument
219 fTextView = new BTextView("tool tip text");
220 fTextView->SetText(text);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp72 BString text(B_TRANSLATE_COMMENT("The task for repository"
77 text.ReplaceFirst("%name%", nameString);
78 fTimeoutAlert = new BAlert("timeout", text,
158 BString text(B_TRANSLATE_COMMENT("Good news! The task for repository "
162 text.ReplaceFirst("%name%", nameString);
163 BAlert* newAlert = new BAlert("timeout", text, kOKLabel, NULL, NULL,
/haiku/src/tools/checkstyle/
H A Dutils.py31 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
32 <style type="text/css">""" + cssStyle() + """</style>
52 def renderHtml(text, highlights, sourceFileName, outputFileName):
53 splittedText = highlightSplit(text, highlights)
100 # splits the source text on highlights boundaries so that we can escape to html
104 text = string
110 text, (start - offset, end - offset))
113 text = after
118 splittedString.append(text)
169 text
[all...]
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp69 void AddStatement(const char* text, Statement* statement) argument
71 if (text != NULL) {
72 BStringItem* item = new CategoryItem(text, statement, GetLevel());
82 const char* text = NULL; local
84 text = translation;
86 text = name;
89 AddStatement(text, group->GetStatement());
209 const char* text = NULL; local
212 text = statement->GetTranslationString();
214 text
333 AddUIGroup(const char* text, Statement* statement) argument
347 OpenGroup(const char* text) argument
372 const char* text = NULL; local
[all...]
H A DPPDConfigView.h24 CategoryItem(const char* text, Statement* statement, uint32 level) argument
25 : BStringItem(text, level)
/haiku/headers/os/interface/
H A DStringItem.h14 BStringItem(const char* text,
26 virtual void SetText(const char* text);
/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h42 if (((char*)process_refs >= (char*)image.text
43 && (char*)process_refs <= (char*)image.text + image.text_size)
/haiku/src/apps/cortex/Persistence/
H A DImportContext.h85 const char* text);
90 const char* text);
/haiku/src/apps/cortex/TipManager/
H A DTipView.h66 const char* text);
108 const char* text);
H A DTipManager.cpp162 const char* text,
168 ASSERT(text);
173 rect, text, view, offsetMode, offset, flags);
178 const char* text,
185 BRect(), text, view, offsetMode, offset, flags);
235 const char* text,
241 ASSERT(text);
246 screenRect, text, offsetMode, offset, flags);
414 // // set text (this has the side effect of resizing the
418 // m_tipWindow->setText(entry.text
160 setTip( const BRect& rect, const char* text, BView* view, offset_mode_t offsetMode , BPoint offset , uint32 flags ) argument
177 setTip( const char* text, BView* view, offset_mode_t offsetMode , BPoint offset , uint32 flags ) argument
234 showTip( const char* text, BRect screenRect, offset_mode_t offsetMode , BPoint offset , uint32 flags ) argument
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.h35 virtual void GetEditViewState(BString& text,
37 virtual void SetEditViewState(const BString& text,
/haiku/src/system/kernel/arch/m68k/
H A Darch_040_asm.S4 .text
/haiku/src/tests/add-ons/kernel/file_systems/cdda/
H A Dcdda_text.cpp58 cdtext text; local
59 read_cdtext(fd, text);
/haiku/src/kits/tracker/
H A DOverrideAlert.h55 OverrideAlert(const char* title, const char* text,
61 OverrideAlert(const char* title, const char* text,
/haiku/src/system/libroot/os/arch/ppc/
H A Datomic.S11 .text
/haiku/src/system/libroot/os/arch/sparc/
H A Dbyteorder.S8 .text
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp19 const BString text = "The quick brown fox jumps over the lazy dog!"; local
28 BString textAndSize = text;
54 :BApplication("application/x-vnd.haiku.text-rendering-test")
/haiku/headers/private/kernel/platform/efi/
H A Dsystem-table.h12 #include <efi/protocol/simple-text-input.h>
13 #include <efi/protocol/simple-text-output.h>
/haiku/src/system/libroot/os/arch/arm64/
H A Dbyteorder.S9 .text
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Dentry.S8 .text
/haiku/src/system/boot/platform/riscv/
H A Dentry.S8 .text
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolListener.cpp78 BUrlProtocolDebugMessage type, const char* text)
101 fprintf(stderr, " %s: %s\n", caller->Protocol().String(), text);
77 DebugMessage(BUrlRequest* caller, BUrlProtocolDebugMessage type, const char* text) argument
/haiku/src/apps/showimage/
H A DShowImageStatusView.h38 const BString& text, const BString& pages,
42 void _SetFrameText(const BString& text);
/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/src/apps/cortex/support/
H A DTextControlFloater.cpp52 const char* text,
56 BTextControl(frame, name, label, text, message, resizingMode, flags) {
111 const char* text,
130 text,
48 MomentaryTextControl( BRect frame, const char* name, const char* label, const char* text, BMessage* message, uint32 resizingMode=B_FOLLOW_LEFT|B_FOLLOW_TOP, uint32 flags=B_WILL_DRAW|B_NAVIGABLE) argument
107 TextControlFloater( BRect frame, alignment align, const BFont* font, const char* text, const BMessenger& target, BMessage* message, BMessage* cancelMessage) argument

Completed in 145 milliseconds

1234567891011>>