Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/dports/deskutils/libcprime/libcprime-a5d026eb116d714d1d5312210f914d0a0d4adb2d/cprime/
H A Dpinmanage.cpp57 QStringList PinManage::getPinNames(const QString &sectionName) in getPinNames()
65 void PinManage::addSection(const QString &sectionName) in addSection()
72 void PinManage::addPin(const QString &sectionName, const QString &pinName, const QString &pinpath) in addPin()
79 void PinManage::delSection(const QString &sectionName) in delSection()
91 void PinManage::editPin(const QString &sectionName, const QString &pinName, const QString &pinpath) in editPin()
97 const QString &sectionName, const QString &pinName, const QString &pinValue) in changeAll()
103 QString PinManage::pinPath(const QString &sectionName, const QString &pinName) in pinPath()
109 QString PinManage::piningTime(const QString &sectionName, const QString &pinName) in piningTime()
115 QString PinManage::checkingPinName(const QString &sectionName, const QString &pinName) in checkingPinName()
148 QString PinManage::pinValues(const QString &sectionName, const QString &pinName) const in pinValues() argument
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/
H A DIniFile.java78 public native Section getOrCreateSection(String sectionName); in getOrCreateSection()
80 public native boolean exists(String sectionName); in exists()
82 public native boolean exists(String sectionName, String key); in exists()
84 public native boolean deleteSection(String sectionName); in deleteSection()
86 public native boolean deleteKey(String sectionName, String key); in deleteKey()
92 public native int getInt(String sectionName, String key, int defaultValue); in getInt()
94 public native float getFloat(String sectionName, String key, float defaultValue); in getFloat()
96 public native void setString(String sectionName, String key, String newValue); in setString()
98 public native void setBoolean(String sectionName, String key, boolean newValue); in setBoolean()
100 public native void setInt(String sectionName, String key, int newValue); in setInt()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Data/Format/
H A DIniFile.h96 void Set(const char* sectionName, const char* key, const char* newValue) { in Set()
99 void Set(const char* sectionName, const char* key, const std::string& newValue) { in Set()
102 void Set(const char* sectionName, const char* key, int newValue) { in Set()
105 void Set(const char* sectionName, const char* key, uint32_t newValue) { in Set()
108 void Set(const char* sectionName, const char* key, uint64_t newValue) { in Set()
111 void Set(const char* sectionName, const char* key, bool newValue) { in Set()
114 void Set(const char* sectionName, const char* key, const std::vector<std::string>& newValues) { in Set()
126 template<typename T> bool GetIfExists(const char* sectionName, const char* key, T value) in GetIfExists()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Data/Format/
H A DIniFile.h96 void Set(const char* sectionName, const char* key, const char* newValue) { in Set()
99 void Set(const char* sectionName, const char* key, const std::string& newValue) { in Set()
102 void Set(const char* sectionName, const char* key, int newValue) { in Set()
105 void Set(const char* sectionName, const char* key, uint32_t newValue) { in Set()
108 void Set(const char* sectionName, const char* key, uint64_t newValue) { in Set()
111 void Set(const char* sectionName, const char* key, bool newValue) { in Set()
114 void Set(const char* sectionName, const char* key, const std::vector<std::string>& newValues) { in Set()
126 template<typename T> bool GetIfExists(const char* sectionName, const char* key, T value) in GetIfExists()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Data/Format/
H A DIniFile.h96 void Set(const char* sectionName, const char* key, const char* newValue) { in Set()
99 void Set(const char* sectionName, const char* key, const std::string& newValue) { in Set()
102 void Set(const char* sectionName, const char* key, int newValue) { in Set()
105 void Set(const char* sectionName, const char* key, uint32_t newValue) { in Set()
108 void Set(const char* sectionName, const char* key, uint64_t newValue) { in Set()
111 void Set(const char* sectionName, const char* key, bool newValue) { in Set()
114 void Set(const char* sectionName, const char* key, const std::vector<std::string>& newValues) { in Set()
126 template<typename T> bool GetIfExists(const char* sectionName, const char* key, T value) in GetIfExists()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DConfigurationSettings.cs59 public static object GetConfig (string sectionName) in GetConfig()
116 public object GetConfig (string sectionName) in GetConfig()
192 public SectionData (string sectionName, string typeName, in SectionData()
291 object GetHandler (string sectionName) in GetHandler()
311 object CreateNewHandler (string sectionName, SectionData section) in CreateNewHandler()
351 XmlDocument GetDocumentForSection (string sectionName) in GetDocumentForSection()
370 object GetConfigInternal (string sectionName) in GetConfigInternal()
388 object GetConfigInternal (string sectionName) in GetConfigInternal()
393 public object GetConfig (string sectionName) in GetConfig()
459 private void ReadSection (XmlTextReader reader, string sectionName) in ReadSection()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/tools/jarsigner/
H A DEmptyIndividualSectionName.java68 Manifest test(String sectionName, String signOpts) throws Exception { in test()
99 String sectionName = "X"; in testNameNotEmpty() local
116 String sectionName = ""; in testNameEmpty() local
126 String sectionName = ""; in testNameEmptyTrusted() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/tools/jarsigner/
H A DEmptyIndividualSectionName.java68 Manifest test(String sectionName, String signOpts) throws Exception { in test()
99 String sectionName = "X"; in testNameNotEmpty() local
116 String sectionName = ""; in testNameEmpty() local
126 String sectionName = ""; in testNameEmptyTrusted() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/tools/jarsigner/
H A DEmptyIndividualSectionName.java68 Manifest test(String sectionName, String signOpts) throws Exception { in test()
99 String sectionName = "X"; in testNameNotEmpty() local
116 String sectionName = ""; in testNameEmpty() local
126 String sectionName = ""; in testNameEmptyTrusted() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/tools/jarsigner/
H A DEmptyIndividualSectionName.java68 Manifest test(String sectionName, String signOpts) throws Exception { in test()
99 String sectionName = "X"; in testNameNotEmpty() local
116 String sectionName = ""; in testNameEmpty() local
126 String sectionName = ""; in testNameEmptyTrusted() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/tools/jarsigner/
H A DEmptyIndividualSectionName.java68 Manifest test(String sectionName, String signOpts) throws Exception { in test()
99 String sectionName = "X"; in testNameNotEmpty() local
116 String sectionName = ""; in testNameEmpty() local
126 String sectionName = ""; in testNameEmptyTrusted() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DClientSettingsStore.cs36 …private ClientSettingsSection GetConfigSection(Configuration config, string sectionName, bool decl… in GetConfigSection()
58 private void DeclareSection(Configuration config, string sectionName) in DeclareSection()
86 internal IDictionary ReadSettings(string sectionName, bool isUserScoped) in ReadSettings()
110 …internal static IDictionary ReadSettingsFromFile(string configFileName, string sectionName, bool i… in ReadSettingsFromFile()
155 internal void RevertToParent(string sectionName, bool isRoaming) in RevertToParent()
173 internal void WriteSettings(string sectionName, bool isRoaming, IDictionary newSettings) in WriteSettings()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/VSSolution/
H A Dsolution_parsing.cmake26 set(sectionName "") variable
30 set(sectionName "${CMAKE_MATCH_1}") variable
38 set(sectionName "") variable
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/VSSolution/
H A Dsolution_parsing.cmake26 set(sectionName "") variable
30 set(sectionName "${CMAKE_MATCH_1}") variable
38 set(sectionName "") variable
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/VSSolution/
H A Dsolution_parsing.cmake26 set(sectionName "") variable
30 set(sectionName "${CMAKE_MATCH_1}") variable
38 set(sectionName "") variable
/dports/x11/xman/xman-1.1.5/
H A Dvendor.c36 typedef struct sectionName { struct
37 const char *name;
38 const char *suffix;
/dports/www/nextcloud/nextcloud/apps-pkg/settings/templates/settings/
H A Dframe.php41 $sectionName = $form['section-name']; variable
68 $sectionName = $form['section-name']; variable
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DTraceUtil.java35 public static void beginSection(String sectionName) { in beginSection()
53 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DTraceUtil.java35 public static void beginSection(String sectionName) { in beginSection()
53 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/util/
H A DTraceUtil.java35 public static void beginSection(String sectionName) { in beginSection()
53 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DTraceUtil.java35 public static void beginSection(String sectionName) { in beginSection()
53 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DTraceUtil.java35 public static void beginSection(String sectionName) { in beginSection()
53 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/dports/deskutils/syncthingtray/c++utilities/io/
H A Dinifile.h122 …e AdvancedIniFile::SectionList::iterator AdvancedIniFile::findSection(std::string_view sectionName) in findSection()
130 …iFile::SectionList::const_iterator AdvancedIniFile::findSection(std::string_view sectionName) const in findSection()
138 …t::iterator AdvancedIniFile::findSection(SectionList::iterator after, std::string_view sectionName) in findSection()
146 …rator AdvancedIniFile::findSection(SectionList::iterator after, std::string_view sectionName) const in findSection()
170 …ancedIniFile::FieldList::iterator> AdvancedIniFile::findField(std::string_view sectionName, std::s… in findField()
186 …niFile::FieldList::const_iterator> AdvancedIniFile::findField(std::string_view sectionName, std::s… in findField()
/dports/emulators/mgba/mgba-0.9.2/src/core/
H A Dinput.c32 const char* sectionName; member
41 static void _makeSectionName(const char* platform, char* sectionName, size_t len, uint32_t type) { in _makeSectionName()
235 const char* sectionName = user->sectionName; in _saveAxis() local
582 char sectionName[SECTION_NAME_MAX]; in mInputMapLoad() local
588 char sectionName[SECTION_NAME_MAX]; in mInputMapSave() local
594 char sectionName[SECTION_NAME_MAX]; in mInputProfileLoad() local
601 char sectionName[SECTION_NAME_MAX]; in mInputProfileSave() local
608 char sectionName[SECTION_NAME_MAX]; in mInputGetPreferredDevice() local
617 char sectionName[SECTION_NAME_MAX]; in mInputSetPreferredDevice() local
626 char sectionName[SECTION_NAME_MAX]; in mInputGetCustomValue() local
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/core/
H A Dinput.c32 const char* sectionName; member
41 static void _makeSectionName(const char* platform, char* sectionName, size_t len, uint32_t type) { in _makeSectionName()
235 const char* sectionName = user->sectionName; in _saveAxis() local
578 char sectionName[SECTION_NAME_MAX]; in mInputMapLoad() local
584 char sectionName[SECTION_NAME_MAX]; in mInputMapSave() local
590 char sectionName[SECTION_NAME_MAX]; in mInputProfileLoad() local
597 char sectionName[SECTION_NAME_MAX]; in mInputProfileSave() local
604 char sectionName[SECTION_NAME_MAX]; in mInputGetPreferredDevice() local
613 char sectionName[SECTION_NAME_MAX]; in mInputSetPreferredDevice() local
622 char sectionName[SECTION_NAME_MAX]; in mInputGetCustomValue() local
[all …]

12345678910>>...38