/qt-x11-immodule-unified-qt3.3.8-20071116.diff:7057:+ { {UNITIZE(Qt::Key_Multi_key), 0x0a3c, 0x0a38, 0, 0, 0}, 0x0a36 }, // U0A36 # GURMUKHI LETTER SHA /qt-x11-free-3.3.8b/doc/html/qsqldatabase.html:555:
If you do not want Qt Designer to handle the images, (or are not using a project) choose either 'Save Inline' or 'Use Function'. 'Save Inline' saves the pixmaps in the .ui files. The disadvantage of this approach is that it stores images in the forms in which they're used, meaning that images cannot be shared across forms. Click 'Use Function' to use your own icon-loader function for loading pixmaps. Type the function's name (with no signature) in the 'Use Function' line edit. This function will be used in the generated code for loading pixmaps. Your function will be called with the text you put in the pixmap property (e.g. the image name) whenever an image is required.
/qt-x11-free-3.3.8b/doc/html/qt.html:63:Whenever the user changes a custom slot's signature, Qt Designer updates the corresponding implementation.
Binární soubor /home/mitr/hash/grep-many/source/qt-x11-free-3.3.8b/doc/html/dialog3clipgrp.png odpovídá /qt-x11-free-3.3.8b/doc/html/qnamespace-h.html:754: MV_TIGER = MV_10_DOT_4 /qt-x11-free-3.3.8b/doc/html/porting.html:677:QToolButton::setIconSet(), you should make the signature of the /qt-x11-free-3.3.8b/doc/html/porting2.html:160:
Some virtual functions have changed signature in Qt 2.x. /qt-x11-free-3.3.8b/doc/html/porting2.html:161:If you override them in derived classes, you must change the signature /qt-x11-free-3.3.8b/doc/html/qaxserver.html:746: signature="$CHICAGO$" /qt-x11-free-3.3.8b/doc/html/signalsandslots.html:62:
The signals and slots mechanism is type safe: the signature of a /qt-x11-free-3.3.8b/doc/html/signalsandslots.html:63:signal must match the signature of the receiving slot. (In fact a slot /qt-x11-free-3.3.8b/doc/html/signalsandslots.html:64:may have a shorter signature than the signal it receives because it /qt-x11-free-3.3.8b/doc/html/qcopchannel.html:122:signature and the data contains the function's arguments. (See /qt-x11-free-3.3.8b/doc/html/qcopchannel.html:152:passing a function signature. Such a signature is formatted as /qt-x11-free-3.3.8b/doc/html/propertydocs:3554:<li> CLIENT_SSL /qt-x11-free-3.3.8b/doc/html/propertydocs:3583: db->setConnectOptions( "CLIENT_SSL;CLIENT_IGNORE_SPACE" ); // use an SSL connection to the server /qt-x11-free-3.3.8b/doc/html/propertydocs:3590: db->setConnectOptions( "requiressl=1" ); // enable PostgreSQL SSL connections /qt-x11-free-3.3.8b/doc/html/designer-manual-16.html:203:
The functions element contains a list of functions. Functions are standard C++ functions. It is possible to specify various attributes to create a function's signature, for example:
Binární soubor /home/mitr/hash/grep-many/source/qt-x11-free-3.3.8b/doc/html/qd-dataviewwzdpage2.png odpovídá /qt-x11-free-3.3.8b/doc/html/sql.html:1499: The change in the header file is minimal: we simply add the signature
/qt-x11-free-3.3.8b/doc/html/credits.html:52:Andrew Gillham <gillhaa at ghost.whirlpool.com>
/qt-x11-free-3.3.8b/doc/porting2.doc:188:
Some virtual functions have changed signature in Qt 2.x.
/qt-x11-free-3.3.8b/doc/porting2.doc:189:If you override them in derived classes, you must change the signature
/qt-x11-free-3.3.8b/doc/signalsandslots.doc:75:The signals and slots mechanism is type safe: the signature of a
/qt-x11-free-3.3.8b/doc/signalsandslots.doc:76:signal must match the signature of the receiving slot. (In fact a slot
/qt-x11-free-3.3.8b/doc/signalsandslots.doc:77:may have a shorter signature than the signal it receives because it
/qt-x11-free-3.3.8b/doc/sql.doc:1228:The change in the header file is minimal: we simply add the signature
/qt-x11-free-3.3.8b/doc/credits.doc:62:Andrew Gillham <gillhaa at ghost.whirlpool.com>
/qt-x11-free-3.3.8b/doc/porting3.doc:684:QToolButton::setIconSet(), you should make the signature of the
/qt-x11-free-3.3.8b/doc/man/man3/qcopchannel.3qt:110:This example assumes that the \fImsg\fR is a DCOP-style function signature and the \fIdata\fR contains the function's arguments. (See send().)
/qt-x11-free-3.3.8b/doc/man/man3/qcopchannel.3qt:135:Here the channel is "System/Shell". The \fImsg\fR is an arbitrary string, but in the example we've used the DCOP convention of passing a function signature. Such a signature is formatted as functionname(types) where types is a list of zero or more comma-separated type names, with no whitespace, no consts and no pointer or reference marks, i.e. no "*" or "&".
/qt-x11-free-3.3.8b/doc/man/man3/qt.3qt:82:.BI "enum \fBMacintoshVersion\fR { MV_Unknown = 0x0000, MV_9 = 0x0001, MV_10_DOT_0 = 0x0002, MV_10_DOT_1 = 0x0003, MV_10_DOT_2 = 0x0004, MV_10_DOT_3 = 0x0005, MV_10_DOT_4 = 0x0006, MV_CHEETAH = MV_10_DOT_0, MV_PUMA = MV_10_DOT_1, MV_JAGUAR = MV_10_DOT_2, MV_PANTHER = MV_10_DOT_3, MV_TIGER = MV_10_DOT_4 }"
/qt-x11-free-3.3.8b/doc/man/man3/qt.3qt:1023:\fCQt::MV_TIGER\fR - 10.4 Codename
/qt-x11-free-3.3.8b/doc/man/man3/qsqldatabase.3qt:505:CLIENT_SSL
/qt-x11-free-3.3.8b/doc/man/man3/qsqldatabase.3qt:540: db->setConnectOptions( "CLIENT_SSL;CLIENT_IGNORE_SPACE" ); // use an SSL connection to the server
/qt-x11-free-3.3.8b/doc/man/man3/qsqldatabase.3qt:554: db->setConnectOptions( "requiressl=1" ); // enable PostgreSQL SSL connections
/qt-x11-free-3.3.8b/src/3rdparty/libjpeg/libjpeg.doc:2446:signature
/qt-x11-free-3.3.8b/src/3rdparty/libjpeg/jquant2.c:218: * An output_buf parameter is required by the method signature, but no data
/qt-x11-free-3.3.8b/src/3rdparty/libjpeg/jpeglib.h:806:/* Routine signature for application-supplied marker processing methods.
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngset.c:283: * 2. Libpng did not read a PNG signature (this filter_method is only
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngset.c:290: if((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)&&png_ptr->mng_features_permitted)
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngset.c:296: ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngset.c:300: if(png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:122:/* Simple function to write the signature. If we have already written
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:123: * the magic bytes of the signature, or more likely, the PNG stream is
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:124: * being embedded into another stream and doesn't need its own signature,
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:131: png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:132: /* write the rest of the 8 byte signature */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:133: png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:136: png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:428: * 2. Libpng did not write a PNG signature (this filter_method is only
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwutil.c:438: ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwrite.c:31: png_write_sig(png_ptr); /* write PNG signature */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwrite.c:33: if((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)&&(png_ptr->mng_features_permitted))
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngwrite.c:867: * 2. Libpng did not write a PNG signature (this filter_method is only
/qt-x11-free-3.3.8b/src/3rdparty/libpng/CHANGES:112: allow PNG file to be read when some or all of file signature has already
/qt-x11-free-3.3.8b/src/3rdparty/libpng/CHANGES:130: fixed bug in PNG file signature compares when start != 0
/qt-x11-free-3.3.8b/src/3rdparty/libpng/CHANGES:864: Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to
/qt-x11-free-3.3.8b/src/3rdparty/libpng/CHANGES:869: Revised test for PNG_HAVE_PNG_SIGNATURE in pngrutil.c
/qt-x11-free-3.3.8b/src/3rdparty/libpng/scripts/pngdef.pas:379:function png_get_signature(png_ptr: png_structp; info_ptr: png_infop):
/qt-x11-free-3.3.8b/src/3rdparty/libpng/scripts/pngdef.pas:700:function png_get_signature; external pngDLL;
/qt-x11-free-3.3.8b/src/3rdparty/libpng/scripts/pngos2.def:68: png_get_signature
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:26:/* Place to hold the signature string for a PNG file. */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:86: * of the PNG file signature. If the PNG data is embedded into another
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:96: png_error(png_ptr, "Too many bytes for PNG signature.");
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:101:/* Checks whether the supplied bytes match the PNG signature. We allow
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:102: * checking less than the full 8-byte signature so that those apps that
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:107: * PNG signature (this is the same behaviour as strcmp, memcmp, etc).
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:112: png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:124: return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:127:/* (Obsolete) function to check signature bytes. It does not allow one
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:128: * to check a partial signature. This function might be removed in the
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.c:662:/* Signature string for a PNG file. */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:134:bytes of the PNG signature, or nonzero otherwise. Of course, the more bytes
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:243:If you had previously opened the file and read any of the signature from
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:465: signature = png_get_signature(png_ptr, info_ptr);
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:466: signature - holds the signature read from the
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:469: whole signature were read (i.e. if an
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:471: bytes of signature before starting
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:473: be in signature[4] through signature[7]
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:2795:PNG file with the PNG 8-byte signature. The PNG datastream must be wrapped
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.txt:2796:in a MNG datastream. As a minimum, it must have the MNG 8-byte signature
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngread.c:296: * here. The application can then have access to the signature bytes we
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngread.c:303: /* If we haven't checked all of the PNG signature bytes, do so now. */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngread.c:309: png_read_data(png_ptr, &(info_ptr->signature[num_checked]), num_to_check);
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngread.c:312: if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngread.c:315: png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngread.c:321: png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
/qt-x11-free-3.3.8b/src/3rdparty/libpng/projects/msvc/libpng.dsp:400:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/src/3rdparty/libpng/projects/msvc/png32ms.def:63: png_get_signature @54
/qt-x11-free-3.3.8b/src/3rdparty/libpng/projects/msvc/zlib.dsp:438:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/src/3rdparty/libpng/README:49:which has had some (or all) of the signature bytes read by the calling
/qt-x11-free-3.3.8b/src/3rdparty/libpng/README:51:do not have the PNG file signature. As well, it is now possible to set
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngpread.c:96:/* Read any remaining signature bytes from the stream and compare them with
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngpread.c:97: * the correct PNG signature. It is possible that this routine is called
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngpread.c:98: * with bytes already read from the signature, either because they have been
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngpread.c:113: png_push_fill_buffer(png_ptr, &(info_ptr->signature[num_checked]),
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngpread.c:117: if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngpread.c:120: png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
/qt-x11-free-3.3.8b/src/3rdparty/libpng/example.c:60: /* Read in some of the signature bytes */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/example.c:64: /* Compare the first PNG_BYTES_TO_CHECK bytes of the signature.
/qt-x11-free-3.3.8b/src/3rdparty/libpng/example.c:148: /* If we have already read some of the signature */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:253:\fBpng_bytep png_get_signature (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:925:bytes of the PNG signature, or nonzero otherwise. Of course, the more bytes
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:1034:If you had previously opened the file and read any of the signature from
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:1256: signature = png_get_signature(png_ptr, info_ptr);
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:1257: signature - holds the signature read from the
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:1260: whole signature were read (i.e. if an
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:1262: bytes of signature before starting
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:1264: be in signature[4] through signature[7]
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:3586:PNG file with the PNG 8-byte signature. The PNG datastream must be wrapped
/qt-x11-free-3.3.8b/src/3rdparty/libpng/libpng.3:3587:in a MNG datastream. As a minimum, it must have the MNG 8-byte signature
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngget.c:350:png_get_signature(png_structp png_ptr, png_infop info_ptr)
/qt-x11-free-3.3.8b/src/3rdparty/libpng/pngget.c:353: return(info_ptr->signature);
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:615: png_byte signature[8]; /* magic bytes read by libpng from start of file */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:1314: * signature, and non-zero otherwise. Having num_to_check == 0 or
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:1320:/* Simple signature checking function. This is the same as calling
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:2015:/* Returns pointer to signature string read from PNG header */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:2016:extern PNG_EXPORT(png_bytep,png_get_signature) PNGARG((png_structp png_ptr,
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:2499:#define PNG_HAVE_PNG_SIGNATURE 0x1000
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:2582:/* place to hold the signature string for a PNG file. */
/qt-x11-free-3.3.8b/src/3rdparty/libpng/png.h:2796:/* simple function to write the signature */
/qt-x11-free-3.3.8b/src/3rdparty/sqlite/vdbe.c:2828: ** random number generator based on the RC4 algorithm.
/qt-x11-free-3.3.8b/src/3rdparty/sqlite/sqlite.h:819:** encrypted, this routine will encrypt it. If pNew==0 or nNew==0, the
/qt-x11-free-3.3.8b/src/3rdparty/sqlite/random.c:25:** Get a single 8-bit random value from the RC4 PRNG. The Mutex
/qt-x11-free-3.3.8b/src/3rdparty/sqlite/random.c:35:** on RC4, which we know works very well.
/qt-x11-free-3.3.8b/src/3rdparty/sqlite/random.c:55: ** encryption. The RC4 algorithm is being used as a PRNG (pseudo-random
/qt-x11-free-3.3.8b/src/3rdparty/libmng/Changes:494:- fixed writing of signature
/qt-x11-free-3.3.8b/src/3rdparty/libmng/doc/libmng.txt:970:the proper signature when writing the file.
/qt-x11-free-3.3.8b/src/3rdparty/libmng/doc/man/libmng.3:990:the proper signature when writing the file.
/qt-x11-free-3.3.8b/src/3rdparty/libmng/libmng_write.c:27:/* * - fixed writing of signature * */
/qt-x11-free-3.3.8b/src/3rdparty/libmng/libmng_write.c:78: /* write the signature */
/qt-x11-free-3.3.8b/src/3rdparty/libmng/libmng_error.c:102: {MNG_INVALIDSIG, "The signature is invalid"},
/qt-x11-free-3.3.8b/src/3rdparty/libmng/libmng_read.c:630: /* haven't processed the signature ? */
/qt-x11-free-3.3.8b/src/3rdparty/libmng/libmng_read.c:633: iBuflen = 2 * sizeof (mng_uint32); /* read signature */
/qt-x11-free-3.3.8b/src/3rdparty/libmng/libmng_read.c:644: if (iRead != iBuflen) /* full signature received ? */
/qt-x11-free-3.3.8b/src/3rdparty/libmng/libmng_read.c:646: /* is it a valid signature ? */
/qt-x11-free-3.3.8b/src/3rdparty/zlib/FAQ:304:37. How can I encrypt/decrypt zip files with zlib?
/qt-x11-free-3.3.8b/src/3rdparty/zlib/projects/visualc6/zlib.dsp:409:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/src/canvas/qcanvas.cpp:2450: QRect rc2 = i2->boundingRectAdvanced();
/qt-x11-free-3.3.8b/src/canvas/qcanvas.cpp:2451: return rc1.intersects(rc2);
/qt-x11-free-3.3.8b/src/sql/qsqldatabase.cpp:1128: \i CLIENT_SSL
/qt-x11-free-3.3.8b/src/sql/qsqldatabase.cpp:1164: db->setConnectOptions( "CLIENT_SSL;CLIENT_IGNORE_SPACE" ); // use an SSL connection to the server
/qt-x11-free-3.3.8b/src/sql/qsqldatabase.cpp:1171: db->setConnectOptions( "requiressl=1" ); // enable PostgreSQL SSL connections
/qt-x11-free-3.3.8b/src/sql/drivers/mysql/qsql_mysql.cpp:505: else if ( opt == "CLIENT_SSL" )
/qt-x11-free-3.3.8b/src/sql/drivers/mysql/qsql_mysql.cpp:506: optionFlags |= CLIENT_SSL;
/qt-x11-free-3.3.8b/src/moc/moc_yacc.cpp:372: QCString signature;
/qt-x11-free-3.3.8b/src/moc/moc_yacc.cpp:2454: f->signature = f->name;
/qt-x11-free-3.3.8b/src/moc/moc_yacc.cpp:2455: f->signature += "(";
/qt-x11-free-3.3.8b/src/moc/moc_yacc.cpp:2456: f->signature += typstr;
/qt-x11-free-3.3.8b/src/moc/moc_yacc.cpp:2457: f->signature += ")";
/qt-x11-free-3.3.8b/src/moc/moc_yacc.cpp:2463: fprintf( out, "\t{ \"%s\",", f->signature.data() );
/qt-x11-free-3.3.8b/src/moc/moc.y:418: QCString signature;
/qt-x11-free-3.3.8b/src/moc/moc.y:2415: f->signature = f->name;
/qt-x11-free-3.3.8b/src/moc/moc.y:2416: f->signature += "(";
/qt-x11-free-3.3.8b/src/moc/moc.y:2417: f->signature += typstr;
/qt-x11-free-3.3.8b/src/moc/moc.y:2418: f->signature += ")";
/qt-x11-free-3.3.8b/src/moc/moc.y:2424: fprintf( out, "\t{ \"%s\",", f->signature.data() );
/qt-x11-free-3.3.8b/src/kernel/qnamespace.h:718: MV_TIGER = MV_10_DOT_4
/qt-x11-free-3.3.8b/src/kernel/qmngio.cpp:261: if (buffer[0]==138 // MNG signature
/qt-x11-free-3.3.8b/src/kernel/qmngio.cpp:269: || buffer[0]==139 // JNG signature
/qt-x11-free-3.3.8b/src/kernel/qmngio.cpp:278: || buffer[0]==137 // PNG signature
/qt-x11-free-3.3.8b/src/kernel/qimage.cpp:3234: Q_UINT8* ssl = (Q_UINT8*)(data->bits[sy]);
/qt-x11-free-3.3.8b/src/kernel/qimage.cpp:3238: dsl[dx] = ssl[sx];
/qt-x11-free-3.3.8b/src/kernel/qimage.cpp:3246: Q_UINT16* ssl = (Q_UINT16*)(data->bits[sy]);
/qt-x11-free-3.3.8b/src/kernel/qimage.cpp:3250: dsl[dx] = ssl[sx];
/qt-x11-free-3.3.8b/src/kernel/qimage.cpp:3257: Q_UINT32* ssl = (Q_UINT32*)(data->bits[sy]);
/qt-x11-free-3.3.8b/src/kernel/qimage.cpp:3261: dsl[dx] = ssl[sx];
/qt-x11-free-3.3.8b/src/kernel/qpngio.cpp:1053: // Good, no signature - the preferred way to concat PNG images.
/qt-x11-free-3.3.8b/src/kernel/qpsprinter.cpp:198:// server: http://partners.adobe.com/asn/developer/typeforum/glyphlist.txt
/qt-x11-free-3.3.8b/src/kernel/qpsprinter.cpp:211:// http://partners.adobe.com:80/asn/developer/type/unicodegn.html
/qt-x11-free-3.3.8b/src/kernel/qpsprinter.cpp:688: { 0x0428, "afii10042" }, // CYRILLIC CAPITAL LETTER SHA
/qt-x11-free-3.3.8b/src/kernel/qpsprinter.cpp:720: { 0x0448, "afii10090" }, // CYRILLIC SMALL LETTER SHA
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:1:/* derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm */
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:13:} MD5_CTX;
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:15:static void MD5Init(MD5_CTX *);
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:16:static void MD5Update(MD5_CTX *, unsigned char *, unsigned int);
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:17:static void MD5Final(unsigned char [16], MD5_CTX *);
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:21:static void MD5_memset(POINTER, int, unsigned int);
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:22:static void MD5_memcpy(POINTER output,POINTER input,unsigned int len);
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:36:// F, G, H and I are basic MD5 functions.
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:92:// MD5 initialization. Begins an MD5 operation, writing a new context.
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:93:static void MD5Init(MD5_CTX *context)
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:104:// MD5 block update operation. Continues an MD5 message-digest
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:107:static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputLen)
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:122: MD5_memcpy((POINTER)&context->buffer[index],(POINTER)input, partLen);
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:132: MD5_memcpy((POINTER)&context->buffer[index],(POINTER)&input[i],
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:136:// MD5 finalization. Ends an MD5 message-digest operation, writing the
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:138:static void MD5Final(unsigned char digest[16], MD5_CTX *context)
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:158: MD5_memset((POINTER)context, 0, sizeof(*context));
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:161:// MD5 basic transformation. Transforms state based on block.
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:244: MD5_memset((POINTER)x, 0, sizeof(x));
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:271:static void MD5_memset(POINTER output, int value, unsigned int len)
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:279:static void MD5_memcpy(POINTER output,POINTER input,unsigned int len)
/qt-x11-free-3.3.8b/qmake/qtmd5.cpp:288: MD5_CTX context;
/qt-x11-free-3.3.8b/qmake/generators/win32/msvc_vcproj.cpp:41:#include "qtmd5.h" // SG's MD5 addon
/qt-x11-free-3.3.8b/qmake/generators/win32/msvc_vcproj.cpp:223: // If none, create one based on the MD5 of absolute project path
/qt-x11-free-3.3.8b/extensions/nsplugin/src/jritypes.h:75: * Signature Construction Macros
/qt-x11-free-3.3.8b/extensions/nsplugin/src/jritypes.h:79:** These macros can be used to construct signature strings. Hopefully their names
/qt-x11-free-3.3.8b/extensions/nsplugin/src/jritypes.h:81:** For example, to specify the signature of the method:
/qt-x11-free-3.3.8b/PLATFORMS:13: hpux-acc linux-ecc-64 solaris-cc win32-borland
/qt-x11-free-3.3.8b/README:30:linux-ecc-64
/qt-x11-free-3.3.8b/mkspecs/win32-icc/win32dll.dsp:94:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/mkspecs/win32-icc/win32app.dsp:92:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/mkspecs/win32-icc/win32lib.dsp:87:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/mkspecs/win32-msvc/win32dll.dsp:94:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/mkspecs/win32-msvc/win32app.dsp:92:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/mkspecs/win32-msvc/win32lib.dsp:89:# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/qt-x11-free-3.3.8b/mkspecs/linux-ecc-64/qmake.conf:3:# qmake configuration for linux-ecc-64
/qt-x11-free-3.3.8b/mkspecs/linux-ecc-64/qmake.conf:12:QMAKE_CC = ecc
/qt-x11-free-3.3.8b/translations/qt_fr.ts:364: