Home
last modified time | relevance | path

Searched refs:merge_section (Results 1 – 22 of 22) sorted by relevance

/dports/devel/wf-config/wf-config-0.7.1/test/
H A Dconfig_manager_test.cpp34 config.merge_section(std::make_shared<section_t>("FirstSection"));
66 config.merge_section(section_overwrite);
80 config.merge_section(section2);
H A Dfile_test.cpp71 config.merge_section(section);
119 config.merge_section(section);
175 config.merge_section(section1); in build_simple_config()
176 config.merge_section(section2); in build_simple_config()
228 cfg.merge_section(section);
309 manager.merge_section(s);
H A Doption_wrapper_test.cpp46 ::config.merge_section(section);
/dports/textproc/py-custom_inherit/custom_inherit-2.3.1/src/custom_inherit/_doc_parse_tools/
H A Dnumpy_parse_tools.py65 def merge_section(key, prnt_sec, child_sec, merge_within_sections=False): function
130 sect = merge_section(
H A Dnapoleon_parse_tools.py90 def merge_section(key, prnt_sec, child_sec, style, merge_within_sections=False): function
158 sect = merge_section(
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Dplugin.cpp98 config.merge_section( in get_output_section()
113 config.merge_section( in get_input_device_section()
/dports/devel/wf-config/wf-config-0.7.1/include/wayfire/config/
H A Dconfig-manager.hpp23 void merge_section(std::shared_ptr<section_t> section);
/dports/devel/wf-config/wf-config-0.7.1/src/
H A Dfile.cpp286 config.merge_section(section); in check_section()
293 config.merge_section(section); in check_section()
593 manager.merge_section( in load_xml_files()
H A Dconfig-manager.cpp10 void wf::config::config_manager_t::merge_section( in merge_section() function in wf::config::config_manager_t
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/client/
H A Dconfigparserinc.py375 self.merge_section('KNOWN/'+n,
393 def merge_section(self, section, options, pref=None):
H A Dconfigreader.py154 def merge_section(self, section, *args, **kwargs):
156 return self._cfg.merge_section(section, *args, **kwargs)
H A Djailreader.py156 ConfigReader.merge_section(self, self.__name, self.__filter.getCombined(), 'known/')
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/
H A Dsection.py114 def merge_section(self, section, filter_func=None): member in Section
H A Dprofile.py952 my_section.merge_section(section, check_filter_func)
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/t/lib/ExtUtils/
H A DParseXS.pm1084 sub merge_section { subroutine
1220 my $in = merge_section();
1227 my $in = merge_section();
1241 my $in = merge_section();
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pm1047 sub merge_section { subroutine
1222 my $in = $self->merge_section();
1231 my $in = $self->merge_section();
1248 my $in = $self->merge_section();
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pm1045 sub merge_section { subroutine
1220 my $in = $self->merge_section();
1229 my $in = $self->merge_section();
1246 my $in = $self->merge_section();
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pm1045 sub merge_section { subroutine
1220 my $in = $self->merge_section();
1229 my $in = $self->merge_section();
1246 my $in = $self->merge_section();
/dports/devel/p5-ExtUtils-ParseXS/ExtUtils-ParseXS-3.35/lib/ExtUtils/
H A DParseXS.pm1043 sub merge_section { subroutine
1218 my $in = $self->merge_section();
1227 my $in = $self->merge_section();
1244 my $in = $self->merge_section();
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pm1053 sub merge_section { subroutine
1228 my $in = $self->merge_section();
1237 my $in = $self->merge_section();
1254 my $in = $self->merge_section();
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_parse.c475 static int merge_section(struct parser_obj *po) in merge_section() function
640 error = merge_section(po); in parser_save_section()
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/
H A Dclientreadertestcase.py506 self.assertRaises(NoSectionError, c.merge_section, 'test', {})