You are here

private static property PHPExcel_Calculation_Engineering::$_conversionUnits in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php \PHPExcel_Calculation_Engineering::_conversionUnits

* Details of the Units of measure that can be used in CONVERTUOM() * *

Type: mixed[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php, line 57

Class

PHPExcel_Calculation_Engineering
PHPExcel_Calculation_Engineering

Code

private static $_conversionUnits = array(
  'g' => array(
    'Group' => 'Mass',
    'Unit Name' => 'Gram',
    'AllowPrefix' => True,
  ),
  'sg' => array(
    'Group' => 'Mass',
    'Unit Name' => 'Slug',
    'AllowPrefix' => False,
  ),
  'lbm' => array(
    'Group' => 'Mass',
    'Unit Name' => 'Pound mass (avoirdupois)',
    'AllowPrefix' => False,
  ),
  'u' => array(
    'Group' => 'Mass',
    'Unit Name' => 'U (atomic mass unit)',
    'AllowPrefix' => True,
  ),
  'ozm' => array(
    'Group' => 'Mass',
    'Unit Name' => 'Ounce mass (avoirdupois)',
    'AllowPrefix' => False,
  ),
  'm' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Meter',
    'AllowPrefix' => True,
  ),
  'mi' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Statute mile',
    'AllowPrefix' => False,
  ),
  'Nmi' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Nautical mile',
    'AllowPrefix' => False,
  ),
  'in' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Inch',
    'AllowPrefix' => False,
  ),
  'ft' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Foot',
    'AllowPrefix' => False,
  ),
  'yd' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Yard',
    'AllowPrefix' => False,
  ),
  'ang' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Angstrom',
    'AllowPrefix' => True,
  ),
  'Pica' => array(
    'Group' => 'Distance',
    'Unit Name' => 'Pica (1/72 in)',
    'AllowPrefix' => False,
  ),
  'yr' => array(
    'Group' => 'Time',
    'Unit Name' => 'Year',
    'AllowPrefix' => False,
  ),
  'day' => array(
    'Group' => 'Time',
    'Unit Name' => 'Day',
    'AllowPrefix' => False,
  ),
  'hr' => array(
    'Group' => 'Time',
    'Unit Name' => 'Hour',
    'AllowPrefix' => False,
  ),
  'mn' => array(
    'Group' => 'Time',
    'Unit Name' => 'Minute',
    'AllowPrefix' => False,
  ),
  'sec' => array(
    'Group' => 'Time',
    'Unit Name' => 'Second',
    'AllowPrefix' => True,
  ),
  'Pa' => array(
    'Group' => 'Pressure',
    'Unit Name' => 'Pascal',
    'AllowPrefix' => True,
  ),
  'p' => array(
    'Group' => 'Pressure',
    'Unit Name' => 'Pascal',
    'AllowPrefix' => True,
  ),
  'atm' => array(
    'Group' => 'Pressure',
    'Unit Name' => 'Atmosphere',
    'AllowPrefix' => True,
  ),
  'at' => array(
    'Group' => 'Pressure',
    'Unit Name' => 'Atmosphere',
    'AllowPrefix' => True,
  ),
  'mmHg' => array(
    'Group' => 'Pressure',
    'Unit Name' => 'mm of Mercury',
    'AllowPrefix' => True,
  ),
  'N' => array(
    'Group' => 'Force',
    'Unit Name' => 'Newton',
    'AllowPrefix' => True,
  ),
  'dyn' => array(
    'Group' => 'Force',
    'Unit Name' => 'Dyne',
    'AllowPrefix' => True,
  ),
  'dy' => array(
    'Group' => 'Force',
    'Unit Name' => 'Dyne',
    'AllowPrefix' => True,
  ),
  'lbf' => array(
    'Group' => 'Force',
    'Unit Name' => 'Pound force',
    'AllowPrefix' => False,
  ),
  'J' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Joule',
    'AllowPrefix' => True,
  ),
  'e' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Erg',
    'AllowPrefix' => True,
  ),
  'c' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Thermodynamic calorie',
    'AllowPrefix' => True,
  ),
  'cal' => array(
    'Group' => 'Energy',
    'Unit Name' => 'IT calorie',
    'AllowPrefix' => True,
  ),
  'eV' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Electron volt',
    'AllowPrefix' => True,
  ),
  'ev' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Electron volt',
    'AllowPrefix' => True,
  ),
  'HPh' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Horsepower-hour',
    'AllowPrefix' => False,
  ),
  'hh' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Horsepower-hour',
    'AllowPrefix' => False,
  ),
  'Wh' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Watt-hour',
    'AllowPrefix' => True,
  ),
  'wh' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Watt-hour',
    'AllowPrefix' => True,
  ),
  'flb' => array(
    'Group' => 'Energy',
    'Unit Name' => 'Foot-pound',
    'AllowPrefix' => False,
  ),
  'BTU' => array(
    'Group' => 'Energy',
    'Unit Name' => 'BTU',
    'AllowPrefix' => False,
  ),
  'btu' => array(
    'Group' => 'Energy',
    'Unit Name' => 'BTU',
    'AllowPrefix' => False,
  ),
  'HP' => array(
    'Group' => 'Power',
    'Unit Name' => 'Horsepower',
    'AllowPrefix' => False,
  ),
  'h' => array(
    'Group' => 'Power',
    'Unit Name' => 'Horsepower',
    'AllowPrefix' => False,
  ),
  'W' => array(
    'Group' => 'Power',
    'Unit Name' => 'Watt',
    'AllowPrefix' => True,
  ),
  'w' => array(
    'Group' => 'Power',
    'Unit Name' => 'Watt',
    'AllowPrefix' => True,
  ),
  'T' => array(
    'Group' => 'Magnetism',
    'Unit Name' => 'Tesla',
    'AllowPrefix' => True,
  ),
  'ga' => array(
    'Group' => 'Magnetism',
    'Unit Name' => 'Gauss',
    'AllowPrefix' => True,
  ),
  'C' => array(
    'Group' => 'Temperature',
    'Unit Name' => 'Celsius',
    'AllowPrefix' => False,
  ),
  'cel' => array(
    'Group' => 'Temperature',
    'Unit Name' => 'Celsius',
    'AllowPrefix' => False,
  ),
  'F' => array(
    'Group' => 'Temperature',
    'Unit Name' => 'Fahrenheit',
    'AllowPrefix' => False,
  ),
  'fah' => array(
    'Group' => 'Temperature',
    'Unit Name' => 'Fahrenheit',
    'AllowPrefix' => False,
  ),
  'K' => array(
    'Group' => 'Temperature',
    'Unit Name' => 'Kelvin',
    'AllowPrefix' => False,
  ),
  'kel' => array(
    'Group' => 'Temperature',
    'Unit Name' => 'Kelvin',
    'AllowPrefix' => False,
  ),
  'tsp' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Teaspoon',
    'AllowPrefix' => False,
  ),
  'tbs' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Tablespoon',
    'AllowPrefix' => False,
  ),
  'oz' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Fluid Ounce',
    'AllowPrefix' => False,
  ),
  'cup' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Cup',
    'AllowPrefix' => False,
  ),
  'pt' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'U.S. Pint',
    'AllowPrefix' => False,
  ),
  'us_pt' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'U.S. Pint',
    'AllowPrefix' => False,
  ),
  'uk_pt' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'U.K. Pint',
    'AllowPrefix' => False,
  ),
  'qt' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Quart',
    'AllowPrefix' => False,
  ),
  'gal' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Gallon',
    'AllowPrefix' => False,
  ),
  'l' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Litre',
    'AllowPrefix' => True,
  ),
  'lt' => array(
    'Group' => 'Liquid',
    'Unit Name' => 'Litre',
    'AllowPrefix' => True,
  ),
);