Home
last modified time | relevance | path

Searched refs:tempStr (Results 151 – 175 of 477) sorted by relevance

12345678910>>...20

/dports/devel/icu/icu/source/test/intltest/
H A Dloctest.cpp5083 tempStr.setTo(TMP); in TestCurrencyByDate()
5096 tempStr.setTo(TMP); in TestCurrencyByDate()
5109 tempStr.setTo(TMP); in TestCurrencyByDate()
5123 tempStr.setTo(TMP); in TestCurrencyByDate()
5129 tempStr.setTo(TMP); in TestCurrencyByDate()
5135 tempStr.setTo(TMP); in TestCurrencyByDate()
5141 tempStr.setTo(TMP); in TestCurrencyByDate()
5154 tempStr.setTo(TMP); in TestCurrencyByDate()
5160 tempStr.setTo(TMP); in TestCurrencyByDate()
5166 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dloctest.cpp5083 tempStr.setTo(TMP); in TestCurrencyByDate()
5096 tempStr.setTo(TMP); in TestCurrencyByDate()
5109 tempStr.setTo(TMP); in TestCurrencyByDate()
5123 tempStr.setTo(TMP); in TestCurrencyByDate()
5129 tempStr.setTo(TMP); in TestCurrencyByDate()
5135 tempStr.setTo(TMP); in TestCurrencyByDate()
5141 tempStr.setTo(TMP); in TestCurrencyByDate()
5154 tempStr.setTo(TMP); in TestCurrencyByDate()
5160 tempStr.setTo(TMP); in TestCurrencyByDate()
5166 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaLang.cpp23 std::string tempStr = fmt::format("[NO_JSON]{}", token); in _resource_index() local
24 lua_pushlstring(l, tempStr.c_str(), tempStr.size()); in _resource_index()
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/
H A DPath.cxx335 String tempStr(ResourceMap::GetAsString("Path-TemporaryDirectory")); in GetTemporaryDirectory() local
337 tempDirectory = tempStr; in GetTemporaryDirectory()
339 const char * tempEnv = getenv(tempStr.c_str()); in GetTemporaryDirectory()
348 tempDirectory = tempStr; in GetTemporaryDirectory()
/dports/comms/qsstv/qsstv/utils/
H A Dlogging.cpp152 QString tempStr,tempStr_qd; in add() local
180tempStr=QString("%1\t%2\tALL \t%3\t%4\n").arg(tmp2).arg(tmp).arg(logCount).arg(savedLogEntry); in add()
186tempStr=QString("%1\t%2\t%3\t%4\t%5\n").arg(tmp2).arg(tmp).arg(levelStr[savedPosMask]).arg(logCoun… in add()
190 *ts << tempStr; in add()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/fm2js/
H A Dcxfa_fmparser.cpp681 WideString tempStr(m_token.m_string); in ParsePostExpression() local
692 m_heap->GetAllocationHandle(), std::move(tempStr)); in ParsePostExpression()
715 m_heap->GetAllocationHandle(), expr, TOKdot, std::move(tempStr), in ParsePostExpression()
723 m_heap->GetAllocationHandle(), expr, TOKdot, std::move(tempStr), in ParsePostExpression()
735 WideString tempStr(m_token.m_string); in ParsePostExpression() local
745 std::move(tempStr), s); in ParsePostExpression()
753 std::move(tempStr), s); in ParsePostExpression()
764 WideString tempStr(m_token.m_string); in ParsePostExpression() local
773 std::move(tempStr), s); in ParsePostExpression()
783 std::move(tempStr), s); in ParsePostExpression()
/dports/ftp/gnustep-ftp/FTP-0.6/
H A Dftpclient.m195 NSString *tempStr;
202 [self writeLine:tempStr];
213 NSMutableString *tempStr;
218 [tempStr appendString:str];
219 [tempStr appendString:@"\n"];
220 [controller appendTextToLog:tempStr];
859 NSString *tempStr;
865 if ([self writeLine:tempStr] < 0)
1067 NSString *tempStr;
1078 [self writeLine:tempStr];
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DPagesSection.cs263 string tempStr = "true";
266 tempStr = "true";
269 tempStr = "false";
272 tempStr = "ReadOnly";
275 tempStr = "true";
278 base[_propEnableSessionState] = tempStr;
/dports/lang/clips/clips_core_source_630/core/
H A Drouter.c679 char *tempStr; in PrintNRouter() local
682 tempStr = (char *) genalloc(theEnv,length+1); in PrintNRouter()
683 genstrncpy(tempStr,str,length); in PrintNRouter()
684 tempStr[length] = 0; in PrintNRouter()
685 rv = EnvPrintRouter(theEnv,logicalName,tempStr); in PrintNRouter()
686 genfree(theEnv,tempStr,length+1); in PrintNRouter()
/dports/games/openjk/OpenJK-07675e2/code/ui/
H A Dui_main.cpp3044 const char *tempStr; in Asset_Parse() local
3076 if (PC_ParseString(&tempStr)) in Asset_Parse()
3082 UI_RegisterFont(tempStr); in Asset_Parse()
3095 if (PC_ParseString(&tempStr)) in Asset_Parse()
3114 if (PC_ParseString(&tempStr)) in Asset_Parse()
3120 UI_RegisterFont(tempStr); in Asset_Parse()
3159 if (PC_ParseString(&tempStr)) in Asset_Parse()
3171 if (PC_ParseString(&tempStr)) in Asset_Parse()
3184 if (PC_ParseString(&tempStr)) in Asset_Parse()
3196 if (PC_ParseString(&tempStr)) in Asset_Parse()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/pcm/dialogs/
H A Ddialog_manage_repositories.cpp202 wxString tempStr; in swapRows() local
206 tempStr = m_grid->GetCellValue( aRowA, column ); in swapRows()
208 m_grid->SetCellValue( aRowB, column, tempStr ); in swapRows()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/fm2js/
H A Dcxfa_fmparser.cpp731 WideStringView tempStr = m_token.m_string; in ParsePostExpression() local
741 pdfium::MakeUnique<CXFA_FMIdentifierExpression>(tempStr); in ParsePostExpression()
763 std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
769 std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
780 WideStringView tempStr = m_token.m_string; in ParsePostExpression() local
789 std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
795 std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
806 WideStringView tempStr = m_token.m_string; in ParsePostExpression() local
815 std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression()
824 std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression()
/dports/science/rdkit/rdkit-Release_2021_03_5/Contrib/ConformerParser/
H A DConformerParser.cpp85 std::string tempStr; in readAmberTrajectory() local
87 std::getline(inStream, tempStr); in readAmberTrajectory()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKComponents/GKUI/Components/
H A DHyperView.cs202 string tempStr, prevStr = string.Empty; in ArrangeText()
205 tempStr = GetSlice(chunkStr, ref lastPos, ref sliceType); in ArrangeText()
206 … strSize = gfx.MeasureString(tempStr, font, zerosz, fStrFormat); in ArrangeText()
208 prevStr = tempStr; in ArrangeText()
215 … SplitChunk(chunk, k, tempStr, tail, ref chunksCount); in ArrangeText()
/dports/games/galaxyhack/galaxyhack/src/
H A DPopupMenu.cpp128 char tempStr[7]; in Update() local
130 sprintf(tempStr, "%d-%d: ", mySide + 1, i + 1); in Update()
132 tempItem.desc = tempStr + name + '\n' + info; in Update()
H A DSetupBattle.cpp209 string tempStr; in Update() local
210 while (getline(playerInfoSS, tempStr)) in Update()
211 tempItem.desc+= tempStr + '\n'; in Update()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_pcbnew_action_plugins.cpp125 wxString tempStr; in SwapRows() local
129 tempStr = m_grid->GetCellValue( aRowA, column ); in SwapRows()
131 m_grid->SetCellValue( aRowB, column, tempStr ); in SwapRows()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmodel.c1955 char *tempStr; in CheckExpandedModels() local
1960 if (!tempStr) in CheckExpandedModels()
2256 free (tempStr); in CheckExpandedModels()
6050 if (!strcmp(tempStr,"Fixed") || !strcmp(tempStr,"Variable")) in DoPrsetParm()
6179 if (!strcmp(tempStr,"Fixed") || !strcmp(tempStr,"Variable")) in DoPrsetParm()
10816 char tempStr[100]; in DoShowmovesParm() local
11520 char *tempStr; in FillRelPartsString() local
11524 if (!tempStr) in FillRelPartsString()
11556 free (tempStr); in FillRelPartsString()
18243 free (tempStr); in SetModelParams()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_main.c1629 const char *tempStr; in CG_Asset_Parse() local
1673 cgDC.registerFont( tempStr, pointSize, &cgDC.Assets.bigFont ); in CG_Asset_Parse()
1689 if ( !PC_String_Parse( handle, &tempStr ) ) { in CG_Asset_Parse()
1698 if ( !PC_String_Parse( handle, &tempStr ) ) { in CG_Asset_Parse()
1701 cgDC.Assets.menuEnterSound = trap_S_RegisterSound( tempStr ); in CG_Asset_Parse()
1707 if ( !PC_String_Parse( handle, &tempStr ) ) { in CG_Asset_Parse()
1710 cgDC.Assets.menuExitSound = trap_S_RegisterSound( tempStr ); in CG_Asset_Parse()
1716 if ( !PC_String_Parse( handle, &tempStr ) ) { in CG_Asset_Parse()
1719 cgDC.Assets.itemFocusSound = trap_S_RegisterSound( tempStr ); in CG_Asset_Parse()
1725 if ( !PC_String_Parse( handle, &tempStr ) ) { in CG_Asset_Parse()
[all …]
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/util/lib/
H A DLTKLinuxUtil.cpp305 string tempStr(temp) ; in diffTime() local
306 outStr = tempStr; in diffTime()
/dports/chinese/ibus-chewing/ibus-chewing-1.5.1/test/
H A DMakerDialogBackend-test.c136 gchar *tempStr = NULL; in change_new_value_from_orig_value() local
154 tempStr = g_strdup_printf("%sx", g_value_get_string(origValue)); in change_new_value_from_orig_value()
155 g_value_set_string(newValue, tempStr); in change_new_value_from_orig_value()
/dports/comms/qsstv/qsstv/widgets/
H A Dimagematrix.cpp149 QString tempStr; in displayFiles() local
164 tempStr=fileList.at(k).absoluteFilePath(); in displayFiles()
165 …if(((imageViewer *)gridLayout->itemAtPosition(i,j)->widget())->openImage(tempStr,false,false,true,… in displayFiles()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_main.c1216 const char *tempStr; local
1238 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.textFont);
1248 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.smallFont);
1258 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.bigFont);
1264 if (!PC_String_Parse(handle, &tempStr)) {
1267 cgDC.Assets.gradientBar = trap_R_RegisterShaderNoMip(tempStr);
1273 if (!PC_String_Parse(handle, &tempStr)) {
1282 if (!PC_String_Parse(handle, &tempStr)) {
1285 cgDC.Assets.menuExitSound = trap_S_RegisterSound( tempStr, qfalse );
1291 if (!PC_String_Parse(handle, &tempStr)) {
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_main.c1216 const char *tempStr; local
1238 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.textFont);
1248 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.smallFont);
1258 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.bigFont);
1264 if (!PC_String_Parse(handle, &tempStr)) {
1267 cgDC.Assets.gradientBar = trap_R_RegisterShaderNoMip(tempStr);
1273 if (!PC_String_Parse(handle, &tempStr)) {
1282 if (!PC_String_Parse(handle, &tempStr)) {
1285 cgDC.Assets.menuExitSound = trap_S_RegisterSound( tempStr, qfalse );
1291 if (!PC_String_Parse(handle, &tempStr)) {
[all …]
/dports/games/evq3/evq3/code/cgame/
H A Dcg_main.c1216 const char *tempStr; local
1238 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.textFont);
1248 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.smallFont);
1258 cgDC.registerFont(tempStr, pointSize, &cgDC.Assets.bigFont);
1264 if (!PC_String_Parse(handle, &tempStr)) {
1267 cgDC.Assets.gradientBar = trap_R_RegisterShaderNoMip(tempStr);
1273 if (!PC_String_Parse(handle, &tempStr)) {
1282 if (!PC_String_Parse(handle, &tempStr)) {
1285 cgDC.Assets.menuExitSound = trap_S_RegisterSound( tempStr, qfalse );
1291 if (!PC_String_Parse(handle, &tempStr)) {
[all …]

12345678910>>...20