Home
last modified time | relevance | path

Searched refs:sectionRoot (Results 1 – 20 of 20) sorted by relevance

/dports/games/dunelegacy/dunelegacy-0.96.4/src/FileClasses/
H A DINIFile.cpp329 sectionRoot = nullptr; in INIFile()
352 sectionRoot = nullptr; in INIFile()
392 delete sectionRoot; in ~INIFile()
436 if(curSection == sectionRoot) { in removeSection()
489 if(sectionRoot == curSection) { in clearSection()
772 return SectionIterator(sectionRoot); in begin()
877 Section* curSection = sectionRoot; in readfile()
1041 if(sectionRoot == nullptr) { in insertSection()
1043 sectionRoot = newSection; in insertSection()
1046 Section* curSection = sectionRoot; in insertSection()
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/Config/Section/
H A DArguments.oh36 …ssElements(Config_Section_Arguments__Section s, Config_Parser__Element sectionRoot, XML_Locator__E…
38 …sElements)(Config_Section_Arguments__Section s, Config_Parser__Element sectionRoot, XML_Locator__E…
H A DOptions.oh55 …ile Config_Section_Options__Section s, volatile Config_Parser__Element sectionRoot, volatile XML_L…
57 …essElements)(Config_Section_Options__Section s, Config_Parser__Element sectionRoot, XML_Locator__E…
H A DArguments.c94 …ssElements(Config_Section_Arguments__Section s, Config_Parser__Element sectionRoot, XML_Locator__E… in Config_Section_Arguments__SectionDesc_ProcessElements() argument
118 i0 = (OOC_INT64)sectionRoot; in Config_Section_Arguments__SectionDesc_ProcessElements()
H A DOptions.c268 …ile Config_Section_Options__Section s, volatile Config_Parser__Element sectionRoot, volatile XML_L… in Config_Section_Options__SectionDesc_ProcessElements() argument
318 i0 = (OOC_INT64)sectionRoot; in Config_Section_Options__SectionDesc_ProcessElements()
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/Config/
H A DSection.oh36 …Desc_ProcessElements(Config_Section__Section s, Config_Parser__Element sectionRoot, XML_Locator__E…
38 …esc_ProcessElements)(Config_Section__Section s, Config_Parser__Element sectionRoot, XML_Locator__E…
H A DSection.c48 …Desc_ProcessElements(Config_Section__Section s, Config_Parser__Element sectionRoot, XML_Locator__E… in Config_Section__SectionDesc_ProcessElements() argument
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/Config/
H A DRepositories.oh45 …essElements(OOC_Config_Repositories__Section s, Config_Parser__Element sectionRoot, XML_Locator__E…
47 …ssElements)(OOC_Config_Repositories__Section s, Config_Parser__Element sectionRoot, XML_Locator__E…
H A DRepositories.c84 …essElements(OOC_Config_Repositories__Section s, Config_Parser__Element sectionRoot, XML_Locator__E… in OOC_Config_Repositories__SectionDesc_ProcessElements() argument
106 i0 = (OOC_INT64)sectionRoot; in OOC_Config_Repositories__SectionDesc_ProcessElements()
/dports/www/moodle310/moodle/message/amd/build/
H A Dmessage_drawer_view_overview.min.js.map1sectionRoot","isVisible","sort","a","b","aTotal","aUnread","bTotal","bUnread","button","find","cli…
H A Dmessage_drawer_view_contacts.min.js.map1sectionRoot","hasClass","decrementContactRequestCount","countContainer","count","parseInt","text",…
/dports/www/moodle311/moodle/message/amd/build/
H A Dmessage_drawer_view_overview.min.js.map1sectionRoot","isVisible","sort","a","b","aTotal","aUnread","bTotal","bUnread","button","find","cli…
H A Dmessage_drawer_view_contacts.min.js.map1sectionRoot","hasClass","decrementContactRequestCount","countContainer","count","parseInt","text",…
/dports/www/moodle39/moodle/message/amd/build/
H A Dmessage_drawer_view_overview.min.js.map1sectionRoot","isVisible","sort","a","b","aTotal","aUnread","bTotal","bUnread","button","find","cli…
H A Dmessage_drawer_view_contacts.min.js.map1sectionRoot","hasClass","decrementContactRequestCount","countContainer","count","parseInt","text",…
/dports/lang/oo2c/oo2c_64-2.1.11/src/Config/Section/
H A DArguments.Mod84 PROCEDURE (s: Section) ProcessElements* (sectionRoot: Parser.Element;
100 node := sectionRoot. content;
H A DOptions.Mod187 PROCEDURE (s: Section) ProcessElements* (sectionRoot: Parser.Element;
216 node := sectionRoot. content;
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/Config/
H A DRepositories.Mod119 PROCEDURE (s: Section) ProcessElements* (sectionRoot: Parser.Element;
133 node := sectionRoot. content;
/dports/lang/oo2c/oo2c_64-2.1.11/src/Config/
H A DSection.Mod64 (sectionRoot: Parser.Element;
/dports/games/dunelegacy/dunelegacy-0.96.4/include/FileClasses/
H A DINIFile.h264 Section* sectionRoot; variable