Home
last modified time | relevance | path

Searched refs:doExport (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxGeometriesExporter.cpp50 void GeometriesExporter::doExport() in doExport() function in COLLADAMax::GeometriesExporter
52 doExport ( mExportSceneGraph->getRootExportNode() ); in doExport()
61 geometryExporter.doExport(); in doExport()
70 void GeometriesExporter::doExport ( ExportNode* exportNode ) in doExport() function in COLLADAMax::GeometriesExporter
74 geometryExporter.doExport(); in doExport()
81 doExport ( exportNode->getChild ( i ) ); in doExport()
H A DCOLLADAMaxDocumentExporter.cpp228 geometriesExporter.doExport(); in exportGeometries()
235 controllerExporter.doExport(); in exportControllers()
242 cameraExporter.doExport(); in exportCameras()
249 lightExporter.doExport(); in exportLights()
255 mEffectExporter->doExport(); in exportEffects()
261 mMaterialExporter->doExport(); in exportMaterials()
268 imageExporter.doExport(); in exportImages()
275 visualSceneExporter.doExport(); in exportVisualScenes()
281 mAnimationExporter->doExport(); in exportAnimations()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmake/testdata/func_export/
H A Dfunc_export.pro1 defineTest(doExport) {
7 doExport(bar)
8 doExport(baz)
15 doExport(foo)
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialExport.php35 protected $curonly, $doExport, $pageLinkDepth, $templates;
48 $this->doExport = false;
92 $this->doExport = true;
148 $this->doExport = true;
162 $this->doExport = true;
176 if ( $this->doExport ) {
191 $this->doExport( $page, $history, $list_authors, $exportall );
344 protected function doExport( $page, $history, $list_authors, $exportall ) { function in SpecialExport
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialExport.php35 protected $curonly, $doExport, $pageLinkDepth, $templates;
57 $this->doExport = false;
101 $this->doExport = true;
157 $this->doExport = true;
171 $this->doExport = true;
185 if ( $this->doExport ) {
200 $this->doExport( $page, $history, $list_authors, $exportall );
351 protected function doExport( $page, $history, $list_authors, $exportall ) { function in SpecialExport
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialExport.php35 protected $curonly, $doExport, $pageLinkDepth, $templates;
57 $this->doExport = false;
101 $this->doExport = true;
157 $this->doExport = true;
171 $this->doExport = true;
185 if ( $this->doExport ) {
200 $this->doExport( $page, $history, $list_authors, $exportall );
351 protected function doExport( $page, $history, $list_authors, $exportall ) {
/dports/graphics/qvge/qvge-0.6.3/src/qvgeioui/
H A DCImportExportUIController.cpp81 bool CImportExportUIController::doExport(CEditorScene& scene, const IFileSerializer &exporter) in doExport() function in CImportExportUIController
125 if (!doExport(scene, CImageExport( in exportImage()
140 doExport(scene, CFileSerializerDOT( in exportDOT()
158 doExport(scene, pdf); in exportPDF()
173 if (!doExport(scene, CSVGExport( in exportSVG()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dxdg_foreign.cpp58 void doExport();
191 void TestForeign::doExport() in doExport() function in TestForeign
242 doExport(); in testExport()
252 doExport(); in testDeleteImported()
273 doExport(); in testDeleteChildSurface()
300 doExport(); in testDeleteParentSurface()
326 doExport(); in testDeleteExported()
350 doExport(); in testExportTwoTimes()
401 doExport(); in testImportTwoTimes()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_xdg_foreign.cpp43 void doExport();
171 void TestForeign::doExport() in doExport() function in TestForeign
214 doExport(); in testExport()
219 doExport(); in testDeleteImported()
236 doExport(); in testDeleteChildSurface()
251 doExport(); in testDeleteParentSurface()
265 doExport(); in testDeleteExported()
286 doExport(); in testExportTwoTimes()
326 doExport(); in testImportTwoTimes()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/
H A DPhpDumper.php220 $c .= ' '.$this->doExport($id)." => true,\n";
788 $this->doExport($id)
1104 … $code .= ' '.$this->doExport($id).' => '.$this->doExport($normalizedId).",\n";
1123 $code .= ' '.$this->doExport($id)." => true,\n";
1150 $code .= ' '.$this->doExport($id)." => true,\n";
1178 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1258 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1823 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1869 $code = sprintf('$this->get(%s)', $this->doExport($id));
2017 return $this->doExport($value, true);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/
H A DPhpDumper.php220 $c .= ' '.$this->doExport($id)." => true,\n";
788 $this->doExport($id)
1104 … $code .= ' '.$this->doExport($id).' => '.$this->doExport($normalizedId).",\n";
1123 $code .= ' '.$this->doExport($id)." => true,\n";
1150 $code .= ' '.$this->doExport($id)." => true,\n";
1178 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1258 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1823 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1869 $code = sprintf('$this->get(%s)', $this->doExport($id));
2017 return $this->doExport($value, true);
[all …]
/dports/www/phpbb3/phpBB3/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php220 $c .= ' '.$this->doExport($id)." => true,\n";
788 $this->doExport($id)
1104 … $code .= ' '.$this->doExport($id).' => '.$this->doExport($normalizedId).",\n";
1123 $code .= ' '.$this->doExport($id)." => true,\n";
1150 $code .= ' '.$this->doExport($id)." => true,\n";
1178 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1258 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1823 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1869 $code = sprintf('$this->get(%s)', $this->doExport($id));
2017 return $this->doExport($value, true);
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php220 $c .= ' '.$this->doExport($id)." => true,\n";
785 $this->doExport($id)
1101 … $code .= ' '.$this->doExport($id).' => '.$this->doExport($normalizedId).",\n";
1120 $code .= ' '.$this->doExport($id)." => true,\n";
1147 $code .= ' '.$this->doExport($id)." => true,\n";
1175 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1255 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1820 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1866 $code = sprintf('$this->get(%s)', $this->doExport($id));
2013 return $this->doExport($value, true);
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php220 $c .= ' '.$this->doExport($id)." => true,\n";
785 $this->doExport($id)
1101 … $code .= ' '.$this->doExport($id).' => '.$this->doExport($normalizedId).",\n";
1120 $code .= ' '.$this->doExport($id)." => true,\n";
1147 $code .= ' '.$this->doExport($id)." => true,\n";
1175 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1255 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1820 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1866 $code = sprintf('$this->get(%s)', $this->doExport($id));
2014 return $this->doExport($value, true);
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php257 $c .= ' '.$this->doExport($id)." => true,\n";
949 $this->doExport($id)
1254 $code .= ' '.$this->doExport($id)." => true,\n";
1305 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1314 …$code .= ' '.$this->doExport($alias).' => '.$this->doExport($this->generateMethodName($…
1351 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1749 $this->doExport($id),
1858 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1911 $code = sprintf('$this->get(%s)', $this->doExport($id));
2076 return $this->doExport($value, true);
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php257 $c .= ' '.$this->doExport($id)." => true,\n";
949 $this->doExport($id)
1254 $code .= ' '.$this->doExport($id)." => true,\n";
1305 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1314 …$code .= ' '.$this->doExport($alias).' => '.$this->doExport($this->generateMethodName($…
1351 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1749 $this->doExport($id),
1856 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1909 $code = sprintf('$this->get(%s)', $this->doExport($id));
2074 return $this->doExport($value, true);
[all …]
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_xdg_foreign.cpp43 void doExport();
189 void TestForeign::doExport() in doExport() function in TestForeign
232 doExport(); in testExport()
237 doExport(); in testDeleteImported()
254 doExport(); in testDeleteChildSurface()
273 doExport(); in testDeleteParentSurface()
293 doExport(); in testDeleteExported()
314 doExport(); in testExportTwoTimes()
354 doExport(); in testImportTwoTimes()
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php275 $c .= ' '.$this->doExport($id)." => true,\n";
915 $this->doExport($id)
1220 $code .= ' '.$this->doExport($id)." => true,\n";
1271 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1280 …$code .= ' '.$this->doExport($alias).' => '.$this->doExport($this->generateMethodName($…
1317 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1708 $this->doExport($id),
1815 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1868 $code = sprintf('$this->get(%s)', $this->doExport($id));
2024 return $this->doExport($value, true);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php276 $c .= ' '.$this->doExport($id)." => true,\n";
919 $this->doExport($id)
1224 $code .= ' '.$this->doExport($id)." => true,\n";
1275 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1284 …$code .= ' '.$this->doExport($alias).' => '.$this->doExport($this->generateMethodName($…
1321 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1710 $this->doExport($id),
1817 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1870 $code = sprintf('$this->get(%s)', $this->doExport($id));
2026 return $this->doExport($value, true);
[all …]
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kaddressbook/importexportplugins/vcards/
H A Dvcardimportexportplugininterface.cpp342 bool VCardImportExportPluginInterface::doExport(const QUrl &url, const QByteArray &data) const in doExport() function in VCardImportExportPluginInterface
424 ok = doExport(url, converter.exportVCards(list, KContacts::VCardConverter::v2_1)); in exportVCard()
427 ok = doExport(url, converter.exportVCards(list, KContacts::VCardConverter::v3_0)); in exportVCard()
430 ok = doExport(url, converter.exportVCards(list, KContacts::VCardConverter::v4_0)); in exportVCard()
458 … tmpOk = doExport(url, converter.exportVCard(contact, KContacts::VCardConverter::v2_1)); in exportVCard()
461 … tmpOk = doExport(url, converter.exportVCard(contact, KContacts::VCardConverter::v3_0)); in exportVCard()
464 … tmpOk = doExport(url, converter.exportVCard(contact, KContacts::VCardConverter::v4_0)); in exportVCard()
480 ok = doExport(url, converter.exportVCards(list, KContacts::VCardConverter::v2_1)); in exportVCard()
483 ok = doExport(url, converter.exportVCards(list, KContacts::VCardConverter::v3_0)); in exportVCard()
486 ok = doExport(url, converter.exportVCards(list, KContacts::VCardConverter::v4_0)); in exportVCard()
/dports/devel/qca/qca-2.3.4/plugins/qca-gnupg/
H A Dmypgpkeycontext.cpp35 gpg.doExport(_props.keyId); in toBinary()
128 gpg.doExport(key.keyItems.first().id); in fromBinary()
139 gpg.doExport(key.keyItems.first().id); in fromBinary()
163 gpg.doExport(_props.keyId); in toAscii()
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/dependency-injection/Dumper/
H A DPhpDumper.php268 $c .= ' '.$this->doExport($id)." => true,\n";
1022 $this->doExport($id)
1318 $code .= ' '.$this->doExport($id)." => true,\n";
1369 …$code .= ' '.$this->doExport($id).' => '.$this->doExport($this->generateMethodName($id)…
1378 …$code .= ' '.$this->doExport($alias).' => '.$this->doExport($this->generateMethodName($…
1415 $code .= ' '.$this->doExport($alias).' => '.$this->doExport($id).",\n";
1815 $this->doExport($id),
1926 return sprintf('$this->getParameter(%s)', $this->doExport($name));
1979 $code = sprintf('$this->get(%s)', $this->doExport($id));
2144 return $this->doExport($value, true);
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxXRefExporter.h53 void doExport();
59 void doExport ( ExportNode* exportNode );
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpdflib.cpp29 bool PDFlib::doExport(const QString& fn, const std::vector<int> & pageNs, const QMap<int, QImage>& … in doExport() function in PDFlib
31 return static_cast<PDFLibCore*>(m_impl)->doExport(fn, pageNs, thumbs); in doExport()
/dports/games/anki/anki-2.1.16/anki/
H A Dexporting.py20 def doExport(self, path): member in Exporter
26 self.doExport(file)
79 def doExport(self, file): member in TextCardExporter
107 def doExport(self, file): member in TextNoteExporter
288 media = self.doExport(z, path)
293 def doExport(self, z, path): member in AnkiPackageExporter
366 def doExport(self, z, path): member in AnkiCollectionPackageExporter

1234567891011