cvs: pear /Net_UserAgent_Mobile/Mobile Common.php DoCoMo.php EZweb.php SoftBank.php /Net_UserAgent_Mobile/Mobile/DoCoMo ScreenInfo.php /Net_UserAgent_Mobile/tests/Mobile DoCoMoTestCase.php EZwebTestCase.php SoftBankTestCase.php WillcomTestCase.php
[email protected] ("KUBO Atsuhiro") Sat, 10 May 2008 11:39:47 -0000
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvskuboa1210419587@cvsserver> |
kuboa Sat May 10 11:39:47 2008 UTC
Modified files:
/pear/Net_UserAgent_Mobile/Mobile Common.php DoCoMo.php EZweb.php
SoftBank.php
/pear/Net_UserAgent_Mobile/Mobile/DoCoMo ScreenInfo.php
/pear/Net_UserAgent_Mobile/tests/Mobile DoCoMoTestCase.php
EZwebTestCase.php
SoftBankTestCase.php
WillcomTestCase.php
Log:
- Updated some @since tags.
kuboa-20080510113947.txt
(text/plain, 17.8 KB)
http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/Mobile/Common.php?r1=1.25&r2=1.26&diff_format=u Index: pear/Net_UserAgent_Mobile/Mobile/Common.php diff -u pear/Net_UserAgent_Mobile/Mobile/Common.php:1.25 pear/Net_UserAgent_Mobile/Mobile/Common.php:1.26 --- pear/Net_UserAgent_Mobile/Mobile/Common.php:1.25 Fri Apr 25 17:21:43 2008 +++ pear/Net_UserAgent_Mobile/Mobile/Common.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2003-2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: Common.php,v 1.25 2008/04/25 17:21:43 kuboa Exp $ + * @version CVS: $Id: Common.php,v 1.26 2008/05/10 11:39:46 kuboa Exp $ * @since File available since Release 0.1 */ @@ -507,7 +507,7 @@ * Gets the UID of a subscriber. * * @return string - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ function getUID() {} http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/Mobile/DoCoMo.php?r1=1.52&r2=1.53&diff_format=u Index: pear/Net_UserAgent_Mobile/Mobile/DoCoMo.php diff -u pear/Net_UserAgent_Mobile/Mobile/DoCoMo.php:1.52 pear/Net_UserAgent_Mobile/Mobile/DoCoMo.php:1.53 --- pear/Net_UserAgent_Mobile/Mobile/DoCoMo.php:1.52 Sat May 10 11:12:33 2008 +++ pear/Net_UserAgent_Mobile/Mobile/DoCoMo.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2003-2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: DoCoMo.php,v 1.52 2008/05/10 11:12:33 kuboa Exp $ + * @version CVS: $Id: DoCoMo.php,v 1.53 2008/05/10 11:39:46 kuboa Exp $ * @link http://www.nttdocomo.co.jp/service/imode/make/content/spec/useragent/index.html * @since File available since Release 0.1 */ @@ -145,7 +145,7 @@ * The model names which have GPS capability. * * @var array - * @since Property available since Release 1.0.0 + * @since Property available since Release 1.0.0RC1 */ var $_gpsModels = array('F884i', 'F801i', @@ -184,7 +184,7 @@ * The HTML version map which maps models to HTML versions. * * @var array - * @since Property available since Release 1.0.0 + * @since Property available since Release 1.0.0RC1 */ var $_htmlVersionMap = array('[DFNP]501i' => '1.0', '502i|821i|209i|651|691i|(F|N|P|KO)210i|^F671i$' => '2.0', @@ -484,7 +484,7 @@ * Gets the UID of a subscriber. * * @return string - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ function getUID() { http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/Mobile/EZweb.php?r1=1.24&r2=1.25&diff_format=u Index: pear/Net_UserAgent_Mobile/Mobile/EZweb.php diff -u pear/Net_UserAgent_Mobile/Mobile/EZweb.php:1.24 pear/Net_UserAgent_Mobile/Mobile/EZweb.php:1.25 --- pear/Net_UserAgent_Mobile/Mobile/EZweb.php:1.24 Fri Apr 25 17:21:43 2008 +++ pear/Net_UserAgent_Mobile/Mobile/EZweb.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2003-2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: EZweb.php,v 1.24 2008/04/25 17:21:43 kuboa Exp $ + * @version CVS: $Id: EZweb.php,v 1.25 2008/05/10 11:39:46 kuboa Exp $ * @link http://www.au.kddi.com/ezfactory/tec/spec/4_4.html * @link http://www.au.kddi.com/ezfactory/tec/spec/new_win/ezkishu.html * @see Net_UserAgent_Mobile_Common @@ -301,7 +301,7 @@ * Gets the UID of a subscriber. * * @return string - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ function getUID() { http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/Mobile/SoftBank.php?r1=1.10&r2=1.11&diff_format=u Index: pear/Net_UserAgent_Mobile/Mobile/SoftBank.php diff -u pear/Net_UserAgent_Mobile/Mobile/SoftBank.php:1.10 pear/Net_UserAgent_Mobile/Mobile/SoftBank.php:1.11 --- pear/Net_UserAgent_Mobile/Mobile/SoftBank.php:1.10 Fri May 9 17:17:47 2008 +++ pear/Net_UserAgent_Mobile/Mobile/SoftBank.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2003-2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: SoftBank.php,v 1.10 2008/05/09 17:17:47 kuboa Exp $ + * @version CVS: $Id: SoftBank.php,v 1.11 2008/05/10 11:39:46 kuboa Exp $ * @link http://creation.mb.softbank.jp/ * @since File available since Release 0.20.0 */ @@ -422,7 +422,7 @@ * Gets the UID of a subscriber. * * @return string - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ function getUID() { http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/Mobile/DoCoMo/ScreenInfo.php?r1=1.1&r2=1.2&diff_format=u Index: pear/Net_UserAgent_Mobile/Mobile/DoCoMo/ScreenInfo.php diff -u pear/Net_UserAgent_Mobile/Mobile/DoCoMo/ScreenInfo.php:1.1 pear/Net_UserAgent_Mobile/Mobile/DoCoMo/ScreenInfo.php:1.2 --- pear/Net_UserAgent_Mobile/Mobile/DoCoMo/ScreenInfo.php:1.1 Sat May 10 11:12:33 2008 +++ pear/Net_UserAgent_Mobile/Mobile/DoCoMo/ScreenInfo.php Sat May 10 11:39:46 2008 @@ -15,9 +15,9 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: ScreenInfo.php,v 1.1 2008/05/10 11:12:33 kuboa Exp $ + * @version CVS: $Id: ScreenInfo.php,v 1.2 2008/05/10 11:39:46 kuboa Exp $ * @link http://www.nttdocomo.co.jp/service/imode/make/content/spec/screen_area/index.html - * @since File available since Release 1.0.0 + * @since File available since Release 1.0.0RC1 */ // {{{ GLOBALS @@ -37,7 +37,7 @@ * @license http://www.php.net/license/3_0.txt PHP License 3.0 * @version Release: @package_version@ * @link http://www.nttdocomo.co.jp/service/imode/make/content/spec/screen_area/index.html - * @since Class available since Release 1.0.0 + * @since Class available since Release 1.0.0RC1 */ class Net_UserAgent_Mobile_DoCoMo_ScreenInfo { http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/tests/Mobile/DoCoMoTestCase.php?r1=1.15&r2=1.16&diff_format=u Index: pear/Net_UserAgent_Mobile/tests/Mobile/DoCoMoTestCase.php diff -u pear/Net_UserAgent_Mobile/tests/Mobile/DoCoMoTestCase.php:1.15 pear/Net_UserAgent_Mobile/tests/Mobile/DoCoMoTestCase.php:1.16 --- pear/Net_UserAgent_Mobile/tests/Mobile/DoCoMoTestCase.php:1.15 Sat May 10 11:37:02 2008 +++ pear/Net_UserAgent_Mobile/tests/Mobile/DoCoMoTestCase.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: DoCoMoTestCase.php,v 1.15 2008/05/10 11:37:02 kuboa Exp $ + * @version CVS: $Id: DoCoMoTestCase.php,v 1.16 2008/05/10 11:39:46 kuboa Exp $ * @since File available since Release 0.31.0 */ @@ -1177,7 +1177,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheUidOfASubscriber() { @@ -1194,7 +1194,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheVersionOfAUserAgent() { @@ -1207,7 +1207,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheCacheSizeOfAUserAgent() { @@ -1220,7 +1220,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsFomaOrNot() { @@ -1233,7 +1233,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheVendorOfAUserAgent() { @@ -1246,7 +1246,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheSeriesOfAUserAgent() { @@ -1259,7 +1259,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheStatusOfAUserAgent() { @@ -1278,7 +1278,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheSerialNumberOfAUserAgent() { @@ -1294,7 +1294,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheCardIdOfAUserAgent() { @@ -1307,7 +1307,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheBandwidthOfAUserAgent() { @@ -1322,7 +1322,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsAGpsModelOrNot() { @@ -1340,7 +1340,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheScreenInformationOfAUserAgent() { @@ -1356,7 +1356,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldUseAnExternalScreenInformationIfTheEnvironmentVariableIsGiven1() { http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/tests/Mobile/EZwebTestCase.php?r1=1.4&r2=1.5&diff_format=u Index: pear/Net_UserAgent_Mobile/tests/Mobile/EZwebTestCase.php diff -u pear/Net_UserAgent_Mobile/tests/Mobile/EZwebTestCase.php:1.4 pear/Net_UserAgent_Mobile/tests/Mobile/EZwebTestCase.php:1.5 --- pear/Net_UserAgent_Mobile/tests/Mobile/EZwebTestCase.php:1.4 Sat May 10 09:25:13 2008 +++ pear/Net_UserAgent_Mobile/tests/Mobile/EZwebTestCase.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: EZwebTestCase.php,v 1.4 2008/05/10 09:25:13 kuboa Exp $ + * @version CVS: $Id: EZwebTestCase.php,v 1.5 2008/05/10 11:39:46 kuboa Exp $ * @since File available since Release 0.31.0 */ @@ -199,7 +199,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheUidOfASubscriber() { @@ -216,7 +216,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheVersionOfAUserAgent() { @@ -230,7 +230,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheDeviceIdOfAUserAgent() { @@ -244,7 +244,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheServerOfAUserAgent() { @@ -258,7 +258,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsXhtmlCompliantModelOrNot() { @@ -272,7 +272,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheCommentOfAUserAgent() { @@ -286,7 +286,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsWap2ModelOrNot() { @@ -300,7 +300,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsWap1ModelOrNot() { @@ -314,7 +314,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheScreenInformationOfAUserAgent() { http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/tests/Mobile/SoftBankTestCase.php?r1=1.5&r2=1.6&diff_format=u Index: pear/Net_UserAgent_Mobile/tests/Mobile/SoftBankTestCase.php diff -u pear/Net_UserAgent_Mobile/tests/Mobile/SoftBankTestCase.php:1.5 pear/Net_UserAgent_Mobile/tests/Mobile/SoftBankTestCase.php:1.6 --- pear/Net_UserAgent_Mobile/tests/Mobile/SoftBankTestCase.php:1.5 Sat May 10 09:25:13 2008 +++ pear/Net_UserAgent_Mobile/tests/Mobile/SoftBankTestCase.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: SoftBankTestCase.php,v 1.5 2008/05/10 09:25:13 kuboa Exp $ + * @version CVS: $Id: SoftBankTestCase.php,v 1.6 2008/05/10 11:39:46 kuboa Exp $ * @since File available since Release 0.31.0 */ @@ -209,7 +209,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheUidOfASubscriber() { @@ -226,7 +226,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheJavaInformationOfAUserAgent() { @@ -256,7 +256,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsAModelTypeC() { @@ -271,7 +271,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsAModelTypeP() { @@ -284,7 +284,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsAModelTypeW() { @@ -297,7 +297,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldTellWhetherAUserAgentIsAModelType3Gc() { @@ -310,7 +310,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheMsnameOfAUserAgent() { @@ -323,7 +323,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheScreenInformationOfAUserAgent() { http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/tests/Mobile/WillcomTestCase.php?r1=1.2&r2=1.3&diff_format=u Index: pear/Net_UserAgent_Mobile/tests/Mobile/WillcomTestCase.php diff -u pear/Net_UserAgent_Mobile/tests/Mobile/WillcomTestCase.php:1.2 pear/Net_UserAgent_Mobile/tests/Mobile/WillcomTestCase.php:1.3 --- pear/Net_UserAgent_Mobile/tests/Mobile/WillcomTestCase.php:1.2 Sat May 10 09:38:52 2008 +++ pear/Net_UserAgent_Mobile/tests/Mobile/WillcomTestCase.php Sat May 10 11:39:46 2008 @@ -15,7 +15,7 @@ * @author KUBO Atsuhiro <[email protected]> * @copyright 2008 KUBO Atsuhiro <[email protected]> * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: WillcomTestCase.php,v 1.2 2008/05/10 09:38:52 kuboa Exp $ + * @version CVS: $Id: WillcomTestCase.php,v 1.3 2008/05/10 11:39:46 kuboa Exp $ * @since File available since Release 0.31.0 */ @@ -93,7 +93,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheVendorNameOfAUserAgent() { @@ -103,7 +103,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheModelVersionOfAUserAgent() { @@ -113,7 +113,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheBrowserVersionOfAUserAgent() { @@ -123,7 +123,7 @@ } /** - * @since Method available since Release 1.0.0 + * @since Method available since Release 1.0.0RC1 */ public function testShouldProvideTheCacheSizeOfAUserAgent() {