Searched refs:Text (Results 1 – 5 of 5) sorted by relevance
17 from docutils.nodes import Text20 if not isinstance(Text, UserString):32 Text.data = property(Text_get_data, Text_set_data)
9 from docutils.nodes import Element, Text114 def visit_Text(self, node: Text) -> None: argument
174 Text responses can be returned from MATLAB via
745 Text can be drawn with commands
8588 my $Text = $_[0];8589 while($Text=~/CONTENT_ID/)8594 $Text=~s/CONTENT_ID/c_$ContentID/;8598 return $Text;