Home
last modified time | relevance | path

Searched refs:inDoc (Results 1 – 24 of 24) sorted by relevance

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/mongolib/proto/
H A Dsystem.profile_test.go13 inDoc []byte
17 inDoc: []byte(`{"ns":"sbtest.orders","op":"command","command":{"aggregate":"orders",` +
25 inDoc: []byte(`{"ns":"sbtest.people","op":"command","command":` +
37 err = bson.UnmarshalExtJSON(tc.inDoc, false, &doc)
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgslayerdefinition.py32 inDoc = """
45 doc.setContent(inDoc)
63 inDoc = """
79 doc.setContent(inDoc)
85 inDoc = """
101 doc.setContent(inDoc)
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/xmlpatterns/queries/
H A DreportGlobals.xq13 declare variable $inDoc as document-node() := doc($fileToOpen);
22 exists($inDoc/GCC_XML/Class[@id = $typeID])
25 exists($inDoc/GCC_XML/Class[@id = $inDoc/GCC_XML/CvQualifiedType[@id = $typeID]/@type])
30 exists($inDoc/GCC_XML/FundamentalType[@id = $typeId])
37 concat($inDoc/GCC_XML/File[@id = $block/@file]/@name, " at line ", $block/@line)
42 … let $complexVariables as element(Variable)* := $inDoc/GCC_XML/Variable[local:isComplexType(@type)]
58 … let $primitiveVariables as element(Variable)+ := $inDoc/GCC_XML/Variable[local:isPrimitive(@type)]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/
H A Dtest_rdfxml.py99 inDoc = first(manifest.objects(uri, TEST["inputDocument"]))
108 if inDoc[-3:] == ".nt":
114 store.parse(cached_file(inDoc), publicID=inDoc, format=format)
117 write(inDoc)
143 inDoc = first(manifest.objects(uri, TEST["inputDocument"]))
151 if inDoc[-3:] == ".nt":
155 store.parse(cached_file(inDoc), publicID=inDoc, format=format)
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/xmlpatterns/xquery/globalVariables/
H A DreportGlobals.xq13 declare variable $inDoc as document-node() := doc($fileToOpen);
23 exists($inDoc/GCC_XML/Class[@id = $typeID])
25 exists($inDoc/GCC_XML/Class[@id = $inDoc/GCC_XML/CvQualifiedType[@id = $typeID]/@type])
33 exists($inDoc/GCC_XML/FundamentalType[@id = $typeId])
42 concat($inDoc/GCC_XML/File[@id = $block/@file]/@name, " at line ", $block/@line)
53 … let $complexVariables as element(Variable)* := $inDoc/GCC_XML/Variable[local:isComplexType(@type)]
66 … let $primitiveVariables as element(Variable)+ := $inDoc/GCC_XML/Variable[local:isPrimitive(@type)]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtxmlpatterns/examples/xmlpatterns/xquery/globalVariables/
H A DreportGlobals.xq13 declare variable $inDoc as document-node() := doc($fileToOpen);
23 exists($inDoc/GCC_XML/Class[@id = $typeID])
25 exists($inDoc/GCC_XML/Class[@id = $inDoc/GCC_XML/CvQualifiedType[@id = $typeID]/@type])
33 exists($inDoc/GCC_XML/FundamentalType[@id = $typeId])
42 concat($inDoc/GCC_XML/File[@id = $block/@file]/@name, " at line ", $block/@line)
53 … let $complexVariables as element(Variable)* := $inDoc/GCC_XML/Variable[local:isComplexType(@type)]
66 … let $primitiveVariables as element(Variable)+ := $inDoc/GCC_XML/Variable[local:isPrimitive(@type)]
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgslayerdefinition.py37 inDoc = """
50 doc.setContent(inDoc)
68 inDoc = """
84 doc.setContent(inDoc)
90 inDoc = """
106 doc.setContent(inDoc)
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/
H A Diso-codes.cpp61 bool inDoc = false; in load() local
68 if (inDoc && name == entry_key) { in load()
79 inDoc = true; in load()
84 if (inDoc && name == main_key) { in load()
85 inDoc = false; in load()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/
H A DSimpleWorkflowTask.cpp66inDoc = new Document(BaseDocumentFormats::get(conf.inFormat), IOAdapterUtils::get(BaseIOAdapters::… in SimpleInOutWorkflowTask()
67 inDoc->setParent(this); in SimpleInOutWorkflowTask()
92 …saveInputTask = new SaveDocumentTask(inDoc, IOAdapterUtils::get(BaseIOAdapters::LOCAL_FILE), input… in prepare()
H A DSimpleWorkflowTask.h76 Document *inDoc; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsMenuBarX.h117 …void HideItem(nsIDOMDocument* inDoc, const nsAString & inID, nsIContent** outHiddenNo…
H A DnsMenuBarX.mm478 void nsMenuBarX::HideItem(nsIDOMDocument* inDoc, const nsAString & inID, nsIContent** outHiddenNode)
481 inDoc->GetElementById(inID, getter_AddRefs(menuItem));
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/filters/planner/import/
H A Dplannerimport.cpp88 QDomDocument inDoc; in convert() local
89 if (!inDoc.setContent(&in)) { in convert()
111 if (!loadPlanner(inDoc, part)) { in convert()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsMenuBarX.h135 void HideItem(nsIDocument* inDoc, const nsAString& inID, nsIContent** outHiddenNode);
H A DnsMenuBarX.mm539 void nsMenuBarX::HideItem(nsIDocument* inDoc, const nsAString & inID, nsIContent** outHiddenNode)
541 nsCOMPtr<Element> menuElement = inDoc->GetElementById(inID);
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsMenuBarX.h135 void HideItem(mozilla::dom::Document* inDoc, const nsAString& inID, nsIContent** outHiddenNode);
H A DnsMenuBarX.mm490 void nsMenuBarX::HideItem(mozilla::dom::Document* inDoc, const nsAString& inID,
492 nsCOMPtr<Element> menuElement = inDoc->GetElementById(inID);
/dports/math/kig/kig-21.12.3/kig/
H A Dkig_commands.h36 KigCommand( KigPart& inDoc, const QString& name );
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/examples/
H A DglobalVariables.qdoc137 then used in the declaration of the second variable, \c{$inDoc},
141 \c{globals.gccxml}, which is assigned to \c{$inDoc} to be used
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtxmlpatterns/examples/xmlpatterns/xquery/doc/src/
H A DglobalVariables.qdoc141 then used in the declaration of the second variable, \c{$inDoc},
145 \c{globals.gccxml}, which is assigned to \c{$inDoc} to be used
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/java/xtpipes/
H A DXtpipes.java890 StreamSource inDoc = null; in execute() local
894 inDoc = new StreamSource( new File(inFile) ); in execute()
898 inDoc = new StreamSource( bais ); in execute()
907 inDoc = new StreamSource( bais ); in execute()
970 transformer.transform(inDoc, outDoc ); in execute()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_nodeimpl.cpp1821 bool inDoc = inDocument(); in removeChildren() local
1832 if (inDoc) in removeChildren()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/tools/xtest/
H A Dxtest.cpp477 bool reValidateSig(DOMImplementation *impl, DOMDocument * inDoc, XSECCryptoKey *k) { in reValidateSig() argument
498 theSerializer->write(inDoc,theOutput); in reValidateSig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/parser/resources/
H A Dfinal-url-en26539 http://www.azleg.state.az.us/FormatDocument.asp?inDoc=/legtext/47leg/1R/adopted/H.2462-SE-TRANS.DOC…