/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/ |
H A D | index.php | 9 * published by the Free Software Foundation; either version 2 of the 10 * License, or any later version. 30 <input type="hidden" name="version" value = "<?php echo $version ?>">
|
H A D | globals.php | 9 * published by the Free Software Foundation; either version 2 of the 10 * License, or any later version. 25 // Compute iPXE version based on source tree 26 exec ( "make -C '$src_dir' version 2>&1", $make_output, $status ); 27 $version = ( $status == 0 && count ( $make_output ) > 1 ) variable 39 $header_title = "ROM-o-matic for iPXE $version"; 41 $html_title = "ROM-o-matic for iPXE $version";
|
H A D | customize-flags.php | 9 * published by the Free Software Foundation; either version 2 of the 10 * License, or any later version. 37 <input type="hidden" name="version" value = "<?php echo $version ?>">
|
/vbox/src/libs/libpng-1.2.8/scripts/ |
H A D | libpng-config-head.in | 11 version=1.2.8
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/ |
H A D | vmware.c | 6 * published by the Free Software Foundation; either version 2 of the 7 * License, or any later version. 41 uint32_t version; local 46 vmware_cmd_get_version ( &version, &magic, &product_type ); 54 DBGC ( VMW_MAGIC, "VMware product type %04x version %08x detected\n", 55 product_type, version );
|
/vbox/src/VBox/Main/src-server/xpcom/ |
H A D | server.h | 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 23 #include <VBox/version.h>
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/version/ |
H A D | tst.1.0.d | 29 #pragma D option version=1.0 32 * The following identifiers were added as D built-ins as of version 1.1.
|
/vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/ |
H A D | bld_awk_pkginfo.ksh | 16 usage: bld_awk_pkginfo -p <prodver> -m <mach> -o <awk_script> [-v <version>] 37 version="NSPRVERS" 52 version=$OPTARG 92 sub(/NSPRVERS/,"$version")
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | smidmi.inc | 8 ;; Foundation, in version 2 as it comes in the "COPYING" file of the 28 ;; version 2 of the License, or (at your option) any later version. 44 ; the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 46 ; that LGPLv2 or any later version may be used, or where a choice of which version 57 db VBOX_SMBIOS_MAJOR_VER ; SMBIOS major version 58 db VBOX_SMBIOS_MINOR_VER ; SMBIOS minor version 69 db VBOX_DMI_TABLE_VER ; DMI version
|
/vbox/src/VBox/HostDrivers/linux/ |
H A D | do_dkms | 12 # Foundation, in version 2 as it comes in the "COPYING" file of the 43 # either 'vboxvideo, <version>: added' 44 # or 'vboxvideo, <version>, ...: installed' 45 version=`echo "$line" | sed "s/$m,\([^,]*\)[,:].*/\1/;t;d"` 46 echo " removing old DKMS module $m version $version" 47 $DKMS remove -m $m -v $version --all
|
H A D | export_modules | 12 # Foundation, in version 2 as it comes in the "COPYING" file of the 52 # Create auto-generated version file, needed by all modules 53 echo "#ifndef ___version_generated_h___" > $PATH_TMP/version-generated.h 54 echo "#define ___version_generated_h___" >> $PATH_TMP/version-generated.h 55 echo "" >> $PATH_TMP/version-generated.h 56 echo "#define VBOX_VERSION_MAJOR $VBOX_VERSION_MAJOR" >> $PATH_TMP/version-generated.h 57 echo "#define VBOX_VERSION_MINOR $VBOX_VERSION_MINOR" >> $PATH_TMP/version-generated.h 58 echo "#define VBOX_VERSION_BUILD $VBOX_VERSION_BUILD" >> $PATH_TMP/version-generated.h 59 echo "#define VBOX_VERSION_STRING_RAW \"$VBOX_VERSION_MAJOR.$VBOX_VERSION_MINOR.$VBOX_VERSION_BUILD\"" >> $PATH_TMP/version-generated.h 60 echo "#define VBOX_VERSION_STRING \"$VBOX_VERSION_STRING\"" >> $PATH_TMP/version [all...] |
/vbox/src/VBox/Additions/linux/ |
H A D | export_modules | 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 49 # Create auto-generated version file, needed by all modules 50 echo "#ifndef ___version_generated_h___" > $PATH_TMP/version-generated.h 51 echo "#define ___version_generated_h___" >> $PATH_TMP/version-generated.h 52 echo "" >> $PATH_TMP/version-generated.h 53 echo "#define VBOX_VERSION_MAJOR $VBOX_VERSION_MAJOR" >> $PATH_TMP/version-generated.h 54 echo "#define VBOX_VERSION_MINOR $VBOX_VERSION_MINOR" >> $PATH_TMP/version-generated.h 55 echo "#define VBOX_VERSION_BUILD $VBOX_VERSION_BUILD" >> $PATH_TMP/version-generated.h 56 echo "#define VBOX_VERSION_STRING_RAW \"$VBOX_VERSION_MAJOR.$VBOX_VERSION_MINOR.$VBOX_VERSION_BUILD\"" >> $PATH_TMP/version-generated.h 57 echo "#define VBOX_VERSION_STRING \"$VBOX_VERSION_MAJOR.$VBOX_VERSION_MINOR.$VBOX_VERSION_BUILD\"" >> $PATH_TMP/version [all...] |
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/ |
H A D | VBoxNetFltNobjT.idl | 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 21 version(1.1),
|
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_getstring.c | 38 static GLfloat version = 0.; local 47 version = crStrToFloat((char *) return_value); 48 version = crStateComputeVersion(version); 53 return version; 131 float version; local 137 version = GetVersionString(); 138 sprintf((char*)ctx->glVersion, "%.1f Chromium %s", version, CR_VERSION_STRING);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | misyncfd.h | 37 int version; member in struct:_syncFdScreenFuncs
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | misyncfd.h | 37 int version; member in struct:_syncFdScreenFuncs
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | misyncfd.h | 37 int version; member in struct:_syncFdScreenFuncs
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyUtility/ |
H A D | setup.py | 27 version="0.01", variable
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/ |
H A D | VBoxPkg.h | 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 43 #include <VBox/version.h>
|
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/ |
H A D | pixman-version.h | 31 # error pixman-version.h should only be included by pixman.h
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | get-pci-ids | 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 49 unless(-f "$kernel_src/include/linux/version.h") { 50 print STDERR "Could not find $kernel_src/include/linux/version.h.\n"; 65 # Kernel version 66 my $version = `grep UTS_RELEASE $kernel_src/include/linux/version.h`; 67 chomp $version; 68 $version =~ s/\s*#define\s+UTS_RELEASE\s+"(\S+)".*$/$1/g; 75 print "# PCI vendor/device ids extracted from Linux $version o [all...] |
H A D | genliso | 18 Mtools\ version\ 3.9.9*|Mtools\ version\ 3.9.1[0-9]*|[mM]tools\ *\ [4-9].*) 21 echo Mtools version 3.9.9 or later is required
|
H A D | gensdsk | 18 Mtools\ version\ 3.9.9*|Mtools\ version\ 3.9.1[0-9]*|[mM]tools\ *\ [4-9].*) 21 echo Mtools version 3.9.9 or later is required
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | missing | 8 # the Free Software Foundation; either version 2, or (at your option) 9 # any later version. 50 # If it does not exist, or fails to run (possibly an outdated version), 63 -v, --version output version information and exit 80 -v|--v|--ve|--ver|--vers|--versi|--versio|--version) 91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then 105 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then 119 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then 143 if test -z "$run" && ($1 --version) > /de [all...] |
H A D | xml2-config.in | 21 --version output version information 60 --version)
|