Searched refs:version (Results 1 - 25 of 909) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dindex.php9 * 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 Dglobals.php9 * 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 Dcustomize-flags.php9 * 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 Dlibpng-config-head.in11 version=1.2.8
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dvmware.c6 * 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 Dserver.h13 * 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 Dtst.1.0.d29 #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 Dbld_awk_pkginfo.ksh16 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 Dsmidmi.inc8 ;; 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 Ddo_dkms12 # 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 Dexport_modules12 # 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 Dexport_modules13 # 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 DVBoxNetFltNobjT.idl13 * 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 Dpackspu_getstring.c38 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 Dmisyncfd.h37 int version; member in struct:_syncFdScreenFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmisyncfd.h37 int version; member in struct:_syncFdScreenFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmisyncfd.h37 int version; member in struct:_syncFdScreenFuncs
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyUtility/
H A Dsetup.py27 version="0.01", variable
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/
H A DVBoxPkg.h13 * 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 Dpixman-version.h31 # error pixman-version.h should only be included by pixman.h
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dget-pci-ids9 # 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 Dgenliso18 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 Dgensdsk18 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 Dmissing8 # 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 Dxml2-config.in21 --version output version information
60 --version)

Completed in 107 milliseconds

1234567891011>>