Home
last modified time | relevance | path

Searched refs:strTmp (Results 1 – 25 of 91) sorted by relevance

1234

/dports/science/dftbplus/dftbplus-19.1/prog/misc/skderivs/
H A Dskderivs.F9057 character(lc) :: strTmp local
77 write(stdout, "(2X,A)") trim(strTmp)
104 write (strTmp, "(E23.15)") rr
105 buffer = trim(strTmp)
122 write (strTmp, "(E23.15)") rr
123 buffer = trim(strTmp)
167 character(lc) :: strTmp local
200 strTmp = unquote(char(buffer))
209 &trim(strTmp) // "'")
219 strTmp = unquote(char(buffer))
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_cliffmetrics/CliffMetrics/
H A Dutils.cpp170 string strTmp; in bFindExeDir() local
175 strTmp = szBuf; in bFindExeDir()
178 strTmp = pcArg; in bFindExeDir()
183 strTmp = szBuf; in bFindExeDir()
186 strTmp = pcArg; in bFindExeDir()
415 string strTmp; in strListRasterFiles() local
431 strTmp.resize(strTmp.size()-2); in strListRasterFiles()
433 return strTmp; in strListRasterFiles()
443 string strTmp; in strListVectorFiles() local
482 strTmp.resize(strTmp.size()-2); in strListVectorFiles()
[all …]
H A Dutils_global.cpp185 string strTmp = *strIn; in strTrim() local
188 size_t nPos = strTmp.find_last_not_of(" \t"); in strTrim()
191 strTmp = strTmp.substr(0, nPos+1); in strTrim()
194 nPos = strTmp.find_first_not_of(" \t"); in strTrim()
197 strTmp = strTmp.substr(nPos); in strTrim()
199 return strTmp; in strTrim()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/lib/
H A DISettingControl.cpp34 auto strTmp = elem->Attribute(SETTING_XML_ATTR_FORMAT); in Deserialize() local
36 if (strTmp != nullptr) in Deserialize()
37 format = strTmp; in Deserialize()
44 if ((strTmp = elem->Attribute(SETTING_XML_ATTR_DELAYED)) != nullptr) in Deserialize()
46 if (!StringUtils::EqualsNoCase(strTmp, "false") && !StringUtils::EqualsNoCase(strTmp, "true")) in Deserialize()
52 m_delayed = StringUtils::EqualsNoCase(strTmp, "true"); in Deserialize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java79 private StringBuffer strTmp; field in DTDParser
343 strTmp = null; in parseInternal()
593 strTmp.append(c); in parseLiteral()
667 strTmp.append(retval); in parsePublicId()
1137 strTmp.append('('); in getMixedOrChildren()
1238 strTmp.append(')'); in getcps()
1263 strTmp.append(c); in getFrequency()
1267 strTmp.append(c); in getFrequency()
1271 strTmp.append(c); in getFrequency()
1291 strTmp.append(')'); in getMixed()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java79 private StringBuffer strTmp; field in DTDParser
343 strTmp = null; in parseInternal()
593 strTmp.append(c); in parseLiteral()
667 strTmp.append(retval); in parsePublicId()
1137 strTmp.append('('); in getMixedOrChildren()
1238 strTmp.append(')'); in getcps()
1263 strTmp.append(c); in getFrequency()
1267 strTmp.append(c); in getFrequency()
1271 strTmp.append(c); in getFrequency()
1291 strTmp.append(')'); in getMixed()
[all …]
/dports/graphics/pear-Image_Transform/Image_Transform-0.9.5/tests/Image/Transform/
H A DBase.php134 $strTmp = $this->getTmpFilename();
137 $this->assertTrue($this->it->save($strTmp));
140 $strTmp
404 $strTmp = $this->getTmpFilename();
407 $this->it->save($strTmp);
410 $strTmp
424 $strTmp = $this->getTmpFilename();
427 $this->it->save($strTmp);
430 $strTmp
/dports/chinese/scim-fcitx/fcitx/src/
H A Dsp.cpp237 char strTmp[2]; in SP2QP() local
240 strTmp[1] = '\0'; in SP2QP()
246 strTmp[0] = strSP[0]; in SP2QP()
247 strcat (strQP, strTmp); in SP2QP()
260 strTmp[0] = strSP[1]; in SP2QP()
261 strcat (strQP, strTmp); in SP2QP()
277 strTmp[0] = strSP[0]; in SP2QP()
278 strTmp[1] = '\0'; in SP2QP()
279 if ((iIndex1 == -1 && !(IsSyllabary (strTmp, 0))) || iIndex2 == -1) { in SP2QP()
/dports/games/umark/UMark/src/
H A Dcallbacks.c1914 gchar *strTmp; in on_btnloadlog_clicked() local
1958 case 0: strTmp = "Low"; break; in on_btnloadlog_clicked()
1959 case 1: strTmp = "High"; break; in on_btnloadlog_clicked()
1961 case 3: strTmp = "Custom"; break; in on_btnloadlog_clicked()
1962 default: strTmp = "Error"; in on_btnloadlog_clicked()
1973 default: strTmp = "Error"; in on_btnloadlog_clicked()
1994 default: strTmp = "Custom"; in on_btnloadlog_clicked()
2012 gchar *strTmp; in foreach_results_save() local
2040 g_free(strTmp); in foreach_results_save()
2056 g_free(strTmp); in foreach_results_save()
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/modes/
H A Dinitmodes.F90131 character(lc) :: prefix, suffix, separator, elem1, strTmp, filename local
214 strTmp = trim(prefix) // trim(elem1) // trim(separator) &
216 call append(skFiles(iSp1), strTmp)
217 inquire(file=strTmp, exist=tExist)
220 &// trim(strTmp) // "' does not exist.")
226 strTmp = trim(geo%speciesNames(iSp1)) // "-" &
229 call getChildValue(child, trim(strTmp), lStr, child=child2)
236 call get(lStr, strTmp, ii)
237 inquire(file=strTmp, exist=tExist)
239 call detailedError(child2, "SK file '" // trim(strTmp) &
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/peripherals/
H A DPeripheralBusUSB.cpp132 std::string strTmp(deviceProperty); in PerformDeviceScan() local
134 StringUtils::ToLower(strTmp); in PerformDeviceScan()
136 …if (((posVid=strTmp.find("\\vid_")) != std::string::npos || (posVid=strTmp.find("&vid_")) != std::… in PerformDeviceScan()
137 …((posPid=strTmp.find("\\pid_")) != std::string::npos || (posPid=strTmp.find("&pid_")) != std::stri… in PerformDeviceScan()
139 std::string strVendorId(strTmp, posVid + 5, 4); in PerformDeviceScan()
140 std::string strProductId(strTmp, posPid + 5, 4); in PerformDeviceScan()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dsp.c209 char strTmp[2]; in SP2QP() local
214 strTmp[1] = '\0'; in SP2QP()
257 strTmp[0] = strSP[0]; in SP2QP()
258 strcat(strQP, strTmp); in SP2QP()
271 strTmp[0] = strSP[1]; in SP2QP()
272 strcat(strQP, strTmp); in SP2QP()
300 strTmp[0] = strSP[0]; in SP2QP()
302 strTmp[1] = '\0'; in SP2QP()
304 if ((iIndex1 == -1 && !(IsSyllabary(strTmp, 0))) || iIndex2 == -1) { in SP2QP()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuath.c4002 ckmakmsg(strTmp,sizeof(strTmp),
4140 ckmakmsg(strTmp,sizeof(strTmp),
4895 s = strTmp + strlen(strTmp);
4965 s = strTmp + strlen(strTmp);
5090 s = strTmp + strlen(strTmp);
5514 ckmakmsg(strTmp,sizeof(strTmp),
5946 s = strTmp + strlen(strTmp);
5964 s = strTmp + strlen(strTmp);
6328 ckmakmsg(strTmp,sizeof(strTmp),
6334 str = strTmp + strlen(strTmp);
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/tools/external_command/
H A Dtoolexternalcommand_gui.cpp78 QString strTmp = ui->comboPrevious->itemText(i); in saveParameters() local
79 if (strTmp != "-" && !history.contains(strTmp)) in saveParameters()
80 history << strTmp; in saveParameters()
/dports/audio/polyphone/polyphone-75a5e88/sources/
H A Doptions.cpp226 QString strTmp = _outputDirectory;
227 if (!strTmp.endsWith('/'))
228 strTmp += '/';
247 return strTmp + _outputFile + extension;
/dports/science/dftbplus/dftbplus-19.1/prog/setupgeom/
H A Dparser_setup.F90511 character(lc) :: prefix, suffix, separator, elem1, elem2, strTmp local
545 strTmp = trim(prefix) // trim(elem1) // trim(separator) &
547 call append(skFiles(iSp2, iSp1), strTmp)
548 inquire(file=strTmp, exist=tExist)
551 &// trim(strTmp) // "' does not exist.")
559 strTmp = trim(speciesNames(iSp1)) // "-" &
562 call getChildValue(child, trim(strTmp), lStr, child=child2)
568 call get(lStr, strTmp, ii)
569 inquire(file=strTmp, exist=tExist)
571 call detailedError(child2, "SK file '" // trim(strTmp) &
[all …]
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/libcec/adapter/Pulse-Eight/
H A DUSBCECAdapterDetection.cpp93 std::string strTmp(strString); in TranslateComPort() local
94 std::reverse(strTmp.begin(), strTmp.end()); in TranslateComPort()
95 const char* iSlash = strchr(strTmp.c_str(), '/'); in TranslateComPort()
98 strTmp = StringUtils::Left(strTmp, iSlash - strTmp.c_str()); in TranslateComPort()
99 std::reverse(strTmp.begin(), strTmp.end()); in TranslateComPort()
100 strString = StringUtils::Format("%s/%s:1.0/tty", strString.c_str(), strTmp.c_str()); in TranslateComPort()
/dports/net-mgmt/dnsmap/dnsmap-0.30/
H A Ddnsmap.c541 char strTmp[30]={'\0'},s[MAXSTRSIZE]={'\0'}; in wildcarDetect() local
556 sprintf(strTmp, "%d", n); in wildcarDetect()
558 strncpy(s,strTmp,MAXSTRSIZE-strlen(s)-1); in wildcarDetect()
560 strncat(s,strTmp,MAXSTRSIZE-strlen(s)-1); in wildcarDetect()
648 char strTmp[30]={'\0'},s[MAXSTRSIZE]={'\0'}; in isValidDomain() local
691 sprintf(strTmp, "%d", n); in isValidDomain()
693 strncpy(s,strTmp,MAXSTRSIZE-strlen(s)-1); in isValidDomain()
695 strncat(s,strTmp,MAXSTRSIZE-strlen(s)-1); in isValidDomain()
766 sprintf(strTmp, "%d", n); in usesOpenDNS()
768 strncpy(s,strTmp,MAXSTRSIZE-strlen(s)-1); in usesOpenDNS()
[all …]
/dports/www/limesurvey/limesurvey/application/core/plugins/ExportR/
H A DRSyntaxWriter.php68 $strTmp = mb_substr(stripTagsFull($values[$id]), 0, $this->maxLength);
70 $len = mb_strlen($strTmp);
76 if (trim($strTmp) != '') {
77 … if ($field['SPSStype'] == 'F' && (isNumericExtended($strTmp) === false || $field['size'] > 16)) {
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftbplus/
H A Dinitprogram.F902317 call warning(strTmp)
2724 strTmp = ""
2887 write (strTmp, "(A)") ""
2912 write(strTmp, "(A)") ""
2922 write(strTmp, "(A)") ""
2947 strTmp = ""
3172 character(lc) :: strTmp local
3184 call error(trim(strTmp))
3207 call error(trim(strTmp))
3954 character(lc) :: strTmp local
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/context/
H A Drecentfilemanager.cpp46 QString strTmp;
53strTmp = _configuration->getValue(ConfManager::SECTION_RECENT_FILES, "file_" + QString::number(i),…
54 QFile file(strTmp);
57 _listFiles[j] = strTmp;
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/test/RegressionTest/
H A DGrJustifier.cpp369 std::wstring strTmp(L"justification failed by "); in adjustGlyphWidths() local
370 strTmp += rgchw; in adjustGlyphWidths()
371 strTmp += L" units (width needed = "; in adjustGlyphWidths()
374 strTmp += rgchw; in adjustGlyphWidths()
375 strTmp += L")\n"; in adjustGlyphWidths()
376 OutputDebugString(strTmp.c_str()); in adjustGlyphWidths()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DSettingControl.cpp345 std::string strTmp; in Deserialize() local
346 if (XMLUtils::GetString(node, SETTING_XML_ATTR_SEPARATOR_POSITION, strTmp)) in Deserialize()
348 if (!StringUtils::EqualsNoCase(strTmp, "top") && !StringUtils::EqualsNoCase(strTmp, "bottom")) in Deserialize()
351 m_separatorBelowLabel = StringUtils::EqualsNoCase(strTmp, "bottom"); in Deserialize()
/dports/graphics/silgraphite/silgraphite-2.3.1/examples/applib/
H A DGrJustifier.cpp375 std::wstring strTmp(L"justification failed by "); in adjustGlyphWidths() local
376 strTmp += rgchw; in adjustGlyphWidths()
377 strTmp += L" units (width needed = "; in adjustGlyphWidths()
380 strTmp += rgchw; in adjustGlyphWidths()
381 strTmp += L")\n"; in adjustGlyphWidths()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dholux.c162 char strTmp[MAX_STRINGLEN]; in mknshort() local
177 strcpy(strTmp,shortstr); in mknshort()
181 strncpy(strOut,strTmp,strlen(strTmp)); in mknshort()

1234