Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/functions/qstringvaluefns_p.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the QtXmlPatterns module of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    7777     *
    7878     * @ingroup Patternist_functions
    79      * @author Frans Englich <fenglich@trolltech.com>
     79     * @author Frans Englich <frans.englich@nokia.com>
    8080     */
    8181    class ConcatFN : public FunctionCall
     
    8989     *
    9090     * @ingroup Patternist_functions
    91      * @author Frans Englich <fenglich@trolltech.com>
     91     * @author Frans Englich <frans.englich@nokia.com>
    9292     */
    9393    class StringJoinFN : public FunctionCall
     
    108108     *
    109109     * @ingroup Patternist_functions
    110      * @author Frans Englich <fenglich@trolltech.com>
     110     * @author Frans Englich <frans.englich@nokia.com>
    111111     */
    112112    class SubstringFN : public FunctionCall
     
    120120     *
    121121     * @ingroup Patternist_functions
    122      * @author Frans Englich <fenglich@trolltech.com>
     122     * @author Frans Englich <frans.englich@nokia.com>
    123123     */
    124124    class StringLengthFN : public FunctionCall
     
    132132     *
    133133     * @ingroup Patternist_functions
    134      * @author Frans Englich <fenglich@trolltech.com>
     134     * @author Frans Englich <frans.englich@nokia.com>
    135135     */
    136136    class NormalizeSpaceFN : public FunctionCall
     
    148148     *
    149149     * @ingroup Patternist_functions
    150      * @author Frans Englich <fenglich@trolltech.com>
     150     * @author Frans Englich <frans.englich@nokia.com>
    151151     */
    152152    class NormalizeUnicodeFN : public FunctionCall
     
    169169     *
    170170     * @ingroup Patternist_functions
    171      * @author Frans Englich <fenglich@trolltech.com>
     171     * @author Frans Englich <frans.englich@nokia.com>
    172172     */
    173173    class UpperCaseFN : public FunctionCall
     
    182182     * @short Implements the function <tt>fn:concat()</tt>.
    183183     * @ingroup Patternist_functions
    184      * @author Frans Englich <fenglich@trolltech.com>
     184     * @author Frans Englich <frans.englich@nokia.com>
    185185     */
    186186    class LowerCaseFN : public FunctionCall
     
    194194     *
    195195     * @ingroup Patternist_functions
    196      * @author Frans Englich <fenglich@trolltech.com>
     196     * @author Frans Englich <frans.englich@nokia.com>
    197197     */
    198198    class TranslateFN : public FunctionCall
     
    207207     *
    208208     * @ingroup Patternist_functions
    209      * @author Frans Englich <fenglich@trolltech.com>
     209     * @author Frans Englich <frans.englich@nokia.com>
    210210     */
    211211    class EncodeString : public FunctionCall
     
    235235     *
    236236     * @ingroup Patternist_functions
    237      * @author Frans Englich <fenglich@trolltech.com>
     237     * @author Frans Englich <frans.englich@nokia.com>
    238238     */
    239239    class EncodeForURIFN : public EncodeString
     
    253253     *
    254254     * @ingroup Patternist_functions
    255      * @author Frans Englich <fenglich@trolltech.com>
     255     * @author Frans Englich <frans.englich@nokia.com>
    256256     */
    257257    class IriToURIFN : public EncodeString
     
    271271     *
    272272     * @ingroup Patternist_functions
    273      * @author Frans Englich <fenglich@trolltech.com>
     273     * @author Frans Englich <frans.englich@nokia.com>
    274274     */
    275275    class EscapeHtmlURIFN : public EncodeString
Note: See TracChangeset for help on using the changeset viewer.