Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/module/Net/UserAgent/Mobile/NonMobile.php

    r18562 r18609  
    55 * PHP versions 4 and 5 
    66 * 
    7  * LICENSE: This source file is subject to version 3.0 of the PHP license 
    8  * that is available through the world-wide-web at the following URI: 
    9  * http://www.php.net/license/3_0.txt.  If you did not receive a copy of 
    10  * the PHP License and are unable to obtain it through the web, please 
    11  * send a note to license@php.net so we can mail you a copy immediately. 
     7 * Copyright (c) 2003-2009 KUBO Atsuhiro <kubo@iteman.jp>, 
     8 * All rights reserved. 
     9 * 
     10 * Redistribution and use in source and binary forms, with or without 
     11 * modification, are permitted provided that the following conditions are met: 
     12 * 
     13 *     * Redistributions of source code must retain the above copyright 
     14 *       notice, this list of conditions and the following disclaimer. 
     15 *     * Redistributions in binary form must reproduce the above copyright 
     16 *       notice, this list of conditions and the following disclaimer in the 
     17 *       documentation and/or other materials provided with the distribution. 
     18 * 
     19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
     20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
     21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
     22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
     23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
     24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
     25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
     26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
     27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
     28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
     29 * POSSIBILITY OF SUCH DAMAGE. 
    1230 * 
    1331 * @category   Networking 
    1432 * @package    Net_UserAgent_Mobile 
    15  * @author     KUBO Atsuhiro <iteman@users.sourceforge.net> 
    16  * @copyright  2003-2008 KUBO Atsuhiro <iteman@users.sourceforge.net> 
    17  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0 
     33 * @author     KUBO Atsuhiro <kubo@iteman.jp> 
     34 * @copyright  2003-2009 KUBO Atsuhiro <kubo@iteman.jp> 
     35 * @license    http://www.opensource.org/licenses/bsd-license.php  New BSD License 
    1836 * @version    CVS: $Id$ 
    19  * @see        Net_UserAgent_Mobile_Common 
    2037 * @since      File available since Release 0.1.0 
    2138 */ 
     
    3047 * 
    3148 * Net_UserAgent_Mobile_NonMobile is a subclass of 
    32  * {@link Net_UserAgent_Mobile_Common}, which implements non-mobile or 
    33  * unimplemented user agents. 
     49 * {@link Net_UserAgent_Mobile_Common}, which implements non-mobile or unimplemented 
     50 * user agents. 
    3451 * 
    3552 * SYNOPSIS: 
     
    4360 * @category   Networking 
    4461 * @package    Net_UserAgent_Mobile 
    45  * @author     KUBO Atsuhiro <iteman@users.sourceforge.net> 
    46  * @copyright  2003-2008 KUBO Atsuhiro <iteman@users.sourceforge.net> 
    47  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0 
    48  * @version    Release: 0.31.0 
    49  * @see        Net_UserAgent_Mobile_Common 
     62 * @author     KUBO Atsuhiro <kubo@iteman.jp> 
     63 * @copyright  2003-2009 KUBO Atsuhiro <kubo@iteman.jp> 
     64 * @license    http://www.opensource.org/licenses/bsd-license.php  New BSD License 
     65 * @version    Release: 1.0.0 
    5066 * @since      Class available since Release 0.1.0 
    5167 */ 
     
    103119     * create a new {@link Net_UserAgent_Mobile_Display} class instance 
    104120     * 
    105      * @return object a newly created {@link Net_UserAgent_Mobile_Display} 
    106      *     object 
    107      * @see Net_UserAgent_Mobile_Display 
     121     * @return Net_UserAgent_Mobile_Display 
    108122     */ 
    109123    function makeDisplay() 
Note: See TracChangeset for help on using the changeset viewer.