Home
last modified time | relevance | path

Searched defs:section (Results 276 – 300 of 30021) sorted by last modified time

1...<<11121314151617181920>>...1201

/dports/lang/gcc48/gcc-4.8.5/gcc/config/rs6000/
H A Drs6000.c28814 compare_section_name (const char *section, const char *templ) in compare_section_name()
28839 const char *section = TREE_STRING_POINTER (DECL_SECTION_NAME (decl)); in rs6000_elf_in_small_data_p() local
29313 const char *section = ".ctors"; in rs6000_elf_asm_out_constructor() local
29343 const char *section = ".dtors"; in rs6000_elf_asm_out_destructor() local
/dports/lang/python310/Python-3.10.1/Lib/importlib/metadata/
H A D__init__.py672 def parse_condition(section): argument
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_squeezer.py110 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument
H A Dtest_sidebar.py79 def mock_idleconf_GetFont(root, configType, section): argument
628 def mock_idleconf_GetFont(root, configType, section): argument
H A Dtest_codecontext.py96 def mock_idleconf_GetFont(root, configType, section): argument
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_configparser.py585 def get_error(self, cf, exc, section, option): argument
2051 def getboolean(self, section, option, *, raw=False, vars=None, argument
2057 def getlen(self, section, option, *, raw=False, vars=None, argument
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dconfigdialog.py2053 def set_extension_value(self, section, opt): argument
H A Dconfig.py50 def Get(self, section, option, type=None, default=None, raw=False): argument
67 def GetOptionList(self, section): argument
84 def SetOption(self, section, option, value): argument
101 def RemoveOption(self, section, option): argument
110 def AddSection(self, section): argument
254 def SetOption(self, configType, section, option, value): argument
365 def current_colors_and_keys(self, section): argument
728 def GetFont(self, root, configType, section): argument
805 def add_option(self, config_type, section, item, value): argument
814 def save_option(config_type, section, item, value): argument
[all …]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dpydoc.py588 def section(self, title, fgcol, bgcol, contents, width=6, member in HTMLDoc
1176 def section(self, title, contents): member in TextDoc
H A Dconfigparser.py184 def __init__(self, section): argument
246 def __init__(self, option, section): argument
257 def __init__(self, option, section, msg): argument
649 def add_section(self, section): argument
663 def has_section(self, section): argument
670 def options(self, section): argument
878 def has_option(self, section, option): argument
939 def remove_option(self, section, option): argument
954 def remove_section(self, section): argument
1143 def _unify_values(self, section, vars): argument
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DToMan.pm39 sub section { shift->_perldoc_elem('section' , @_) } subroutine
/dports/lang/ghc/ghc-8.10.7/rts/linker/
H A DElf.c1814 Section *section = &oc->sections[i]; in ocMprotect_Elf() local
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_sidebar.py69 def mock_idleconf_GetFont(root, configType, section): argument
H A Dtest_squeezer.py111 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument
H A Dtest_codecontext.py96 def mock_idleconf_GetFont(root, configType, section): argument
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_configparser.py577 def get_error(self, cf, exc, section, option): argument
2043 def getboolean(self, section, option, *, raw=False, vars=None, argument
2049 def getlen(self, section, option, *, raw=False, vars=None, argument
/dports/lang/python38/Python-3.8.12/Lib/importlib/
H A Dmetadata.py326 def parse_condition(section): argument
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dconfig.py50 def Get(self, section, option, type=None, default=None, raw=False): argument
67 def GetOptionList(self, section): argument
84 def SetOption(self, section, option, value): argument
101 def RemoveOption(self, section, option): argument
110 def AddSection(self, section): argument
254 def SetOption(self, configType, section, option, value): argument
365 def current_colors_and_keys(self, section): argument
728 def GetFont(self, root, configType, section): argument
805 def add_option(self, config_type, section, item, value): argument
814 def save_option(config_type, section, item, value): argument
[all …]
H A Dconfigdialog.py396 def set_extension_value(self, section, opt): argument
/dports/lang/python38/Python-3.8.12/Lib/
H A Dpydoc.py496 def section(self, title, fgcol, bgcol, contents, width=6, member in HTMLDoc
1087 def section(self, title, contents): member in TextDoc
H A Dconfigparser.py184 def __init__(self, section): argument
246 def __init__(self, option, section): argument
257 def __init__(self, option, section, msg): argument
649 def add_section(self, section): argument
663 def has_section(self, section): argument
670 def options(self, section): argument
877 def has_option(self, section, option): argument
935 def remove_option(self, section, option): argument
950 def remove_section(self, section): argument
1139 def _unify_values(self, section, vars): argument
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DToMan.pm39 sub section { shift->_perldoc_elem('section' , @_) } subroutine
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_squeezer.py111 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument
H A Dtest_sidebar.py69 def mock_idleconf_GetFont(root, configType, section): argument
H A Dtest_codecontext.py96 def mock_idleconf_GetFont(root, configType, section): argument

1...<<11121314151617181920>>...1201