Home
last modified time | relevance | path

Searched refs:StrUtils (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/src/
H A DTeuchos_StrUtils.cpp49 Array<std::string> StrUtils::readFile(std::istream& is, char comment) in readFile()
105 bool StrUtils::readLine(std::istream& is, std::string& line) in readLine()
261 std::string StrUtils::varSubstitute(const std::string& rawLine, in varSubstitute()
278 std::string StrUtils::before(const std::string& str, char sub) in before()
323 bool StrUtils::isWhite(const std::string& str) in isWhite()
372 std::string StrUtils::readFromStream(std::istream& /* is */) in readFromStream()
389 std::string StrUtils::allCaps(const std::string& s) in allCaps()
400 double StrUtils::atof(const std::string& s) in atof()
406 int StrUtils::atoi(const std::string& s) in atoi()
412 std::ostream& StrUtils::printLines( in printLines()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dstringutils.cpp29 unsigned int StrUtils::HexStringToInt(const std::string& str) in HexStringToInt()
65 std::string StrUtils::Format(const char *fmt, ...) in Format()
86 std::string StrUtils::UnicodeCharToUtf8(unsigned int ch) in UnicodeCharToUtf8()
112 std::string StrUtils::UnicodeStringToUtf8(const std::wstring &str) in UnicodeStringToUtf8()
116 result += StrUtils::UnicodeCharToUtf8(static_cast<unsigned int>(str[i])); in UnicodeStringToUtf8()
121 unsigned int StrUtils::Utf8CharToUnicode(const std::string &ch) in Utf8CharToUnicode()
155 std::wstring StrUtils::Utf8StringToUnicode(const std::string &str) in Utf8StringToUnicode()
161 int len = StrUtils::Utf8CharSizeAt(str, pos); in Utf8StringToUnicode()
166 result += static_cast<wchar_t>(StrUtils::Utf8CharToUnicode(ch)); in Utf8StringToUnicode()
172 int StrUtils::Utf8CharSizeAt(const std::string &str, unsigned int pos) in Utf8CharSizeAt()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/implementation/
H A Dprogram_storage_impl.cpp225 … std::string filename = userSource + StrUtils::Format("%.3d%.3d.txt", m_programStorageIndex, i); in SaveAllUserPrograms()
258 std::string op = "script" + StrUtils::ToString<int>(i+1); // script1..script10 in LoadAllProgramsForLevel()
259 …std::string opReadOnly = "scriptReadOnly" + StrUtils::ToString<int>(i+1); // scriptReadOnly1..scri… in LoadAllProgramsForLevel()
260 …std::string opRunnable = "scriptRunnable" + StrUtils::ToString<int>(i+1); // scriptRunnable1..scri… in LoadAllProgramsForLevel()
335 …std::string filename = levelSource + StrUtils::Format("/prog%.3d%.3d.txt", m_programStorageIndex, … in SaveAllProgramsForSavedScene()
344 boost::regex regex(StrUtils::Format("prog%.3d([0-9]{3})\\.txt", m_programStorageIndex)); in SaveAllProgramsForSavedScene()
367 std::string op = "script" + StrUtils::ToString<int>(i+1); // script1..script10 in LoadAllProgramsForSavedScene()
368 …std::string opReadOnly = "scriptReadOnly" + StrUtils::ToString<int>(i+1); // scriptReadOnly1..scri… in LoadAllProgramsForSavedScene()
369 …std::string opRunnable = "scriptRunnable" + StrUtils::ToString<int>(i+1); // scriptRunnable1..scri… in LoadAllProgramsForSavedScene()
392 …std::string opReadOnly = "scriptReadOnly" + StrUtils::ToString<int>(i+1); // scriptReadOnly1..scri… in LoadAllProgramsForSavedScene()
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/t/t/
H A Dunit-str-utils.t6 package FC_Solve::StrUtils;
28 return FC_Solve::StrUtils::c_string_starts_with(@_);
33 return FC_Solve::StrUtils::c_try_str_prefix(@_);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/src/
H A DTeuchos_TreeBuildingXMLHandler.cpp68 if(!StrUtils::isWhite(chars)) in characters()
69 current_.addContent(StrUtils::fixUnprintableCharacters(chars)); in characters()
71 if((!StrUtils::isWhite(chars)) || (current_.getContentLine(k-1).length()>0)) in characters()
72 current_.appendContentLine(k-1,StrUtils::fixUnprintableCharacters(chars)); in characters()
H A DTeuchos_XMLObjectImplem.cpp221 if (!StrUtils::isWhite(content_[i])) in toString()
274 if (!StrUtils::isWhite(content_[i])) in printContent()
289 if((s.length()>0) && (!StrUtils::isWhite(s))) in printContent()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/
H A DMakefile.deps3 base/PrcBase.hpp utility/TextCtrl.hpp utility/StrUtils.hpp \
77 base/PrcBase.hpp utility/TextCtrl.hpp utility/StrUtils.hpp \
111 netlist/NetList.hpp Version.hpp utility/StrUtils.hpp \
178 TypeDefs.hpp utility/StrUtils.hpp netlist/Component.hpp \
193 Version.hpp utility/StrUtils.hpp netlist/Component.hpp \
273 obj/StrUtils.o: utility/StrUtils.cpp utility/StrUtils.hpp TypeDefs.hpp \
290 utility/StrUtils.hpp gnucap/commands/CmdGnuCapGEN.hpp
313 utility/StrUtils.hpp
320 netlist/Component.hpp utility/StrUtils.hpp
420 netlist/Component.hpp utility/StrUtils.hpp
[all …]
H A DMakefile185 test_StrUtils : StrUtils.cpp Component.cpp CnvtType.cpp
187 test_Component : Component.cpp CnvtType.cpp StrUtils.cpp
188 test_NetList : NetList.cpp Component.cpp StrUtils.cpp TypeDefs.cpp CnvtType.cpp
203 test_CmdGnuCapPR : CmdGnuCapPR.cpp CmdBase.cpp CnvtType.cpp TypeDefs.cpp StrUtils.cpp \
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DVirtualPathUtility.cs118 if (StrUtils.IsNullOrEmpty (virtualPath)) in GetExtension()
154 if (StrUtils.IsNullOrEmpty (virtualPath)) in IsAbsolute()
162 if (StrUtils.IsNullOrEmpty (virtualPath)) in IsAppRelative()
270 if (StrUtils.IsNullOrEmpty (applicationPath)) in ToAbsolute()
273 if (StrUtils.IsNullOrEmpty (virtualPath)) in ToAbsolute()
374 string [] parts = StrUtils.SplitRemoveEmptyEntries (path, path_sep); in Normalize()
393 apppath_parts = StrUtils.SplitRemoveEmptyEntries (apppath, path_sep); in Normalize()
H A DStaticFileHandler.cs50 return (!StrUtils.EndsWith (fileName, " ") && !StrUtils.EndsWith (fileName, ".")); in ValidFileName()
H A DVirtualPath.cs215 return StrUtils.StartsWith (Original, s); in StartsWith()
257 if (!StrUtils.StartsWith (physical_path, appPhysicalPath)) in PhysicalToVirtual()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dscript.cpp486 list->SetItemName(rankList++, StrUtils::Format("%s = null;", baseName.c_str()).c_str()); in PutList()
499 varName = StrUtils::Format("%s", pStatic->GetName().c_str()); in PutList()
505 varName = StrUtils::Format("%s[%d]", baseName.c_str(), index); in PutList()
509 varName = StrUtils::Format("%s.%s", baseName.c_str(), pStatic->GetName().c_str()); in PutList()
515 … list->SetItemName(rankList++, StrUtils::Format("%s = [circular reference]", varName.c_str())); in PutList()
523 …list->SetItemName(rankList++, StrUtils::Format("%s = %s;", varName.c_str(), pStatic->GetValString(… in PutList()
527 …list->SetItemName(rankList++, StrUtils::Format("%s = \"%s\";", varName.c_str(), pStatic->GetValStr… in PutList()
839 error = StrUtils::Format(ngettext( in GetError()
848 …error = StrUtils::Format(gettext("You cannot use \"%s\" in this exercise (used: %d)"), m_token.c_s… in GetError()
852 error = StrUtils::Format(ngettext( in GetError()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Util/
H A DStrUtils.cs36 internal sealed class StrUtils class
38 StrUtils () { } in StrUtils() method in System.Web.Util.StrUtils
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DTagAttributes.cs154 return (StrUtils.StartsWith (att, "<%#") && StrUtils.EndsWith (att, "%>")); in IsDataBound()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DBaseParser.cs105 if (!StrUtils.StartsWith (value, "<%") || !StrUtils.EndsWith (value, "%>")) in IsDirective()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Djson.h26 this->name = StrUtils::copy(name); in nodes()
69 add(STRING, name)->sValue = StrUtils::copy(value); in add()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw13619.pp2 Math, StrUtils;
H A Dtw4540.pp7 StrUtils;
/dports/editors/cudatext/CudaText-1.151.0/emmet/demos/find_abbrev_lazarus/
H A Dunit1.pas9 StrUtils, Math;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DHttpHandlerAction.cs221 …result = matchExact.Length == origPathToMatch.Length && StrUtils.EndsWith (origPathToMatch, matchE… in PathMatches()
229 result = StrUtils.EndsWith (pathToMatch, endsWith, true); in PathMatches()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.HtmlControls/
H A DHtmlForm.cs248 if (StrUtils.StartsWith (file_path, appVPath, true)) in RenderAttributes()
250 } else if (StrUtils.StartsWith (current_path, appVPath, true)) in RenderAttributes()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/screen/
H A Dscreen_io.cpp69 …resume = GetLevelCategoryDir(m_main->GetLevelCategory()) + " " + StrUtils::ToString<int>(m_main->G… in IOReadName()
84 name = StrUtils::Format("%s - %s %d", line, resume.c_str(), m_main->GetLevelRank()); in IOReadName()
/dports/editors/picpas/PicPas-7940bc3/txpres/Demo6 - IDE con compilador a ASM8086/
H A Dglobales.pas10 SynEditTypes, StrUtils, lclType, syncompletion, Process, FileUtil,
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Denumslider.cpp75 return StrUtils::ToString<int>(GetVisibleValue()); in GetLabel()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/strutils/
H A Dtpadright.pp7 StrUtils;

12345678910>>...14