Home
last modified time | relevance | path

Searched refs:IOFactory (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/exodus/
H A DIoex_IOFactory.C42 const IOFactory *IOFactory::factory() in factory()
44 static IOFactory registerThis; in factory()
48 IOFactory::IOFactory() : Ioss::IOFactory("exodus") in IOFactory() function
50 Ioss::IOFactory::alias("exodus", "exodusii"); in IOFactory()
51 Ioss::IOFactory::alias("exodus", "exodusII"); in IOFactory()
52 Ioss::IOFactory::alias("exodus", "genesis"); in IOFactory()
54 Ioss::IOFactory::alias("exodus", "dof_exodus"); in IOFactory()
55 Ioss::IOFactory::alias("exodus", "dof"); in IOFactory()
59 Ioss::DatabaseIO *IOFactory::make_IO(const std::string &filename, Ioss::DatabaseUsage db_usage, in make_IO()
101 std::string IOFactory::show_config() const in show_config()
H A DIoex_IOFactory.h23 class IOFactory : public Ioss::IOFactory
26 static const IOFactory *factory();
29 IOFactory();
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/init/
H A DIonit_Initializer.C67 Ioex::IOFactory::factory(); // Exodus in Initializer()
70 Iopg::IOFactory::factory(); // Pamgen in Initializer()
73 Iofaodel::IOFactory::factory(); in Initializer()
76 Iocgns::IOFactory::factory(); in Initializer()
83 Iohb::IOFactory::factory(); // HeartBeat in Initializer()
84 Iogn::IOFactory::factory(); // Generated in Initializer()
85 Iogs::IOFactory::factory(); // Structured Mesh Generator in Initializer()
98 Ioss::IOFactory::clean(); in ~Initializer()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/cgns/
H A DIocgns_IOFactory.C41 const IOFactory *IOFactory::factory() in factory()
43 static IOFactory registerThis; in factory()
47 IOFactory::IOFactory() : Ioss::IOFactory("cgns") in IOFactory() function
50 Ioss::IOFactory::alias("cgns", "dof_cgns"); in IOFactory()
51 Ioss::IOFactory::alias("cgns", "par_cgns"); in IOFactory()
55 Ioss::DatabaseIO *IOFactory::make_IO(const std::string &filename, Ioss::DatabaseUsage db_usage, in make_IO()
91 std::string IOFactory::show_config() const { return Iocgns::Utils::show_config(); } in show_config()
H A DIocgns_IOFactory.h22 class IOFactory : public Ioss::IOFactory
25 static const IOFactory *factory();
29 IOFactory();
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_IOFactory.C68 Ioss::DatabaseIO *Ioss::IOFactory::create(const std::string &type, const std::string &filename, in create()
104 Ioss::IOFactory *factory = (*iter).second; in create()
115 int Ioss::IOFactory::describe(NameList *names) in describe()
121 std::string Ioss::IOFactory::show_configuration() in show_configuration()
140 std::set<IOFactory *> unique_facs; in show_configuration()
151 Ioss::IOFactory::IOFactory(const std::string &type) in IOFactory() function
156 void Ioss::IOFactory::alias(const std::string &base, const std::string &syn) in alias()
158 Ioss::IOFactory *factory = (*registry()->find(base)).second; in alias()
162 Ioss::IOFactoryMap *Ioss::IOFactory::registry() in registry()
170 void Ioss::IOFactory::clean() {} in clean()
H A DIoss_IOFactory.h25 class IOFactory; variable
28 using IOFactoryMap = std::map<std::string, IOFactory *, std::less<std::string>>;
34 class IOFactory
37 virtual ~IOFactory() = default;
47 explicit IOFactory(const std::string &type);
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/miscellaneous/
H A Diofactory.cpp16 IOFactory::IOFactory() = default;
18 bool IOFactory::isFolderWritable(const QString& folder) { in isFolderWritable()
29 QString IOFactory::getSystemFolder(QStandardPaths::StandardLocation location) { in getSystemFolder()
35 QString IOFactory::ensureUniqueFilename(const QString& name, const QString& append_format) { in ensureUniqueFilename()
59 QString IOFactory::filterBadCharsFromFilename(const QString& name) { in filterBadCharsFromFilename()
74 bool IOFactory::startProcessDetached(const QString& program, const QStringList& arguments, in startProcessDetached()
96 QByteArray IOFactory::readFile(const QString& file_path) { in readFile()
110 void IOFactory::writeFile(const QString& file_path, const QByteArray& data) { in writeFile()
122 bool IOFactory::copyFile(const QString& source, const QString& destination) { in copyFile()
H A Dskinfactory.cpp149 …skin.m_layoutMarkupWrapper = QString::fromUtf8(IOFactory::readFile(skin_folder + QL1S("html_wrappe… in skinInfo()
154 auto custom_css = IOFactory::readFile(skin_folder + QL1S("html_style.css")); in skinInfo()
165 …skin.m_enclosureImageMarkup = QString::fromUtf8(IOFactory::readFile(skin_folder + QL1S("html_enclo… in skinInfo()
168 …skin.m_layoutMarkup = QString::fromUtf8(IOFactory::readFile(skin_folder + QL1S("html_single_messag… in skinInfo()
171 …skin.m_enclosureMarkup = QString::fromUtf8(IOFactory::readFile(skin_folder + QL1S("html_enclosure_… in skinInfo()
174 skin.m_rawData = QString::fromUtf8(IOFactory::readFile(skin_folder + QL1S("theme.css"))); in skinInfo()
177 …skin.m_adblocked = QString::fromUtf8(IOFactory::readFile(skin_folder + QL1S("html_adblocked.html")… in skinInfo()
H A Diofactory.h12 class IOFactory {
13 Q_DECLARE_TR_FUNCTIONS(IOFactory)
16 IOFactory();
/dports/science/py-rmf/rmf-1.3.1/src/backend/
H A DIO.cpp33 struct GetFactories : public std::vector<boost::shared_ptr<IOFactory> > {
35 std::vector<boost::shared_ptr<IOFactory> > favro2 = avro2::get_factories(); in GetFactories()
39 std::vector<boost::shared_ptr<IOFactory> > fhdf5 = in GetFactories()
42 std::vector<boost::shared_ptr<IOFactory> > favro = in GetFactories()
58 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in create_file()
67 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in create_buffer()
77 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in read_file()
92 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in read_buffer()
/dports/science/rmf/rmf-1.3.1/src/backend/
H A DIO.cpp33 struct GetFactories : public std::vector<boost::shared_ptr<IOFactory> > {
35 std::vector<boost::shared_ptr<IOFactory> > favro2 = avro2::get_factories(); in GetFactories()
39 std::vector<boost::shared_ptr<IOFactory> > fhdf5 = in GetFactories()
42 std::vector<boost::shared_ptr<IOFactory> > favro = in GetFactories()
58 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in create_file()
67 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in create_buffer()
77 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in read_file()
92 RMF_FOREACH(boost::shared_ptr<IOFactory> f, factories) { in read_buffer()
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dio.cc405 IOFactory::IOFactory(void) in IOFactory() function in IOFactory
410 IOFactory::~IOFactory(void) in ~IOFactory()
415 IOFactory &IOFactory::getInstance(void) in getInstance()
417 static IOFactory iofactory; in getInstance()
422 void IOFactory::assign(int id, IO *io) in assign()
428 IO &IOFactory::get(int id) in get()
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Basic/
H A D16_Csv.php3 use PhpOffice\PhpSpreadsheet\IOFactory; alias
10 $writer = IOFactory::createWriter($spreadsheet, 'Csv')->setDelimiter(',')
22 $reader = IOFactory::createReader('Csv')->setDelimiter(',')
36 $writerCSV = IOFactory::createWriter($spreadsheetFromCSV, 'Csv');
H A D26_Utf8.php3 use PhpOffice\PhpSpreadsheet\IOFactory; alias
9 $reader = IOFactory::createReader('Xlsx');
17 IOFactory::registerWriter('Pdf', \PhpOffice\PhpSpreadsheet\Writer\Pdf\Dompdf::class);
28 $writer = IOFactory::createWriter($spreadsheet, 'Csv');
H A D20_Read_Xls.php3 use PhpOffice\PhpSpreadsheet\IOFactory; alias
11 $writer = IOFactory::createWriter($spreadsheet, 'Xls');
18 $spreadsheet = IOFactory::load($filename);
H A D44_Worksheet_info.php3 use PhpOffice\PhpSpreadsheet\IOFactory; alias
14 $inputFileType = IOFactory::identify($filename);
15 $reader = IOFactory::createReader($inputFileType);
H A D43_Merge_workbooks.php3 use PhpOffice\PhpSpreadsheet\IOFactory; alias
10 $spreadsheet1 = IOFactory::load($filename1);
16 $spreadsheet2 = IOFactory::load($filename2);
H A D01_Simple_download_pdf.php4 use PhpOffice\PhpSpreadsheet\IOFactory; alias
47 IOFactory::registerWriter('Pdf', \PhpOffice\PhpSpreadsheet\Writer\Pdf\Mpdf::class);
54 $writer = IOFactory::createWriter($spreadsheet, 'Pdf');
/dports/science/py-rmf/rmf-1.3.1/src/backend/avro/
H A Dfactory.cpp33 class Avro2IOFileFactory : public backends::IOFactory { in sort_keys()
52 class Avro2IOBufferFactory : public backends::IOFactory { in sort_keys()
74 std::vector<boost::shared_ptr<backends::IOFactory> > get_factories() { in sort_keys()
75 std::vector<boost::shared_ptr<backends::IOFactory> > ret; in sort_keys()
/dports/science/rmf/rmf-1.3.1/src/backend/avro/
H A Dfactory.cpp33 class Avro2IOFileFactory : public backends::IOFactory {
52 class Avro2IOBufferFactory : public backends::IOFactory {
74 std::vector<boost::shared_ptr<backends::IOFactory> > get_factories() { in get_factories()
75 std::vector<boost::shared_ptr<backends::IOFactory> > ret; in get_factories()
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Reader/
H A D04_Simple_file_reader_using_the_IOFactory_to_identify_a_reader_to_use.php3 use PhpOffice\PhpSpreadsheet\IOFactory; alias
9 $inputFileType = IOFactory::identify($inputFileName);
13 $reader = IOFactory::createReader($inputFileType);
/dports/science/py-rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A Dcreate.cpp47 struct SingleTextAvroFactory : public RMF::backends::IOFactory {
83 struct MultipleAvroFactory : public RMF::backends::IOFactory {
98 std::vector<boost::shared_ptr<backends::IOFactory> > get_factories() { in get_factories()
99 std::vector<boost::shared_ptr<backends::IOFactory> > ret; in get_factories()
/dports/science/rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A Dcreate.cpp47 struct SingleTextAvroFactory : public RMF::backends::IOFactory {
83 struct MultipleAvroFactory : public RMF::backends::IOFactory {
98 std::vector<boost::shared_ptr<backends::IOFactory> > get_factories() { in get_factories()
99 std::vector<boost::shared_ptr<backends::IOFactory> > ret; in get_factories()
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Chart/
H A D34_Chart_update.php3 use PhpOffice\PhpSpreadsheet\IOFactory; alias
15 $reader = IOFactory::createReader('Xlsx');
34 $writer = IOFactory::createWriter($spreadsheet, 'Xlsx');

123456789