Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/conf/
H A Depydocify.py17 from docutils.nodes import Text
20 if not isinstance(Text, UserString):
32 Text.data = property(Text_get_data, Text_set_data)
/petsc/doc/ext/
H A Dhtml5_petsc.py9 from docutils.nodes import Element, Text
114 def visit_Text(self, node: Text) -> None: argument
/petsc/doc/manual/
H A Dmatlab.md174 Text responses can be returned from MATLAB via
H A Dother.md745 Text can be drawn with commands
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl8588 my $Text = $_[0];
8589 while($Text=~/CONTENT_ID/)
8594 $Text=~s/CONTENT_ID/c_$ContentID/;
8598 return $Text;