Home
last modified time | relevance | path

Searched refs:temp_text (Results 1 – 25 of 35) sorted by relevance

12

/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dxif.c669 struct text *temp_text; in cut_text() local
674 temp_text = paste_buff; in cut_text()
676 while (temp_text != NULL) in cut_text()
679 temp_text = temp_text->next_line; in cut_text()
683 temp_text = paste_buff; in cut_text()
684 while (temp_text != NULL) in cut_text()
687 temp_buff = temp_text->line; in cut_text()
699 temp_text = temp_text->next_line; in cut_text()
707 free(temp_text->line); in cut_text()
708 free(temp_text); in cut_text()
[all …]
/dports/x11-toolkits/plib/plib-1.8.5/src/puAux/
H A DpuAuxLargeInput.cxx195 select_end_position = int ( strchr ( temp_text + select_end_position, '\n' ) + 1 - temp_text) ; in selectEntireLine()
225 char *temp_text = new char [ length ] ; in addText() local
244 setValue ( temp_text ) ; in addText()
245 delete [] temp_text ; in addText()
261 char *temp_text = new char [ length ] ; in appendText() local
276 strcpy ( temp_text + temp_text_len, "\n" ) ; in appendText()
280 setValue ( temp_text ) ; in appendText()
283 delete [] temp_text ; in appendText()
290 memcpy ( temp_text, getStringValue (), start ) ; in removeText()
292 setValue ( temp_text ) ; in removeText()
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/
H A DCINi25.php68 $temp_text = $this->text;
73 $temp_text .= $this->keys[$this->checksumValue];
80 $c = strlen($temp_text);
83 $c2 = strlen($this->findCode($temp_text[$i]));
85 $temp_bar .= substr($this->findCode($temp_text[$i]), $j, 1);
86 $temp_bar .= substr($this->findCode($temp_text[$i + 1]), $j, 1);
H A DCINs25.php59 $temp_text = $this->text;
64 $temp_text .= $this->keys[$this->checksumValue];
71 $c = strlen($temp_text);
73 $this->drawChar($im, $this->findCode($temp_text[$i]), true);
H A DCINcode11.php131 $temp_text = $this->text;
134 $c = strlen($temp_text);
148 $checksum += $this->findIndex($temp_text[$j]) * $multiplier;
152 $temp_text .= $this->keys[$this->checksumValue[$z]];
H A DCINean13.php251 $temp_text = $this->text . $this->keys[$this->checksumValue];
257 $this->drawChar($im, $this->findCode($temp_text[1]), false);
261 …his->drawChar($im, self::inverse($this->findCode($temp_text[$i + 2]), $this->codeParity[(int)$temp…
269 $this->drawChar($im, $this->findCode($temp_text[$i]), true);
H A DCINupca.php58 $temp_text = $this->text . $this->keys[$this->checksumValue];
72 $temp_value = $this->findCode($temp_text[1]);
83 $temp_value = $this->findCode($temp_text[12]);
H A DCINean8.php61 $temp_text = $this->text . $this->keys[$this->checksumValue];
68 $this->drawChar($im, $this->findCode($temp_text[$i]), false);
76 $this->drawChar($im, $this->findCode($temp_text[$i]), true);
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/
H A Dstringmatching.py134 temp_text = [l.lower() for l in original_choice]
136 temp_text = text[:]
139 score += temp_text.index(query[0])
145 if char != u'' and char in temp_text:
146 index = temp_text.index(char)
149 temp_text = [u' ']*(index + 1) + temp_text[index+1:]
/dports/graphics/dia/dia-0.97.3/objects/UML/
H A Dtransition.c315 gchar *temp_text; in create_event_action_text() local
325 return temp_text; in create_event_action_text()
330 gchar *temp_text; in create_guard_text() local
331 temp_text = g_strdup_printf("[%s]", transition->guard_text); in create_guard_text()
332 return temp_text; in create_guard_text()
541 gchar *temp_text; in uml_transition_update_data() local
567 temp_text = create_event_action_text(transition); in uml_transition_update_data()
569 temp_text); in uml_transition_update_data()
570 g_free(temp_text); in uml_transition_update_data()
574 temp_text); in uml_transition_update_data()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogFilter.h423 char *temp_text = buf_dest_to_field; in updatePatternForFieldValue() local
424 memcpy(temp_text, buf_dest, (pattern_str - buf_dest)); in updatePatternForFieldValue()
425 temp_text += (pattern_str - buf_dest); in updatePatternForFieldValue()
429 memcpy(temp_text, pattern_str, (value_str - pattern_str)); in updatePatternForFieldValue()
430 temp_text += (value_str - pattern_str); in updatePatternForFieldValue()
434 temp_text[i] = 'X'; in updatePatternForFieldValue()
436 temp_text += (next_param_str - value_str); in updatePatternForFieldValue()
437 memcpy(temp_text, next_param_str, ((buf_dest + buf_dest_len) - next_param_str)); in updatePatternForFieldValue()
440 temp_text[i] = 'X'; in updatePatternForFieldValue()
/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dkeypress.c108 char temp_text[100]; in GetKeyCode() local
129 GetKeyDescription( temp_text, last_keypress ); in GetKeyCode()
130 ui_wprintf_at( wnd, 10, 100, "%s ", temp_text ); in GetKeyCode()
/dports/games/flare-engine/flare-engine-1.12/src/
H A DWidgetLabel.cpp199 std::string temp_text = text; in recacheTextSprite() local
202 bounds.w = font->calc_width(temp_text); in recacheTextSprite()
206 temp_text = font->trimTextToWidth(text, max_width, FontEngine::USE_ELLIPSIS, 0); in recacheTextSprite()
207 bounds.w = font->calc_width(temp_text); in recacheTextSprite()
213 font->renderShadowed(temp_text, 0, 0, FontEngine::JUSTIFY_LEFT, image, 0, color); in recacheTextSprite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/chrome/
H A Dconsole_logger.cc151 std::string temp_text; in OnRuntimeConsoleApiCalled() local
154 temp_text = "undefined"; in OnRuntimeConsoleApiCalled()
155 } else if (!current_arg->GetString("description", &temp_text)) { in OnRuntimeConsoleApiCalled()
160 if (!base::JSONWriter::Write(*value, &temp_text)) { in OnRuntimeConsoleApiCalled()
167 text += temp_text; in OnRuntimeConsoleApiCalled()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dbulletin_gui.c129 char temp_text[30]; in bulletin_message() local
170 memcpy(temp_text, temp, 15); in bulletin_message()
171 temp_text[14] = '\0'; // Terminate string in bulletin_message()
174 if (XmTextFindString(Display_bulletins_text, 0, temp_text, XmTEXT_FORWARD, &pos)) in bulletin_message()
196 for (pos = 0; strlen(temp_text) > 12 && pos < eod;) in bulletin_message()
198 … if (XmCOPY_SUCCEEDED == XmTextGetSubstring(Display_bulletins_text, pos, 14, 30, temp_text)) in bulletin_message()
200 if (temp_text[0] && strncmp(temp, temp_text, 14) < 0) in bulletin_message()
/dports/textproc/p5-RTF-Tokenizer/RTF-Tokenizer-1.20/lib/RTF/
H A DTokenizer.pm343 my $temp_text = '';
349 $temp_text .= $1 if defined $1;
365 $temp_text =~ s/(\cM\cJ|\cM|\cJ)//g;
369 return ( 'text', $start_character . $temp_text, '' );
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/video/
H A Dtext.cpp921 ustring temp_text = text; in WrapText() local
922 uint32_t text_length = temp_text.length(); in WrapText()
925 if(!(temp_text[i] == NEW_LINE)) in WrapText()
930 lines_array.push_back(temp_text.substr(0, i)); in WrapText()
936 temp_text.clear(); in WrapText()
941 temp_text = temp_text.substr(i + 1); in WrapText()
942 text_length = temp_text.length(); in WrapText()
947 if (temp_text.length() > 0) in WrapText()
948 lines_array.push_back(temp_text); in WrapText()
/dports/games/edge/Edge-1.35-source/deh_edge/
H A Dmain.cc237 char temp_text[256]; in Convert() local
238 sprintf(temp_text, "Parsing %s", input_bufs[j]->infoname); in Convert()
240 ProgressText(temp_text); in Convert()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dsha1.c446 const guint8 *temp_text = text; in sha1_hash() local
463 message->blockdata->charblock[x] = temp_text[x]; in sha1_hash()
469 temp_text += 64; in sha1_hash()
472 message->blockdata->charblock[x] = temp_text[x]; in sha1_hash()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dhud.c651 char temp_text[1000]; in show_top_right_text() local
660 sprintf(temp_text, _("Day %d %02d:%02d"), in show_top_right_text()
663 strcat(level_name_and_time, temp_text); in show_top_right_text()
667 sprintf(temp_text, _("Day %d %02d:%02d"), in show_top_right_text()
670 strcat(level_name_and_time, temp_text); in show_top_right_text()
/dports/net/nakenchat/nakenchat-3.00b1/src/
H A Dmessage.c56 char temp_text[64]; in message() local
101 sprintf(temp_text,">> %s\r\n",ctime((time_t*)&ti)); in message()
102 strcat(out_text,temp_text); in message()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dscreenshot.c193 char temp_text[4]; in draw_extras() local
199 snprintf(temp_text, sizeof(temp_text), "%d", potion_type); in draw_extras()
200 text = temp_text; in draw_extras()
/dports/games/tuxtype/tuxtype-1.8.3/src/
H A Dplaygame.c120 SDL_Surface *temp_text[CONGRATS_FRAMES + OH_NO_FRAMES]; in PlayCascade() local
474 temp_text[i] = congrats[i]; in PlayCascade()
491 temp_text[i] = ohno[i]; in PlayCascade()
500 text_y_end = (screen->h / 2) - (temp_text[0]->h / 2); in PlayCascade()
501 text_rect.x = (screen->w / 2) - (temp_text[0]->w / 2); in PlayCascade()
502 text_rect.y = screen->h - temp_text[0]->h - 1; in PlayCascade()
522 DrawObject(temp_text[temp_text_count], text_rect.x, y_not); in PlayCascade()
532 EraseObject(temp_text[temp_text_count], text_rect.x, y_not); in PlayCascade()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/localization/
H A Dlocalize.cpp653 SCP_string temp_text = text; in lcl_replace_stuff() local
654 lcl_replace_stuff(temp_text); in lcl_replace_stuff()
657 size_t len = temp_text.copy(text, max_len); in lcl_replace_stuff()
691 SCP_string temp_text = text; in lcl_fred_replace_stuff() local
692 lcl_fred_replace_stuff(temp_text); in lcl_fred_replace_stuff()
695 size_t len = temp_text.copy(text, max_len); in lcl_fred_replace_stuff()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/localization/
H A Dlocalize.cpp618 SCP_string temp_text = text; in lcl_replace_stuff() local
619 lcl_replace_stuff(temp_text); in lcl_replace_stuff()
622 size_t len = temp_text.copy(text, max_len); in lcl_replace_stuff()
655 SCP_string temp_text = text; in lcl_fred_replace_stuff() local
656 lcl_fred_replace_stuff(temp_text); in lcl_fred_replace_stuff()
659 size_t len = temp_text.copy(text, max_len); in lcl_fred_replace_stuff()

12