Home
last modified time | relevance | path

Searched refs:targetDoc (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/tdom/tdom-0.9.1/tests/
H A Ddom.bench62 set targetDoc [$target ownerDocument]
72 set targetChild [$targetDoc createCDATASection \
95 set targetDoc [$target ownerDocument]
99 $targetDoc createElement [$child nodeName] targetChild
102 $targetDoc createTextNode [$child nodeValue] targetChild
112 $targetDoc createComment [$child nodeValue] targetChild
127 set targetDoc [domNode $target ownerDocument]
131 set targetChild [$targetDoc createElement \
135 set targetChild [$targetDoc createTextNode \
139 set targetChild [$targetDoc createCDATASection \
[all …]
/dports/graphics/podofo/podofo-0.9.7/tools/podofoimpose/
H A Dpdftranslator.cpp78 targetDoc = NULL; in PdfTranslator()
193 ret = targetDoc->GetObjects().CreateObject ( *obj ); in migrateResource()
246 ret = targetDoc->GetObjects().CreateObject ( narray ); in migrateResource()
318 targetDoc = new PdfMemDocument; in setTarget()
332 PdfXObject *xobj = new PdfXObject ( page->GetMediaBox(), targetDoc ); in setTarget()
399 targetDoc->SetPdfVersion ( sourceDoc->GetPdfVersion() ); in setTarget()
402 PdfInfo *tInfo ( targetDoc->GetInfo() ); in setTarget()
467 if ( !targetDoc ) in impose()
511 newpage = targetDoc->CreatePage ( PdfRect ( 0.0, 0.0, destWidth, destHeight ) ); in impose()
581 targetDoc->Write ( outFilePath.c_str() ); in impose()
H A Dpdftranslator.h66 PdfMemDocument *targetDoc; variable
/dports/textproc/fop/fop-2.6/fop-sandbox/src/main/java/org/apache/fop/render/svg/
H A DSVGSVGHandler.java49 SVGDocument targetDoc = (SVGDocument)context.getProperty(SVG_DOCUMENT); in handleXML() local
51 Element view = targetDoc.createElementNS(getNamespace(), "svg"); in handleXML()
52 Node newsvg = targetDoc.importNode(svg, true); in handleXML()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/xmlregistry/
H A DRegistryTree.cpp280 xml::Document targetDoc = xml::Document::create(); in exportToFile() local
285 targetDoc.addTopLevelNode(keyName); in exportToFile()
291 targetDoc.copyNodes(children); in exportToFile()
294 targetDoc.saveToFile(filename); in exportToFile()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/project/
H A DProjectViewModel.h122 …static bool isAcceptableFolder(Document *targetDoc, const QString &targetFolderPath, const Folder …
169 void dropObject(GObject *obj, Document *targetDoc, const QString &targetFolderPath);
170 void dropFolder(const Folder &folder, Document *targetDoc, const QString &targetFolderPath);
171 void dropDocument(Document *doc, Document *targetDoc, const QString &targetFolderPath);
H A DProjectViewModel.cpp328 Document *targetDoc = target.getDocument(); in dropMimeData() local
329 SAFE_POINT(nullptr != targetDoc, "NULL document", false); in dropMimeData()
330 CHECK(!targetDoc->isStateLocked(), false); in dropMimeData()
336 dropObject(iter.nextObject(), targetDoc, folderPath); in dropMimeData()
340 dropFolder(iter.nextFolder(), targetDoc, folderPath); in dropMimeData()
1301 if (folder.getDocument() == targetDoc) { in isAcceptableFolder()
1380 if (obj->getDocument() == targetDoc) { in dropObject()
1381 moveObject(targetDoc, obj, actualDstPath); in dropObject()
1382 emit si_documentContentChanged(targetDoc); in dropObject()
1396 emit si_documentContentChanged(targetDoc); in dropFolder()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/ops/
H A Dmodifier_unset.cpp45 PreparedState(mutablebson::Document* targetDoc) in PreparedState()
46 : doc(*targetDoc), idxFound(0), elemFound(doc.end()), noOp(false) {} in PreparedState()
H A Dmodifier_compare.cpp46 PreparedState(mutablebson::Document& targetDoc) in PreparedState()
47 : doc(targetDoc), idxFound(0), elemFound(doc.end()) {} in PreparedState()
H A Dmodifier_pop.cpp47 PreparedState(mutablebson::Document* targetDoc) in PreparedState()
48 : doc(*targetDoc), in PreparedState()
H A Dmodifier_pull_all.cpp50 PreparedState(mutablebson::Document* targetDoc) in PreparedState()
51 : doc(*targetDoc), in PreparedState()
H A Dmodifier_set.cpp45 PreparedState(mutablebson::Document* targetDoc) in PreparedState()
46 : doc(*targetDoc), idxFound(0), elemFound(doc.end()), noOp(false), elemIsBlocking(false) {} in PreparedState()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DDisassembler-shared.cpp135 LabelDoc targetDoc = LabelDoc(internalResolve(target), target->bound()); in spewRetarget() local
140 spew("%s%d: .retarget -> %d%s", labelIndent_, labelDoc.doc, targetDoc.doc, in spewRetarget()
141 !targetDoc.bound ? "f" : ""); in spewRetarget()
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DDisassembler-shared.cpp135 LabelDoc targetDoc = LabelDoc(internalResolve(target), target->bound()); in spewRetarget() local
140 spew("%s%d: .retarget -> %d%s", labelIndent_, labelDoc.doc, targetDoc.doc, in spewRetarget()
141 !targetDoc.bound ? "f" : ""); in spewRetarget()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DDisassembler-shared.cpp121 LabelDoc targetDoc = LabelDoc(internalResolve(target), target->bound()); in spewRetarget() local
124 spew("%s%d: .retarget -> %d%s", labelIndent_, labelDoc.doc, targetDoc.doc, in spewRetarget()
125 !targetDoc.bound ? "f" : ""); in spewRetarget()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DDisassembler-shared.cpp135 LabelDoc targetDoc = LabelDoc(internalResolve(target), target->bound()); in spewRetarget() local
140 spew("%s%d: .retarget -> %d%s", labelIndent_, labelDoc.doc, targetDoc.doc, in spewRetarget()
141 !targetDoc.bound ? "f" : ""); in spewRetarget()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DDisassembler-shared.cpp131 LabelDoc targetDoc = LabelDoc(internalResolve(target), target->bound()); in spewRetarget() local
136 spew("%s%d: .retarget -> %d%s", labelIndent_, labelDoc.doc, targetDoc.doc, in spewRetarget()
137 !targetDoc.bound ? "f" : ""); in spewRetarget()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dquery_stage_delete.cpp177 BSONObj targetDoc = coll->docFor(&_opCtx, recordIds[targetDocIndex]).value(); in run() local
178 ASSERT(!targetDoc.isEmpty()); in run()
179 remove(targetDoc); in run()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dloadsaveplugin.cpp379 void LoadSavePlugin::setupTargets(ScribusDoc *targetDoc, ScribusView* targetView, ScribusMainWindow… in setupTargets() argument
381 m_Doc = targetDoc; in setupTargets()
500 void FileFormat::setupTargets(ScribusDoc *targetDoc, ScribusView* targetView, ScribusMainWindow* ta… in setupTargets() argument
503 plug->setupTargets(targetDoc, targetView, targetMW, targetMWPRogressBar, targetAvailableFonts); in setupTargets()
H A Dloadsaveplugin.h120 …virtual void setupTargets(ScribusDoc *targetDoc, ScribusView* targetView, ScribusMainWindow* targe…
227 …void setupTargets(ScribusDoc *targetDoc, ScribusView* targetView, ScribusMainWindow* targetMW, QPr…
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/modules/
H A DContentLinkHandler.jsm138 let targetDoc = aLink.ownerDocument;
139 var uri = BrowserUtils.makeURI(aLink.href, targetDoc.characterSet);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DPointerEventHandler.cpp578 nsIDocument* targetDoc = aCaptureTarget->OwnerDoc(); in DispatchGotOrLostPointerCaptureEvent() local
579 nsCOMPtr<nsIPresShell> shell = targetDoc->GetShell(); in DispatchGotOrLostPointerCaptureEvent()
597 targetDoc->DispatchEvent(event->InternalDOMEvent(), &dummy); in DispatchGotOrLostPointerCaptureEvent()
/dports/www/firefox-esr/firefox-91.8.0/dom/jsurl/
H A DnsJSProtocolHandler.cpp233 mozilla::dom::Document* targetDoc = innerWin->GetExtantDoc(); in EvaluateScript() local
235 if (targetDoc) { in EvaluateScript()
238 if (targetDoc->HasScriptsBlockedBySandbox()) { in EvaluateScript()
262 if (targetDoc->NodePrincipal()->Subsumes(loadInfo->TriggeringPrincipal())) { in EvaluateScript()
263 nsCOMPtr<nsIContentSecurityPolicy> targetCSP = targetDoc->GetCsp(); in EvaluateScript()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/jsurl/
H A DnsJSProtocolHandler.cpp228 mozilla::dom::Document* targetDoc = innerWin->GetExtantDoc(); in EvaluateScript() local
230 if (targetDoc) { in EvaluateScript()
233 if (targetDoc->HasScriptsBlockedBySandbox()) { in EvaluateScript()
252 if (targetDoc->NodePrincipal()->Subsumes(loadInfo->TriggeringPrincipal())) { in EvaluateScript()
253 nsCOMPtr<nsIContentSecurityPolicy> targetCSP = targetDoc->GetCsp(); in EvaluateScript()
/dports/www/firefox/firefox-99.0/dom/jsurl/
H A DnsJSProtocolHandler.cpp233 mozilla::dom::Document* targetDoc = innerWin->GetExtantDoc(); in EvaluateScript() local
235 if (targetDoc) { in EvaluateScript()
238 if (targetDoc->HasScriptsBlockedBySandbox()) { in EvaluateScript()
262 if (targetDoc->NodePrincipal()->Subsumes(loadInfo->TriggeringPrincipal())) { in EvaluateScript()
263 nsCOMPtr<nsIContentSecurityPolicy> targetCSP = targetDoc->GetCsp(); in EvaluateScript()

123