Home
last modified time | relevance | path

Searched refs:getVersionInfo (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
H A DNetscapePluginModuleWin.cpp36 static String getVersionInfo(const LPVOID versionInfoData, const String& info) in getVersionInfo() function
67 String name = getVersionInfo(versionInfoData.get(), "ProductName"); in getPluginInfo()
68 String description = getVersionInfo(versionInfoData.get(), "FileDescription"); in getPluginInfo()
78 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types); in getPluginInfo()
80 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists); in getPluginInfo()
82 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions); in getPluginInfo()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/win/
H A DPluginPackageWin.cpp44 static String getVersionInfo(const LPVOID versionInfoData, const String& info) in getVersionInfo() function
180 m_name = getVersionInfo(versionInfoData.get(), "ProductName"); in fetchInfo()
181 m_description = getVersionInfo(versionInfoData.get(), "FileDescription"); in fetchInfo()
196 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types); in fetchInfo()
198 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists); in fetchInfo()
200 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions); in fetchInfo()
/dports/biology/figtree/figtree-1.4.4/packaging_tools/windows/launch4j/src/net/sf/launch4j/ant/
H A DLaunch4jTask.java91 c.getVersionInfo().setFileVersion(fileVersion); in execute()
94 c.getVersionInfo().setTxtFileVersion(txtFileVersion); in execute()
97 c.getVersionInfo().setProductVersion(productVersion); in execute()
100 c.getVersionInfo().setTxtProductVersion(txtProductVersion); in execute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java46 versionPane.setText(getVersionInfo()); in initUI()
51 private String getVersionInfo() { in getVersionInfo() method in VMVersionInfoPanel
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/idn/
H A DStringPrep.java179 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
186 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
227 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
228 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/idn/
H A DStringPrep.java179 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
186 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
227 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
228 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/net/idn/
H A DStringPrep.java179 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
186 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
227 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
228 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/icu/text/
H A DStringPrep.java178 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
185 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
226 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
227 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/icu/text/
H A DStringPrep.java178 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
185 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
226 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
227 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/idn/
H A DStringPrep.java179 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
186 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
227 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
228 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/icu/text/
H A DStringPrep.java178 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
185 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
226 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
227 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/idn/
H A DStringPrep.java179 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
186 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
227 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
228 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/android/BOINC/app/src/main/java/edu/berkeley/boinc/rpc/
H A DVersionInfoParser.java29 public final VersionInfo getVersionInfo() { in getVersionInfo() method in VersionInfoParser
42 return parser.getVersionInfo(); in parse()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java180 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
187 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
228 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
229 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java180 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
187 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
228 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
229 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ios/LibreOfficeLight/LibreOfficeLight/LOKit/
H A DLibreOfficeKitWrapper.swift96 public func getVersionInfo() -> String? in getVersionInfo() function
98 if let pRet = lokClass.getVersionInfo(pLok) in getVersionInfo()

12345678910>>...13