Home
last modified time | relevance | path

Searched refs:sourceDocument (Results 1 – 25 of 46) sorted by relevance

12

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DCommonAccessibility.java34 private final String sourceDocument; field in CommonAccessibility
38 private CommonAccessibility(String sourceDocument, String role) { in CommonAccessibility() argument
39 this.sourceDocument = sourceDocument; in CommonAccessibility()
52 String sourceDocument = propertyList.get(Constants.PR_SOURCE_DOCUMENT).getString(); in getInstance() local
53 if ("none".equals(sourceDocument)) { in getInstance()
54 sourceDocument = null; in getInstance()
60 if (sourceDocument == null && role == null) { in getInstance()
63 return new CommonAccessibility(sourceDocument, role); in getInstance()
73 return sourceDocument; in getSourceDocument()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppcodegen_test.cpp353 QVERIFY(sourceDocument); in test_codegen_definition_empty_class()
357 snapshot.insert(sourceDocument); in test_codegen_definition_empty_class()
408 QVERIFY(sourceDocument); in test_codegen_definition_first_member()
415 snapshot.insert(sourceDocument); in test_codegen_definition_first_member()
467 QVERIFY(sourceDocument); in test_codegen_definition_last_member()
474 snapshot.insert(sourceDocument); in test_codegen_definition_last_member()
533 QVERIFY(sourceDocument); in test_codegen_definition_middle_member()
540 snapshot.insert(sourceDocument); in test_codegen_definition_middle_member()
593 QVERIFY(sourceDocument); in test_codegen_definition_middle_member_surrounded_by_undefined()
600 snapshot.insert(sourceDocument); in test_codegen_definition_middle_member_surrounded_by_undefined()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtxmlpatterns/examples/xmlpatterns/recipes/
H A Dquerymainwindow.cpp114 QFile sourceDocument; in evaluate() local
115 sourceDocument.setFileName(":/files/cookbook.xml"); in evaluate()
116 sourceDocument.open(QIODevice::ReadOnly); in evaluate()
123 query.bindVariable("inputDocument", &sourceDocument); in evaluate()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/xmlpatterns/recipes/
H A Dquerymainwindow.cpp100 QFile sourceDocument; in evaluate() local
101 sourceDocument.setFileName(":/files/cookbook.xml"); in evaluate()
102 sourceDocument.open(QIODevice::ReadOnly); in evaluate()
109 query.bindVariable("inputDocument", &sourceDocument); in evaluate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JavadocBasher/org/eclipse/swt/tools/internal/
H A DJavadocBasher.java241 final Document sourceDocument = new Document(new String(contents)); in bashFile() local
270 …comments.put(key, javadoc != null ? sourceDocument.get(javadoc.getStartPosition(), getJavadocLengt… in bashFile()
287 …comments.put(key, javadoc != null ? sourceDocument.get(javadoc.getStartPosition(), getJavadocLengt… in bashFile()
300 …comments.put(key, javadoc != null ? sourceDocument.get(javadoc.getStartPosition(), getJavadocLengt… in bashFile()
477 int getJavadocLength(Document sourceDocument, Javadoc javadoc) { in getJavadocLength() argument
478 …return skipWhitespace(sourceDocument, javadoc.getStartPosition() + javadoc.getLength()) - javadoc.… in getJavadocLength()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DPostMessageEvent.cpp73 nsCOMPtr<nsIDocument> sourceDocument; in Run() local
74 sourceDocument.swap(mSourceDocument); in Run()
126 NS_LITERAL_CSTRING("DOM Window"), sourceDocument, in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DPostMessageEvent.cpp62 nsCOMPtr<nsIDocument> sourceDocument; in Run() local
63 sourceDocument.swap(mSourceDocument); in Run()
130 sourceDocument, nsContentUtils::eDOM_PROPERTIES, in Run()
/dports/textproc/fop/fop-2.6/fop-events/src/main/java/org/apache/fop/tools/
H A DEventProducerCollectorTask.java140 Node sourceDocument; in updateTranslationFile() local
147 sourceDocument = domres.getNode(); in updateTranslationFile()
150 sourceDocument = generated; in updateTranslationFile()
154 src = new DOMSource(sourceDocument); in updateTranslationFile()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xml/
H A DnsXMLPrettyPrinter.cpp121 nsCOMPtr<nsIDOMDocument> sourceDocument = do_QueryInterface(aDocument); in PrettyPrint() local
122 rv = transformer->TransformToFragment(sourceDocument, sourceDocument, in PrettyPrint()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fo/properties/
H A DCommonAccessibilityHolderTestCase.java50 private final String sourceDocument = "source document"; field in CommonAccessibilityHolderTestCase
102 assertEquals(errorMessage, sourceDocument, in bindMustSetRoleAndSourceDoc()
124 when(mockSourceDocProperty.getString()).thenReturn(sourceDocument); in mockSourceDocProperty()
/dports/devel/matreshka/matreshka-0.7.0/testsuite/xml/xmlcatconf/
H A DrunTests.py84 sourceDocument = parse(testSuite)
95 children = sourceDocument.documentElement.childNodes
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DContentAreaDropListener.jsm270 let sourceDocument = sourceNode.ownerDocument;
272 if (sourceDocument == eventDocument) {
278 if (sourceDocument && eventDocument) {
279 if (sourceDocument.defaultView == null) {
282 let sourceRoot = sourceDocument.defaultView.top;
/dports/www/firefox/firefox-99.0/dom/base/
H A DContentAreaDropListener.jsm270 let sourceDocument = sourceNode.ownerDocument;
272 if (sourceDocument == eventDocument) {
278 if (sourceDocument && eventDocument) {
279 if (sourceDocument.defaultView == null) {
282 let sourceRoot = sourceDocument.defaultView.top;
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DContentAreaDropListener.jsm270 let sourceDocument = sourceNode.ownerDocument;
272 if (sourceDocument == eventDocument) {
278 if (sourceDocument && eventDocument) {
279 if (sourceDocument.defaultView == null) {
282 let sourceRoot = sourceDocument.defaultView.top;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DContentAreaDropListener.jsm270 let sourceDocument = sourceNode.ownerDocument;
272 if (sourceDocument == eventDocument) {
278 if (sourceDocument && eventDocument) {
279 if (sourceDocument.defaultView == null) {
282 let sourceRoot = sourceDocument.defaultView.top;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppfunctiondecldeflink.h89 CPlusPlus::Document::Ptr sourceDocument; variable
H A Dcppfunctiondecldeflink.cpp161 finder.findMatchingDeclaration(LookupContext(link->sourceDocument, snapshot), in findLinkHelper()
253 result->sourceDocument = doc; in startFindLinkAt()
541 typeOfExpression.init(sourceDocument, snapshot); in changes()
582 LookupContext sourceContext(sourceDocument, snapshot); in changes()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/
H A DnsIContentFilter.idl60 * @param sourceDocument document where content came from (can be null)
74 in nsIDOMDocument sourceDocument,
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DPreprocessor.cs228 XmlDocument sourceDocument = source.OwnerDocument ?? (XmlDocument)source; in CloneChildrenResolvingImports()
242sourceDocument.DocumentElement == child && // This is the roo… in CloneChildrenResolvingImports()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DTranslationExtensions.pas397 …n( self: ComponentInstance; refNum: TranslationRefNum; const (*var*) sourceDocument: FSSpec; srcTy… in self()
H A DTranslation.pas366 function TranslateFile( const (*var*) sourceDocument: FSSpec; const (*var*) destinationDocument: FS… in TranslateFile()
/dports/textproc/saxon-devel/saxon-devel-9.1.0.8_1,1/samples/cs/
H A DXsltTestSuiteDriver.cs255 XdmNode sourceDocument = getChildElement(testInput, sourceDocumentNT); in go()
257 if (sourceDocument != null) in go()
259 … absXMLName = testSuiteDir + "/TestInputs/" + sourceDocument.GetAttributeValue(fileAtt); in go()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsIDragSession.idl57 readonly attribute nsIDOMDocument sourceDocument;
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsIDragSession.idl57 readonly attribute nsIDOMDocument sourceDocument;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsIDragSession.idl52 readonly attribute Document sourceDocument;

12