Home
last modified time | relevance | path

Searched refs:subnode (Results 1 – 6 of 6) sorted by relevance

/external/markdown/markdown/
Dtreeprocessors.py100 def __processElementText(self, node, subnode, isText=True): argument
115 text = subnode.text
116 subnode.text = None
118 text = subnode.tail
119 subnode.tail = None
121 childResult = self.__processPlaceholders(text, subnode)
123 if not isText and node is not subnode:
124 pos = node.getchildren().index(subnode)
125 node.remove(subnode)
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DSafeConstructor.java111 for (Node subnode : vals) { in mergeNode()
112 if (!(subnode instanceof MappingNode)) { in mergeNode()
116 + subnode.getNodeId(), subnode.getStartMark()); in mergeNode()
118 MappingNode mnode = (MappingNode) subnode; in mergeNode()
384 for (Node subnode : snode.getValue()) { in construct()
385 if (!(subnode instanceof MappingNode)) { in construct()
388 + subnode.getNodeId(), subnode.getStartMark()); in construct()
390 MappingNode mnode = (MappingNode) subnode; in construct()
417 for (Node subnode : snode.getValue()) { in construct()
418 if (!(subnode instanceof MappingNode)) { in construct()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java49 Lignode subnode(int c) in subnode() method in LigatureTree.Lignode
/external/opencv3/3rdparty/jinja2/
Dcompiler.py298 for subnode in nodes:
299 self.visit(subnode)
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...