Searched refs:Text (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | automarkup.py | 106 repl.append(nodes.Text(t[done:m.start()])) 116 repl.append(nodes.Text(t[done:])) 132 target_text = nodes.Text(match.group(0)) 183 target_text = nodes.Text(match.group(0)) 240 return nodes.Text(match.group(0)) 253 for node in para.traverse(nodes.Text):
|
H A D | kernel_include.py | 173 literal_block += nodes.Text(value, value) 175 literal_block += nodes.Text(text, text)
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | automarkup.py | 110 repl.append(nodes.Text(t[done:m.start()])) 120 repl.append(nodes.Text(t[done:])) 143 target_text = nodes.Text(match.group(0)) 203 target_text = nodes.Text(match.group(0)) 268 return nodes.Text(match.group(0)) 286 if not isinstance(node, nodes.Text) or isinstance(node.parent, nodes.literal):
|
H A D | kernel_include.py | 176 literal_block += nodes.Text(value, value) 178 literal_block += nodes.Text(text, text)
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | of_unittest_expect | 18 use Text::Wrap;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_feat.pl | 626 file using ReStructured Text markup.
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1643 painter.drawText(QPointF(x, 10), self.Text()) 1648 def Text(self): member in ScaleGraphicsItem 1658 def Text(self): member in SwitchScaleGraphicsItem 3306 palette.setColor(QPalette.Text,Qt.red)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1644 painter.drawText(QPointF(x, 10), self.Text()) 1649 def Text(self): member in ScaleGraphicsItem 1659 def Text(self): member in SwitchScaleGraphicsItem 3307 palette.setColor(QPalette.Text,Qt.red)
|
Completed in 14 milliseconds