Searched refs:prefixes (Results 1 – 7 of 7) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 37 …def __init__(self, raw: str, prefixes: Optional[Sequence[str]] = None, expected_sep: str = '-') ->… 49 if prefixes is None: 50 prefixes = tuple() 54 prefix, arg, descr = self.split_param(text, prefixes, sep) 58 _, arg, descr = self.split_param(text, prefixes, sep) 80 def split_param(text: str, prefixes: Sequence[str], sep: str) -> tuple[str, str, str]: 106 if not prefixes: 111 prefix = next(filter(stripped.startswith, prefixes)) 840 prefixes: Tuple[str, ...] 849 def __init__(self, *args, prefixes: Optional[tuple[str, ...]] = None, **kwargs) -> None: [all …]
|
| H A D | _doc_section.py | 353 params = ParameterList(name='enum params', prefixes=('$',))
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | generateetags.py | 103 def startsWithPrefix(file,prefixes): argument 105 for prefix in prefixes:
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 43 use of variable name prefixes is present in Autoconf, CMake, and SCons. 304 made in that all defines are now guarded, various prefixes are allowed
|
| /petsc/doc/manual/ |
| H A D | other.md | 121 Options prefixes allow specific objects to be controlled from the 122 options database. For instance, `PCMG` gives prefixes to its nested 127 functions to assign custom prefixes, useful for applications with
|
| H A D | dmplex.md | 399 Options prefixes can be used to separately control the saving and loading of various fields.
|
| H A D | ksp.md | 2194 or the function `PCFieldSplitSetType()`. The option prefixes for the
|