Searched refs:text (Results 251 - 275 of 886) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_util.c118 pdc_setbit_text(char *bitarr, const pdc_byte *text, int len, argument
122 pdc_ushort *ustext = (pdc_ushort *) text;
127 bit = (int) text[i];
228 pdc_strlen(const char *text) argument
230 if (pdc_is_unicode(text))
231 return wstrlen(text) + 2;
233 return strlen(text) + 1;
245 pdc_strdup(pdc_core *pdc, const char *text) argument
251 if (text == NULL)
254 len = pdc_strlen(text);
310 pdc_split_stringlist(pdc_core *pdc, const char *text, const char *i_separstr, char ***stringlist) argument
[all...]
/haiku-fatelf/src/kits/print/
H A DJobSetupPanel.cpp160 BString text(fFirstPage->Text());
161 if (text.Length() <= 0)
164 return atoi(text.String());
171 BString text(fLastPage->Text());
172 if (text.Length() <= 0)
175 return atoi(text.String());
182 BString text; local
185 text << firstPage;
186 fFirstPage->SetText(text.String());
188 text << lastPag
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_pad.c62 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) {
66 for (ptr = win->_line[i].text; ptr < win->_line[i].text + c; ptr++)
197 NCURSES_CH_T ch = oline->text[j];
206 SetChar(ch, L(' '), AttrOf(oline->text[j - 1]));
209 if (!CharEq(ch, nline->text[n])) {
210 nline->text[n] = ch;
226 if (pline->text[j] != nline->text[j]
227 || pline->text[
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-escp2-data.c98 const char *val = child->value.text.string;
156 const char *cval = child->child->value.text.string;
216 data[i++] = stp_xmlstrtoul(child->value.text.string);
269 p->min_hres = stp_xmlstrtoul(child->value.text.string);
271 p->min_vres = stp_xmlstrtoul(child->value.text.string);
275 p->max_hres = stp_xmlstrtoul(child->value.text.string);
277 p->max_vres = stp_xmlstrtoul(child->value.text.string);
303 p->min_paper_width = stp_xmlstrtoul(child->value.text.string);
305 p->min_paper_height = stp_xmlstrtoul(child->value.text.string);
309 p->max_paper_width = stp_xmlstrtoul(child->value.text
[all...]
/haiku-fatelf/src/apps/bootmanager/
H A DLegacyBootMenu.h38 virtual status_t GetDisplayText(const char* text,
42 bool _ConvertToBIOSText(const char* text,
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp138 BString text;
139 text << "Thread: \"" << thread->Name() << "\" (" << thread->ID()
144 text << "Running";
150 text << "Called debugger(): "
154 text << "Caused exception: "
163 text << "Stopped for debugging";
170 text << "Current State Unknown";
174 BTextToolTip* tip = new(std::nothrow) BTextToolTip(text);
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest--no-content-disposition-trivial.px18 Some text.
30 "Content-type" => "text/html",
H A DTest--no-content-disposition.px18 Some text.
30 "Content-type" => "text/html",
H A DTest--spider-fail.px18 Some text.
30 "Content-type" => "text/html",
H A DTest--spider.px18 Some text.
30 "Content-type" => "text/html",
H A DTest-HTTP-Content-Disposition.px18 Some text.
30 "Content-type" => "text/html",
H A DTest-Restrict-Lowercase.px18 Some text...
30 "Content-type" => "text/html",
H A DTest-Restrict-Uppercase.px18 Some text...
30 "Content-type" => "text/html",
H A DTest-ftp-iri-disabled.px16 Some text.
H A DTest-ftp-iri-fallback.px16 Some text.
H A DTest-ftp-iri-recursive.px16 Some text.
H A DTest-ftp-iri.px16 Some text.
H A DTest-noop.px19 Some text here.
31 "Content-type" => "text/html",
H A DTest-restrict-ascii.px30 Some text...
42 "Content-type" => "text/html",
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCVS.java9 import java.text.DateFormat;
10 import java.text.ParseException;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DCVS.java9 import java.text.DateFormat;
10 import java.text.ParseException;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DCVS.java9 import java.text.DateFormat;
10 import java.text.ParseException;
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_block.c28 int page, const char *blockname, const char *text, int len, const char *optlist)
36 pdc_strprint(p->pdc, text, len), len, optlist))
27 PDF_fill_textblock(PDF *p, int page, const char *blockname, const char *text, int len, const char *optlist) argument
/haiku-fatelf/src/system/boot/platform/u-boot/arch/ppc/
H A Dshell.S6 .text
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dcpuid.S12 .text

Completed in 133 milliseconds

<<11121314151617181920>>