Home
last modified time | relevance | path

Searched refs:addSection (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DSection.java366 return addSection(indentation, title, numberDepth + 1); in addSection()
376 public Section addSection(Paragraph title, int numberDepth) { in addSection() method in Section
377 return addSection(0, title, numberDepth); in addSection()
395 public Section addSection(Paragraph title) { in addSection() method in Section
396 return addSection(0, title, numberDepth + 1); in addSection()
418 public Section addSection(String title, int numberDepth) { in addSection() method in Section
419 return addSection(new Paragraph(title), numberDepth); in addSection()
429 public Section addSection(float indentation, String title) { in addSection() method in Section
430 return addSection(indentation, new Paragraph(title)); in addSection()
439 public Section addSection(String title) { in addSection() method in Section
[all …]
H A DChapterAutoNumber.java91 public Section addSection(final String title) { in addSection() method in ChapterAutoNumber
95 return addSection(title, 2); in addSection()
104 public Section addSection(final Paragraph title) { in addSection() method in ChapterAutoNumber
108 return addSection(title, 2); in addSection()
H A DMarkedSection.java145 public MarkedSection addSection(float indentation, int numberDepth) { in addSection() method in MarkedSection
158 public MarkedSection addSection(float indentation) { in addSection() method in MarkedSection
170 public MarkedSection addSection(int numberDepth) { in addSection() method in MarkedSection
181 public MarkedSection addSection() { in addSection() method in MarkedSection
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dpreferencesdialog.cpp79 addSection( page_general ); in PreferencesDialog()
82 addSection( page_drives ); in PreferencesDialog()
88 addSection( page_subtitles ); in PreferencesDialog()
91 addSection( page_interface ); in PreferencesDialog()
94 addSection( page_input ); in PreferencesDialog()
97 addSection( page_playlist ); in PreferencesDialog()
101 addSection( page_tv ); in PreferencesDialog()
106 addSection(page_associations); in PreferencesDialog()
110 addSection( page_updates ); in PreferencesDialog()
113 addSection( page_network ); in PreferencesDialog()
[all …]
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenqtsettings.cpp798 _css.addSection( in generateGtkColors()
808 _css.addSection( in generateGtkColors()
843 _css.addSection( "*:hover" ); in generateGtkColors()
850 _css.addSection( in generateGtkColors()
863 _css.addSection( in generateGtkColors()
873 _css.addSection( in generateGtkColors()
882 _css.addSection( in generateGtkColors()
912 _css.addSection( in generateGtkColors()
918 _css.addSection( in generateGtkColors()
962 _css.addSection( ".info" ); in generateGtkColors()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/tests/
H A Drepeatingsection.cpp70 …auto sec = options.addSection(RepeatingOptionSection<SectionData>("section").storeVector(&values)); in TEST()
86 …auto sec = options.addSection(RepeatingOptionSection<SectionData>("section").storeVector(&values)); in TEST()
102 …auto sec = options.addSection(RepeatingOptionSection<SectionData>("section").storeVector(&values)); in TEST()
124 …auto sec = options.addSection(RepeatingOptionSection<SectionData>("section").storeVector(&values)); in TEST()
143 …auto sec = options.addSection(RepeatingOptionSection<SectionData>("section").storeVector(&values)); in TEST()
171 …auto sec = options.addSection(RepeatingOptionSection<SectionData>("section").storeVector(&values)); in TEST()
196 …auto sec = options.addSection(RepeatingOptionSection<SectionData>("section").storeVector(&values)); in TEST()
227 …auto sec = options.addSection(RepeatingOptionSection<NestedSectionData>("section").storeVector(&va… in TEST()
229 … sec.addSection(RepeatingOptionSection<SectionData>("subsec").storeVector(&sec.bind().subsec)); in TEST()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/conf/
H A DConfigParser.hpp123 bool addSection(const std::string & section, const std::string & rawLine);
124 bool addSection(const std::string & section);
125 bool addSection(std::string && section, std::string && rawLine);
126 bool addSection(std::string && section);
167 inline bool ConfigParser::addSection(const std::string & section, const std::string & rawLine) in addSection() function in libdnf::ConfigParser
177 inline bool ConfigParser::addSection(const std::string & section) in addSection() function in libdnf::ConfigParser
179 return addSection(section, ""); in addSection()
182 inline bool ConfigParser::addSection(std::string && section, std::string && rawLine) in addSection() function in libdnf::ConfigParser
192 inline bool ConfigParser::addSection(std::string && section) in addSection() function in libdnf::ConfigParser
194 return addSection(std::move(section), ""); in addSection()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/gustaf/
H A Dmsplazer_parse_options.h168 addSection(parser, "GUSTAF Options"); in _setupArgumentParser()
177addSection(parser, "Main Options"); // addArgument(parser, ArgParseArgument(ArgParseArgument::INP… in _setupArgumentParser()
222 addSection(parser, "Input Options"); in _setupArgumentParser()
226 addSection(parser, "Output Options"); in _setupArgumentParser()
241 addSection(parser, "Parallelization Options"); in _setupArgumentParser()
246 addSection(parser, "Stellar Options"); in _setupArgumentParser()
248 addSection(parser, "Main Options"); in _setupArgumentParser()
265 addSection(parser, "Filtering Options"); in _setupArgumentParser()
283 addSection(parser, "Verification Options"); in _setupArgumentParser()
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/pages/
H A DIndexPageMaker.java76 page.addSection(Messages.getString("LOC_TITLE")); in toFile()
81 page.addSection(Messages.getString("SECTION_TOP_AUTHORS")); in toFile()
83 page.addSection("Developers"); in toFile()
89 page.addSection(Messages.getString("CLOUD_SECTION_TITLE")); in toFile()
94 page.addSection("Repository Tags"); in toFile()
97 page.addSection("Directories"); in toFile()
H A DModulesPageMaker.java43 page.addSection(Messages.getString("MODULES_CURRENT_SIZES_TITLE")); in toFile()
51 page.addSection(Messages.getString("MODULES_LOC_TITLE")); in toFile()
53 page.addSection(Messages.getString("MODULES_EVO_TITLE")); in toFile()
57 page.addSection(Messages.getString("MODULES_STATS_TITLE")); in toFile()
H A DAllDevelopersPageMaker.java42 page.addSection(Messages.getString("ROLLING_DEV_TITLE")); in toFile()
45 page.addSection(Messages.getString("LOC_TITLE")); in toFile()
58 page.addSection(Messages.getString("DEVELOPER_OF_THE_MONTH")); in toFile()
61 page.addSection(Messages.getString("DEVELOPER_ACTIVITY")); in toFile()
65 page.addSection(Messages.getString("ACTIVITY_TITLE")); in toFile()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/pages/
H A DIndexPageMaker.java76 page.addSection(Messages.getString("LOC_TITLE")); in toFile()
81 page.addSection(Messages.getString("SECTION_TOP_AUTHORS")); in toFile()
83 page.addSection("Developers"); in toFile()
89 page.addSection(Messages.getString("CLOUD_SECTION_TITLE")); in toFile()
94 page.addSection("Repository Tags"); in toFile()
97 page.addSection("Directories"); in toFile()
H A DModulesPageMaker.java43 page.addSection(Messages.getString("MODULES_CURRENT_SIZES_TITLE")); in toFile()
51 page.addSection(Messages.getString("MODULES_LOC_TITLE")); in toFile()
53 page.addSection(Messages.getString("MODULES_EVO_TITLE")); in toFile()
57 page.addSection(Messages.getString("MODULES_STATS_TITLE")); in toFile()
H A DAllDevelopersPageMaker.java42 page.addSection(Messages.getString("ROLLING_DEV_TITLE")); in toFile()
45 page.addSection(Messages.getString("LOC_TITLE")); in toFile()
58 page.addSection(Messages.getString("DEVELOPER_OF_THE_MONTH")); in toFile()
61 page.addSection(Messages.getString("DEVELOPER_ACTIVITY")); in toFile()
65 page.addSection(Messages.getString("ACTIVITY_TITLE")); in toFile()
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/GlobalScreen/classes/
H A Dclass.ilExerciseGSToolProvider.php96 $this->addSection($tpl, $lng->txt("exc_assignment"), $title);
103 $this->addSection($tpl, $lng->txt("exc_schedule"), $ui->renderer()->render($list));
108 $this->addSection($tpl, $subm["submitted"]["txt"], $subm["submitted"]["value"]);
114 $this->addSection($tpl, $inst["instruction"]["txt"], $inst["instruction"]["value"]);
127 … $this->addSection($tpl, $lng->txt("exc_instruction_files"), $ui->renderer()->render($list));
151 protected function addSection(ilTemplate $tpl, string $title, string $content) function in ilExerciseGSToolProvider
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DWriter.cpp138 addSection(sec); in createCustomSections()
323 addSection(out.dylinkSec); in addSections()
324 addSection(out.typeSec); in addSections()
325 addSection(out.importSec); in addSections()
327 addSection(out.tableSec); in addSections()
328 addSection(out.memorySec); in addSections()
329 addSection(out.globalSec); in addSections()
330 addSection(out.eventSec); in addSections()
331 addSection(out.exportSec); in addSections()
332 addSection(out.elemSec); in addSections()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/wasm/
H A DWriter.cpp137 addSection(sec); in createCustomSections()
333 addSection(out.dylinkSec); in addSections()
334 addSection(out.typeSec); in addSections()
335 addSection(out.importSec); in addSections()
337 addSection(out.tableSec); in addSections()
338 addSection(out.memorySec); in addSections()
339 addSection(out.globalSec); in addSections()
340 addSection(out.eventSec); in addSections()
342 addSection(out.startSec); in addSections()
343 addSection(out.elemSec); in addSections()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/wasm/
H A DWriter.cpp137 addSection(sec); in createCustomSections()
333 addSection(out.dylinkSec); in addSections()
334 addSection(out.typeSec); in addSections()
335 addSection(out.importSec); in addSections()
337 addSection(out.tableSec); in addSections()
338 addSection(out.memorySec); in addSections()
339 addSection(out.globalSec); in addSections()
340 addSection(out.eventSec); in addSections()
342 addSection(out.startSec); in addSections()
343 addSection(out.elemSec); in addSections()
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/src/@report/
H A DaddSection.m1 function o = addSection(o, varargin) function
2 %function o = addSection(o, varargin)
33 '@report.addSection: Before adding a section, you must add a page.');
34 o.pages{end}.addSection(varargin{:});
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DWriter.cpp148 addSection(sec); in createCustomSections()
363 addSection(out.dylinkSec); in addSections()
364 addSection(out.typeSec); in addSections()
365 addSection(out.importSec); in addSections()
367 addSection(out.tableSec); in addSections()
368 addSection(out.memorySec); in addSections()
369 addSection(out.eventSec); in addSections()
370 addSection(out.globalSec); in addSections()
372 addSection(out.startSec); in addSections()
373 addSection(out.elemSec); in addSections()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DWriter.cpp148 addSection(sec); in createCustomSections()
363 addSection(out.dylinkSec); in addSections()
364 addSection(out.typeSec); in addSections()
365 addSection(out.importSec); in addSections()
367 addSection(out.tableSec); in addSections()
368 addSection(out.memorySec); in addSections()
369 addSection(out.eventSec); in addSections()
370 addSection(out.globalSec); in addSections()
372 addSection(out.startSec); in addSections()
373 addSection(out.elemSec); in addSections()
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/test/
H A DcreateReport.m43 rep.addSection();
63 rep.addSection();
81 rep.addSection();
99 rep.addSection();
129 rep.addSection();
139 rep.addSection();
146 rep.addSection();
206 rep.addSection('cols', 1);
211 rep.addSection('cols', 1);
217 rep.addSection('cols', 2);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DWriter.cpp154 addSection(sec); in createCustomSections()
382 addSection(out.dylinkSec); in addSections()
383 addSection(out.typeSec); in addSections()
384 addSection(out.importSec); in addSections()
386 addSection(out.tableSec); in addSections()
387 addSection(out.memorySec); in addSections()
388 addSection(out.eventSec); in addSections()
389 addSection(out.globalSec); in addSections()
391 addSection(out.startSec); in addSections()
392 addSection(out.elemSec); in addSections()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlMemoryMapping.cs74 Action<int> addSection = (int i) => { in UpdateCpuRegions()
103 addSection(i); in UpdateCpuRegions()
109 addSection(i); in UpdateCpuRegions()
116 addSection(-1); in UpdateCpuRegions()
131 Action<int> addSection = (int i) => { in UpdatePpuRegions()
169 addSection(i); in UpdatePpuRegions()
175 addSection(i); in UpdatePpuRegions()
182 addSection(-1); in UpdatePpuRegions()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/
H A DJaasConfiguration.java49 public void addSection(String name, String loginModuleName, String... args) { in addSection() method in JaasConfiguration
55 addSection(name, loginModuleName, conf); in addSection()
64 public void addSection(String name, String loginModuleName, final Map<String, String> conf) { in addSection() method in JaasConfiguration

12345678910>>...37