Home
last modified time | relevance | path

Searched refs:text_nodes (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dgranularity_strategy_test.cc99 TextNodeVector text_nodes; in ParseText() local
100 text_nodes.push_back(text); in ParseText()
101 ParseText(text_nodes); in ParseText()
104 void GranularityStrategyTest::ParseText(const TextNodeVector& text_nodes) { in ParseText() argument
107 for (auto& text : text_nodes) { in ParseText()
128 const auto& last_node = text_nodes.back(); in ParseText()
234 TextNodeVector text_nodes; in SetupTextSpan() local
235 text_nodes.push_back(text1); in SetupTextSpan()
236 text_nodes.push_back(text2); in SetupTextSpan()
237 text_nodes.push_back(text3); in SetupTextSpan()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dgranularity_strategy_test.cc100 TextNodeVector text_nodes; in ParseText() local
101 text_nodes.push_back(text); in ParseText()
102 ParseText(text_nodes); in ParseText()
105 void GranularityStrategyTest::ParseText(const TextNodeVector& text_nodes) { in ParseText() argument
108 for (auto& text : text_nodes) { in ParseText()
129 const auto& last_node = text_nodes.back(); in ParseText()
235 TextNodeVector text_nodes; in SetupTextSpan() local
236 text_nodes.push_back(text1); in SetupTextSpan()
237 text_nodes.push_back(text2); in SetupTextSpan()
238 text_nodes.push_back(text3); in SetupTextSpan()
[all …]
/dports/lang/solidity/solidity_0.8.11/docs/ext/
H A Dremix_code_links.py53 text_nodes = list(literal_block_node.traverse(docutils.nodes.Text))
54 assert len(text_nodes) == 1
56 remix_url = remix_code_url(text_nodes[0], language, solidity_version)
/dports/textproc/sigil/Sigil-1.8.0/src/BookManipulation/
H A DXhtmlDoc.cpp477 QList<GumboNode *> text_nodes; in GetVisibleTextNodes() local
480 text_nodes.append(GetVisibleTextNodes(gi, child)); in GetVisibleTextNodes()
482 return text_nodes; in GetVisibleTextNodes()
492 QList<GumboNode*> text_nodes = QList<GumboNode*>(); in GetIDNodes() local
494 return text_nodes; in GetIDNodes()
504 text_nodes.append(node); in GetIDNodes()
509 if (!text_nodes.contains(ancestor_id_node)) { in GetIDNodes()
510 text_nodes.append(ancestor_id_node); in GetIDNodes()
519 if (!text_nodes.contains(cnode)) { in GetIDNodes()
520 text_nodes.append(cnode); in GetIDNodes()
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/rest/media/v1/
H A Dpreview_html.py280 text_nodes = (
284 return summarize_paragraphs(text_nodes)
336 text_nodes: Iterable[str], min_size: int = 200, max_size: int = 500
355 for text_node in text_nodes:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/parsers/rst/directives/
H A Dbody.py87 text_nodes, messages = self.state.inline_text(
89 line = nodes.line(line_text, '', *text_nodes)
109 text_nodes, messages = self.state.inline_text(text, self.lineno)
110 node = nodes.literal_block(text, '', *text_nodes, **self.options)
H A Dparts.py55 text_nodes, messages = self.state.inline_text(title_text,
57 title = nodes.title(title_text, '', *text_nodes)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/parsers/rst/directives/
H A Dbody.py89 text_nodes, messages = self.state.inline_text(
91 line = nodes.line(line_text, '', *text_nodes)
111 text_nodes, messages = self.state.inline_text(text, self.lineno)
112 node = nodes.literal_block(text, '', *text_nodes, **self.options)
H A Dparts.py55 text_nodes, messages = self.state.inline_text(title_text,
57 title = nodes.title(title_text, '', *text_nodes)
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/parsers/rst/directives/
H A Dbody.py99 text_nodes, messages = self.state.inline_text(
101 line = nodes.line(line_text, '', *text_nodes)
121 text_nodes, messages = self.state.inline_text(text, self.lineno)
122 node = nodes.literal_block(text, '', *text_nodes, **self.options)
H A Dparts.py55 text_nodes, messages = self.state.inline_text(title_text,
57 title = nodes.title(title_text, '', *text_nodes)
/dports/textproc/py-docutils/docutils-0.17.1/docutils/parsers/rst/directives/
H A Dbody.py99 text_nodes, messages = self.state.inline_text(
101 line = nodes.line(line_text, '', *text_nodes)
121 text_nodes, messages = self.state.inline_text(text, self.lineno)
122 node = nodes.literal_block(text, '', *text_nodes, **self.options)
H A Dparts.py55 text_nodes, messages = self.state.inline_text(title_text,
57 title = nodes.title(title_text, '', *text_nodes)
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/parsers/rst/directives/
H A Dbody.py99 text_nodes, messages = self.state.inline_text(
101 line = nodes.line(line_text, '', *text_nodes)
121 text_nodes, messages = self.state.inline_text(text, self.lineno)
122 node = nodes.literal_block(text, '', *text_nodes, **self.options)
H A Dparts.py55 text_nodes, messages = self.state.inline_text(title_text,
57 title = nodes.title(title_text, '', *text_nodes)
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/xmltree-0.10.0/src/
H A Dlib.rs401 let text_nodes: Vec<&'a str> = self in get_text() localVariable
406 if text_nodes.is_empty() { in get_text()
408 } else if text_nodes.len() == 1 { in get_text()
409 Some(Cow::Borrowed(text_nodes[0])) in get_text()
412 for text in text_nodes { in get_text()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dknitpack_repo.py848 text_index_map, text_nodes = self._get_text_nodes()
856 text_nodes = set(text_nodes)
857 present_text_keys = set(_node[1] for _node in text_nodes)
870 text_nodes)
1007 text_index_map, text_nodes = self._get_text_nodes()
1008 for node in text_nodes:
1038 del text_nodes
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/kuchiki-0.8.1/src/
H A Dtests.rs12 fn text_nodes() { in text_nodes() function
27 .text_nodes() in text_nodes()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dxml-label.c991 GList *lines, *text_nodes; in xml_parse_toplevel_span() local
1035 text_nodes = NULL; in xml_parse_toplevel_span()
1050 text_nodes = g_list_append (text_nodes, text_node); in xml_parse_toplevel_span()
1055 lines = g_list_append (lines, text_nodes); in xml_parse_toplevel_span()
1056 text_nodes = NULL; in xml_parse_toplevel_span()
1071 text_nodes = g_list_append (text_nodes, text_node); in xml_parse_toplevel_span()
1081 if ( text_nodes ) { in xml_parse_toplevel_span()
1083 lines = g_list_append (lines, text_nodes); in xml_parse_toplevel_span()
1084 text_nodes = NULL; in xml_parse_toplevel_span()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DSGReaderWriterXML.cxx534 std::vector<SGPropertyNode_ptr> text_nodes; in sgLoad3DModel_internal() local
535 text_nodes = props->getChildren("text"); in sgLoad3DModel_internal()
536 for (unsigned i = 0; i < text_nodes.size(); ++i) { in sgLoad3DModel_internal()
537 group->addChild(SGText::appendText(text_nodes[i], in sgLoad3DModel_internal()
/dports/games/widelands/widelands-build21/src/graphic/text/
H A Drt_render.cc1096 std::vector<std::shared_ptr<RenderNode>> text_nodes; in make_text_nodes() local
1101 std::vector<std::shared_ptr<RenderNode>>::iterator it = text_nodes.begin(); in make_text_nodes()
1125 it = text_nodes.insert(text_nodes.begin(), spacer); in make_text_nodes()
1130 it = text_nodes.insert(text_nodes.begin(), std::shared_ptr<RenderNode>(new TextNode( in make_text_nodes()
1133 if (it < text_nodes.end()) { in make_text_nodes()
1137 it = text_nodes.insert(it, spacer); in make_text_nodes()
1138 if (it < text_nodes.end()) { in make_text_nodes()
1142 it = text_nodes.insert( in make_text_nodes()
1149 for (std::shared_ptr<RenderNode> node : text_nodes) { in make_text_nodes()
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dtitle_editor.py231 self.text_nodes = self.xmldoc.getElementsByTagName('text')
448 for node in self.text_nodes + self.tspan_nodes:
528 for text_child in self.text_nodes + self.tspan_nodes:
559 for text_child in self.text_nodes + self.tspan_nodes:
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Drdfa.pl872 phrase(text_nodes(Content), Texts),
876 phrase(text_nodes(Content), Texts),
879 text_nodes([]) --> !.
880 text_nodes([H|T]) --> !, text_nodes(H), text_nodes(T).
881 text_nodes(element(_,_,Content)) --> !, text_nodes(Content).
882 text_nodes(CDATA) --> [CDATA].
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/dev/m.css/plugins/m/
H A Dimages.py255 text_nodes, _ = self.state.inline_text(caption, self.lineno)
256 text_node = nodes.paragraph('', '', *text_nodes)
/dports/textproc/p5-XML-XSLT/XML-XSLT-0.48/
H A DMANIFEST56 t/text_nodes.t

12