Home
last modified time | relevance | path

Searched refs:bundleUrl (Results 1 – 25 of 86) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/org/eclipse/equinox/internal/p2/discovery/compatibility/util/
H A DTransportUtil.java151 public static String getFileNameFor(String bundleUrl) { in getFileNameFor() argument
152 if (bundleUrl.charAt(bundleUrl.length() - 1) == '/') { in getFileNameFor()
153 bundleUrl = bundleUrl.substring(0, bundleUrl.length() - 1); in getFileNameFor()
155 if (bundleUrl.lastIndexOf('/') != -1) { in getFileNameFor()
156 bundleUrl = bundleUrl.substring(bundleUrl.lastIndexOf('/') + 1); in getFileNameFor()
158 return bundleUrl.replaceAll("[^a-zA-Z0-9_\\.]", "_"); //$NON-NLS-1$ //$NON-NLS-2$ in getFileNameFor()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/plugin-bindings/
H A Dgetpluginbundle.h37 …CFURLRef bundleUrl = CFURLCreateFromFileSystemRepresentation (0, (const UInt8*)name.c_str (), name…
38 if (bundleUrl)
40 pluginBundle = CFBundleCreate (0, bundleUrl);
41 CFRelease (bundleUrl);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/plugin-bindings/
H A Dgetpluginbundle.h37 …CFURLRef bundleUrl = CFURLCreateFromFileSystemRepresentation (0, (const UInt8*)name.c_str (), name… in GetPluginBundle() local
38 if (bundleUrl) in GetPluginBundle()
40 pluginBundle = CFBundleCreate (0, bundleUrl); in GetPluginBundle()
41 CFRelease (bundleUrl); in GetPluginBundle()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/mac/
H A DVSTPlugin-osx.mm26 CFURLRef bundleUrl = CFURLCreateWithFileSystemPath(
29 if (bundleUrl == NULL) {
35 bundle = CFBundleCreate(kCFAllocatorDefault, bundleUrl);
39 CFRelease(bundleUrl);
73 CFRelease(bundleUrl);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/org/eclipse/equinox/internal/p2/discovery/compatibility/
H A DRemoteBundleDiscoveryStrategy.java195 String bundleUrl = entry.getLocation(); in call() local
198 …File target = File.createTempFile(TransportUtil.getFileNameFor(bundleUrl) + "_", ".jar", temporary… in call()
204 TransportUtil.downloadResource(new URI(bundleUrl), target, new NullProgressMonitor() { in call()
212 …N, NLS.bind(Messages.RemoteBundleDiscoveryStrategy_Invalid_source_specified_Error, bundleUrl), e)); in call()
214 …NLS.bind(Messages.RemoteBundleDiscoveryStrategy_cannot_download_bundle, bundleUrl, e.getMessage())… in call()
219 …NLS.bind(Messages.RemoteBundleDiscoveryStrategy_cannot_download_bundle, bundleUrl, e.getMessage())… in call()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/
H A DPluginParser.java80 …public synchronized PluginEntry parse(InputStream in, String bundleUrl) throws SAXException, IOExc… in parse() argument
82 location = bundleUrl; in parse()
84 pluginEntry.setURL(bundleUrl); in parse()
H A DBundleManifest.java45 public BundleManifest(InputStream input, String bundleUrl) { in BundleManifest() argument
47 bundleURL = bundleUrl; in BundleManifest()
/dports/devel/gammaray/GammaRay-2.11.3/launcher/core/
H A Dprobeabidetector_mac.cpp57 CFURLRef bundleUrl in resolveBundlePath() local
61 CFBundleRef bundle = CFBundleCreate(NULL, bundleUrl); in resolveBundlePath()
69 CFRelease(bundleUrl); in resolveBundlePath()
73 CFRelease(bundleUrl); in resolveBundlePath()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXInit.c223 CFURLRef bundleUrl = NULL; in TkpInit() local
282 bundleUrl = CFBundleCopyBundleURL(bundleRef); in TkpInit()
284 if (bundleUrl) { in TkpInit()
306 bundledExecutable = CFEqual(bundleUrl, url); in TkpInit()
309 CFRelease(bundleUrl); in TkpInit()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DOverlay.cpp67 CFURLRef bundleUrl = NULL; in applicationInfoForId() local
73 err = LSFindApplicationForInfo(kLSUnknownCreator, bundleId, NULL, NULL, &bundleUrl); in applicationInfoForId()
76 CFStringRef absBundlePath = CFURLCopyFileSystemPath(bundleUrl, kCFURLPOSIXPathStyle); in applicationInfoForId()
83 bundle = CFBundleCreate(NULL, bundleUrl); in applicationInfoForId()
106 if (bundleUrl) { in applicationInfoForId()
107 CFRelease(bundleUrl); in applicationInfoForId()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DOverlay.cpp67 CFURLRef bundleUrl = NULL; in applicationInfoForId() local
73 err = LSFindApplicationForInfo(kLSUnknownCreator, bundleId, NULL, NULL, &bundleUrl); in applicationInfoForId()
76 CFStringRef absBundlePath = CFURLCopyFileSystemPath(bundleUrl, kCFURLPOSIXPathStyle); in applicationInfoForId()
83 bundle = CFBundleCreate(NULL, bundleUrl); in applicationInfoForId()
106 if (bundleUrl) { in applicationInfoForId()
107 CFRelease(bundleUrl); in applicationInfoForId()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/
H A Dvstguieditor.cpp378 CFURLRef bundleUrl = CFURLCreateFromFileSystemRepresentation ( in CreateVSTGUIBundleRef()
380 if (bundleUrl) in CreateVSTGUIBundleRef()
382 gBundleRef = CFBundleCreate (0, bundleUrl); in CreateVSTGUIBundleRef()
383 CFRelease (bundleUrl); in CreateVSTGUIBundleRef()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/
H A Dvstguieditor.cpp378 CFURLRef bundleUrl = CFURLCreateFromFileSystemRepresentation (
380 if (bundleUrl)
382 gBundleRef = CFBundleCreate (0, bundleUrl);
383 CFRelease (bundleUrl);
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/IO/
H A DSystemPaths.cpp42 CFURLRef bundleUrl = CFBundleCopyBundleURL(mainBundle); in appDirectory() local
45 CFURLGetFileSystemRepresentation(bundleUrl, true, buffer, 1024); in appDirectory()
46 CFRelease(bundleUrl); in appDirectory()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/hosting/
H A Dmodule_mac.mm262 auto bundleUrl = static_cast<NSURL*> (CFBundleCopyBundleURL (bundle));
263 if (!bundleUrl)
265 auto resUrl = [bundleUrl URLByAppendingPathComponent:@"Contents"];
280 auto bundleUrl = [NSURL fileURLWithPath:nsString];
281 if (!bundleUrl)
285 inBundleWithURL:bundleUrl];
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/hosting/
H A Dmodule_mac.mm262 auto bundleUrl = static_cast<NSURL*> (CFBundleCopyBundleURL (bundle));
263 if (!bundleUrl)
265 auto resUrl = [bundleUrl URLByAppendingPathComponent:@"Contents"];
277 auto bundleUrl = [NSURL fileURLWithPath:[NSString stringWithUTF8String:path.data ()]];
278 if (!bundleUrl)
282 inBundleWithURL:bundleUrl];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dweb_engine_library_info.cpp93 CFURLRef bundleUrl = CFBundleCopyBundleURL(frameworkBundle); in getPath() local
94 CFStringRef bundlePath = CFURLCopyFileSystemPath(bundleUrl, kCFURLPOSIXPathStyle); in getPath()
97 CFRelease(bundleUrl); in getPath()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/plugin/
H A Dqlibrary_unix.cpp248 …QCFType<CFURLRef> bundleUrl = CFURLCreateFromFileSystemRepresentation(NULL, reinterpret_cast<const… in load_sys() local
249 QCFType<CFBundleRef> bundle = CFBundleCreate(NULL, bundleUrl); in load_sys()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/prompts/
H A DPromptCollection.jsm186 for (const [bundleName, bundleUrl] of Object.entries(BUNDLES)) {
191 let bundle = Services.strings.createBundle(bundleUrl);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/plugin/
H A Dqlibrary_unix.cpp267 …QCFType<CFURLRef> bundleUrl = CFURLCreateFromFileSystemRepresentation(NULL, reinterpret_cast<const… in load_sys() local
268 QCFType<CFBundleRef> bundle = CFBundleCreate(NULL, bundleUrl); in load_sys()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/plugin/
H A Dqlibrary_unix.cpp267 …QCFType<CFURLRef> bundleUrl = CFURLCreateFromFileSystemRepresentation(NULL, reinterpret_cast<const… in load_sys() local
268 QCFType<CFBundleRef> bundle = CFBundleCreate(NULL, bundleUrl); in load_sys()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/plugin/
H A Dqlibrary_unix.cpp267 …QCFType<CFURLRef> bundleUrl = CFURLCreateFromFileSystemRepresentation(NULL, reinterpret_cast<const… in load_sys() local
268 QCFType<CFBundleRef> bundle = CFBundleCreate(NULL, bundleUrl); in load_sys()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/plugin/
H A Dqlibrary_unix.cpp267 …QCFType<CFURLRef> bundleUrl = CFURLCreateFromFileSystemRepresentation(NULL, reinterpret_cast<const… in load_sys() local
268 QCFType<CFBundleRef> bundle = CFBundleCreate(NULL, bundleUrl); in load_sys()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/plugin/
H A Dqlibrary_unix.cpp267 …QCFType<CFURLRef> bundleUrl = CFURLCreateFromFileSystemRepresentation(NULL, reinterpret_cast<const… in load_sys() local
268 QCFType<CFBundleRef> bundle = CFBundleCreate(NULL, bundleUrl); in load_sys()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/plugin/
H A Dqlibrary_unix.cpp267 …QCFType<CFURLRef> bundleUrl = CFURLCreateFromFileSystemRepresentation(NULL, reinterpret_cast<const… in load_sys() local
268 QCFType<CFBundleRef> bundle = CFBundleCreate(NULL, bundleUrl); in load_sys()

1234