Home
last modified time | relevance | path

Searched defs:updateDoc (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/jaxup/jaxup/src/java/samples/org/jaxup/samples/dom4j/
H A DDom4JUpdateDemo.java34 Document updateDoc = builder.read(new File(args[1])); in main() local
/dports/textproc/jaxup/jaxup/src/java/samples/org/jaxup/samples/jdom/
H A DJDomUpdateDemo.java34 Document updateDoc = builder.build(new File(args[1])); in main() local
/dports/textproc/jaxup/
H A DDOMXUpdater.java31 Document updateDoc=builder.parse(args[1]); in main() local
/dports/textproc/jaxup/jaxup/src/java/samples/org/jaxup/samples/dom/
H A DDOMUpdateDemo.java42 Document updateDoc = builder.parse(args[1]); in main() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dnesting_depth_test.cpp191 BSONObjBuilder updateDoc(updates.subobjStart()); in appendUpdateCommandWithNestedDocuments() local
231 BSONObjBuilder updateDoc(updates.subobjStart()); in appendUpdateReplaceCommandWithNestedDocuments() local
349 BSONObjBuilder updateDoc(updates.subobjStart()); in appendUpdateCommandWithNestedArrays() local
390 BSONObjBuilder updateDoc(updates.subobjStart()); in appendUpdateReplaceCommandWithNestedArrays() local
/dports/textproc/jaxup/jaxup/src/java/samples/org/jaxup/tests/
H A DTestDriver.java117 Object updateDoc; in doTest() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/write_ops/
H A Dmock_ns_targeter.h92 OperationContext* opCtx, const write_ops::UpdateOpEntry& updateDoc) const override { in targetUpdate()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dsessions_test.go62 var updateDoc = bsonx.Doc{{"$inc", bsonx.Document(bsonx.Doc{{"x", bsonx.Int32(1)}})}} var
/dports/misc/ktouch/ktouch-21.12.3/src/declarativeitems/
H A Dlessonpainter.cpp284 void LessonPainter::updateDoc() in updateDoc() function in LessonPainter
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/shell/
H A Dlscp.cpp197 static void updateDoc() { in updateDoc() function
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/prefetch/
H A DnsOfflineCacheUpdateService.cpp133 nsCOMPtr<Document> updateDoc = do_QueryReferent(mDocument); in OnStateChange() local
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/prefetch/
H A DnsOfflineCacheUpdateService.cpp149 nsCOMPtr<nsIDOMDocument> updateDoc = do_QueryReferent(mDocument); in OnStateChange() local
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/prefetch/
H A DnsOfflineCacheUpdateService.cpp154 nsCOMPtr<nsIDOMDocument> updateDoc = do_QueryReferent(mDocument); in OnStateChange() local
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DIndexWriterDeleteTest.cpp110 static void updateDoc(const IndexWriterPtr& modifier, int32_t id, int32_t value) { in updateDoc() function