Home
last modified time | relevance | path

Searched refs:text_remaining (Results 1 – 25 of 77) sorted by relevance

1234

/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dpico.c162 pico_Int16 bytes_sent, bytes_recv, text_remaining, out_data_type; in pico_process_tts() local
175 text_remaining = strlen((const char *)buf) + 1; in pico_process_tts()
180 while (text_remaining) { in pico_process_tts()
182 if ((ret = pico_putTextUtf8(picoEngine, buf, text_remaining, in pico_process_tts()
192 text_remaining -= bytes_sent; in pico_process_tts()
235 text_remaining = 0; in pico_process_tts()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dpico.c162 pico_Int16 bytes_sent, bytes_recv, text_remaining, out_data_type; in pico_process_tts() local
175 text_remaining = strlen((const char *)buf) + 1; in pico_process_tts()
180 while (text_remaining) { in pico_process_tts()
182 if ((ret = pico_putTextUtf8(picoEngine, buf, text_remaining, in pico_process_tts()
192 text_remaining -= bytes_sent; in pico_process_tts()
235 text_remaining = 0; in pico_process_tts()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/synth/pico/
H A DnsPicoService.cpp293 int16_t text_remaining = markedUpText.Length() + 1; in NS_IMPL_ISUPPORTS_INHERITED() local
297 if (text_remaining) { in NS_IMPL_ISUPPORTS_INHERITED()
299 text + text_offset, text_remaining, in NS_IMPL_ISUPPORTS_INHERITED()
303 text_remaining -= bytes_sent; in NS_IMPL_ISUPPORTS_INHERITED()
/dports/mail/exim-mysql/exim-4.95/src/
H A Deximstats.src3138 my $text_remaining = $text;
3139 while (length($text_remaining) > 65) {
3140 my($first,$rest) = $text_remaining =~ /(.{50}\S*)\s+(.+)/;
3143 $text_remaining = $rest;
3145 printf $txt_fh ("%s\n\n", $text_remaining);
/dports/mail/exim-postgresql/exim-4.95/src/
H A Deximstats.src3138 my $text_remaining = $text;
3139 while (length($text_remaining) > 65) {
3140 my($first,$rest) = $text_remaining =~ /(.{50}\S*)\s+(.+)/;
3143 $text_remaining = $rest;
3145 printf $txt_fh ("%s\n\n", $text_remaining);
/dports/mail/exim-sqlite/exim-4.95/src/
H A Deximstats.src3138 my $text_remaining = $text;
3139 while (length($text_remaining) > 65) {
3140 my($first,$rest) = $text_remaining =~ /(.{50}\S*)\s+(.+)/;
3143 $text_remaining = $rest;
3145 printf $txt_fh ("%s\n\n", $text_remaining);
/dports/mail/exim/exim-4.95/src/
H A Deximstats.src3138 my $text_remaining = $text;
3139 while (length($text_remaining) > 65) {
3140 my($first,$rest) = $text_remaining =~ /(.{50}\S*)\s+(.+)/;
3143 $text_remaining = $rest;
3145 printf $txt_fh ("%s\n\n", $text_remaining);
/dports/mail/exim-ldap2/exim-4.95/src/
H A Deximstats.src3138 my $text_remaining = $text;
3139 while (length($text_remaining) > 65) {
3140 my($first,$rest) = $text_remaining =~ /(.{50}\S*)\s+(.+)/;
3143 $text_remaining = $rest;
3145 printf $txt_fh ("%s\n\n", $text_remaining);
/dports/mail/exim-monitor/exim-4.95/src/
H A Deximstats.src3138 my $text_remaining = $text;
3139 while (length($text_remaining) > 65) {
3140 my($first,$rest) = $text_remaining =~ /(.{50}\S*)\s+(.+)/;
3143 $text_remaining = $rest;
3145 printf $txt_fh ("%s\n\n", $text_remaining);
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Deximstats.src3138 my $text_remaining = $text;
3139 while (length($text_remaining) > 65) {
3140 my($first,$rest) = $text_remaining =~ /(.{50}\S*)\s+(.+)/;
3143 $text_remaining = $rest;
3145 printf $txt_fh ("%s\n\n", $text_remaining);
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/template/extension/payment/
H A Dlaybuy_order.twig183 <b>{{ text_remaining }}</b> {{ transaction.remaining }}
H A Dlaybuy_transaction.twig172 … <div class="amount_remaining"> <b>{{ text_remaining }}</b> {{ transaction.remaining }}
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui.cpp2586 const char* text_remaining = text; in LogRenderedText() local
2593 const char* line_end = text_remaining; in LogRenderedText()
2602 const bool is_first_line = (text == text_remaining); in LogRenderedText()
2609 if (line_end != NULL && !(is_last_line && (line_end - text_remaining)==0)) in LogRenderedText()
2611 const int char_count = (int)(line_end - text_remaining); in LogRenderedText()
2613 ImGui::LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, text_remaining); in LogRenderedText()
2615 ImGui::LogText(" %.*s", char_count, text_remaining); in LogRenderedText()
2620 text_remaining = line_end + 1; in LogRenderedText()
7091 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
7092 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
[all …]
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui.cpp2838 const char* text_remaining = text; in LogRenderedText() local
2845 const char* line_end = text_remaining; in LogRenderedText()
2854 const bool is_first_line = (text == text_remaining); in LogRenderedText()
2861 if (line_end != NULL && !(is_last_line && (line_end - text_remaining)==0)) in LogRenderedText()
2863 const int char_count = (int)(line_end - text_remaining); in LogRenderedText()
2865 ImGui::LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, text_remaining); in LogRenderedText()
2867 ImGui::LogText(" %.*s", char_count, text_remaining); in LogRenderedText()
2872 text_remaining = line_end + 1; in LogRenderedText()
7488 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
7489 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
[all …]
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui.cpp8284 const char* text_remaining = text; in LogRenderedText() local
8291 const char* line_end = text_remaining; in LogRenderedText()
8300 const bool is_first_line = (text == text_remaining); in LogRenderedText()
8307 if (line_end != NULL && !(is_last_line && (line_end - text_remaining)==0)) in LogRenderedText()
8309 const int char_count = (int)(line_end - text_remaining); in LogRenderedText()
8311 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, text_remaining); in LogRenderedText()
8313 LogText(" %.*s", char_count, text_remaining); in LogRenderedText()
8318 text_remaining = line_end + 1; in LogRenderedText()
H A Dimgui_widgets.cpp2877 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
2878 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
2884 r->num_chars = (int)(text_remaining - (text + line_start_idx)); in STB_TEXTEDIT_LAYOUTROW()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui.cpp8317 const char* text_remaining = text; in LogRenderedText() local
8324 const char* line_end = text_remaining; in LogRenderedText()
8333 const bool is_first_line = (text == text_remaining); in LogRenderedText()
8340 if (line_end != NULL && !(is_last_line && (line_end - text_remaining)==0)) in LogRenderedText()
8342 const int char_count = (int)(line_end - text_remaining); in LogRenderedText()
8344 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, text_remaining); in LogRenderedText()
8346 LogText(" %.*s", char_count, text_remaining); in LogRenderedText()
8351 text_remaining = line_end + 1; in LogRenderedText()
H A Dimgui_widgets.cpp2878 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
2879 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
2885 r->num_chars = (int)(text_remaining - (text + line_start_idx)); in STB_TEXTEDIT_LAYOUTROW()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui.cpp4233 const char* text_remaining = text; in LogRenderedText() local
4240 const char* line_end = text_remaining; in LogRenderedText()
4249 const bool is_first_line = (text == text_remaining); in LogRenderedText()
4256 if (line_end != NULL && !(is_last_line && (line_end - text_remaining) == 0)) in LogRenderedText()
4258 const int char_count = (int)(line_end - text_remaining); in LogRenderedText()
4260 ImGui::LogText(IM_NEWLINE "%*s%.*s", tree_depth * 4, "", char_count, text_remaining); in LogRenderedText()
4262 ImGui::LogText(" %.*s", char_count, text_remaining); in LogRenderedText()
4267 text_remaining = line_end + 1; in LogRenderedText()
9862 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
9863 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
[all …]
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/
H A Dimgui.cpp4185 const char* text_remaining = text; in LogRenderedText() local
4192 const char* line_end = text_remaining; in LogRenderedText()
4201 const bool is_first_line = (text == text_remaining); in LogRenderedText()
4208 if (line_end != NULL && !(is_last_line && (line_end - text_remaining)==0)) in LogRenderedText()
4210 const int char_count = (int)(line_end - text_remaining); in LogRenderedText()
4212 ImGui::LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, text_remaining); in LogRenderedText()
4214 ImGui::LogText(" %.*s", char_count, text_remaining); in LogRenderedText()
4219 text_remaining = line_end + 1; in LogRenderedText()
9724 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
9725 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui.cpp4233 const char* text_remaining = text; in LogRenderedText() local
4240 const char* line_end = text_remaining; in LogRenderedText()
4249 const bool is_first_line = (text == text_remaining); in LogRenderedText()
4256 if (line_end != NULL && !(is_last_line && (line_end - text_remaining) == 0)) in LogRenderedText()
4258 const int char_count = (int)(line_end - text_remaining); in LogRenderedText()
4260 ImGui::LogText(IM_NEWLINE "%*s%.*s", tree_depth * 4, "", char_count, text_remaining); in LogRenderedText()
4262 ImGui::LogText(" %.*s", char_count, text_remaining); in LogRenderedText()
4267 text_remaining = line_end + 1; in LogRenderedText()
9862 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
9863 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_widgets.cpp2879 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
2880 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
2886 r->num_chars = (int)(text_remaining - (text + line_start_idx)); in STB_TEXTEDIT_LAYOUTROW()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/imgui/
H A Dimgui_widgets.cpp2891 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
2892 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
2898 r->num_chars = (int)(text_remaining - (text + line_start_idx)); in STB_TEXTEDIT_LAYOUTROW()
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_widgets.cpp2902 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
2903 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
2909 r->num_chars = (int)(text_remaining - (text + line_start_idx)); in STB_TEXTEDIT_LAYOUTROW()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_widgets.cpp2909 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
2910 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
2916 r->num_chars = (int)(text_remaining - (text + line_start_idx)); in STB_TEXTEDIT_LAYOUTROW()

1234