| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 465 raw: str 487 self.raw, self.extent = self._get_sanitized_comment_and_range_from_cursor(self.cursor) 499 def _is_valid_docstring(cls, cursor: Cursor, raw: str, doc_extent: SourceRange) -> bool: 516 if not raw or not isinstance(raw, str): 535 raw = raw.strip() 536 if any(raw.startswith(f'/*{char}') for char in cls.sowing_types): 541 rawlo = raw.casefold() 577 raw, clx_extent = cursor.get_comment_and_range() 580 if not cls._is_valid_docstring(cursor, raw, extent): 584 for re_match in _c_comment_regex.finditer(raw): [all …]
|
| H A D | _doc_section.py | 472 sowing_chars = begin_sowing_range.raw(tight=True) 1065 … return docstring.make_source_range(substr, loc.raw(), loc.start.line, offset=loc.start.column - 1) 1106 if 'level' not in loc.raw().casefold(): 1250 raw = loc.raw().rstrip('\n') 1255 post = raw[col + len(text):] 1260 pre = raw[:col]
|
| H A D | _doc_section_base.py | 37 …def __init__(self, raw: str, prefixes: Optional[Sequence[str]] = None, expected_sep: str = '-') ->… 51 text = raw.strip() 71 self.text = raw 292 self.raw = '' 331 self.raw = '\n'.join(s for _, s, _ in self.lines())
|
| /petsc/src/ts/tutorials/ |
| H A D | gasoline.inp | 12 -chem https://raw.githubusercontent.com/OpenFOAM/OpenFOAM-dev/master/tutorials/combustion/chemFoam/… 13 -thermo https://raw.githubusercontent.com/OpenFOAM/OpenFOAM-dev/master/tutorials/combustion/chemFoa…
|
| /petsc/doc/manual/ |
| H A D | index.md | 3 ```{raw} latex 103 ```{raw} latex 114 ```{raw} latex
|
| H A D | profiling.md | 769 ```{raw} html
|
| H A D | getting_started.md | 665 ```{raw} latex
|
| H A D | ts.md | 1463 ```{raw} html
|
| H A D | ksp.md | 1496 ```{raw} html
|
| /petsc/src/sys/objects/ |
| H A D | pname.c | 112 char raw[sizeof(MPI_Comm)]; in PetscObjectName() member 118 PetscCallMPI(MPI_Bcast(ucomm.raw, sizeof(MPI_Comm), MPI_BYTE, 0, obj->comm)); in PetscObjectName()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _patch.py | 36 map(len, extent.raw(num_context=ctxlines).splitlines(True)[:ctxlines]) 149 return self.extent.raw(num_context=self.ctxlines)
|
| H A D | _src_pos.py | 170 def raw(self, *args, **kwargs) -> str: member in SourceLocation 185 return self._get_src(SourceRange.raw, *args, **kwargs) 566 def raw(self, *args, **kwargs) -> str: member in SourceRange
|
| H A D | _cursor.py | 357 name = SourceLocation(cursor.extent.start, cursor.translation_unit).raw().strip() 468 return True, SourceRange(child.extent).raw(tight=True), child 497 def raw(self, **kwargs) -> str: member in Cursor
|
| H A D | _linter.py | 520 raw_result_spelling = func.raw().partition(func.spelling)[0]
|
| /petsc/doc/developers/contributing/ |
| H A D | index.md | 39 [git-prompt](https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh). 41 …[git-completion.bash](https://raw.github.com/git/git/master/contrib/completion/git-completion.bash…
|
| /petsc/src/mat/tests/ |
| H A D | cJSON.h | 198 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw); 266 …(cJSON *) cJSON_AddRawToObject(cJSON *const object, const char *const name, const char *const raw);
|
| H A D | cJSON.c | 1652 …C(cJSON *) cJSON_AddRawToObject(cJSON *const object, const char *const name, const char *const raw) in cJSON_AddRawToObject() argument 1654 cJSON *raw_item = cJSON_CreateRaw(raw); in cJSON_AddRawToObject() 1924 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) in cJSON_CreateRaw() argument 1929 item->valuestring = (char *)cJSON_strdup((const unsigned char *)raw, &global_hooks); in cJSON_CreateRaw()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | _typing.py | 106 def raw(self, **kwargs: Any) -> str: member in Formattable
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 96 The only exception to this is when displaying raw output, i.e., with no preceding 148 …of a page, including citations ([example](https://gitlab.com/petsc/petsc/-/raw/main/doc/manual/ksp… 149 …#key-prefixing) on one of them ([example](https://gitlab.com/petsc/petsc/-/raw/main/doc/developers…
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _util.py | 454 src_len = len(first_ref.raw())
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMStag.pyx | 679 """Return index to use in accessing raw local arrays.
|
| /petsc/ |
| H A D | gmakefile.test | 322 # List of raw test run targets
|