/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsExtension.cpp | 41 /* Extension package item: */ 46 /* Extension package item type: */ 49 /* Extension package item constructor: */ 168 * If it's a new package just ask for general confirmation. 188 * Install the selected package. 190 * Set the package name return value before doing this as the caller should 282 m_pActionAdd->setText(tr("Add package")); 283 m_pActionRemove->setText(tr("Remove package")); 311 * Open file-open window to let user to choose package file. 323 QString strTitle = tr("Select an extension package fil 371 const CExtPack &package = manager.Find(strExtPackName); local [all...] |
H A D | UIGlobalSettingsExtension.h | 88 UISettingsCacheGlobalExtensionItem fetchData(const CExtPack &package) const;
|
/vbox/src/VBox/Installer/linux/debian/ |
H A D | rules | 35 # VERSUFFIX=<suffix> set a particular package version suffix (e.g. _customer) 40 # PKGDIR=<path> where to store the final package(s) 43 package := virtualbox macro 89 $(error package distribution not detected (debrel=$(debrel))) 188 rm -f debian/$(package).init debian/vboxdrv.init 210 $(archdir)/scripts/install.sh --package $(package) --root $(prefix) \ 213 --install-folder /lib/$(package) --no-helpers 243 mv $(archdir) $(prefix)/usr/lib/$(package) 244 ln -s ../VBoxVMM.so $(prefix)/usr/lib/$(package)/component [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkReply.cpp | 85 static int decompressCertificate(const QByteArray &package, QByteArray &certificate, const QString &strName); 365 int UINetworkReplyPrivateThread::decompressCertificate(const QByteArray &package, QByteArray &certificate, const QString &strName) argument 370 int rc = RTZipPkzipMemDecompress(&pDecompressedBuffer, &cDecompressedSize, package, package.size(), strName.toLatin1().constData()); 389 /* Receive certificate package: */ 390 QByteArray package; local 392 int rc = performGetRequestForBinary(pHttp, address, package); 396 rc = decompressCertificate(package, certificatePca3G5, 405 rc = decompressCertificate(package, certificatePca3,
|
/vbox/debian/ |
H A D | rules | 34 # PKGDIR=<path> where to store the final package(s) 37 package := virtualbox macro 162 rm -f debian/$(package).init debian/vboxdrv.init 184 $(archdir)/scripts/install.sh --package $(package) --root $(prefix) \ 187 --install-folder /lib/$(package) --no-helpers 217 mv $(archdir) $(prefix)/usr/lib/$(package) 218 ln -s ../VBoxVMM.so $(prefix)/usr/lib/$(package)/components/VBoxVMM.so
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | libxml2.spec | 25 %package devel 44 %package python 51 The libxml2-python package contains a module that permits applications
|
/vbox/src/VBox/Installer/linux/scripts/ |
H A D | install.sh | 21 # respectively the binary rule from the rules file when the package is created. 38 # the package is created for RPM/deb packages and shouldn't create anything 39 # which is not supposed to be included in a package file list (other things can 79 ## Do not create <prefix>/share/<package>. 109 --package) 139 --no-share-package)
|
/vbox/src/VBox/Installer/linux/ |
H A D | VBox.sh | 53 and if that is not successful, try to re-install the package.
|
H A D | run-inst.sh | 20 # installers which removes any previous installations of the package, unpacks 21 # the package into the filesystem (by default under /opt) and starts the real 66 # Create a symlink in the filesystem and add it to the list of package files 132 different type of installer. If you installed it from a package from your 397 # package.
|
/vbox/src/libs/xpcom18a4/nsprpub/ |
H A D | Makefile.in | 146 package:
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPLibTracerA.asm | 67 ; Set up a SUPTRACERUMODFIREPROBE request package on the stack and a C helper 75 ; Allocate package and set the sizes (the helper does the rest of
|
/vbox/src/libs/xpcom18a4/nsprpub/pkg/linux/ |
H A D | sun-nspr.spec | 21 %package devel
|
/vbox/src/VBox/Main/glue/ |
H A D | com.cpp | 43 #include <package-generated.h> 329 /* the package type is interesting for Linux distributions */
|
/vbox/src/VBox/Frontends/VBoxAutostart/ |
H A D | VBoxAutostart-posix.cpp | 37 #include <package-generated.h>
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-api.jar | ... wsaddressing/ javax/xml/ws/Action.class Action.java package javax.xml.ws public abstract annotation javax. ... |
H A D | jaxws-rt.jar | ... com/sun/xml/ws/Closeable.class Closeable.java package com.sun.xml.ws public abstract com ... |
H A D | jaxb-impl.jar | ... com/sun/xml/bind/AccessorFactory.class AccessorFactory.java package com.sun.xml.bind public abstract com ... |
/vbox/src/VBox/Installer/linux/rpm/ |
H A D | rules | 27 # VERSUFFIX=<suffix> set a particular package version suffix (e.g. _customer) 32 # PKGDIR=<path> where to store the final package(s) 84 $(error Cannot detect package distribution (rpmrel=$(rpmrel)))
|
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxService.cpp | 38 #include <package-generated.h> 216 /* the package type is interesting for Linux distributions */
|
/vbox/src/libs/zlib-1.2.6/as400/ |
H A D | zlib.inc | 11 * the package version string and the stream control structure.
|
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/ |
H A D | VBoxWatchdog.cpp | 39 #include <package-generated.h>
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/ |
H A D | vbox-greeter.cpp | 47 #include <package-generated.h> 875 /* the package type is interesting for Linux distributions */
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxTray.cpp | 22 #include <package-generated.h> 526 /* the package type is interesting for Linux distributions */
|
/vbox/src/VBox/HostDrivers/Support/os2/ |
H A D | SUPDrvA-os2.asm | 740 ; check for the init package.
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuestA-os2.asm | 1190 ; check for the init package.
|