Home
last modified time | relevance | path

Searched refs:xmlFile2 (Results 1 – 11 of 11) sorted by relevance

/dports/print/py-fonttools/fonttools-4.28.2/MetaTools/
H A DroundTrip.py36 xmlFile2 = tempfile.mkstemp(".%s.ttx2" % fn)
44 ttx.ttDump(ttFile2, xmlFile2, options)
46 diffcmd = 'diff -U2 -I ".*modified value\|checkSumAdjustment.*" "%s" "%s"' % (xmlFile1, xmlFile2)
63 for tmpFile in (xmlFile1, ttFile2, xmlFile2):
/dports/print/py-fonttools3/fonttools-3.44.0/MetaTools/
H A DroundTrip.py36 xmlFile2 = tempfile.mktemp(".%s.ttx2" % fn)
44 ttx.ttDump(ttFile2, xmlFile2, options)
46 diffcmd = 'diff -U2 -I ".*modified value\|checkSumAdjustment.*" "%s" "%s"' % (xmlFile1, xmlFile2)
63 for tmpFile in (xmlFile1, ttFile2, xmlFile2):
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/picbrowser/
H A Dcollection.cpp36 collectionReaderThread::collectionReaderThread ( QString &xmlFile2, bool importCollection ) in collectionReaderThread() argument
43 xmlFile = xmlFile2; in collectionReaderThread()
307 collectionsWriterThread::collectionsWriterThread ( const QString& xmlFile2, QList<collections *> sa… in collectionsWriterThread() argument
309 xmlFile = xmlFile2; in collectionsWriterThread()
385 collectionWriterThread::collectionWriterThread ( QString &xmlFile2, imageCollection &saveCollection… in collectionWriterThread() argument
387 xmlFile = xmlFile2; in collectionWriterThread()
H A Dcollection.h67 collectionReaderThread ( QString &xmlFile2, bool importCollection );
153 collectionsWriterThread (const QString& xmlFile2, QList<collections *> saveCollections2 );
186 collectionWriterThread ( QString &xmlFile2, imageCollection &saveCollection2 );
/dports/math/scilab/scilab-6.1.1/scilab/modules/xml/tests/unit_tests/
H A DxmlRead.dia.ref26 xmlFile2=xmlRead(SCI+"/etc/classpath.xml");
27 assert_checktrue(xmlIsValidObject(xmlFile2));
29 content2=xmlDump(xmlFile2);
36 xmlDelete(xmlFile2);
H A DxmlRead.tst32 xmlFile2=xmlRead(SCI+"/etc/classpath.xml");
33 assert_checktrue(xmlIsValidObject(xmlFile2));
36 content2=xmlDump(xmlFile2);
43 xmlDelete(xmlFile2);
H A DxmlXPath.tst53 xmlFile2=xmlRead(SCI+"/etc/classpath.xml");
55 content2=xmlDump(xmlFile2);
62 xmlDelete(xmlFile2);
H A DxmlXPath.dia.ref45 xmlFile2=xmlRead(SCI+"/etc/classpath.xml");
47 content2=xmlDump(xmlFile2);
54 xmlDelete(xmlFile2);
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/diff/
H A Ddiff.cxx92 xmlDocPtr xmlFile2; member in __anon9f5f339e0111::XMLDiff
100 , xmlFile2(xmlParseMemory(pContent, size)) in XMLDiff()
114 xmlFreeDoc(xmlFile2); in ~XMLDiff()
172 xmlNode* root2 = xmlDocGetRootElement(xmlFile2); in compare()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/diff/
H A Ddiff.cxx94 xmlDocPtr const xmlFile2; member in XMLDiff
101 , xmlFile2(xmlParseMemory(pContent, size)) in XMLDiff()
115 xmlFreeDoc(xmlFile2); in ~XMLDiff()
173 xmlNode* root2 = xmlDocGetRootElement(xmlFile2); in compare()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtexstudio.cpp6916 QFile xmlFile2(":/qxs/defaultFormats.qxf"); in generateAddtionalTranslations() local
6917 xmlFile2.open(QIODevice::ReadOnly); in generateAddtionalTranslations()
6918 xml.setContent(&xmlFile2); in generateAddtionalTranslations()