# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wt3 # wt3/Makefile # wt3/distinfo # wt3/files # wt3/files/patch-examples_te-benchmark_benchmark.cpp # wt3/files/patch-src_Wt_Http_Client # wt3/files/patch-src_Wt_Http_Client.C # wt3/files/patch-src_http_Connection.C # wt3/files/patch-src_http_Connection.h # wt3/files/patch-src_http_Reply.C # wt3/files/patch-src_http_Server.C # wt3/files/patch-src_http_Server.h # wt3/files/patch-src_http_SessionProcess.C # wt3/pkg-descr # wt3/pkg-plist # wt3/pkg-message # echo c - wt3 mkdir -p wt3 > /dev/null 2>&1 echo x - wt3/Makefile sed 's/^X//' >wt3/Makefile << 'a35ddaf7b0a5a500b86da09d0dfec0c2' X# Created by: Mohammad S. Babaei X# $FreeBSD$ X XPORTNAME= wt3 XPORTVERSION= 3.3.9 XCATEGORIES= www X XMAINTAINER= info@babaei.net XCOMMENT= Widget-centric C++ library for developing web applications X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/LICENSE X XBROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator X XLIB_DEPENDS+= libpng.so:graphics/png \ X libboost_system.so:devel/boost-libs \ X libGraphicsMagick.so:graphics/GraphicsMagick X XUSES= cmake:outsource pkgconfig ssl XUSE_GITHUB= yes XGH_ACCOUNT= emweb XGH_PROJECT= wt XUSE_LDCONFIG= yes XUSE_XORG+=x11 XCMAKE_ARGS+= -DCONFIGDIR:STRING=${LOCALBASE}/etc/${PORTNAME} \ X -DGM_PREFIX:STRING=${LOCALBASE} \ X -DPNG_PREFIX:STRING=${LOCALBASE} \ X -DSSL_PREFIX:STRING=/usr \ X -DZLIB_PREFIX:STRING=/usr \ X -DCONNECTOR_ISAPI:BOOL=OFF \ X -DWEBUSER:STRING=www \ X -DWEBGROUP:STRING=www \ X -DWT_WRASTERIMAGE_IMPLEMENTATION:STRING=GraphicsMagick \ X -DENABLE_SSL:BOOL=ON X XNO_OPTIONS_SORT= yes XOPTIONS_DEFINE= \ X DOXYGEN \ X EXAMPLES \ X TESTS \ X RESOURCES \ X CMAKE_MODULE \ X CPP11 \ X HARU \ X PANGO \ X OPENGL \ X EXT \ X QT4 \ X LIBWTTEST \ X UNWIND XOPTIONS_DEFAULT= \ X TESTS \ X RESOURCES \ X CMAKE_MODULE \ X CPP11 \ X HARU \ X PANGO \ X OPENGL \ X LIBWTTEST XOPTIONS_GROUP= CONNECTOR DBO WSTRING XOPTIONS_SUB= yes X XEXAMPLES_DESC= Install examples (implies SQLITE3 and WTHTTP) XTESTS_DESC= Build Wt tests XRESOURCES_DESC= Install resources directory XCMAKE_MODULE_DESC= Install FindWt.cmake in systemwide cmake dir XCPP11_DESC= Compile Wt in C++11 mode (Clang or GCC 4.6+) XHARU_DESC= Enable Haru Free PDF Library XEXT_DESC= Build Wt Ext library with JavaScript-only widgets XLIBWTTEST_DESC= Build Wt::Test for automated (integration/unit) tests XUNWIND_DESC= Build Wt with stacktrace support using libunwind X XOPTIONS_GROUP_CONNECTOR= FCGI WTHTTP XOPTIONS_DEFAULT += FCGI WTHTTP XCONNECTOR_DESC= Connector XFCGI_DESC= Build FastCGI connector XWTHTTP_DESC= Build Wt stand-alone httpd connector X XOPTIONS_GROUP_DBO= SQLITE3 POSTGRES FIREBIRD MYSQL XOPTIONS_DEFAULT += SQLITE3 XDBO_DESC= Wt::DBO XSQLITE3_DESC= Build Wt with SQLite 3 support XPOSTGRES_DESC= Build Wt with PostgreSQL support XFIREBIRD_DESC= Build Wt with Firebird support XMYSQL_DESC= Build Wt with MariaDB or MySQL support X XOPTIONS_GROUP_WSTRING= NO_STD_LOCALE NO_STD_WSTRING XWSTRING_DESC= Wt::WString XNO_STD_LOCALE_DESC= Build for a system without std::locale support XNO_STD_WSTRING_DESC= Build for a system without std::wstring support X XEXAMPLES_IMPLIES= SQLITE3 WTHTTP X XCMAKE_MODULE_CMAKE_ON= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=ON XCMAKE_MODULE_CMAKE_OFF= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=OFF XDOXYGEN_CMAKE_ON= -DBUILD_DOCS:BOOL=ON XDOXYGEN_CMAKE_OFF= -DBUILD_DOCS:BOOL=OFF XFCGI_CMAKE_ON= -DCONNECTOR_FCGI:BOOL=ON XFCGI_CMAKE_OFF= -DCONNECTOR_FCGI:BOOL=OFF XFIREBIRD_CMAKE_ON= -DENABLE_FIREBIRD:BOOL=ON XFIREBIRD_CMAKE_OFF= -DENABLE_FIREBIRD:BOOL=OFF XEXT_CMAKE_ON= -DENABLE_EXT:BOOL=ON XEXT_CMAKE_OFF= -DENABLE_EXT:BOOL=OFF XHARU_CMAKE_ON= -DENABLE_HARU:BOOL=ON XHARU_CMAKE_OFF= -DENABLE_HARU:BOOL=OFF XLIBWTTEST_CMAKE_ON= -DENABLE_LIBWTTEST:BOOL=ON XLIBWTTEST_CMAKE_OFF= -DENABLE_LIBWTTEST:BOOL=OFF XMYSQL_CMAKE_ON= -DENABLE_MYSQL:BOOL=ON XMYSQL_CMAKE_OFF= -DENABLE_MYSQL:BOOL=OFF XNO_STD_LOCALE_CMAKE_ON= -DWT_NO_STD_LOCALE:BOOL=ON XNO_STD_LOCALE_CMAKE_OFF=-DWT_NO_STD_LOCALE:BOOL=OFF XNO_STD_WSTRING_CMAKE_ON= -DWT_NO_STD_WSTRING:BOOL=ON XNO_STD_WSTRING_CMAKE_OFF= -DWT_NO_STD_WSTRING:BOOL=OFF XOPENGL_CMAKE_ON= -DENABLE_OPENGL:BOOL=ON XOPENGL_CMAKE_OFF= -DENABLE_OPENGL:BOOL=OFF XPANGO_CMAKE_ON= -DENABLE_PANGO:BOOL=ON XPANGO_CMAKE_OFF= -DENABLE_PANGO:BOOL=OFF XPOSTGRES_CMAKE_ON= -DENABLE_POSTGRES:BOOL=ON XPOSTGRES_CMAKE_OFF= -DENABLE_POSTGRES:BOOL=OFF XQT4_CMAKE_ON= -DENABLE_QT4:BOOL=ON XQT4_CMAKE_OFF= -DENABLE_QT4:BOOL=OFF XRESOURCES_CMAKE_ON= -DINSTALL_RESOURCES:BOOL=ON XRESOURCES_CMAKE_OFF= -DINSTALL_RESOURCES:BOOL=OFF XSQLITE_CMAKE_ON= -DENABLE_SQLITE:BOOL=ON XSQLITE_CMAKE_OFF= -DENABLE_SQLITE:BOOL=OFF XTESTS_CMAKE_ON= -DBUILD_TESTS:BOOL=ON XTESTS_CMAKE_OFF= -DBUILD_TESTS:BOOL=OFF XUNWIND_CMAKE_ON= -DENABLE_UNWIND:BOOL=ON XUNWIND_CMAKE_OFF= -DENABLE_UNWIND:BOOL=OFF XWTHTTP_CMAKE_ON= -DCONNECTOR_HTTP:BOOL=ON XWTHTTP_CMAKE_OFF= -DCONNECTOR_HTTP:BOOL=OFF X X.include X X.if ${PORT_OPTIONS:MDOXYGEN} XBUILD_DEPENDS+= asciidoc:textproc/asciidoc \ X doxygen:devel/doxygen X.endif X X.if ${PORT_OPTIONS:MEXAMPLES} XCMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=ON -DINSTALL_EXAMPLES:BOOL=ON X.if ${PORT_OPTIONS:MSQLITE3} \ X || ${PORT_OPTIONS:MPOSTGRES} \ X || ${PORT_OPTIONS:MFIREBIRD} \ X || ${PORT_OPTIONS:MMYSQL} XPLIST_SUB+= DBO_EXAMPLES="" X.if ${PORT_OPTIONS:MSQLITE3} X.else XPLIST_SUB+= DBO_SQLITE3_EXAMPLES="" X.endif XPLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " X.else XPLIST_SUB+= DBO_EXAMPLES="@comment " XPLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " X.endif X.if ${PORT_OPTIONS:MQT4} XPLIST_SUB+= QT4_EXAMPLES="" X.else XPLIST_SUB+= QT4_EXAMPLES="@comment " X.endif X.else XCMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=OFF -DINSTALL_EXAMPLES:BOOL=OFF XPLIST_SUB+= DBO_EXAMPLES="@comment " XPLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " XPLIST_SUB+= QT4_EXAMPLES="@comment " X.endif X X.if ${PORT_OPTIONS:MCPP11} XUSES+= compiler:c++11-lib XCMAKE_ARGS+= -DWT_CPP_11_MODE:STRING=-std=c++0x X.endif X X.if ${PORT_OPTIONS:MHARU} XLIB_DEPENDS+= libhpdf.so:print/libharu XCMAKE_ARGS+= -DHARU_PREFIX:STRING=${LOCALBASE} X.endif X X.if ${PORT_OPTIONS:MPANGO} XLIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig XUSE_GNOME+= pango X.endif X X.if ${PORT_OPTIONS:MOPENGL} XUSE_GL= gl glew X.endif X X.if ${PORT_OPTIONS:MQT4} XUSE_QT4= corelib moc_build X.endif X X.if ${PORT_OPTIONS:MUNWIND} XLIB_DEPENDS+= libunwind.so:devel/libunwind X.endif X X.if ${PORT_OPTIONS:MFCGI} XLIB_DEPENDS+= libfcgi.so:www/fcgi \ X libfcgi++.so:www/fcgi X XCMAKE_ARGS+= -DFCGI_PREFIX:STRING=${LOCALBASE} X.endif X X.if ${PORT_OPTIONS:MSQLITE3} \ X || ${PORT_OPTIONS:MPOSTGRES} \ X || ${PORT_OPTIONS:MFIREBIRD} \ X || ${PORT_OPTIONS:MMYSQL} XCMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=ON XPLIST_SUB+= DBO="" X.else XCMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=OFF XPLIST_SUB+= DBO="@comment " X.endif X X.if ${PORT_OPTIONS:MSQLITE3} XUSES+= sqlite:3 XCMAKE_ARGS+= -DSQLITE3_PREFIX:STRING=${LOCALBASE} X.endif X X.if ${PORT_OPTIONS:MPOSTGRES} XUSES+= pgsql XCMAKE_ARGS+= -DPOSTGRES_PREFIX:STRING=${LOCALBASE} X.endif X X.if ${PORT_OPTIONS:MFIREBIRD} XUSES+= firebird XCMAKE_AGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE} X.endif X X.if ${PORT_OPTIONS:MMYSQL} XUSES+= mysql XCMAKE_ARGS+= -DMYSQL_PREFIX:STRING=${LOCALBASE} X.endif X Xpost-install: X @${RM} ${STAGEDIR}${ETCDIR}/wt_config.xml X @${MKDIR} ${STAGEDIR}${ETCDIR} X @${CP} -p ${BUILD_WRKSRC}/wt_config.xml \ X ${STAGEDIR}${ETCDIR}/wt_config.xml.sample X X.include a35ddaf7b0a5a500b86da09d0dfec0c2 echo x - wt3/distinfo sed 's/^X//' >wt3/distinfo << '1dd1fdff0cb32d0f064b55d904a50b8a' XTIMESTAMP = 1507647697 XSHA256 (emweb-wt-3.3.9_GH0.tar.gz) = 0f0e2638001a312b0cb3f920a6eaf9692ebb4ad70f33068ca888724a7f482501 XSIZE (emweb-wt-3.3.9_GH0.tar.gz) = 8604234 1dd1fdff0cb32d0f064b55d904a50b8a echo c - wt3/files mkdir -p wt3/files > /dev/null 2>&1 echo x - wt3/files/patch-examples_te-benchmark_benchmark.cpp sed 's/^X//' >wt3/files/patch-examples_te-benchmark_benchmark.cpp << '36c1b03fcc92674f4806cc350099792f' X--- examples/te-benchmark/benchmark.cpp.orig 2017-08-16 16:07:38 UTC X+++ examples/te-benchmark/benchmark.cpp X@@ -23,6 +23,10 @@ X #include X #include X X+#ifndef WT_WIN32 X+extern char **environ; X+#endif // WT_WIN32 X+ X class MyMessage { X public: X std::string message; 36c1b03fcc92674f4806cc350099792f echo x - wt3/files/patch-src_Wt_Http_Client sed 's/^X//' >wt3/files/patch-src_Wt_Http_Client << '3a77f0788602dd090566572381095e6c' X--- src/Wt/Http/Client.orig 2017-11-21 09:24:39 UTC X+++ src/Wt/Http/Client X@@ -19,7 +19,12 @@ X X namespace boost { X namespace asio { X+#if BOOST_VERSION >= 106600 X+ class io_context; X+ typedef io_context io_service; X+#else X class io_service; X+#endif X } X } X 3a77f0788602dd090566572381095e6c echo x - wt3/files/patch-src_Wt_Http_Client.C sed 's/^X//' >wt3/files/patch-src_Wt_Http_Client.C << 'd6a24fbfa478153780a5fd2051d0c5b2' X--- src/Wt/Http/Client.C.orig 2017-11-21 09:24:39 UTC X+++ src/Wt/Http/Client.C X@@ -644,7 +644,11 @@ private: X X protected: X boost::asio::io_service& ioService_; X+#if BOOST_VERSION >= 106600 X+ boost::asio::io_context::strand strand_; X+#else X boost::asio::strand strand_; X+#endif X tcp::resolver resolver_; X boost::asio::streambuf requestBuf_; X boost::asio::streambuf responseBuf_; X@@ -934,7 +938,11 @@ bool Client::request(Http::Method method X #ifdef WT_WITH_SSL X } else if (parsedUrl.protocol == "https") { X boost::asio::ssl::context context X+#if BOOST_VERSION >= 106600 X+ (boost::asio::ssl::context::sslv23); X+#else X (*ioService, boost::asio::ssl::context::sslv23); X+#endif X long sslOptions = boost::asio::ssl::context::no_sslv2 | boost::asio::ssl::context::no_sslv3; X context.set_options(sslOptions); X d6a24fbfa478153780a5fd2051d0c5b2 echo x - wt3/files/patch-src_http_Connection.C sed 's/^X//' >wt3/files/patch-src_http_Connection.C << 'da246ec341bf54b9921c4746ef3431ed' X--- src/http/Connection.C.orig 2017-11-21 09:24:39 UTC X+++ src/http/Connection.C X@@ -358,7 +358,11 @@ void Connection::handleReadBody(ReplyPtr X disconnectCallback_ = boost::function(); X f(); X } else if (!e) { X+#if BOOST_VERSION >= 106600 X+ LOG_ERROR(socket().native_handle() X+#else X LOG_ERROR(socket().native() X+#endif X << ": handleReadBody(): while waiting for disconnect, " X "received unexpected data, closing"); X close(); da246ec341bf54b9921c4746ef3431ed echo x - wt3/files/patch-src_http_Connection.h sed 's/^X//' >wt3/files/patch-src_http_Connection.h << '923926d1609a17ec46269181f29f399e' X--- src/http/Connection.h.orig 2017-11-21 09:24:39 UTC X+++ src/http/Connection.h X@@ -72,7 +72,11 @@ public: X virtual ~Connection(); X X Server *server() const { return server_; } X+#if BOOST_VERSION >= 106600 X+ asio::io_context::strand& strand() { return strand_; } X+#else X asio::strand& strand() { return strand_; } X+#endif X X /// Stop all asynchronous operations associated with the connection. X void scheduleStop(); X@@ -115,7 +119,11 @@ protected: X /// The manager for this connection. X ConnectionManager& ConnectionManager_; X X+#if BOOST_VERSION >= 106600 X+ asio::io_context::strand strand_; X+#else X asio::strand strand_; X+#endif X X void finishReply(); X 923926d1609a17ec46269181f29f399e echo x - wt3/files/patch-src_http_Reply.C sed 's/^X//' >wt3/files/patch-src_http_Reply.C << '7ea88e22cd4cb10d5d4175b144b922d8' X--- src/http/Reply.C.orig 2017-11-21 09:24:39 UTC X+++ src/http/Reply.C X@@ -595,7 +595,11 @@ bool Reply::encodeNextContentBuffer( X originalSize += bs; X X gzipStrm_.avail_in = bs; X+#if BOOST_VERSION >= 106600 X+ gzipStrm_.next_in = (unsigned char *)b.data(); X+#else X gzipStrm_.next_in = (unsigned char *)asio::detail::buffer_cast_helper(b); X+#endif X X unsigned char out[16*1024]; X do { 7ea88e22cd4cb10d5d4175b144b922d8 echo x - wt3/files/patch-src_http_Server.C sed 's/^X//' >wt3/files/patch-src_http_Server.C << '3305c8aaeeab511c13dafa5aa7327175' X--- src/http/Server.C.orig 2017-11-21 09:24:39 UTC X+++ src/http/Server.C X@@ -79,7 +79,11 @@ Server::Server(const Configuration& conf X // post_strand_(ioService_), X tcp_acceptor_(wt_.ioService()), X #ifdef HTTP_WITH_SSL X+#if BOOST_VERSION >= 106600 X+ ssl_context_(asio::ssl::context::sslv23), X+#else X ssl_context_(wt_.ioService(), asio::ssl::context::sslv23), X+#endif X ssl_acceptor_(wt_.ioService()), X #endif // HTTP_WITH_SSL X connection_manager_(), 3305c8aaeeab511c13dafa5aa7327175 echo x - wt3/files/patch-src_http_Server.h sed 's/^X//' >wt3/files/patch-src_http_Server.h << 'f6779bfe0e1e6e12e3281ae069d6bf37' X--- src/http/Server.h.orig 2017-11-21 09:24:39 UTC X+++ src/http/Server.h X@@ -120,7 +120,11 @@ private: X Wt::WLogger accessLogger_; X X /// The strand for handleTcpAccept(), handleSslAccept() and handleStop() X+#if BOOST_VERSION >= 106600 X+ asio::io_context::strand accept_strand_; X+#else X asio::strand accept_strand_; X+#endif X X /// Acceptor used to listen for incoming http connections. X asio::ip::tcp::acceptor tcp_acceptor_; f6779bfe0e1e6e12e3281ae069d6bf37 echo x - wt3/files/patch-src_http_SessionProcess.C sed 's/^X//' >wt3/files/patch-src_http_SessionProcess.C << '562ed6f42736020e9261418ed12585fb' X--- src/http/SessionProcess.C.orig 2017-11-21 09:24:39 UTC X+++ src/http/SessionProcess.C X@@ -80,7 +80,11 @@ void SessionProcess::asyncExec(const Con X if (!ec) X acceptor_->listen(0, ec); X #ifndef WT_WIN32 X+#if BOOST_VERSION >= 106600 X+ fcntl(acceptor_->native_handle(), F_SETFD, FD_CLOEXEC); X+#else X fcntl(acceptor_->native(), F_SETFD, FD_CLOEXEC); X+#endif X #endif // !WT_WIN32 X if (ec) { X LOG_ERROR("Couldn't create listening socket: " << ec.message()); 562ed6f42736020e9261418ed12585fb echo x - wt3/pkg-descr sed 's/^X//' >wt3/pkg-descr << '63c26d9cae6a4f0b582ff3c2e9f7b042' XWt (pronounced as witty) is a C++ library for developing web applications. X XThe API is widget-centric and uses well-tested patterns of desktop GUI Xdevelopment tailored to the web. To the developer, it offers abstraction of Xmany web-specific implementation details, including client-server protocols X(HTTP, Ajax, WebSockets), and frees the developer from tedious JavaScript Xmanipulations of HTML and dealing with cross-browser issues. Instead, with Wt, Xyou can focus on actual functionality with a rich set of feature-complete Xwidgets. Unlike old-school page-based frameworks or current-day single-page XJavaScript "frameworks", Wt allows you to create stateful applications that are Xat the same time highly interactive (using WebSockets and Ajax for everything) Xbut still support plain HTML browsers or web crawlers using automatic graceful Xdegradation or progressive enhancement. Things that are natural and simple Xwith Wt would require an impractical amount of development effort otherwise: Xswitching widgets using animations, while retaining clean URLs and browser Xnavigation functions, or having a persistent chat widget open throughout the Xentire application, that even works in legacy browsers like Microsoft Internet XExplorer 6. X XThe library comes with an application server that acts as a stand-alone XHttp(s)/WebSocket server or integrates through FastCGI with other web servers. X XWWW: http://www.webtoolkit.eu/wt 63c26d9cae6a4f0b582ff3c2e9f7b042 echo x - wt3/pkg-plist sed 's/^X//' >wt3/pkg-plist << '8887bd2f8399bad47d6400789c197ccf' X@postunexec cmp -s %D/%%ETCDIR%%/wt_config.xml.sample %D/%%ETCDIR%%/wt_config.xml && rm -f %D/%%ETCDIR%%/wt_config.xml || true X%%ETCDIR%%/wt_config.xml.sample X@postexec if [ ! -f %D/%%ETCDIR%%/wt_config.xml ]; then cp -p %D/%%ETCDIR%%/wt_config.xml.sample %D/%%ETCDIR%%/wt_config.xml; fi Xinclude/Wt/Auth/AbstractPasswordService Xinclude/Wt/Auth/AbstractUserDatabase Xinclude/Wt/Auth/AuthModel Xinclude/Wt/Auth/AuthService Xinclude/Wt/Auth/AuthWidget X%%DBO%%include/Wt/Auth/Dbo/AuthInfo X%%DBO%%include/Wt/Auth/Dbo/UserDatabase Xinclude/Wt/Auth/FacebookService Xinclude/Wt/Auth/FormBaseModel Xinclude/Wt/Auth/GoogleService Xinclude/Wt/Auth/HashFunction Xinclude/Wt/Auth/Identity Xinclude/Wt/Auth/IssuedToken Xinclude/Wt/Auth/Login Xinclude/Wt/Auth/LostPasswordWidget Xinclude/Wt/Auth/OAuthAuthorizationEndpointProcess Xinclude/Wt/Auth/OAuthClient Xinclude/Wt/Auth/OAuthService Xinclude/Wt/Auth/OAuthTokenEndpoint Xinclude/Wt/Auth/OidcService Xinclude/Wt/Auth/OidcUserInfoEndpoint Xinclude/Wt/Auth/PasswordHash Xinclude/Wt/Auth/PasswordPromptDialog Xinclude/Wt/Auth/PasswordService Xinclude/Wt/Auth/PasswordStrengthValidator Xinclude/Wt/Auth/PasswordVerifier Xinclude/Wt/Auth/RegistrationModel Xinclude/Wt/Auth/RegistrationWidget Xinclude/Wt/Auth/Token Xinclude/Wt/Auth/UpdatePasswordWidget Xinclude/Wt/Auth/User Xinclude/Wt/Auth/WAuthGlobal Xinclude/Wt/Chart/WAbstractChart Xinclude/Wt/Chart/WAbstractChartImplementation Xinclude/Wt/Chart/WAbstractChartModel Xinclude/Wt/Chart/WAbstractColorMap Xinclude/Wt/Chart/WAbstractDataSeries3D Xinclude/Wt/Chart/WAbstractGridData Xinclude/Wt/Chart/WAxis Xinclude/Wt/Chart/WAxisSliderWidget Xinclude/Wt/Chart/WCartesian3DChart Xinclude/Wt/Chart/WCartesianChart Xinclude/Wt/Chart/WChart2DImplementation Xinclude/Wt/Chart/WChart3DImplementation Xinclude/Wt/Chart/WChartGlobal Xinclude/Wt/Chart/WChartPalette Xinclude/Wt/Chart/WDataSeries Xinclude/Wt/Chart/WEquidistantGridData Xinclude/Wt/Chart/WGridData Xinclude/Wt/Chart/WLegend Xinclude/Wt/Chart/WLegend3D Xinclude/Wt/Chart/WPieChart Xinclude/Wt/Chart/WScatterData Xinclude/Wt/Chart/WSelection Xinclude/Wt/Chart/WStandardChartProxyModel Xinclude/Wt/Chart/WStandardColorMap Xinclude/Wt/Chart/WStandardPalette X%%DBO%%include/Wt/Dbo/Call X%%DBO%%include/Wt/Dbo/Call_impl.h X%%DBO%%include/Wt/Dbo/DbAction X%%DBO%%include/Wt/Dbo/DbAction_impl.h X%%DBO%%include/Wt/Dbo/Dbo X%%DBO%%include/Wt/Dbo/EscapeOStream.h X%%DBO%%include/Wt/Dbo/Exception X%%DBO%%include/Wt/Dbo/Field X%%DBO%%include/Wt/Dbo/Field_impl.h X%%DBO%%include/Wt/Dbo/FixedSqlConnectionPool X%%DBO%%include/Wt/Dbo/Impl X%%DBO%%include/Wt/Dbo/Json X%%DBO%%include/Wt/Dbo/Query X%%DBO%%include/Wt/Dbo/QueryColumn X%%DBO%%include/Wt/Dbo/QueryModel X%%DBO%%include/Wt/Dbo/QueryModel_impl.h X%%DBO%%include/Wt/Dbo/Query_impl.h X%%DBO%%include/Wt/Dbo/Session X%%DBO%%include/Wt/Dbo/Session_impl.h X%%DBO%%include/Wt/Dbo/SqlConnection X%%DBO%%include/Wt/Dbo/SqlConnectionPool X%%DBO%%include/Wt/Dbo/SqlStatement X%%DBO%%include/Wt/Dbo/SqlTraits X%%DBO%%include/Wt/Dbo/SqlTraits_impl.h X%%DBO%%include/Wt/Dbo/StdSqlTraits X%%DBO%%include/Wt/Dbo/StringStream.h X%%DBO%%include/Wt/Dbo/Transaction X%%DBO%%include/Wt/Dbo/Types X%%DBO%%include/Wt/Dbo/WDboDllDefs.h X%%DBO%%include/Wt/Dbo/WtSqlTraits X%%FIREBIRD%%include/Wt/Dbo/backend/Firebird X%%MYSQL%%include/Wt/Dbo/backend/MySQL X%%POSTGRES%%include/Wt/Dbo/backend/Postgres X%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3 X%%FIREBIRD%%include/Wt/Dbo/backend/WDboFirebirdDllDefs.h X%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h X%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h X%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h X%%DBO%%include/Wt/Dbo/collection X%%DBO%%include/Wt/Dbo/collection_impl.h X%%DBO%%include/Wt/Dbo/ptr X%%DBO%%include/Wt/Dbo/ptr_impl.h X%%DBO%%include/Wt/Dbo/ptr_tuple X%%DBO%%include/Wt/Dbo/weak_ptr X%%DBO%%include/Wt/Dbo/weak_ptr_impl.h Xinclude/Wt/DomElement.h Xinclude/Wt/EscapeOStream.h X%%EXT%%include/Wt/Ext/AbstractButton X%%EXT%%include/Wt/Ext/AbstractToggleButton X%%EXT%%include/Wt/Ext/Button X%%EXT%%include/Wt/Ext/CMakeLists.txt X%%EXT%%include/Wt/Ext/Calendar X%%EXT%%include/Wt/Ext/CheckBox X%%EXT%%include/Wt/Ext/ComboBox X%%EXT%%include/Wt/Ext/Component X%%EXT%%include/Wt/Ext/Container X%%EXT%%include/Wt/Ext/DataStore X%%EXT%%include/Wt/Ext/DateField X%%EXT%%include/Wt/Ext/Dialog X%%EXT%%include/Wt/Ext/ExtDllDefs.h X%%EXT%%include/Wt/Ext/FormField X%%EXT%%include/Wt/Ext/LineEdit X%%EXT%%include/Wt/Ext/Menu X%%EXT%%include/Wt/Ext/MenuItem X%%EXT%%include/Wt/Ext/MessageBox X%%EXT%%include/Wt/Ext/NumberField X%%EXT%%include/Wt/Ext/PagingToolBar X%%EXT%%include/Wt/Ext/Panel X%%EXT%%include/Wt/Ext/ProgressDialog X%%EXT%%include/Wt/Ext/RadioButton X%%EXT%%include/Wt/Ext/Splitter X%%EXT%%include/Wt/Ext/SplitterHandle X%%EXT%%include/Wt/Ext/TabWidget X%%EXT%%include/Wt/Ext/TableView X%%EXT%%include/Wt/Ext/TextEdit X%%EXT%%include/Wt/Ext/ToolBar X%%EXT%%include/Wt/Ext/ToolTipConfig X%%EXT%%include/Wt/Ext/WExtGlobal X%%EXT%%include/Wt/Ext/Widget Xinclude/Wt/Http/Client Xinclude/Wt/Http/Message Xinclude/Wt/Http/Method Xinclude/Wt/Http/Request Xinclude/Wt/Http/Response Xinclude/Wt/Http/ResponseContinuation Xinclude/Wt/Http/WtClient Xinclude/Wt/Json/Array Xinclude/Wt/Json/Object Xinclude/Wt/Json/Parser Xinclude/Wt/Json/Serializer Xinclude/Wt/Json/Value Xinclude/Wt/Mail/Client Xinclude/Wt/Mail/Mailbox Xinclude/Wt/Mail/Message Xinclude/Wt/Payment/Address Xinclude/Wt/Payment/Customer Xinclude/Wt/Payment/Money Xinclude/Wt/Payment/Order Xinclude/Wt/Payment/OrderItem Xinclude/Wt/Payment/PayPal Xinclude/Wt/Payment/Result Xinclude/Wt/Render/WPdfRenderer Xinclude/Wt/Render/WTextRenderer X%%LIBWTTEST%%include/Wt/Test/WTestEnvironment Xinclude/Wt/Utils Xinclude/Wt/WAbstractArea Xinclude/Wt/WAbstractGLImplementation Xinclude/Wt/WAbstractItemDelegate Xinclude/Wt/WAbstractItemModel Xinclude/Wt/WAbstractItemView Xinclude/Wt/WAbstractListModel Xinclude/Wt/WAbstractMedia Xinclude/Wt/WAbstractProxyModel Xinclude/Wt/WAbstractSpinBox Xinclude/Wt/WAbstractTableModel Xinclude/Wt/WAbstractToggleButton Xinclude/Wt/WAccordionLayout Xinclude/Wt/WAggregateProxyModel Xinclude/Wt/WAnchor Xinclude/Wt/WAnimation Xinclude/Wt/WApplication Xinclude/Wt/WAudio Xinclude/Wt/WBatchEditProxyModel Xinclude/Wt/WBoostAny Xinclude/Wt/WBootstrapTheme Xinclude/Wt/WBorder Xinclude/Wt/WBorderLayout Xinclude/Wt/WBoxLayout Xinclude/Wt/WBreak Xinclude/Wt/WBrush Xinclude/Wt/WButtonGroup Xinclude/Wt/WCalendar Xinclude/Wt/WCanvasPaintDevice Xinclude/Wt/WCheckBox Xinclude/Wt/WCircleArea Xinclude/Wt/WClientGLWidget Xinclude/Wt/WColor Xinclude/Wt/WCombinedLocalizedStrings Xinclude/Wt/WComboBox Xinclude/Wt/WCompositeWidget Xinclude/Wt/WConfig.h Xinclude/Wt/WContainerWidget Xinclude/Wt/WCssDecorationStyle Xinclude/Wt/WCssStyleSheet Xinclude/Wt/WCssTheme Xinclude/Wt/WDate Xinclude/Wt/WDateEdit Xinclude/Wt/WDatePicker Xinclude/Wt/WDateTime Xinclude/Wt/WDateValidator Xinclude/Wt/WDefaultLayout Xinclude/Wt/WDefaultLoadingIndicator Xinclude/Wt/WDialog Xinclude/Wt/WDllDefs.h Xinclude/Wt/WDoubleSpinBox Xinclude/Wt/WDoubleValidator Xinclude/Wt/WEnvironment Xinclude/Wt/WEvent Xinclude/Wt/WException Xinclude/Wt/WFileDropWidget Xinclude/Wt/WFileResource Xinclude/Wt/WFileUpload Xinclude/Wt/WFitLayout Xinclude/Wt/WFlags Xinclude/Wt/WFlashObject Xinclude/Wt/WFont Xinclude/Wt/WFontMetrics Xinclude/Wt/WFormModel Xinclude/Wt/WFormWidget Xinclude/Wt/WGLWidget Xinclude/Wt/WGenericMatrix Xinclude/Wt/WGlobal Xinclude/Wt/WGoogleMap Xinclude/Wt/WGradient Xinclude/Wt/WGridLayout Xinclude/Wt/WGroupBox Xinclude/Wt/WHBoxLayout Xinclude/Wt/WHTML5Audio Xinclude/Wt/WHTML5Video Xinclude/Wt/WIOService Xinclude/Wt/WIcon Xinclude/Wt/WIconPair Xinclude/Wt/WIdentityProxyModel Xinclude/Wt/WImage Xinclude/Wt/WInPlaceEdit Xinclude/Wt/WIntValidator Xinclude/Wt/WInteractWidget Xinclude/Wt/WItemDelegate Xinclude/Wt/WItemSelectionModel Xinclude/Wt/WJavaScript Xinclude/Wt/WJavaScriptExposableObject Xinclude/Wt/WJavaScriptHandle Xinclude/Wt/WJavaScriptObjectStorage Xinclude/Wt/WJavaScriptPreamble Xinclude/Wt/WJavaScriptSlot Xinclude/Wt/WLabel Xinclude/Wt/WLayout Xinclude/Wt/WLayoutItem Xinclude/Wt/WLayoutItemImpl Xinclude/Wt/WLength Xinclude/Wt/WLengthValidator Xinclude/Wt/WLineEdit Xinclude/Wt/WLineF Xinclude/Wt/WLink Xinclude/Wt/WLoadingIndicator Xinclude/Wt/WLocalDateTime Xinclude/Wt/WLocale Xinclude/Wt/WLocalizedStrings Xinclude/Wt/WLogger Xinclude/Wt/WMatrix4x4 Xinclude/Wt/WMeasurePaintDevice Xinclude/Wt/WMediaPlayer Xinclude/Wt/WMemoryResource Xinclude/Wt/WMenu Xinclude/Wt/WMenuItem Xinclude/Wt/WMessageBox Xinclude/Wt/WMessageResourceBundle Xinclude/Wt/WMessageResources Xinclude/Wt/WModelIndex Xinclude/Wt/WNavigationBar Xinclude/Wt/WObject Xinclude/Wt/WOverlayLoadingIndicator Xinclude/Wt/WPaintDevice Xinclude/Wt/WPaintedWidget Xinclude/Wt/WPainter Xinclude/Wt/WPainterPath Xinclude/Wt/WPanel Xinclude/Wt/WPdfImage Xinclude/Wt/WPen Xinclude/Wt/WPoint Xinclude/Wt/WPointF Xinclude/Wt/WPolygonArea Xinclude/Wt/WPopupMenu Xinclude/Wt/WPopupMenuItem Xinclude/Wt/WPopupWidget Xinclude/Wt/WProgressBar Xinclude/Wt/WPushButton Xinclude/Wt/WRadioButton Xinclude/Wt/WRandom Xinclude/Wt/WRasterImage Xinclude/Wt/WReadOnlyProxyModel Xinclude/Wt/WRectArea Xinclude/Wt/WRectF Xinclude/Wt/WRegExp Xinclude/Wt/WRegExpValidator Xinclude/Wt/WResource Xinclude/Wt/WScrollArea Xinclude/Wt/WScrollBar Xinclude/Wt/WSelectionBox Xinclude/Wt/WServer Xinclude/Wt/WServerGLWidget Xinclude/Wt/WShadow Xinclude/Wt/WSignal Xinclude/Wt/WSignalMapper Xinclude/Wt/WSlider Xinclude/Wt/WSocketNotifier Xinclude/Wt/WSortFilterProxyModel Xinclude/Wt/WSound Xinclude/Wt/WSpinBox Xinclude/Wt/WSplitButton Xinclude/Wt/WSslCertificate Xinclude/Wt/WSslInfo Xinclude/Wt/WStackedWidget Xinclude/Wt/WStandardItem Xinclude/Wt/WStandardItemModel Xinclude/Wt/WStatelessSlot Xinclude/Wt/WStreamResource Xinclude/Wt/WString Xinclude/Wt/WStringListModel Xinclude/Wt/WStringStream Xinclude/Wt/WStringUtil Xinclude/Wt/WSubMenuItem Xinclude/Wt/WSuggestionPopup Xinclude/Wt/WSvgImage Xinclude/Wt/WTabWidget Xinclude/Wt/WTable Xinclude/Wt/WTableCell Xinclude/Wt/WTableColumn Xinclude/Wt/WTableRow Xinclude/Wt/WTableView Xinclude/Wt/WTemplate Xinclude/Wt/WTemplateFormView Xinclude/Wt/WText Xinclude/Wt/WTextArea Xinclude/Wt/WTextEdit Xinclude/Wt/WTheme Xinclude/Wt/WTime Xinclude/Wt/WTimeEdit Xinclude/Wt/WTimePicker Xinclude/Wt/WTimeValidator Xinclude/Wt/WTimer Xinclude/Wt/WTimerWidget Xinclude/Wt/WToolBar Xinclude/Wt/WTransform Xinclude/Wt/WTree Xinclude/Wt/WTreeNode Xinclude/Wt/WTreeTable Xinclude/Wt/WTreeTableNode Xinclude/Wt/WTreeView Xinclude/Wt/WVBoxLayout Xinclude/Wt/WValidationStatus Xinclude/Wt/WValidator Xinclude/Wt/WVector3 Xinclude/Wt/WVector4 Xinclude/Wt/WVectorImage Xinclude/Wt/WVideo Xinclude/Wt/WViewWidget Xinclude/Wt/WVirtualImage Xinclude/Wt/WVmlImage Xinclude/Wt/WWebWidget Xinclude/Wt/WWidget Xinclude/Wt/WWidgetItem X%%EXAMPLES%%lib/Wt/examples/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/Doxyfile X%%EXAMPLES%%lib/Wt/examples/README.md X%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.C X%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.h X%%EXAMPLES%%lib/Wt/examples/blog/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/blog/README.md X%%EXAMPLES%%lib/Wt/examples/blog/asciidoc/asciidoc.C X%%EXAMPLES%%lib/Wt/examples/blog/asciidoc/asciidoc.h X%%EXAMPLES%%lib/Wt/examples/blog/blog X%%EXAMPLES%%lib/Wt/examples/blog/blog.C X%%EXAMPLES%%lib/Wt/examples/blog/blog.wt X%%EXAMPLES%%lib/Wt/examples/blog/blog.xml X%%EXAMPLES%%lib/Wt/examples/blog/css/asciidoc.css X%%EXAMPLES%%lib/Wt/examples/blog/css/blog.css X%%EXAMPLES%%lib/Wt/examples/blog/css/blogexample.css X%%EXAMPLES%%lib/Wt/examples/blog/css/comment.png X%%EXAMPLES%%lib/Wt/examples/blog/css/comment_edit.png X%%EXAMPLES%%lib/Wt/examples/blog/css/oauth-google.png X%%EXAMPLES%%lib/Wt/examples/blog/css/rss.png X%%EXAMPLES%%lib/Wt/examples/blog/index.html X%%EXAMPLES%%lib/Wt/examples/blog/model/BlogSession.C X%%EXAMPLES%%lib/Wt/examples/blog/model/BlogSession.h X%%EXAMPLES%%lib/Wt/examples/blog/model/BlogUserDatabase.C X%%EXAMPLES%%lib/Wt/examples/blog/model/BlogUserDatabase.h X%%EXAMPLES%%lib/Wt/examples/blog/model/Comment.C X%%EXAMPLES%%lib/Wt/examples/blog/model/Comment.h X%%EXAMPLES%%lib/Wt/examples/blog/model/Post.C X%%EXAMPLES%%lib/Wt/examples/blog/model/Post.h X%%EXAMPLES%%lib/Wt/examples/blog/model/Tag.C X%%EXAMPLES%%lib/Wt/examples/blog/model/Tag.h X%%EXAMPLES%%lib/Wt/examples/blog/model/Token.C X%%EXAMPLES%%lib/Wt/examples/blog/model/Token.h X%%EXAMPLES%%lib/Wt/examples/blog/model/User.C X%%EXAMPLES%%lib/Wt/examples/blog/model/User.h X%%EXAMPLES%%lib/Wt/examples/blog/model/update-sqlite3-3.1.12.sql X%%EXAMPLES%%lib/Wt/examples/blog/view/BlogLoginWidget.C X%%EXAMPLES%%lib/Wt/examples/blog/view/BlogLoginWidget.h X%%EXAMPLES%%lib/Wt/examples/blog/view/BlogView.C X%%EXAMPLES%%lib/Wt/examples/blog/view/BlogView.h X%%EXAMPLES%%lib/Wt/examples/blog/view/CommentView.C X%%EXAMPLES%%lib/Wt/examples/blog/view/CommentView.h X%%EXAMPLES%%lib/Wt/examples/blog/view/EditUsers.C X%%EXAMPLES%%lib/Wt/examples/blog/view/EditUsers.h X%%EXAMPLES%%lib/Wt/examples/blog/view/PostView.C X%%EXAMPLES%%lib/Wt/examples/blog/view/PostView.h X%%EXAMPLES%%lib/Wt/examples/chart3D/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/chart3D/CategoryExample.C X%%EXAMPLES%%lib/Wt/examples/chart3D/CategoryExample.h X%%EXAMPLES%%lib/Wt/examples/chart3D/ColorMapTest.h X%%EXAMPLES%%lib/Wt/examples/chart3D/CsvUtil.C X%%EXAMPLES%%lib/Wt/examples/chart3D/CsvUtil.h X%%EXAMPLES%%lib/Wt/examples/chart3D/DataSettings.C X%%EXAMPLES%%lib/Wt/examples/chart3D/DataSettings.h X%%EXAMPLES%%lib/Wt/examples/chart3D/Models.C X%%EXAMPLES%%lib/Wt/examples/chart3D/Models.h X%%EXAMPLES%%lib/Wt/examples/chart3D/NumericalExample.C X%%EXAMPLES%%lib/Wt/examples/chart3D/NumericalExample.h X%%EXAMPLES%%lib/Wt/examples/chart3D/Tabs.C X%%EXAMPLES%%lib/Wt/examples/chart3D/Tabs.h X%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D X%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.C X%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.wt X%%EXAMPLES%%lib/Wt/examples/chart3D/configTemplates.xml X%%EXAMPLES%%lib/Wt/examples/chart3D/cross.png X%%EXAMPLES%%lib/Wt/examples/chart3D/diamond.png X%%EXAMPLES%%lib/Wt/examples/chart3D/hor_plane.csv X%%EXAMPLES%%lib/Wt/examples/chart3D/isotope_decay.csv X%%EXAMPLES%%lib/Wt/examples/charts/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/charts/ChartConfig.C X%%EXAMPLES%%lib/Wt/examples/charts/ChartConfig.h X%%EXAMPLES%%lib/Wt/examples/charts/ChartsApplication.C X%%EXAMPLES%%lib/Wt/examples/charts/ChartsExample.C X%%EXAMPLES%%lib/Wt/examples/charts/ChartsExample.h X%%EXAMPLES%%lib/Wt/examples/charts/CsvUtil.C X%%EXAMPLES%%lib/Wt/examples/charts/CsvUtil.h X%%EXAMPLES%%lib/Wt/examples/charts/PanelList.C X%%EXAMPLES%%lib/Wt/examples/charts/PanelList.h X%%EXAMPLES%%lib/Wt/examples/charts/README.md X%%EXAMPLES%%lib/Wt/examples/charts/category.csv X%%EXAMPLES%%lib/Wt/examples/charts/charts X%%EXAMPLES%%lib/Wt/examples/charts/charts.css X%%EXAMPLES%%lib/Wt/examples/charts/charts.wt X%%EXAMPLES%%lib/Wt/examples/charts/charts.xml X%%EXAMPLES%%lib/Wt/examples/charts/timeseries.csv X%%EXAMPLES%%lib/Wt/examples/codeview/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.C X%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.h X%%EXAMPLES%%lib/Wt/examples/codeview/CoderApplication.C X%%EXAMPLES%%lib/Wt/examples/codeview/CoderApplication.h X%%EXAMPLES%%lib/Wt/examples/codeview/CoderWidget.C X%%EXAMPLES%%lib/Wt/examples/codeview/CoderWidget.h X%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.C X%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.h X%%EXAMPLES%%lib/Wt/examples/codeview/README.md X%%EXAMPLES%%lib/Wt/examples/codeview/coder.css X%%EXAMPLES%%lib/Wt/examples/codeview/codingview X%%EXAMPLES%%lib/Wt/examples/codeview/codingview.wt X%%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.css X%%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.js X%%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.min.js X%%EXAMPLES%%lib/Wt/examples/composer/AddresseeEdit.C X%%EXAMPLES%%lib/Wt/examples/composer/AddresseeEdit.h X%%EXAMPLES%%lib/Wt/examples/composer/Attachment.h X%%EXAMPLES%%lib/Wt/examples/composer/AttachmentEdit.C X%%EXAMPLES%%lib/Wt/examples/composer/AttachmentEdit.h X%%EXAMPLES%%lib/Wt/examples/composer/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/composer/ComposeExample.C X%%EXAMPLES%%lib/Wt/examples/composer/ComposeExample.h X%%EXAMPLES%%lib/Wt/examples/composer/Composer.C X%%EXAMPLES%%lib/Wt/examples/composer/Composer.h X%%EXAMPLES%%lib/Wt/examples/composer/Contact.h X%%EXAMPLES%%lib/Wt/examples/composer/ContactSuggestions.C X%%EXAMPLES%%lib/Wt/examples/composer/ContactSuggestions.h X%%EXAMPLES%%lib/Wt/examples/composer/Label.C X%%EXAMPLES%%lib/Wt/examples/composer/Label.h X%%EXAMPLES%%lib/Wt/examples/composer/Option.C X%%EXAMPLES%%lib/Wt/examples/composer/Option.h X%%EXAMPLES%%lib/Wt/examples/composer/OptionList.C X%%EXAMPLES%%lib/Wt/examples/composer/OptionList.h X%%EXAMPLES%%lib/Wt/examples/composer/composer X%%EXAMPLES%%lib/Wt/examples/composer/composer.css X%%EXAMPLES%%lib/Wt/examples/composer/composer.wt X%%EXAMPLES%%lib/Wt/examples/composer/composer.xml X%%EXAMPLES%%lib/Wt/examples/composer/icons/paperclip.png X%%EXAMPLES%%lib/Wt/examples/dialog/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/dialog/DialogExample.C X%%EXAMPLES%%lib/Wt/examples/dialog/DialogExample.h X%%EXAMPLES%%lib/Wt/examples/dialog/README.md X%%EXAMPLES%%lib/Wt/examples/dialog/dialog X%%EXAMPLES%%lib/Wt/examples/dialog/dialog.wt X%%EXAMPLES%%lib/Wt/examples/dragdrop/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/dragdrop/Character.C X%%EXAMPLES%%lib/Wt/examples/dragdrop/Character.h X%%EXAMPLES%%lib/Wt/examples/dragdrop/DragApplication.C X%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.C X%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.h X%%EXAMPLES%%lib/Wt/examples/dragdrop/README.md X%%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop X%%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop.css X%%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop.wt X%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/blue-pill-small.png X%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/blue-pill.jpg X%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/red-pill-small.png X%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/red-pill.jpg X%%EXAMPLES%%lib/Wt/examples/feature/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/README.md X%%EXAMPLES%%lib/Wt/examples/feature/auth1/Auth1.C X%%EXAMPLES%%lib/Wt/examples/feature/auth1/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/auth1/README.md X%%EXAMPLES%%lib/Wt/examples/feature/auth1/auth1 X%%EXAMPLES%%lib/Wt/examples/feature/auth1/auth1.wt X%%EXAMPLES%%lib/Wt/examples/feature/auth1/css/oauth-facebook.png X%%EXAMPLES%%lib/Wt/examples/feature/auth1/css/oauth-google.png X%%EXAMPLES%%lib/Wt/examples/feature/auth1/css/style.css X%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/Session.C X%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/Session.h X%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/User.C X%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/User.h X%%EXAMPLES%%lib/Wt/examples/feature/auth1/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/feature/auth2/Auth2.C X%%EXAMPLES%%lib/Wt/examples/feature/auth2/AuthWidget.C X%%EXAMPLES%%lib/Wt/examples/feature/auth2/AuthWidget.h X%%EXAMPLES%%lib/Wt/examples/feature/auth2/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/auth2/README.md X%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.C X%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.h X%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2 X%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2.wt X%%EXAMPLES%%lib/Wt/examples/feature/auth2/css/oauth-facebook.png X%%EXAMPLES%%lib/Wt/examples/feature/auth2/css/oauth-google.png X%%EXAMPLES%%lib/Wt/examples/feature/auth2/css/style.css X%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/Session.C X%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/Session.h X%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/User.C X%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/User.h X%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/UserDetailsModel.C X%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/UserDetailsModel.h X%%EXAMPLES%%lib/Wt/examples/feature/auth2/strings.xml X%%EXAMPLES%%lib/Wt/examples/feature/auth2/templates.xml X%%EXAMPLES%%lib/Wt/examples/feature/auth2/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/feature/broadcast/BroadCast.C X%%EXAMPLES%%lib/Wt/examples/feature/broadcast/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/broadcast/README.md X%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast X%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast.wt X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/README.md X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/SslClientAuth.C X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/client-ssl-auth X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/client-ssl-auth.wt X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/css/style.css X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/Session.C X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/Session.h X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/User.C X%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/User.h X%%EXAMPLES%%lib/Wt/examples/feature/dbo/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/dbo/README.md X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial1 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial2 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial3 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial4 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial5 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial6 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial7 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial8 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial9 X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial1.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial2.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial3.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial4.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial5.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial6.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial7.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial8.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Membership.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Membership.h X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/MembershipId.h X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Organisation.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Organisation.h X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Person.C X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Person.h X%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/main.C X%%EXAMPLES%%lib/Wt/examples/feature/locale/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/locale/README.md X%%EXAMPLES%%lib/Wt/examples/feature/locale/date_time_zonespec.csv X%%EXAMPLES%%lib/Wt/examples/feature/locale/locale X%%EXAMPLES%%lib/Wt/examples/feature/locale/locale.C X%%EXAMPLES%%lib/Wt/examples/feature/locale/locale.wt X%%EXAMPLES%%lib/Wt/examples/feature/locale/templates.xml X%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/README.md X%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer X%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer.C X%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer.wt X%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/sintel_trailer.jpg X%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/text.xml X%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/README.md X%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl X%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl.C X%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl.wt X%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/README.md X%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/multiple X%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/multiple.wt X%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/servers.C X%%EXAMPLES%%lib/Wt/examples/feature/oauth/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/oauth/OAuth.C X%%EXAMPLES%%lib/Wt/examples/feature/oauth/README.md X%%EXAMPLES%%lib/Wt/examples/feature/oauth/css/oauth-google.png X%%EXAMPLES%%lib/Wt/examples/feature/oauth/oauth X%%EXAMPLES%%lib/Wt/examples/feature/oauth/oauth.wt X%%EXAMPLES%%lib/Wt/examples/feature/oauth/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/feature/oidc/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/oidc/OAuthAuthorizationEndpoint.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/OAuthAuthorizationEndpoint.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/OAuthWidget.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/OAuthWidget.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/Oidc.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/README.md X%%EXAMPLES%%lib/Wt/examples/feature/oidc/RegistrationView.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/RegistrationView.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/img/Wt_vol_gradient.png X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/IssuedToken.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/IssuedToken.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/OAuthClient.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/OAuthClient.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/OidcUserDatabase.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/OidcUserDatabase.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/Session.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/Session.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/User.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/User.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/UserDetailsModel.C X%%EXAMPLES%%lib/Wt/examples/feature/oidc/model/UserDetailsModel.h X%%EXAMPLES%%lib/Wt/examples/feature/oidc/oidc X%%EXAMPLES%%lib/Wt/examples/feature/oidc/oidc.wt X%%EXAMPLES%%lib/Wt/examples/feature/oidc/strings.xml X%%EXAMPLES%%lib/Wt/examples/feature/oidc/templates.xml X%%EXAMPLES%%lib/Wt/examples/feature/oidc/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/feature/paypal/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/paypal/PayPalExample.C X%%EXAMPLES%%lib/Wt/examples/feature/paypal/README.md X%%EXAMPLES%%lib/Wt/examples/feature/paypal/css/style.css X%%EXAMPLES%%lib/Wt/examples/feature/paypal/paypal X%%EXAMPLES%%lib/Wt/examples/feature/paypal/paypal.wt X%%EXAMPLES%%lib/Wt/examples/feature/paypal/text.xml X%%EXAMPLES%%lib/Wt/examples/feature/paypal/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/README.md X%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility X%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility.C X%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility.wt X%%EXAMPLES%%lib/Wt/examples/feature/serverpush/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/serverpush/README.md X%%EXAMPLES%%lib/Wt/examples/feature/serverpush/ServerPush.C X%%EXAMPLES%%lib/Wt/examples/feature/serverpush/serverpush X%%EXAMPLES%%lib/Wt/examples/feature/serverpush/serverpush.wt X%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/README.md X%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/SocketNotifier.C X%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/socketnotifier X%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/socketnotifier.wt X%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/README.md X%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/SuggestionPopup.C X%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/suggestionpopup X%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/suggestionpopup.wt X%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/text.xml X%%EXAMPLES%%lib/Wt/examples/feature/template-fun/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/template-fun/Example.C X%%EXAMPLES%%lib/Wt/examples/feature/template-fun/README.md X%%EXAMPLES%%lib/Wt/examples/feature/template-fun/WidgetFunction.C X%%EXAMPLES%%lib/Wt/examples/feature/template-fun/WidgetFunction.h X%%EXAMPLES%%lib/Wt/examples/feature/template-fun/widgetfunction X%%EXAMPLES%%lib/Wt/examples/feature/template-fun/widgetfunction.wt X%%EXAMPLES%%lib/Wt/examples/feature/video/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/video/README.md X%%EXAMPLES%%lib/Wt/examples/feature/video/sintel_trailer.jpg X%%EXAMPLES%%lib/Wt/examples/feature/video/text.xml X%%EXAMPLES%%lib/Wt/examples/feature/video/video X%%EXAMPLES%%lib/Wt/examples/feature/video/video.C X%%EXAMPLES%%lib/Wt/examples/feature/video/video.wt X%%EXAMPLES%%lib/Wt/examples/feature/widgetset/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/feature/widgetset/README.md X%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hello.C X%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hello.html X%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hellowidgetset X%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hellowidgetset.wt X%%EXAMPLES%%lib/Wt/examples/filedrop/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/filedrop/FileDropApplication.C X%%EXAMPLES%%lib/Wt/examples/filedrop/FileDropApplication.h X%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop X%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop.C X%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop.wt X%%EXAMPLES%%lib/Wt/examples/filedrop/style.css X%%EXAMPLES%%lib/Wt/examples/filedrop/uploaded/README X%%EXAMPLES%%lib/Wt/examples/filetreetable/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeExample.C X%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTable.C X%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTable.h X%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTableNode.C X%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTableNode.h X%%EXAMPLES%%lib/Wt/examples/filetreetable/README.md X%%EXAMPLES%%lib/Wt/examples/filetreetable/filetree.css X%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable X%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable.wt X%%EXAMPLES%%lib/Wt/examples/filetreetable/icons/document.png X%%EXAMPLES%%lib/Wt/examples/filetreetable/icons/yellow-folder-closed.png X%%EXAMPLES%%lib/Wt/examples/filetreetable/icons/yellow-folder-open.png X%%EXAMPLES%%lib/Wt/examples/form/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/form/Form.C X%%EXAMPLES%%lib/Wt/examples/form/Form.h X%%EXAMPLES%%lib/Wt/examples/form/FormExample.C X%%EXAMPLES%%lib/Wt/examples/form/FormExample.h X%%EXAMPLES%%lib/Wt/examples/form/README.md X%%EXAMPLES%%lib/Wt/examples/form/form-example.xml X%%EXAMPLES%%lib/Wt/examples/form/form-example_nl.xml X%%EXAMPLES%%lib/Wt/examples/form/formexample X%%EXAMPLES%%lib/Wt/examples/form/formexample.wt X%%EXAMPLES%%lib/Wt/examples/form/icons/invalid.png X%%EXAMPLES%%lib/Wt/examples/gitmodel/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/gitmodel/Git.C X%%EXAMPLES%%lib/Wt/examples/gitmodel/Git.h X%%EXAMPLES%%lib/Wt/examples/gitmodel/GitModel.C X%%EXAMPLES%%lib/Wt/examples/gitmodel/GitModel.h X%%EXAMPLES%%lib/Wt/examples/gitmodel/GitView.C X%%EXAMPLES%%lib/Wt/examples/gitmodel/README.md X%%EXAMPLES%%lib/Wt/examples/gitmodel/gitview X%%EXAMPLES%%lib/Wt/examples/gitmodel/gitview.css X%%EXAMPLES%%lib/Wt/examples/gitmodel/gitview.wt X%%EXAMPLES%%lib/Wt/examples/gitmodel/icons/git-blob.png X%%EXAMPLES%%lib/Wt/examples/gitmodel/icons/git-tree.png X%%EXAMPLES%%lib/Wt/examples/hangman/.htaccess X%%EXAMPLES%%lib/Wt/examples/hangman/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/hangman/Dictionary.C X%%EXAMPLES%%lib/Wt/examples/hangman/Dictionary.h X%%EXAMPLES%%lib/Wt/examples/hangman/HangmanGame.C X%%EXAMPLES%%lib/Wt/examples/hangman/HangmanGame.h X%%EXAMPLES%%lib/Wt/examples/hangman/HangmanWidget.C X%%EXAMPLES%%lib/Wt/examples/hangman/HangmanWidget.h X%%EXAMPLES%%lib/Wt/examples/hangman/HighScoresWidget.C X%%EXAMPLES%%lib/Wt/examples/hangman/HighScoresWidget.h X%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.C X%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.h X%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.C X%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.h X%%EXAMPLES%%lib/Wt/examples/hangman/README.md X%%EXAMPLES%%lib/Wt/examples/hangman/Session.C X%%EXAMPLES%%lib/Wt/examples/hangman/Session.h X%%EXAMPLES%%lib/Wt/examples/hangman/User.C X%%EXAMPLES%%lib/Wt/examples/hangman/User.h X%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.C X%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.h X%%EXAMPLES%%lib/Wt/examples/hangman/css/hangman.css X%%EXAMPLES%%lib/Wt/examples/hangman/css/oauth-google.png X%%EXAMPLES%%lib/Wt/examples/hangman/dict-nl.txt X%%EXAMPLES%%lib/Wt/examples/hangman/dict.txt X%%EXAMPLES%%lib/Wt/examples/hangman/hangman X%%EXAMPLES%%lib/Wt/examples/hangman/hangman.C X%%EXAMPLES%%lib/Wt/examples/hangman/hangman.wt X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman0.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman1.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman2.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman3.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman4.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman5.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman6.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman7.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman8.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman9.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangmanhurray.jpg X%%EXAMPLES%%lib/Wt/examples/hangman/strings.xml X%%EXAMPLES%%lib/Wt/examples/hangman/strings_ru.xml X%%EXAMPLES%%lib/Wt/examples/hangman/templates.xml X%%EXAMPLES%%lib/Wt/examples/hangman/templates_ru.xml X%%EXAMPLES%%lib/Wt/examples/hangman/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/hello/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/hello/README.md X%%EXAMPLES%%lib/Wt/examples/hello/hello X%%EXAMPLES%%lib/Wt/examples/hello/hello.C X%%EXAMPLES%%lib/Wt/examples/hello/hello.wt X%%EXAMPLES%%lib/Wt/examples/javascript/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/javascript/JavascriptExample.C X%%EXAMPLES%%lib/Wt/examples/javascript/JavascriptExample.h X%%EXAMPLES%%lib/Wt/examples/javascript/Popup.C X%%EXAMPLES%%lib/Wt/examples/javascript/Popup.h X%%EXAMPLES%%lib/Wt/examples/javascript/README.md X%%EXAMPLES%%lib/Wt/examples/javascript/javascript X%%EXAMPLES%%lib/Wt/examples/javascript/javascript.wt X%%EXAMPLES%%lib/Wt/examples/mandelbrot/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotExample.C X%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotExample.h X%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotImage.C X%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotImage.h X%%EXAMPLES%%lib/Wt/examples/mandelbrot/README.md X%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot X%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot.wt X%%EXAMPLES%%lib/Wt/examples/mission/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/mission/CountDownWidget.C X%%EXAMPLES%%lib/Wt/examples/mission/CountDownWidget.h X%%EXAMPLES%%lib/Wt/examples/mission/README.md X%%EXAMPLES%%lib/Wt/examples/mission/impossible X%%EXAMPLES%%lib/Wt/examples/mission/impossible.C X%%EXAMPLES%%lib/Wt/examples/mission/impossible.wt X%%EXAMPLES%%lib/Wt/examples/onethread/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/onethread/README.md X%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.C X%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.h X%%EXAMPLES%%lib/Wt/examples/onethread/hello.C X%%EXAMPLES%%lib/Wt/examples/onethread/hello1thread X%%EXAMPLES%%lib/Wt/examples/onethread/hello1thread.wt X%%EXAMPLES%%lib/Wt/examples/painting/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/painting/PaintApplication.C X%%EXAMPLES%%lib/Wt/examples/painting/PaintExample.C X%%EXAMPLES%%lib/Wt/examples/painting/PaintExample.h X%%EXAMPLES%%lib/Wt/examples/painting/README.md X%%EXAMPLES%%lib/Wt/examples/painting/ShapesWidget.C X%%EXAMPLES%%lib/Wt/examples/painting/ShapesWidget.h X%%EXAMPLES%%lib/Wt/examples/painting/paintexample X%%EXAMPLES%%lib/Wt/examples/painting/paintexample.wt X%%EXAMPLES%%lib/Wt/examples/painting/painting.css X%%EXAMPLES%%lib/Wt/examples/planner/AllEntriesDialog.C X%%EXAMPLES%%lib/Wt/examples/planner/AllEntriesDialog.h X%%EXAMPLES%%lib/Wt/examples/planner/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/planner/CalendarCell.C X%%EXAMPLES%%lib/Wt/examples/planner/CalendarCell.h X%%EXAMPLES%%lib/Wt/examples/planner/Entry.h X%%EXAMPLES%%lib/Wt/examples/planner/EntryDialog.C X%%EXAMPLES%%lib/Wt/examples/planner/EntryDialog.h X%%EXAMPLES%%lib/Wt/examples/planner/Login.C X%%EXAMPLES%%lib/Wt/examples/planner/Login.h X%%EXAMPLES%%lib/Wt/examples/planner/MyCaptcha.C X%%EXAMPLES%%lib/Wt/examples/planner/MyCaptcha.h X%%EXAMPLES%%lib/Wt/examples/planner/PlannerApplication.C X%%EXAMPLES%%lib/Wt/examples/planner/PlannerApplication.h X%%EXAMPLES%%lib/Wt/examples/planner/PlannerCalendar.C X%%EXAMPLES%%lib/Wt/examples/planner/PlannerCalendar.h X%%EXAMPLES%%lib/Wt/examples/planner/README.md X%%EXAMPLES%%lib/Wt/examples/planner/Shape.C X%%EXAMPLES%%lib/Wt/examples/planner/Shape.h X%%EXAMPLES%%lib/Wt/examples/planner/ShapesWidget.C X%%EXAMPLES%%lib/Wt/examples/planner/ShapesWidget.h X%%EXAMPLES%%lib/Wt/examples/planner/TimeSuggestions.C X%%EXAMPLES%%lib/Wt/examples/planner/TimeSuggestions.h X%%EXAMPLES%%lib/Wt/examples/planner/UserAccount.C X%%EXAMPLES%%lib/Wt/examples/planner/UserAccount.h X%%EXAMPLES%%lib/Wt/examples/planner/calendar.xml X%%EXAMPLES%%lib/Wt/examples/planner/captcha.xml X%%EXAMPLES%%lib/Wt/examples/planner/planner X%%EXAMPLES%%lib/Wt/examples/planner/planner.C X%%EXAMPLES%%lib/Wt/examples/planner/planner.css X%%EXAMPLES%%lib/Wt/examples/planner/planner.wt X%%EXAMPLES%%lib/Wt/examples/planner/planner.xml X%%EXAMPLES%%lib/Wt/examples/qrlogin/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuth.C X%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.C X%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.h X%%EXAMPLES%%lib/Wt/examples/qrlogin/README.md X%%EXAMPLES%%lib/Wt/examples/qrlogin/README.txt X%%EXAMPLES%%lib/Wt/examples/qrlogin/css/QRcode.png X%%EXAMPLES%%lib/Wt/examples/qrlogin/css/oauth-google.png X%%EXAMPLES%%lib/Wt/examples/qrlogin/css/style.css X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRAuthService.C X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRAuthService.h X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRTokenDatabase.C X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRTokenDatabase.h X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/Session.C X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/Session.h X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/User.C X%%EXAMPLES%%lib/Wt/examples/qrlogin/model/User.h X%%EXAMPLES%%lib/Wt/examples/qrlogin/qrlogin X%%EXAMPLES%%lib/Wt/examples/qrlogin/qrlogin.wt X%%EXAMPLES%%lib/Wt/examples/qrlogin/templates.xml X%%EXAMPLES%%lib/Wt/examples/qrlogin/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/run-example.bat.cmake X%%EXAMPLES%%lib/Wt/examples/run-example.cmake X%%EXAMPLES%%lib/Wt/examples/simplechat/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.C X%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.h X%%EXAMPLES%%lib/Wt/examples/simplechat/README.md X%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.C X%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.h X%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.C X%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.h X%%EXAMPLES%%lib/Wt/examples/simplechat/chatapp.css X%%EXAMPLES%%lib/Wt/examples/simplechat/chatwidget.css X%%EXAMPLES%%lib/Wt/examples/simplechat/chatwidget_ie6.css X%%EXAMPLES%%lib/Wt/examples/simplechat/icons/maximize.png X%%EXAMPLES%%lib/Wt/examples/simplechat/icons/minimize.png X%%EXAMPLES%%lib/Wt/examples/simplechat/simpleChat.C X%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat X%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat.wt X%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat.xml X%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat_ru.xml X%%EXAMPLES%%lib/Wt/examples/simplechat/sounds/message_received.mp3 X%%EXAMPLES%%lib/Wt/examples/style/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/style/CornerImage.C X%%EXAMPLES%%lib/Wt/examples/style/CornerImage.h X%%EXAMPLES%%lib/Wt/examples/style/README.md X%%EXAMPLES%%lib/Wt/examples/style/RoundedWidget.C X%%EXAMPLES%%lib/Wt/examples/style/RoundedWidget.h X%%EXAMPLES%%lib/Wt/examples/style/StyleExample.C X%%EXAMPLES%%lib/Wt/examples/style/StyleExample.h X%%EXAMPLES%%lib/Wt/examples/style/styleexample X%%EXAMPLES%%lib/Wt/examples/style/styleexample.wt X%%EXAMPLES%%lib/Wt/examples/te-benchmark/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/te-benchmark/README.md X%%EXAMPLES%%lib/Wt/examples/te-benchmark/benchmark.cpp X%%EXAMPLES%%lib/Wt/examples/te-benchmark/fortunes.xml X%%EXAMPLES%%%%POSTGRES%%lib/Wt/examples/te-benchmark/te-benchmark-pg X%%EXAMPLES%%%%POSTGRES%%lib/Wt/examples/te-benchmark/te-benchmark-pg.wt X%%EXAMPLES%%lib/Wt/examples/te-benchmark/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/treelist/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/treelist/DemoTreeList.C X%%EXAMPLES%%lib/Wt/examples/treelist/DemoTreeList.h X%%EXAMPLES%%lib/Wt/examples/treelist/IconPair.C X%%EXAMPLES%%lib/Wt/examples/treelist/IconPair.h X%%EXAMPLES%%lib/Wt/examples/treelist/README.md X%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.C X%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.h X%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist X%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist.wt X%%EXAMPLES%%lib/Wt/examples/treelist/icons/document.png X%%EXAMPLES%%lib/Wt/examples/treelist/icons/line-last.gif X%%EXAMPLES%%lib/Wt/examples/treelist/icons/line-middle.gif X%%EXAMPLES%%lib/Wt/examples/treelist/icons/line-trunk.gif X%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-minus-line-last.gif X%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-minus-line-middle.gif X%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-plus-line-last.gif X%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-plus-line-middle.gif X%%EXAMPLES%%lib/Wt/examples/treelist/icons/yellow-folder-closed.png X%%EXAMPLES%%lib/Wt/examples/treelist/icons/yellow-folder-open.png X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CsvUtil.C X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CsvUtil.h X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/FolderView.C X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/FolderView.h X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/README.md X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/TreeViewDragDrop.C X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/about.xml X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/data/files.csv X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/icons/file.gif X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/icons/folder.gif X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/styles.css X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/treeviewdragdrop X%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/treeviewdragdrop.wt X%%EXAMPLES%%lib/Wt/examples/treeview/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/treeview/README.md X%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewApplication.C X%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.C X%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.h X%%EXAMPLES%%lib/Wt/examples/treeview/drinks.xml X%%EXAMPLES%%lib/Wt/examples/treeview/icons/cloudy01.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_be.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_fr.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_ma.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_sp.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/rain.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/snow.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/storm.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/sun01.png X%%EXAMPLES%%lib/Wt/examples/treeview/icons/w_cloud.png X%%EXAMPLES%%lib/Wt/examples/treeview/treeviewexample X%%EXAMPLES%%lib/Wt/examples/treeview/treeviewexample.wt X%%EXAMPLES%%lib/Wt/examples/webgl/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/webgl/PaintWidget.C X%%EXAMPLES%%lib/Wt/examples/webgl/PaintWidget.h X%%EXAMPLES%%lib/Wt/examples/webgl/README X%%EXAMPLES%%lib/Wt/examples/webgl/README.md X%%EXAMPLES%%lib/Wt/examples/webgl/nowebgl.png X%%EXAMPLES%%lib/Wt/examples/webgl/readObj.C X%%EXAMPLES%%lib/Wt/examples/webgl/readObj.h X%%EXAMPLES%%lib/Wt/examples/webgl/teapot.C X%%EXAMPLES%%lib/Wt/examples/webgl/teapot.obj X%%EXAMPLES%%lib/Wt/examples/webgl/texture.jpg X%%EXAMPLES%%lib/Wt/examples/webgl/webgl X%%EXAMPLES%%lib/Wt/examples/webgl/webgl.wt X%%EXAMPLES%%lib/Wt/examples/widgetgallery/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/widgetgallery/DeferredWidget.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/FormWidgets.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/FormWidgets.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/GraphicsWidgets.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/GraphicsWidgets.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Layout.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Layout.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Media.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Media.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Navigation.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Navigation.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/README.md X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Sample.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Services.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/Services.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicTemplate.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicTemplate.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicWidget.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicWidget.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/TreesTables.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/TreesTables.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/WidgetGallery.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/WidgetGallery.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/category.csv X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/fish_consumption.csv X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/pie.csv X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/report.xml X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/src.xml X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/table.csv X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/text.xml X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/timeseries.csv X%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/wt_config.xml X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Papa.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Pennant_One.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/blue-pill-small.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/blue-pill.jpg X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/cloudy01.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/emweb.jpg X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_be.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_fr.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_ma.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_sp.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/git-blob.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/git-tree.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/house.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/pencil.cur X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/rain.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/red-pill-small.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/red-pill.jpg X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/snow.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/storm.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/sun01.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/w_cloud.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/wt_powered.jpg X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/yellow-folder-closed.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/yellow-folder-open.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/WPainter.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/categoricalChartScreenshot.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/emweb_small.jpg X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/list-models.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/model-view.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/model-view.svg X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/modelview.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/numericalChartScreenshot.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/sintel_trailer.jpg X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/table-models.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/tree-models.png X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/sounds/beep.mp3 X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/CSSexample.css X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/combostyle.css X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/dragdrop.css X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/everywidget.css X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/filedrop.css X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/layout.css X%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/pygments.css X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Anchor.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AnchorImage.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Audio.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AutoComplete.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AxisSliderWidget.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AxisSliderWidgetDifferentDataSeries.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/BorderLayout.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CSS.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CalendarExtended.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CalendarSimple.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CategoryChart.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CategoryCharts3D.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CheckBoxInline.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CheckBoxStack.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboBox.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboBoxActivated.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboBoxModel.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboDelegateTable.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Container.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DataModels.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DataModels.h X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DateEdit.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DatePicker.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Dialog.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FileDrop.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FileUpload.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Flash.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FormModel.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GitModel.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GoogleMap.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GridLayout.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GroupBox.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/HBoxLayout.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/HBoxLayoutStretch.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Image.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ImageArea.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/InPlaceEdit.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/InPlaceEditButtons.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/InputMask.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/JavaPdfRenderer.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/LargeTableView.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/LineEdit.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/LineEditEvent.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MediaPlayerAudio.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MediaPlayerVideo.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Menu.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MessageBox.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MessageBoxSync.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/NavigationBar.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/NestedLayout.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/NumericalCharts3D.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Paintbrush.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Painting3D.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingClipping.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingEvent.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingImages.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingInteractive.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingShapes.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingStyle.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingTransformations.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Panel.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PanelCollapsible.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PanelNoTitle.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Path.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PathChange.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PdfImage.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PdfRenderer.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PieChart.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PlainTable.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Popup.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ProgressBar.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButton.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonAction.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonColor.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonDropdownAppended.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonDropdownPrepended.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonLink.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonOnce.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonPrimary.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonSize.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonGroup.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonStack.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonsActivated.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonsLoose.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ResourceCustom.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ResourceStatic.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Resources.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ScatterPlotCurve.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ScatterPlotData.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ScatterPlotInteractive.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SelectionBoxExtended.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SelectionBoxSimple.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SimpleForm.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SizingBlock.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SizingGrid.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SizingRelative.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Slider.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SliderVertical.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SmallTableView.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Sound.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SpinBox.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SplitButton.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Stack.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/StyledTable.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Tab.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Template.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextArea.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextDeferredToolTip.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextEdit.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextEditors.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextEvents.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextPlain.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextSide.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextToolTip.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextXHTML.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextXSS.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TimeEdit.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ToolBar.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Tree.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TreeTable.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TreeView.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VBoxLayout.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VBoxLayoutStretch.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Validation.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ValidationDate.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ValidationModel.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Video.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VideoFallback.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VirtualModel.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/WHboxLayout.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/category.csv X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/makexml.sh X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/matcher.js X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/pdfImageWrite.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/replacer.js X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/theme.cpp X%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/timeseries.csv X%%EXAMPLES%%lib/Wt/examples/widgetgallery/main.C X%%EXAMPLES%%lib/Wt/examples/widgetgallery/widgetgallery X%%EXAMPLES%%lib/Wt/examples/widgetgallery/widgetgallery.wt X%%EXAMPLES%%lib/Wt/examples/wt-homepage/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/wt-homepage/ExampleSourceViewer.C X%%EXAMPLES%%lib/Wt/examples/wt-homepage/ExampleSourceViewer.h X%%EXAMPLES%%lib/Wt/examples/wt-homepage/FileItem.C X%%EXAMPLES%%lib/Wt/examples/wt-homepage/FileItem.h X%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home X%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home.C X%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home.h X%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home.wt X%%EXAMPLES%%lib/Wt/examples/wt-homepage/JWtHome.C X%%EXAMPLES%%lib/Wt/examples/wt-homepage/JWtHome.h X%%EXAMPLES%%lib/Wt/examples/wt-homepage/README.md X%%EXAMPLES%%lib/Wt/examples/wt-homepage/SourceView.C X%%EXAMPLES%%lib/Wt/examples/wt-homepage/SourceView.h X%%EXAMPLES%%lib/Wt/examples/wt-homepage/WtHome.C X%%EXAMPLES%%lib/Wt/examples/wt-homepage/WtHome.h X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/chatwidget.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/chatwidget_ie6.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/home.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/emweb_large.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/emweb_powered.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/emweb_small.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/favicon.ico X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/main_page_banner_small.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/main_page_banner_small2.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/old_wt_banner.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/tab_b.gif X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/tab_l.gif X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/tab_r.gif X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt_banner.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt_banner_right.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt_ie.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/reset.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/sourceview.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/emweb_large.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/emweb_powered.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/emweb_small.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/favicon.ico X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/main_page_banner.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/main_page_banner_small.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/main_page_banner_small2.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/tab_b.gif X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/tab_l.gif X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/tab_r.gif X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/uiloog.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_banner.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_banner_right.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_ie.css X%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_powered.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/clojure-logo.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/cpp-logo.jpg X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/cppclass.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/document.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/green-play.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/invalid.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/java-logo.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/javaclass.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/jython-logo.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/orange-play.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/package-folder-open.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/package.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/rss.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/ruby-logo-R.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/yellow-folder-closed.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/yellow-folder-open.png X%%EXAMPLES%%lib/Wt/examples/wt-homepage/jwt-home.xml X%%EXAMPLES%%lib/Wt/examples/wt-homepage/main.C X%%EXAMPLES%%lib/Wt/examples/wt-homepage/wt-home.xml X%%EXAMPLES%%lib/Wt/examples/wt-homepage/wt-home_cn.xml X%%EXAMPLES%%lib/Wt/examples/wt-homepage/wt-home_ru.xml X%%EXAMPLES%%lib/Wt/examples/wtwithqt/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/wtwithqt/HelloApplication.h X%%EXAMPLES%%lib/Wt/examples/wtwithqt/LICENSE X%%EXAMPLES%%lib/Wt/examples/wtwithqt/QtObject.C X%%EXAMPLES%%lib/Wt/examples/wtwithqt/QtObject.h X%%EXAMPLES%%lib/Wt/examples/wtwithqt/README.md X%%EXAMPLES%%lib/Wt/examples/wtwithqt/hello.C X%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/CMakeLists.txt X%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/DispatchThread.C X%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/DispatchThread.h X%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/LICENSE X%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/README.txt X%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/WQApplication X%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/WQApplication.C Xlib/libwt.so Xlib/libwt.so.3.3.9 Xlib/libwt.so.44 X%%DBO%%lib/libwtdbo.so X%%DBO%%lib/libwtdbo.so.3.3.9 X%%DBO%%lib/libwtdbo.so.44 X%%FIREBIRD%%lib/libwtdbofirebird.so X%%FIREBIRD%%lib/libwtdbofirebird.so.3.3.9 X%%FIREBIRD%%lib/libwtdbofirebird.so.44 X%%MYSQL%%lib/libwtdbomysql.so X%%MYSQL%%lib/libwtdbomysql.so.3.3.9 X%%MYSQL%%lib/libwtdbomysql.so.44 X%%POSTGRES%%lib/libwtdbopostgres.so X%%POSTGRES%%lib/libwtdbopostgres.so.3.3.9 X%%POSTGRES%%lib/libwtdbopostgres.so.44 X%%SQLITE3%%lib/libwtdbosqlite3.so X%%SQLITE3%%lib/libwtdbosqlite3.so.3.3.9 X%%SQLITE3%%lib/libwtdbosqlite3.so.44 X%%EXT%%lib/libwtext.so X%%EXT%%lib/libwtext.so.3.3.9 X%%EXT%%lib/libwtext.so.44 X%%FCGI%%lib/libwtfcgi.so X%%FCGI%%lib/libwtfcgi.so.3.3.9 X%%FCGI%%lib/libwtfcgi.so.44 X%%WTHTTP%%lib/libwthttp.so X%%WTHTTP%%lib/libwthttp.so.3.3.9 X%%WTHTTP%%lib/libwthttp.so.44 X%%LIBWTTEST%%lib/libwttest.so X%%LIBWTTEST%%lib/libwttest.so.14 X%%LIBWTTEST%%lib/libwttest.so.3.3.9 X%%RESOURCES%%share/Wt/resources/ajax-loading.gif X%%RESOURCES%%share/Wt/resources/calendar_edit.png X%%RESOURCES%%share/Wt/resources/collapse-rtl.gif X%%RESOURCES%%share/Wt/resources/collapse.gif X%%RESOURCES%%share/Wt/resources/expand-rtl.gif X%%RESOURCES%%share/Wt/resources/expand.gif X%%RESOURCES%%share/Wt/resources/font-awesome/LICENSE.txt X%%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.css X%%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.min.css X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/FontAwesome.otf X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.eot X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.svg X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.ttf X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff2 X%%RESOURCES%%share/Wt/resources/form.css X%%RESOURCES%%share/Wt/resources/html4_default.css X%%RESOURCES%%share/Wt/resources/items-not-ok.gif X%%RESOURCES%%share/Wt/resources/items-ok.gif X%%RESOURCES%%share/Wt/resources/items.gif X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.js X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.min.js X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.swf X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.min.js X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.css X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.jpg X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.seeking.gif X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.video.play.png X%%RESOURCES%%share/Wt/resources/line-last-rtl.gif X%%RESOURCES%%share/Wt/resources/line-last.gif X%%RESOURCES%%share/Wt/resources/line-middle-rtl.gif X%%RESOURCES%%share/Wt/resources/line-middle.gif X%%RESOURCES%%share/Wt/resources/line-trunk.gif X%%RESOURCES%%share/Wt/resources/loading.png X%%RESOURCES%%share/Wt/resources/minus.gif X%%RESOURCES%%share/Wt/resources/moz-transitions.css X%%RESOURCES%%share/Wt/resources/plus.gif X%%RESOURCES%%share/Wt/resources/resizable.png X%%RESOURCES%%share/Wt/resources/right-arrow.gif X%%RESOURCES%%share/Wt/resources/style.css X%%RESOURCES%%share/Wt/resources/tab_b.gif X%%RESOURCES%%share/Wt/resources/tab_l.gif X%%RESOURCES%%share/Wt/resources/tab_r.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/time-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/wt.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/wt.less X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.min.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/time-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.less X%%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings-white.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-down.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-none.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-up.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-h.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-v.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/default/closeicons-dialog.png X%%RESOURCES%%share/Wt/resources/themes/default/closeicons-mi.png X%%RESOURCES%%share/Wt/resources/themes/default/closeicons-tab.png X%%RESOURCES%%share/Wt/resources/themes/default/dropdown.png X%%RESOURCES%%share/Wt/resources/themes/default/nav-minus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/default/nav-minus.gif X%%RESOURCES%%share/Wt/resources/themes/default/nav-plus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/default/nav-plus.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-h-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-h.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-v-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-v.gif X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-h-disabled.png X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-h.png X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-v-disabled.png X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-v.png X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-down.gif X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-none.gif X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-up.gif X%%RESOURCES%%share/Wt/resources/themes/default/spin-buttons-dn.png X%%RESOURCES%%share/Wt/resources/themes/default/spin-buttons-up.png X%%RESOURCES%%share/Wt/resources/themes/default/spin-buttons.png X%%RESOURCES%%share/Wt/resources/themes/default/splitter-h.png X%%RESOURCES%%share/Wt/resources/themes/default/splitter-v.png X%%RESOURCES%%share/Wt/resources/themes/default/stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/default/wt.css X%%RESOURCES%%share/Wt/resources/themes/default/wt_ie.css X%%RESOURCES%%share/Wt/resources/themes/default/wt_ie6.css X%%RESOURCES%%share/Wt/resources/themes/polished/closeicons-dialog.png X%%RESOURCES%%share/Wt/resources/themes/polished/closeicons-mi.png X%%RESOURCES%%share/Wt/resources/themes/polished/closeicons-tab.png X%%RESOURCES%%share/Wt/resources/themes/polished/dropdown.png X%%RESOURCES%%share/Wt/resources/themes/polished/dropshadow.png X%%RESOURCES%%share/Wt/resources/themes/polished/gradient.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus-rtl.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus-rtl.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus.png X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/slider-thumb-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/slider-thumb.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-h-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-h.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-he-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-he.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-hw-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-hw.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-v-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-v.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-ve-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-ve.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-vw-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-vw.png X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-down.gif X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-none.gif X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-up.gif X%%RESOURCES%%share/Wt/resources/themes/polished/splitter-h.png X%%RESOURCES%%share/Wt/resources/themes/polished/splitter-v.png X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/suggest-dropdown.png X%%RESOURCES%%share/Wt/resources/themes/polished/title-gradient.png X%%RESOURCES%%share/Wt/resources/themes/polished/wt.css X%%RESOURCES%%share/Wt/resources/themes/polished/wt_ie.css X%%RESOURCES%%share/Wt/resources/themes/polished/wt_ie6.css X%%RESOURCES%%share/Wt/resources/transitions.css X%%RESOURCES%%share/Wt/resources/tv-line-last-rtl.gif X%%RESOURCES%%share/Wt/resources/tv-line-last.gif X%%RESOURCES%%share/Wt/resources/webkit-transitions.css X%%CMAKE_MODULE%%share/cmake/Modules/FindWt.cmake 8887bd2f8399bad47d6400789c197ccf echo x - wt3/pkg-message sed 's/^X//' >wt3/pkg-message << 'f313aff17d15d4282f8e318439f26f75' X===================================================================== X XThe configuration file location for Wt 3.x has changed. wt_config.xml Xwill no longer resides in ${LOCALBASE}/etc/wt. X XThe new default configuration file location is: X X ${LOCALBASE}/etc/wt3/wt_config.xml X X===================================================================== f313aff17d15d4282f8e318439f26f75 exit