Home
last modified time | relevance | path

Searched refs:processDocument (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/grantlee5/grantlee-5.2.0/textdocument/tests/
H A Dplainmarkupbuildertest.cpp78 md->processDocument(doc); in testSingleFormat()
94 md->processDocument(doc); in testDoubleFormat()
110 md->processDocument(doc); in testAnchor()
129 md->processDocument(doc); in testAnchorWithFormattedContent()
148 md->processDocument(doc); in testAdjacentAnchors()
165 md->processDocument(doc); in testNestedFormatting()
182 md->processDocument(doc); in testSpan()
199 md->processDocument(doc); in testDoubleSpan()
216 md->processDocument(doc); in testSpanNesting()
233 md->processDocument(doc); in testDoubleStartDifferentFinish()
[all …]
H A Dhtmlbuildertest.cpp73 md->processDocument(doc); in testSingleFormat()
90 md->processDocument(doc); in testDoubleFormat()
108 md->processDocument(doc); in testAnchor()
125 md->processDocument(doc); in testAnchorWithFormattedContent()
144 md->processDocument(doc); in testAdjacentAnchors()
161 md->processDocument(doc); in testNestedFormatting()
178 md->processDocument(doc); in testSpan()
197 md->processDocument(doc); in testDoubleSpan()
218 md->processDocument(doc); in testSpanNesting()
236 md->processDocument(doc); in testDoubleStartDifferentFinish()
[all …]
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/grantleebuilder/autotests/
H A Dplaintextmarkupbuildertest.cpp54 md->processDocument(doc); in testPlainText()
78 md->processDocument(doc); in testSingleFormat()
97 md->processDocument(doc); in testDoubleFormat()
114 md->processDocument(doc); in testAnchor()
134 md->processDocument(doc); in testAnchorWithFormattedContent()
156 md->processDocument(doc); in testAdjacentAnchors()
176 md->processDocument(doc); in testNestedFormatting()
194 md->processDocument(doc); in testSpan()
215 md->processDocument(doc); in testDoubleSpan()
235 md->processDocument(doc); in testSpanNesting()
[all …]
H A Dtexthtmlbuildertest.cpp30 md->processDocument(doc); in testHtmlWithTab()
81 md->processDocument(doc); in testHtmlText()
105 md->processDocument(doc); in testSingleFormat()
125 md->processDocument(doc); in testDoubleFormat()
145 md->processDocument(doc); in testAnchor()
164 md->processDocument(doc); in testAnchorWithFormattedContent()
186 md->processDocument(doc); in testAdjacentAnchors()
206 md->processDocument(doc); in testNestedFormatting()
225 md->processDocument(doc); in testSpan()
248 md->processDocument(doc); in testDoubleSpan()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/examples/arrows/hparser/
H A DHXmlParser.hs73 …( processDocument $< getSysAttr "action" ) -- ask for the action stored in the key-value list o…
94 processDocument :: String -> IOSArrow XmlTree XmlTree
95 processDocument "only-text" function
100 processDocument "indent" function
105 processDocument _action function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/examples/arrows/absurls/
H A DProcessDocument.hs21 ( processDocument )
33 processDocument :: IOSArrow XmlTree XmlTree
34 processDocument
/dports/textproc/wv2/wv2-0.4.2/tests/
H A Dregression56 processDocument(a)
71 processDocument(pathname)
79 def processDocument(document):
/dports/devel/grantlee5/grantlee-5.2.0/examples/textedit/
H A Dfilters.cpp43 director->processDocument(document); in doFilter()
63 director->processDocument(document); in doFilter()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/todo/
H A Dqmljstodoitemsscanner.cpp76 processDocument(doc); in documentUpdated()
79 void QmlJsTodoItemsScanner::processDocument(QmlJS::Document::Ptr doc) in processDocument() function in Todo::Internal::QmlJsTodoItemsScanner
H A Dcpptodoitemsscanner.cpp72 processDocument(doc); in documentUpdated()
75 void CppTodoItemsScanner::processDocument(CPlusPlus::Document::Ptr doc) in processDocument() function in Todo::Internal::CppTodoItemsScanner
H A Dcpptodoitemsscanner.h46 void processDocument(CPlusPlus::Document::Ptr doc);
H A Dqmljstodoitemsscanner.h47 void processDocument(QmlJS::Document::Ptr doc);
/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/comp/
H A DCompCSModel.java92 processDocument(handler.getDocument()); in load()
128 private void processDocument(Document doc) { in processDocument() method in CompCSModel
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/cxx11/
H A Dtst_cxx11.cpp125 static void processDocument(const Document::Ptr doc, QByteArray source, in processDocument() function in tst_cxx11
145 processDocument(doc, QTextStream(&file).readAll().toUtf8(), features, errors); in document()
300 processDocument(doc, source.toUtf8(), features, &errors); in lambdaType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/
H A DProductModel.java83 processDocument(handler.getDocument()); in load()
116 private void processDocument(Document doc) { in processDocument() method in ProductModel
/dports/games/0ad/0ad-0.0.23b-alpha/source/collada/
H A DXMLFix.cpp144 static bool processDocument(xmlNode* root) in processDocument() function
172 if (root && processDocument(root)) in FixBrokenXML()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppeditordocument.cpp222 processDocument(); in onReloadFinished()
261 processDocument(); in onFilePathChanged()
275 void CppEditorDocument::processDocument() in processDocument() function in CppEditor::Internal::CppEditorDocument
383 &CppEditorDocument::processDocument, in initializeTimer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/
H A DAbstractSiteModel.java92 processDocument(handler.getDocument()); in load()
107 private void processDocument(Document doc) { in processDocument() method in AbstractSiteModel
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/
H A DAbstractFeatureModel.java85 processDocument(handler.getDocument()); in load()
110 private void processDocument(Document doc) { in processDocument() method in AbstractFeatureModel
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dstickers_dice_pack.cpp65 const auto document = _session->data().processDocument( in applySet()
133 const auto document = _session->data().processDocument( in generateLocal()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DDocConsumerPerThread.h24 virtual DocWriterPtr processDocument() = 0;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/webuni/commonmark-attributes-extension/src/
H A DAttributesListener.php31 $this->processor->processDocument($document);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/catch/
H A Dcatchtestparser.h47 bool processDocument(QFutureInterface<TestParseResultPtr> futureInterface,
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/gtest/
H A Dgtestparser.h47 bool processDocument(QFutureInterface<TestParseResultPtr> futureInterface,
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/boost/
H A Dboosttestparser.h47 bool processDocument(QFutureInterface<TestParseResultPtr> futureInterface,

12345