[Phphtmllib-devel] SF.net SVN: phphtmllib:[3254] trunk/open2300/lib/autoload.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-10-14 01:00:34
|
Revision: 3254 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3254&view=rev Author: hemna Date: 2009-10-14 01:00:23 +0000 (Wed, 14 Oct 2009) Log Message: ----------- new flash temp graph Modified Paths: -------------- trunk/open2300/lib/autoload.inc Modified: trunk/open2300/lib/autoload.inc =================================================================== --- trunk/open2300/lib/autoload.inc 2009-10-14 00:59:28 UTC (rev 3253) +++ trunk/open2300/lib/autoload.inc 2009-10-14 01:00:23 UTC (rev 3254) @@ -1,7 +1,7 @@ <?php /** * This is an auto-generated file. Please do not modify! - * Generated on 2009-02-16T09:43:30-08:00 by AutoloadGenerator + * Generated on 2009-10-13T15:09:15-07:00 by AutoloadGenerator * * @package open2300 */ @@ -173,8 +173,10 @@ 'MessageBoxOKCancel'=>'external/phphtmllib/src/widgets/MessageBoxOKCancel.inc', 'MessageBoxWidget'=>'external/phphtmllib/src/widgets/MessageBoxWidget.inc', 'MetarTextCurrentConditions'=>'modules/home/widgets/MetarTextCurrentConditions.inc', +'myFlashGauge'=>'modules/graphs/gauge/myFlashGauge.inc', 'myFlashGraph'=>'modules/graphs/flash/myFlashGraph.inc', 'myGraph'=>'modules/graphs/myGraph.inc', +'myTemperatureFlashGauge'=>'modules/graphs/gauge/myTemperatureFlashGauge.php', 'NavTable'=>'external/phphtmllib/src/widgets/NavTable.inc', 'NavTableCSS'=>'external/phphtmllib/src/widgets/css/NavTableCSS.inc', 'NetworkValidator'=>'external/phphtmllib/src/validation/NetworkValidator.inc', @@ -234,6 +236,7 @@ 'WeatherDataListPage'=>'modules/home/page/WeatherDataListPage.inc', 'weatherDataObject'=>'core/data/dataobjects/open2300/weatherDataObject.inc', 'weatherDataObjectTemplate'=>'core/data/dataobjects/open2300/templates/weatherDataObjectTemplate.inc', +'WindFlashGraph'=>'modules/graphs/flash/WindFlashGraph.inc', 'WindSpeedLineGraph'=>'modules/graphs/WindSpeedLineGraph.inc', 'WMLDocument'=>'external/phphtmllib/src/wml/WMLDocument.inc', 'WXConversion'=>'core/data/WXConversion.inc', @@ -273,6 +276,7 @@ 'message-box-o-k-cancel'=>'MessageBoxOKCancel', 'message-box-w'=>'MessageBoxWidget', 'metar'=>'MetarTextCurrentConditions', +'my-temperature-flash-gauge'=>'myTemperatureFlashGauge', 'nav-table'=>'NavTable', 'open-2-3-0-0'=>'open2300Page', 'pressure-line-graph'=>'PressureLineGraph', @@ -298,6 +302,7 @@ 'tree-item-w'=>'TreeItemWidget', 'vertical-c-s-s-nav-table'=>'VerticalCSSNavTable', 'weather-dl'=>'WeatherDataListPage', +'wind-flash-graph'=>'WindFlashGraph', 'wind-speed-line-graph'=>'WindSpeedLineGraph', 'wml-document'=>'WMLDocument', 'wx-dl'=>'WXDataList', @@ -345,6 +350,7 @@ 'MessageBoxOKCancel'=>'message-box-o-k-cancel', 'MessageBoxWidget'=>'message-box-w', 'MetarTextCurrentConditions'=>'metar', +'myTemperatureFlashGauge'=>'my-temperature-flash-gauge', 'NavTable'=>'nav-table', 'open2300Page'=>'open-2-3-0-0', 'PressureLineGraph'=>'pressure-line-graph', @@ -370,6 +376,7 @@ 'TreeItemWidget'=>'tree-item-w', 'VerticalCSSNavTable'=>'vertical-c-s-s-nav-table', 'WeatherDataListPage'=>'weather-dl', +'WindFlashGraph'=>'wind-flash-graph', 'WindSpeedLineGraph'=>'wind-speed-line-graph', 'WMLDocument'=>'wml-document', 'WXDataList'=>'wx-dl', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |