Home
last modified time | relevance | path

Searched refs:tempStr (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/true_talk/
H A Dtt_vocab.cpp249 tempStr = str; in getSuffixedWord()
264 tempStr = str; in getSuffixedWord()
284 tempStr += "e"; in getSuffixedWord()
302 tempStr = str; in getSuffixedWord()
323 tempStr = str; in getSuffixedWord()
334 tempStr = str; in getSuffixedWord()
526 } else if (tempStr.hasPrefix("re") || tempStr.hasPrefix("co")) { in getPrefixedWord()
530 } else if (tempStr.hasPrefix("over") || tempStr.hasPrefix("post") || tempStr.hasPrefix("self")) { in getPrefixedWord()
539 tempStr = str; in getPrefixedWord()
547 tempStr = str; in getPrefixedWord()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/true_talk/
H A Dtt_vocab.cpp249 tempStr = str; in getSuffixedWord()
264 tempStr = str; in getSuffixedWord()
284 tempStr += "e"; in getSuffixedWord()
302 tempStr = str; in getSuffixedWord()
323 tempStr = str; in getSuffixedWord()
334 tempStr = str; in getSuffixedWord()
526 } else if (tempStr.hasPrefix("re") || tempStr.hasPrefix("co")) { in getPrefixedWord()
530 } else if (tempStr.hasPrefix("over") || tempStr.hasPrefix("post") || tempStr.hasPrefix("self")) { in getPrefixedWord()
539 tempStr = str; in getPrefixedWord()
547 tempStr = str; in getPrefixedWord()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DForwardSDMolSupplier.cpp69 std::string tempStr; in readMolProps() local
75 (tempStr[0] != '$' || tempStr.substr(0, 4) != "$$$$")) { in readMolProps()
76 tempStr = strip(tempStr); in readMolProps()
77 if (tempStr != "") { in readMolProps()
122 if (tempStr[tempStr.length() - 1] == '\r') { in readMolProps()
123 tempStr.erase(tempStr.length() - 1); in readMolProps()
189 std::string tempStr; in _next() local
215 (tempStr[0] != '$' || tempStr.substr(0, 4) != "$$$$")) { in _next()
236 (tempStr[0] != '$' || tempStr.substr(0, 4) != "$$$$")) { in _next()
258 (tempStr[0] != '$' || tempStr.substr(0, 4) != "$$$$")) { in _next()
[all …]
H A DMultithreadedSDMolSupplier.cpp155 std::string tempStr; in readMolProps() local
157 std::getline(inStream, tempStr); in readMolProps()
161 (tempStr[0] != '$' || tempStr.substr(0, 4) != "$$$$")) { in readMolProps()
162 tempStr = strip(tempStr); in readMolProps()
163 if (tempStr != "") { in readMolProps()
208 if (tempStr[tempStr.length() - 1] == '\r') { in readMolProps()
209 tempStr.erase(tempStr.length() - 1); in readMolProps()
211 prop += tempStr; in readMolProps()
215 tempStr.erase(); in readMolProps()
217 stmp = strip(tempStr); in readMolProps()
[all …]
H A DTplFileParser.cpp115 std::string tempStr; in ParseConfData() local
119 tempStr = getLine(inStream); in ParseConfData()
131 boost::trim_copy(tempStr.substr(4, tempStr.size() - 4))); in ParseConfData()
143 boost::trim(tempStr); in ParseConfData()
173 std::string tempStr; in TPLDataStreamToMol() local
178 tempStr = getLine(inStream); in TPLDataStreamToMol()
195 if (tempStr.size() >= 4 && tempStr.substr(0, 4) == "NAME") { in TPLDataStreamToMol()
196 tempStr = boost::trim_copy(tempStr.substr(4, tempStr.size() - 4)); in TPLDataStreamToMol()
204 if (tempStr.size() >= 4 && tempStr.substr(0, 4) == "PROP") { in TPLDataStreamToMol()
247 if (tempStr.size() >= 5 && tempStr.substr(0, 5) == "CONFS") { in TPLDataStreamToMol()
[all …]
H A DMolFileParser.cpp120 if (tempStr.size() < 7 || tempStr.substr(0, 7) != "M V30 ") { in getV3000Line()
126 while (tempStr[tempStr.length() - 1] == '-') { in getV3000Line()
128 res += tempStr.substr(7, tempStr.length() - 8); in getV3000Line()
132 if (tempStr.size() < 7 || tempStr.substr(0, 7) != "M V30 ") { in getV3000Line()
139 res += tempStr.substr(7, tempStr.length() - 7); in getV3000Line()
214 return tempStr; in parseEnhancedStereo()
1870 if (tempStr[0] != 'M' && tempStr[0] != 'A' && tempStr[0] != 'V' && in ParseMolBlockProperties()
1871 tempStr[0] != 'G' && tempStr[0] != 'S') { in ParseMolBlockProperties()
1996 if (tempStr[0] == 'M' && tempStr.substr(0, 6) == "M END") { in ParseMolBlockProperties()
2864 tempStr = in ParseV3000CTAB()
[all …]
H A DSDMolSupplier.cpp117 std::string tempStr, stmp; in checkForEnd() local
119 tempStr = getLine(dp_inStream); in checkForEnd()
125 if (tempStr.find_first_not_of(" \t\r\n") == std::string::npos) { in checkForEnd()
153 std::string tempStr; in next() local
210 std::string tempStr; in moveTo() local
216 tempStr = getLine(dp_inStream); in moveTo()
218 if (tempStr[0] == '$' && tempStr.substr(0, 4) == "$$$$") { in moveTo()
251 std::string tempStr; in length() local
255 std::getline(*dp_inStream, tempStr); in length()
256 if (tempStr.length() >= 4 && tempStr[0] == '$' && tempStr[1] == '$' && in length()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/
H A DMDLParser.cpp58 std::string tempStr; in ParseV2000RxnBlock() local
173 std::string tempStr; in ParseV3000RxnBlock() local
186 tempStr = boost::trim_copy(tempStr); in ParseV3000RxnBlock()
202 if (tempStr.length() < 14 || tempStr.substr(0, 14) != "BEGIN REACTANT") { in ParseV3000RxnBlock()
233 if (tempStr.length() < 12 || tempStr.substr(0, 12) != "END REACTANT") { in ParseV3000RxnBlock()
239 if (tempStr.length() < 13 || tempStr.substr(0, 13) != "BEGIN PRODUCT") { in ParseV3000RxnBlock()
269 if (tempStr.length() < 11 || tempStr.substr(0, 11) != "END PRODUCT") { in ParseV3000RxnBlock()
277 if (tempStr.length() < 11 || tempStr.substr(0, 11) != "BEGIN AGENT") { in ParseV3000RxnBlock()
304 if (tempStr.length() < 9 || tempStr.substr(0, 9) != "END AGENT") { in ParseV3000RxnBlock()
317 std::string tempStr; in RxnDataStreamToChemicalReaction() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dsettings.cpp57 Common::String tempStr; in drawInterface() local
69 tempStr = FIXED(Settings_Exit); in drawInterface()
72 SETUP_POINTS[0][3], tempStr); in drawInterface()
81 SETUP_POINTS[1][3], tempStr); in drawInterface()
95 SETUP_POINTS[6][3], tempStr); in drawInterface()
101 SETUP_POINTS[5][3], tempStr); in drawInterface()
110 SETUP_POINTS[3][3], tempStr); in drawInterface()
119 SETUP_POINTS[9][3], tempStr); in drawInterface()
123 SETUP_POINTS[7][3], tempStr); in drawInterface()
133 SETUP_POINTS[4][3], tempStr); in drawInterface()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dsettings.cpp57 Common::String tempStr; in drawInterface() local
69 tempStr = FIXED(Settings_Exit); in drawInterface()
72 SETUP_POINTS[0][3], tempStr); in drawInterface()
81 SETUP_POINTS[1][3], tempStr); in drawInterface()
95 SETUP_POINTS[6][3], tempStr); in drawInterface()
101 SETUP_POINTS[5][3], tempStr); in drawInterface()
110 SETUP_POINTS[3][3], tempStr); in drawInterface()
119 SETUP_POINTS[9][3], tempStr); in drawInterface()
123 SETUP_POINTS[7][3], tempStr); in drawInterface()
133 SETUP_POINTS[4][3], tempStr); in drawInterface()
[all …]
/dports/www/reportmagic/rmagic-2.21/wadg/
H A DFormatter.pm318 $tempStr = substr( $tempStr, length($tempStr) - 2, 2 );
321 $tempStr = '0' . $tempStr;
327 $tempStr = '0' . $tempStr;
340 $tempStr = '0' . $tempStr;
348 $tempStr = '0' . $tempStr;
360 $tempStr = '0' . $tempStr;
370 $tempStr = '0' . $tempStr;
399 $tempStr = $self->{day_names}[$tempStr];
423 $tempStr = '0' . $tempStr;
431 $tempStr = '0' . $tempStr;
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/DOM/DOMTest/
H A DDTest.cpp147 XMLCh tempStr[4000]; variable
950 d->setUserData(tempStr, (void*) tempStr, &userhandler); in main()
1750 charData->setData(tempStr); in testCharacterData()
2813 XMLCh tempStr[100]; in testXPath() local
4255 pI->setData(tempStr); in testPI()
4271 pI->setData(tempStr); in testPI()
5785 XMLString::removeWS(tempStr); in testUtilFunctions()
5788 XMLString::removeWS(tempStr); in testUtilFunctions()
5791 XMLString::removeWS(tempStr); in testUtilFunctions()
5794 XMLString::removeWS(tempStr); in testUtilFunctions()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/DOM/Traversal/
H A DTraversal.cpp127 XMLCh tempStr[4000]; in main() local
162 DOMElement* E11 = doc->createElement(tempStr); in main()
166 DOMElement* E12 = doc->createElement(tempStr); in main()
170 DOMElement* E13 = doc->createElement(tempStr); in main()
174 XMLString::transcode("Text1", tempStr, 3999); in main()
178 XMLString::transcode("Text2", tempStr, 3999); in main()
187 XMLString::transcode("Attr01", tempStr, 3999); in main()
201 XMLString::transcode("Attr01", tempStr, 3999); in main()
202 DOMAttr* attr02 = doc->createAttribute(tempStr); in main()
215 XMLString::transcode("DocComment", tempStr, 3999); in main()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/c/genldml/
H A Dgenldml.cpp490 tempStr.remove();
513 if(!tempStr.isEmpty() && tempStr!="t"){
535 if(!tempStr.isEmpty() && tempStr!="t"){
916 tempStr.remove();
923 tempStr.remove();
1121 tempStr.remove();
1128 tempStr.remove();
1141 tempStr.remove();
1153 tempStr.remove();
1766 tempStr.remove();
[all …]
/dports/sysutils/stepsync/StepSync-1.0/
H A DAppController.m269 NSMutableString *tempStr;
303 [tempStr release];
320 [tempStr release];
331 [tempStr release];
348 [tempStr release];
359 [tempStr release];
376 [tempStr release];
387 [tempStr release];
404 [tempStr release];
415 [tempStr release];
[all …]
/dports/www/cgiwrap/cgiwrap-4.1/
H A Dfetch.c87 char *tempStr, *tempStr2; in FetchScriptString() local
144 tempStr = GetPathComponents(i, scrStr); in FetchScriptString()
145 tempStr2 = BuildScriptPath(basedir,tempStr); in FetchScriptString()
159 free(tempStr); in FetchScriptString()
168 tempStr = GetPathComponents(i, scrStr); in FetchScriptString()
183 free(tempStr); in FetchScriptString()
214 tempStr = StripPathComponents(max, scrStr); in FetchScriptString()
215 tempStr2 = (char *) SafeMalloc( strlen(tempStr) + 12, in FetchScriptString()
217 if ( !strcmp("", tempStr) ) in FetchScriptString()
230 sprintf(tempStr2, "PATH_INFO=%s", tempStr); in FetchScriptString()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/libsrc/
H A Dscp.cc525 OFString tempStr; in processAssociationRQ() local
665 OFString tempStr; in handleECHORequest() local
721 OFString tempStr; in receiveSTORERequest() local
786 OFString tempStr; in receiveSTORERequest() local
851 OFString tempStr; in sendSTOREResponse() local
907 OFString tempStr; in receiveFINDRequest() local
966 OFString tempStr; in sendFINDResponse() local
1024 OFString tempStr; in receiveMOVERequest() local
1088 OFString tempStr; in sendMOVEResponse() local
1151 OFString tempStr; in receiveACTIONRequest() local
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DTiffHandlerState.cpp733 ossimString tempStr; in getModelType() local
786 ossimString tempStr; in getInt32Value() local
800 ossimString tempStr; in getDoubleValue() local
997 ossimString tempStr; in getColorMap() local
1032 ossimString tempStr; in getPlanarConfig() local
1050 ossimString tempStr; in getRasterType() local
1064 ossimString tempStr; in getPhotoInterpretation() local
1123 ossimString tempStr; in getTileLength() local
1134 ossimString tempStr; in getImageLength() local
1181 tempStr=tempStr.substitute(" ", ",", true); in getDoubleArray()
[all …]
H A DossimQuickbirdMetaData.cpp856 ossimString tempStr; in getMapProjectionKwl() local
934 tempStr = tempStr.trim(";"); in getMapProjectionKwl()
935 tempStr = tempStr.trim("\""); in getMapProjectionKwl()
951 if ( tempStr == "\"M\";" ) in getMapProjectionKwl()
972 tempStr = tempStr.trim(";"); in getMapProjectionKwl()
973 dpt.x = tempStr.toFloat64(); in getMapProjectionKwl()
981 tempStr = tempStr.trim(";"); in getMapProjectionKwl()
982 dpt.y = tempStr.toFloat64(); in getMapProjectionKwl()
1011 tempStr = tempStr.trim(";"); in getMapProjectionKwl()
1012 dpt.x = tempStr.toFloat64(); in getMapProjectionKwl()
[all …]
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/xkms/impl/
H A DXKMSMessageFactoryImpl.cpp449 XMLCh tempStr[100]; in createCompoundRequest() local
489 XMLCh tempStr[100]; in createLocateRequest() local
529 XMLCh tempStr[100]; in createValidateRequest() local
569 XMLCh tempStr[100]; in createPendingRequest() local
608 XMLCh tempStr[100]; in createStatusRequest() local
648 XMLCh tempStr[100]; in createRegisterRequest() local
688 XMLCh tempStr[100]; in createRevokeRequest() local
728 XMLCh tempStr[100]; in createRecoverRequest() local
768 XMLCh tempStr[100]; in createReissueRequest() local
816 XMLCh tempStr[100]; in createLocateResult() local
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Trajectory/
H A DTrajectory.cpp121 std::string tempStr; in readAmberTrajectory() local
123 std::getline(inStream, tempStr); in readAmberTrajectory()
162 std::string tempStr; in readGromosTrajectory() local
172 std::getline(inStream, tempStr); in readGromosTrajectory()
179 std::getline(inStream, tempStr); in readGromosTrajectory()
181 } else if ((tempStr == "POSITIONRED") || (tempStr == "POSITION")) { in readGromosTrajectory()
186 std::getline(inStream, tempStr); in readGromosTrajectory()
191 if (tempStr.find("#") != std::string::npos) { in readGromosTrajectory()
194 std::stringstream ls(tempStr); in readGromosTrajectory()
205 std::getline(inStream, tempStr); // the END line in readGromosTrajectory()
[all …]
/dports/www/pserv/pserv-3.4/sources/
H A Dmime.c182 char tempStr[1024]; local
211 sprintf(tempStr, "HTTP/1.0 %d %s\n", statusCode, description);
212 strcpy(outBuff, tempStr);
217 sprintf(tempStr, "Date: %s\n", timeStr);
218 strcat(outBuff, tempStr);
220 strcat(outBuff, tempStr);
223 sprintf(tempStr, "Content-Type: %s\n", contentType);
224 strcat(outBuff, tempStr);
230 sprintf(tempStr, "Content-length: %ld\n", size);
231 strcat(outBuff, tempStr);
[all …]
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkComponent.C163 string tempStr; in setDefaultResources() local
169 tempStr = &(resourceSpec[current][1]); in setDefaultResources()
170 XrmPutLineResource (&xrm_db, tempStr.c_str()); in setDefaultResources()
175 tempStr = theApplication->applicationClassName(); in setDefaultResources()
176 tempStr += &(resourceSpec[current][1]); in setDefaultResources()
177 XrmPutLineResource (&xrm_db, tempStr.c_str()); in setDefaultResources()
179 tempStr = "*"; in setDefaultResources()
180 tempStr += _name; in setDefaultResources()
181 tempStr += resourceSpec[current]; in setDefaultResources()
182 XrmPutLineResource (&xrm_db, tempStr.c_str()); in setDefaultResources()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dsbar.c214 char tempStr[80]; in Sbar_Draw() local
311 sprintf(tempStr, "%03d", mana); in Sbar_Draw()
325 sprintf(tempStr, "%03d", mana); in Sbar_Draw()
412 char tempStr[80]; in DrawFullScreenInfo() local
425 sprintf(tempStr, "%03d", mana); in DrawFullScreenInfo()
434 sprintf(tempStr, "%03d", mana); in DrawFullScreenInfo()
457 char tempStr[80]; in DrawLowerBar() local
491 Sbar_DrawSmallString(33, 58, tempStr); in DrawLowerBar()
495 Sbar_DrawSmallString(33, 64, tempStr); in DrawLowerBar()
1045 char tempStr[24]; in DrawActiveRings() local
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/apps/
H A Dimg2dcm.cc51 OFString tempStr; in evaluateFromFileOptions() local
61 OFString tempStr; in evaluateFromFileOptions() local
71 OFString tempStr; in evaluateFromFileOptions() local
202 cmd.getParam(1, tempStr); in startConversion()
204 if (tempStr.empty()) in startConversion()
210 pixDataFile = tempStr; in startConversion()
212 cmd.getParam(2, tempStr); in startConversion()
213 if (tempStr.empty()) in startConversion()
219 outputFile = tempStr; in startConversion()
224 if (tempStr == "JPEG") in startConversion()
[all …]

12345678910>>...20