Home
last modified time | relevance | path

Searched refs:getSection (Results 1 – 25 of 2996) sorted by relevance

12345678910>>...120

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/test/php/library/Icinga/File/Ini/
H A DIniParserTest.php84 $doc->getSection('section')->getDirective('key1')->getValue(),
89 $doc->getSection('section')->getDirective('key2')->getValue(),
94 $doc->getSection('section')->getDirective('key3')->getValue(),
109 $configObject->getSection('section')->get('key1'),
114 $configObject->getSection('section')->get('key2'),
119 $configObject->getSection('section')->get('key3'),
134 count(explode("\n", $doc->getSection('section')->getDirective('key1')->getValue())),
147 count(explode("\n", $doc->getSection('section')->get('key1'))),
164 $configObject->getSection('section')->get('key1'),
169 $configObject->getSection('section')->get('key2'),
/dports/misc/sword/sword-1.8.1/src/mgr/
H A Dswlocale.cpp72 confEntry = localeSource->getSection("Meta").find("Name"); in SWLocale()
73 if (confEntry != localeSource->getSection("Meta").end()) in SWLocale()
76 confEntry = localeSource->getSection("Meta").find("Description"); in SWLocale()
77 if (confEntry != localeSource->getSection("Meta").end()) in SWLocale()
80 confEntry = localeSource->getSection("Meta").find("Encoding"); //Either empty (==Latin1) or UTF-8 in SWLocale()
81 if (confEntry != localeSource->getSection("Meta").end()) in SWLocale()
113 confEntry = localeSource->getSection("Text").find(text); in translate()
114 if (confEntry == localeSource->getSection("Text").end()) in translate()
172 ConfigEntMap::iterator it = localeSource->getSection("Book Abbrevs").begin(); in getBookAbbrevs()
173 ConfigEntMap::iterator end = localeSource->getSection("Book Abbrevs").end(); in getBookAbbrevs()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DCfgParser.cc124 if (entry->getSection()) { in addEntry()
126 entry->getSection()->getValue().c_str()); in addEntry()
136 && (! entry_search->getSection() in addEntry()
212 if ((*it)->getSection() && *(*it) == name.c_str() in findSection()
214 return (*it)->getSection(); in findSection()
256 if ((*it)->getSection()) { in print()
257 (*it)->getSection()->print(level + 1); in print()
276 if (from->getSection()) { in copyTreeInto()
280 _section = new Entry(*(from->getSection())); in copyTreeInto()
288 if ((*it)->getSection()) { in copyTreeInto()
[all …]
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dini-file.cpp230 Section *s = getSection(section); in addSection()
251 const Section *s = getSection(section); in hasSection()
259 Section *os = getSection(oldName); in renameSection()
260 const Section *ns = getSection(newName); in renameSection()
281 const Section *s = getSection(section); in hasKey()
291 Section *s = getSection(section); in removeKey()
300 const Section *s = getSection(section); in getKey()
316 Section *s = getSection(section); in setKey()
333 const Section *s = getSection(section); in getKeys()
338 INIFile::Section *INIFile::getSection(const String &section) { in getSection() function in Common::INIFile
[all …]
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dregfile.cpp198 NamedList* sect = s_cfg.getSection(username); in received()
252 NamedList* nl = s_accounts.getSection(i); in received()
272 params = s_cfg.getSection(user); in received()
294 if (s_cfg.getSection(username)) { in received()
310 NamedList* n = s_accounts.getSection(*s); in received()
359 NamedList* sec = s_accounts.getSection(i); in received()
379 if (s_cfg.getSection("general") || !s_cfg.getSection(0)) in received()
389 NamedList* ac = s_accounts.getSection(i); in received()
473 NamedList* nl = s_cfg.getSection(i); in populate()
501 NamedList* nl = s_accounts.getSection(i); in populate()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Menu/
H A DMenuServiceTest.php67 $root = $menu->getSection('default')->getItem('root');
76 $this->assertEquals(1, count($menu->getSection('default')->getItems()));
99 $this->assertEquals(1, count($menu->getSection('default')->getItems()));
101 $root = $menu->getSection('default')->getItem('root');
129 $this->assertEquals(1, count($menu->getSection('default')->getItems()));
131 $root = $menu->getSection('default')->getItem('root');
178 $root = $menu->getSection('menu1')->getItem('menu1:root');
181 $root = $menu->getSection('menu2')->getItem('menu2:root');
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/Kernel/
H A DSectionStorageTestBase.php79 $this->assertInstanceOf(Section::class, $this->sectionStorage->getSection(0));
88 $this->sectionStorage->getSection(2);
184 …$this->assertSame(['setting_1' => 'Default'], $this->sectionStorage->getSection(0)->getLayoutSetti…
187 $new_section_storage->getSection(0)->setLayoutSettings(['asdf' => 'qwer']);
188 …$this->assertSame(['setting_1' => 'Default'], $this->sectionStorage->getSection(0)->getLayoutSetti…
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/Kernel/
H A DSectionStorageTestBase.php77 $this->assertInstanceOf(Section::class, $this->sectionStorage->getSection(0));
86 $this->sectionStorage->getSection(2);
182 …$this->assertSame(['setting_1' => 'Default'], $this->sectionStorage->getSection(0)->getLayoutSetti…
185 $new_section_storage->getSection(0)->setLayoutSettings(['asdf' => 'qwer']);
186 …$this->assertSame(['setting_1' => 'Default'], $this->sectionStorage->getSection(0)->getLayoutSetti…
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dini-file.cpp239 Section *s = getSection(section); in addSection()
268 const Section *s = getSection(section); in hasSection()
283 Section *os = getSection(oldName); in renameSection()
284 const Section *ns = getSection(newName); in renameSection()
312 const Section *s = getSection(section); in hasKey()
329 Section *s = getSection(section); in removeKey()
344 const Section *s = getSection(section); in getKey()
368 Section *s = getSection(section); in setKey()
385 const Section *s = getSection(section); in getKeys()
390 INIFile::Section *INIFile::getSection(const String &section) { in getSection() function in Common::INIFile
[all …]
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dini-file.cpp241 Section *s = getSection(section); in addSection()
270 const Section *s = getSection(section); in hasSection()
285 Section *os = getSection(oldName); in renameSection()
286 const Section *ns = getSection(newName); in renameSection()
317 const Section *s = getSection(section); in hasKey()
334 Section *s = getSection(section); in removeKey()
349 const Section *s = getSection(section); in getKey()
373 Section *s = getSection(section); in setKey()
390 const Section *s = getSection(section); in getKeys()
395 INIFile::Section *INIFile::getSection(const String &section) { in getSection() function in Common::INIFile
[all …]
/dports/www/matomo/piwik/core/Container/
H A DIniConfigDefinitionSource.php56 $section = $this->getSection($sectionName);
77 $value = new ValueDefinition($this->getSection($section));
98 private function getSection($sectionName) function in Piwik\\Container\\IniConfigDefinitionSource
100 $section = $this->config->getSection($sectionName);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DELFWriter.h154 ELFSection &getSection(const std::string &Name, unsigned Type,
170 return getSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0, 1); in getNonExecStackSection()
174 return getSection(".symtab", ELF::SHT_SYMTAB, 0); in getSymbolTableSection()
178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1); in getStringTableSection()
182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1); in getSectionHeaderStringTableSection()
186 return getSection("", ELF::SHT_NULL, 0); in getNullSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h526 return getSection(Sec)->sh_flags; in getSectionFlags()
531 return getSection(Sec)->sh_type; in getSectionType()
536 return getSection(Sec)->sh_offset; in getSectionOffset()
769 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
780 return getSection(Sec)->sh_addr; in getSectionAddress()
791 return getSection(Sec) - First; in getSectionIndex()
796 return getSection(Sec)->sh_size; in getSectionSize()
802 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
815 return getSection(Sec)->sh_addralign; in getSectionAlignment()
830 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Object/
H A DELFObjectFile.h487 return getSection(Sec)->sh_flags; in getSectionFlags()
492 return getSection(Sec)->sh_type; in getSectionType()
497 return getSection(Sec)->sh_offset; in getSectionOffset()
711 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
722 return getSection(Sec)->sh_addr; in getSectionAddress()
733 return getSection(Sec) - First; in getSectionIndex()
738 return getSection(Sec)->sh_size; in getSectionSize()
744 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
757 return getSection(Sec)->sh_addralign; in getSectionAlignment()
772 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Object/
H A DELFObjectFile.h484 return getSection(Sec)->sh_flags; in getSectionFlags()
489 return getSection(Sec)->sh_type; in getSectionType()
494 return getSection(Sec)->sh_offset; in getSectionOffset()
692 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
703 return getSection(Sec)->sh_addr; in getSectionAddress()
714 return getSection(Sec) - First; in getSectionIndex()
719 return getSection(Sec)->sh_size; in getSectionSize()
725 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
738 return getSection(Sec)->sh_addralign; in getSectionAlignment()
753 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Object/
H A DELFObjectFile.h487 return getSection(Sec)->sh_flags; in getSectionFlags()
492 return getSection(Sec)->sh_type; in getSectionType()
497 return getSection(Sec)->sh_offset; in getSectionOffset()
711 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
722 return getSection(Sec)->sh_addr; in getSectionAddress()
733 return getSection(Sec) - First; in getSectionIndex()
738 return getSection(Sec)->sh_size; in getSectionSize()
744 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
757 return getSection(Sec)->sh_addralign; in getSectionAlignment()
772 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h484 return getSection(Sec)->sh_flags; in getSectionFlags()
489 return getSection(Sec)->sh_type; in getSectionType()
494 return getSection(Sec)->sh_offset; in getSectionOffset()
692 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
703 return getSection(Sec)->sh_addr; in getSectionAddress()
714 return getSection(Sec) - First; in getSectionIndex()
719 return getSection(Sec)->sh_size; in getSectionSize()
725 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
738 return getSection(Sec)->sh_addralign; in getSectionAlignment()
753 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h484 return getSection(Sec)->sh_flags; in getSectionFlags()
489 return getSection(Sec)->sh_type; in getSectionType()
494 return getSection(Sec)->sh_offset; in getSectionOffset()
692 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
703 return getSection(Sec)->sh_addr; in getSectionAddress()
714 return getSection(Sec) - First; in getSectionIndex()
719 return getSection(Sec)->sh_size; in getSectionSize()
725 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
738 return getSection(Sec)->sh_addralign; in getSectionAlignment()
753 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Object/
H A DELFObjectFile.h477 return getSection(Sec)->sh_flags; in getSectionFlags()
482 return getSection(Sec)->sh_type; in getSectionType()
487 return getSection(Sec)->sh_offset; in getSectionOffset()
685 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
696 return getSection(Sec)->sh_addr; in getSectionAddress()
707 return getSection(Sec) - First; in getSectionIndex()
712 return getSection(Sec)->sh_size; in getSectionSize()
718 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
729 return getSection(Sec)->sh_addralign; in getSectionAlignment()
744 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DELFObjectFile.h449 return getSection(Sec)->sh_flags;
454 return getSection(Sec)->sh_type;
459 return getSection(Sec)->sh_offset;
652 const Elf_Shdr *ESec = getSection(Sec);
668 return getSection(Sec)->sh_addr;
679 return getSection(Sec) - First;
684 return getSection(Sec)->sh_size;
691 const Elf_Shdr *EShdr = getSection(Sec);
702 return getSection(Sec)->sh_addralign;
717 const Elf_Shdr *EShdr = getSection(Sec);
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/Object/
H A DELFObjectFile.h484 return getSection(Sec)->sh_flags; in getSectionFlags()
489 return getSection(Sec)->sh_type; in getSectionType()
494 return getSection(Sec)->sh_offset; in getSectionOffset()
692 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
703 return getSection(Sec)->sh_addr; in getSectionAddress()
714 return getSection(Sec) - First; in getSectionIndex()
719 return getSection(Sec)->sh_size; in getSectionSize()
725 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
738 return getSection(Sec)->sh_addralign; in getSectionAlignment()
753 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/
H A DFloatSetting.java27 return settings.getSection(mFile, mSection).exists(mKey); in isOverridden()
47 return settings.getSection(mFile, mSection).delete(mKey); in delete()
60 return settings.getSection(mFile, mSection).getFloat(mKey, mDefaultValue); in getFloat()
73 settings.getSection(mFile, mSection).setFloat(mKey, newValue); in setFloat()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Object/
H A DELFObjectFile.h444 return getSection(Sec)->sh_flags; in getSectionFlags()
449 return getSection(Sec)->sh_type; in getSectionType()
454 return getSection(Sec)->sh_offset; in getSectionOffset()
647 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
663 return getSection(Sec)->sh_addr; in getSectionAddress()
674 return getSection(Sec) - First; in getSectionIndex()
679 return getSection(Sec)->sh_size; in getSectionSize()
686 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
697 return getSection(Sec)->sh_addralign; in getSectionAlignment()
712 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Object/
H A DELFObjectFile.h242 return *EF.getSection(Rel.d.a); in getRelSection()
367 return getSection(Sec)->sh_flags; in getSectionFlags()
372 return getSection(Sec)->sh_type; in getSectionType()
540 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext()
556 return getSection(Sec)->sh_addr; in getSectionAddress()
561 return getSection(Sec)->sh_size; in getSectionSize()
568 const Elf_Shdr *EShdr = getSection(Sec); in getSectionContents()
575 return getSection(Sec)->sh_addralign; in getSectionAlignment()
585 const Elf_Shdr *EShdr = getSection(Sec); in isSectionData()
592 const Elf_Shdr *EShdr = getSection(Sec); in isSectionBSS()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DDependenciesPage.java67 …importPackageSection.getSection().descriptionVerticalSpacing = requiresSection.getSection().getTex… in createFormContent()
77 …matchSection.getSection().descriptionVerticalSpacing = requiresSection.getSection().getTextClientH… in createFormContent()
81 section.getSection().setLayoutData(gd); in createFormContent()

12345678910>>...120