Home
last modified time | relevance | path

Searched refs:strT (Results 1 – 25 of 58) sorted by relevance

123

/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DLabelToken.java487 String strT = null; in appendAtomTokenValue() local
517 strT = ""; in appendAtomTokenValue()
522 strT = strT.substring(1); in appendAtomTokenValue()
544 strT = ""; in appendAtomTokenValue()
584 strT = "null"; in appendAtomTokenValue()
595 strT = ""; in appendAtomTokenValue()
637 strT = ""; in appendAtomTokenValue()
645 strT = null; in appendAtomTokenValue()
648 strT = t.format(floatT, strT, ptT); in appendAtomTokenValue()
650 t.text = strT; in appendAtomTokenValue()
[all …]
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkUtils.h418 std::string strT = str; in stringTrim() local
420 if (strT.length() <= 1) return strT; // .empty() may result in errors in stringTrim()
423 size_t b = strT.find_first_not_of(" "); in stringTrim()
424 size_t e = strT.find_last_not_of(" "); in stringTrim()
425 strT = strT.substr(b, e+1); in stringTrim()
427 if (strT.length() <= 1) return strT; // nothing to trim left in stringTrim()
430 b = strT.find_first_not_of("\t"); in stringTrim()
431 e = strT.find_last_not_of("\t"); in stringTrim()
432 strT = strT.substr(b, e+1); in stringTrim()
434 return strT; in stringTrim()
/dports/science/py-OpenMC/openmc-0.12.2/openmc/data/
H A Dneutron.py263 strT = data.temperatures[0]
264 if strT in self.temperatures:
276 self.energy[strT] = data.energy[strT]
281 self[mt].xs[strT] = data[mt].xs[strT]
287 if strT in data.urr:
288 self.urr[strT] = data.urr[strT]
608 strT = data.temperatures[0]
614 data.energy[strT] = energy
698 data.urr[strT] = urr
923 for strT in self.temperatures:
[all …]
H A Dthermal.py497 strT = data.temperatures[0]
498 if strT in self.temperatures:
499 warn('S(a,b) data at T={} already exists.'.format(strT))
833 strT = _temperature_str(params[0])
836 xs[strT] = CoherentElastic(bragg_edges, S.y)
837 distribution = {strT: CoherentElasticAE(xs[strT])}
842 strT = _temperature_str(params[0])
843 xs[strT] = CoherentElastic(bragg_edges, S)
844 distribution[strT] = CoherentElasticAE(xs[strT])
851 strT = _temperature_str(T)
[all …]
/dports/science/openmc/openmc-0.12.2/openmc/data/
H A Dneutron.py263 strT = data.temperatures[0]
264 if strT in self.temperatures:
276 self.energy[strT] = data.energy[strT]
281 self[mt].xs[strT] = data[mt].xs[strT]
287 if strT in data.urr:
288 self.urr[strT] = data.urr[strT]
608 strT = data.temperatures[0]
614 data.energy[strT] = energy
698 data.urr[strT] = urr
923 for strT in self.temperatures:
[all …]
H A Dthermal.py497 strT = data.temperatures[0]
498 if strT in self.temperatures:
499 warn('S(a,b) data at T={} already exists.'.format(strT))
833 strT = _temperature_str(params[0])
836 xs[strT] = CoherentElastic(bragg_edges, S.y)
837 distribution = {strT: CoherentElasticAE(xs[strT])}
842 strT = _temperature_str(params[0])
843 xs[strT] = CoherentElastic(bragg_edges, S)
844 distribution[strT] = CoherentElasticAE(xs[strT])
851 strT = _temperature_str(T)
[all …]
/dports/games/spring/spring_98.0/AI/Wrappers/CUtils/
H A DUtil.c387 if (strcmp(strT, "0") == 0 in util_strToBool()
388 || strcmp(strT, "NO") == 0 in util_strToBool()
389 || strcmp(strT, "No") == 0 in util_strToBool()
390 || strcmp(strT, "no") == 0 in util_strToBool()
391 || strcmp(strT, "n") == 0 in util_strToBool()
392 || strcmp(strT, "N") == 0 in util_strToBool()
393 || strcmp(strT, "FALSE") == 0 in util_strToBool()
394 || strcmp(strT, "False") == 0 in util_strToBool()
396 || strcmp(strT, "f") == 0 in util_strToBool()
397 || strcmp(strT, "F") == 0) in util_strToBool()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRect.cpp159 SkString strL, strT, strR, strB; in dump() local
161 SkAppendScalarDec(&strT, fTop); in dump()
165 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkRect.cpp159 SkString strL, strT, strR, strB; in dump() local
161 SkAppendScalarDec(&strT, fTop); in dump()
165 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRect.cpp159 SkString strL, strT, strR, strB; in dump() local
161 SkAppendScalarDec(&strT, fTop); in dump()
165 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkRect.cpp159 SkString strL, strT, strR, strB; in dump() local
161 SkAppendScalarDec(&strT, fTop); in dump()
165 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkRect.cpp159 SkString strL, strT, strR, strB; in dump() local
161 SkAppendScalarDec(&strT, fTop); in dump()
165 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkRect.cpp167 SkString strL, strT, strR, strB; in dump() local
169 SkAppendScalarDec(&strT, fTop); in dump()
173 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkRect.cpp160 SkString strL, strT, strR, strB; in dump() local
162 SkAppendScalarDec(&strT, fTop); in dump()
166 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dseq_decl_plugin.cpp187 sort* strT = m_string; in init() local
189 parameter paramS(strT); in init()
205 sort* str2T[2] = { strT, strT }; in init()
206 sort* str3T[3] = { strT, strT, strT }; in init()
207 sort* strTint2T[3] = { strT, intT, intT }; in init()
208 sort* strTreT[2] = { strT, reT }; in init()
209 sort* str2TintT[3] = { strT, strT, intT }; in init()
255 m_sigs[_OP_STRING_FROM_CHAR] = alloc(psig, m, "char", 1, 0, nullptr, strT); in init()
263 m_sigs[_OP_STRING_CONCAT] = alloc(psig, m, "str.++", 1, 2, str2T, strT); in init()
264 m_sigs[_OP_STRING_LENGTH] = alloc(psig, m, "str.len", 0, 1, &strT, intT); in init()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Dseq_decl_plugin.cpp560 sort* strT = m_string; in init() local
562 parameter paramS(strT); in init()
578 sort* str2T[2] = { strT, strT }; in init()
579 sort* str3T[3] = { strT, strT, strT }; in init()
580 sort* strTint2T[3] = { strT, intT, intT }; in init()
581 sort* strTreT[2] = { strT, reT }; in init()
582 sort* str2TintT[3] = { strT, strT, intT }; in init()
633 m_sigs[_OP_STRING_FROM_CHAR] = alloc(psig, m, "char", 1, 0, nullptr, strT); in init()
641 m_sigs[_OP_STRING_CONCAT] = alloc(psig, m, "str.++", 1, 2, str2T, strT); in init()
642 m_sigs[_OP_STRING_LENGTH] = alloc(psig, m, "str.len", 0, 1, &strT, intT); in init()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/SendInputExt/
H A DSiEngineStd.cs172 string strT = AutoType.NormalizeWindowText(strTitle); in ValidateState()
176 if(AutoType.IsMatchWindow(strT, strF)) in ValidateState()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/symmetry/
H A DSymmetryOperation.java487 String strT = ""; in getMatrixFromString() local
533 strT += plusMinus(strT, val, myLabels[ipt]); in getMatrixFromString()
552 strT += xyzFraction12(iValue, (divisor == 0 ? denom : divisor), false, true); in getMatrixFromString()
554 strOut += (strOut == "" ? "" : ",") + strT; in getMatrixFromString()
560 strT = ""; in getMatrixFromString()
790 private static String plusMinus(String strT, float x, String sx) { in plusMinus() argument
792 : (x < 0 ? "-" : strT.length() == 0 ? "" : "+") in plusMinus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRect.cpp160 SkString strL, strT, strR, strB; in dump() local
162 SkAppendScalarDec(&strT, fTop); in dump()
166 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/lib-internal/Text/Pandoc/CrossRef/Util/Settings/
H A DTemplate.hs80 strT <- [t|$(conT t) -> Text|]
99 | t' == strT -> [|getMetaString $(varName) $(dtv)|]
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/
H A DFileTransactionEx.cs487 foreach(string strT in vTenants) in TxfIsUnusable()
489 if(string.IsNullOrEmpty(strT)) { Debug.Assert(false); continue; } in TxfIsUnusable()
491 using(RegistryKey kT = kTenants.OpenSubKey(strT, false)) in TxfIsUnusable()
/dports/science/py-OpenMC/openmc-0.12.2/openmc/
H A Dplotter.py338 strT = "{}K".format(int(round(temperature)))
348 if strT in nuc.temperatures:
349 nucT = strT
359 if strT in sab.temperatures:
360 sabT = strT
/dports/science/openmc/openmc-0.12.2/openmc/
H A Dplotter.py338 strT = "{}K".format(int(round(temperature)))
348 if strT in nuc.temperatures:
349 nucT = strT
359 if strT in sab.temperatures:
360 sabT = strT
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/
H A DXPathConvert.cs1403 strT = dig.toString(16).toUpperCase(); in PrintHex()
1404 res += ' 0x' + '00000000'.substring(strT.length) + strT; in PrintHex()
1415 strT = dig.toString(16).toUpperCase(); in PrintHex()
1416 res += ' 0x' + '00000000'.substring(strT.length) + strT; in PrintHex()
1422 strT = '' + (e + n); in PrintHex()
1423 res += ', ' + ' '.substring(strT.length) + strT; in PrintHex()
1425 strT = '' + n; in PrintHex()
1426 res += ' ), // 10^' + strT; in PrintHex()
1428 res += ' '.substring(strT.length) + '(rounded up)'; in PrintHex()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/
H A DXPathConvert.cs1588 strT = dig.toString(16).toUpperCase(); in PrintHex()
1589 res += ' 0x' + '00000000'.substring(strT.length) + strT; in PrintHex()
1600 strT = dig.toString(16).toUpperCase(); in PrintHex()
1601 res += ' 0x' + '00000000'.substring(strT.length) + strT; in PrintHex()
1607 strT = '' + (e + n); in PrintHex()
1608 res += ', ' + ' '.substring(strT.length) + strT; in PrintHex()
1610 strT = '' + n; in PrintHex()
1611 res += ' ), // 10^' + strT; in PrintHex()
1613 res += ' '.substring(strT.length) + '(rounded up)'; in PrintHex()

123