Home
last modified time | relevance | path

Searched defs:section (Results 176 – 200 of 18629) sorted by relevance

12345678910>>...746

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dinput_cp2k_transport.F52 SUBROUTINE create_transport_section(section) argument
53 TYPE(section_type), POINTER :: section local
314 SUBROUTINE create_contact_section(section) argument
315 TYPE(section_type), POINTER :: section local
372 SUBROUTINE create_beyn_section(section) argument
373 TYPE(section_type), POINTER :: section local
430 SUBROUTINE create_pexsi_section(section) argument
431 TYPE(section_type), POINTER :: section local
489 SUBROUTINE create_transport_print_section(section) argument
490 TYPE(section_type), POINTER :: section local
H A Dinput_cp2k_properties_dft.F74 SUBROUTINE create_properties_section(section) argument
75 TYPE(section_type), POINTER :: section local
135 SUBROUTINE create_linres_section(section) argument
284 SUBROUTINE create_current_section(section) argument
483 SUBROUTINE create_nmr_section(section) argument
632 SUBROUTINE create_spin_spin_section(section) argument
735 SUBROUTINE create_epr_section(section) argument
867 SUBROUTINE create_polarizability_section(section) argument
934 SUBROUTINE create_et_coupling_section(section) argument
990 SUBROUTINE create_projection(section, section_name) argument
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/
H A Dcommon.py11 def approaching_name_limit(cfn, section): argument
20 def approaching_number_limit(cfn, section): argument
29 def name_limit(cfn, section): argument
38 def number_limit(cfn, section): argument
47 def alphanumeric_name(cfn, section): argument
/dports/www/node10/node-v10.24.1/test/fixtures/
H A Dfixture.ini11 [section] section
12 one=two
13 Foo=Bar
14 this=Your Mother!
15 blank=
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/doc/
H A Dmake_qbk.py63 def group_to_quickbook(section): argument
66 def model_to_quickbook(section): argument
69 def model_to_quickbook2(classname, section): argument
72 def struct_to_quickbook(section): argument
75 def class_to_quickbook(section): argument
78 def class_to_quickbook2(classname, section): argument
81 def srs_class_to_quickbook(section): argument
84 def strategy_to_quickbook(section): argument
92 def cs_to_quickbook(section): argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/doc/
H A Dmake_qbk.py63 def group_to_quickbook(section): argument
66 def model_to_quickbook(section): argument
69 def model_to_quickbook2(classname, section): argument
72 def struct_to_quickbook(section): argument
75 def class_to_quickbook(section): argument
78 def class_to_quickbook2(classname, section): argument
81 def srs_class_to_quickbook(section): argument
84 def strategy_to_quickbook(section): argument
92 def cs_to_quickbook(section): argument
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/doc/
H A Dmake_qbk.py63 def group_to_quickbook(section): argument
66 def model_to_quickbook(section): argument
69 def model_to_quickbook2(classname, section): argument
72 def struct_to_quickbook(section): argument
75 def class_to_quickbook(section): argument
78 def class_to_quickbook2(classname, section): argument
81 def srs_class_to_quickbook(section): argument
84 def strategy_to_quickbook(section): argument
92 def cs_to_quickbook(section): argument
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dregedit_dialog.c320 struct dialog_section *section; in dialog_create() local
447 struct dialog_section *section; in dialog_destroy() local
585 struct dialog_section section; member
669 struct dialog_section section; member
720 struct dialog_section section; member
1053 struct dialog_section section; member
1248 struct dialog_section section; member
1449 struct dialog_section section; member
1774 struct dialog_section *section; in dialog_input_internal() local
1855 struct dialog_section *section; in dialog_notice() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/app/layout/
H A Dqgsreportorganizerwidget.cpp84 void QgsReportOrganizerWidget::setEditedSection( QgsAbstractReportSection *section ) in setEditedSection()
91 std::unique_ptr< QgsReportSectionLayout > section = std::make_unique< QgsReportSectionLayout >(); in addLayoutSection() local
100 …std::unique_ptr< QgsReportSectionFieldGroup > section = std::make_unique< QgsReportSectionFieldGro… in addFieldGroupSection() local
109 …QgsAbstractReportSection *section = mSectionModel->sectionForIndex( mViewSections->currentIndex() … in removeSection() local
121 { in removeSection()
155 if ( QgsReportSectionLayout *section = dynamic_cast< QgsReportSectionLayout * >( parent ) ) in selectionChanged() local
161 …else if ( QgsReportSectionFieldGroup *section = dynamic_cast< QgsReportSectionFieldGroup * >( pare… in selectionChanged() local
167 else if ( QgsReport *section = dynamic_cast< QgsReport * >( parent ) ) in selectionChanged() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/layout/
H A Dqgsreportorganizerwidget.cpp84 void QgsReportOrganizerWidget::setEditedSection( QgsAbstractReportSection *section ) in setEditedSection()
91 std::unique_ptr< QgsReportSectionLayout > section = qgis::make_unique< QgsReportSectionLayout >(); in addLayoutSection() local
100 …std::unique_ptr< QgsReportSectionFieldGroup > section = qgis::make_unique< QgsReportSectionFieldGr… in addFieldGroupSection() local
109 …QgsAbstractReportSection *section = mSectionModel->sectionForIndex( mViewSections->currentIndex() … in removeSection() local
121 { in removeSection()
155 if ( QgsReportSectionLayout *section = dynamic_cast< QgsReportSectionLayout * >( parent ) ) in selectionChanged() local
161 …else if ( QgsReportSectionFieldGroup *section = dynamic_cast< QgsReportSectionFieldGroup * >( pare… in selectionChanged() local
167 else if ( QgsReport *section = dynamic_cast< QgsReport * >( parent ) ) in selectionChanged() local
/dports/devel/inih/inih-r53/tests/
H A Duser_error.ini1 [section] section
2 a = b
3 user = parse_error
4 c = d
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/inih/inih/tests/
H A Duser_error.ini1 [section] section
2 a = b
3 user = parse_error
4 c = d
/dports/emulators/citra/citra-ac98458e0/externals/inih/inih/tests/
H A Duser_error.ini1 [section] section
2 a = b
3 user = parse_error
4 c = d
/dports/emulators/citra-qt5/citra-ac98458e0/externals/inih/inih/tests/
H A Duser_error.ini1 [section] section
2 a = b
3 user = parse_error
4 c = d
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dtest.ini1 [section] section
3 foo = bar
4 continued = foo
6 conttwo =
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtest.ini1 [section] section
3 foo = bar
4 continued = foo
6 conttwo =
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/subsystems/
H A Dini_manager.cpp414 bool add_section(const std::string& section) in add_section()
422 bool empty_section(const std::string& section) in empty_section()
429 bool erase_section(const std::string& section) in erase_section()
439 bool clear_section(const std::string& section) in clear_section()
539 bool add_blank(const std::string& section) in add_blank()
732 bool add_section(const std::string& section, unsigned depth) in add_section()
738 bool empty_section(const std::string& section, unsigned depth) in empty_section()
744 bool erase_section(const std::string& section, unsigned depth) in erase_section()
750 bool clear_section(const std::string& section, unsigned depth) in clear_section()
993 bool add_blank(const std::string& section, unsigned depth) in add_blank()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A DConfigParser.py142 def __init__(self, section): argument
150 def __init__(self, section): argument
158 def __init__(self, option, section): argument
253 def add_section(self, section): argument
267 def has_section(self, section): argument
274 def options(self, section): argument
326 def get(self, section, option): argument
342 def items(self, section): argument
358 def getint(self, section, option): argument
361 def getfloat(self, section, option): argument
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A DConfigParser.py142 def __init__(self, section): argument
150 def __init__(self, section): argument
158 def __init__(self, option, section): argument
253 def add_section(self, section): argument
267 def has_section(self, section): argument
274 def options(self, section): argument
326 def get(self, section, option): argument
342 def items(self, section): argument
358 def getint(self, section, option): argument
361 def getfloat(self, section, option): argument
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A DConfigParser.py142 def __init__(self, section): argument
150 def __init__(self, section): argument
158 def __init__(self, option, section): argument
253 def add_section(self, section): argument
267 def has_section(self, section): argument
274 def options(self, section): argument
326 def get(self, section, option): argument
342 def items(self, section): argument
358 def getint(self, section, option): argument
361 def getfloat(self, section, option): argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DConfigParser.py142 def __init__(self, section): argument
149 def __init__(self, section): argument
156 def __init__(self, option, section): argument
245 def add_section(self, section): argument
259 def has_section(self, section): argument
266 def options(self, section): argument
318 def get(self, section, option): argument
334 def items(self, section): argument
350 def getint(self, section, option): argument
353 def getfloat(self, section, option): argument
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcoligofarcfg.cpp90 for( int section = 0; section < eSection_END; ++section ) { in PrintBriefHelp() local
98 void COligofarCfg::PrintBriefHelp( EConfigSection section, ostream& out ) in PrintBriefHelp()
133 for( int section = 0; section < eSection_END; ++section ) { in PrintFullHelp() local
141 for( int section = 0; section < eSection_END; ++section ) { in PrintFullHelp() local
184 void COligofarCfg::PrintFullHelp( EConfigSection section, pair<int,int>& colw, ostream * out, int p… in PrintFullHelp()
229 for( int section = 0; section < eSection_END; ++section ) { in PrintConfig() local
241 void COligofarCfg::PrintConfig( EConfigSection section, ostream& out, int pass ) in PrintConfig()
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/src/
H A Dini.c107 const char *section, in getIniString()
123 const char *section, in setIniString()
141 const char *section, in ccsIniGetString()
159 const char *section, in ccsIniGetInt()
177 const char *section, in ccsIniGetFloat()
195 const char *section, in ccsIniGetBool()
266 const char *section, in ccsIniGetEdge()
284 const char *section, in ccsIniGetBell()
524 const char * section, in ccsIniSetString()
549 const char *section, in ccsIniSetFloat()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/doc/
H A Dmake_qbk.py63 def group_to_quickbook(section): argument
66 def model_to_quickbook(section): argument
69 def model_to_quickbook2(classname, section): argument
72 def struct_to_quickbook(section): argument
75 def class_to_quickbook(section): argument
78 def class_to_quickbook2(classname, section): argument
81 def srs_class_to_quickbook(section): argument
84 def strategy_to_quickbook(section): argument
92 def cs_to_quickbook(section): argument
/dports/textproc/textnote/textnote-1.3.0/pkg/template/
H A Dsection.go14 type section struct { struct
15 name string
16 contents []contentItem
27 func (s *section) deleteContents() {
31 func (s *section) sortContents() {
38 func (s *section) isEmpty() bool {
47 func (s *section) getNameString(prefix string, suffix string) string {
51 func (s *section) getContentString() string {

12345678910>>...746