Home
last modified time | relevance | path

Searched refs:textNode (Results 201 – 225 of 1237) sorted by relevance

12345678910>>...50

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-email/source/model/
H A DBody.cpp42 XmlNode textNode = resultNode.FirstChild("Text"); in operator =() local
43 if(!textNode.IsNull()) in operator =()
45 m_text = textNode; in operator =()
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dstore_consts.h110 textNode = 4, enumerator
131 case textNode: in toString()
161 case textNode: in toSchemaString()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DTextEditSubActionHandler.cpp532 RefPtr<Text> textNode = in SetTextWithoutTransaction() local
534 MOZ_ASSERT(textNode); in SetTextWithoutTransaction()
545 if (!textNode->GetNextSibling() || in SetTextWithoutTransaction()
547 *textNode->GetNextSibling())) { in SetTextWithoutTransaction()
559 nsresult rv = SetTextNodeWithoutTransaction(sanitizedValue, *textNode); in SetTextWithoutTransaction()
669 Text* textNode = Text::FromNodeOrNull(anonymousDivElement->GetFirstChild()); in ComputeValueFromTextNodeAndBRElement() local
670 MOZ_ASSERT(textNode); in ComputeValueFromTextNodeAndBRElement()
672 if (!textNode->Length()) { in ComputeValueFromTextNodeAndBRElement()
677 nsIContent* firstChildExceptText = textNode->GetNextSibling(); in ComputeValueFromTextNodeAndBRElement()
691 textNode->GetData(aValue); in ComputeValueFromTextNodeAndBRElement()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DTextEditSubActionHandler.cpp532 RefPtr<Text> textNode = in SetTextWithoutTransaction() local
534 MOZ_ASSERT(textNode); in SetTextWithoutTransaction()
545 if (!textNode->GetNextSibling() || in SetTextWithoutTransaction()
547 *textNode->GetNextSibling())) { in SetTextWithoutTransaction()
559 nsresult rv = SetTextNodeWithoutTransaction(sanitizedValue, *textNode); in SetTextWithoutTransaction()
669 Text* textNode = Text::FromNodeOrNull(anonymousDivElement->GetFirstChild()); in ComputeValueFromTextNodeAndBRElement() local
670 MOZ_ASSERT(textNode); in ComputeValueFromTextNodeAndBRElement()
672 if (!textNode->Length()) { in ComputeValueFromTextNodeAndBRElement()
677 nsIContent* firstChildExceptText = textNode->GetNextSibling(); in ComputeValueFromTextNodeAndBRElement()
691 textNode->GetData(aValue); in ComputeValueFromTextNodeAndBRElement()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DDeleteRangeTransaction.cpp133 if (Text* textNode = Text::FromNode(aStart.Container())) { in CreateTxnsToDeleteBetween() local
146 *mEditorBase, *textNode, in CreateTxnsToDeleteBetween()
196 Text* textNode = Text::FromNode(aPoint.Container()); in CreateTxnsToDeleteContent() local
197 if (!textNode) { in CreateTxnsToDeleteContent()
216 DeleteTextTransaction::MaybeCreate(*mEditorBase, *textNode, startOffset, in CreateTxnsToDeleteContent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/www/mattermost-server/mattermost-server-6.0.2/shared/markdown/
H A Dtext_range_test.go103 if textNode, ok := node.(*Text); ok {
104 ranges = append(ranges, textNode.Range)
105 values = append(values, textNode.Text)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/www/ilias6/ILIAS-6.14/src/Refinery/String/
H A DEstimatedReadingTime.php67 foreach ($textNodes as $textNode) {
69 if ($textNode instanceof \DOMCdataSection) {
73 $wordsInContent = array_filter(preg_split('/\s+/', $textNode->textContent));
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DTextTest.java60 Text textNode = document.createTextNode("This is a text node"); in testSplitText() local
61 node.appendChild(textNode); in testSplitText()
64 textNode.splitText(0); in testSplitText()
/dports/games/warmux/warmux-11.04/src/graphic/
H A Dtext.cpp81 const xmlNode * textNode) in LoadXMLConfiguration() argument
84 xmlFile->ReadStringAttr(textNode, "text", xmlText); in LoadXMLConfiguration()
92 xmlFile->ReadHexColorAttr(textNode, "textColor", textColor); in LoadXMLConfiguration()
98 if (xmlFile->ReadPercentageAttr(textNode, "fontSize", tmpValue)) { in LoadXMLConfiguration()
101 xmlFile->ReadPixelAttr(textNode, "fontSize", fontSize); in LoadXMLConfiguration()
105 xmlFile->ReadStringAttr(textNode, "fontStyle", fontStyle); in LoadXMLConfiguration()
108 xmlFile->ReadBoolAttr(textNode, "shadow", activeShadow); in LoadXMLConfiguration()
110 xmlFile->ReadHexColorAttr(textNode, "shadowColor", shadowColor); in LoadXMLConfiguration()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DTextEditSubActionHandler.cpp560 RefPtr<Text> textNode = in SetTextWithoutTransaction() local
562 MOZ_ASSERT(textNode); in SetTextWithoutTransaction()
573 if (!textNode->GetNextSibling() || in SetTextWithoutTransaction()
575 *textNode->GetNextSibling())) { in SetTextWithoutTransaction()
587 nsresult rv = SetTextNodeWithoutTransaction(sanitizedValue, *textNode); in SetTextWithoutTransaction()
700 Text* textNode = Text::FromNodeOrNull(anonymousDivElement->GetFirstChild()); in ComputeValueFromTextNodeAndBRElement() local
701 MOZ_ASSERT(textNode); in ComputeValueFromTextNodeAndBRElement()
703 if (!textNode->Length()) { in ComputeValueFromTextNodeAndBRElement()
708 nsIContent* firstChildExceptText = textNode->GetNextSibling(); in ComputeValueFromTextNodeAndBRElement()
722 textNode->GetData(aValue); in ComputeValueFromTextNodeAndBRElement()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DAttr.cpp65 RefPtr<Text> textNode = document()->createTextNode(m_attribute->value().string()); in createTextChild() local
69 textNode->setParent(this); in createTextChild()
70 setFirstChild(textNode.get()); in createTextChild()
71 setLastChild(textNode.get()); in createTextChild()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/
H A DSimpleCSDocumentFactory.java38 IDocumentTextNode textNode = new SimpleCSDocumentTextNode(); in createDocumentTextNode() local
39 textNode.setEnclosingElement(parent); in createDocumentTextNode()
40 parent.addTextNode(textNode); in createDocumentTextNode()
41 textNode.setText(content); in createDocumentTextNode()
42 return textNode; in createDocumentTextNode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/other/
H A DXHTMLEntityTest.java48 Node textNode = bodyNode.getChildNodes().item(0); in checkResolution() local
49 assertNotNull(textNode); in checkResolution()
50 String value = textNode.getNodeValue(); in checkResolution()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/urlbar/
H A DUrlbarValueFormatter.jsm278 let textNode = editor.rootElement.firstChild;
288 range.setStart(textNode, 0);
289 range.setEnd(textNode, 5);
318 range.setStart(textNode, 0);
319 range.setEnd(textNode, rangeLength);
326 range.setStart(textNode, startRest);
337 let textNode = editor.rootElement.firstChild;
343 r.setStart(textNode, 0);
344 r.setEnd(textNode, textNode.textContent.length);
372 let value = textNode.textContent;
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/src/
H A Dtinyxmlparser.cpp769 TiXmlText* textNode = new TiXmlText( "" ); in Parse() local
771 if ( !textNode ) in Parse()
788 if ( !textNode->Blank() ) { in Parse()
789 LinkEndChild( textNode ); in Parse()
790 node = textNode; in Parse()
793 delete textNode; in Parse()
1248 TiXmlText* textNode = new TiXmlText( "" ); in ReadValue() local
1250 if ( !textNode ) in ReadValue()
1267 if ( !textNode->Blank() ) in ReadValue()
1268 LinkEndChild( textNode ); in ReadValue()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dsplash.cxx371 item.textNode = t; in addText()
383 item.textNode->setAlignment(alignment); in addText()
385 geode->addDrawable(item.textNode); in addText()
397 textNode->setPosition(pixelPos); in reposition()
398 textNode->setCharacterSize(fractionalCharSize * height); in reposition()
419 textNode->update(); in recomputeSize()
420 while ((textNode->getLineCount() > maxLineCount) || in recomputeSize()
423 textNode->setCharacterSize(baseSize * height); in recomputeSize()
424 textNode->update(); in recomputeSize()
503 item.textNode->setText( in doUpdate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDirectionalityUtils.cpp395 nsINode* textNode = static_cast<nsINode*>(aObject); in nsTextNodeDirectionalityMapDtor() local
396 textNode->ClearHasTextNodeDirectionalityMap(); in nsTextNodeDirectionalityMapDtor()
420 nsTextNode* textNode = static_cast<nsTextNode*>(aPropertyValue); in nsTextNodeDirectionalityMapPropertyDestructor() local
421 nsTextNodeDirectionalityMap* map = GetDirectionalityMap(textNode); in nsTextNodeDirectionalityMapPropertyDestructor()
425 NS_RELEASE(textNode); in nsTextNodeDirectionalityMapPropertyDestructor()
571 RefPtr<nsTextNode> textNode = aTextNode; in ResetTextNodeDirection() local
572 GetDirectionalityMap(textNode)->ResetAutoDirection(aChangedTextNode); in ResetTextNodeDirection()
714 nsTextNode* textNode = WalkDescendantsSetDirectionFromText(aElement, aNotify); in WalkDescendantsSetDirAuto() local
715 if (textNode) { in WalkDescendantsSetDirAuto()
716 nsTextNodeDirectionalityMap::AddEntryToMap(textNode, aElement); in WalkDescendantsSetDirAuto()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDirectionalityUtils.cpp434 nsINode* textNode = static_cast<nsINode * >(aObject); in nsTextNodeDirectionalityMapDtor() local
435 textNode->ClearHasTextNodeDirectionalityMap(); in nsTextNodeDirectionalityMapDtor()
465 nsTextNode* textNode = in nsTextNodeDirectionalityMapPropertyDestructor() local
467 nsTextNodeDirectionalityMap* map = GetDirectionalityMap(textNode); in nsTextNodeDirectionalityMapPropertyDestructor()
471 NS_RELEASE(textNode); in nsTextNodeDirectionalityMapPropertyDestructor()
629 RefPtr<nsTextNode> textNode = aTextNode; in ResetTextNodeDirection() local
630 GetDirectionalityMap(textNode)->ResetAutoDirection(aChangedTextNode); in ResetTextNodeDirection()
783 nsTextNode* textNode = WalkDescendantsSetDirectionFromText(aElement, aNotify); in WalkDescendantsSetDirAuto() local
784 if (textNode) { in WalkDescendantsSetDirAuto()
785 nsTextNodeDirectionalityMap::AddEntryToMap(textNode, aElement); in WalkDescendantsSetDirAuto()

12345678910>>...50