Searched refs:text (Results 501 - 525 of 543) sorted by relevance

<<2122

/haiku/src/preferences/mail/
H A DConfigWindow.cpp746 char text[256]; local
747 sprintf(text, B_TRANSLATE(
751 BAlert* alert = new BAlert(B_TRANSLATE("Error"), text,
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp40 # define TRACE_BB(text, ...) debug_printf("PBBP: " text, ##__VA_ARGS__)
42 # define TRACE_BB(text, ...)
/haiku/src/apps/haikudepot/model/
H A DModel.cpp170 bool _TextContains(BString text, const BString& string) const argument
172 text.ToLower();
173 int32 index = text.FindFirst(string);
/haiku/src/kits/tracker/
H A DFindPanel.cpp499 // text controls never get the focus, their internal text views do
504 // write out the current focus and, if text control, selection
911 // pick the last text control in the attribute view
1783 void AddSubtype(BString& text, const BMimeType& type) argument
1785 text.Append(" (");
1786 text.Append(strchr(type.Type(), '/') + 1);
1788 text.Append(")");
1811 BString text = info->ShortDescription(); local
1814 AddSubtype(text, typ
[all...]
H A DFSUtils.cpp832 BString text; local
834 text = B_TRANSLATE("The entered folder name is too long.");
836 text = B_TRANSLATE("The entered file name is too long.");
838 BAlert* alert = new BAlert("", text, B_TRANSLATE("OK"),
861 BString text(B_TRANSLATE("An item named '%filename%' already exists."));
862 text.ReplaceFirst("%filename%", name);
864 BAlert* alert = new BAlert("", text, B_TRANSLATE("OK"),
/haiku/src/apps/deskcalc/
H A DCalcView.cpp511 // render border around expression text view
730 // pass on request to text view
741 // layout expression text view
752 // configure expression text view font size and color
816 if (clipper->AddData("text/plain", B_MIME_TYPE,
879 // look for text/plain MIME data
880 const char* text; local
882 if (message->FindData("text/plain", B_MIME_TYPE,
883 (const void**)&text, &numBytes) == B_OK) {
885 temp.Append(text, numByte
[all...]
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h319 string text; member in class:IppStringAttribute
/haiku/src/kits/debug/
H A Ddebug_support.cpp481 // Get the image info and re-try looking with the text base address.
490 (addr_t)imageInfo.text, *iterator);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp986 BString text,
992 text << " (" << strerror(error) << ")";
996 message.AddString("text", text.String());
1003 BAlert *alert = new BAlert(B_TRANSLATE("Error"), text.String(),
985 showErrorMessage( BString text, status_t error) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_asm.S15 .text
/haiku/src/system/kernel/debug/
H A Ddebug.cpp84 static void syslog_write(const char* text, int32 length, bool notify);
1275 syslog_write(const char* text, int32 length, bool notify) argument
1283 text += length - (sSyslogBuffer->size - 7);
1302 ring_buffer_write(sSyslogBuffer, (uint8*)text, length);
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S10 .text
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp336 BString text; local
338 text.Truncate(0);
339 format.Format(text, 0, kDelays[i] * 1000000LL);
341 _AddDelayItem(delayMenu, text.String(), kDelays[i] * 1000000LL);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4964 memcpy(dma->vaddr + WPI_FW_DATA_MAXSZ, fw->init.text, fw->init.textsz);
4978 error = wpi_load_bootcode(sc, fw->boot.text, fw->boot.textsz);
4999 memcpy(dma->vaddr + WPI_FW_DATA_MAXSZ, fw->main.text, fw->main.textsz);
5086 fw->main.text = (const uint8_t *)(hdr + 1);
5087 fw->main.data = fw->main.text + fw->main.textsz;
5088 fw->init.text = fw->main.data + fw->main.datasz;
5089 fw->init.data = fw->init.text + fw->init.textsz;
5090 fw->boot.text = fw->init.data + fw->init.datasz;
5094 "runtime (text: %u, data: %u) init (text
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp67 const char* text = Text(); local
68 BString truncatedString( text );
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp901 fResult->SetStatus(BHttpStatus{fStatus.code, std::move(fStatus.text)});
969 fResult->SetStatus(BHttpStatus{fStatus.code, std::move(fStatus.text)});
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py403 text: bool = False,
409 :param text: whether running in text mode or not (bytes mode)
415 if isinstance(data, bytes) and not text else
451 :param data: bytes containing text
452 :returns: escaped text bytes
563 :param template: template text
643 if text_start < text_end: # text
954 else: # text
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp70 const char* text = Text(); local
71 BString truncatedString(text);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp83 BUrlProtocolDebugMessage type, const char* text)
85 HDTRACE("post-json: %s", text);
442 minimum age) and in the second call, the text of the conditions is returned.
82 DebugMessage(BUrlRequest* caller, BUrlProtocolDebugMessage type, const char* text) argument
/haiku/src/apps/installer/
H A DInstallerWindow.cpp199 // In the status view, make sure that we can display 5 lines of text of ~28 characters each
206 // Create a group view with a white background since the logo and status text won't have the
904 InstallerWindow::_SetStatusMessage(const char *text) argument
906 fStatusView->SetText(text);
908 // In case the status message makes the text view higher than the
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp568 void gsv_text::text(const char* text) argument
570 if(text == 0)
576 unsigned new_size = strlen(text) + 1;
581 memcpy(&m_text_buf[0], text, new_size);
/haiku/src/system/kernel/
H A Delf.cpp126 imageInfo.basic_info.text = (void *)image->text_region.start;
530 dump_elf_region(&image->text_region, "text");
1331 // we now no longer need to write to the text area anymore
2019 // assume ro/text segment
2030 dprintf("error mapping file text: %s!\n", strerror(id));
2036 imageInfo.basic_info.text = regionAddress;
2293 // Usually add-ons have two PT_LOAD headers: one for .data one or .text.
2297 // Some add-ons may have .text and .data concatenated in a single
2298 // PT_LOAD RWE header and we must map that to .text.
2318 // some programs may have .text an
2481 elf_create_memory_image(const char* imageName, addr_t text, size_t textSize, addr_t data, size_t dataSize) argument
[all...]
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2538 TeamDebugger::_NotifyUser(const char* title, const char* text,...) argument
2543 va_start(args, text);
2544 vsnprintf(buffer, sizeof(buffer), text, args);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp102 // right-align text view
660 BString text(B_TRANSLATE("Setting the background image failed:"));
661 text.Append("\n").Append(error);
663 text, B_TRANSLATE("OK"));
/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: " .

Completed in 329 milliseconds

<<2122