Home
last modified time | relevance | path

Searched refs:jfw (Results 1 – 25 of 88) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/jvmfwk/source/
H A Dframework.cxx81 if (jfw::getMode() == jfw::JFW_MODE_APPLICATION) in jfw_findAllJREs()
152 jfw::JFW_MODE mode = jfw::getMode(); in jfw_startVM()
290 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_findAndSelectJRE()
429 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_getSelectedJRE()
518 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_setSelectedJRE()
548 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_setEnabled()
563 jfw::NodeJava node(jfw::NodeJava::USER); in jfw_setEnabled()
581 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_getEnabled()
604 jfw::NodeJava node(jfw::NodeJava::USER); in jfw_setVMParameters()
645 jfw::NodeJava node(jfw::NodeJava::USER); in jfw_setUserClassPath()
[all …]
H A Dfwkutil.cxx41 namespace jfw namespace
130 jfw::FileStatus checkFileURL(const OUString & sURL) in checkFileURL()
132 jfw::FileStatus ret = jfw::FILE_OK; in checkFileURL()
H A Dfwkbase.cxx42 namespace jfw namespace
278 jfw::FileStatus s = checkFileURL(sVendor); in getVendorSettings()
292 if (s == jfw::FILE_INVALID || s == jfw::FILE_DOES_NOT_EXIST) in getVendorSettings()
H A Delements.cxx46 namespace jfw namespace
54 jfw::CXmlDocPtr doc(xmlParseFile(docPath.getStr())); in getElement()
60 jfw::CXPathContextPtr context(xmlXPathNewContext(doc)); in getElement()
81 return getElement(jfw::getVendorSettingsPath(), in getElementUpdated()
188 jfw::FileStatus s = sURL.isEmpty() in load()
587 jfw::FileStatus NodeJava::checkSettingsFileStatus(OUString const & sURL) in checkSettingsFileStatus()
589 jfw::FileStatus ret = FILE_DOES_NOT_EXIST; in checkSettingsFileStatus()
H A Dframework.hxx24 namespace jfw namespace
H A Dlibxmlutil.cxx22 namespace jfw namespace
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jvmfwk/source/
H A Dframework.cxx145 jfw::JFW_MODE mode = jfw::getMode(); in jfw_startVM()
305 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_findAndSelectJRE()
506 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_getSelectedJRE()
595 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_setSelectedJRE()
625 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_setEnabled()
640 jfw::NodeJava node(jfw::NodeJava::USER); in jfw_setEnabled()
658 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_getEnabled()
679 if (jfw::getMode() == jfw::JFW_MODE_DIRECT) in jfw_setVMParameters()
681 jfw::NodeJava node(jfw::NodeJava::USER); in jfw_setVMParameters()
722 jfw::NodeJava node(jfw::NodeJava::USER); in jfw_setUserClassPath()
[all …]
H A Dfwkutil.cxx42 namespace jfw namespace
184 jfw::FileStatus checkFileURL(const OUString & sURL) in checkFileURL()
186 jfw::FileStatus ret = jfw::FILE_OK; in checkFileURL()
H A Dfwkbase.cxx42 namespace jfw namespace
273 jfw::FileStatus s = checkFileURL(sVendor); in getVendorSettings()
287 if (s == jfw::FILE_INVALID || s == jfw::FILE_DOES_NOT_EXIST) in getVendorSettings()
H A Delements.cxx46 namespace jfw namespace
54 jfw::CXmlDocPtr doc(xmlParseFile(docPath.getStr())); in getElement()
60 jfw::CXPathContextPtr context(xmlXPathNewContext(doc)); in getElement()
81 return getElement(jfw::getVendorSettingsPath(), in getElementUpdated()
188 jfw::FileStatus s = sURL.isEmpty() in load()
589 jfw::FileStatus NodeJava::checkSettingsFileStatus(OUString const & sURL) in checkSettingsFileStatus()
591 jfw::FileStatus ret = FILE_DOES_NOT_EXIST; in checkSettingsFileStatus()
H A Dframework.hxx24 namespace jfw namespace
/dports/biology/jalview/jalview/test/jalview/io/
H A DJalviewFileViewTest.java54 JalviewFileView jfw = new JalviewFileView(); in testGetTypeDescription() local
55 assertEquals(jfw.getTypeDescription(new File("uniref50.fa")), in testGetTypeDescription()
59 assertEquals(jfw.getTypeDescription(new File("uniref50.MFA")), in testGetTypeDescription()
63 assertEquals(jfw.getTypeDescription(new File("uniref50.pfam")), in testGetTypeDescription()
65 assertEquals(jfw.getTypeDescription(new File("uniref50.stk")), in testGetTypeDescription()
67 assertEquals(jfw.getTypeDescription(new File("uniref50.sto")), in testGetTypeDescription()
69 assertEquals(jfw.getTypeDescription(new File("uniref50.pir")), in testGetTypeDescription()
71 assertEquals(jfw.getTypeDescription(new File("uniref50.blc")), in testGetTypeDescription()
77 assertNull(jfw.getTypeDescription(new File("uniref50.htm"))); in testGetTypeDescription()
78 assertEquals(jfw.getTypeDescription(new File("uniref50.xml")), in testGetTypeDescription()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/jvmfwk/inc/
H A Dvendorplugin.hxx35 namespace jfw { class VendorSettings; } namespace
89 jfw::VendorSettings const & vendorSettings,
117 jfw::VendorSettings const & vendorSettings,
141 jfw::VendorSettings const & vendorSettings,
173 jfw::VendorSettings const & vendorSettings,
H A Dlibxmlutil.hxx30 namespace jfw namespace
53 CXPathContextPtr(const jfw::CXPathContextPtr&) = delete;
H A Delements.hxx37 namespace jfw namespace
151 static jfw::FileStatus checkSettingsFileStatus(OUString const& sURL);
H A Dfwkbase.hxx31 namespace jfw namespace
H A Dfwkutil.hxx33 namespace jfw namespace
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jvmfwk/inc/
H A Dvendorplugin.hxx35 namespace jfw { class VendorSettings; } namespace
89 jfw::VendorSettings const & vendorSettings,
117 jfw::VendorSettings const & vendorSettings,
141 jfw::VendorSettings const & vendorSettings,
173 jfw::VendorSettings const & vendorSettings,
H A Dlibxmlutil.hxx26 namespace jfw namespace
49 CXPathContextPtr(const jfw::CXPathContextPtr&) = delete;
H A Delements.hxx37 namespace jfw namespace
151 static jfw::FileStatus checkSettingsFileStatus(OUString const & sURL);
H A Dfwkbase.hxx29 namespace jfw namespace
H A Dfwkutil.hxx33 namespace jfw namespace
/dports/games/barony/Barony-3.3.7/src/
H A Djson.cpp21 JsonFileWriter jfw; in writeObject() local
23 jfw.beginObject(); in writeObject()
24 serialize(&jfw); in writeObject()
25 jfw.endObject(); in writeObject()
27 jfw.save(file); in writeObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx339 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getAllJavaInfos()
378 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getJavaInfoByPath()
405 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getJavaInfoFromJavaHome()
436 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getJavaInfosFromPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx300 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getAllJavaInfos()
339 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getJavaInfoByPath()
366 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getJavaInfoFromJavaHome()
397 jfw::VendorSettings const & vendorSettings, in jfw_plugin_getJavaInfosFromPath()

1234