Home
last modified time | relevance | path

Searched refs:text_out (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DTideEvent.cc168 text_out += ','; in print()
170 text_out += ','; in print()
175 text_out += ' '; in print()
283 text_out += ' '; in print()
290 text_out += temp; in print()
300 text_out += '-'; in print()
302 text_out += '-'; in print()
303 text_out += ++snum; in print()
304 text_out += '-'; in print()
305 text_out += rand(); in print()
[all …]
H A DStation.cc745 text_out += temp; in textBoilerplate()
752 text_out += temp; in textBoilerplate()
822 text_out += t; in textBoilerplate()
823 text_out += '\n'; in textBoilerplate()
837 text_out += '\n'; in textBoilerplate()
848 text_out += '\n'; in textBoilerplate()
865 text_out += '\n'; in textBoilerplate()
874 text_out += note; in textBoilerplate()
875 text_out += '\n'; in textBoilerplate()
1019 text_out += temp; in statsMode()
[all …]
H A DCalendarFormC.cc93 text_out += ','; in printCSVmaxmin()
96 text_out += t; in printCSVmaxmin()
97 text_out += ','; in printCSVmaxmin()
99 text_out += t; in printCSVmaxmin()
101 text_out += ','; in printCSVmaxmin()
112 text_out += ','; in printCSVother()
115 text_out += t; in printCSVother()
123 text_out = (char *)NULL; in print()
172 text_out += ','; in print()
173 text_out += date; in print()
[all …]
H A DCalendarFormNotC.cc48 startRow (text_out, headers); in doRow()
55 text_out += strip; in doRow()
57 text_out += buf[a]; in doRow()
61 endRow (text_out, headers); in doRow()
77 text_out = (char *)NULL; in print()
78 startDoc (text_out); in print()
91 endTable (text_out); in print()
102 text_out += '\n'; in print()
264 endTable (text_out); in print()
487 endTable (text_out); in print()
[all …]
H A DCoordinates.cc55 void Coordinates::print (Dstr &text_out, Pad pad) const { in print() argument
58 text_out = " NULL"; in print()
60 text_out = "NULL"; in print()
79 text_out = temp; in print()
84 void Coordinates::printLat (Dstr &text_out) const { in printLat()
86 text_out = "NULL"; in printLat()
97 text_out = temp; in printLat()
102 void Coordinates::printLng (Dstr &text_out) const { in printLng()
104 text_out = "NULL"; in printLng()
115 text_out = temp; in printLng()
H A DTTYGraph.cc176 Dstr text_out; in VT100_postproc() local
179 text_out = Global::VT100_init; in VT100_postproc()
189 text_out += SO; in VT100_postproc()
192 text_out += SI; in VT100_postproc()
196 text_out += c7; in VT100_postproc()
199 text_out += SI; // Be kind, rewind. in VT100_postproc()
200 text = text_out; in VT100_postproc()
204 void TTYGraph::print (Dstr &text_out) { in print() argument
205 text_out = (char *)NULL; in print()
213 text_out += &(lineBuf[0]); in print()
[all …]
H A DStationIndex.cc208 void StationIndex::print (Dstr &text_out, in print() argument
214 text_out = ""; in print()
220 text_out += tempnow; in print()
221 text_out += "</p>\n\n"; in print()
223 startLocListHTML (text_out); in print()
227 endLocListHTML (text_out); in print()
228 startLocListHTML (text_out); in print()
231 endLocListHTML (text_out); in print()
241 text_out += tempnow; in print()
242 text_out += "\n\n"; in print()
[all …]
H A DTimestamp.hh61 void print (Dstr &text_out, const Dstr &timezone) const;
62 void printHour (Dstr &text_out, const Dstr &timezone) const;
63 void printDate (Dstr &text_out, const Dstr &timezone) const;
64 void printTime (Dstr &text_out, const Dstr &timezone) const;
65 void printCalendarHeading (Dstr &text_out, const Dstr &timezone) const;
66 void printCalendarDay (Dstr &text_out, const Dstr &timezone) const;
72 void print_iCalendar (Dstr &text_out, SecStyle secStyle) const;
118 void strftime (Dstr &text_out,
H A DStation.hh78 void print (Dstr &text_out,
88 void aboutMode (Dstr &text_out,
91 void plainMode (Dstr &text_out,
95 void statsMode (Dstr &text_out,
98 void calendarMode (Dstr &text_out,
103 void rareModes (Dstr &text_out,
108 void bannerMode (Dstr &text_out,
111 void graphMode (Dstr &text_out,
114 void clockMode (Dstr &text_out,
119 void textBoilerplate (Dstr &text_out,
H A DDate.cc55 void Date::print (Dstr &text_out) const { in print()
56 _timestamp.printDate (text_out, timezoneLocalVar); in print()
60 void Date::printCalendarDay (Dstr &text_out) const { in printCalendarDay()
61 _timestamp.printCalendarDay (text_out, timezoneLocalVar); in printCalendarDay()
65 void Date::printCalendarHeading (Dstr &text_out) const { in printCalendarHeading()
66 _timestamp.printCalendarHeading (text_out, timezoneLocalVar); in printCalendarHeading()
H A DTimestamp.cc1001 static void strftime (Dstr &text_out, in strftime() argument
1020 text_out = tempbuf; in strftime()
1156 void Timestamp::strftime (Dstr &text_out, in strftime() argument
1176 libxtide::strftime (text_out, in print_iCalendar()
1186 strftime (text_out, timezone, formatString); in print()
1193 if (text_out[0] == ' ') in printHour()
1194 text_out /= 1; in printHour()
1206 if (text_out[0] == ' ') in printTime()
1207 text_out /= 1; in printTime()
1213 strftime (text_out, timezone, "%B %Y"); in printCalendarHeading()
[all …]
H A DCurrentBearing.cc37 void CurrentBearing::print (Dstr &text_out) const { in print()
39 text_out = _degrees; in print()
40 text_out += '�'; in print()
42 text_out += " true"; in print()
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dhardsubx_classifier.c15 char *text_out=NULL; in get_ocr_text_simple() local
28 return text_out; in get_ocr_text_simple()
78 text_out = realloc(text_out, strlen(text_out)+2); in get_ocr_text_wordwise()
103 text_out = realloc(text_out, strlen(text_out)+strlen(word)+2); in get_ocr_text_wordwise()
112 text_out = realloc(text_out, strlen(text_out)+strlen("</i>")+2); in get_ocr_text_wordwise()
118 return text_out; in get_ocr_text_wordwise()
147 text_out = realloc(text_out, strlen(text_out) + strlen(letter) + 1); in get_ocr_text_letterwise()
238 text_out = realloc(text_out, strlen(text_out)+2); in get_ocr_text_wordwise_threshold()
263 text_out = realloc(text_out, strlen(text_out)+strlen(word)+2); in get_ocr_text_wordwise_threshold()
272 text_out = realloc(text_out, strlen(text_out)+strlen("</i>")+2); in get_ocr_text_wordwise_threshold()
[all …]
H A Docr.c198 char*text_out= NULL; in ocr_bitmap() local
434 if(strstr(text_out,word)) in ocr_bitmap()
437 free(text_out); in ocr_bitmap()
442 int len = strlen(text_out); in ocr_bitmap()
443 strcpy(text_out+len,substr); in ocr_bitmap()
451 free(text_out); in ocr_bitmap()
454 strcpy(text_out,substr); in ocr_bitmap()
476 free(text_out); in ocr_bitmap()
480 strcpy(text_out,str); in ocr_bitmap()
481 strcpy(text_out+strlen(str),substr); in ocr_bitmap()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/replace/test/design/nangate45/aes_cipher_top/
H A Daes_cipher_top.sdc301 set_output_delay -clock clk -max 0 [get_ports {text_out[99]}]
391 set_output_delay -clock clk -max 0 [get_ports {text_out[9]}]
392 set_output_delay -clock clk -max 0 [get_ports {text_out[8]}]
393 set_output_delay -clock clk -max 0 [get_ports {text_out[7]}]
394 set_output_delay -clock clk -max 0 [get_ports {text_out[6]}]
395 set_output_delay -clock clk -max 0 [get_ports {text_out[5]}]
396 set_output_delay -clock clk -max 0 [get_ports {text_out[4]}]
397 set_output_delay -clock clk -max 0 [get_ports {text_out[3]}]
398 set_output_delay -clock clk -max 0 [get_ports {text_out[2]}]
399 set_output_delay -clock clk -max 0 [get_ports {text_out[1]}]
[all …]
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmonster1.c103 text_out(buf); in describe_monster_desc()
104 text_out("\n"); in describe_monster_desc()
154 text_out(". "); in describe_monster_spells()
333 text_out(". "); in describe_monster_spells()
367 text_out(" a"); in describe_monster_drop()
436 text_out(". "); in describe_monster_drop()
561 text_out(", "); in describe_monster_attack()
573 text_out(p); in describe_monster_attack()
1186 text_out(". "); in describe_monster_movement()
1278 text_out("\n"); in describe_monster_name()
[all …]
H A Dobj-info.c71 #define textblock_append(TB, STR) text_out(STR)
106 o_ptr->origin != ORIGIN_MIXED) text_out(" "); in describe_origin()
274 text_out(act_description[a_ptr->activation]); in describe_item_activation()
281 text_out(format(" every %d turns", a_ptr->time)); in describe_item_activation()
294 text_out("resistance every 150+d50 turns"); in describe_item_activation()
300 text_out("sleep monsters every 100+d100 turns"); in describe_item_activation()
352 text_out("breathe acid (130) every 450+d450 turns"); in describe_item_activation()
418 text_out("\n\n "); in p_text_out()
422 text_out(str); in p_text_out()
1029 text_out(" It provides nourishment for about "); in object_info_out()
[all …]
/dports/graphics/wdune/wdune-1.926/docs/export_example_java/jogl_simple_scripting_example/
H A DScriptingExample.wrl29 eventOut MFString text_out
34 // eventOut MFString text_out //
54 self->text_out = new char*[1];
56 self->text_out[0] = \"> 0.5\";
58 self->text_out[0] = \"< 0.5\";
67 self->text_out = new char*[1];
69 self->text_out[0] = \"> 0.5\";
71 self->text_out[0] = \"< 0.5\";
81 script.text_out = new String[1];
83 script.text_out[0] = \"> 0.5\";
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dps_fonts.pl37 $p-> text_out($xtext, 20, $s);
51 $p-> text_out( "Baseline", $w - 8, $s);
54 $p-> text_out( "Descent", $w - 8, $sd);
57 $p-> text_out( "Ascent", $w - 8, $sd);
78 $p-> text_out( "External Leading", 2, $sd);
82 $p-> text_out( $str, $w - 16 - $p-> get_text_width( $str), $sd);
92 $p-> text_out( 'nominal size : '.$m-> {size}, 2, $sd); $sd -= $fh;
93 $p-> text_out( 'cell height : '.$m-> {height }, 2, $sd); $sd -= $fh;
94 $p-> text_out( 'average width : '.$m-> {width }, 2, $sd); $sd -= $fh;
108 $p-> text_out( 'face name : '.$cachedFacename, 2, $sd); $sd -= $fh;
[all …]
H A Dfontdlg.pl430 $p-> text_out($xtext, 20, $s);
444 $p-> text_out( "Baseline", $w - 8, $s);
447 $p-> text_out( "Descent", $w - 8, $sd);
450 $p-> text_out( "Ascent", $w - 8, $sd);
471 $p-> text_out( "External Leading", 2, $sd);
475 $p-> text_out( $str, $w - 16 - $p-> get_text_width( $str), $sd);
485 $p-> text_out( 'nominal size : '.$m-> {size}, 2, $sd); $sd -= $fh;
511 $p-> text_out( 'languages : ', 2, $sd); $sd -= $fh;
559 $self-> text_out( $C, $dx, $dy + $self->font-> descent);
634 $canvas-> text_out( chr($c), $x + $ih / 4, $y + $ih / 4);
[all …]
/dports/net/daq/daq-2.2.2/os-daq-modules/
H A Ddaq_dump.c63 FILE *text_out; member
235 if (impl->text_out) in daq_dump_capture()
261 if (impl->text_out) in dump_daq_inject()
265 hexdump(impl->text_out, data, len, " "); in dump_daq_inject()
266 fprintf(impl->text_out, "\n"); in dump_daq_inject()
324 if ( !impl->text_out ) in dump_daq_start()
349 if ( impl->text_out ) in dump_daq_stop()
351 fclose(impl->text_out); in dump_daq_stop()
352 impl->text_out = NULL; in dump_daq_stop()
441 if (impl->text_out) in dump_daq_modify_flow()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/dialogs/
H A DKeyboard.cpp51 char** text_out, in show_and_get_input_with_head() argument
64 if (!text_in || !text_out || !heading) in show_and_get_input_with_head()
69 __func__, static_cast<const void*>(text_in), static_cast<void*>(text_out), in show_and_get_input_with_head()
78 *text_out = strdup(str.c_str()); in show_and_get_input_with_head()
84 char** text_out, in show_and_get_input() argument
95 if (!text_in || !text_out) in show_and_get_input()
100 __func__, static_cast<const void*>(text_in), static_cast<void*>(text_out), in show_and_get_input()
108 *text_out = strdup(str.c_str()); in show_and_get_input()
264 char** text_out, in show_and_get_filter() argument
275 if (!text_in || !text_out) in show_and_get_filter()
[all …]
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dshow_c64_key_mapping_window.cpp36 ui->text_out->setFont(font1); in ShowC64KeyMappingWindow()
48 ui->text_out->clear(); in UpdateText()
50 ui->text_out->appendPlainText(tr("C64 Taste | SDL Taste")); in UpdateText()
51 ui->text_out->appendPlainText(tr("--------------+----------------")); in UpdateText()
79 ui->text_out->appendPlainText(line); in UpdateText()
82 ui->text_out->moveCursor (QTextCursor::Start) ; in UpdateText()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A DTimestamp.cc969 static void strftime (Dstr &text_out, in strftime() argument
988 text_out = tempbuf; in strftime()
1124 void Timestamp::strftime (Dstr &text_out, in strftime() argument
1144 ::strftime (text_out, in print_iCalendar()
1154 strftime (text_out, timezone, formatString); in print()
1161 if (text_out[0] == ' ') in printHour()
1162 text_out /= 1; in printHour()
1174 if (text_out[0] == ' ') in printTime()
1175 text_out /= 1; in printTime()
1181 strftime (text_out, timezone, "%B %Y"); in printCalendarHeading()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/test/
H A Dtest_cserial.cpp43 string text_in("webenv.ent"), text_out("webenv.ento"); in BOOST_AUTO_TEST_CASE() local
73 CObjectOStream::Open(text_out,eSerial_AsnText)); in BOOST_AUTO_TEST_CASE()
77 BOOST_CHECK( CFile(text_in).CompareTextContents(text_out, CFile::eIgnoreEol) ); in BOOST_AUTO_TEST_CASE()
86 string text_in("webenv.ent"), text_out("webenv.ento"); in BOOST_AUTO_TEST_CASE() local
96 CNcbiOfstream out(text_out.c_str()); in BOOST_AUTO_TEST_CASE()
100 BOOST_CHECK( CFile(text_in).CompareTextContents(text_out, CFile::eIgnoreEol) ); in BOOST_AUTO_TEST_CASE()

123456789