Searched refs:sections (Results 1 – 10 of 10) sorted by relevance
62 List<Section> sections = new ArrayList<>(); in readAllSections() local65 sections.add(section); in readAllSections()67 return sections; in readAllSections()
5 This following sections provide in-depth information on the different commands available.
6 This following sections provide in-depth information on the API.
36 // command line should be broken down into these logical sections here.37 repeated CommandLineSection sections = 2; field
69 // Major sections
181 bad_sections = set(config.sections()) - self.VALID_SECTIONS
466 fun `Merge Multiple sections`() { in Merge Multiple sections()
69 …sections of that work are not derived from the Library, and can be reasonably considered independe…
610 Pair<ManifestParser.Section, Map<String, ManifestParser.Section>> sections = in initWith() local613 for (Map.Entry<String, ManifestParser.Section> entry : sections.getSecond().entrySet()) { in initWith()
219 Merge Multiple sections[turbine]