Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py465 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.py472 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.py37 …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 Dgasoline.inp12 -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 Dindex.md3 ```{raw} latex
103 ```{raw} latex
114 ```{raw} latex
H A Dprofiling.md769 ```{raw} html
H A Dgetting_started.md665 ```{raw} latex
H A Dts.md1463 ```{raw} html
H A Dksp.md1496 ```{raw} html
/petsc/src/sys/objects/
H A Dpname.c112 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.py36 map(len, extent.raw(num_context=ctxlines).splitlines(True)[:ctxlines])
149 return self.extent.raw(num_context=self.ctxlines)
H A D_src_pos.py170 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.py357 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.py520 raw_result_spelling = func.raw().partition(func.spelling)[0]
/petsc/doc/developers/contributing/
H A Dindex.md39 [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 DcJSON.h198 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 DcJSON.c1652 …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.py106 def raw(self, **kwargs: Any) -> str: member in Formattable
/petsc/doc/developers/
H A Ddocumentation.md96 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.py454 src_len = len(first_ref.raw())
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMStag.pyx679 """Return index to use in accessing raw local arrays.
/petsc/
H A Dgmakefile.test322 # List of raw test run targets