Home
last modified time | relevance | path

Searched refs:loadXMLfile (Results 1 – 25 of 56) sorted by relevance

123

/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Tests/
H A DXMLwrapperTest.cpp40 xmla->loadXMLfile(location); in testLoad()
H A DMemoryStressTest.cpp59 wrap.loadXMLfile(instrument_filename); in setUp()
H A DOscilGenTest.cpp52 wrap.loadXMLfile(string(SOURCE_DIR) in setUp()
H A DSubNoteTest.cpp71 wrap.loadXMLfile(string(SOURCE_DIR)
H A DAdNoteTest.cpp122 wrap.loadXMLfile(string(SOURCE_DIR) in setUp()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Tests/
H A DXMLwrapperTest.h48 xmla->loadXMLfile(location); in testLoad()
H A DOscilGenTest.h64 wrap->loadXMLfile(string(SOURCE_DIR) in setUp()
H A DSubNoteTest.h72 wrap->loadXMLfile(string(SOURCE_DIR) in setUp()
H A DPadNoteTest.h84 wrap->loadXMLfile(string(SOURCE_DIR) in setUp()
H A DAdNoteTest.h85 wrap->loadXMLfile(string(SOURCE_DIR) in setUp()
/dports/www/e107/e107/e107_plugins/import/providers/
H A Dblogger_import_class.php174 $array = e107::getXml()->loadXMLfile($file,'advanced');
H A Drss_import_class.php90 $array = $xml->loadXMLfile($file,'advanced');
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Misc/
H A DQtXmlWrapper.h72 int loadXMLfile( const std::string & filename );
H A DXMLwrapper.h120 int loadXMLfile(const std::string &filename);
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Misc/
H A DBankDb.cpp140 xml.loadXMLfile(getCacheName());
320 ret = xml.loadXMLfile(fname);
H A DXMLwrapper.h131 int loadXMLfile(const std::string &filename);
H A DPresetExtractor.cpp436 if(xml.loadXMLfile(name)) in presetPaste()
461 if(xml.loadXMLfile(name)) in presetPasteArray()
/dports/www/e107/e107/e107_handlers/
H A De_upgrade_class.php82 if($rawData = $xml -> loadXMLfile($feed, TRUE))
H A Dxml_class.php790 function loadXMLfile($fname, $parse = false, $replace_constants = false) function in xmlClass
920 …$xmlArray = e107::getSingleton('xmlClass')->loadXMLfile(e_CORE."xml/default_install.xml",'advanced…
1159 $xmlArray = $this->loadXMLfile($file, 'advanced');
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Params/
H A DPresetsStore.cpp172 bool result = (xml->loadXMLfile(filename) >= 0); in pastepreset()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DXMLwrapper.h77 bool loadXMLfile(const std::string& filename); // true if loaded ok
H A DConfig.cpp351 isok = xml->loadXMLfile(baseConfig); in loadConfig()
366 isok = xml->loadXMLfile(ConfigFile); in loadConfig()
398 isok = xml->loadXMLfile(StateFile); in loadConfig()
785 if (!xml->loadXMLfile(sessionfile)) in restoreSessionData()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Params/
H A DPresetsStore.cpp162 return xml.loadXMLfile(filename) >= 0; in pastepreset()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Params/
H A DPresetsStore.cpp218 return xml->loadXMLfile(presets[npreset].file); in pastepreset()
/dports/www/e107/e107/e107_plugins/login_menu/
H A Dlogin_menu_class.php356 $readFile = $xml->loadXMLfile(e_PLUGIN.$plugid.'/plugin.xml', true, true);

123