Searched refs:label (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dvolume_util.h26 int ntfs_change_label(ntfs_volume *vol, char *label);
/haiku-fatelf/src/apps/people/
H A DAttributeTextControl.cpp26 AttributeTextControl::AttributeTextControl(const char* label, argument
33 if (label != NULL && label[0] != 0)
35 .ReplaceFirst("%attribute_label", label));
/haiku-fatelf/src/kits/shared/
H A DAboutMenuItem.cpp36 BString label = string; local
38 label.ReplaceFirst("%app%", name);
40 label.ReplaceFirst("%app%", "(NULL)");
41 SetLabel(label.String());
/haiku-fatelf/src/apps/stylededit/
H A DColorMenuItem.cpp14 ColorMenuItem::ColorMenuItem(const char *label, rgb_color color, argument
16 : BMenuItem(label, message, 0, 0),
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DFormatCallout.java40 String label = null;
42 if (area.getAttribute("label") != null) {
43 // If this area has a label, use it
44 label = area.getAttribute("label");
46 // Otherwise, if its parent is an areaset and it has a label, use that
50 && parent.getAttribute("label") != null) {
51 label = parent.getAttribute("label");
55 return label;
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DFormatCallout.java40 String label = null;
42 if (!"".equals(area.getAttribute("label"))) {
43 // If this area has a label, use it
44 label = area.getAttribute("label");
46 // Otherwise, if its parent is an areaset and it has a label, use that
50 && !"".equals(parent.getAttribute("label"))) {
51 label = parent.getAttribute("label");
55 return label;
[all...]
/haiku-fatelf/src/libs/print/libprint/
H A DPrinterCap.cpp9 BaseCap::BaseCap(const string &label) argument
11 fLabel(label)
28 EnumCap::EnumCap(const string &label, bool isDefault) argument
30 BaseCap(label),
43 PaperCap::PaperCap(const string &label, bool isDefault, JobData::Paper paper, argument
46 EnumCap(label, isDefault),
61 PaperSourceCap::PaperSourceCap(const string &label, bool isDefault, argument
64 EnumCap(label, isDefault),
77 ResolutionCap::ResolutionCap(const string &label, bool isDefault, argument
80 EnumCap(label, isDefaul
95 OrientationCap(const string &label, bool isDefault, JobData::Orientation orientation) argument
111 PrintStyleCap(const string &label, bool isDefault, JobData::PrintStyle printStyle) argument
127 BindingLocationCap(const string &label, bool isDefault, JobData::BindingLocation bindingLocation) argument
143 ColorCap(const string &label, bool isDefault, JobData::Color color) argument
158 ProtocolClassCap(const string &label, bool isDefault, int32 protocolClass, const string &description) argument
175 DriverSpecificCap(const string& label, int32 category, Type type) argument
192 ListItemCap(const string& label, bool isDefault, int32 id) argument
207 BooleanCap(const string& label, bool defaultValue) argument
222 IntRangeCap(const string& label, int lower, int upper, int defaultValue) argument
254 DoubleRangeCap(const string& label, double lower, double upper, double defaultValue) argument
[all...]
H A DJSDSlider.cpp17 JSDSlider::JSDSlider(const char* name, const char* label, argument
19 : BSlider(name, label, msg, min, max, B_HORIZONTAL)
/haiku-fatelf/src/preferences/joysticks/
H A DMessagedItem.h21 MessagedItem(const char* label, BMessage* information) : BStringItem(label) argument
H A DPortItem.cpp11 PortItem::PortItem(const char* label) argument
12 :BStringItem(label)
/haiku-fatelf/src/apps/poorman/
H A DStatusSlider.cpp14 StatusSlider::StatusSlider(const char* name, const char* label, argument
17 BSlider(name, label, message, minValue, maxValue, B_HORIZONTAL),
/haiku-fatelf/src/bin/rcs/
H A Dmerge.c47 char const *arg[3], *label[3], *edarg = 0; variable
69 if (!(label[labels++] = *++argv))
97 label[labels] = arg[labels];
101 exitmain(merge(tostdout, edarg, label, arg));
H A Dmerger.c55 merge(tostdout, edarg, label, argv)
58 char const *const label[3];
91 "-L", label[0],
92 "-L", label[1],
93 "-L", label[2],
127 label[0], label[2], (char*)0
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DFormatCallout.java47 String label = null;
49 if (area.hasAttribute("label")) {
50 // If this area has a label, use it
51 label = area.getAttribute("label");
53 // Otherwise, if its parent is an areaset and it has a label, use that
57 && parent.hasAttribute("label")) {
58 label = parent.getAttribute("label");
62 return label;
[all...]
/haiku-fatelf/src/tests/kits/net/preflet/ServicesAddOn/
H A DServicesAddOn.cpp86 BString label; local
88 label << token;
90 label << " (" << token << ")";
92 label << " " << token;
94 fServicesListView->AddItem(new BStringItem(label.String()));
127 BString label; local
130 label << token;
131 fServicesListView->AddItem(new BStringItem(label.String()));
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp43 BStringView* label = new BStringView(listBounds, "vendors-label", "Vendors:"); local
44 AddChild(label);
45 label->ResizeToPreferred();
47 listBounds.top += label->Bounds().bottom + 5;
63 label = new BStringView(printerBounds, "printers-label", "Printers:");
64 AddChild(label);
65 label->ResizeToPreferred();
123 BString label; local
[all...]
H A DPrinterSelection.h25 FileItem(const char* label, const char* file) argument
26 : BStringItem(label)
/haiku-fatelf/headers/libs/print/libprint/
H A DPrinterCap.h20 BaseCap(const string &label);
29 EnumCap(const string& label, bool isDefault);
40 PaperCap(const string &label, bool isDefault,
52 PaperSourceCap(const string &label, bool isDefault,
61 ResolutionCap(const string &label, bool isDefault,
72 OrientationCap(const string &label, bool isDefault,
81 PrintStyleCap(const string &label, bool isDefault,
90 BindingLocationCap(const string &label,
100 ColorCap(const string &label, bool isDefault,
109 ProtocolClassCap(const string &label,
235 LabelPredicate(const char* label) argument
[all...]
H A DJSDSlider.h20 JSDSlider(const char* name, const char* label,
/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.cpp36 AbstractGeneralPage::AddDataView(const char* label, const char* text) argument
40 layout->AddView(new LabelView(label), 0, row);
/haiku-fatelf/src/apps/debugger/user_interface/gui/util/
H A DActionMenuItem.cpp18 ActionMenuItem::ActionMenuItem(const char* label, BMessage* message, argument
21 BMenuItem(label, message, shortcut, modifiers)
/haiku-fatelf/src/preferences/filetypes/
H A DStringView.h15 StringView(const char* label,
20 void SetLabel(const char* label);
/haiku-fatelf/src/preferences/time/
H A DTZDisplay.h23 const char* label);
35 void SetLabel(const char* label);
/haiku-fatelf/src/servers/input/
H A DMethodMenuItem.h27 MethodMenuItem(void *cookie, const char *label, const uchar *icon, BMenu *subMenu, BMessenger &messenger);
28 MethodMenuItem(void *cookie, const char *label, const uchar *icon);
/haiku-fatelf/src/tests/kits/interface/balert/
H A DAlertTest.cpp43 const char* label; member in struct:GuiInfo
142 fWinInfo.label,
143 fTextInfo.label,
144 fButtonInfo[0].label,
145 fButtonInfo[1].label,
146 fButtonInfo[2].label,
182 strcmp(fButtonInfo[i].label, btns[i]->Label()) == 0);
222 CPPUNIT_ASSERT(strcmp(fTextInfo.label, textView->Text()) == 0);
362 wi.label = "alert1";
367 ti.label
[all...]

Completed in 294 milliseconds

1234567891011>>