Home
last modified time | relevance | path

Searched refs:xslFile (Results 1 – 25 of 96) sorted by relevance

1234

/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/UML/Output/
H A DExporterXSL.php72 * @param string $xslFile XSL file (template file)
92 * @param string $xslFile XSL file (template file)
103 return $this->transform($outputDir, $xslFile, $xmlDom);
123 $xslFile = $this->getXslFilepath();
142 if (file_exists($xslFile))
156 * @param string $xslFile XSL file (template file)
167 if ($xslFile=='')
168 $xslFile = 'html/'.self::STARTING_TPL;
170 if (!(file_exists($xslFile) && is_readable($xslFile)))
172 'Could not read file '.$xslFile
[all …]
/dports/textproc/xalan-j/xalan-j_2_7_2/samples/servlet/
H A DUseStylesheetParamServlet.java51 String xslFile, xmlFile, paramValue; field in UseStylesheetParamServlet
61 xslFile = req.getParameter("XSL"); in doGet()
72 if ( xslFile == null) { in doGet()
80 xslFile = ctx + xslFile; in doGet()
86 tFactory.newTransformer(new StreamSource(xslFile)); in doGet()
H A DjspSample.jsp32 String xslFile = request.getParameter("XSL");
36 xslFile = ctx + xslFile;
42 tFactory.newTransformer(new StreamSource(xslFile));
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/seo/Configuration/TypoScript/XmlSitemap/
H A Dsetup.typoscript39 # Here you can override the xslFile for all sitemaps
40 # xslFile = EXT:seo/Resources/Public/CSS/Sitemap.xsl
43 # Here you can override the xslFile for all sitemaps of a certain sitemapType
44 # xslFile = EXT:seo/Resources/Public/CSS/Sitemap.xsl
48 # Here you can override the xslFile for a single sitemap
49 # xslFile = EXT:seo/Resources/Public/CSS/Sitemap.xsl
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/seo/Configuration/TypoScript/XmlSitemap/
H A Dsetup.typoscript39 # Here you can override the xslFile for all sitemaps
40 # xslFile = EXT:seo/Resources/Public/CSS/Sitemap.xsl
43 # Here you can override the xslFile for all sitemaps of a certain sitemapType
44 # xslFile = EXT:seo/Resources/Public/CSS/Sitemap.xsl
48 # Here you can override the xslFile for a single sitemap
49 # xslFile = EXT:seo/Resources/Public/CSS/Sitemap.xsl
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/functional/
H A DFossologyFunctionalTests.php66 $xslFile = $WORKSPACE . '/fossology/tests/Reports/hudson/junit-noframes.xsl'; variable
95 $report = genHtml($inFile, $outFile, $xslFile);
140 $report = genHtml($inFile, $outFile, $xslFile);
184 $report = genHtml($inFile, $outFile, $xslFile);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.3/
H A DFeature-88147-AddPossibilityToConfigureThePathToSitemapXslFile.rst6 Feature: #88147 - Add possibility to configure the path to sitemap xslFile
18 plugin.tx_seo.config.xslFile = EXT:myext/Resources/Public/CSS/mySite.xsl
22 … plugin.tx_seo.config.<sitemapType>.sitemaps.xslFile = EXT:myext/Resources/Public/CSS/mySite.xsl
26 …plugin.tx_seo.config.<sitemapType>.sitemaps.<sitemap>.config.xslFile = EXT:myext/Resources/Public/…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.3/
H A DFeature-88147-AddPossibilityToConfigureThePathToSitemapXslFile.rst6 Feature: #88147 - Add possibility to configure the path to sitemap xslFile
18 plugin.tx_seo.config.xslFile = EXT:myext/Resources/Public/CSS/mySite.xsl
22 … plugin.tx_seo.config.<sitemapType>.sitemaps.xslFile = EXT:myext/Resources/Public/CSS/mySite.xsl
26 …plugin.tx_seo.config.<sitemapType>.sitemaps.<sitemap>.config.xslFile = EXT:myext/Resources/Public/…
/dports/misc/tellico/tellico-3.4.2/src/newstuff/
H A Dmanager.cpp95 QString xslFile; in installTemplate() local
109 xslFile = findXSL(archiveDir); in installTemplate()
123 xslFile = QFileInfo(name).fileName(); in installTemplate()
124 allFiles << xslFile; in installTemplate()
128 if(xslFile.isEmpty()) { in installTemplate()
133 config.writeEntry(xslFile, file_); in installTemplate()
159 QString xslFile = userTemplates().value(name_); in removeTemplateByName() local
160 if(!xslFile.isEmpty()) { in removeTemplateByName()
162 QString file = config.readEntry(xslFile, QString()); in removeTemplateByName()
167 QFile::remove(Tellico::saveLocation(QStringLiteral("entry-templates/")) + xslFile); in removeTemplateByName()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/unit/
H A DrunAgentUnit.php85 $xslFile = "CUnit-Run.xsl"; // default
88 $xslFile = "CUnit-Run.xsl";
92 $xslFile = "CUnit-List.xsl";
97 $xslPath = "/usr/share/CUnit/$xslFile";
/dports/misc/parley/parley-21.12.3/src/
H A Dexportdialog.cpp72 QString xslFile; in accept() local
74xslFile = QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("parley/xslt/… in accept()
76xslFile = QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("parley/xslt/… in accept()
92 cur = xsltParseStylesheetFile((const xmlChar *)xslFile.toLatin1().constData()); in accept()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DBug6540545.java52 String xslFile = "numbering63.xsl"; in test() local
56 …sformer(new StreamSource(getClass().getResourceAsStream(xslFile), getClass().getResource(xslFile).… in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/jaxp/transform/8004476/
H A DXSLTExFuncTest.java60 String xslFile, xslFileId; field in XSLTExFuncTest
66 xslFile = filepath + "/tokenize.xsl"; in setUp()
72 xslFileId = "file:///" + xslFile; in setUp()
181 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in testTemplatesEnableExtFunc()
209 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in transform()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/xml/jaxp/transform/8004476/
H A DXSLTExFuncTest.java60 String xslFile, xslFileId; field in XSLTExFuncTest
66 xslFile = filepath + "/tokenize.xsl"; in setUp()
72 xslFileId = "file:///" + xslFile; in setUp()
181 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in testTemplatesEnableExtFunc()
209 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in transform()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/xml/jaxp/transform/8004476/
H A DXSLTExFuncTest.java60 String xslFile, xslFileId; field in XSLTExFuncTest
66 xslFile = filepath + "/tokenize.xsl"; in setUp()
72 xslFileId = "file:///" + xslFile; in setUp()
181 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in testTemplatesEnableExtFunc()
209 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in transform()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/jaxp/transform/8004476/
H A DXSLTExFuncTest.java60 String xslFile, xslFileId; field in XSLTExFuncTest
66 xslFile = filepath + "/tokenize.xsl"; in setUp()
72 xslFileId = "file:///" + xslFile; in setUp()
181 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in testTemplatesEnableExtFunc()
209 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in transform()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/xml/jaxp/transform/8004476/
H A DXSLTExFuncTest.java60 String xslFile, xslFileId; field in XSLTExFuncTest
66 xslFile = filepath + "/tokenize.xsl"; in setUp()
72 xslFileId = "file:///" + xslFile; in setUp()
181 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in testTemplatesEnableExtFunc()
209 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in transform()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/xml/jaxp/transform/8004476/
H A DXSLTExFuncTest.java60 String xslFile, xslFileId; field in XSLTExFuncTest
66 xslFile = filepath + "/tokenize.xsl"; in setUp()
72 xslFileId = "file:///" + xslFile; in setUp()
181 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in testTemplatesEnableExtFunc()
209 SAXSource xslSource = new SAXSource(new InputSource(xslFile)); in transform()

1234