Home
last modified time | relevance | path

Searched refs:m_SectionName (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/log/src/setup/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/setup/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/setup/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/setup/
H A Dsettings_parser.cpp60 std::string m_SectionName;
163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale);
167 if (m_SectionName.compare(0, 5, "Sink:") == 0)
168 m_SectionName = "Sinks." + m_SectionName.substr(5);
174 if (m_SectionName.empty())
200 m_Settings[m_SectionName][m_ParameterName] = value;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dhotkey_store.cpp140 currentSection->m_SectionName = GetSectionName( entryAction ); in Init()
156 currentSection->m_SectionName = _( "Gestures" ); in Init()
218 if( !( section.m_SectionName == sectionName || section.m_SectionName == commonName ) ) in CheckKeyConflicts()
/dports/games/wop/wop-0.4.3/src/
H A Dmapstuffset.cpp33 const char* const MapStuffSet::m_SectionName = "MapStuffSet"; member in MapStuffSet
126 settings.restrictToSection( m_SectionName ); in loadMapStuffSettings()
H A Dmapstuffset.hpp125 static const char* const m_SectionName; member in MapStuffSet
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Drpcgen.cpp139 : m_Generator(generator), m_SectionName(section_name), in CClientPseudoDataType()
148 s_SplitName(generator.GetConfig().Get(m_SectionName, "request"), in CClientPseudoDataType()
150 s_SplitName(generator.GetConfig().Get(m_SectionName, "reply"), in CClientPseudoDataType()
209 const string& sect_name = m_Source.m_SectionName; in GenerateClassCode()
H A Drpcgen.hpp63 string m_SectionName; member in CClientPseudoDataType
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Drpcgen.cpp139 : m_Generator(generator), m_SectionName(section_name), in CClientPseudoDataType()
148 s_SplitName(generator.GetConfig().Get(m_SectionName, "request"), in CClientPseudoDataType()
150 s_SplitName(generator.GetConfig().Get(m_SectionName, "reply"), in CClientPseudoDataType()
209 const string& sect_name = m_Source.m_SectionName; in GenerateClassCode()
H A Drpcgen.hpp63 string m_SectionName; member in CClientPseudoDataType
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dhotkey_store.h53 wxString m_SectionName; // The displayed, translated, name of the section member
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dwcm-config.cpp973 clConfigHelper() : m_SectionName( "" ) {} in clConfigHelper()
977 m_SectionName = SectionName; in SetSectionName()
981 const char* m_SectionName; member in clConfigHelper
1003 RegWriteString( m_SectionName, Buf, Data ); in Write()
1005 m_Hash.SetStrValue( m_SectionName, Buf, Data ); in Write()
1013 RegWriteInt( m_SectionName, Buf, ( int )Data ); in WriteBool()
1015 m_Hash.SetBoolValue( m_SectionName, Buf, Data ); in WriteBool()
1023 RegWriteInt( m_SectionName, Buf, Data ); in WriteInt()
1025 m_Hash.SetIntValue( m_SectionName, Buf, Data ); in WriteInt()
1049 std::string Result = RegReadString( m_SectionName, Buf, "" ); in Read()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpsection.hxx137 LwpAtomHolder m_SectionName; member in LwpIndexSection
H A Dlwpsection.cxx131 m_SectionName.Read(m_pObjStrm.get()); in Read()
H A Dlwptoc.hxx129 LwpAtomHolder m_SectionName; /* for currentsection */ member in LwpTocSuperLayout
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpsection.hxx133 LwpAtomHolder m_SectionName; member in LwpIndexSection
H A Dlwpsection.cxx139 m_SectionName.Read(m_pObjStrm.get()); in Read()
H A Dlwptoc.hxx124 LwpAtomHolder m_SectionName; /* for currentsection */ member in LwpTocSuperLayout
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialogs/
H A Dpanel_hotkeys_editor.cpp242 stream << wxT( "=== " ) << section.m_SectionName << endl << endl; in dumpHotkeys()

12