diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:18:43 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 10:18:43 +0100 |
commit | 53e4cd65205ac33d7dbc61a767f467c1b896dfc6 (patch) | |
tree | 836c37fadf024e7c64926aae5e24d539f3979c49 /framework/I18N/core | |
parent | ea2868ad7d79d440d40fbcb5773c9dcec3babbcc (diff) |
Removed @version doc comments
Diffstat (limited to 'framework/I18N/core')
-rw-r--r-- | framework/I18N/core/ChoiceFormat.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/DateFormat.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/DateTimeFormatInfo.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/Gettext/TGettext.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/Gettext/TGettext_MO.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/Gettext/TGettext_PO.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/HTTPNegotiator.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/IMessageSource.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/MessageFormat.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/MessageSource.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/MessageSource_MySQL.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/MessageSource_SQLite.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/MessageSource_XLIFF.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/MessageSource_gettext.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/NumberFormat.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/NumberFormatInfo.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/TCache_Lite.php | 1 | ||||
-rw-r--r-- | framework/I18N/core/TMessageSourceIOException.php | 2 | ||||
-rw-r--r-- | framework/I18N/core/util.php | 1 |
19 files changed, 0 insertions, 36 deletions
diff --git a/framework/I18N/core/ChoiceFormat.php b/framework/I18N/core/ChoiceFormat.php index 6b61bb17..c42a2dda 100644 --- a/framework/I18N/core/ChoiceFormat.php +++ b/framework/I18N/core/ChoiceFormat.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.1 $ $Date: 2005/01/11 07:19:39 $ * @package Prado\I18N\core */ @@ -74,7 +73,6 @@ namespace Prado\I18N\core; * Additional round brackets can also be used to perform grouping. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 20:46:16 EST 2004 * @package Prado\I18N\core */ class ChoiceFormat diff --git a/framework/I18N/core/DateFormat.php b/framework/I18N/core/DateFormat.php index 50bdf53c..22e86de8 100644 --- a/framework/I18N/core/DateFormat.php +++ b/framework/I18N/core/DateFormat.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.8 $ $Date: 2005/12/15 07:14:49 $ * @package Prado\I18N\core */ @@ -44,7 +43,6 @@ require_once(dirname(__FILE__).'/util.php'); * in the properties of a DateTimeFormatInfo. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Sat Dec 04 14:10:49 EST 2004 * @package Prado\I18N\core */ class DateFormat diff --git a/framework/I18N/core/DateTimeFormatInfo.php b/framework/I18N/core/DateTimeFormatInfo.php index 2f6e894f..2f64569c 100644 --- a/framework/I18N/core/DateTimeFormatInfo.php +++ b/framework/I18N/core/DateTimeFormatInfo.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ * @package Prado\I18N\core */ @@ -74,7 +73,6 @@ require_once(dirname(__FILE__).'/CultureInfo.php'); * </code> * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 03 22:30:31 EST 2004 * @package Prado\I18N\core */ class DateTimeFormatInfo diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php index 860a9208..b9207eb8 100644 --- a/framework/I18N/core/Gettext/TGettext.php +++ b/framework/I18N/core/Gettext/TGettext.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $ * @package Prado\I18N\core\Gettext */ @@ -54,7 +53,6 @@ namespace Prado\I18N\core\Gettext; * ################################################################# * * @author Michael Wallner <mike@php.net> - * @version $Revision: 1.4 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/Gettext/TGettext_MO.php b/framework/I18N/core/Gettext/TGettext_MO.php index d78b88e4..a5993b49 100644 --- a/framework/I18N/core/Gettext/TGettext_MO.php +++ b/framework/I18N/core/Gettext/TGettext_MO.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ * @package Prado\I18N\core\Gettext */ @@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php'; * GNU MO file reader and writer. * * @author Michael Wallner <mike@php.net> - * @version $Revision: 1.3 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/Gettext/TGettext_PO.php b/framework/I18N/core/Gettext/TGettext_PO.php index 9651da2e..64a713c3 100644 --- a/framework/I18N/core/Gettext/TGettext_PO.php +++ b/framework/I18N/core/Gettext/TGettext_PO.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ * @package Prado\I18N\core\Gettext */ @@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php'; * GNU PO file reader and writer. * * @author Michael Wallner <mike@php.net> - * @version $Revision: 1.2 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/HTTPNegotiator.php b/framework/I18N/core/HTTPNegotiator.php index 9c96d568..e9f1d0e0 100644 --- a/framework/I18N/core/HTTPNegotiator.php +++ b/framework/I18N/core/HTTPNegotiator.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ * @package Prado\I18N\core */ @@ -30,7 +29,6 @@ require_once(dirname(__FILE__).'/CultureInfo.php'); * Get the language and charset information from the client browser. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:01:35 EST 2004 * @package Prado\I18N\core */ class HTTPNegotiator diff --git a/framework/I18N/core/IMessageSource.php b/framework/I18N/core/IMessageSource.php index 32c56ebf..e7ed2dc7 100644 --- a/framework/I18N/core/IMessageSource.php +++ b/framework/I18N/core/IMessageSource.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/01/09 22:15:32 $ * @package Prado\I18N\core */ @@ -28,7 +27,6 @@ namespace Prado\I18N\core; * catalogue. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 17:40:19 EST 2004 * @package Prado\I18N\core */ interface IMessageSource diff --git a/framework/I18N/core/MessageFormat.php b/framework/I18N/core/MessageFormat.php index 64e53454..d4868b1b 100644 --- a/framework/I18N/core/MessageFormat.php +++ b/framework/I18N/core/MessageFormat.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.5 $ $Date: 2005/08/27 03:21:12 $ * @package Prado\I18N\core */ @@ -50,7 +49,6 @@ require_once(dirname(__FILE__).'/util.php'); * </code> * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 20:46:16 EST 2004 * @package Prado\I18N\core */ class MessageFormat diff --git a/framework/I18N/core/MessageSource.php b/framework/I18N/core/MessageSource.php index db24237a..4643b058 100644 --- a/framework/I18N/core/MessageSource.php +++ b/framework/I18N/core/MessageSource.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -68,7 +67,6 @@ require_once(dirname(__FILE__).'/MessageCache.php'); * </code> * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 19:55:49 EST 2004 * @package Prado\I18N\core */ abstract class MessageSource implements IMessageSource diff --git a/framework/I18N/core/MessageSource_MySQL.php b/framework/I18N/core/MessageSource_MySQL.php index 52715ecd..58618dc3 100644 --- a/framework/I18N/core/MessageSource_MySQL.php +++ b/framework/I18N/core/MessageSource_MySQL.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/02/25 09:59:40 $ * @package Prado\I18N\core */ @@ -37,7 +36,6 @@ require_once(dirname(__FILE__).'/util.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:58:58 EST 2004 * @package Prado\I18N\core */ class MessageSource_MySQL extends MessageSource diff --git a/framework/I18N/core/MessageSource_SQLite.php b/framework/I18N/core/MessageSource_SQLite.php index 78e4e78d..1e0182e9 100644 --- a/framework/I18N/core/MessageSource_SQLite.php +++ b/framework/I18N/core/MessageSource_SQLite.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/02/25 09:59:40 $ * @package Prado\I18N\core */ @@ -37,7 +36,6 @@ require_once(dirname(__FILE__).'/util.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:58:58 EST 2004 * @package Prado\I18N\core */ class MessageSource_SQLite extends MessageSource diff --git a/framework/I18N/core/MessageSource_XLIFF.php b/framework/I18N/core/MessageSource_XLIFF.php index 3b3a8813..2a2353ea 100644 --- a/framework/I18N/core/MessageSource_XLIFF.php +++ b/framework/I18N/core/MessageSource_XLIFF.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.8 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -36,7 +35,6 @@ require_once(dirname(__FILE__).'/MessageSource.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:18:44 EST 2004 * @package Prado\I18N\core */ class MessageSource_XLIFF extends MessageSource diff --git a/framework/I18N/core/MessageSource_gettext.php b/framework/I18N/core/MessageSource_gettext.php index f5af9f0d..9c7167cb 100644 --- a/framework/I18N/core/MessageSource_gettext.php +++ b/framework/I18N/core/MessageSource_gettext.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.7 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -38,7 +37,6 @@ require_once(dirname(__FILE__).'/Gettext/TGettext.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:18:44 EST 2004 * @package Prado\I18N\core */ class MessageSource_gettext extends MessageSource diff --git a/framework/I18N/core/NumberFormat.php b/framework/I18N/core/NumberFormat.php index 4bd8c838..c6495d0c 100644 --- a/framework/I18N/core/NumberFormat.php +++ b/framework/I18N/core/NumberFormat.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.6 $ $Date: 2005/12/20 09:32:42 $ * @package Prado\I18N\core */ @@ -70,7 +69,6 @@ require_once(dirname(__FILE__).'/util.php'); * For each culture, the symbol for each currency may be different. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 10 18:10:20 EST 2004 * @package Prado\I18N\core */ class NumberFormat diff --git a/framework/I18N/core/NumberFormatInfo.php b/framework/I18N/core/NumberFormatInfo.php index 4b37e64d..c48f6e6b 100644 --- a/framework/I18N/core/NumberFormatInfo.php +++ b/framework/I18N/core/NumberFormatInfo.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/08/04 05:27:19 $ * @package Prado\I18N\core */ @@ -44,7 +43,6 @@ require_once(dirname(__FILE__).'/CultureInfo.php'); * * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Sun Dec 05 14:48:26 EST 2004 * @package Prado\I18N\core */ class NumberFormatInfo diff --git a/framework/I18N/core/TCache_Lite.php b/framework/I18N/core/TCache_Lite.php index fddba41b..eaffd9ee 100644 --- a/framework/I18N/core/TCache_Lite.php +++ b/framework/I18N/core/TCache_Lite.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/10/09 10:24:12 $ * @package Prado\I18N\core */ diff --git a/framework/I18N/core/TMessageSourceIOException.php b/framework/I18N/core/TMessageSourceIOException.php index dea7031e..70fa718e 100644 --- a/framework/I18N/core/TMessageSourceIOException.php +++ b/framework/I18N/core/TMessageSourceIOException.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -23,7 +22,6 @@ namespace Prado\I18N\core; * data. * * @author Wei Zhuo<weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 ${DATE} ${TIME} $ * @package Prado\I18N\core */ class TMessageSourceIOException extends TException diff --git a/framework/I18N/core/util.php b/framework/I18N/core/util.php index c5f15467..65af6b89 100644 --- a/framework/I18N/core/util.php +++ b/framework/I18N/core/util.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ * @package Prado\I18N\core */ |