Home
last modified time | relevance | path

Searched refs:strEntry (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4ComponentHost.cpp33 char strEntry[_MAX_FNAME+1]; in Load() local
35 for (int iFilename = 0; SCopySegment(Filename.getData(), iFilename, strEntry, '|'); iFilename++) in Load()
42 strEntryWithLanguage.Format(strEntry, strCode); in Load()
50 if (!SSearch(strEntry, "%s")) break; in Load()
70 char strEntry[_MAX_FNAME+1]; in Load() local
72 for (int iFilename = 0; SCopySegment(Filename.getData(), iFilename, strEntry, '|'); iFilename++) in Load()
79 strEntryWithLanguage.Format(strEntry, strCode); in Load()
88 if (!SSearch(strEntry, "%s")) break; in Load()
H A DC4Language.cpp83 char strPackFilename[_MAX_FNAME + 1], strEntry[_MAX_FNAME + 1]; in Init() local
86 while (PackDirectory.FindNextEntry("*.ocg", strEntry)) in Init()
88 sprintf(strPackFilename, "%s" DirSep "%s", C4CFN_Languages, strEntry); in Init()
310 char strEntry[_MAX_FNAME + 1]; in LoadInfos() local
314 while (hGroup.FindNextEntry(C4CFN_Language, strEntry)) in LoadInfos()
318 if (!FindInfo(GetFilenameOnly(strEntry) + SLen(GetFilenameOnly(strEntry)) - 2)) in LoadInfos()
320 if (hGroup.LoadEntry(strEntry, &strTable, nullptr, 1)) in LoadInfos()
325 SCopy(GetFilenameOnly(strEntry) + SLen(GetFilenameOnly(strEntry)) - 2, pInfo->Code, 2); in LoadInfos()
401 char strEntry[_MAX_FNAME + 1]; in LoadStringTable() local
402 sprintf(strEntry, "Language%s.txt", strCode); // ...should use C4CFN_Language here in LoadStringTable()
[all …]
H A DC4Update.cpp118 char strEntry[_MAX_FNAME + 1] = ""; in C4Group_ApplyUpdate() local
123 while (hGroup.FindNextEntry("*", strEntry)) in C4Group_ApplyUpdate()
125 …if (!WildcardMatch("*.ocu", strEntry) && !WildcardMatch(C4CFN_UpdateCore, strEntry) && !WildcardMa… in C4Group_ApplyUpdate()
126 { strList += strEntry; strList += ";"; } in C4Group_ApplyUpdate()
131 for (int i = 0; SGetModule(strList.getData(), i, strEntry); i++) in C4Group_ApplyUpdate()
132 if (C4Group_IsGroup(strEntry)) in C4Group_ApplyUpdate()
134 printf("Exploding: %s\n", strEntry); in C4Group_ApplyUpdate()
135 if (!C4Group_ExplodeDirectory(strEntry)) in C4Group_ApplyUpdate()
144 char strEntry[_MAX_FNAME + 1] = ""; in C4Group_ApplyUpdate() local
147 while (hGroup.FindNextEntry("*.ocu", strEntry)) in C4Group_ApplyUpdate()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DPOUtils.cpp140 CStrEntry strEntry; in ParseEntry() local
145 if (FindLineStart (strPattern, strEntry.Pos)) in ParseEntry()
147 GetString(strEntry); in ParseEntry()
148 if (strEntry.Str.empty()) in ParseEntry()
150 m_Entry.msgStrPlural.push_back(strEntry); in ParseEntry()
254 void CPODocument::GetString(CStrEntry &strEntry) in GetString() argument
257 size_t startPos = strEntry.Pos; in GetString()
258 strEntry.Str.clear(); in GetString()
271 strEntry.Str.append(m_Entry.Content, startPos+1, nextLFPos-2-startPos); in GetString()
275 strEntry.Str = UnescapeString(strEntry.Str); in GetString()
H A DPOUtils.h136 void GetString(CStrEntry &strEntry);
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Events.Edir.EventData/
H A DEntryEventData.cs52 protected string strEntry; field in Novell.Directory.Ldap.Events.Edir.EventData.EntryEventData
57 return strEntry;
112 strEntry = in EntryEventData()
134 buf.AppendFormat("(Entry={0})", strEntry); in ToString()
H A DValueEventData.cs79 protected string strEntry; field in Novell.Directory.Ldap.Events.Edir.EventData.ValueEventData
84 return strEntry;
133 strEntry = in ValueEventData()
167 buf.AppendFormat("(Entry={0})", strEntry); in ToString()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Env/
H A DExpireEnvTest.pm619 foreach my $strEntry (sort(keys(%{$rhManifest})))
622 next if $strEntry eq ARCHIVE_INFO_FILE || $strEntry eq ARCHIVE_INFO_FILE . INI_COPY_EXT;
624 if ($rhManifest->{$strEntry}->{type} eq 'd')
626 … $strEntry = $self->{oHostBackup}->repoArchivePath($strEntry eq '.' ? undef : $strEntry);
629 $strManifest .= (defined($strManifest) ? "\n" : '') . "${strEntry}:\n";
630 $strPrefix = $strEntry;
635 $strManifest .= basename($strEntry) . "\n";
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxConfigPathChanger.cpp118 const ::wxString* strEntry; in init_type_wxConfigPathChanger() local
126 … sipUnused, "J8J1", sipType_wxConfigBase, &pContainer, sipType_wxString,&strEntry, &strEntryState)) in init_type_wxConfigPathChanger()
131 sipCpp = new ::wxConfigPathChanger(pContainer,*strEntry); in init_type_wxConfigPathChanger()
133 sipReleaseType(const_cast< ::wxString *>(strEntry),sipType_wxString,strEntryState); in init_type_wxConfigPathChanger()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dconfig.cpp229 const wxString& strEntry) in wxConfigPathChanger() argument
235 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
239 ((!strEntry.empty()) && strEntry[0] == wxCONFIG_PATH_SEPARATOR) ) in wxConfigPathChanger()
269 m_strName = strEntry.AfterLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
273 m_strName = strEntry; in wxConfigPathChanger()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dconfig.cpp229 const wxString& strEntry) in wxConfigPathChanger() argument
235 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
239 ((!strEntry.empty()) && strEntry[0] == wxCONFIG_PATH_SEPARATOR) ) in wxConfigPathChanger()
269 m_strName = strEntry.AfterLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
273 m_strName = strEntry; in wxConfigPathChanger()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dconfig.cpp229 const wxString& strEntry) in wxConfigPathChanger() argument
235 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
239 ((!strEntry.empty()) && strEntry[0] == wxCONFIG_PATH_SEPARATOR) ) in wxConfigPathChanger()
269 m_strName = strEntry.AfterLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
273 m_strName = strEntry; in wxConfigPathChanger()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dconfig.cpp229 const wxString& strEntry) in wxConfigPathChanger() argument
235 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
239 ((!strEntry.empty()) && strEntry[0] == wxCONFIG_PATH_SEPARATOR) ) in wxConfigPathChanger()
269 m_strName = strEntry.AfterLast(wxCONFIG_PATH_SEPARATOR); in wxConfigPathChanger()
273 m_strName = strEntry; in wxConfigPathChanger()
/dports/security/xml-security/xml-security-1_5_5/src/test/java/javax/xml/crypto/test/dsig/
H A DSignaturePropertiesTest.java69 String strEntry = "wrong type"; in testConstructor() local
70 list.add(strEntry); in testConstructor()
82 list.remove(strEntry); in testConstructor()
H A DSignaturePropertyTest.java65 String strEntry = "wrong type"; in testConstructor() local
66 list.add(strEntry); in testConstructor()
76 list.remove(strEntry); in testConstructor()
H A DXMLObjectTest.java58 String strEntry = "wrong type"; in testConstructor() local
59 list.add(strEntry); in testConstructor()
69 list.remove(strEntry); in testConstructor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DAutoWebProxyScriptEngine.cs128 …foreach (string strEntry in strProxyServer.Split (new char[] { ';' }, StringSplitOptions.RemoveEmp… in InitializeRegistryGlobalProxy()
129 if (strEntry.StartsWith ("http=")) { in InitializeRegistryGlobalProxy()
130 strHttpProxy = strEntry.Substring (5); in InitializeRegistryGlobalProxy()
/dports/sysutils/pflogx/pflogx/src/
H A DXmlFileWriter.cpp158 string strEntry="<log date=\"" + m_entryFormat.GetTime() + "\" " + in WriteEntry() local
170 return WriteString(strEntry); in WriteEntry()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dconfig.cpp287 const wxString& strEntry) in wxConfigPathChanger() argument
294 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR, &m_strName); in wxConfigPathChanger()
298 ((!strEntry.empty()) && strEntry[0] == wxCONFIG_PATH_SEPARATOR) ) in wxConfigPathChanger()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dconfig.cpp287 const wxString& strEntry) in wxConfigPathChanger() argument
294 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR, &m_strName); in wxConfigPathChanger()
298 ((!strEntry.empty()) && strEntry[0] == wxCONFIG_PATH_SEPARATOR) ) in wxConfigPathChanger()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dconfig.cpp344 const wxString& strEntry) in wxConfigPathChanger() argument
351 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR, &m_strName); in wxConfigPathChanger()
355 ((!strEntry.empty()) && strEntry[0] == wxCONFIG_PATH_SEPARATOR) ) in wxConfigPathChanger()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/utils/
H A Dutils.h49 static char *strEntry(int entry, const char *str, const char delim = ',');
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/utils/
H A Dutils.h49 static char *strEntry(int entry, const char *str, const char delim = ',');
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4GameScript.cpp1590 C4Value GetValByStdCompiler(const char *strEntry, const char *strSection, int iEntryNr, const T &rF… in GetValByStdCompiler() argument
1593 const char *szNames[2] = { strSection ? strSection : strEntry, strSection ? strEntry : nullptr }; in GetValByStdCompiler()
1609 static C4Value FnGetDefCoreVal(C4PropList * _this, C4String * strEntry, C4String * strSection, int … in FnGetDefCoreVal() argument
1614 return GetValByStdCompiler(FnStringPar(strEntry), strSection ? strSection->GetCStr() : nullptr, in FnGetDefCoreVal()
1618 static C4Value FnGetObjectVal(C4Object * _this, C4String * strEntry, C4String * strSection, int iEn… in FnGetObjectVal() argument
1622 …C4Value retval = GetValByStdCompiler(FnStringPar(strEntry), strSection ? strSection->GetCStr() : n… in FnGetObjectVal()
1640 return GetValByStdCompiler(FnStringPar(strEntry), strSection ? strSection->GetCStr() : nullptr, in FnGetObjectInfoCoreVal()
1644 static C4Value FnGetScenarioVal(C4PropList * _this, C4String * strEntry, C4String * strSection, int… in FnGetScenarioVal() argument
1646 return GetValByStdCompiler(FnStringPar(strEntry), strSection ? strSection->GetCStr() : nullptr, in FnGetScenarioVal()
1658 …C4Value retval = GetValByStdCompiler(FnStringPar(strEntry), strSection ? strSection->GetCStr() : n… in FnGetPlayerVal()
[all …]
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxwidgets/
H A Dwxbase_config.i174 wxConfigPathChanger(const wxConfigBase *pContainer, const wxString& strEntry);

123