pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/qore



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Jul 20 11:58:41 UTC 2016

Modified Files:
        pkgsrc/lang/qore: Makefile PLIST buildlink3.mk distinfo module.mk
Removed Files:
        pkgsrc/lang/qore/patches: patch-configure.ac
            patch-include_qore_QoreFile.h patch-include_qore_QoreLib.h
            patch-lib_QoreLib.cpp patch-lib_QoreTimeZoneManager.cpp
            patch-lib_qc__option.qpp patch-lib_ql__crypto.qpp

Log Message:
Update Qore to version 0.8.12.

Qore 0.8.12 is a major new release with many new features and hundreds of bug
fixes as well as packaging fixes. Highlights include:

* The most significant innovation in this release comes in the form of support
  for Prompt Collection

* Support for Bulk DML (large volume SQL operations in one server round-trip)
  in the Mapper, TableMapper, SqlUtil and the new BulkSqlUtil modules

* Standardized function naming convention, many significant design and
  implementation fixes and improvements

* Numerous new functions, methods, constants, operators, and user modules

* Hundreds of bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/qore/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/qore/PLIST pkgsrc/lang/qore/module.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/qore/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/qore/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/qore/patches/patch-configure.ac \
    pkgsrc/lang/qore/patches/patch-include_qore_QoreFile.h \
    pkgsrc/lang/qore/patches/patch-include_qore_QoreLib.h \
    pkgsrc/lang/qore/patches/patch-lib_QoreLib.cpp \
    pkgsrc/lang/qore/patches/patch-lib_qc__option.qpp \
    pkgsrc/lang/qore/patches/patch-lib_ql__crypto.qpp
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/qore/Makefile
diff -u pkgsrc/lang/qore/Makefile:1.6 pkgsrc/lang/qore/Makefile:1.7
--- pkgsrc/lang/qore/Makefile:1.6       Wed Mar  9 21:32:41 2016
+++ pkgsrc/lang/qore/Makefile   Wed Jul 20 11:58:40 2016
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2016/03/09 21:32:41 nros Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/20 11:58:40 nros Exp $
 
-DISTNAME=      qore-0.8.11
-PKGREVISION=   4
+DISTNAME=      qore-0.8.12
 CATEGORIES=    lang
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=   .tar.bz2
 
-MAINTAINER=    nros%users.sourceforge.net@localhost
+GITHUB_RELEASE=        release-${PKGVERSION_NOREV}
+GITHUB_TYPE=   release
+
+MAINTAINER=    nros%netbsd.org@localhost
 COMMENT=       Qore programming language
 HOMEPAGE=      http://www.qore.org/
 LICENSE=       gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mit
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    autoconf bison flex gmake pax
+USE_TOOLS+=    bison flex gmake pax
 USE_LANGUAGES= c c++
 PTHREAD_OPTS+= native
 FLEX_REQD=     2.5.31
@@ -21,9 +23,11 @@ FLEX_REQD=   2.5.31
 PKGCONFIG_OVERRIDE+=   qore.pc.in
 REPLACE_QORE=          doxygen/qdx
 
-pre-configure:
-       set -e; cd ${WRKSRC}; \
-       autoheader; autoconf
+CONFIGURE_ARGS+=--with-libsuffix=""
+
+#pre-configure:
+#      set -e; cd ${WRKSRC}; \
+#      autoheader; autoconf
 
 #This is needed in order to comply the with MIT license and binary distribution
 #Install docs

Index: pkgsrc/lang/qore/PLIST
diff -u pkgsrc/lang/qore/PLIST:1.1 pkgsrc/lang/qore/PLIST:1.2
--- pkgsrc/lang/qore/PLIST:1.1  Tue Dec 30 15:39:51 2014
+++ pkgsrc/lang/qore/PLIST      Wed Jul 20 11:58:40 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/30 15:39:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/07/20 11:58:40 nros Exp $
 bin/qdx
 bin/qore
 bin/qpp
@@ -57,6 +57,8 @@ include/qore/QoreThreadLock.h
 include/qore/QoreType.h
 include/qore/QoreTypeSafeReferenceHelper.h
 include/qore/QoreURL.h
+include/qore/QoreValue.h
+include/qore/QoreValueList.h
 include/qore/ReferenceArgumentHelper.h
 include/qore/ReferenceHolder.h
 include/qore/ReferenceNode.h
@@ -67,9 +69,10 @@ include/qore/SystemEnvironment.h
 include/qore/common.h
 include/qore/macros-i386.h
 include/qore/macros-ia64.h
+include/qore/macros-parisc.h
 include/qore/macros-powerpc.h
 include/qore/macros-sparc.h
-include/qore/macros-x86_64.h
+include/qore/macros-${MACHINE_ARCH}.h
 include/qore/macros.h
 include/qore/node_types.h
 include/qore/params.h
@@ -84,28 +87,6 @@ lib/cmake/Qore/QoreConfigVersion.cmake
 lib/cmake/Qore/QoreMacros.cmake
 lib/libqore.la
 lib/pkgconfig/qore.pc
-lib/qore-modules/${PKGVERSION}/CsvUtil.qm
-lib/qore-modules/${PKGVERSION}/HttpServer.qm
-lib/qore-modules/${PKGVERSION}/MailMessage.qm
-lib/qore-modules/${PKGVERSION}/Mapper.qm
-lib/qore-modules/${PKGVERSION}/Mime.qm
-lib/qore-modules/${PKGVERSION}/MysqlSqlUtil.qm
-lib/qore-modules/${PKGVERSION}/OracleSqlUtil.qm
-lib/qore-modules/${PKGVERSION}/PgsqlSqlUtil.qm
-lib/qore-modules/${PKGVERSION}/Pop3Client.qm
-lib/qore-modules/${PKGVERSION}/Qorize.qm
-lib/qore-modules/${PKGVERSION}/RestClient.qm
-lib/qore-modules/${PKGVERSION}/RestHandler.qm
-lib/qore-modules/${PKGVERSION}/Schema.qm
-lib/qore-modules/${PKGVERSION}/SmtpClient.qm
-lib/qore-modules/${PKGVERSION}/SqlUtil.qm
-lib/qore-modules/${PKGVERSION}/TableMapper.qm
-lib/qore-modules/${PKGVERSION}/TelnetClient.qm
-lib/qore-modules/${PKGVERSION}/Util.qm
-lib/qore-modules/${PKGVERSION}/WebSocketClient.qm
-lib/qore-modules/${PKGVERSION}/WebSocketHandler.qm
-lib/qore-modules/${PKGVERSION}/WebSocketUtil.qm
-lib/qore-modules/${PKGVERSION}/WebUtil.qm
 man/man1/qore.1
 share/doc/qore/lang/html/_pseudo___q_c___all_8dox_8h_source.html
 share/doc/qore/lang/html/_pseudo___q_c___binary_8dox_8h_source.html
@@ -127,17 +108,24 @@ share/doc/qore/lang/html/_q_c___abstract
 share/doc/qore/lang/html/_q_c___abstract_quantified_bidirectional_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___abstract_quantified_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___abstract_smart_lock_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___abstract_thread_resource_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___auto_gate_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___auto_lock_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___auto_read_lock_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___auto_write_lock_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___binary_input_stream_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___binary_output_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___condition_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___counter_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___data_line_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___datasource_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___datasource_pool_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___dir_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___encoding_conversion_input_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___file_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___file_input_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___file_line_iterator_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___file_output_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___ftp_client_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___gate_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___get_opt_8dox_8h_source.html
@@ -150,6 +138,7 @@ share/doc/qore/lang/html/_q_c___hash_lis
 share/doc/qore/lang/html/_q_c___hash_pair_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___hash_pair_reverse_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___hash_reverse_iterator_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___input_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___list_hash_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___list_hash_reverse_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___list_iterator_8dox_8h_source.html
@@ -161,6 +150,7 @@ share/doc/qore/lang/html/_q_c___object_k
 share/doc/qore/lang/html/_q_c___object_pair_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___object_pair_reverse_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___object_reverse_iterator_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___output_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___program_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___queue_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___r_w_lock_8dox_8h_source.html
@@ -175,9 +165,11 @@ share/doc/qore/lang/html/_q_c___socket_8
 share/doc/qore/lang/html/_q_c___term_i_o_s_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___thread_pool_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___time_zone_8dox_8h_source.html
-share/doc/qore/lang/html/_q_c___x_range_iterator_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___tree_map_8dox_8h_source.html
 share/doc/qore/lang/html/annotated.html
-share/doc/qore/lang/html/annotated.js
+share/doc/qore/lang/html/annotated_dup.js
+share/doc/qore/lang/html/arrowdown.png
+share/doc/qore/lang/html/arrowright.png
 share/doc/qore/lang/html/basic_data_types.html
 share/doc/qore/lang/html/bc_s.png
 share/doc/qore/lang/html/bdwn.png
@@ -206,21 +198,57 @@ share/doc/qore/lang/html/class_qore_1_1_
 share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_binary_input_stream-members.html
+share/doc/qore/lang/html/class_qore_1_1_binary_input_stream.html
+share/doc/qore/lang/html/class_qore_1_1_binary_input_stream.js
+share/doc/qore/lang/html/class_qore_1_1_binary_input_stream__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_binary_input_stream__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_binary_input_stream__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_binary_output_stream-members.html
+share/doc/qore/lang/html/class_qore_1_1_binary_output_stream.html
+share/doc/qore/lang/html/class_qore_1_1_binary_output_stream.js
+share/doc/qore/lang/html/class_qore_1_1_binary_output_stream__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_binary_output_stream__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_binary_output_stream__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_data_line_iterator-members.html
+share/doc/qore/lang/html/class_qore_1_1_data_line_iterator.html
+share/doc/qore/lang/html/class_qore_1_1_data_line_iterator.js
+share/doc/qore/lang/html/class_qore_1_1_data_line_iterator__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_data_line_iterator__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_data_line_iterator__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_dir-members.html
 share/doc/qore/lang/html/class_qore_1_1_dir.html
 share/doc/qore/lang/html/class_qore_1_1_dir.js
+share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_input_stream-members.html
+share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_input_stream.html
+share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_input_stream.js
+share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_input_stream__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_input_stream__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_input_stream__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_file-members.html
 share/doc/qore/lang/html/class_qore_1_1_file.html
 share/doc/qore/lang/html/class_qore_1_1_file.js
 share/doc/qore/lang/html/class_qore_1_1_file__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_file__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_file__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_file_input_stream-members.html
+share/doc/qore/lang/html/class_qore_1_1_file_input_stream.html
+share/doc/qore/lang/html/class_qore_1_1_file_input_stream.js
+share/doc/qore/lang/html/class_qore_1_1_file_input_stream__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_file_input_stream__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_file_input_stream__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_file_line_iterator-members.html
 share/doc/qore/lang/html/class_qore_1_1_file_line_iterator.html
 share/doc/qore/lang/html/class_qore_1_1_file_line_iterator.js
 share/doc/qore/lang/html/class_qore_1_1_file_line_iterator__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_file_line_iterator__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_file_line_iterator__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_file_output_stream-members.html
+share/doc/qore/lang/html/class_qore_1_1_file_output_stream.html
+share/doc/qore/lang/html/class_qore_1_1_file_output_stream.js
+share/doc/qore/lang/html/class_qore_1_1_file_output_stream__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_file_output_stream__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_file_output_stream__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_ftp_client-members.html
 share/doc/qore/lang/html/class_qore_1_1_ftp_client.html
 share/doc/qore/lang/html/class_qore_1_1_ftp_client.js
@@ -281,6 +309,12 @@ share/doc/qore/lang/html/class_qore_1_1_
 share/doc/qore/lang/html/class_qore_1_1_hash_reverse_iterator__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_hash_reverse_iterator__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_hash_reverse_iterator__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_input_stream-members.html
+share/doc/qore/lang/html/class_qore_1_1_input_stream.html
+share/doc/qore/lang/html/class_qore_1_1_input_stream.js
+share/doc/qore/lang/html/class_qore_1_1_input_stream__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_input_stream__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_input_stream__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_list_hash_iterator-members.html
 share/doc/qore/lang/html/class_qore_1_1_list_hash_iterator.html
 share/doc/qore/lang/html/class_qore_1_1_list_hash_iterator.js
@@ -341,6 +375,12 @@ share/doc/qore/lang/html/class_qore_1_1_
 share/doc/qore/lang/html/class_qore_1_1_object_reverse_iterator__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_object_reverse_iterator__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_object_reverse_iterator__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_output_stream-members.html
+share/doc/qore/lang/html/class_qore_1_1_output_stream.html
+share/doc/qore/lang/html/class_qore_1_1_output_stream.js
+share/doc/qore/lang/html/class_qore_1_1_output_stream__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_output_stream__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_output_stream__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_program-members.html
 share/doc/qore/lang/html/class_qore_1_1_program.html
 share/doc/qore/lang/html/class_qore_1_1_program.js
@@ -407,6 +447,9 @@ share/doc/qore/lang/html/class_qore_1_1_
 share/doc/qore/lang/html/class_qore_1_1_thread_1_1_abstract_smart_lock__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_thread_1_1_abstract_smart_lock__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_thread_1_1_abstract_smart_lock__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_thread_1_1_abstract_thread_resource-members.html
+share/doc/qore/lang/html/class_qore_1_1_thread_1_1_abstract_thread_resource.html
+share/doc/qore/lang/html/class_qore_1_1_thread_1_1_abstract_thread_resource.js
 share/doc/qore/lang/html/class_qore_1_1_thread_1_1_auto_gate-members.html
 share/doc/qore/lang/html/class_qore_1_1_thread_1_1_auto_gate.html
 share/doc/qore/lang/html/class_qore_1_1_thread_1_1_auto_gate.js
@@ -452,12 +495,9 @@ share/doc/qore/lang/html/class_qore_1_1_
 share/doc/qore/lang/html/class_qore_1_1_time_zone-members.html
 share/doc/qore/lang/html/class_qore_1_1_time_zone.html
 share/doc/qore/lang/html/class_qore_1_1_time_zone.js
-share/doc/qore/lang/html/class_qore_1_1_x_range_iterator-members.html
-share/doc/qore/lang/html/class_qore_1_1_x_range_iterator.html
-share/doc/qore/lang/html/class_qore_1_1_x_range_iterator.js
-share/doc/qore/lang/html/class_qore_1_1_x_range_iterator__inherit__graph.map
-share/doc/qore/lang/html/class_qore_1_1_x_range_iterator__inherit__graph.md5
-share/doc/qore/lang/html/class_qore_1_1_x_range_iterator__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_tree_map-members.html
+share/doc/qore/lang/html/class_qore_1_1_tree_map.html
+share/doc/qore/lang/html/class_qore_1_1_tree_map.js
 share/doc/qore/lang/html/class_qore_1_1zzz8binaryzzz9-members.html
 share/doc/qore/lang/html/class_qore_1_1zzz8binaryzzz9.html
 share/doc/qore/lang/html/class_qore_1_1zzz8binaryzzz9.js
@@ -553,11 +593,13 @@ share/doc/qore/lang/html/constants.html
 share/doc/qore/lang/html/container_data_types.html
 share/doc/qore/lang/html/data_type_declarations.html
 share/doc/qore/lang/html/date_time_arithmetic.html
+share/doc/qore/lang/html/deprecated.html
 share/doc/qore/lang/html/desc_overview.html
 share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html
 share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.map
 share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.md5
 share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.png
+share/doc/qore/lang/html/doc.png
 share/doc/qore/lang/html/doxygen.css
 share/doc/qore/lang/html/doxygen.png
 share/doc/qore/lang/html/dynsections.js
@@ -565,46 +607,9 @@ share/doc/qore/lang/html/environment_var
 share/doc/qore/lang/html/event_handling.html
 share/doc/qore/lang/html/exception_handling.html
 share/doc/qore/lang/html/expressions.html
-share/doc/qore/lang/html/ftv2blank.png
-share/doc/qore/lang/html/ftv2cl.png
-share/doc/qore/lang/html/ftv2doc.png
-share/doc/qore/lang/html/ftv2folderclosed.png
-share/doc/qore/lang/html/ftv2folderopen.png
-share/doc/qore/lang/html/ftv2lastnode.png
-share/doc/qore/lang/html/ftv2link.png
-share/doc/qore/lang/html/ftv2mlastnode.png
-share/doc/qore/lang/html/ftv2mnode.png
-share/doc/qore/lang/html/ftv2mo.png
-share/doc/qore/lang/html/ftv2node.png
-share/doc/qore/lang/html/ftv2ns.png
-share/doc/qore/lang/html/ftv2plastnode.png
-share/doc/qore/lang/html/ftv2pnode.png
-share/doc/qore/lang/html/ftv2splitbar.png
-share/doc/qore/lang/html/ftv2vertline.png
+share/doc/qore/lang/html/folderclosed.png
+share/doc/qore/lang/html/folderopen.png
 share/doc/qore/lang/html/functions.html
-share/doc/qore/lang/html/functions_0x62.html
-share/doc/qore/lang/html/functions_0x63.html
-share/doc/qore/lang/html/functions_0x64.html
-share/doc/qore/lang/html/functions_0x65.html
-share/doc/qore/lang/html/functions_0x66.html
-share/doc/qore/lang/html/functions_0x67.html
-share/doc/qore/lang/html/functions_0x68.html
-share/doc/qore/lang/html/functions_0x69.html
-share/doc/qore/lang/html/functions_0x6a.html
-share/doc/qore/lang/html/functions_0x6b.html
-share/doc/qore/lang/html/functions_0x6c.html
-share/doc/qore/lang/html/functions_0x6d.html
-share/doc/qore/lang/html/functions_0x6e.html
-share/doc/qore/lang/html/functions_0x6f.html
-share/doc/qore/lang/html/functions_0x70.html
-share/doc/qore/lang/html/functions_0x72.html
-share/doc/qore/lang/html/functions_0x73.html
-share/doc/qore/lang/html/functions_0x74.html
-share/doc/qore/lang/html/functions_0x75.html
-share/doc/qore/lang/html/functions_0x76.html
-share/doc/qore/lang/html/functions_0x77.html
-share/doc/qore/lang/html/functions_0x79.html
-share/doc/qore/lang/html/functions_0x7a.html
 share/doc/qore/lang/html/functions_b.html
 share/doc/qore/lang/html/functions_c.html
 share/doc/qore/lang/html/functions_d.html
@@ -613,29 +618,6 @@ share/doc/qore/lang/html/functions_e.htm
 share/doc/qore/lang/html/functions_f.html
 share/doc/qore/lang/html/functions_func.html
 share/doc/qore/lang/html/functions_func.js
-share/doc/qore/lang/html/functions_func_0x62.html
-share/doc/qore/lang/html/functions_func_0x63.html
-share/doc/qore/lang/html/functions_func_0x64.html
-share/doc/qore/lang/html/functions_func_0x65.html
-share/doc/qore/lang/html/functions_func_0x66.html
-share/doc/qore/lang/html/functions_func_0x67.html
-share/doc/qore/lang/html/functions_func_0x68.html
-share/doc/qore/lang/html/functions_func_0x69.html
-share/doc/qore/lang/html/functions_func_0x6a.html
-share/doc/qore/lang/html/functions_func_0x6b.html
-share/doc/qore/lang/html/functions_func_0x6c.html
-share/doc/qore/lang/html/functions_func_0x6d.html
-share/doc/qore/lang/html/functions_func_0x6e.html
-share/doc/qore/lang/html/functions_func_0x6f.html
-share/doc/qore/lang/html/functions_func_0x70.html
-share/doc/qore/lang/html/functions_func_0x72.html
-share/doc/qore/lang/html/functions_func_0x73.html
-share/doc/qore/lang/html/functions_func_0x74.html
-share/doc/qore/lang/html/functions_func_0x75.html
-share/doc/qore/lang/html/functions_func_0x76.html
-share/doc/qore/lang/html/functions_func_0x77.html
-share/doc/qore/lang/html/functions_func_0x79.html
-share/doc/qore/lang/html/functions_func_0x7a.html
 share/doc/qore/lang/html/functions_func_b.html
 share/doc/qore/lang/html/functions_func_c.html
 share/doc/qore/lang/html/functions_func_d.html
@@ -680,6 +662,10 @@ share/doc/qore/lang/html/functions_z.htm
 share/doc/qore/lang/html/graph_legend.html
 share/doc/qore/lang/html/graph_legend.md5
 share/doc/qore/lang/html/graph_legend.png
+share/doc/qore/lang/html/group___string_concat_decoding.html
+share/doc/qore/lang/html/group___string_concat_decoding.js
+share/doc/qore/lang/html/group___string_concat_encoding.html
+share/doc/qore/lang/html/group___string_concat_encoding.js
 share/doc/qore/lang/html/group__boolean__constants.html
 share/doc/qore/lang/html/group__boolean__constants.js
 share/doc/qore/lang/html/group__call__type__constants.html
@@ -728,6 +714,8 @@ share/doc/qore/lang/html/group__filesyst
 share/doc/qore/lang/html/group__filesystem__functions.js
 share/doc/qore/lang/html/group__hmac__functions.html
 share/doc/qore/lang/html/group__hmac__functions.js
+share/doc/qore/lang/html/group__input__stream__function.html
+share/doc/qore/lang/html/group__input__stream__function.js
 share/doc/qore/lang/html/group__io__constants.html
 share/doc/qore/lang/html/group__io__constants.js
 share/doc/qore/lang/html/group__library__functions.html
@@ -778,6 +766,8 @@ share/doc/qore/lang/html/group__string__
 share/doc/qore/lang/html/group__string__type__constants.js
 share/doc/qore/lang/html/group__system__and__build__constants.html
 share/doc/qore/lang/html/group__system__and__build__constants.js
+share/doc/qore/lang/html/group__t.html
+share/doc/qore/lang/html/group__t.js
 share/doc/qore/lang/html/group__tattr__control__character__constants.html
 share/doc/qore/lang/html/group__tattr__control__character__constants.js
 share/doc/qore/lang/html/group__tattr__control__mode__constants.html
@@ -798,12 +788,12 @@ share/doc/qore/lang/html/group__type__co
 share/doc/qore/lang/html/group__type__code__map__constants.js
 share/doc/qore/lang/html/group__type__conversion__functions.html
 share/doc/qore/lang/html/group__type__conversion__functions.js
+share/doc/qore/lang/html/group__user__and__group__functions.html
+share/doc/qore/lang/html/group__user__and__group__functions.js
 share/doc/qore/lang/html/group__warning__constants.html
 share/doc/qore/lang/html/group__warning__constants.js
 share/doc/qore/lang/html/group__x509__verification__constants.html
 share/doc/qore/lang/html/group__x509__verification__constants.js
-share/doc/qore/lang/html/group__xrange__functions.html
-share/doc/qore/lang/html/group__xrange__functions.js
 share/doc/qore/lang/html/hierarchy.html
 share/doc/qore/lang/html/hierarchy.js
 share/doc/qore/lang/html/identifiers.html
@@ -865,6 +855,15 @@ share/doc/qore/lang/html/inherit_graph_2
 share/doc/qore/lang/html/inherit_graph_24.map
 share/doc/qore/lang/html/inherit_graph_24.md5
 share/doc/qore/lang/html/inherit_graph_24.png
+share/doc/qore/lang/html/inherit_graph_25.map
+share/doc/qore/lang/html/inherit_graph_25.md5
+share/doc/qore/lang/html/inherit_graph_25.png
+share/doc/qore/lang/html/inherit_graph_26.map
+share/doc/qore/lang/html/inherit_graph_26.md5
+share/doc/qore/lang/html/inherit_graph_26.png
+share/doc/qore/lang/html/inherit_graph_27.map
+share/doc/qore/lang/html/inherit_graph_27.md5
+share/doc/qore/lang/html/inherit_graph_27.png
 share/doc/qore/lang/html/inherit_graph_3.map
 share/doc/qore/lang/html/inherit_graph_3.md5
 share/doc/qore/lang/html/inherit_graph_3.png
@@ -903,31 +902,6 @@ share/doc/qore/lang/html/namespace_qore_
 share/doc/qore/lang/html/namespace_qore_1_1_thread.js
 share/doc/qore/lang/html/namespace_qore_1_1_type.html
 share/doc/qore/lang/html/namespacemembers.html
-share/doc/qore/lang/html/namespacemembers_0x61.html
-share/doc/qore/lang/html/namespacemembers_0x62.html
-share/doc/qore/lang/html/namespacemembers_0x63.html
-share/doc/qore/lang/html/namespacemembers_0x64.html
-share/doc/qore/lang/html/namespacemembers_0x65.html
-share/doc/qore/lang/html/namespacemembers_0x66.html
-share/doc/qore/lang/html/namespacemembers_0x67.html
-share/doc/qore/lang/html/namespacemembers_0x68.html
-share/doc/qore/lang/html/namespacemembers_0x69.html
-share/doc/qore/lang/html/namespacemembers_0x6a.html
-share/doc/qore/lang/html/namespacemembers_0x6b.html
-share/doc/qore/lang/html/namespacemembers_0x6c.html
-share/doc/qore/lang/html/namespacemembers_0x6d.html
-share/doc/qore/lang/html/namespacemembers_0x6e.html
-share/doc/qore/lang/html/namespacemembers_0x6f.html
-share/doc/qore/lang/html/namespacemembers_0x70.html
-share/doc/qore/lang/html/namespacemembers_0x72.html
-share/doc/qore/lang/html/namespacemembers_0x73.html
-share/doc/qore/lang/html/namespacemembers_0x74.html
-share/doc/qore/lang/html/namespacemembers_0x75.html
-share/doc/qore/lang/html/namespacemembers_0x76.html
-share/doc/qore/lang/html/namespacemembers_0x77.html
-share/doc/qore/lang/html/namespacemembers_0x78.html
-share/doc/qore/lang/html/namespacemembers_0x79.html
-share/doc/qore/lang/html/namespacemembers_0x7a.html
 share/doc/qore/lang/html/namespacemembers_a.html
 share/doc/qore/lang/html/namespacemembers_b.html
 share/doc/qore/lang/html/namespacemembers_c.html
@@ -937,28 +911,6 @@ share/doc/qore/lang/html/namespacemember
 share/doc/qore/lang/html/namespacemembers_f.html
 share/doc/qore/lang/html/namespacemembers_func.html
 share/doc/qore/lang/html/namespacemembers_func.js
-share/doc/qore/lang/html/namespacemembers_func_0x62.html
-share/doc/qore/lang/html/namespacemembers_func_0x63.html
-share/doc/qore/lang/html/namespacemembers_func_0x64.html
-share/doc/qore/lang/html/namespacemembers_func_0x65.html
-share/doc/qore/lang/html/namespacemembers_func_0x66.html
-share/doc/qore/lang/html/namespacemembers_func_0x67.html
-share/doc/qore/lang/html/namespacemembers_func_0x68.html
-share/doc/qore/lang/html/namespacemembers_func_0x69.html
-share/doc/qore/lang/html/namespacemembers_func_0x6a.html
-share/doc/qore/lang/html/namespacemembers_func_0x6b.html
-share/doc/qore/lang/html/namespacemembers_func_0x6c.html
-share/doc/qore/lang/html/namespacemembers_func_0x6d.html
-share/doc/qore/lang/html/namespacemembers_func_0x6e.html
-share/doc/qore/lang/html/namespacemembers_func_0x6f.html
-share/doc/qore/lang/html/namespacemembers_func_0x70.html
-share/doc/qore/lang/html/namespacemembers_func_0x72.html
-share/doc/qore/lang/html/namespacemembers_func_0x73.html
-share/doc/qore/lang/html/namespacemembers_func_0x74.html
-share/doc/qore/lang/html/namespacemembers_func_0x75.html
-share/doc/qore/lang/html/namespacemembers_func_0x76.html
-share/doc/qore/lang/html/namespacemembers_func_0x78.html
-share/doc/qore/lang/html/namespacemembers_func_0x79.html
 share/doc/qore/lang/html/namespacemembers_func_b.html
 share/doc/qore/lang/html/namespacemembers_func_c.html
 share/doc/qore/lang/html/namespacemembers_func_d.html
@@ -998,26 +950,6 @@ share/doc/qore/lang/html/namespacemember
 share/doc/qore/lang/html/namespacemembers_v.html
 share/doc/qore/lang/html/namespacemembers_vars.html
 share/doc/qore/lang/html/namespacemembers_vars.js
-share/doc/qore/lang/html/namespacemembers_vars_0x61.html
-share/doc/qore/lang/html/namespacemembers_vars_0x62.html
-share/doc/qore/lang/html/namespacemembers_vars_0x63.html
-share/doc/qore/lang/html/namespacemembers_vars_0x64.html
-share/doc/qore/lang/html/namespacemembers_vars_0x65.html
-share/doc/qore/lang/html/namespacemembers_vars_0x66.html
-share/doc/qore/lang/html/namespacemembers_vars_0x68.html
-share/doc/qore/lang/html/namespacemembers_vars_0x69.html
-share/doc/qore/lang/html/namespacemembers_vars_0x6c.html
-share/doc/qore/lang/html/namespacemembers_vars_0x6d.html
-share/doc/qore/lang/html/namespacemembers_vars_0x6e.html
-share/doc/qore/lang/html/namespacemembers_vars_0x6f.html
-share/doc/qore/lang/html/namespacemembers_vars_0x70.html
-share/doc/qore/lang/html/namespacemembers_vars_0x72.html
-share/doc/qore/lang/html/namespacemembers_vars_0x73.html
-share/doc/qore/lang/html/namespacemembers_vars_0x74.html
-share/doc/qore/lang/html/namespacemembers_vars_0x76.html
-share/doc/qore/lang/html/namespacemembers_vars_0x77.html
-share/doc/qore/lang/html/namespacemembers_vars_0x78.html
-share/doc/qore/lang/html/namespacemembers_vars_0x7a.html
 share/doc/qore/lang/html/namespacemembers_vars_a.html
 share/doc/qore/lang/html/namespacemembers_vars_b.html
 share/doc/qore/lang/html/namespacemembers_vars_c.html
@@ -1049,10 +981,12 @@ share/doc/qore/lang/html/nav_g.png
 share/doc/qore/lang/html/nav_h.png
 share/doc/qore/lang/html/navtree.css
 share/doc/qore/lang/html/navtree.js
+share/doc/qore/lang/html/navtreedata.js
 share/doc/qore/lang/html/navtreeindex0.js
 share/doc/qore/lang/html/navtreeindex1.js
 share/doc/qore/lang/html/navtreeindex10.js
 share/doc/qore/lang/html/navtreeindex11.js
+share/doc/qore/lang/html/navtreeindex12.js
 share/doc/qore/lang/html/navtreeindex2.js
 share/doc/qore/lang/html/navtreeindex3.js
 share/doc/qore/lang/html/navtreeindex4.js
@@ -1087,6 +1021,7 @@ share/doc/qore/lang/html/ql__time_8dox_8
 share/doc/qore/lang/html/ql__type_8dox_8h_source.html
 share/doc/qore/lang/html/qore_classes.html
 share/doc/qore/lang/html/qore_functions.html
+share/doc/qore/lang/html/qore_intro.html
 share/doc/qore/lang/html/qore_modules.html
 share/doc/qore/lang/html/qore_namespaces.html
 share/doc/qore/lang/html/qore_regex.html
@@ -1126,64 +1061,10 @@ share/doc/qore/lang/html/search/all_4.ht
 share/doc/qore/lang/html/search/all_4.js
 share/doc/qore/lang/html/search/all_5.html
 share/doc/qore/lang/html/search/all_5.js
-share/doc/qore/lang/html/search/all_5f.html
-share/doc/qore/lang/html/search/all_5f.js
 share/doc/qore/lang/html/search/all_6.html
 share/doc/qore/lang/html/search/all_6.js
-share/doc/qore/lang/html/search/all_61.html
-share/doc/qore/lang/html/search/all_61.js
-share/doc/qore/lang/html/search/all_62.html
-share/doc/qore/lang/html/search/all_62.js
-share/doc/qore/lang/html/search/all_63.html
-share/doc/qore/lang/html/search/all_63.js
-share/doc/qore/lang/html/search/all_64.html
-share/doc/qore/lang/html/search/all_64.js
-share/doc/qore/lang/html/search/all_65.html
-share/doc/qore/lang/html/search/all_65.js
-share/doc/qore/lang/html/search/all_66.html
-share/doc/qore/lang/html/search/all_66.js
-share/doc/qore/lang/html/search/all_67.html
-share/doc/qore/lang/html/search/all_67.js
-share/doc/qore/lang/html/search/all_68.html
-share/doc/qore/lang/html/search/all_68.js
-share/doc/qore/lang/html/search/all_69.html
-share/doc/qore/lang/html/search/all_69.js
-share/doc/qore/lang/html/search/all_6a.html
-share/doc/qore/lang/html/search/all_6a.js
-share/doc/qore/lang/html/search/all_6b.html
-share/doc/qore/lang/html/search/all_6b.js
-share/doc/qore/lang/html/search/all_6c.html
-share/doc/qore/lang/html/search/all_6c.js
-share/doc/qore/lang/html/search/all_6d.html
-share/doc/qore/lang/html/search/all_6d.js
-share/doc/qore/lang/html/search/all_6e.html
-share/doc/qore/lang/html/search/all_6e.js
-share/doc/qore/lang/html/search/all_6f.html
-share/doc/qore/lang/html/search/all_6f.js
 share/doc/qore/lang/html/search/all_7.html
 share/doc/qore/lang/html/search/all_7.js
-share/doc/qore/lang/html/search/all_70.html
-share/doc/qore/lang/html/search/all_70.js
-share/doc/qore/lang/html/search/all_71.html
-share/doc/qore/lang/html/search/all_71.js
-share/doc/qore/lang/html/search/all_72.html
-share/doc/qore/lang/html/search/all_72.js
-share/doc/qore/lang/html/search/all_73.html
-share/doc/qore/lang/html/search/all_73.js
-share/doc/qore/lang/html/search/all_74.html
-share/doc/qore/lang/html/search/all_74.js
-share/doc/qore/lang/html/search/all_75.html
-share/doc/qore/lang/html/search/all_75.js
-share/doc/qore/lang/html/search/all_76.html
-share/doc/qore/lang/html/search/all_76.js
-share/doc/qore/lang/html/search/all_77.html
-share/doc/qore/lang/html/search/all_77.js
-share/doc/qore/lang/html/search/all_78.html
-share/doc/qore/lang/html/search/all_78.js
-share/doc/qore/lang/html/search/all_79.html
-share/doc/qore/lang/html/search/all_79.js
-share/doc/qore/lang/html/search/all_7a.html
-share/doc/qore/lang/html/search/all_7a.js
 share/doc/qore/lang/html/search/all_8.html
 share/doc/qore/lang/html/search/all_8.js
 share/doc/qore/lang/html/search/all_9.html
@@ -1204,6 +1085,10 @@ share/doc/qore/lang/html/search/classes_
 share/doc/qore/lang/html/search/classes_0.js
 share/doc/qore/lang/html/search/classes_1.html
 share/doc/qore/lang/html/search/classes_1.js
+share/doc/qore/lang/html/search/classes_10.html
+share/doc/qore/lang/html/search/classes_10.js
+share/doc/qore/lang/html/search/classes_11.html
+share/doc/qore/lang/html/search/classes_11.js
 share/doc/qore/lang/html/search/classes_2.html
 share/doc/qore/lang/html/search/classes_2.js
 share/doc/qore/lang/html/search/classes_3.html
@@ -1214,40 +1099,8 @@ share/doc/qore/lang/html/search/classes_
 share/doc/qore/lang/html/search/classes_5.js
 share/doc/qore/lang/html/search/classes_6.html
 share/doc/qore/lang/html/search/classes_6.js
-share/doc/qore/lang/html/search/classes_61.html
-share/doc/qore/lang/html/search/classes_61.js
-share/doc/qore/lang/html/search/classes_63.html
-share/doc/qore/lang/html/search/classes_63.js
-share/doc/qore/lang/html/search/classes_64.html
-share/doc/qore/lang/html/search/classes_64.js
-share/doc/qore/lang/html/search/classes_66.html
-share/doc/qore/lang/html/search/classes_66.js
-share/doc/qore/lang/html/search/classes_67.html
-share/doc/qore/lang/html/search/classes_67.js
-share/doc/qore/lang/html/search/classes_68.html
-share/doc/qore/lang/html/search/classes_68.js
-share/doc/qore/lang/html/search/classes_6c.html
-share/doc/qore/lang/html/search/classes_6c.js
-share/doc/qore/lang/html/search/classes_6d.html
-share/doc/qore/lang/html/search/classes_6d.js
-share/doc/qore/lang/html/search/classes_6f.html
-share/doc/qore/lang/html/search/classes_6f.js
 share/doc/qore/lang/html/search/classes_7.html
 share/doc/qore/lang/html/search/classes_7.js
-share/doc/qore/lang/html/search/classes_70.html
-share/doc/qore/lang/html/search/classes_70.js
-share/doc/qore/lang/html/search/classes_71.html
-share/doc/qore/lang/html/search/classes_71.js
-share/doc/qore/lang/html/search/classes_72.html
-share/doc/qore/lang/html/search/classes_72.js
-share/doc/qore/lang/html/search/classes_73.html
-share/doc/qore/lang/html/search/classes_73.js
-share/doc/qore/lang/html/search/classes_74.html
-share/doc/qore/lang/html/search/classes_74.js
-share/doc/qore/lang/html/search/classes_78.html
-share/doc/qore/lang/html/search/classes_78.js
-share/doc/qore/lang/html/search/classes_7a.html
-share/doc/qore/lang/html/search/classes_7a.js
 share/doc/qore/lang/html/search/classes_8.html
 share/doc/qore/lang/html/search/classes_8.js
 share/doc/qore/lang/html/search/classes_9.html
@@ -1262,6 +1115,8 @@ share/doc/qore/lang/html/search/classes_
 share/doc/qore/lang/html/search/classes_d.js
 share/doc/qore/lang/html/search/classes_e.html
 share/doc/qore/lang/html/search/classes_e.js
+share/doc/qore/lang/html/search/classes_f.html
+share/doc/qore/lang/html/search/classes_f.js
 share/doc/qore/lang/html/search/close.png
 share/doc/qore/lang/html/search/functions_0.html
 share/doc/qore/lang/html/search/functions_0.js
@@ -1295,58 +1150,8 @@ share/doc/qore/lang/html/search/function
 share/doc/qore/lang/html/search/functions_5.js
 share/doc/qore/lang/html/search/functions_6.html
 share/doc/qore/lang/html/search/functions_6.js
-share/doc/qore/lang/html/search/functions_61.html
-share/doc/qore/lang/html/search/functions_61.js
-share/doc/qore/lang/html/search/functions_62.html
-share/doc/qore/lang/html/search/functions_62.js
-share/doc/qore/lang/html/search/functions_63.html
-share/doc/qore/lang/html/search/functions_63.js
-share/doc/qore/lang/html/search/functions_64.html
-share/doc/qore/lang/html/search/functions_64.js
-share/doc/qore/lang/html/search/functions_65.html
-share/doc/qore/lang/html/search/functions_65.js
-share/doc/qore/lang/html/search/functions_66.html
-share/doc/qore/lang/html/search/functions_66.js
-share/doc/qore/lang/html/search/functions_67.html
-share/doc/qore/lang/html/search/functions_67.js
-share/doc/qore/lang/html/search/functions_68.html
-share/doc/qore/lang/html/search/functions_68.js
-share/doc/qore/lang/html/search/functions_69.html
-share/doc/qore/lang/html/search/functions_69.js
-share/doc/qore/lang/html/search/functions_6a.html
-share/doc/qore/lang/html/search/functions_6a.js
-share/doc/qore/lang/html/search/functions_6b.html
-share/doc/qore/lang/html/search/functions_6b.js
-share/doc/qore/lang/html/search/functions_6c.html
-share/doc/qore/lang/html/search/functions_6c.js
-share/doc/qore/lang/html/search/functions_6d.html
-share/doc/qore/lang/html/search/functions_6d.js
-share/doc/qore/lang/html/search/functions_6e.html
-share/doc/qore/lang/html/search/functions_6e.js
-share/doc/qore/lang/html/search/functions_6f.html
-share/doc/qore/lang/html/search/functions_6f.js
 share/doc/qore/lang/html/search/functions_7.html
 share/doc/qore/lang/html/search/functions_7.js
-share/doc/qore/lang/html/search/functions_70.html
-share/doc/qore/lang/html/search/functions_70.js
-share/doc/qore/lang/html/search/functions_72.html
-share/doc/qore/lang/html/search/functions_72.js
-share/doc/qore/lang/html/search/functions_73.html
-share/doc/qore/lang/html/search/functions_73.js
-share/doc/qore/lang/html/search/functions_74.html
-share/doc/qore/lang/html/search/functions_74.js
-share/doc/qore/lang/html/search/functions_75.html
-share/doc/qore/lang/html/search/functions_75.js
-share/doc/qore/lang/html/search/functions_76.html
-share/doc/qore/lang/html/search/functions_76.js
-share/doc/qore/lang/html/search/functions_77.html
-share/doc/qore/lang/html/search/functions_77.js
-share/doc/qore/lang/html/search/functions_78.html
-share/doc/qore/lang/html/search/functions_78.js
-share/doc/qore/lang/html/search/functions_79.html
-share/doc/qore/lang/html/search/functions_79.js
-share/doc/qore/lang/html/search/functions_7a.html
-share/doc/qore/lang/html/search/functions_7a.js
 share/doc/qore/lang/html/search/functions_8.html
 share/doc/qore/lang/html/search/functions_8.js
 share/doc/qore/lang/html/search/functions_9.html
@@ -1381,44 +1186,8 @@ share/doc/qore/lang/html/search/groups_5
 share/doc/qore/lang/html/search/groups_5.js
 share/doc/qore/lang/html/search/groups_6.html
 share/doc/qore/lang/html/search/groups_6.js
-share/doc/qore/lang/html/search/groups_62.html
-share/doc/qore/lang/html/search/groups_62.js
-share/doc/qore/lang/html/search/groups_63.html
-share/doc/qore/lang/html/search/groups_63.js
-share/doc/qore/lang/html/search/groups_64.html
-share/doc/qore/lang/html/search/groups_64.js
-share/doc/qore/lang/html/search/groups_65.html
-share/doc/qore/lang/html/search/groups_65.js
-share/doc/qore/lang/html/search/groups_66.html
-share/doc/qore/lang/html/search/groups_66.js
-share/doc/qore/lang/html/search/groups_68.html
-share/doc/qore/lang/html/search/groups_68.js
-share/doc/qore/lang/html/search/groups_69.html
-share/doc/qore/lang/html/search/groups_69.js
-share/doc/qore/lang/html/search/groups_6c.html
-share/doc/qore/lang/html/search/groups_6c.js
-share/doc/qore/lang/html/search/groups_6d.html
-share/doc/qore/lang/html/search/groups_6d.js
-share/doc/qore/lang/html/search/groups_6e.html
-share/doc/qore/lang/html/search/groups_6e.js
-share/doc/qore/lang/html/search/groups_6f.html
-share/doc/qore/lang/html/search/groups_6f.js
 share/doc/qore/lang/html/search/groups_7.html
 share/doc/qore/lang/html/search/groups_7.js
-share/doc/qore/lang/html/search/groups_70.html
-share/doc/qore/lang/html/search/groups_70.js
-share/doc/qore/lang/html/search/groups_72.html
-share/doc/qore/lang/html/search/groups_72.js
-share/doc/qore/lang/html/search/groups_73.html
-share/doc/qore/lang/html/search/groups_73.js
-share/doc/qore/lang/html/search/groups_74.html
-share/doc/qore/lang/html/search/groups_74.js
-share/doc/qore/lang/html/search/groups_75.html
-share/doc/qore/lang/html/search/groups_75.js
-share/doc/qore/lang/html/search/groups_77.html
-share/doc/qore/lang/html/search/groups_77.js
-share/doc/qore/lang/html/search/groups_78.html
-share/doc/qore/lang/html/search/groups_78.js
 share/doc/qore/lang/html/search/groups_8.html
 share/doc/qore/lang/html/search/groups_8.js
 share/doc/qore/lang/html/search/groups_9.html
@@ -1438,8 +1207,6 @@ share/doc/qore/lang/html/search/groups_f
 share/doc/qore/lang/html/search/mag_sel.png
 share/doc/qore/lang/html/search/namespaces_0.html
 share/doc/qore/lang/html/search/namespaces_0.js
-share/doc/qore/lang/html/search/namespaces_71.html
-share/doc/qore/lang/html/search/namespaces_71.js
 share/doc/qore/lang/html/search/nomatches.html
 share/doc/qore/lang/html/search/pages_0.html
 share/doc/qore/lang/html/search/pages_0.js
@@ -1459,44 +1226,8 @@ share/doc/qore/lang/html/search/pages_5.
 share/doc/qore/lang/html/search/pages_5.js
 share/doc/qore/lang/html/search/pages_6.html
 share/doc/qore/lang/html/search/pages_6.js
-share/doc/qore/lang/html/search/pages_62.html
-share/doc/qore/lang/html/search/pages_62.js
-share/doc/qore/lang/html/search/pages_63.html
-share/doc/qore/lang/html/search/pages_63.js
-share/doc/qore/lang/html/search/pages_64.html
-share/doc/qore/lang/html/search/pages_64.js
-share/doc/qore/lang/html/search/pages_65.html
-share/doc/qore/lang/html/search/pages_65.js
-share/doc/qore/lang/html/search/pages_66.html
-share/doc/qore/lang/html/search/pages_66.js
-share/doc/qore/lang/html/search/pages_69.html
-share/doc/qore/lang/html/search/pages_69.js
-share/doc/qore/lang/html/search/pages_6b.html
-share/doc/qore/lang/html/search/pages_6b.js
-share/doc/qore/lang/html/search/pages_6c.html
-share/doc/qore/lang/html/search/pages_6c.js
-share/doc/qore/lang/html/search/pages_6d.html
-share/doc/qore/lang/html/search/pages_6d.js
-share/doc/qore/lang/html/search/pages_6e.html
-share/doc/qore/lang/html/search/pages_6e.js
-share/doc/qore/lang/html/search/pages_6f.html
-share/doc/qore/lang/html/search/pages_6f.js
 share/doc/qore/lang/html/search/pages_7.html
 share/doc/qore/lang/html/search/pages_7.js
-share/doc/qore/lang/html/search/pages_70.html
-share/doc/qore/lang/html/search/pages_70.js
-share/doc/qore/lang/html/search/pages_71.html
-share/doc/qore/lang/html/search/pages_71.js
-share/doc/qore/lang/html/search/pages_72.html
-share/doc/qore/lang/html/search/pages_72.js
-share/doc/qore/lang/html/search/pages_73.html
-share/doc/qore/lang/html/search/pages_73.js
-share/doc/qore/lang/html/search/pages_74.html
-share/doc/qore/lang/html/search/pages_74.js
-share/doc/qore/lang/html/search/pages_76.html
-share/doc/qore/lang/html/search/pages_76.js
-share/doc/qore/lang/html/search/pages_77.html
-share/doc/qore/lang/html/search/pages_77.js
 share/doc/qore/lang/html/search/pages_8.html
 share/doc/qore/lang/html/search/pages_8.js
 share/doc/qore/lang/html/search/pages_9.html
@@ -1518,6 +1249,7 @@ share/doc/qore/lang/html/search/search.j
 share/doc/qore/lang/html/search/search_l.png
 share/doc/qore/lang/html/search/search_m.png
 share/doc/qore/lang/html/search/search_r.png
+share/doc/qore/lang/html/search/searchdata.js
 share/doc/qore/lang/html/search/variables_0.html
 share/doc/qore/lang/html/search/variables_0.js
 share/doc/qore/lang/html/search/variables_1.html
@@ -1540,52 +1272,10 @@ share/doc/qore/lang/html/search/variable
 share/doc/qore/lang/html/search/variables_4.js
 share/doc/qore/lang/html/search/variables_5.html
 share/doc/qore/lang/html/search/variables_5.js
-share/doc/qore/lang/html/search/variables_5f.html
-share/doc/qore/lang/html/search/variables_5f.js
 share/doc/qore/lang/html/search/variables_6.html
 share/doc/qore/lang/html/search/variables_6.js
-share/doc/qore/lang/html/search/variables_61.html
-share/doc/qore/lang/html/search/variables_61.js
-share/doc/qore/lang/html/search/variables_62.html
-share/doc/qore/lang/html/search/variables_62.js
-share/doc/qore/lang/html/search/variables_63.html
-share/doc/qore/lang/html/search/variables_63.js
-share/doc/qore/lang/html/search/variables_64.html
-share/doc/qore/lang/html/search/variables_64.js
-share/doc/qore/lang/html/search/variables_65.html
-share/doc/qore/lang/html/search/variables_65.js
-share/doc/qore/lang/html/search/variables_66.html
-share/doc/qore/lang/html/search/variables_66.js
-share/doc/qore/lang/html/search/variables_68.html
-share/doc/qore/lang/html/search/variables_68.js
-share/doc/qore/lang/html/search/variables_69.html
-share/doc/qore/lang/html/search/variables_69.js
-share/doc/qore/lang/html/search/variables_6c.html
-share/doc/qore/lang/html/search/variables_6c.js
-share/doc/qore/lang/html/search/variables_6d.html
-share/doc/qore/lang/html/search/variables_6d.js
-share/doc/qore/lang/html/search/variables_6e.html
-share/doc/qore/lang/html/search/variables_6e.js
-share/doc/qore/lang/html/search/variables_6f.html
-share/doc/qore/lang/html/search/variables_6f.js
 share/doc/qore/lang/html/search/variables_7.html
 share/doc/qore/lang/html/search/variables_7.js
-share/doc/qore/lang/html/search/variables_70.html
-share/doc/qore/lang/html/search/variables_70.js
-share/doc/qore/lang/html/search/variables_72.html
-share/doc/qore/lang/html/search/variables_72.js
-share/doc/qore/lang/html/search/variables_73.html
-share/doc/qore/lang/html/search/variables_73.js
-share/doc/qore/lang/html/search/variables_74.html
-share/doc/qore/lang/html/search/variables_74.js
-share/doc/qore/lang/html/search/variables_76.html
-share/doc/qore/lang/html/search/variables_76.js
-share/doc/qore/lang/html/search/variables_77.html
-share/doc/qore/lang/html/search/variables_77.js
-share/doc/qore/lang/html/search/variables_78.html
-share/doc/qore/lang/html/search/variables_78.js
-share/doc/qore/lang/html/search/variables_7a.html
-share/doc/qore/lang/html/search/variables_7a.js
 share/doc/qore/lang/html/search/variables_8.html
 share/doc/qore/lang/html/search/variables_8.js
 share/doc/qore/lang/html/search/variables_9.html
@@ -1603,9 +1293,11 @@ share/doc/qore/lang/html/search/variable
 share/doc/qore/lang/html/search/variables_f.html
 share/doc/qore/lang/html/search/variables_f.js
 share/doc/qore/lang/html/signal_handling.html
+share/doc/qore/lang/html/splitbar.png
 share/doc/qore/lang/html/statements.html
 share/doc/qore/lang/html/sync_off.png
 share/doc/qore/lang/html/sync_on.png
+share/doc/qore/lang/html/t_8dox_8h_source.html
 share/doc/qore/lang/html/tab_a.png
 share/doc/qore/lang/html/tab_b.png
 share/doc/qore/lang/html/tab_h.png
@@ -1651,9 +1343,6 @@ share/doc/qore/library/html/_qore_8h.htm
 share/doc/qore/library/html/_qore_8h__dep__incl.map
 share/doc/qore/library/html/_qore_8h__dep__incl.md5
 share/doc/qore/library/html/_qore_8h__dep__incl.png
-share/doc/qore/library/html/_qore_8h__incl.map
-share/doc/qore/library/html/_qore_8h__incl.md5
-share/doc/qore/library/html/_qore_8h__incl.png
 share/doc/qore/library/html/_qore_8h_source.html
 share/doc/qore/library/html/_qore_big_int_node_8h_source.html
 share/doc/qore/library/html/_qore_bool_node_8h.html
@@ -1730,6 +1419,8 @@ share/doc/qore/library/html/_qore_thread
 share/doc/qore/library/html/_qore_type_8h_source.html
 share/doc/qore/library/html/_qore_type_safe_reference_helper_8h_source.html
 share/doc/qore/library/html/_qore_u_r_l_8h_source.html
+share/doc/qore/library/html/_qore_value_8h_source.html
+share/doc/qore/library/html/_qore_value_list_8h_source.html
 share/doc/qore/library/html/_reference_argument_helper_8h_source.html
 share/doc/qore/library/html/_reference_holder_8h_source.html
 share/doc/qore/library/html/_reference_node_8h_source.html
@@ -1742,6 +1433,8 @@ share/doc/qore/library/html/_s_q_l_state
 share/doc/qore/library/html/_scope_guard_8h_source.html
 share/doc/qore/library/html/_system_environment_8h_source.html
 share/doc/qore/library/html/annotated.html
+share/doc/qore/library/html/arrowdown.png
+share/doc/qore/library/html/arrowright.png
 share/doc/qore/library/html/bc_s.png
 share/doc/qore/library/html/bdwn.png
 share/doc/qore/library/html/builtin_functions.html
@@ -1825,6 +1518,11 @@ share/doc/qore/library/html/class_const_
 share/doc/qore/library/html/class_const_list_iterator__coll__graph.map
 share/doc/qore/library/html/class_const_list_iterator__coll__graph.md5
 share/doc/qore/library/html/class_const_list_iterator__coll__graph.png
+share/doc/qore/library/html/class_const_value_list_iterator-members.html
+share/doc/qore/library/html/class_const_value_list_iterator.html
+share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.map
+share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.md5
+share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.png
 share/doc/qore/library/html/class_d_b_i_driver-members.html
 share/doc/qore/library/html/class_d_b_i_driver.html
 share/doc/qore/library/html/class_d_b_i_driver_list-members.html
@@ -1852,12 +1550,6 @@ share/doc/qore/library/html/class_except
 share/doc/qore/library/html/class_exception_sink.html
 share/doc/qore/library/html/class_feature_list-members.html
 share/doc/qore/library/html/class_feature_list.html
-share/doc/qore/library/html/class_feature_list__coll__graph.map
-share/doc/qore/library/html/class_feature_list__coll__graph.md5
-share/doc/qore/library/html/class_feature_list__coll__graph.png
-share/doc/qore/library/html/class_feature_list__inherit__graph.map
-share/doc/qore/library/html/class_feature_list__inherit__graph.md5
-share/doc/qore/library/html/class_feature_list__inherit__graph.png
 share/doc/qore/library/html/class_hash_assignment_helper-members.html
 share/doc/qore/library/html/class_hash_assignment_helper.html
 share/doc/qore/library/html/class_hash_iterator-members.html
@@ -2139,6 +1831,9 @@ share/doc/qore/library/html/class_qore_s
 share/doc/qore/library/html/class_qore_string_node_value_helper.html
 share/doc/qore/library/html/class_qore_string_value_helper-members.html
 share/doc/qore/library/html/class_qore_string_value_helper.html
+share/doc/qore/library/html/class_qore_string_value_helper__coll__graph.map
+share/doc/qore/library/html/class_qore_string_value_helper__coll__graph.md5
+share/doc/qore/library/html/class_qore_string_value_helper__coll__graph.png
 share/doc/qore/library/html/class_qore_thread_local_storage-members.html
 share/doc/qore/library/html/class_qore_thread_local_storage.html
 share/doc/qore/library/html/class_qore_thread_lock-members.html
@@ -2152,6 +1847,14 @@ share/doc/qore/library/html/class_qore_t
 share/doc/qore/library/html/class_qore_type_safe_reference_helper.html
 share/doc/qore/library/html/class_qore_u_r_l-members.html
 share/doc/qore/library/html/class_qore_u_r_l.html
+share/doc/qore/library/html/class_qore_value_list-members.html
+share/doc/qore/library/html/class_qore_value_list.html
+share/doc/qore/library/html/class_qore_value_list__coll__graph.map
+share/doc/qore/library/html/class_qore_value_list__coll__graph.md5
+share/doc/qore/library/html/class_qore_value_list__coll__graph.png
+share/doc/qore/library/html/class_qore_value_list__inherit__graph.map
+share/doc/qore/library/html/class_qore_value_list__inherit__graph.md5
+share/doc/qore/library/html/class_qore_value_list__inherit__graph.png
 share/doc/qore/library/html/class_ref_holder-members.html
 share/doc/qore/library/html/class_ref_holder.html
 share/doc/qore/library/html/class_reference_argument_helper-members.html
@@ -2281,6 +1984,11 @@ share/doc/qore/library/html/class_unique
 share/doc/qore/library/html/class_unique_value_qore_node__inherit__graph.map
 share/doc/qore/library/html/class_unique_value_qore_node__inherit__graph.md5
 share/doc/qore/library/html/class_unique_value_qore_node__inherit__graph.png
+share/doc/qore/library/html/class_value_list_iterator-members.html
+share/doc/qore/library/html/class_value_list_iterator.html
+share/doc/qore/library/html/class_value_list_iterator__coll__graph.map
+share/doc/qore/library/html/class_value_list_iterator__coll__graph.md5
+share/doc/qore/library/html/class_value_list_iterator__coll__graph.png
 share/doc/qore/library/html/classcstr__vector__t-members.html
 share/doc/qore/library/html/classcstr__vector__t.html
 share/doc/qore/library/html/classes.html
@@ -2294,8 +2002,6 @@ share/doc/qore/library/html/classltstrca
 share/doc/qore/library/html/classltstrcase.html
 share/doc/qore/library/html/classqore__dbi__method__list-members.html
 share/doc/qore/library/html/classqore__dbi__method__list.html
-share/doc/qore/library/html/classsafe__dslist-members.html
-share/doc/qore/library/html/classsafe__dslist.html
 share/doc/qore/library/html/closed.png
 share/doc/qore/library/html/common_8h.html
 share/doc/qore/library/html/common_8h__dep__incl.map
@@ -2323,79 +2029,21 @@ share/doc/qore/library/html/dir_d44c6455
 share/doc/qore/library/html/dir_d44c64559bbebec7f509842c48db8b23_dep.map
 share/doc/qore/library/html/dir_d44c64559bbebec7f509842c48db8b23_dep.md5
 share/doc/qore/library/html/dir_d44c64559bbebec7f509842c48db8b23_dep.png
+share/doc/qore/library/html/doc.png
 share/doc/qore/library/html/doxygen.css
 share/doc/qore/library/html/doxygen.png
 share/doc/qore/library/html/dynsections.js
 share/doc/qore/library/html/embedding.html
 share/doc/qore/library/html/files.html
-share/doc/qore/library/html/ftv2blank.png
-share/doc/qore/library/html/ftv2cl.png
-share/doc/qore/library/html/ftv2doc.png
-share/doc/qore/library/html/ftv2folderclosed.png
-share/doc/qore/library/html/ftv2folderopen.png
-share/doc/qore/library/html/ftv2lastnode.png
-share/doc/qore/library/html/ftv2link.png
-share/doc/qore/library/html/ftv2mlastnode.png
-share/doc/qore/library/html/ftv2mnode.png
-share/doc/qore/library/html/ftv2mo.png
-share/doc/qore/library/html/ftv2node.png
-share/doc/qore/library/html/ftv2ns.png
-share/doc/qore/library/html/ftv2plastnode.png
-share/doc/qore/library/html/ftv2pnode.png
-share/doc/qore/library/html/ftv2splitbar.png
-share/doc/qore/library/html/ftv2vertline.png
+share/doc/qore/library/html/folderclosed.png
+share/doc/qore/library/html/folderopen.png
 share/doc/qore/library/html/functions.html
-share/doc/qore/library/html/functions_0x62.html
-share/doc/qore/library/html/functions_0x63.html
-share/doc/qore/library/html/functions_0x64.html
-share/doc/qore/library/html/functions_0x65.html
-share/doc/qore/library/html/functions_0x66.html
-share/doc/qore/library/html/functions_0x67.html
-share/doc/qore/library/html/functions_0x68.html
-share/doc/qore/library/html/functions_0x69.html
-share/doc/qore/library/html/functions_0x6b.html
-share/doc/qore/library/html/functions_0x6c.html
-share/doc/qore/library/html/functions_0x6d.html
-share/doc/qore/library/html/functions_0x6e.html
-share/doc/qore/library/html/functions_0x6f.html
-share/doc/qore/library/html/functions_0x70.html
-share/doc/qore/library/html/functions_0x71.html
-share/doc/qore/library/html/functions_0x72.html
-share/doc/qore/library/html/functions_0x73.html
-share/doc/qore/library/html/functions_0x74.html
-share/doc/qore/library/html/functions_0x75.html
-share/doc/qore/library/html/functions_0x76.html
-share/doc/qore/library/html/functions_0x77.html
-share/doc/qore/library/html/functions_0x7a.html
-share/doc/qore/library/html/functions_0x7e.html
 share/doc/qore/library/html/functions_b.html
 share/doc/qore/library/html/functions_c.html
 share/doc/qore/library/html/functions_d.html
 share/doc/qore/library/html/functions_e.html
 share/doc/qore/library/html/functions_f.html
 share/doc/qore/library/html/functions_func.html
-share/doc/qore/library/html/functions_func_0x62.html
-share/doc/qore/library/html/functions_func_0x63.html
-share/doc/qore/library/html/functions_func_0x64.html
-share/doc/qore/library/html/functions_func_0x65.html
-share/doc/qore/library/html/functions_func_0x66.html
-share/doc/qore/library/html/functions_func_0x67.html
-share/doc/qore/library/html/functions_func_0x68.html
-share/doc/qore/library/html/functions_func_0x69.html
-share/doc/qore/library/html/functions_func_0x6c.html
-share/doc/qore/library/html/functions_func_0x6d.html
-share/doc/qore/library/html/functions_func_0x6e.html
-share/doc/qore/library/html/functions_func_0x6f.html
-share/doc/qore/library/html/functions_func_0x70.html
-share/doc/qore/library/html/functions_func_0x71.html
-share/doc/qore/library/html/functions_func_0x72.html
-share/doc/qore/library/html/functions_func_0x73.html
-share/doc/qore/library/html/functions_func_0x74.html
-share/doc/qore/library/html/functions_func_0x75.html
-share/doc/qore/library/html/functions_func_0x76.html
-share/doc/qore/library/html/functions_func_0x77.html
-share/doc/qore/library/html/functions_func_0x7a.html
-share/doc/qore/library/html/functions_func_0x7e.html
 share/doc/qore/library/html/functions_func_b.html
 share/doc/qore/library/html/functions_func_c.html
 share/doc/qore/library/html/functions_func_d.html
@@ -2438,26 +2086,17 @@ share/doc/qore/library/html/functions_w.
 share/doc/qore/library/html/functions_z.html
 share/doc/qore/library/html/functions_~.html
 share/doc/qore/library/html/globals.html
-share/doc/qore/library/html/globals_0x61.html
-share/doc/qore/library/html/globals_0x62.html
-share/doc/qore/library/html/globals_0x63.html
-share/doc/qore/library/html/globals_0x64.html
-share/doc/qore/library/html/globals_0x66.html
-share/doc/qore/library/html/globals_0x67.html
-share/doc/qore/library/html/globals_0x68.html
-share/doc/qore/library/html/globals_0x69.html
-share/doc/qore/library/html/globals_0x6d.html
-share/doc/qore/library/html/globals_0x6e.html
-share/doc/qore/library/html/globals_0x70.html
-share/doc/qore/library/html/globals_0x71.html
-share/doc/qore/library/html/globals_0x72.html
-share/doc/qore/library/html/globals_0x73.html
-share/doc/qore/library/html/globals_0x74.html
 share/doc/qore/library/html/globals_a.html
 share/doc/qore/library/html/globals_b.html
 share/doc/qore/library/html/globals_c.html
 share/doc/qore/library/html/globals_d.html
 share/doc/qore/library/html/globals_defs.html
+share/doc/qore/library/html/globals_defs_d.html
+share/doc/qore/library/html/globals_defs_h.html
+share/doc/qore/library/html/globals_defs_n.html
+share/doc/qore/library/html/globals_defs_p.html
+share/doc/qore/library/html/globals_defs_q.html
+share/doc/qore/library/html/globals_defs_t.html
 share/doc/qore/library/html/globals_enum.html
 share/doc/qore/library/html/globals_eval.html
 share/doc/qore/library/html/globals_f.html
@@ -2477,6 +2116,8 @@ share/doc/qore/library/html/globals_vars
 share/doc/qore/library/html/graph_legend.html
 share/doc/qore/library/html/graph_legend.md5
 share/doc/qore/library/html/graph_legend.png
+share/doc/qore/library/html/group___string_concat_decoding.html
+share/doc/qore/library/html/group___string_concat_encoding.html
 share/doc/qore/library/html/group__number__format__flags.html
 share/doc/qore/library/html/group__q__register__foreign__thread__rv.html
 share/doc/qore/library/html/hash__map__include_8h_source.html
@@ -2729,6 +2370,12 @@ share/doc/qore/library/html/inherit_grap
 share/doc/qore/library/html/inherit_graph_82.map
 share/doc/qore/library/html/inherit_graph_82.md5
 share/doc/qore/library/html/inherit_graph_82.png
+share/doc/qore/library/html/inherit_graph_83.map
+share/doc/qore/library/html/inherit_graph_83.md5
+share/doc/qore/library/html/inherit_graph_83.png
+share/doc/qore/library/html/inherit_graph_84.map
+share/doc/qore/library/html/inherit_graph_84.md5
+share/doc/qore/library/html/inherit_graph_84.png
 share/doc/qore/library/html/inherit_graph_9.map
 share/doc/qore/library/html/inherit_graph_9.md5
 share/doc/qore/library/html/inherit_graph_9.png
@@ -2804,60 +2451,10 @@ share/doc/qore/library/html/search/all_4
 share/doc/qore/library/html/search/all_4.js
 share/doc/qore/library/html/search/all_5.html
 share/doc/qore/library/html/search/all_5.js
-share/doc/qore/library/html/search/all_5f.html
-share/doc/qore/library/html/search/all_5f.js
 share/doc/qore/library/html/search/all_6.html
 share/doc/qore/library/html/search/all_6.js
-share/doc/qore/library/html/search/all_61.html
-share/doc/qore/library/html/search/all_61.js
-share/doc/qore/library/html/search/all_62.html
-share/doc/qore/library/html/search/all_62.js
-share/doc/qore/library/html/search/all_63.html
-share/doc/qore/library/html/search/all_63.js
-share/doc/qore/library/html/search/all_64.html
-share/doc/qore/library/html/search/all_64.js
-share/doc/qore/library/html/search/all_65.html
-share/doc/qore/library/html/search/all_65.js
-share/doc/qore/library/html/search/all_66.html
-share/doc/qore/library/html/search/all_66.js
-share/doc/qore/library/html/search/all_67.html
-share/doc/qore/library/html/search/all_67.js
-share/doc/qore/library/html/search/all_68.html
-share/doc/qore/library/html/search/all_68.js
-share/doc/qore/library/html/search/all_69.html
-share/doc/qore/library/html/search/all_69.js
-share/doc/qore/library/html/search/all_6b.html
-share/doc/qore/library/html/search/all_6b.js
-share/doc/qore/library/html/search/all_6c.html
-share/doc/qore/library/html/search/all_6c.js
-share/doc/qore/library/html/search/all_6d.html
-share/doc/qore/library/html/search/all_6d.js
-share/doc/qore/library/html/search/all_6e.html
-share/doc/qore/library/html/search/all_6e.js
-share/doc/qore/library/html/search/all_6f.html
-share/doc/qore/library/html/search/all_6f.js
 share/doc/qore/library/html/search/all_7.html
 share/doc/qore/library/html/search/all_7.js
-share/doc/qore/library/html/search/all_70.html
-share/doc/qore/library/html/search/all_70.js
-share/doc/qore/library/html/search/all_71.html
-share/doc/qore/library/html/search/all_71.js
-share/doc/qore/library/html/search/all_72.html
-share/doc/qore/library/html/search/all_72.js
-share/doc/qore/library/html/search/all_73.html
-share/doc/qore/library/html/search/all_73.js
-share/doc/qore/library/html/search/all_74.html
-share/doc/qore/library/html/search/all_74.js
-share/doc/qore/library/html/search/all_75.html
-share/doc/qore/library/html/search/all_75.js
-share/doc/qore/library/html/search/all_76.html
-share/doc/qore/library/html/search/all_76.js
-share/doc/qore/library/html/search/all_77.html
-share/doc/qore/library/html/search/all_77.js
-share/doc/qore/library/html/search/all_7a.html
-share/doc/qore/library/html/search/all_7a.js
-share/doc/qore/library/html/search/all_7e.html
-share/doc/qore/library/html/search/all_7e.js
 share/doc/qore/library/html/search/all_8.html
 share/doc/qore/library/html/search/all_8.js
 share/doc/qore/library/html/search/all_9.html
@@ -2888,44 +2485,10 @@ share/doc/qore/library/html/search/class
 share/doc/qore/library/html/search/classes_4.js
 share/doc/qore/library/html/search/classes_5.html
 share/doc/qore/library/html/search/classes_5.js
-share/doc/qore/library/html/search/classes_5f.html
-share/doc/qore/library/html/search/classes_5f.js
 share/doc/qore/library/html/search/classes_6.html
 share/doc/qore/library/html/search/classes_6.js
-share/doc/qore/library/html/search/classes_61.html
-share/doc/qore/library/html/search/classes_61.js
-share/doc/qore/library/html/search/classes_62.html
-share/doc/qore/library/html/search/classes_62.js
-share/doc/qore/library/html/search/classes_63.html
-share/doc/qore/library/html/search/classes_63.js
-share/doc/qore/library/html/search/classes_64.html
-share/doc/qore/library/html/search/classes_64.js
-share/doc/qore/library/html/search/classes_65.html
-share/doc/qore/library/html/search/classes_65.js
-share/doc/qore/library/html/search/classes_66.html
-share/doc/qore/library/html/search/classes_66.js
-share/doc/qore/library/html/search/classes_68.html
-share/doc/qore/library/html/search/classes_68.js
-share/doc/qore/library/html/search/classes_6c.html
-share/doc/qore/library/html/search/classes_6c.js
-share/doc/qore/library/html/search/classes_6d.html
-share/doc/qore/library/html/search/classes_6d.js
-share/doc/qore/library/html/search/classes_6f.html
-share/doc/qore/library/html/search/classes_6f.js
 share/doc/qore/library/html/search/classes_7.html
 share/doc/qore/library/html/search/classes_7.js
-share/doc/qore/library/html/search/classes_70.html
-share/doc/qore/library/html/search/classes_70.js
-share/doc/qore/library/html/search/classes_71.html
-share/doc/qore/library/html/search/classes_71.js
-share/doc/qore/library/html/search/classes_72.html
-share/doc/qore/library/html/search/classes_72.js
-share/doc/qore/library/html/search/classes_73.html
-share/doc/qore/library/html/search/classes_73.js
-share/doc/qore/library/html/search/classes_74.html
-share/doc/qore/library/html/search/classes_74.js
-share/doc/qore/library/html/search/classes_75.html
-share/doc/qore/library/html/search/classes_75.js
 share/doc/qore/library/html/search/classes_8.html
 share/doc/qore/library/html/search/classes_8.js
 share/doc/qore/library/html/search/classes_9.html
@@ -2955,26 +2518,12 @@ share/doc/qore/library/html/search/defin
 share/doc/qore/library/html/search/defines_4.js
 share/doc/qore/library/html/search/defines_5.html
 share/doc/qore/library/html/search/defines_5.js
-share/doc/qore/library/html/search/defines_5f.html
-share/doc/qore/library/html/search/defines_5f.js
-share/doc/qore/library/html/search/defines_64.html
-share/doc/qore/library/html/search/defines_64.js
-share/doc/qore/library/html/search/defines_68.html
-share/doc/qore/library/html/search/defines_68.js
-share/doc/qore/library/html/search/defines_6e.html
-share/doc/qore/library/html/search/defines_6e.js
-share/doc/qore/library/html/search/defines_70.html
-share/doc/qore/library/html/search/defines_70.js
-share/doc/qore/library/html/search/defines_71.html
-share/doc/qore/library/html/search/defines_71.js
+share/doc/qore/library/html/search/defines_6.html
+share/doc/qore/library/html/search/defines_6.js
 share/doc/qore/library/html/search/enums_0.html
 share/doc/qore/library/html/search/enums_0.js
-share/doc/qore/library/html/search/enums_71.html
-share/doc/qore/library/html/search/enums_71.js
 share/doc/qore/library/html/search/enumvalues_0.html
 share/doc/qore/library/html/search/enumvalues_0.js
-share/doc/qore/library/html/search/enumvalues_71.html
-share/doc/qore/library/html/search/enumvalues_71.js
 share/doc/qore/library/html/search/files_0.html
 share/doc/qore/library/html/search/files_0.js
 share/doc/qore/library/html/search/files_1.html
@@ -2989,24 +2538,8 @@ share/doc/qore/library/html/search/files
 share/doc/qore/library/html/search/files_5.js
 share/doc/qore/library/html/search/files_6.html
 share/doc/qore/library/html/search/files_6.js
-share/doc/qore/library/html/search/files_62.html
-share/doc/qore/library/html/search/files_62.js
-share/doc/qore/library/html/search/files_63.html
-share/doc/qore/library/html/search/files_63.js
-share/doc/qore/library/html/search/files_64.html
-share/doc/qore/library/html/search/files_64.js
-share/doc/qore/library/html/search/files_6d.html
-share/doc/qore/library/html/search/files_6d.js
-share/doc/qore/library/html/search/files_6e.html
-share/doc/qore/library/html/search/files_6e.js
 share/doc/qore/library/html/search/files_7.html
 share/doc/qore/library/html/search/files_7.js
-share/doc/qore/library/html/search/files_70.html
-share/doc/qore/library/html/search/files_70.js
-share/doc/qore/library/html/search/files_71.html
-share/doc/qore/library/html/search/files_71.js
-share/doc/qore/library/html/search/files_72.html
-share/doc/qore/library/html/search/files_72.js
 share/doc/qore/library/html/search/functions_0.html
 share/doc/qore/library/html/search/functions_0.js
 share/doc/qore/library/html/search/functions_1.html
@@ -3035,54 +2568,8 @@ share/doc/qore/library/html/search/funct
 share/doc/qore/library/html/search/functions_5.js
 share/doc/qore/library/html/search/functions_6.html
 share/doc/qore/library/html/search/functions_6.js
-share/doc/qore/library/html/search/functions_61.html
-share/doc/qore/library/html/search/functions_61.js
-share/doc/qore/library/html/search/functions_62.html
-share/doc/qore/library/html/search/functions_62.js
-share/doc/qore/library/html/search/functions_63.html
-share/doc/qore/library/html/search/functions_63.js
-share/doc/qore/library/html/search/functions_64.html
-share/doc/qore/library/html/search/functions_64.js
-share/doc/qore/library/html/search/functions_65.html
-share/doc/qore/library/html/search/functions_65.js
-share/doc/qore/library/html/search/functions_66.html
-share/doc/qore/library/html/search/functions_66.js
-share/doc/qore/library/html/search/functions_67.html
-share/doc/qore/library/html/search/functions_67.js
-share/doc/qore/library/html/search/functions_68.html
-share/doc/qore/library/html/search/functions_68.js
-share/doc/qore/library/html/search/functions_69.html
-share/doc/qore/library/html/search/functions_69.js
-share/doc/qore/library/html/search/functions_6c.html
-share/doc/qore/library/html/search/functions_6c.js
-share/doc/qore/library/html/search/functions_6d.html
-share/doc/qore/library/html/search/functions_6d.js
-share/doc/qore/library/html/search/functions_6e.html
-share/doc/qore/library/html/search/functions_6e.js
-share/doc/qore/library/html/search/functions_6f.html
-share/doc/qore/library/html/search/functions_6f.js
 share/doc/qore/library/html/search/functions_7.html
 share/doc/qore/library/html/search/functions_7.js
-share/doc/qore/library/html/search/functions_70.html
-share/doc/qore/library/html/search/functions_70.js
-share/doc/qore/library/html/search/functions_71.html
-share/doc/qore/library/html/search/functions_71.js
-share/doc/qore/library/html/search/functions_72.html
-share/doc/qore/library/html/search/functions_72.js
-share/doc/qore/library/html/search/functions_73.html
-share/doc/qore/library/html/search/functions_73.js
-share/doc/qore/library/html/search/functions_74.html
-share/doc/qore/library/html/search/functions_74.js
-share/doc/qore/library/html/search/functions_75.html
-share/doc/qore/library/html/search/functions_75.js
-share/doc/qore/library/html/search/functions_76.html
-share/doc/qore/library/html/search/functions_76.js
-share/doc/qore/library/html/search/functions_77.html
-share/doc/qore/library/html/search/functions_77.js
-share/doc/qore/library/html/search/functions_7a.html
-share/doc/qore/library/html/search/functions_7a.js
-share/doc/qore/library/html/search/functions_7e.html
-share/doc/qore/library/html/search/functions_7e.js
 share/doc/qore/library/html/search/functions_8.html
 share/doc/qore/library/html/search/functions_8.js
 share/doc/qore/library/html/search/functions_9.html
@@ -3103,10 +2590,8 @@ share/doc/qore/library/html/search/group
 share/doc/qore/library/html/search/groups_0.js
 share/doc/qore/library/html/search/groups_1.html
 share/doc/qore/library/html/search/groups_1.js
-share/doc/qore/library/html/search/groups_6e.html
-share/doc/qore/library/html/search/groups_6e.js
-share/doc/qore/library/html/search/groups_72.html
-share/doc/qore/library/html/search/groups_72.js
+share/doc/qore/library/html/search/groups_2.html
+share/doc/qore/library/html/search/groups_2.js
 share/doc/qore/library/html/search/mag_sel.png
 share/doc/qore/library/html/search/nomatches.html
 share/doc/qore/library/html/search/pages_0.html
@@ -3121,21 +2606,12 @@ share/doc/qore/library/html/search/pages
 share/doc/qore/library/html/search/pages_4.js
 share/doc/qore/library/html/search/pages_5.html
 share/doc/qore/library/html/search/pages_5.js
-share/doc/qore/library/html/search/pages_64.html
-share/doc/qore/library/html/search/pages_64.js
-share/doc/qore/library/html/search/pages_65.html
-share/doc/qore/library/html/search/pages_65.js
-share/doc/qore/library/html/search/pages_69.html
-share/doc/qore/library/html/search/pages_69.js
-share/doc/qore/library/html/search/pages_70.html
-share/doc/qore/library/html/search/pages_70.js
-share/doc/qore/library/html/search/pages_71.html
-share/doc/qore/library/html/search/pages_71.js
 share/doc/qore/library/html/search/search.css
 share/doc/qore/library/html/search/search.js
 share/doc/qore/library/html/search/search_l.png
 share/doc/qore/library/html/search/search_m.png
 share/doc/qore/library/html/search/search_r.png
+share/doc/qore/library/html/search/searchdata.js
 share/doc/qore/library/html/search/typedefs_0.html
 share/doc/qore/library/html/search/typedefs_0.js
 share/doc/qore/library/html/search/typedefs_1.html
@@ -3148,18 +2624,6 @@ share/doc/qore/library/html/search/typed
 share/doc/qore/library/html/search/typedefs_4.js
 share/doc/qore/library/html/search/typedefs_5.html
 share/doc/qore/library/html/search/typedefs_5.js
-share/doc/qore/library/html/search/typedefs_61.html
-share/doc/qore/library/html/search/typedefs_61.js
-share/doc/qore/library/html/search/typedefs_69.html
-share/doc/qore/library/html/search/typedefs_69.js
-share/doc/qore/library/html/search/typedefs_6d.html
-share/doc/qore/library/html/search/typedefs_6d.js
-share/doc/qore/library/html/search/typedefs_6e.html
-share/doc/qore/library/html/search/typedefs_6e.js
-share/doc/qore/library/html/search/typedefs_71.html
-share/doc/qore/library/html/search/typedefs_71.js
-share/doc/qore/library/html/search/typedefs_74.html
-share/doc/qore/library/html/search/typedefs_74.js
 share/doc/qore/library/html/search/variables_0.html
 share/doc/qore/library/html/search/variables_0.js
 share/doc/qore/library/html/search/variables_1.html
@@ -3174,34 +2638,8 @@ share/doc/qore/library/html/search/varia
 share/doc/qore/library/html/search/variables_5.js
 share/doc/qore/library/html/search/variables_6.html
 share/doc/qore/library/html/search/variables_6.js
-share/doc/qore/library/html/search/variables_62.html
-share/doc/qore/library/html/search/variables_62.js
-share/doc/qore/library/html/search/variables_63.html
-share/doc/qore/library/html/search/variables_63.js
-share/doc/qore/library/html/search/variables_64.html
-share/doc/qore/library/html/search/variables_64.js
-share/doc/qore/library/html/search/variables_66.html
-share/doc/qore/library/html/search/variables_66.js
-share/doc/qore/library/html/search/variables_6b.html
-share/doc/qore/library/html/search/variables_6b.js
-share/doc/qore/library/html/search/variables_6c.html
-share/doc/qore/library/html/search/variables_6c.js
-share/doc/qore/library/html/search/variables_6d.html
-share/doc/qore/library/html/search/variables_6d.js
-share/doc/qore/library/html/search/variables_6e.html
-share/doc/qore/library/html/search/variables_6e.js
-share/doc/qore/library/html/search/variables_6f.html
-share/doc/qore/library/html/search/variables_6f.js
 share/doc/qore/library/html/search/variables_7.html
 share/doc/qore/library/html/search/variables_7.js
-share/doc/qore/library/html/search/variables_70.html
-share/doc/qore/library/html/search/variables_70.js
-share/doc/qore/library/html/search/variables_71.html
-share/doc/qore/library/html/search/variables_71.js
-share/doc/qore/library/html/search/variables_74.html
-share/doc/qore/library/html/search/variables_74.js
-share/doc/qore/library/html/search/variables_76.html
-share/doc/qore/library/html/search/variables_76.js
 share/doc/qore/library/html/search/variables_8.html
 share/doc/qore/library/html/search/variables_8.js
 share/doc/qore/library/html/search/variables_9.html
@@ -3212,22 +2650,18 @@ share/doc/qore/library/html/search/varia
 share/doc/qore/library/html/search/variables_b.js
 share/doc/qore/library/html/search/variables_c.html
 share/doc/qore/library/html/search/variables_c.js
+share/doc/qore/library/html/search/variables_d.html
+share/doc/qore/library/html/search/variables_d.js
 share/doc/qore/library/html/slist__include_8h_source.html
-share/doc/qore/library/html/struct__qore__list__const__iterator-members.html
-share/doc/qore/library/html/struct__qore__list__const__iterator.html
-share/doc/qore/library/html/struct__qore__list__const__iterator__coll__graph.map
-share/doc/qore/library/html/struct__qore__list__const__iterator__coll__graph.md5
-share/doc/qore/library/html/struct__qore__list__const__iterator__coll__graph.png
-share/doc/qore/library/html/struct__qore__list__iterator-members.html
-share/doc/qore/library/html/struct__qore__list__iterator.html
-share/doc/qore/library/html/struct__qore__list__iterator__coll__graph.map
-share/doc/qore/library/html/struct__qore__list__iterator__coll__graph.md5
-share/doc/qore/library/html/struct__qore__list__iterator__coll__graph.png
-share/doc/qore/library/html/struct__qore__list__node-members.html
-share/doc/qore/library/html/struct__qore__list__node.html
-share/doc/qore/library/html/struct__qore__list__node__coll__graph.map
-share/doc/qore/library/html/struct__qore__list__node__coll__graph.md5
-share/doc/qore/library/html/struct__qore__list__node__coll__graph.png
+share/doc/qore/library/html/splitbar.png
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper-members.html
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper.html
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper_3_01bool_01_4-members.html
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper_3_01bool_01_4.html
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper_3_01double_01_4-members.html
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper_3_01double_01_4.html
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper_3_01int64_01_4-members.html
+share/doc/qore/library/html/structdetail_1_1_qore_value_cast_helper_3_01int64_01_4.html
 share/doc/qore/library/html/structfree__ptr-members.html
 share/doc/qore/library/html/structfree__ptr.html
 share/doc/qore/library/html/structqore__mod__api__compat__s-members.html
@@ -3258,23 +2692,390 @@ share/doc/qore/license/COPYING.GPL
 share/doc/qore/license/COPYING.LGPL
 share/doc/qore/license/COPYING.MIT
 share/doc/qore/license/README-LICENSE
+share/doc/qore/modules/BulkSqlUtil/html/_bulk_sql_util_8qm_8dox_8h_source.html
+share/doc/qore/modules/BulkSqlUtil/html/annotated.html
+share/doc/qore/modules/BulkSqlUtil/html/annotated_dup.js
+share/doc/qore/modules/BulkSqlUtil/html/arrowdown.png
+share/doc/qore/modules/BulkSqlUtil/html/arrowright.png
+share/doc/qore/modules/BulkSqlUtil/html/bc_s.png
+share/doc/qore/modules/BulkSqlUtil/html/bdwn.png
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_abstract_bulk_operation-members.html
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_abstract_bulk_operation.html
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_abstract_bulk_operation.js
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_abstract_bulk_operation__inherit__graph.map
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_abstract_bulk_operation__inherit__graph.md5
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_abstract_bulk_operation__inherit__graph.png
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_insert_operation-members.html
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_insert_operation.html
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_insert_operation.js
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_insert_operation__inherit__graph.map
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_insert_operation__inherit__graph.md5
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_insert_operation__inherit__graph.png
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_upsert_operation-members.html
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_upsert_operation.html
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_upsert_operation.js
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_upsert_operation__inherit__graph.map
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_upsert_operation__inherit__graph.md5
+share/doc/qore/modules/BulkSqlUtil/html/class_bulk_sql_util_1_1_bulk_upsert_operation__inherit__graph.png
+share/doc/qore/modules/BulkSqlUtil/html/classes.html
+share/doc/qore/modules/BulkSqlUtil/html/closed.png
+share/doc/qore/modules/BulkSqlUtil/html/dir_13add0083e006ac756009d5942a24d28.html
+share/doc/qore/modules/BulkSqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.map
+share/doc/qore/modules/BulkSqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
+share/doc/qore/modules/BulkSqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.png
+share/doc/qore/modules/BulkSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
+share/doc/qore/modules/BulkSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
+share/doc/qore/modules/BulkSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
+share/doc/qore/modules/BulkSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/BulkSqlUtil/html/doc.png
+share/doc/qore/modules/BulkSqlUtil/html/doxygen.css
+share/doc/qore/modules/BulkSqlUtil/html/doxygen.png
+share/doc/qore/modules/BulkSqlUtil/html/dynsections.js
+share/doc/qore/modules/BulkSqlUtil/html/folderclosed.png
+share/doc/qore/modules/BulkSqlUtil/html/folderopen.png
+share/doc/qore/modules/BulkSqlUtil/html/functions.html
+share/doc/qore/modules/BulkSqlUtil/html/functions_func.html
+share/doc/qore/modules/BulkSqlUtil/html/functions_vars.html
+share/doc/qore/modules/BulkSqlUtil/html/graph_legend.html
+share/doc/qore/modules/BulkSqlUtil/html/graph_legend.md5
+share/doc/qore/modules/BulkSqlUtil/html/graph_legend.png
+share/doc/qore/modules/BulkSqlUtil/html/hierarchy.html
+share/doc/qore/modules/BulkSqlUtil/html/hierarchy.js
+share/doc/qore/modules/BulkSqlUtil/html/index.html
+share/doc/qore/modules/BulkSqlUtil/html/index.qhp
+share/doc/qore/modules/BulkSqlUtil/html/inherit_graph_0.map
+share/doc/qore/modules/BulkSqlUtil/html/inherit_graph_0.md5
+share/doc/qore/modules/BulkSqlUtil/html/inherit_graph_0.png
+share/doc/qore/modules/BulkSqlUtil/html/inherits.html
+share/doc/qore/modules/BulkSqlUtil/html/jquery.js
+share/doc/qore/modules/BulkSqlUtil/html/namespace_bulk_sql_util.html
+share/doc/qore/modules/BulkSqlUtil/html/namespace_bulk_sql_util.js
+share/doc/qore/modules/BulkSqlUtil/html/namespaces.html
+share/doc/qore/modules/BulkSqlUtil/html/namespaces.js
+share/doc/qore/modules/BulkSqlUtil/html/nav_f.png
+share/doc/qore/modules/BulkSqlUtil/html/nav_g.png
+share/doc/qore/modules/BulkSqlUtil/html/nav_h.png
+share/doc/qore/modules/BulkSqlUtil/html/navtree.css
+share/doc/qore/modules/BulkSqlUtil/html/navtree.js
+share/doc/qore/modules/BulkSqlUtil/html/navtreedata.js
+share/doc/qore/modules/BulkSqlUtil/html/navtreeindex0.js
+share/doc/qore/modules/BulkSqlUtil/html/open.png
+share/doc/qore/modules/BulkSqlUtil/html/pages.html
+share/doc/qore/modules/BulkSqlUtil/html/resize.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_0.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_0.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_1.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_1.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_10.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_10.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_11.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_11.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_12.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_12.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_13.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_13.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_14.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_14.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_15.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_15.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_16.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_16.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_17.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_17.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_18.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_18.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_19.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_19.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_1a.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_1a.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_2.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_2.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_3.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_3.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_4.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_4.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_5.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_5.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_6.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_6.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_7.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_7.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_8.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_8.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_9.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_9.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_a.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_a.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_b.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_b.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_c.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_c.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_d.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_d.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_e.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_e.js
+share/doc/qore/modules/BulkSqlUtil/html/search/all_f.html
+share/doc/qore/modules/BulkSqlUtil/html/search/all_f.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_0.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_0.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_1.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_1.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_10.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_10.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_11.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_11.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_12.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_12.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_2.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_2.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_3.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_3.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_4.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_4.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_5.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_5.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_6.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_6.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_7.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_7.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_8.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_8.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_9.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_9.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_a.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_a.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_b.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_b.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_c.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_c.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_d.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_d.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_e.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_e.js
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_f.html
+share/doc/qore/modules/BulkSqlUtil/html/search/classes_f.js
+share/doc/qore/modules/BulkSqlUtil/html/search/close.png
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_0.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_0.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_1.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_1.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_10.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_10.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_11.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_11.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_12.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_12.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_13.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_13.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_14.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_14.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_15.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_15.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_16.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_16.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_17.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_17.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_18.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_18.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_19.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_19.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_2.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_2.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_3.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_3.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_4.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_4.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_5.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_5.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_6.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_6.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_7.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_7.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_8.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_8.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_9.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_9.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_a.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_a.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_b.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_b.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_c.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_c.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_d.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_d.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_e.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_e.js
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_f.html
+share/doc/qore/modules/BulkSqlUtil/html/search/functions_f.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_0.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_0.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_1.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_1.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_10.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_10.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_11.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_11.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_2.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_2.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_3.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_3.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_4.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_4.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_5.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_5.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_6.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_6.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_7.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_7.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_8.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_8.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_9.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_9.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_a.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_a.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_b.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_b.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_c.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_c.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_d.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_d.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_e.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_e.js
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_f.html
+share/doc/qore/modules/BulkSqlUtil/html/search/groups_f.js
+share/doc/qore/modules/BulkSqlUtil/html/search/mag_sel.png
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_0.html
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_0.js
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_1.html
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_1.js
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_2.html
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_2.js
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_3.html
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_3.js
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_4.html
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_4.js
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_5.html
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_5.js
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_6.html
+share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_6.js
+share/doc/qore/modules/BulkSqlUtil/html/search/nomatches.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_1.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_1.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_10.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_10.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_11.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_11.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_2.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_2.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_3.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_3.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_4.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_4.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_5.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_5.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_6.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_6.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_7.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_7.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_8.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_8.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_9.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_9.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_a.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_a.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_b.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_b.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_c.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_c.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_d.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_d.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_e.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_e.js
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_f.html
+share/doc/qore/modules/BulkSqlUtil/html/search/pages_f.js
+share/doc/qore/modules/BulkSqlUtil/html/search/search.css
+share/doc/qore/modules/BulkSqlUtil/html/search/search.js
+share/doc/qore/modules/BulkSqlUtil/html/search/search_l.png
+share/doc/qore/modules/BulkSqlUtil/html/search/search_m.png
+share/doc/qore/modules/BulkSqlUtil/html/search/search_r.png
+share/doc/qore/modules/BulkSqlUtil/html/search/searchdata.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_0.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_0.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_1.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_1.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_10.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_10.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_11.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_11.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_12.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_12.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_13.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_13.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_14.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_14.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_15.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_15.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_16.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_16.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_17.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_17.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_2.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_2.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_3.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_3.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_4.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_4.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_5.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_5.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_6.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_6.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_7.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_7.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_8.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_8.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_9.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_9.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_a.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_a.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_b.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_b.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_c.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_c.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_d.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_d.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_e.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_e.js
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_f.html
+share/doc/qore/modules/BulkSqlUtil/html/search/variables_f.js
+share/doc/qore/modules/BulkSqlUtil/html/splitbar.png
+share/doc/qore/modules/BulkSqlUtil/html/sync_off.png
+share/doc/qore/modules/BulkSqlUtil/html/sync_on.png
+share/doc/qore/modules/BulkSqlUtil/html/tab_a.png
+share/doc/qore/modules/BulkSqlUtil/html/tab_b.png
+share/doc/qore/modules/BulkSqlUtil/html/tab_h.png
+share/doc/qore/modules/BulkSqlUtil/html/tab_s.png
+share/doc/qore/modules/BulkSqlUtil/html/tabs.css
 share/doc/qore/modules/CsvUtil/html/_csv_util_8qm_8dox_8h_source.html
 share/doc/qore/modules/CsvUtil/html/annotated.html
-share/doc/qore/modules/CsvUtil/html/annotated.js
+share/doc/qore/modules/CsvUtil/html/annotated_dup.js
+share/doc/qore/modules/CsvUtil/html/arrowdown.png
+share/doc/qore/modules/CsvUtil/html/arrowright.png
 share/doc/qore/modules/CsvUtil/html/bc_s.png
 share/doc/qore/modules/CsvUtil/html/bdwn.png
+share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_iterator-members.html
+share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_iterator.html
+share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_iterator.js
+share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_iterator__inherit__graph.map
+share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_iterator__inherit__graph.md5
+share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_iterator__inherit__graph.png
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_writer-members.html
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_writer.html
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_writer.js
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_writer__inherit__graph.map
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_writer__inherit__graph.md5
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_abstract_csv_writer__inherit__graph.png
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_abstract_iterator-members.html
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_abstract_iterator.html
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_abstract_iterator.js
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_abstract_iterator__inherit__graph.map
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_abstract_iterator__inherit__graph.md5
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_abstract_iterator__inherit__graph.png
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_data_iterator-members.html
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_data_iterator.html
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_data_iterator.js
@@ -3309,25 +3110,12 @@ share/doc/qore/modules/CsvUtil/html/dir_
 share/doc/qore/modules/CsvUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/CsvUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/CsvUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/CsvUtil/html/doc.png
 share/doc/qore/modules/CsvUtil/html/doxygen.css
 share/doc/qore/modules/CsvUtil/html/doxygen.png
 share/doc/qore/modules/CsvUtil/html/dynsections.js
-share/doc/qore/modules/CsvUtil/html/ftv2blank.png
-share/doc/qore/modules/CsvUtil/html/ftv2cl.png
-share/doc/qore/modules/CsvUtil/html/ftv2doc.png
-share/doc/qore/modules/CsvUtil/html/ftv2folderclosed.png
-share/doc/qore/modules/CsvUtil/html/ftv2folderopen.png
-share/doc/qore/modules/CsvUtil/html/ftv2lastnode.png
-share/doc/qore/modules/CsvUtil/html/ftv2link.png
-share/doc/qore/modules/CsvUtil/html/ftv2mlastnode.png
-share/doc/qore/modules/CsvUtil/html/ftv2mnode.png
-share/doc/qore/modules/CsvUtil/html/ftv2mo.png
-share/doc/qore/modules/CsvUtil/html/ftv2node.png
-share/doc/qore/modules/CsvUtil/html/ftv2ns.png
-share/doc/qore/modules/CsvUtil/html/ftv2plastnode.png
-share/doc/qore/modules/CsvUtil/html/ftv2pnode.png
-share/doc/qore/modules/CsvUtil/html/ftv2splitbar.png
-share/doc/qore/modules/CsvUtil/html/ftv2vertline.png
+share/doc/qore/modules/CsvUtil/html/folderclosed.png
+share/doc/qore/modules/CsvUtil/html/folderopen.png
 share/doc/qore/modules/CsvUtil/html/functions.html
 share/doc/qore/modules/CsvUtil/html/functions_func.html
 share/doc/qore/modules/CsvUtil/html/functions_vars.html
@@ -3357,6 +3145,7 @@ share/doc/qore/modules/CsvUtil/html/nav_
 share/doc/qore/modules/CsvUtil/html/nav_h.png
 share/doc/qore/modules/CsvUtil/html/navtree.css
 share/doc/qore/modules/CsvUtil/html/navtree.js
+share/doc/qore/modules/CsvUtil/html/navtreedata.js
 share/doc/qore/modules/CsvUtil/html/navtreeindex0.js
 share/doc/qore/modules/CsvUtil/html/open.png
 share/doc/qore/modules/CsvUtil/html/pages.html
@@ -3395,64 +3184,10 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/all_4.js
 share/doc/qore/modules/CsvUtil/html/search/all_5.html
 share/doc/qore/modules/CsvUtil/html/search/all_5.js
-share/doc/qore/modules/CsvUtil/html/search/all_5f.html
-share/doc/qore/modules/CsvUtil/html/search/all_5f.js
 share/doc/qore/modules/CsvUtil/html/search/all_6.html
 share/doc/qore/modules/CsvUtil/html/search/all_6.js
-share/doc/qore/modules/CsvUtil/html/search/all_61.html
-share/doc/qore/modules/CsvUtil/html/search/all_61.js
-share/doc/qore/modules/CsvUtil/html/search/all_62.html
-share/doc/qore/modules/CsvUtil/html/search/all_62.js
-share/doc/qore/modules/CsvUtil/html/search/all_63.html
-share/doc/qore/modules/CsvUtil/html/search/all_63.js
-share/doc/qore/modules/CsvUtil/html/search/all_64.html
-share/doc/qore/modules/CsvUtil/html/search/all_64.js
-share/doc/qore/modules/CsvUtil/html/search/all_65.html
-share/doc/qore/modules/CsvUtil/html/search/all_65.js
-share/doc/qore/modules/CsvUtil/html/search/all_66.html
-share/doc/qore/modules/CsvUtil/html/search/all_66.js
-share/doc/qore/modules/CsvUtil/html/search/all_67.html
-share/doc/qore/modules/CsvUtil/html/search/all_67.js
-share/doc/qore/modules/CsvUtil/html/search/all_68.html
-share/doc/qore/modules/CsvUtil/html/search/all_68.js
-share/doc/qore/modules/CsvUtil/html/search/all_69.html
-share/doc/qore/modules/CsvUtil/html/search/all_69.js
-share/doc/qore/modules/CsvUtil/html/search/all_6a.html
-share/doc/qore/modules/CsvUtil/html/search/all_6a.js
-share/doc/qore/modules/CsvUtil/html/search/all_6b.html
-share/doc/qore/modules/CsvUtil/html/search/all_6b.js
-share/doc/qore/modules/CsvUtil/html/search/all_6c.html
-share/doc/qore/modules/CsvUtil/html/search/all_6c.js
-share/doc/qore/modules/CsvUtil/html/search/all_6d.html
-share/doc/qore/modules/CsvUtil/html/search/all_6d.js
-share/doc/qore/modules/CsvUtil/html/search/all_6e.html
-share/doc/qore/modules/CsvUtil/html/search/all_6e.js
-share/doc/qore/modules/CsvUtil/html/search/all_6f.html
-share/doc/qore/modules/CsvUtil/html/search/all_6f.js
 share/doc/qore/modules/CsvUtil/html/search/all_7.html
 share/doc/qore/modules/CsvUtil/html/search/all_7.js
-share/doc/qore/modules/CsvUtil/html/search/all_70.html
-share/doc/qore/modules/CsvUtil/html/search/all_70.js
-share/doc/qore/modules/CsvUtil/html/search/all_71.html
-share/doc/qore/modules/CsvUtil/html/search/all_71.js
-share/doc/qore/modules/CsvUtil/html/search/all_72.html
-share/doc/qore/modules/CsvUtil/html/search/all_72.js
-share/doc/qore/modules/CsvUtil/html/search/all_73.html
-share/doc/qore/modules/CsvUtil/html/search/all_73.js
-share/doc/qore/modules/CsvUtil/html/search/all_74.html
-share/doc/qore/modules/CsvUtil/html/search/all_74.js
-share/doc/qore/modules/CsvUtil/html/search/all_75.html
-share/doc/qore/modules/CsvUtil/html/search/all_75.js
-share/doc/qore/modules/CsvUtil/html/search/all_76.html
-share/doc/qore/modules/CsvUtil/html/search/all_76.js
-share/doc/qore/modules/CsvUtil/html/search/all_77.html
-share/doc/qore/modules/CsvUtil/html/search/all_77.js
-share/doc/qore/modules/CsvUtil/html/search/all_78.html
-share/doc/qore/modules/CsvUtil/html/search/all_78.js
-share/doc/qore/modules/CsvUtil/html/search/all_79.html
-share/doc/qore/modules/CsvUtil/html/search/all_79.js
-share/doc/qore/modules/CsvUtil/html/search/all_7a.html
-share/doc/qore/modules/CsvUtil/html/search/all_7a.js
 share/doc/qore/modules/CsvUtil/html/search/all_8.html
 share/doc/qore/modules/CsvUtil/html/search/all_8.js
 share/doc/qore/modules/CsvUtil/html/search/all_9.html
@@ -3475,6 +3210,10 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/classes_1.js
 share/doc/qore/modules/CsvUtil/html/search/classes_10.html
 share/doc/qore/modules/CsvUtil/html/search/classes_10.js
+share/doc/qore/modules/CsvUtil/html/search/classes_11.html
+share/doc/qore/modules/CsvUtil/html/search/classes_11.js
+share/doc/qore/modules/CsvUtil/html/search/classes_12.html
+share/doc/qore/modules/CsvUtil/html/search/classes_12.js
 share/doc/qore/modules/CsvUtil/html/search/classes_2.html
 share/doc/qore/modules/CsvUtil/html/search/classes_2.js
 share/doc/qore/modules/CsvUtil/html/search/classes_3.html
@@ -3485,44 +3224,8 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/classes_5.js
 share/doc/qore/modules/CsvUtil/html/search/classes_6.html
 share/doc/qore/modules/CsvUtil/html/search/classes_6.js
-share/doc/qore/modules/CsvUtil/html/search/classes_61.html
-share/doc/qore/modules/CsvUtil/html/search/classes_61.js
-share/doc/qore/modules/CsvUtil/html/search/classes_63.html
-share/doc/qore/modules/CsvUtil/html/search/classes_63.js
-share/doc/qore/modules/CsvUtil/html/search/classes_64.html
-share/doc/qore/modules/CsvUtil/html/search/classes_64.js
-share/doc/qore/modules/CsvUtil/html/search/classes_66.html
-share/doc/qore/modules/CsvUtil/html/search/classes_66.js
-share/doc/qore/modules/CsvUtil/html/search/classes_67.html
-share/doc/qore/modules/CsvUtil/html/search/classes_67.js
-share/doc/qore/modules/CsvUtil/html/search/classes_68.html
-share/doc/qore/modules/CsvUtil/html/search/classes_68.js
-share/doc/qore/modules/CsvUtil/html/search/classes_69.html
-share/doc/qore/modules/CsvUtil/html/search/classes_69.js
-share/doc/qore/modules/CsvUtil/html/search/classes_6c.html
-share/doc/qore/modules/CsvUtil/html/search/classes_6c.js
-share/doc/qore/modules/CsvUtil/html/search/classes_6d.html
-share/doc/qore/modules/CsvUtil/html/search/classes_6d.js
-share/doc/qore/modules/CsvUtil/html/search/classes_6e.html
-share/doc/qore/modules/CsvUtil/html/search/classes_6e.js
-share/doc/qore/modules/CsvUtil/html/search/classes_6f.html
-share/doc/qore/modules/CsvUtil/html/search/classes_6f.js
 share/doc/qore/modules/CsvUtil/html/search/classes_7.html
 share/doc/qore/modules/CsvUtil/html/search/classes_7.js
-share/doc/qore/modules/CsvUtil/html/search/classes_70.html
-share/doc/qore/modules/CsvUtil/html/search/classes_70.js
-share/doc/qore/modules/CsvUtil/html/search/classes_71.html
-share/doc/qore/modules/CsvUtil/html/search/classes_71.js
-share/doc/qore/modules/CsvUtil/html/search/classes_72.html
-share/doc/qore/modules/CsvUtil/html/search/classes_72.js
-share/doc/qore/modules/CsvUtil/html/search/classes_73.html
-share/doc/qore/modules/CsvUtil/html/search/classes_73.js
-share/doc/qore/modules/CsvUtil/html/search/classes_74.html
-share/doc/qore/modules/CsvUtil/html/search/classes_74.js
-share/doc/qore/modules/CsvUtil/html/search/classes_78.html
-share/doc/qore/modules/CsvUtil/html/search/classes_78.js
-share/doc/qore/modules/CsvUtil/html/search/classes_7a.html
-share/doc/qore/modules/CsvUtil/html/search/classes_7a.js
 share/doc/qore/modules/CsvUtil/html/search/classes_8.html
 share/doc/qore/modules/CsvUtil/html/search/classes_8.js
 share/doc/qore/modules/CsvUtil/html/search/classes_9.html
@@ -3572,58 +3275,8 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/functions_5.js
 share/doc/qore/modules/CsvUtil/html/search/functions_6.html
 share/doc/qore/modules/CsvUtil/html/search/functions_6.js
-share/doc/qore/modules/CsvUtil/html/search/functions_61.html
-share/doc/qore/modules/CsvUtil/html/search/functions_61.js
-share/doc/qore/modules/CsvUtil/html/search/functions_62.html
-share/doc/qore/modules/CsvUtil/html/search/functions_62.js
-share/doc/qore/modules/CsvUtil/html/search/functions_63.html
-share/doc/qore/modules/CsvUtil/html/search/functions_63.js
-share/doc/qore/modules/CsvUtil/html/search/functions_64.html
-share/doc/qore/modules/CsvUtil/html/search/functions_64.js
-share/doc/qore/modules/CsvUtil/html/search/functions_65.html
-share/doc/qore/modules/CsvUtil/html/search/functions_65.js
-share/doc/qore/modules/CsvUtil/html/search/functions_66.html
-share/doc/qore/modules/CsvUtil/html/search/functions_66.js
-share/doc/qore/modules/CsvUtil/html/search/functions_67.html
-share/doc/qore/modules/CsvUtil/html/search/functions_67.js
-share/doc/qore/modules/CsvUtil/html/search/functions_68.html
-share/doc/qore/modules/CsvUtil/html/search/functions_68.js
-share/doc/qore/modules/CsvUtil/html/search/functions_69.html
-share/doc/qore/modules/CsvUtil/html/search/functions_69.js
-share/doc/qore/modules/CsvUtil/html/search/functions_6a.html
-share/doc/qore/modules/CsvUtil/html/search/functions_6a.js
-share/doc/qore/modules/CsvUtil/html/search/functions_6b.html
-share/doc/qore/modules/CsvUtil/html/search/functions_6b.js
-share/doc/qore/modules/CsvUtil/html/search/functions_6c.html
-share/doc/qore/modules/CsvUtil/html/search/functions_6c.js
-share/doc/qore/modules/CsvUtil/html/search/functions_6d.html
-share/doc/qore/modules/CsvUtil/html/search/functions_6d.js
-share/doc/qore/modules/CsvUtil/html/search/functions_6e.html
-share/doc/qore/modules/CsvUtil/html/search/functions_6e.js
-share/doc/qore/modules/CsvUtil/html/search/functions_6f.html
-share/doc/qore/modules/CsvUtil/html/search/functions_6f.js
 share/doc/qore/modules/CsvUtil/html/search/functions_7.html
 share/doc/qore/modules/CsvUtil/html/search/functions_7.js
-share/doc/qore/modules/CsvUtil/html/search/functions_70.html
-share/doc/qore/modules/CsvUtil/html/search/functions_70.js
-share/doc/qore/modules/CsvUtil/html/search/functions_72.html
-share/doc/qore/modules/CsvUtil/html/search/functions_72.js
-share/doc/qore/modules/CsvUtil/html/search/functions_73.html
-share/doc/qore/modules/CsvUtil/html/search/functions_73.js
-share/doc/qore/modules/CsvUtil/html/search/functions_74.html
-share/doc/qore/modules/CsvUtil/html/search/functions_74.js
-share/doc/qore/modules/CsvUtil/html/search/functions_75.html
-share/doc/qore/modules/CsvUtil/html/search/functions_75.js
-share/doc/qore/modules/CsvUtil/html/search/functions_76.html
-share/doc/qore/modules/CsvUtil/html/search/functions_76.js
-share/doc/qore/modules/CsvUtil/html/search/functions_77.html
-share/doc/qore/modules/CsvUtil/html/search/functions_77.js
-share/doc/qore/modules/CsvUtil/html/search/functions_78.html
-share/doc/qore/modules/CsvUtil/html/search/functions_78.js
-share/doc/qore/modules/CsvUtil/html/search/functions_79.html
-share/doc/qore/modules/CsvUtil/html/search/functions_79.js
-share/doc/qore/modules/CsvUtil/html/search/functions_7a.html
-share/doc/qore/modules/CsvUtil/html/search/functions_7a.js
 share/doc/qore/modules/CsvUtil/html/search/functions_8.html
 share/doc/qore/modules/CsvUtil/html/search/functions_8.js
 share/doc/qore/modules/CsvUtil/html/search/functions_9.html
@@ -3658,44 +3311,8 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/groups_5.js
 share/doc/qore/modules/CsvUtil/html/search/groups_6.html
 share/doc/qore/modules/CsvUtil/html/search/groups_6.js
-share/doc/qore/modules/CsvUtil/html/search/groups_62.html
-share/doc/qore/modules/CsvUtil/html/search/groups_62.js
-share/doc/qore/modules/CsvUtil/html/search/groups_63.html
-share/doc/qore/modules/CsvUtil/html/search/groups_63.js
-share/doc/qore/modules/CsvUtil/html/search/groups_64.html
-share/doc/qore/modules/CsvUtil/html/search/groups_64.js
-share/doc/qore/modules/CsvUtil/html/search/groups_65.html
-share/doc/qore/modules/CsvUtil/html/search/groups_65.js
-share/doc/qore/modules/CsvUtil/html/search/groups_66.html
-share/doc/qore/modules/CsvUtil/html/search/groups_66.js
-share/doc/qore/modules/CsvUtil/html/search/groups_68.html
-share/doc/qore/modules/CsvUtil/html/search/groups_68.js
-share/doc/qore/modules/CsvUtil/html/search/groups_69.html
-share/doc/qore/modules/CsvUtil/html/search/groups_69.js
-share/doc/qore/modules/CsvUtil/html/search/groups_6c.html
-share/doc/qore/modules/CsvUtil/html/search/groups_6c.js
-share/doc/qore/modules/CsvUtil/html/search/groups_6d.html
-share/doc/qore/modules/CsvUtil/html/search/groups_6d.js
-share/doc/qore/modules/CsvUtil/html/search/groups_6e.html
-share/doc/qore/modules/CsvUtil/html/search/groups_6e.js
-share/doc/qore/modules/CsvUtil/html/search/groups_6f.html
-share/doc/qore/modules/CsvUtil/html/search/groups_6f.js
 share/doc/qore/modules/CsvUtil/html/search/groups_7.html
 share/doc/qore/modules/CsvUtil/html/search/groups_7.js
-share/doc/qore/modules/CsvUtil/html/search/groups_70.html
-share/doc/qore/modules/CsvUtil/html/search/groups_70.js
-share/doc/qore/modules/CsvUtil/html/search/groups_72.html
-share/doc/qore/modules/CsvUtil/html/search/groups_72.js
-share/doc/qore/modules/CsvUtil/html/search/groups_73.html
-share/doc/qore/modules/CsvUtil/html/search/groups_73.js
-share/doc/qore/modules/CsvUtil/html/search/groups_74.html
-share/doc/qore/modules/CsvUtil/html/search/groups_74.js
-share/doc/qore/modules/CsvUtil/html/search/groups_75.html
-share/doc/qore/modules/CsvUtil/html/search/groups_75.js
-share/doc/qore/modules/CsvUtil/html/search/groups_77.html
-share/doc/qore/modules/CsvUtil/html/search/groups_77.js
-share/doc/qore/modules/CsvUtil/html/search/groups_78.html
-share/doc/qore/modules/CsvUtil/html/search/groups_78.js
 share/doc/qore/modules/CsvUtil/html/search/groups_8.html
 share/doc/qore/modules/CsvUtil/html/search/groups_8.js
 share/doc/qore/modules/CsvUtil/html/search/groups_9.html
@@ -3727,20 +3344,6 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/namespaces_5.js
 share/doc/qore/modules/CsvUtil/html/search/namespaces_6.html
 share/doc/qore/modules/CsvUtil/html/search/namespaces_6.js
-share/doc/qore/modules/CsvUtil/html/search/namespaces_63.html
-share/doc/qore/modules/CsvUtil/html/search/namespaces_63.js
-share/doc/qore/modules/CsvUtil/html/search/namespaces_68.html
-share/doc/qore/modules/CsvUtil/html/search/namespaces_68.js
-share/doc/qore/modules/CsvUtil/html/search/namespaces_6d.html
-share/doc/qore/modules/CsvUtil/html/search/namespaces_6d.js
-share/doc/qore/modules/CsvUtil/html/search/namespaces_71.html
-share/doc/qore/modules/CsvUtil/html/search/namespaces_71.js
-share/doc/qore/modules/CsvUtil/html/search/namespaces_73.html
-share/doc/qore/modules/CsvUtil/html/search/namespaces_73.js
-share/doc/qore/modules/CsvUtil/html/search/namespaces_75.html
-share/doc/qore/modules/CsvUtil/html/search/namespaces_75.js
-share/doc/qore/modules/CsvUtil/html/search/namespaces_77.html
-share/doc/qore/modules/CsvUtil/html/search/namespaces_77.js
 share/doc/qore/modules/CsvUtil/html/search/nomatches.html
 share/doc/qore/modules/CsvUtil/html/search/pages_0.html
 share/doc/qore/modules/CsvUtil/html/search/pages_0.js
@@ -3750,10 +3353,6 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/pages_10.js
 share/doc/qore/modules/CsvUtil/html/search/pages_11.html
 share/doc/qore/modules/CsvUtil/html/search/pages_11.js
-share/doc/qore/modules/CsvUtil/html/search/pages_12.html
-share/doc/qore/modules/CsvUtil/html/search/pages_12.js
-share/doc/qore/modules/CsvUtil/html/search/pages_13.html
-share/doc/qore/modules/CsvUtil/html/search/pages_13.js
 share/doc/qore/modules/CsvUtil/html/search/pages_2.html
 share/doc/qore/modules/CsvUtil/html/search/pages_2.js
 share/doc/qore/modules/CsvUtil/html/search/pages_3.html
@@ -3764,48 +3363,8 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/pages_5.js
 share/doc/qore/modules/CsvUtil/html/search/pages_6.html
 share/doc/qore/modules/CsvUtil/html/search/pages_6.js
-share/doc/qore/modules/CsvUtil/html/search/pages_62.html
-share/doc/qore/modules/CsvUtil/html/search/pages_62.js
-share/doc/qore/modules/CsvUtil/html/search/pages_63.html
-share/doc/qore/modules/CsvUtil/html/search/pages_63.js
-share/doc/qore/modules/CsvUtil/html/search/pages_64.html
-share/doc/qore/modules/CsvUtil/html/search/pages_64.js
-share/doc/qore/modules/CsvUtil/html/search/pages_65.html
-share/doc/qore/modules/CsvUtil/html/search/pages_65.js
-share/doc/qore/modules/CsvUtil/html/search/pages_66.html
-share/doc/qore/modules/CsvUtil/html/search/pages_66.js
-share/doc/qore/modules/CsvUtil/html/search/pages_68.html
-share/doc/qore/modules/CsvUtil/html/search/pages_68.js
-share/doc/qore/modules/CsvUtil/html/search/pages_69.html
-share/doc/qore/modules/CsvUtil/html/search/pages_69.js
-share/doc/qore/modules/CsvUtil/html/search/pages_6b.html
-share/doc/qore/modules/CsvUtil/html/search/pages_6b.js
-share/doc/qore/modules/CsvUtil/html/search/pages_6c.html
-share/doc/qore/modules/CsvUtil/html/search/pages_6c.js
-share/doc/qore/modules/CsvUtil/html/search/pages_6d.html
-share/doc/qore/modules/CsvUtil/html/search/pages_6d.js
-share/doc/qore/modules/CsvUtil/html/search/pages_6e.html
-share/doc/qore/modules/CsvUtil/html/search/pages_6e.js
-share/doc/qore/modules/CsvUtil/html/search/pages_6f.html
-share/doc/qore/modules/CsvUtil/html/search/pages_6f.js
 share/doc/qore/modules/CsvUtil/html/search/pages_7.html
 share/doc/qore/modules/CsvUtil/html/search/pages_7.js
-share/doc/qore/modules/CsvUtil/html/search/pages_70.html
-share/doc/qore/modules/CsvUtil/html/search/pages_70.js
-share/doc/qore/modules/CsvUtil/html/search/pages_71.html
-share/doc/qore/modules/CsvUtil/html/search/pages_71.js
-share/doc/qore/modules/CsvUtil/html/search/pages_72.html
-share/doc/qore/modules/CsvUtil/html/search/pages_72.js
-share/doc/qore/modules/CsvUtil/html/search/pages_73.html
-share/doc/qore/modules/CsvUtil/html/search/pages_73.js
-share/doc/qore/modules/CsvUtil/html/search/pages_74.html
-share/doc/qore/modules/CsvUtil/html/search/pages_74.js
-share/doc/qore/modules/CsvUtil/html/search/pages_75.html
-share/doc/qore/modules/CsvUtil/html/search/pages_75.js
-share/doc/qore/modules/CsvUtil/html/search/pages_76.html
-share/doc/qore/modules/CsvUtil/html/search/pages_76.js
-share/doc/qore/modules/CsvUtil/html/search/pages_77.html
-share/doc/qore/modules/CsvUtil/html/search/pages_77.js
 share/doc/qore/modules/CsvUtil/html/search/pages_8.html
 share/doc/qore/modules/CsvUtil/html/search/pages_8.js
 share/doc/qore/modules/CsvUtil/html/search/pages_9.html
@@ -3827,6 +3386,7 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/search_l.png
 share/doc/qore/modules/CsvUtil/html/search/search_m.png
 share/doc/qore/modules/CsvUtil/html/search/search_r.png
+share/doc/qore/modules/CsvUtil/html/search/searchdata.js
 share/doc/qore/modules/CsvUtil/html/search/variables_0.html
 share/doc/qore/modules/CsvUtil/html/search/variables_0.js
 share/doc/qore/modules/CsvUtil/html/search/variables_1.html
@@ -3855,58 +3415,10 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/variables_4.js
 share/doc/qore/modules/CsvUtil/html/search/variables_5.html
 share/doc/qore/modules/CsvUtil/html/search/variables_5.js
-share/doc/qore/modules/CsvUtil/html/search/variables_5f.html
-share/doc/qore/modules/CsvUtil/html/search/variables_5f.js
 share/doc/qore/modules/CsvUtil/html/search/variables_6.html
 share/doc/qore/modules/CsvUtil/html/search/variables_6.js
-share/doc/qore/modules/CsvUtil/html/search/variables_61.html
-share/doc/qore/modules/CsvUtil/html/search/variables_61.js
-share/doc/qore/modules/CsvUtil/html/search/variables_62.html
-share/doc/qore/modules/CsvUtil/html/search/variables_62.js
-share/doc/qore/modules/CsvUtil/html/search/variables_63.html
-share/doc/qore/modules/CsvUtil/html/search/variables_63.js
-share/doc/qore/modules/CsvUtil/html/search/variables_64.html
-share/doc/qore/modules/CsvUtil/html/search/variables_64.js
-share/doc/qore/modules/CsvUtil/html/search/variables_65.html
-share/doc/qore/modules/CsvUtil/html/search/variables_65.js
-share/doc/qore/modules/CsvUtil/html/search/variables_66.html
-share/doc/qore/modules/CsvUtil/html/search/variables_66.js
-share/doc/qore/modules/CsvUtil/html/search/variables_68.html
-share/doc/qore/modules/CsvUtil/html/search/variables_68.js
-share/doc/qore/modules/CsvUtil/html/search/variables_69.html
-share/doc/qore/modules/CsvUtil/html/search/variables_69.js
-share/doc/qore/modules/CsvUtil/html/search/variables_6a.html
-share/doc/qore/modules/CsvUtil/html/search/variables_6a.js
-share/doc/qore/modules/CsvUtil/html/search/variables_6c.html
-share/doc/qore/modules/CsvUtil/html/search/variables_6c.js
-share/doc/qore/modules/CsvUtil/html/search/variables_6d.html
-share/doc/qore/modules/CsvUtil/html/search/variables_6d.js
-share/doc/qore/modules/CsvUtil/html/search/variables_6e.html
-share/doc/qore/modules/CsvUtil/html/search/variables_6e.js
-share/doc/qore/modules/CsvUtil/html/search/variables_6f.html
-share/doc/qore/modules/CsvUtil/html/search/variables_6f.js
 share/doc/qore/modules/CsvUtil/html/search/variables_7.html
 share/doc/qore/modules/CsvUtil/html/search/variables_7.js
-share/doc/qore/modules/CsvUtil/html/search/variables_70.html
-share/doc/qore/modules/CsvUtil/html/search/variables_70.js
-share/doc/qore/modules/CsvUtil/html/search/variables_71.html
-share/doc/qore/modules/CsvUtil/html/search/variables_71.js
-share/doc/qore/modules/CsvUtil/html/search/variables_72.html
-share/doc/qore/modules/CsvUtil/html/search/variables_72.js
-share/doc/qore/modules/CsvUtil/html/search/variables_73.html
-share/doc/qore/modules/CsvUtil/html/search/variables_73.js
-share/doc/qore/modules/CsvUtil/html/search/variables_74.html
-share/doc/qore/modules/CsvUtil/html/search/variables_74.js
-share/doc/qore/modules/CsvUtil/html/search/variables_75.html
-share/doc/qore/modules/CsvUtil/html/search/variables_75.js
-share/doc/qore/modules/CsvUtil/html/search/variables_76.html
-share/doc/qore/modules/CsvUtil/html/search/variables_76.js
-share/doc/qore/modules/CsvUtil/html/search/variables_77.html
-share/doc/qore/modules/CsvUtil/html/search/variables_77.js
-share/doc/qore/modules/CsvUtil/html/search/variables_78.html
-share/doc/qore/modules/CsvUtil/html/search/variables_78.js
-share/doc/qore/modules/CsvUtil/html/search/variables_7a.html
-share/doc/qore/modules/CsvUtil/html/search/variables_7a.js
 share/doc/qore/modules/CsvUtil/html/search/variables_8.html
 share/doc/qore/modules/CsvUtil/html/search/variables_8.js
 share/doc/qore/modules/CsvUtil/html/search/variables_9.html
@@ -3923,6 +3435,7 @@ share/doc/qore/modules/CsvUtil/html/sear
 share/doc/qore/modules/CsvUtil/html/search/variables_e.js
 share/doc/qore/modules/CsvUtil/html/search/variables_f.html
 share/doc/qore/modules/CsvUtil/html/search/variables_f.js
+share/doc/qore/modules/CsvUtil/html/splitbar.png
 share/doc/qore/modules/CsvUtil/html/sync_off.png
 share/doc/qore/modules/CsvUtil/html/sync_on.png
 share/doc/qore/modules/CsvUtil/html/tab_a.png
@@ -3930,38 +3443,1524 @@ share/doc/qore/modules/CsvUtil/html/tab_
 share/doc/qore/modules/CsvUtil/html/tab_h.png
 share/doc/qore/modules/CsvUtil/html/tab_s.png
 share/doc/qore/modules/CsvUtil/html/tabs.css
+share/doc/qore/modules/Diff/html/_diff_8qm_8dox_8h_source.html
+share/doc/qore/modules/Diff/html/arrowdown.png
+share/doc/qore/modules/Diff/html/arrowright.png
+share/doc/qore/modules/Diff/html/bc_s.png
+share/doc/qore/modules/Diff/html/bdwn.png
+share/doc/qore/modules/Diff/html/closed.png
+share/doc/qore/modules/Diff/html/dir_13add0083e006ac756009d5942a24d28.html
+share/doc/qore/modules/Diff/html/dir_13add0083e006ac756009d5942a24d28_dep.map
+share/doc/qore/modules/Diff/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
+share/doc/qore/modules/Diff/html/dir_13add0083e006ac756009d5942a24d28_dep.png
+share/doc/qore/modules/Diff/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
+share/doc/qore/modules/Diff/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
+share/doc/qore/modules/Diff/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
+share/doc/qore/modules/Diff/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/Diff/html/doc.png
+share/doc/qore/modules/Diff/html/doxygen.css
+share/doc/qore/modules/Diff/html/doxygen.png
+share/doc/qore/modules/Diff/html/dynsections.js
+share/doc/qore/modules/Diff/html/folderclosed.png
+share/doc/qore/modules/Diff/html/folderopen.png
+share/doc/qore/modules/Diff/html/graph_legend.html
+share/doc/qore/modules/Diff/html/graph_legend.md5
+share/doc/qore/modules/Diff/html/graph_legend.png
+share/doc/qore/modules/Diff/html/index.html
+share/doc/qore/modules/Diff/html/index.qhp
+share/doc/qore/modules/Diff/html/jquery.js
+share/doc/qore/modules/Diff/html/namespace_diff.html
+share/doc/qore/modules/Diff/html/namespacemembers.html
+share/doc/qore/modules/Diff/html/namespacemembers_func.html
+share/doc/qore/modules/Diff/html/namespaces.html
+share/doc/qore/modules/Diff/html/namespaces.js
+share/doc/qore/modules/Diff/html/nav_f.png
+share/doc/qore/modules/Diff/html/nav_g.png
+share/doc/qore/modules/Diff/html/nav_h.png
+share/doc/qore/modules/Diff/html/navtree.css
+share/doc/qore/modules/Diff/html/navtree.js
+share/doc/qore/modules/Diff/html/navtreedata.js
+share/doc/qore/modules/Diff/html/navtreeindex0.js
+share/doc/qore/modules/Diff/html/open.png
+share/doc/qore/modules/Diff/html/pages.html
+share/doc/qore/modules/Diff/html/resize.js
+share/doc/qore/modules/Diff/html/search/all_0.html
+share/doc/qore/modules/Diff/html/search/all_0.js
+share/doc/qore/modules/Diff/html/search/all_1.html
+share/doc/qore/modules/Diff/html/search/all_1.js
+share/doc/qore/modules/Diff/html/search/all_10.html
+share/doc/qore/modules/Diff/html/search/all_10.js
+share/doc/qore/modules/Diff/html/search/all_11.html
+share/doc/qore/modules/Diff/html/search/all_11.js
+share/doc/qore/modules/Diff/html/search/all_12.html
+share/doc/qore/modules/Diff/html/search/all_12.js
+share/doc/qore/modules/Diff/html/search/all_13.html
+share/doc/qore/modules/Diff/html/search/all_13.js
+share/doc/qore/modules/Diff/html/search/all_14.html
+share/doc/qore/modules/Diff/html/search/all_14.js
+share/doc/qore/modules/Diff/html/search/all_15.html
+share/doc/qore/modules/Diff/html/search/all_15.js
+share/doc/qore/modules/Diff/html/search/all_16.html
+share/doc/qore/modules/Diff/html/search/all_16.js
+share/doc/qore/modules/Diff/html/search/all_17.html
+share/doc/qore/modules/Diff/html/search/all_17.js
+share/doc/qore/modules/Diff/html/search/all_18.html
+share/doc/qore/modules/Diff/html/search/all_18.js
+share/doc/qore/modules/Diff/html/search/all_19.html
+share/doc/qore/modules/Diff/html/search/all_19.js
+share/doc/qore/modules/Diff/html/search/all_1a.html
+share/doc/qore/modules/Diff/html/search/all_1a.js
+share/doc/qore/modules/Diff/html/search/all_2.html
+share/doc/qore/modules/Diff/html/search/all_2.js
+share/doc/qore/modules/Diff/html/search/all_3.html
+share/doc/qore/modules/Diff/html/search/all_3.js
+share/doc/qore/modules/Diff/html/search/all_4.html
+share/doc/qore/modules/Diff/html/search/all_4.js
+share/doc/qore/modules/Diff/html/search/all_5.html
+share/doc/qore/modules/Diff/html/search/all_5.js
+share/doc/qore/modules/Diff/html/search/all_6.html
+share/doc/qore/modules/Diff/html/search/all_6.js
+share/doc/qore/modules/Diff/html/search/all_7.html
+share/doc/qore/modules/Diff/html/search/all_7.js
+share/doc/qore/modules/Diff/html/search/all_8.html
+share/doc/qore/modules/Diff/html/search/all_8.js
+share/doc/qore/modules/Diff/html/search/all_9.html
+share/doc/qore/modules/Diff/html/search/all_9.js
+share/doc/qore/modules/Diff/html/search/all_a.html
+share/doc/qore/modules/Diff/html/search/all_a.js
+share/doc/qore/modules/Diff/html/search/all_b.html
+share/doc/qore/modules/Diff/html/search/all_b.js
+share/doc/qore/modules/Diff/html/search/all_c.html
+share/doc/qore/modules/Diff/html/search/all_c.js
+share/doc/qore/modules/Diff/html/search/all_d.html
+share/doc/qore/modules/Diff/html/search/all_d.js
+share/doc/qore/modules/Diff/html/search/all_e.html
+share/doc/qore/modules/Diff/html/search/all_e.js
+share/doc/qore/modules/Diff/html/search/all_f.html
+share/doc/qore/modules/Diff/html/search/all_f.js
+share/doc/qore/modules/Diff/html/search/classes_0.html
+share/doc/qore/modules/Diff/html/search/classes_0.js
+share/doc/qore/modules/Diff/html/search/classes_1.html
+share/doc/qore/modules/Diff/html/search/classes_1.js
+share/doc/qore/modules/Diff/html/search/classes_10.html
+share/doc/qore/modules/Diff/html/search/classes_10.js
+share/doc/qore/modules/Diff/html/search/classes_11.html
+share/doc/qore/modules/Diff/html/search/classes_11.js
+share/doc/qore/modules/Diff/html/search/classes_12.html
+share/doc/qore/modules/Diff/html/search/classes_12.js
+share/doc/qore/modules/Diff/html/search/classes_2.html
+share/doc/qore/modules/Diff/html/search/classes_2.js
+share/doc/qore/modules/Diff/html/search/classes_3.html
+share/doc/qore/modules/Diff/html/search/classes_3.js
+share/doc/qore/modules/Diff/html/search/classes_4.html
+share/doc/qore/modules/Diff/html/search/classes_4.js
+share/doc/qore/modules/Diff/html/search/classes_5.html
+share/doc/qore/modules/Diff/html/search/classes_5.js
+share/doc/qore/modules/Diff/html/search/classes_6.html
+share/doc/qore/modules/Diff/html/search/classes_6.js
+share/doc/qore/modules/Diff/html/search/classes_7.html
+share/doc/qore/modules/Diff/html/search/classes_7.js
+share/doc/qore/modules/Diff/html/search/classes_8.html
+share/doc/qore/modules/Diff/html/search/classes_8.js
+share/doc/qore/modules/Diff/html/search/classes_9.html
+share/doc/qore/modules/Diff/html/search/classes_9.js
+share/doc/qore/modules/Diff/html/search/classes_a.html
+share/doc/qore/modules/Diff/html/search/classes_a.js
+share/doc/qore/modules/Diff/html/search/classes_b.html
+share/doc/qore/modules/Diff/html/search/classes_b.js
+share/doc/qore/modules/Diff/html/search/classes_c.html
+share/doc/qore/modules/Diff/html/search/classes_c.js
+share/doc/qore/modules/Diff/html/search/classes_d.html
+share/doc/qore/modules/Diff/html/search/classes_d.js
+share/doc/qore/modules/Diff/html/search/classes_e.html
+share/doc/qore/modules/Diff/html/search/classes_e.js
+share/doc/qore/modules/Diff/html/search/classes_f.html
+share/doc/qore/modules/Diff/html/search/classes_f.js
+share/doc/qore/modules/Diff/html/search/close.png
+share/doc/qore/modules/Diff/html/search/functions_0.html
+share/doc/qore/modules/Diff/html/search/functions_0.js
+share/doc/qore/modules/Diff/html/search/functions_1.html
+share/doc/qore/modules/Diff/html/search/functions_1.js
+share/doc/qore/modules/Diff/html/search/functions_10.html
+share/doc/qore/modules/Diff/html/search/functions_10.js
+share/doc/qore/modules/Diff/html/search/functions_11.html
+share/doc/qore/modules/Diff/html/search/functions_11.js
+share/doc/qore/modules/Diff/html/search/functions_12.html
+share/doc/qore/modules/Diff/html/search/functions_12.js
+share/doc/qore/modules/Diff/html/search/functions_13.html
+share/doc/qore/modules/Diff/html/search/functions_13.js
+share/doc/qore/modules/Diff/html/search/functions_14.html
+share/doc/qore/modules/Diff/html/search/functions_14.js
+share/doc/qore/modules/Diff/html/search/functions_15.html
+share/doc/qore/modules/Diff/html/search/functions_15.js
+share/doc/qore/modules/Diff/html/search/functions_16.html
+share/doc/qore/modules/Diff/html/search/functions_16.js
+share/doc/qore/modules/Diff/html/search/functions_17.html
+share/doc/qore/modules/Diff/html/search/functions_17.js
+share/doc/qore/modules/Diff/html/search/functions_18.html
+share/doc/qore/modules/Diff/html/search/functions_18.js
+share/doc/qore/modules/Diff/html/search/functions_2.html
+share/doc/qore/modules/Diff/html/search/functions_2.js
+share/doc/qore/modules/Diff/html/search/functions_3.html
+share/doc/qore/modules/Diff/html/search/functions_3.js
+share/doc/qore/modules/Diff/html/search/functions_4.html
+share/doc/qore/modules/Diff/html/search/functions_4.js
+share/doc/qore/modules/Diff/html/search/functions_5.html
+share/doc/qore/modules/Diff/html/search/functions_5.js
+share/doc/qore/modules/Diff/html/search/functions_6.html
+share/doc/qore/modules/Diff/html/search/functions_6.js
+share/doc/qore/modules/Diff/html/search/functions_7.html
+share/doc/qore/modules/Diff/html/search/functions_7.js
+share/doc/qore/modules/Diff/html/search/functions_8.html
+share/doc/qore/modules/Diff/html/search/functions_8.js
+share/doc/qore/modules/Diff/html/search/functions_9.html
+share/doc/qore/modules/Diff/html/search/functions_9.js
+share/doc/qore/modules/Diff/html/search/functions_a.html
+share/doc/qore/modules/Diff/html/search/functions_a.js
+share/doc/qore/modules/Diff/html/search/functions_b.html
+share/doc/qore/modules/Diff/html/search/functions_b.js
+share/doc/qore/modules/Diff/html/search/functions_c.html
+share/doc/qore/modules/Diff/html/search/functions_c.js
+share/doc/qore/modules/Diff/html/search/functions_d.html
+share/doc/qore/modules/Diff/html/search/functions_d.js
+share/doc/qore/modules/Diff/html/search/functions_e.html
+share/doc/qore/modules/Diff/html/search/functions_e.js
+share/doc/qore/modules/Diff/html/search/functions_f.html
+share/doc/qore/modules/Diff/html/search/functions_f.js
+share/doc/qore/modules/Diff/html/search/groups_0.html
+share/doc/qore/modules/Diff/html/search/groups_0.js
+share/doc/qore/modules/Diff/html/search/groups_1.html
+share/doc/qore/modules/Diff/html/search/groups_1.js
+share/doc/qore/modules/Diff/html/search/groups_10.html
+share/doc/qore/modules/Diff/html/search/groups_10.js
+share/doc/qore/modules/Diff/html/search/groups_11.html
+share/doc/qore/modules/Diff/html/search/groups_11.js
+share/doc/qore/modules/Diff/html/search/groups_2.html
+share/doc/qore/modules/Diff/html/search/groups_2.js
+share/doc/qore/modules/Diff/html/search/groups_3.html
+share/doc/qore/modules/Diff/html/search/groups_3.js
+share/doc/qore/modules/Diff/html/search/groups_4.html
+share/doc/qore/modules/Diff/html/search/groups_4.js
+share/doc/qore/modules/Diff/html/search/groups_5.html
+share/doc/qore/modules/Diff/html/search/groups_5.js
+share/doc/qore/modules/Diff/html/search/groups_6.html
+share/doc/qore/modules/Diff/html/search/groups_6.js
+share/doc/qore/modules/Diff/html/search/groups_7.html
+share/doc/qore/modules/Diff/html/search/groups_7.js
+share/doc/qore/modules/Diff/html/search/groups_8.html
+share/doc/qore/modules/Diff/html/search/groups_8.js
+share/doc/qore/modules/Diff/html/search/groups_9.html
+share/doc/qore/modules/Diff/html/search/groups_9.js
+share/doc/qore/modules/Diff/html/search/groups_a.html
+share/doc/qore/modules/Diff/html/search/groups_a.js
+share/doc/qore/modules/Diff/html/search/groups_b.html
+share/doc/qore/modules/Diff/html/search/groups_b.js
+share/doc/qore/modules/Diff/html/search/groups_c.html
+share/doc/qore/modules/Diff/html/search/groups_c.js
+share/doc/qore/modules/Diff/html/search/groups_d.html
+share/doc/qore/modules/Diff/html/search/groups_d.js
+share/doc/qore/modules/Diff/html/search/groups_e.html
+share/doc/qore/modules/Diff/html/search/groups_e.js
+share/doc/qore/modules/Diff/html/search/groups_f.html
+share/doc/qore/modules/Diff/html/search/groups_f.js
+share/doc/qore/modules/Diff/html/search/mag_sel.png
+share/doc/qore/modules/Diff/html/search/namespaces_0.html
+share/doc/qore/modules/Diff/html/search/namespaces_0.js
+share/doc/qore/modules/Diff/html/search/namespaces_1.html
+share/doc/qore/modules/Diff/html/search/namespaces_1.js
+share/doc/qore/modules/Diff/html/search/namespaces_2.html
+share/doc/qore/modules/Diff/html/search/namespaces_2.js
+share/doc/qore/modules/Diff/html/search/namespaces_3.html
+share/doc/qore/modules/Diff/html/search/namespaces_3.js
+share/doc/qore/modules/Diff/html/search/namespaces_4.html
+share/doc/qore/modules/Diff/html/search/namespaces_4.js
+share/doc/qore/modules/Diff/html/search/namespaces_5.html
+share/doc/qore/modules/Diff/html/search/namespaces_5.js
+share/doc/qore/modules/Diff/html/search/namespaces_6.html
+share/doc/qore/modules/Diff/html/search/namespaces_6.js
+share/doc/qore/modules/Diff/html/search/nomatches.html
+share/doc/qore/modules/Diff/html/search/pages_0.html
+share/doc/qore/modules/Diff/html/search/pages_0.js
+share/doc/qore/modules/Diff/html/search/pages_1.html
+share/doc/qore/modules/Diff/html/search/pages_1.js
+share/doc/qore/modules/Diff/html/search/pages_10.html
+share/doc/qore/modules/Diff/html/search/pages_10.js
+share/doc/qore/modules/Diff/html/search/pages_11.html
+share/doc/qore/modules/Diff/html/search/pages_11.js
+share/doc/qore/modules/Diff/html/search/pages_2.html
+share/doc/qore/modules/Diff/html/search/pages_2.js
+share/doc/qore/modules/Diff/html/search/pages_3.html
+share/doc/qore/modules/Diff/html/search/pages_3.js
+share/doc/qore/modules/Diff/html/search/pages_4.html
+share/doc/qore/modules/Diff/html/search/pages_4.js
+share/doc/qore/modules/Diff/html/search/pages_5.html
+share/doc/qore/modules/Diff/html/search/pages_5.js
+share/doc/qore/modules/Diff/html/search/pages_6.html
+share/doc/qore/modules/Diff/html/search/pages_6.js
+share/doc/qore/modules/Diff/html/search/pages_7.html
+share/doc/qore/modules/Diff/html/search/pages_7.js
+share/doc/qore/modules/Diff/html/search/pages_8.html
+share/doc/qore/modules/Diff/html/search/pages_8.js
+share/doc/qore/modules/Diff/html/search/pages_9.html
+share/doc/qore/modules/Diff/html/search/pages_9.js
+share/doc/qore/modules/Diff/html/search/pages_a.html
+share/doc/qore/modules/Diff/html/search/pages_a.js
+share/doc/qore/modules/Diff/html/search/pages_b.html
+share/doc/qore/modules/Diff/html/search/pages_b.js
+share/doc/qore/modules/Diff/html/search/pages_c.html
+share/doc/qore/modules/Diff/html/search/pages_c.js
+share/doc/qore/modules/Diff/html/search/pages_d.html
+share/doc/qore/modules/Diff/html/search/pages_d.js
+share/doc/qore/modules/Diff/html/search/pages_e.html
+share/doc/qore/modules/Diff/html/search/pages_e.js
+share/doc/qore/modules/Diff/html/search/pages_f.html
+share/doc/qore/modules/Diff/html/search/pages_f.js
+share/doc/qore/modules/Diff/html/search/search.css
+share/doc/qore/modules/Diff/html/search/search.js
+share/doc/qore/modules/Diff/html/search/search_l.png
+share/doc/qore/modules/Diff/html/search/search_m.png
+share/doc/qore/modules/Diff/html/search/search_r.png
+share/doc/qore/modules/Diff/html/search/searchdata.js
+share/doc/qore/modules/Diff/html/search/variables_0.html
+share/doc/qore/modules/Diff/html/search/variables_0.js
+share/doc/qore/modules/Diff/html/search/variables_1.html
+share/doc/qore/modules/Diff/html/search/variables_1.js
+share/doc/qore/modules/Diff/html/search/variables_10.html
+share/doc/qore/modules/Diff/html/search/variables_10.js
+share/doc/qore/modules/Diff/html/search/variables_11.html
+share/doc/qore/modules/Diff/html/search/variables_11.js
+share/doc/qore/modules/Diff/html/search/variables_12.html
+share/doc/qore/modules/Diff/html/search/variables_12.js
+share/doc/qore/modules/Diff/html/search/variables_13.html
+share/doc/qore/modules/Diff/html/search/variables_13.js
+share/doc/qore/modules/Diff/html/search/variables_14.html
+share/doc/qore/modules/Diff/html/search/variables_14.js
+share/doc/qore/modules/Diff/html/search/variables_15.html
+share/doc/qore/modules/Diff/html/search/variables_15.js
+share/doc/qore/modules/Diff/html/search/variables_16.html
+share/doc/qore/modules/Diff/html/search/variables_16.js
+share/doc/qore/modules/Diff/html/search/variables_17.html
+share/doc/qore/modules/Diff/html/search/variables_17.js
+share/doc/qore/modules/Diff/html/search/variables_2.html
+share/doc/qore/modules/Diff/html/search/variables_2.js
+share/doc/qore/modules/Diff/html/search/variables_3.html
+share/doc/qore/modules/Diff/html/search/variables_3.js
+share/doc/qore/modules/Diff/html/search/variables_4.html
+share/doc/qore/modules/Diff/html/search/variables_4.js
+share/doc/qore/modules/Diff/html/search/variables_5.html
+share/doc/qore/modules/Diff/html/search/variables_5.js
+share/doc/qore/modules/Diff/html/search/variables_6.html
+share/doc/qore/modules/Diff/html/search/variables_6.js
+share/doc/qore/modules/Diff/html/search/variables_7.html
+share/doc/qore/modules/Diff/html/search/variables_7.js
+share/doc/qore/modules/Diff/html/search/variables_8.html
+share/doc/qore/modules/Diff/html/search/variables_8.js
+share/doc/qore/modules/Diff/html/search/variables_9.html
+share/doc/qore/modules/Diff/html/search/variables_9.js
+share/doc/qore/modules/Diff/html/search/variables_a.html
+share/doc/qore/modules/Diff/html/search/variables_a.js
+share/doc/qore/modules/Diff/html/search/variables_b.html
+share/doc/qore/modules/Diff/html/search/variables_b.js
+share/doc/qore/modules/Diff/html/search/variables_c.html
+share/doc/qore/modules/Diff/html/search/variables_c.js
+share/doc/qore/modules/Diff/html/search/variables_d.html
+share/doc/qore/modules/Diff/html/search/variables_d.js
+share/doc/qore/modules/Diff/html/search/variables_e.html
+share/doc/qore/modules/Diff/html/search/variables_e.js
+share/doc/qore/modules/Diff/html/search/variables_f.html
+share/doc/qore/modules/Diff/html/search/variables_f.js
+share/doc/qore/modules/Diff/html/splitbar.png
+share/doc/qore/modules/Diff/html/sync_off.png
+share/doc/qore/modules/Diff/html/sync_on.png
+share/doc/qore/modules/Diff/html/tab_a.png
+share/doc/qore/modules/Diff/html/tab_b.png
+share/doc/qore/modules/Diff/html/tab_h.png
+share/doc/qore/modules/Diff/html/tab_s.png
+share/doc/qore/modules/Diff/html/tabs.css
+share/doc/qore/modules/FilePoller/html/_file_poller_8qm_8dox_8h_source.html
+share/doc/qore/modules/FilePoller/html/annotated.html
+share/doc/qore/modules/FilePoller/html/annotated_dup.js
+share/doc/qore/modules/FilePoller/html/arrowdown.png
+share/doc/qore/modules/FilePoller/html/arrowright.png
+share/doc/qore/modules/FilePoller/html/bc_s.png
+share/doc/qore/modules/FilePoller/html/bdwn.png
+share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller-members.html
+share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.html
+share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.js
+share/doc/qore/modules/FilePoller/html/classes.html
+share/doc/qore/modules/FilePoller/html/closed.png
+share/doc/qore/modules/FilePoller/html/dir_13add0083e006ac756009d5942a24d28.html
+share/doc/qore/modules/FilePoller/html/dir_13add0083e006ac756009d5942a24d28_dep.map
+share/doc/qore/modules/FilePoller/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
+share/doc/qore/modules/FilePoller/html/dir_13add0083e006ac756009d5942a24d28_dep.png
+share/doc/qore/modules/FilePoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
+share/doc/qore/modules/FilePoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
+share/doc/qore/modules/FilePoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
+share/doc/qore/modules/FilePoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/FilePoller/html/doc.png
+share/doc/qore/modules/FilePoller/html/doxygen.css
+share/doc/qore/modules/FilePoller/html/doxygen.png
+share/doc/qore/modules/FilePoller/html/dynsections.js
+share/doc/qore/modules/FilePoller/html/folderclosed.png
+share/doc/qore/modules/FilePoller/html/folderopen.png
+share/doc/qore/modules/FilePoller/html/functions.html
+share/doc/qore/modules/FilePoller/html/functions_func.html
+share/doc/qore/modules/FilePoller/html/functions_vars.html
+share/doc/qore/modules/FilePoller/html/graph_legend.html
+share/doc/qore/modules/FilePoller/html/graph_legend.md5
+share/doc/qore/modules/FilePoller/html/graph_legend.png
+share/doc/qore/modules/FilePoller/html/index.html
+share/doc/qore/modules/FilePoller/html/index.qhp
+share/doc/qore/modules/FilePoller/html/jquery.js
+share/doc/qore/modules/FilePoller/html/namespace_file_poller.html
+share/doc/qore/modules/FilePoller/html/namespace_file_poller.js
+share/doc/qore/modules/FilePoller/html/namespaces.html
+share/doc/qore/modules/FilePoller/html/namespaces.js
+share/doc/qore/modules/FilePoller/html/nav_f.png
+share/doc/qore/modules/FilePoller/html/nav_g.png
+share/doc/qore/modules/FilePoller/html/nav_h.png
+share/doc/qore/modules/FilePoller/html/navtree.css
+share/doc/qore/modules/FilePoller/html/navtree.js
+share/doc/qore/modules/FilePoller/html/navtreedata.js
+share/doc/qore/modules/FilePoller/html/navtreeindex0.js
+share/doc/qore/modules/FilePoller/html/open.png
+share/doc/qore/modules/FilePoller/html/pages.html
+share/doc/qore/modules/FilePoller/html/resize.js
+share/doc/qore/modules/FilePoller/html/search/all_0.html
+share/doc/qore/modules/FilePoller/html/search/all_0.js
+share/doc/qore/modules/FilePoller/html/search/all_1.html
+share/doc/qore/modules/FilePoller/html/search/all_1.js
+share/doc/qore/modules/FilePoller/html/search/all_10.html
+share/doc/qore/modules/FilePoller/html/search/all_10.js
+share/doc/qore/modules/FilePoller/html/search/all_11.html
+share/doc/qore/modules/FilePoller/html/search/all_11.js
+share/doc/qore/modules/FilePoller/html/search/all_12.html
+share/doc/qore/modules/FilePoller/html/search/all_12.js
+share/doc/qore/modules/FilePoller/html/search/all_13.html
+share/doc/qore/modules/FilePoller/html/search/all_13.js
+share/doc/qore/modules/FilePoller/html/search/all_14.html
+share/doc/qore/modules/FilePoller/html/search/all_14.js
+share/doc/qore/modules/FilePoller/html/search/all_15.html
+share/doc/qore/modules/FilePoller/html/search/all_15.js
+share/doc/qore/modules/FilePoller/html/search/all_16.html
+share/doc/qore/modules/FilePoller/html/search/all_16.js
+share/doc/qore/modules/FilePoller/html/search/all_17.html
+share/doc/qore/modules/FilePoller/html/search/all_17.js
+share/doc/qore/modules/FilePoller/html/search/all_18.html
+share/doc/qore/modules/FilePoller/html/search/all_18.js
+share/doc/qore/modules/FilePoller/html/search/all_19.html
+share/doc/qore/modules/FilePoller/html/search/all_19.js
+share/doc/qore/modules/FilePoller/html/search/all_1a.html
+share/doc/qore/modules/FilePoller/html/search/all_1a.js
+share/doc/qore/modules/FilePoller/html/search/all_2.html
+share/doc/qore/modules/FilePoller/html/search/all_2.js
+share/doc/qore/modules/FilePoller/html/search/all_3.html
+share/doc/qore/modules/FilePoller/html/search/all_3.js
+share/doc/qore/modules/FilePoller/html/search/all_4.html
+share/doc/qore/modules/FilePoller/html/search/all_4.js
+share/doc/qore/modules/FilePoller/html/search/all_5.html
+share/doc/qore/modules/FilePoller/html/search/all_5.js
+share/doc/qore/modules/FilePoller/html/search/all_6.html
+share/doc/qore/modules/FilePoller/html/search/all_6.js
+share/doc/qore/modules/FilePoller/html/search/all_7.html
+share/doc/qore/modules/FilePoller/html/search/all_7.js
+share/doc/qore/modules/FilePoller/html/search/all_8.html
+share/doc/qore/modules/FilePoller/html/search/all_8.js
+share/doc/qore/modules/FilePoller/html/search/all_9.html
+share/doc/qore/modules/FilePoller/html/search/all_9.js
+share/doc/qore/modules/FilePoller/html/search/all_a.html
+share/doc/qore/modules/FilePoller/html/search/all_a.js
+share/doc/qore/modules/FilePoller/html/search/all_b.html
+share/doc/qore/modules/FilePoller/html/search/all_b.js
+share/doc/qore/modules/FilePoller/html/search/all_c.html
+share/doc/qore/modules/FilePoller/html/search/all_c.js
+share/doc/qore/modules/FilePoller/html/search/all_d.html
+share/doc/qore/modules/FilePoller/html/search/all_d.js
+share/doc/qore/modules/FilePoller/html/search/all_e.html
+share/doc/qore/modules/FilePoller/html/search/all_e.js
+share/doc/qore/modules/FilePoller/html/search/all_f.html
+share/doc/qore/modules/FilePoller/html/search/all_f.js
+share/doc/qore/modules/FilePoller/html/search/classes_0.html
+share/doc/qore/modules/FilePoller/html/search/classes_0.js
+share/doc/qore/modules/FilePoller/html/search/classes_1.html
+share/doc/qore/modules/FilePoller/html/search/classes_1.js
+share/doc/qore/modules/FilePoller/html/search/classes_10.html
+share/doc/qore/modules/FilePoller/html/search/classes_10.js
+share/doc/qore/modules/FilePoller/html/search/classes_11.html
+share/doc/qore/modules/FilePoller/html/search/classes_11.js
+share/doc/qore/modules/FilePoller/html/search/classes_12.html
+share/doc/qore/modules/FilePoller/html/search/classes_12.js
+share/doc/qore/modules/FilePoller/html/search/classes_2.html
+share/doc/qore/modules/FilePoller/html/search/classes_2.js
+share/doc/qore/modules/FilePoller/html/search/classes_3.html
+share/doc/qore/modules/FilePoller/html/search/classes_3.js
+share/doc/qore/modules/FilePoller/html/search/classes_4.html
+share/doc/qore/modules/FilePoller/html/search/classes_4.js
+share/doc/qore/modules/FilePoller/html/search/classes_5.html
+share/doc/qore/modules/FilePoller/html/search/classes_5.js
+share/doc/qore/modules/FilePoller/html/search/classes_6.html
+share/doc/qore/modules/FilePoller/html/search/classes_6.js
+share/doc/qore/modules/FilePoller/html/search/classes_7.html
+share/doc/qore/modules/FilePoller/html/search/classes_7.js
+share/doc/qore/modules/FilePoller/html/search/classes_8.html
+share/doc/qore/modules/FilePoller/html/search/classes_8.js
+share/doc/qore/modules/FilePoller/html/search/classes_9.html
+share/doc/qore/modules/FilePoller/html/search/classes_9.js
+share/doc/qore/modules/FilePoller/html/search/classes_a.html
+share/doc/qore/modules/FilePoller/html/search/classes_a.js
+share/doc/qore/modules/FilePoller/html/search/classes_b.html
+share/doc/qore/modules/FilePoller/html/search/classes_b.js
+share/doc/qore/modules/FilePoller/html/search/classes_c.html
+share/doc/qore/modules/FilePoller/html/search/classes_c.js
+share/doc/qore/modules/FilePoller/html/search/classes_d.html
+share/doc/qore/modules/FilePoller/html/search/classes_d.js
+share/doc/qore/modules/FilePoller/html/search/classes_e.html
+share/doc/qore/modules/FilePoller/html/search/classes_e.js
+share/doc/qore/modules/FilePoller/html/search/classes_f.html
+share/doc/qore/modules/FilePoller/html/search/classes_f.js
+share/doc/qore/modules/FilePoller/html/search/close.png
+share/doc/qore/modules/FilePoller/html/search/functions_0.html
+share/doc/qore/modules/FilePoller/html/search/functions_0.js
+share/doc/qore/modules/FilePoller/html/search/functions_1.html
+share/doc/qore/modules/FilePoller/html/search/functions_1.js
+share/doc/qore/modules/FilePoller/html/search/functions_10.html
+share/doc/qore/modules/FilePoller/html/search/functions_10.js
+share/doc/qore/modules/FilePoller/html/search/functions_11.html
+share/doc/qore/modules/FilePoller/html/search/functions_11.js
+share/doc/qore/modules/FilePoller/html/search/functions_12.html
+share/doc/qore/modules/FilePoller/html/search/functions_12.js
+share/doc/qore/modules/FilePoller/html/search/functions_13.html
+share/doc/qore/modules/FilePoller/html/search/functions_13.js
+share/doc/qore/modules/FilePoller/html/search/functions_14.html
+share/doc/qore/modules/FilePoller/html/search/functions_14.js
+share/doc/qore/modules/FilePoller/html/search/functions_15.html
+share/doc/qore/modules/FilePoller/html/search/functions_15.js
+share/doc/qore/modules/FilePoller/html/search/functions_16.html
+share/doc/qore/modules/FilePoller/html/search/functions_16.js
+share/doc/qore/modules/FilePoller/html/search/functions_17.html
+share/doc/qore/modules/FilePoller/html/search/functions_17.js
+share/doc/qore/modules/FilePoller/html/search/functions_18.html
+share/doc/qore/modules/FilePoller/html/search/functions_18.js
+share/doc/qore/modules/FilePoller/html/search/functions_2.html
+share/doc/qore/modules/FilePoller/html/search/functions_2.js
+share/doc/qore/modules/FilePoller/html/search/functions_3.html
+share/doc/qore/modules/FilePoller/html/search/functions_3.js
+share/doc/qore/modules/FilePoller/html/search/functions_4.html
+share/doc/qore/modules/FilePoller/html/search/functions_4.js
+share/doc/qore/modules/FilePoller/html/search/functions_5.html
+share/doc/qore/modules/FilePoller/html/search/functions_5.js
+share/doc/qore/modules/FilePoller/html/search/functions_6.html
+share/doc/qore/modules/FilePoller/html/search/functions_6.js
+share/doc/qore/modules/FilePoller/html/search/functions_7.html
+share/doc/qore/modules/FilePoller/html/search/functions_7.js
+share/doc/qore/modules/FilePoller/html/search/functions_8.html
+share/doc/qore/modules/FilePoller/html/search/functions_8.js
+share/doc/qore/modules/FilePoller/html/search/functions_9.html
+share/doc/qore/modules/FilePoller/html/search/functions_9.js
+share/doc/qore/modules/FilePoller/html/search/functions_a.html
+share/doc/qore/modules/FilePoller/html/search/functions_a.js
+share/doc/qore/modules/FilePoller/html/search/functions_b.html
+share/doc/qore/modules/FilePoller/html/search/functions_b.js
+share/doc/qore/modules/FilePoller/html/search/functions_c.html
+share/doc/qore/modules/FilePoller/html/search/functions_c.js
+share/doc/qore/modules/FilePoller/html/search/functions_d.html
+share/doc/qore/modules/FilePoller/html/search/functions_d.js
+share/doc/qore/modules/FilePoller/html/search/functions_e.html
+share/doc/qore/modules/FilePoller/html/search/functions_e.js
+share/doc/qore/modules/FilePoller/html/search/functions_f.html
+share/doc/qore/modules/FilePoller/html/search/functions_f.js
+share/doc/qore/modules/FilePoller/html/search/groups_0.html
+share/doc/qore/modules/FilePoller/html/search/groups_0.js
+share/doc/qore/modules/FilePoller/html/search/groups_1.html
+share/doc/qore/modules/FilePoller/html/search/groups_1.js
+share/doc/qore/modules/FilePoller/html/search/groups_10.html
+share/doc/qore/modules/FilePoller/html/search/groups_10.js
+share/doc/qore/modules/FilePoller/html/search/groups_11.html
+share/doc/qore/modules/FilePoller/html/search/groups_11.js
+share/doc/qore/modules/FilePoller/html/search/groups_2.html
+share/doc/qore/modules/FilePoller/html/search/groups_2.js
+share/doc/qore/modules/FilePoller/html/search/groups_3.html
+share/doc/qore/modules/FilePoller/html/search/groups_3.js
+share/doc/qore/modules/FilePoller/html/search/groups_4.html
+share/doc/qore/modules/FilePoller/html/search/groups_4.js
+share/doc/qore/modules/FilePoller/html/search/groups_5.html
+share/doc/qore/modules/FilePoller/html/search/groups_5.js
+share/doc/qore/modules/FilePoller/html/search/groups_6.html
+share/doc/qore/modules/FilePoller/html/search/groups_6.js
+share/doc/qore/modules/FilePoller/html/search/groups_7.html
+share/doc/qore/modules/FilePoller/html/search/groups_7.js
+share/doc/qore/modules/FilePoller/html/search/groups_8.html
+share/doc/qore/modules/FilePoller/html/search/groups_8.js
+share/doc/qore/modules/FilePoller/html/search/groups_9.html
+share/doc/qore/modules/FilePoller/html/search/groups_9.js
+share/doc/qore/modules/FilePoller/html/search/groups_a.html
+share/doc/qore/modules/FilePoller/html/search/groups_a.js
+share/doc/qore/modules/FilePoller/html/search/groups_b.html
+share/doc/qore/modules/FilePoller/html/search/groups_b.js
+share/doc/qore/modules/FilePoller/html/search/groups_c.html
+share/doc/qore/modules/FilePoller/html/search/groups_c.js
+share/doc/qore/modules/FilePoller/html/search/groups_d.html
+share/doc/qore/modules/FilePoller/html/search/groups_d.js
+share/doc/qore/modules/FilePoller/html/search/groups_e.html
+share/doc/qore/modules/FilePoller/html/search/groups_e.js
+share/doc/qore/modules/FilePoller/html/search/groups_f.html
+share/doc/qore/modules/FilePoller/html/search/groups_f.js
+share/doc/qore/modules/FilePoller/html/search/mag_sel.png
+share/doc/qore/modules/FilePoller/html/search/namespaces_0.html
+share/doc/qore/modules/FilePoller/html/search/namespaces_0.js
+share/doc/qore/modules/FilePoller/html/search/namespaces_1.html
+share/doc/qore/modules/FilePoller/html/search/namespaces_1.js
+share/doc/qore/modules/FilePoller/html/search/namespaces_2.html
+share/doc/qore/modules/FilePoller/html/search/namespaces_2.js
+share/doc/qore/modules/FilePoller/html/search/namespaces_3.html
+share/doc/qore/modules/FilePoller/html/search/namespaces_3.js
+share/doc/qore/modules/FilePoller/html/search/namespaces_4.html
+share/doc/qore/modules/FilePoller/html/search/namespaces_4.js
+share/doc/qore/modules/FilePoller/html/search/namespaces_5.html
+share/doc/qore/modules/FilePoller/html/search/namespaces_5.js
+share/doc/qore/modules/FilePoller/html/search/namespaces_6.html
+share/doc/qore/modules/FilePoller/html/search/namespaces_6.js
+share/doc/qore/modules/FilePoller/html/search/nomatches.html
+share/doc/qore/modules/FilePoller/html/search/pages_0.html
+share/doc/qore/modules/FilePoller/html/search/pages_0.js
+share/doc/qore/modules/FilePoller/html/search/pages_1.html
+share/doc/qore/modules/FilePoller/html/search/pages_1.js
+share/doc/qore/modules/FilePoller/html/search/pages_10.html
+share/doc/qore/modules/FilePoller/html/search/pages_10.js
+share/doc/qore/modules/FilePoller/html/search/pages_11.html
+share/doc/qore/modules/FilePoller/html/search/pages_11.js
+share/doc/qore/modules/FilePoller/html/search/pages_2.html
+share/doc/qore/modules/FilePoller/html/search/pages_2.js
+share/doc/qore/modules/FilePoller/html/search/pages_3.html
+share/doc/qore/modules/FilePoller/html/search/pages_3.js
+share/doc/qore/modules/FilePoller/html/search/pages_4.html
+share/doc/qore/modules/FilePoller/html/search/pages_4.js
+share/doc/qore/modules/FilePoller/html/search/pages_5.html
+share/doc/qore/modules/FilePoller/html/search/pages_5.js
+share/doc/qore/modules/FilePoller/html/search/pages_6.html
+share/doc/qore/modules/FilePoller/html/search/pages_6.js
+share/doc/qore/modules/FilePoller/html/search/pages_7.html
+share/doc/qore/modules/FilePoller/html/search/pages_7.js
+share/doc/qore/modules/FilePoller/html/search/pages_8.html
+share/doc/qore/modules/FilePoller/html/search/pages_8.js
+share/doc/qore/modules/FilePoller/html/search/pages_9.html
+share/doc/qore/modules/FilePoller/html/search/pages_9.js
+share/doc/qore/modules/FilePoller/html/search/pages_a.html
+share/doc/qore/modules/FilePoller/html/search/pages_a.js
+share/doc/qore/modules/FilePoller/html/search/pages_b.html
+share/doc/qore/modules/FilePoller/html/search/pages_b.js
+share/doc/qore/modules/FilePoller/html/search/pages_c.html
+share/doc/qore/modules/FilePoller/html/search/pages_c.js
+share/doc/qore/modules/FilePoller/html/search/pages_d.html
+share/doc/qore/modules/FilePoller/html/search/pages_d.js
+share/doc/qore/modules/FilePoller/html/search/pages_e.html
+share/doc/qore/modules/FilePoller/html/search/pages_e.js
+share/doc/qore/modules/FilePoller/html/search/pages_f.html
+share/doc/qore/modules/FilePoller/html/search/pages_f.js
+share/doc/qore/modules/FilePoller/html/search/search.css
+share/doc/qore/modules/FilePoller/html/search/search.js
+share/doc/qore/modules/FilePoller/html/search/search_l.png
+share/doc/qore/modules/FilePoller/html/search/search_m.png
+share/doc/qore/modules/FilePoller/html/search/search_r.png
+share/doc/qore/modules/FilePoller/html/search/searchdata.js
+share/doc/qore/modules/FilePoller/html/search/variables_0.html
+share/doc/qore/modules/FilePoller/html/search/variables_0.js
+share/doc/qore/modules/FilePoller/html/search/variables_1.html
+share/doc/qore/modules/FilePoller/html/search/variables_1.js
+share/doc/qore/modules/FilePoller/html/search/variables_10.html
+share/doc/qore/modules/FilePoller/html/search/variables_10.js
+share/doc/qore/modules/FilePoller/html/search/variables_11.html
+share/doc/qore/modules/FilePoller/html/search/variables_11.js
+share/doc/qore/modules/FilePoller/html/search/variables_12.html
+share/doc/qore/modules/FilePoller/html/search/variables_12.js
+share/doc/qore/modules/FilePoller/html/search/variables_13.html
+share/doc/qore/modules/FilePoller/html/search/variables_13.js
+share/doc/qore/modules/FilePoller/html/search/variables_14.html
+share/doc/qore/modules/FilePoller/html/search/variables_14.js
+share/doc/qore/modules/FilePoller/html/search/variables_15.html
+share/doc/qore/modules/FilePoller/html/search/variables_15.js
+share/doc/qore/modules/FilePoller/html/search/variables_16.html
+share/doc/qore/modules/FilePoller/html/search/variables_16.js
+share/doc/qore/modules/FilePoller/html/search/variables_17.html
+share/doc/qore/modules/FilePoller/html/search/variables_17.js
+share/doc/qore/modules/FilePoller/html/search/variables_2.html
+share/doc/qore/modules/FilePoller/html/search/variables_2.js
+share/doc/qore/modules/FilePoller/html/search/variables_3.html
+share/doc/qore/modules/FilePoller/html/search/variables_3.js
+share/doc/qore/modules/FilePoller/html/search/variables_4.html
+share/doc/qore/modules/FilePoller/html/search/variables_4.js
+share/doc/qore/modules/FilePoller/html/search/variables_5.html
+share/doc/qore/modules/FilePoller/html/search/variables_5.js
+share/doc/qore/modules/FilePoller/html/search/variables_6.html
+share/doc/qore/modules/FilePoller/html/search/variables_6.js
+share/doc/qore/modules/FilePoller/html/search/variables_7.html
+share/doc/qore/modules/FilePoller/html/search/variables_7.js
+share/doc/qore/modules/FilePoller/html/search/variables_8.html
+share/doc/qore/modules/FilePoller/html/search/variables_8.js
+share/doc/qore/modules/FilePoller/html/search/variables_9.html
+share/doc/qore/modules/FilePoller/html/search/variables_9.js
+share/doc/qore/modules/FilePoller/html/search/variables_a.html
+share/doc/qore/modules/FilePoller/html/search/variables_a.js
+share/doc/qore/modules/FilePoller/html/search/variables_b.html
+share/doc/qore/modules/FilePoller/html/search/variables_b.js
+share/doc/qore/modules/FilePoller/html/search/variables_c.html
+share/doc/qore/modules/FilePoller/html/search/variables_c.js
+share/doc/qore/modules/FilePoller/html/search/variables_d.html
+share/doc/qore/modules/FilePoller/html/search/variables_d.js
+share/doc/qore/modules/FilePoller/html/search/variables_e.html
+share/doc/qore/modules/FilePoller/html/search/variables_e.js
+share/doc/qore/modules/FilePoller/html/search/variables_f.html
+share/doc/qore/modules/FilePoller/html/search/variables_f.js
+share/doc/qore/modules/FilePoller/html/splitbar.png
+share/doc/qore/modules/FilePoller/html/sync_off.png
+share/doc/qore/modules/FilePoller/html/sync_on.png
+share/doc/qore/modules/FilePoller/html/tab_a.png
+share/doc/qore/modules/FilePoller/html/tab_b.png
+share/doc/qore/modules/FilePoller/html/tab_h.png
+share/doc/qore/modules/FilePoller/html/tab_s.png
+share/doc/qore/modules/FilePoller/html/tabs.css
+share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_util_8qm_8dox_8h_source.html
+share/doc/qore/modules/FixedLengthUtil/html/annotated.html
+share/doc/qore/modules/FixedLengthUtil/html/annotated_dup.js
+share/doc/qore/modules/FixedLengthUtil/html/arrowdown.png
+share/doc/qore/modules/FixedLengthUtil/html/arrowright.png
+share/doc/qore/modules/FixedLengthUtil/html/bc_s.png
+share/doc/qore/modules/FixedLengthUtil/html/bdwn.png
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_iterator-members.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_iterator.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_iterator.js
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_iterator__inherit__graph.map
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_iterator__inherit__graph.md5
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_iterator__inherit__graph.png
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer-members.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer.js
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.map
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.md5
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.png
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator-members.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator.js
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.map
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.md5
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.png
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer-members.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer.js
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.map
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.md5
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.png
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator-members.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator.js
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator__inherit__graph.map
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator__inherit__graph.md5
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator__inherit__graph.png
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer-members.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer.html
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer.js
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer__inherit__graph.map
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer__inherit__graph.md5
+share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer__inherit__graph.png
+share/doc/qore/modules/FixedLengthUtil/html/classes.html
+share/doc/qore/modules/FixedLengthUtil/html/closed.png
+share/doc/qore/modules/FixedLengthUtil/html/dir_13add0083e006ac756009d5942a24d28.html
+share/doc/qore/modules/FixedLengthUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.map
+share/doc/qore/modules/FixedLengthUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
+share/doc/qore/modules/FixedLengthUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.png
+share/doc/qore/modules/FixedLengthUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
+share/doc/qore/modules/FixedLengthUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
+share/doc/qore/modules/FixedLengthUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
+share/doc/qore/modules/FixedLengthUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/FixedLengthUtil/html/doc.png
+share/doc/qore/modules/FixedLengthUtil/html/doxygen.css
+share/doc/qore/modules/FixedLengthUtil/html/doxygen.png
+share/doc/qore/modules/FixedLengthUtil/html/dynsections.js
+share/doc/qore/modules/FixedLengthUtil/html/folderclosed.png
+share/doc/qore/modules/FixedLengthUtil/html/folderopen.png
+share/doc/qore/modules/FixedLengthUtil/html/functions.html
+share/doc/qore/modules/FixedLengthUtil/html/functions_func.html
+share/doc/qore/modules/FixedLengthUtil/html/functions_vars.html
+share/doc/qore/modules/FixedLengthUtil/html/graph_legend.html
+share/doc/qore/modules/FixedLengthUtil/html/graph_legend.md5
+share/doc/qore/modules/FixedLengthUtil/html/graph_legend.png
+share/doc/qore/modules/FixedLengthUtil/html/hierarchy.html
+share/doc/qore/modules/FixedLengthUtil/html/hierarchy.js
+share/doc/qore/modules/FixedLengthUtil/html/index.html
+share/doc/qore/modules/FixedLengthUtil/html/index.qhp
+share/doc/qore/modules/FixedLengthUtil/html/inherit_graph_0.map
+share/doc/qore/modules/FixedLengthUtil/html/inherit_graph_0.md5
+share/doc/qore/modules/FixedLengthUtil/html/inherit_graph_0.png
+share/doc/qore/modules/FixedLengthUtil/html/inherit_graph_1.map
+share/doc/qore/modules/FixedLengthUtil/html/inherit_graph_1.md5
+share/doc/qore/modules/FixedLengthUtil/html/inherit_graph_1.png
+share/doc/qore/modules/FixedLengthUtil/html/inherits.html
+share/doc/qore/modules/FixedLengthUtil/html/jquery.js
+share/doc/qore/modules/FixedLengthUtil/html/namespace_fixed_length_util.html
+share/doc/qore/modules/FixedLengthUtil/html/namespace_fixed_length_util.js
+share/doc/qore/modules/FixedLengthUtil/html/namespacemembers.html
+share/doc/qore/modules/FixedLengthUtil/html/namespacemembers_vars.html
+share/doc/qore/modules/FixedLengthUtil/html/namespaces.html
+share/doc/qore/modules/FixedLengthUtil/html/namespaces.js
+share/doc/qore/modules/FixedLengthUtil/html/nav_f.png
+share/doc/qore/modules/FixedLengthUtil/html/nav_g.png
+share/doc/qore/modules/FixedLengthUtil/html/nav_h.png
+share/doc/qore/modules/FixedLengthUtil/html/navtree.css
+share/doc/qore/modules/FixedLengthUtil/html/navtree.js
+share/doc/qore/modules/FixedLengthUtil/html/navtreedata.js
+share/doc/qore/modules/FixedLengthUtil/html/navtreeindex0.js
+share/doc/qore/modules/FixedLengthUtil/html/open.png
+share/doc/qore/modules/FixedLengthUtil/html/pages.html
+share/doc/qore/modules/FixedLengthUtil/html/resize.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_0.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_0.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_1.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_1.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_10.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_10.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_11.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_11.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_12.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_12.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_13.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_13.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_14.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_14.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_15.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_15.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_16.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_16.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_17.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_17.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_18.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_18.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_19.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_19.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_1a.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_1a.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_2.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_2.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_3.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_3.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_4.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_4.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_5.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_5.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_6.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_6.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_7.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_7.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_8.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_8.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_9.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_9.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_a.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_a.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_b.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_b.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_c.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_c.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_d.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_d.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_e.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_e.js
+share/doc/qore/modules/FixedLengthUtil/html/search/all_f.html
+share/doc/qore/modules/FixedLengthUtil/html/search/all_f.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_0.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_0.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_1.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_1.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_10.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_10.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_11.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_11.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_12.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_12.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_2.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_2.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_3.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_3.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_4.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_4.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_5.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_5.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_6.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_6.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_7.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_7.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_8.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_8.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_9.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_9.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_a.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_a.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_b.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_b.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_c.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_c.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_d.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_d.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_e.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_e.js
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_f.html
+share/doc/qore/modules/FixedLengthUtil/html/search/classes_f.js
+share/doc/qore/modules/FixedLengthUtil/html/search/close.png
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_0.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_0.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_1.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_1.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_10.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_10.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_11.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_11.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_12.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_12.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_13.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_13.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_14.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_14.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_15.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_15.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_16.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_16.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_17.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_17.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_18.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_18.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_2.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_2.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_3.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_3.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_4.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_4.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_5.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_5.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_6.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_6.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_7.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_7.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_8.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_8.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_9.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_9.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_a.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_a.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_b.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_b.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_c.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_c.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_d.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_d.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_e.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_e.js
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_f.html
+share/doc/qore/modules/FixedLengthUtil/html/search/functions_f.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_0.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_0.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_1.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_1.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_10.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_10.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_11.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_11.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_2.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_2.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_3.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_3.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_4.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_4.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_5.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_5.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_6.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_6.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_7.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_7.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_8.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_8.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_9.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_9.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_a.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_a.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_b.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_b.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_c.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_c.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_d.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_d.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_e.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_e.js
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_f.html
+share/doc/qore/modules/FixedLengthUtil/html/search/groups_f.js
+share/doc/qore/modules/FixedLengthUtil/html/search/mag_sel.png
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_0.html
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_0.js
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_1.html
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_1.js
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_2.html
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_2.js
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_3.html
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_3.js
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_4.html
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_4.js
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_5.html
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_5.js
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_6.html
+share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_6.js
+share/doc/qore/modules/FixedLengthUtil/html/search/nomatches.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_1.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_1.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_10.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_10.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_11.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_11.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_2.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_2.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_3.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_3.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_4.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_4.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_5.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_5.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_6.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_6.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_7.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_7.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_8.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_8.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_9.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_9.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_a.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_a.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_b.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_b.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_c.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_c.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_d.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_d.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_e.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_e.js
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_f.html
+share/doc/qore/modules/FixedLengthUtil/html/search/pages_f.js
+share/doc/qore/modules/FixedLengthUtil/html/search/search.css
+share/doc/qore/modules/FixedLengthUtil/html/search/search.js
+share/doc/qore/modules/FixedLengthUtil/html/search/search_l.png
+share/doc/qore/modules/FixedLengthUtil/html/search/search_m.png
+share/doc/qore/modules/FixedLengthUtil/html/search/search_r.png
+share/doc/qore/modules/FixedLengthUtil/html/search/searchdata.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_0.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_0.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_1.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_1.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_10.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_10.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_11.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_11.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_12.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_12.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_13.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_13.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_14.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_14.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_15.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_15.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_16.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_16.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_17.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_17.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_2.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_2.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_3.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_3.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_4.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_4.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_5.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_5.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_6.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_6.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_7.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_7.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_8.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_8.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_9.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_9.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_a.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_a.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_b.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_b.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_c.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_c.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_d.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_d.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_e.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_e.js
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_f.html
+share/doc/qore/modules/FixedLengthUtil/html/search/variables_f.js
+share/doc/qore/modules/FixedLengthUtil/html/splitbar.png
+share/doc/qore/modules/FixedLengthUtil/html/sync_off.png
+share/doc/qore/modules/FixedLengthUtil/html/sync_on.png
+share/doc/qore/modules/FixedLengthUtil/html/tab_a.png
+share/doc/qore/modules/FixedLengthUtil/html/tab_b.png
+share/doc/qore/modules/FixedLengthUtil/html/tab_h.png
+share/doc/qore/modules/FixedLengthUtil/html/tab_s.png
+share/doc/qore/modules/FixedLengthUtil/html/tabs.css
+share/doc/qore/modules/FreetdsSqlUtil/html/_freetds_sql_util_8qm_8dox_8h_source.html
+share/doc/qore/modules/FreetdsSqlUtil/html/annotated.html
+share/doc/qore/modules/FreetdsSqlUtil/html/annotated_dup.js
+share/doc/qore/modules/FreetdsSqlUtil/html/arrowdown.png
+share/doc/qore/modules/FreetdsSqlUtil/html/arrowright.png
+share/doc/qore/modules/FreetdsSqlUtil/html/bc_s.png
+share/doc/qore/modules/FreetdsSqlUtil/html/bdwn.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_check_constraint-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_check_constraint.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_check_constraint.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_check_constraint__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_check_constraint__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_check_constraint__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_column-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_column.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_column.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_column__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_column__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_column__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_database-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_database.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_database.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_database__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_database__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_database__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_foreign_constraint-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_foreign_constraint.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_foreign_constraint.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_foreign_constraint__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_foreign_constraint__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_foreign_constraint__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_function-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_function.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_function.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_function__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_function__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_function__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_index-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_index.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_index.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_index__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_index__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_index__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_numeric_column-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_numeric_column.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_numeric_column.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_numeric_column__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_numeric_column__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_numeric_column__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_primary_key-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_primary_key.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_primary_key.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_primary_key__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_primary_key__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_primary_key__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_sequence-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_sequence.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_sequence.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_sequence__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_sequence__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_sequence__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_table-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_table.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_table.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_table__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_table__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_table__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_trigger-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_trigger.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_trigger.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_trigger__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_trigger__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_trigger__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint_common-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint_common.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint_common.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint_common__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint_common__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_unique_constraint_common__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_view-members.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_view.html
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_view.js
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_view__inherit__graph.map
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_view__inherit__graph.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/class_freetds_sql_util_1_1_freetds_view__inherit__graph.png
+share/doc/qore/modules/FreetdsSqlUtil/html/classes.html
+share/doc/qore/modules/FreetdsSqlUtil/html/closed.png
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_13add0083e006ac756009d5942a24d28.html
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.map
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.png
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/FreetdsSqlUtil/html/doc.png
+share/doc/qore/modules/FreetdsSqlUtil/html/doxygen.css
+share/doc/qore/modules/FreetdsSqlUtil/html/doxygen.png
+share/doc/qore/modules/FreetdsSqlUtil/html/dynsections.js
+share/doc/qore/modules/FreetdsSqlUtil/html/folderclosed.png
+share/doc/qore/modules/FreetdsSqlUtil/html/folderopen.png
+share/doc/qore/modules/FreetdsSqlUtil/html/functions.html
+share/doc/qore/modules/FreetdsSqlUtil/html/functions_func.html
+share/doc/qore/modules/FreetdsSqlUtil/html/functions_vars.html
+share/doc/qore/modules/FreetdsSqlUtil/html/graph_legend.html
+share/doc/qore/modules/FreetdsSqlUtil/html/graph_legend.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/graph_legend.png
+share/doc/qore/modules/FreetdsSqlUtil/html/hierarchy.html
+share/doc/qore/modules/FreetdsSqlUtil/html/hierarchy.js
+share/doc/qore/modules/FreetdsSqlUtil/html/index.html
+share/doc/qore/modules/FreetdsSqlUtil/html/index.qhp
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_0.map
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_0.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_0.png
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_1.map
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_1.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_1.png
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_2.map
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_2.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_2.png
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_3.map
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_3.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_3.png
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_4.map
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_4.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_4.png
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_5.map
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_5.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_5.png
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_6.map
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_6.md5
+share/doc/qore/modules/FreetdsSqlUtil/html/inherit_graph_6.png
+share/doc/qore/modules/FreetdsSqlUtil/html/inherits.html
+share/doc/qore/modules/FreetdsSqlUtil/html/jquery.js
+share/doc/qore/modules/FreetdsSqlUtil/html/namespace_freetds_sql_util.html
+share/doc/qore/modules/FreetdsSqlUtil/html/namespace_freetds_sql_util.js
+share/doc/qore/modules/FreetdsSqlUtil/html/namespacemembers.html
+share/doc/qore/modules/FreetdsSqlUtil/html/namespacemembers_func.html
+share/doc/qore/modules/FreetdsSqlUtil/html/namespaces.html
+share/doc/qore/modules/FreetdsSqlUtil/html/namespaces.js
+share/doc/qore/modules/FreetdsSqlUtil/html/nav_f.png
+share/doc/qore/modules/FreetdsSqlUtil/html/nav_g.png
+share/doc/qore/modules/FreetdsSqlUtil/html/nav_h.png
+share/doc/qore/modules/FreetdsSqlUtil/html/navtree.css
+share/doc/qore/modules/FreetdsSqlUtil/html/navtree.js
+share/doc/qore/modules/FreetdsSqlUtil/html/navtreedata.js
+share/doc/qore/modules/FreetdsSqlUtil/html/navtreeindex0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/open.png
+share/doc/qore/modules/FreetdsSqlUtil/html/pages.html
+share/doc/qore/modules/FreetdsSqlUtil/html/resize.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_0.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_1.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_1.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_10.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_10.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_11.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_11.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_12.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_12.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_13.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_13.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_14.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_14.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_15.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_15.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_16.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_16.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_17.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_17.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_18.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_18.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_19.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_19.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_1a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_1a.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_2.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_2.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_3.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_3.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_4.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_4.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_5.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_5.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_6.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_6.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_7.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_7.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_8.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_8.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_9.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_9.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_a.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_b.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_b.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_c.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_c.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_d.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_d.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_e.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_e.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_f.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/all_f.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_0.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_1.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_1.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_10.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_10.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_11.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_11.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_12.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_12.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_2.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_2.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_3.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_3.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_4.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_4.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_5.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_5.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_6.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_6.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_7.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_7.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_8.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_8.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_9.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_9.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_a.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_b.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_b.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_c.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_c.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_d.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_d.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_e.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_e.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_f.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/classes_f.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/close.png
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_0.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_1.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_1.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_10.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_10.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_11.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_11.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_12.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_12.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_13.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_13.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_14.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_14.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_15.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_15.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_16.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_16.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_17.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_17.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_18.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_18.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_2.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_2.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_3.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_3.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_4.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_4.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_5.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_5.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_6.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_6.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_7.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_7.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_8.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_8.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_9.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_9.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_a.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_b.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_b.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_c.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_c.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_d.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_d.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_e.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_e.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_f.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/functions_f.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_0.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_1.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_1.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_10.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_10.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_11.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_11.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_2.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_2.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_3.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_3.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_4.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_4.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_5.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_5.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_6.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_6.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_7.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_7.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_8.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_8.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_9.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_9.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_a.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_b.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_b.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_c.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_c.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_d.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_d.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_e.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_e.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_f.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/groups_f.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/mag_sel.png
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_0.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_1.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_1.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_2.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_2.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_3.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_3.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_4.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_4.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_5.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_5.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_6.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_6.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/nomatches.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_1.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_1.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_10.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_10.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_11.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_11.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_2.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_2.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_3.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_3.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_4.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_4.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_5.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_5.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_6.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_6.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_7.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_7.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_8.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_8.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_9.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_9.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_a.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_b.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_b.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_c.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_c.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_d.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_d.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_e.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_e.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_f.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_f.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/search.css
+share/doc/qore/modules/FreetdsSqlUtil/html/search/search.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/search_l.png
+share/doc/qore/modules/FreetdsSqlUtil/html/search/search_m.png
+share/doc/qore/modules/FreetdsSqlUtil/html/search/search_r.png
+share/doc/qore/modules/FreetdsSqlUtil/html/search/searchdata.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_0.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_0.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_1.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_1.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_10.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_10.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_11.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_11.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_12.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_12.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_13.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_13.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_14.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_14.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_15.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_15.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_16.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_16.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_17.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_17.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_2.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_2.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_3.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_3.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_4.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_4.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_5.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_5.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_6.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_6.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_7.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_7.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_8.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_8.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_9.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_9.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_a.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_a.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_b.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_b.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_c.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_c.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_d.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_d.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_e.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_e.js
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_f.html
+share/doc/qore/modules/FreetdsSqlUtil/html/search/variables_f.js
+share/doc/qore/modules/FreetdsSqlUtil/html/splitbar.png
+share/doc/qore/modules/FreetdsSqlUtil/html/sync_off.png
+share/doc/qore/modules/FreetdsSqlUtil/html/sync_on.png
+share/doc/qore/modules/FreetdsSqlUtil/html/tab_a.png
+share/doc/qore/modules/FreetdsSqlUtil/html/tab_b.png
+share/doc/qore/modules/FreetdsSqlUtil/html/tab_h.png
+share/doc/qore/modules/FreetdsSqlUtil/html/tab_s.png
+share/doc/qore/modules/FreetdsSqlUtil/html/tabs.css
 share/doc/qore/modules/HttpServer/html/_http_server_8qm_8dox_8h_source.html
 share/doc/qore/modules/HttpServer/html/annotated.html
-share/doc/qore/modules/HttpServer/html/annotated.js
+share/doc/qore/modules/HttpServer/html/annotated_dup.js
+share/doc/qore/modules/HttpServer/html/arrowdown.png
+share/doc/qore/modules/HttpServer/html/arrowright.png
 share/doc/qore/modules/HttpServer/html/bc_s.png
 share/doc/qore/modules/HttpServer/html/bdwn.png
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_authenticator-members.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_authenticator.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_authenticator.js
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_request_handler-members.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_request_handler.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_request_handler.js
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_request_handler__inherit__graph.map
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_request_handler__inherit__graph.md5
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_request_handler__inherit__graph.png
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_socket_handler-members.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_socket_handler.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_socket_handler.js
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_socket_handler__inherit__graph.map
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_socket_handler__inherit__graph.md5
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_http_socket_handler__inherit__graph.png
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_stream_request-members.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_stream_request.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_stream_request.js
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_stream_request_handler-members.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_stream_request_handler.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_stream_request_handler.js
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_url_handler-members.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_url_handler.html
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_url_handler.js
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_url_handler__inherit__graph.map
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_url_handler__inherit__graph.md5
-share/doc/qore/modules/HttpServer/html/class_http_server_1_1_abstract_url_handler__inherit__graph.png
 share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener-members.html
 share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener.html
 share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener__inherit__graph.map
@@ -3970,6 +4969,9 @@ share/doc/qore/modules/HttpServer/html/c
 share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server-members.html
 share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server.html
 share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server.js
+share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server__inherit__graph.map
+share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server__inherit__graph.md5
+share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server__inherit__graph.png
 share/doc/qore/modules/HttpServer/html/classes.html
 share/doc/qore/modules/HttpServer/html/closed.png
 share/doc/qore/modules/HttpServer/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -3980,31 +4982,93 @@ share/doc/qore/modules/HttpServer/html/d
 share/doc/qore/modules/HttpServer/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/HttpServer/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/HttpServer/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/HttpServer/html/doc.png
 share/doc/qore/modules/HttpServer/html/doxygen.css
 share/doc/qore/modules/HttpServer/html/doxygen.png
 share/doc/qore/modules/HttpServer/html/dynsections.js
-share/doc/qore/modules/HttpServer/html/ftv2blank.png
-share/doc/qore/modules/HttpServer/html/ftv2cl.png
-share/doc/qore/modules/HttpServer/html/ftv2doc.png
-share/doc/qore/modules/HttpServer/html/ftv2folderclosed.png
-share/doc/qore/modules/HttpServer/html/ftv2folderopen.png
-share/doc/qore/modules/HttpServer/html/ftv2lastnode.png
-share/doc/qore/modules/HttpServer/html/ftv2link.png
-share/doc/qore/modules/HttpServer/html/ftv2mlastnode.png
-share/doc/qore/modules/HttpServer/html/ftv2mnode.png
-share/doc/qore/modules/HttpServer/html/ftv2mo.png
-share/doc/qore/modules/HttpServer/html/ftv2node.png
-share/doc/qore/modules/HttpServer/html/ftv2ns.png
-share/doc/qore/modules/HttpServer/html/ftv2plastnode.png
-share/doc/qore/modules/HttpServer/html/ftv2pnode.png
-share/doc/qore/modules/HttpServer/html/ftv2splitbar.png
-share/doc/qore/modules/HttpServer/html/ftv2vertline.png
+share/doc/qore/modules/HttpServer/html/folderclosed.png
+share/doc/qore/modules/HttpServer/html/folderopen.png
 share/doc/qore/modules/HttpServer/html/functions.html
 share/doc/qore/modules/HttpServer/html/functions_func.html
 share/doc/qore/modules/HttpServer/html/functions_vars.html
 share/doc/qore/modules/HttpServer/html/graph_legend.html
 share/doc/qore/modules/HttpServer/html/graph_legend.md5
 share/doc/qore/modules/HttpServer/html/graph_legend.png
+share/doc/qore/modules/HttpServer/html/group___http_server_logging_options.js
+share/doc/qore/modules/HttpServer/html/group___listener_log_options.html
+share/doc/qore/modules/HttpServer/html/group___listener_log_options.js
+share/doc/qore/modules/HttpServer/html/group___mime_content_transfer_encoding_constants.js
+share/doc/qore/modules/HttpServer/html/group___mime_decoding_functions.js
+share/doc/qore/modules/HttpServer/html/group___mime_encoding_functions.js
+share/doc/qore/modules/HttpServer/html/group___mime_misc_functions.js
+share/doc/qore/modules/HttpServer/html/group___mime_type_definitions.js
+share/doc/qore/modules/HttpServer/html/group___multi_part_constants.js
+share/doc/qore/modules/HttpServer/html/group___string_concat_decoding.js
+share/doc/qore/modules/HttpServer/html/group___string_concat_encoding.js
+share/doc/qore/modules/HttpServer/html/group__boolean__constants.js
+share/doc/qore/modules/HttpServer/html/group__call__type__constants.js
+share/doc/qore/modules/HttpServer/html/group__compression__constants.js
+share/doc/qore/modules/HttpServer/html/group__compresssion__functions.js
+share/doc/qore/modules/HttpServer/html/group__context__functions.js
+share/doc/qore/modules/HttpServer/html/group__cryptographic__constants.js
+share/doc/qore/modules/HttpServer/html/group__cryptographic__functions.js
+share/doc/qore/modules/HttpServer/html/group__database__driver__constants.js
+share/doc/qore/modules/HttpServer/html/group__date__and__time__functions.js
+share/doc/qore/modules/HttpServer/html/group__dbi__capabilities.js
+share/doc/qore/modules/HttpServer/html/group__dbi__functions.js
+share/doc/qore/modules/HttpServer/html/group__digest__functions.js
+share/doc/qore/modules/HttpServer/html/group__env__functions.js
+share/doc/qore/modules/HttpServer/html/group__error__constants.js
+share/doc/qore/modules/HttpServer/html/group__event__constants.js
+share/doc/qore/modules/HttpServer/html/group__event__map__constants.js
+share/doc/qore/modules/HttpServer/html/group__event__source__constants.js
+share/doc/qore/modules/HttpServer/html/group__exception__type__constants.js
+share/doc/qore/modules/HttpServer/html/group__file__locking__constants.js
+share/doc/qore/modules/HttpServer/html/group__file__open__constants.js
+share/doc/qore/modules/HttpServer/html/group__file__seek__constants.js
+share/doc/qore/modules/HttpServer/html/group__file__stat__constants.js
+share/doc/qore/modules/HttpServer/html/group__filesystem__functions.js
+share/doc/qore/modules/HttpServer/html/group__hmac__functions.js
+share/doc/qore/modules/HttpServer/html/group__input__stream__function.js
+share/doc/qore/modules/HttpServer/html/group__io__constants.js
+share/doc/qore/modules/HttpServer/html/group__library__functions.js
+share/doc/qore/modules/HttpServer/html/group__list__functions.js
+share/doc/qore/modules/HttpServer/html/group__math__constants.js
+share/doc/qore/modules/HttpServer/html/group__math__functions.js
+share/doc/qore/modules/HttpServer/html/group__misc__functions.js
+share/doc/qore/modules/HttpServer/html/group__network__address__family__constants.js
+share/doc/qore/modules/HttpServer/html/group__network__address__information__constants.js
+share/doc/qore/modules/HttpServer/html/group__null__and__nothing__constants.js
+share/doc/qore/modules/HttpServer/html/group__number__formatting__constants.js
+share/doc/qore/modules/HttpServer/html/group__object__functions.js
+share/doc/qore/modules/HttpServer/html/group__old__dbi__functions.js
+share/doc/qore/modules/HttpServer/html/group__option__constants.js
+share/doc/qore/modules/HttpServer/html/group__parse__options.js
+share/doc/qore/modules/HttpServer/html/group__protocol__constants.js
+share/doc/qore/modules/HttpServer/html/group__pwd__functions.js
+share/doc/qore/modules/HttpServer/html/group__range__functions.js
+share/doc/qore/modules/HttpServer/html/group__regex__constants.js
+share/doc/qore/modules/HttpServer/html/group__signal__constants.js
+share/doc/qore/modules/HttpServer/html/group__signal__handling__functions.js
+share/doc/qore/modules/HttpServer/html/group__socket__type__constants.js
+share/doc/qore/modules/HttpServer/html/group__sql__constants.js
+share/doc/qore/modules/HttpServer/html/group__string__functions.js
+share/doc/qore/modules/HttpServer/html/group__string__type__constants.js
+share/doc/qore/modules/HttpServer/html/group__system__and__build__constants.js
+share/doc/qore/modules/HttpServer/html/group__t.js
+share/doc/qore/modules/HttpServer/html/group__tattr__control__character__constants.js
+share/doc/qore/modules/HttpServer/html/group__tattr__control__mode__constants.js
+share/doc/qore/modules/HttpServer/html/group__tattr__input__mode__constants.js
+share/doc/qore/modules/HttpServer/html/group__tattr__local__mode__constants.js
+share/doc/qore/modules/HttpServer/html/group__tattr__output__mode__constants.js
+share/doc/qore/modules/HttpServer/html/group__tattr__term__setting__constants.js
+share/doc/qore/modules/HttpServer/html/group__threading__functions.js
+share/doc/qore/modules/HttpServer/html/group__type__code__constants.js
+share/doc/qore/modules/HttpServer/html/group__type__code__map__constants.js
+share/doc/qore/modules/HttpServer/html/group__type__conversion__functions.js
+share/doc/qore/modules/HttpServer/html/group__user__and__group__functions.js
+share/doc/qore/modules/HttpServer/html/group__warning__constants.js
+share/doc/qore/modules/HttpServer/html/group__x509__verification__constants.js
 share/doc/qore/modules/HttpServer/html/hierarchy.html
 share/doc/qore/modules/HttpServer/html/hierarchy.js
 share/doc/qore/modules/HttpServer/html/index.html
@@ -4012,27 +5076,15 @@ share/doc/qore/modules/HttpServer/html/i
 share/doc/qore/modules/HttpServer/html/inherit_graph_0.map
 share/doc/qore/modules/HttpServer/html/inherit_graph_0.md5
 share/doc/qore/modules/HttpServer/html/inherit_graph_0.png
-share/doc/qore/modules/HttpServer/html/inherit_graph_1.map
-share/doc/qore/modules/HttpServer/html/inherit_graph_1.md5
-share/doc/qore/modules/HttpServer/html/inherit_graph_1.png
-share/doc/qore/modules/HttpServer/html/inherit_graph_2.map
-share/doc/qore/modules/HttpServer/html/inherit_graph_2.md5
-share/doc/qore/modules/HttpServer/html/inherit_graph_2.png
-share/doc/qore/modules/HttpServer/html/inherit_graph_3.map
-share/doc/qore/modules/HttpServer/html/inherit_graph_3.md5
-share/doc/qore/modules/HttpServer/html/inherit_graph_3.png
-share/doc/qore/modules/HttpServer/html/inherit_graph_4.map
-share/doc/qore/modules/HttpServer/html/inherit_graph_4.md5
-share/doc/qore/modules/HttpServer/html/inherit_graph_4.png
-share/doc/qore/modules/HttpServer/html/inherit_graph_5.map
-share/doc/qore/modules/HttpServer/html/inherit_graph_5.md5
-share/doc/qore/modules/HttpServer/html/inherit_graph_5.png
 share/doc/qore/modules/HttpServer/html/inherits.html
 share/doc/qore/modules/HttpServer/html/jquery.js
+share/doc/qore/modules/HttpServer/html/modules.html
+share/doc/qore/modules/HttpServer/html/modules.js
 share/doc/qore/modules/HttpServer/html/namespace_http_server.html
 share/doc/qore/modules/HttpServer/html/namespace_http_server.js
 share/doc/qore/modules/HttpServer/html/namespacemembers.html
 share/doc/qore/modules/HttpServer/html/namespacemembers_func.html
+share/doc/qore/modules/HttpServer/html/namespacemembers_vars.html
 share/doc/qore/modules/HttpServer/html/namespaces.html
 share/doc/qore/modules/HttpServer/html/namespaces.js
 share/doc/qore/modules/HttpServer/html/nav_f.png
@@ -4040,7 +5092,13 @@ share/doc/qore/modules/HttpServer/html/n
 share/doc/qore/modules/HttpServer/html/nav_h.png
 share/doc/qore/modules/HttpServer/html/navtree.css
 share/doc/qore/modules/HttpServer/html/navtree.js
+share/doc/qore/modules/HttpServer/html/navtreedata.js
 share/doc/qore/modules/HttpServer/html/navtreeindex0.js
+share/doc/qore/modules/HttpServer/html/navtreeindex1.js
+share/doc/qore/modules/HttpServer/html/navtreeindex2.js
+share/doc/qore/modules/HttpServer/html/navtreeindex3.js
+share/doc/qore/modules/HttpServer/html/navtreeindex4.js
+share/doc/qore/modules/HttpServer/html/navtreeindex5.js
 share/doc/qore/modules/HttpServer/html/open.png
 share/doc/qore/modules/HttpServer/html/pages.html
 share/doc/qore/modules/HttpServer/html/resize.js
@@ -4078,64 +5136,10 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/all_4.js
 share/doc/qore/modules/HttpServer/html/search/all_5.html
 share/doc/qore/modules/HttpServer/html/search/all_5.js
-share/doc/qore/modules/HttpServer/html/search/all_5f.html
-share/doc/qore/modules/HttpServer/html/search/all_5f.js
 share/doc/qore/modules/HttpServer/html/search/all_6.html
 share/doc/qore/modules/HttpServer/html/search/all_6.js
-share/doc/qore/modules/HttpServer/html/search/all_61.html
-share/doc/qore/modules/HttpServer/html/search/all_61.js
-share/doc/qore/modules/HttpServer/html/search/all_62.html
-share/doc/qore/modules/HttpServer/html/search/all_62.js
-share/doc/qore/modules/HttpServer/html/search/all_63.html
-share/doc/qore/modules/HttpServer/html/search/all_63.js
-share/doc/qore/modules/HttpServer/html/search/all_64.html
-share/doc/qore/modules/HttpServer/html/search/all_64.js
-share/doc/qore/modules/HttpServer/html/search/all_65.html
-share/doc/qore/modules/HttpServer/html/search/all_65.js
-share/doc/qore/modules/HttpServer/html/search/all_66.html
-share/doc/qore/modules/HttpServer/html/search/all_66.js
-share/doc/qore/modules/HttpServer/html/search/all_67.html
-share/doc/qore/modules/HttpServer/html/search/all_67.js
-share/doc/qore/modules/HttpServer/html/search/all_68.html
-share/doc/qore/modules/HttpServer/html/search/all_68.js
-share/doc/qore/modules/HttpServer/html/search/all_69.html
-share/doc/qore/modules/HttpServer/html/search/all_69.js
-share/doc/qore/modules/HttpServer/html/search/all_6a.html
-share/doc/qore/modules/HttpServer/html/search/all_6a.js
-share/doc/qore/modules/HttpServer/html/search/all_6b.html
-share/doc/qore/modules/HttpServer/html/search/all_6b.js
-share/doc/qore/modules/HttpServer/html/search/all_6c.html
-share/doc/qore/modules/HttpServer/html/search/all_6c.js
-share/doc/qore/modules/HttpServer/html/search/all_6d.html
-share/doc/qore/modules/HttpServer/html/search/all_6d.js
-share/doc/qore/modules/HttpServer/html/search/all_6e.html
-share/doc/qore/modules/HttpServer/html/search/all_6e.js
-share/doc/qore/modules/HttpServer/html/search/all_6f.html
-share/doc/qore/modules/HttpServer/html/search/all_6f.js
 share/doc/qore/modules/HttpServer/html/search/all_7.html
 share/doc/qore/modules/HttpServer/html/search/all_7.js
-share/doc/qore/modules/HttpServer/html/search/all_70.html
-share/doc/qore/modules/HttpServer/html/search/all_70.js
-share/doc/qore/modules/HttpServer/html/search/all_71.html
-share/doc/qore/modules/HttpServer/html/search/all_71.js
-share/doc/qore/modules/HttpServer/html/search/all_72.html
-share/doc/qore/modules/HttpServer/html/search/all_72.js
-share/doc/qore/modules/HttpServer/html/search/all_73.html
-share/doc/qore/modules/HttpServer/html/search/all_73.js
-share/doc/qore/modules/HttpServer/html/search/all_74.html
-share/doc/qore/modules/HttpServer/html/search/all_74.js
-share/doc/qore/modules/HttpServer/html/search/all_75.html
-share/doc/qore/modules/HttpServer/html/search/all_75.js
-share/doc/qore/modules/HttpServer/html/search/all_76.html
-share/doc/qore/modules/HttpServer/html/search/all_76.js
-share/doc/qore/modules/HttpServer/html/search/all_77.html
-share/doc/qore/modules/HttpServer/html/search/all_77.js
-share/doc/qore/modules/HttpServer/html/search/all_78.html
-share/doc/qore/modules/HttpServer/html/search/all_78.js
-share/doc/qore/modules/HttpServer/html/search/all_79.html
-share/doc/qore/modules/HttpServer/html/search/all_79.js
-share/doc/qore/modules/HttpServer/html/search/all_7a.html
-share/doc/qore/modules/HttpServer/html/search/all_7a.js
 share/doc/qore/modules/HttpServer/html/search/all_8.html
 share/doc/qore/modules/HttpServer/html/search/all_8.js
 share/doc/qore/modules/HttpServer/html/search/all_9.html
@@ -4156,6 +5160,10 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/classes_0.js
 share/doc/qore/modules/HttpServer/html/search/classes_1.html
 share/doc/qore/modules/HttpServer/html/search/classes_1.js
+share/doc/qore/modules/HttpServer/html/search/classes_10.html
+share/doc/qore/modules/HttpServer/html/search/classes_10.js
+share/doc/qore/modules/HttpServer/html/search/classes_11.html
+share/doc/qore/modules/HttpServer/html/search/classes_11.js
 share/doc/qore/modules/HttpServer/html/search/classes_2.html
 share/doc/qore/modules/HttpServer/html/search/classes_2.js
 share/doc/qore/modules/HttpServer/html/search/classes_3.html
@@ -4166,40 +5174,8 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/classes_5.js
 share/doc/qore/modules/HttpServer/html/search/classes_6.html
 share/doc/qore/modules/HttpServer/html/search/classes_6.js
-share/doc/qore/modules/HttpServer/html/search/classes_61.html
-share/doc/qore/modules/HttpServer/html/search/classes_61.js
-share/doc/qore/modules/HttpServer/html/search/classes_63.html
-share/doc/qore/modules/HttpServer/html/search/classes_63.js
-share/doc/qore/modules/HttpServer/html/search/classes_64.html
-share/doc/qore/modules/HttpServer/html/search/classes_64.js
-share/doc/qore/modules/HttpServer/html/search/classes_66.html
-share/doc/qore/modules/HttpServer/html/search/classes_66.js
-share/doc/qore/modules/HttpServer/html/search/classes_67.html
-share/doc/qore/modules/HttpServer/html/search/classes_67.js
-share/doc/qore/modules/HttpServer/html/search/classes_68.html
-share/doc/qore/modules/HttpServer/html/search/classes_68.js
-share/doc/qore/modules/HttpServer/html/search/classes_6c.html
-share/doc/qore/modules/HttpServer/html/search/classes_6c.js
-share/doc/qore/modules/HttpServer/html/search/classes_6d.html
-share/doc/qore/modules/HttpServer/html/search/classes_6d.js
-share/doc/qore/modules/HttpServer/html/search/classes_6f.html
-share/doc/qore/modules/HttpServer/html/search/classes_6f.js
 share/doc/qore/modules/HttpServer/html/search/classes_7.html
 share/doc/qore/modules/HttpServer/html/search/classes_7.js
-share/doc/qore/modules/HttpServer/html/search/classes_70.html
-share/doc/qore/modules/HttpServer/html/search/classes_70.js
-share/doc/qore/modules/HttpServer/html/search/classes_71.html
-share/doc/qore/modules/HttpServer/html/search/classes_71.js
-share/doc/qore/modules/HttpServer/html/search/classes_72.html
-share/doc/qore/modules/HttpServer/html/search/classes_72.js
-share/doc/qore/modules/HttpServer/html/search/classes_73.html
-share/doc/qore/modules/HttpServer/html/search/classes_73.js
-share/doc/qore/modules/HttpServer/html/search/classes_74.html
-share/doc/qore/modules/HttpServer/html/search/classes_74.js
-share/doc/qore/modules/HttpServer/html/search/classes_78.html
-share/doc/qore/modules/HttpServer/html/search/classes_78.js
-share/doc/qore/modules/HttpServer/html/search/classes_7a.html
-share/doc/qore/modules/HttpServer/html/search/classes_7a.js
 share/doc/qore/modules/HttpServer/html/search/classes_8.html
 share/doc/qore/modules/HttpServer/html/search/classes_8.js
 share/doc/qore/modules/HttpServer/html/search/classes_9.html
@@ -4214,6 +5190,8 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/classes_d.js
 share/doc/qore/modules/HttpServer/html/search/classes_e.html
 share/doc/qore/modules/HttpServer/html/search/classes_e.js
+share/doc/qore/modules/HttpServer/html/search/classes_f.html
+share/doc/qore/modules/HttpServer/html/search/classes_f.js
 share/doc/qore/modules/HttpServer/html/search/close.png
 share/doc/qore/modules/HttpServer/html/search/functions_0.html
 share/doc/qore/modules/HttpServer/html/search/functions_0.js
@@ -4247,58 +5225,8 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/functions_5.js
 share/doc/qore/modules/HttpServer/html/search/functions_6.html
 share/doc/qore/modules/HttpServer/html/search/functions_6.js
-share/doc/qore/modules/HttpServer/html/search/functions_61.html
-share/doc/qore/modules/HttpServer/html/search/functions_61.js
-share/doc/qore/modules/HttpServer/html/search/functions_62.html
-share/doc/qore/modules/HttpServer/html/search/functions_62.js
-share/doc/qore/modules/HttpServer/html/search/functions_63.html
-share/doc/qore/modules/HttpServer/html/search/functions_63.js
-share/doc/qore/modules/HttpServer/html/search/functions_64.html
-share/doc/qore/modules/HttpServer/html/search/functions_64.js
-share/doc/qore/modules/HttpServer/html/search/functions_65.html
-share/doc/qore/modules/HttpServer/html/search/functions_65.js
-share/doc/qore/modules/HttpServer/html/search/functions_66.html
-share/doc/qore/modules/HttpServer/html/search/functions_66.js
-share/doc/qore/modules/HttpServer/html/search/functions_67.html
-share/doc/qore/modules/HttpServer/html/search/functions_67.js
-share/doc/qore/modules/HttpServer/html/search/functions_68.html
-share/doc/qore/modules/HttpServer/html/search/functions_68.js
-share/doc/qore/modules/HttpServer/html/search/functions_69.html
-share/doc/qore/modules/HttpServer/html/search/functions_69.js
-share/doc/qore/modules/HttpServer/html/search/functions_6a.html
-share/doc/qore/modules/HttpServer/html/search/functions_6a.js
-share/doc/qore/modules/HttpServer/html/search/functions_6b.html
-share/doc/qore/modules/HttpServer/html/search/functions_6b.js
-share/doc/qore/modules/HttpServer/html/search/functions_6c.html
-share/doc/qore/modules/HttpServer/html/search/functions_6c.js
-share/doc/qore/modules/HttpServer/html/search/functions_6d.html
-share/doc/qore/modules/HttpServer/html/search/functions_6d.js
-share/doc/qore/modules/HttpServer/html/search/functions_6e.html
-share/doc/qore/modules/HttpServer/html/search/functions_6e.js
-share/doc/qore/modules/HttpServer/html/search/functions_6f.html
-share/doc/qore/modules/HttpServer/html/search/functions_6f.js
 share/doc/qore/modules/HttpServer/html/search/functions_7.html
 share/doc/qore/modules/HttpServer/html/search/functions_7.js
-share/doc/qore/modules/HttpServer/html/search/functions_70.html
-share/doc/qore/modules/HttpServer/html/search/functions_70.js
-share/doc/qore/modules/HttpServer/html/search/functions_72.html
-share/doc/qore/modules/HttpServer/html/search/functions_72.js
-share/doc/qore/modules/HttpServer/html/search/functions_73.html
-share/doc/qore/modules/HttpServer/html/search/functions_73.js
-share/doc/qore/modules/HttpServer/html/search/functions_74.html
-share/doc/qore/modules/HttpServer/html/search/functions_74.js
-share/doc/qore/modules/HttpServer/html/search/functions_75.html
-share/doc/qore/modules/HttpServer/html/search/functions_75.js
-share/doc/qore/modules/HttpServer/html/search/functions_76.html
-share/doc/qore/modules/HttpServer/html/search/functions_76.js
-share/doc/qore/modules/HttpServer/html/search/functions_77.html
-share/doc/qore/modules/HttpServer/html/search/functions_77.js
-share/doc/qore/modules/HttpServer/html/search/functions_78.html
-share/doc/qore/modules/HttpServer/html/search/functions_78.js
-share/doc/qore/modules/HttpServer/html/search/functions_79.html
-share/doc/qore/modules/HttpServer/html/search/functions_79.js
-share/doc/qore/modules/HttpServer/html/search/functions_7a.html
-share/doc/qore/modules/HttpServer/html/search/functions_7a.js
 share/doc/qore/modules/HttpServer/html/search/functions_8.html
 share/doc/qore/modules/HttpServer/html/search/functions_8.js
 share/doc/qore/modules/HttpServer/html/search/functions_9.html
@@ -4333,44 +5261,8 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/groups_5.js
 share/doc/qore/modules/HttpServer/html/search/groups_6.html
 share/doc/qore/modules/HttpServer/html/search/groups_6.js
-share/doc/qore/modules/HttpServer/html/search/groups_62.html
-share/doc/qore/modules/HttpServer/html/search/groups_62.js
-share/doc/qore/modules/HttpServer/html/search/groups_63.html
-share/doc/qore/modules/HttpServer/html/search/groups_63.js
-share/doc/qore/modules/HttpServer/html/search/groups_64.html
-share/doc/qore/modules/HttpServer/html/search/groups_64.js
-share/doc/qore/modules/HttpServer/html/search/groups_65.html
-share/doc/qore/modules/HttpServer/html/search/groups_65.js
-share/doc/qore/modules/HttpServer/html/search/groups_66.html
-share/doc/qore/modules/HttpServer/html/search/groups_66.js
-share/doc/qore/modules/HttpServer/html/search/groups_68.html
-share/doc/qore/modules/HttpServer/html/search/groups_68.js
-share/doc/qore/modules/HttpServer/html/search/groups_69.html
-share/doc/qore/modules/HttpServer/html/search/groups_69.js
-share/doc/qore/modules/HttpServer/html/search/groups_6c.html
-share/doc/qore/modules/HttpServer/html/search/groups_6c.js
-share/doc/qore/modules/HttpServer/html/search/groups_6d.html
-share/doc/qore/modules/HttpServer/html/search/groups_6d.js
-share/doc/qore/modules/HttpServer/html/search/groups_6e.html
-share/doc/qore/modules/HttpServer/html/search/groups_6e.js
-share/doc/qore/modules/HttpServer/html/search/groups_6f.html
-share/doc/qore/modules/HttpServer/html/search/groups_6f.js
 share/doc/qore/modules/HttpServer/html/search/groups_7.html
 share/doc/qore/modules/HttpServer/html/search/groups_7.js
-share/doc/qore/modules/HttpServer/html/search/groups_70.html
-share/doc/qore/modules/HttpServer/html/search/groups_70.js
-share/doc/qore/modules/HttpServer/html/search/groups_72.html
-share/doc/qore/modules/HttpServer/html/search/groups_72.js
-share/doc/qore/modules/HttpServer/html/search/groups_73.html
-share/doc/qore/modules/HttpServer/html/search/groups_73.js
-share/doc/qore/modules/HttpServer/html/search/groups_74.html
-share/doc/qore/modules/HttpServer/html/search/groups_74.js
-share/doc/qore/modules/HttpServer/html/search/groups_75.html
-share/doc/qore/modules/HttpServer/html/search/groups_75.js
-share/doc/qore/modules/HttpServer/html/search/groups_77.html
-share/doc/qore/modules/HttpServer/html/search/groups_77.js
-share/doc/qore/modules/HttpServer/html/search/groups_78.html
-share/doc/qore/modules/HttpServer/html/search/groups_78.js
 share/doc/qore/modules/HttpServer/html/search/groups_8.html
 share/doc/qore/modules/HttpServer/html/search/groups_8.js
 share/doc/qore/modules/HttpServer/html/search/groups_9.html
@@ -4396,14 +5288,6 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/namespaces_2.js
 share/doc/qore/modules/HttpServer/html/search/namespaces_3.html
 share/doc/qore/modules/HttpServer/html/search/namespaces_3.js
-share/doc/qore/modules/HttpServer/html/search/namespaces_68.html
-share/doc/qore/modules/HttpServer/html/search/namespaces_68.js
-share/doc/qore/modules/HttpServer/html/search/namespaces_6d.html
-share/doc/qore/modules/HttpServer/html/search/namespaces_6d.js
-share/doc/qore/modules/HttpServer/html/search/namespaces_71.html
-share/doc/qore/modules/HttpServer/html/search/namespaces_71.js
-share/doc/qore/modules/HttpServer/html/search/namespaces_75.html
-share/doc/qore/modules/HttpServer/html/search/namespaces_75.js
 share/doc/qore/modules/HttpServer/html/search/nomatches.html
 share/doc/qore/modules/HttpServer/html/search/pages_0.html
 share/doc/qore/modules/HttpServer/html/search/pages_0.js
@@ -4415,8 +5299,6 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/pages_11.js
 share/doc/qore/modules/HttpServer/html/search/pages_12.html
 share/doc/qore/modules/HttpServer/html/search/pages_12.js
-share/doc/qore/modules/HttpServer/html/search/pages_13.html
-share/doc/qore/modules/HttpServer/html/search/pages_13.js
 share/doc/qore/modules/HttpServer/html/search/pages_2.html
 share/doc/qore/modules/HttpServer/html/search/pages_2.js
 share/doc/qore/modules/HttpServer/html/search/pages_3.html
@@ -4427,48 +5309,8 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/pages_5.js
 share/doc/qore/modules/HttpServer/html/search/pages_6.html
 share/doc/qore/modules/HttpServer/html/search/pages_6.js
-share/doc/qore/modules/HttpServer/html/search/pages_62.html
-share/doc/qore/modules/HttpServer/html/search/pages_62.js
-share/doc/qore/modules/HttpServer/html/search/pages_63.html
-share/doc/qore/modules/HttpServer/html/search/pages_63.js
-share/doc/qore/modules/HttpServer/html/search/pages_64.html
-share/doc/qore/modules/HttpServer/html/search/pages_64.js
-share/doc/qore/modules/HttpServer/html/search/pages_65.html
-share/doc/qore/modules/HttpServer/html/search/pages_65.js
-share/doc/qore/modules/HttpServer/html/search/pages_66.html
-share/doc/qore/modules/HttpServer/html/search/pages_66.js
-share/doc/qore/modules/HttpServer/html/search/pages_68.html
-share/doc/qore/modules/HttpServer/html/search/pages_68.js
-share/doc/qore/modules/HttpServer/html/search/pages_69.html
-share/doc/qore/modules/HttpServer/html/search/pages_69.js
-share/doc/qore/modules/HttpServer/html/search/pages_6b.html
-share/doc/qore/modules/HttpServer/html/search/pages_6b.js
-share/doc/qore/modules/HttpServer/html/search/pages_6c.html
-share/doc/qore/modules/HttpServer/html/search/pages_6c.js
-share/doc/qore/modules/HttpServer/html/search/pages_6d.html
-share/doc/qore/modules/HttpServer/html/search/pages_6d.js
-share/doc/qore/modules/HttpServer/html/search/pages_6e.html
-share/doc/qore/modules/HttpServer/html/search/pages_6e.js
-share/doc/qore/modules/HttpServer/html/search/pages_6f.html
-share/doc/qore/modules/HttpServer/html/search/pages_6f.js
 share/doc/qore/modules/HttpServer/html/search/pages_7.html
 share/doc/qore/modules/HttpServer/html/search/pages_7.js
-share/doc/qore/modules/HttpServer/html/search/pages_70.html
-share/doc/qore/modules/HttpServer/html/search/pages_70.js
-share/doc/qore/modules/HttpServer/html/search/pages_71.html
-share/doc/qore/modules/HttpServer/html/search/pages_71.js
-share/doc/qore/modules/HttpServer/html/search/pages_72.html
-share/doc/qore/modules/HttpServer/html/search/pages_72.js
-share/doc/qore/modules/HttpServer/html/search/pages_73.html
-share/doc/qore/modules/HttpServer/html/search/pages_73.js
-share/doc/qore/modules/HttpServer/html/search/pages_74.html
-share/doc/qore/modules/HttpServer/html/search/pages_74.js
-share/doc/qore/modules/HttpServer/html/search/pages_75.html
-share/doc/qore/modules/HttpServer/html/search/pages_75.js
-share/doc/qore/modules/HttpServer/html/search/pages_76.html
-share/doc/qore/modules/HttpServer/html/search/pages_76.js
-share/doc/qore/modules/HttpServer/html/search/pages_77.html
-share/doc/qore/modules/HttpServer/html/search/pages_77.js
 share/doc/qore/modules/HttpServer/html/search/pages_8.html
 share/doc/qore/modules/HttpServer/html/search/pages_8.js
 share/doc/qore/modules/HttpServer/html/search/pages_9.html
@@ -4490,6 +5332,7 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/search_l.png
 share/doc/qore/modules/HttpServer/html/search/search_m.png
 share/doc/qore/modules/HttpServer/html/search/search_r.png
+share/doc/qore/modules/HttpServer/html/search/searchdata.js
 share/doc/qore/modules/HttpServer/html/search/variables_0.html
 share/doc/qore/modules/HttpServer/html/search/variables_0.js
 share/doc/qore/modules/HttpServer/html/search/variables_1.html
@@ -4514,54 +5357,10 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/variables_4.js
 share/doc/qore/modules/HttpServer/html/search/variables_5.html
 share/doc/qore/modules/HttpServer/html/search/variables_5.js
-share/doc/qore/modules/HttpServer/html/search/variables_5f.html
-share/doc/qore/modules/HttpServer/html/search/variables_5f.js
 share/doc/qore/modules/HttpServer/html/search/variables_6.html
 share/doc/qore/modules/HttpServer/html/search/variables_6.js
-share/doc/qore/modules/HttpServer/html/search/variables_61.html
-share/doc/qore/modules/HttpServer/html/search/variables_61.js
-share/doc/qore/modules/HttpServer/html/search/variables_62.html
-share/doc/qore/modules/HttpServer/html/search/variables_62.js
-share/doc/qore/modules/HttpServer/html/search/variables_63.html
-share/doc/qore/modules/HttpServer/html/search/variables_63.js
-share/doc/qore/modules/HttpServer/html/search/variables_64.html
-share/doc/qore/modules/HttpServer/html/search/variables_64.js
-share/doc/qore/modules/HttpServer/html/search/variables_65.html
-share/doc/qore/modules/HttpServer/html/search/variables_65.js
-share/doc/qore/modules/HttpServer/html/search/variables_66.html
-share/doc/qore/modules/HttpServer/html/search/variables_66.js
-share/doc/qore/modules/HttpServer/html/search/variables_68.html
-share/doc/qore/modules/HttpServer/html/search/variables_68.js
-share/doc/qore/modules/HttpServer/html/search/variables_69.html
-share/doc/qore/modules/HttpServer/html/search/variables_69.js
-share/doc/qore/modules/HttpServer/html/search/variables_6c.html
-share/doc/qore/modules/HttpServer/html/search/variables_6c.js
-share/doc/qore/modules/HttpServer/html/search/variables_6d.html
-share/doc/qore/modules/HttpServer/html/search/variables_6d.js
-share/doc/qore/modules/HttpServer/html/search/variables_6e.html
-share/doc/qore/modules/HttpServer/html/search/variables_6e.js
-share/doc/qore/modules/HttpServer/html/search/variables_6f.html
-share/doc/qore/modules/HttpServer/html/search/variables_6f.js
 share/doc/qore/modules/HttpServer/html/search/variables_7.html
 share/doc/qore/modules/HttpServer/html/search/variables_7.js
-share/doc/qore/modules/HttpServer/html/search/variables_70.html
-share/doc/qore/modules/HttpServer/html/search/variables_70.js
-share/doc/qore/modules/HttpServer/html/search/variables_72.html
-share/doc/qore/modules/HttpServer/html/search/variables_72.js
-share/doc/qore/modules/HttpServer/html/search/variables_73.html
-share/doc/qore/modules/HttpServer/html/search/variables_73.js
-share/doc/qore/modules/HttpServer/html/search/variables_74.html
-share/doc/qore/modules/HttpServer/html/search/variables_74.js
-share/doc/qore/modules/HttpServer/html/search/variables_75.html
-share/doc/qore/modules/HttpServer/html/search/variables_75.js
-share/doc/qore/modules/HttpServer/html/search/variables_76.html
-share/doc/qore/modules/HttpServer/html/search/variables_76.js
-share/doc/qore/modules/HttpServer/html/search/variables_77.html
-share/doc/qore/modules/HttpServer/html/search/variables_77.js
-share/doc/qore/modules/HttpServer/html/search/variables_78.html
-share/doc/qore/modules/HttpServer/html/search/variables_78.js
-share/doc/qore/modules/HttpServer/html/search/variables_7a.html
-share/doc/qore/modules/HttpServer/html/search/variables_7a.js
 share/doc/qore/modules/HttpServer/html/search/variables_8.html
 share/doc/qore/modules/HttpServer/html/search/variables_8.js
 share/doc/qore/modules/HttpServer/html/search/variables_9.html
@@ -4578,6 +5377,7 @@ share/doc/qore/modules/HttpServer/html/s
 share/doc/qore/modules/HttpServer/html/search/variables_e.js
 share/doc/qore/modules/HttpServer/html/search/variables_f.html
 share/doc/qore/modules/HttpServer/html/search/variables_f.js
+share/doc/qore/modules/HttpServer/html/splitbar.png
 share/doc/qore/modules/HttpServer/html/sync_off.png
 share/doc/qore/modules/HttpServer/html/sync_on.png
 share/doc/qore/modules/HttpServer/html/tab_a.png
@@ -4585,9 +5385,484 @@ share/doc/qore/modules/HttpServer/html/t
 share/doc/qore/modules/HttpServer/html/tab_h.png
 share/doc/qore/modules/HttpServer/html/tab_s.png
 share/doc/qore/modules/HttpServer/html/tabs.css
+share/doc/qore/modules/HttpServerUtil/html/_http_server_util_8qm_8dox_8h_source.html
+share/doc/qore/modules/HttpServerUtil/html/annotated.html
+share/doc/qore/modules/HttpServerUtil/html/annotated_dup.js
+share/doc/qore/modules/HttpServerUtil/html/arrowdown.png
+share/doc/qore/modules/HttpServerUtil/html/arrowright.png
+share/doc/qore/modules/HttpServerUtil/html/bc_s.png
+share/doc/qore/modules/HttpServerUtil/html/bdwn.png
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_authenticator-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_authenticator.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_authenticator.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_authenticator__inherit__graph.map
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_authenticator__inherit__graph.md5
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_authenticator__inherit__graph.png
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_request_handler-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_request_handler.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_request_handler.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_request_handler__inherit__graph.map
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_request_handler__inherit__graph.md5
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_request_handler__inherit__graph.png
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_socket_handler-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_socket_handler.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_socket_handler.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_socket_handler__inherit__graph.map
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_socket_handler__inherit__graph.md5
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_http_socket_handler__inherit__graph.png
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_logger-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_logger.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_logger.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_logger__inherit__graph.map
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_logger__inherit__graph.md5
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_logger__inherit__graph.png
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_stream_request-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_stream_request.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_stream_request.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_url_handler-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_url_handler.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_url_handler.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_url_handler__inherit__graph.map
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_url_handler__inherit__graph.md5
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_abstract_url_handler__inherit__graph.png
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_http_listener_interface-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_http_listener_interface.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_http_listener_interface.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_http_listener_interface__inherit__graph.map
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_http_listener_interface__inherit__graph.md5
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_http_listener_interface__inherit__graph.png
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_permissive_authenticator-members.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_permissive_authenticator.html
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_permissive_authenticator.js
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_permissive_authenticator__inherit__graph.map
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_permissive_authenticator__inherit__graph.md5
+share/doc/qore/modules/HttpServerUtil/html/class_http_server_1_1_permissive_authenticator__inherit__graph.png
+share/doc/qore/modules/HttpServerUtil/html/classes.html
+share/doc/qore/modules/HttpServerUtil/html/closed.png
+share/doc/qore/modules/HttpServerUtil/html/dir_13add0083e006ac756009d5942a24d28.html
+share/doc/qore/modules/HttpServerUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.map
+share/doc/qore/modules/HttpServerUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
+share/doc/qore/modules/HttpServerUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.png
+share/doc/qore/modules/HttpServerUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
+share/doc/qore/modules/HttpServerUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
+share/doc/qore/modules/HttpServerUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
+share/doc/qore/modules/HttpServerUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/HttpServerUtil/html/doc.png
+share/doc/qore/modules/HttpServerUtil/html/doxygen.css
+share/doc/qore/modules/HttpServerUtil/html/doxygen.png
+share/doc/qore/modules/HttpServerUtil/html/dynsections.js
+share/doc/qore/modules/HttpServerUtil/html/folderclosed.png
+share/doc/qore/modules/HttpServerUtil/html/folderopen.png
+share/doc/qore/modules/HttpServerUtil/html/functions.html
+share/doc/qore/modules/HttpServerUtil/html/functions_func.html
+share/doc/qore/modules/HttpServerUtil/html/functions_vars.html
+share/doc/qore/modules/HttpServerUtil/html/graph_legend.html
+share/doc/qore/modules/HttpServerUtil/html/graph_legend.md5
+share/doc/qore/modules/HttpServerUtil/html/graph_legend.png
+share/doc/qore/modules/HttpServerUtil/html/group___http_server_logging_options.html
+share/doc/qore/modules/HttpServerUtil/html/group___http_server_logging_options.js
+share/doc/qore/modules/HttpServerUtil/html/group___mime_content_transfer_encoding_constants.js
+share/doc/qore/modules/HttpServerUtil/html/group___mime_decoding_functions.js
+share/doc/qore/modules/HttpServerUtil/html/group___mime_encoding_functions.js
+share/doc/qore/modules/HttpServerUtil/html/group___mime_misc_functions.js
+share/doc/qore/modules/HttpServerUtil/html/group___mime_type_definitions.js
+share/doc/qore/modules/HttpServerUtil/html/group___multi_part_constants.js
+share/doc/qore/modules/HttpServerUtil/html/group___string_concat_decoding.js
+share/doc/qore/modules/HttpServerUtil/html/group___string_concat_encoding.js
+share/doc/qore/modules/HttpServerUtil/html/group__boolean__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__call__type__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__compression__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__compresssion__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__context__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__cryptographic__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__cryptographic__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__database__driver__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__date__and__time__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__dbi__capabilities.js
+share/doc/qore/modules/HttpServerUtil/html/group__dbi__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__digest__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__env__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__error__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__event__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__event__map__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__event__source__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__exception__type__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__file__locking__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__file__open__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__file__seek__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__file__stat__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__filesystem__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__hmac__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__input__stream__function.js
+share/doc/qore/modules/HttpServerUtil/html/group__io__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__library__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__list__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__math__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__math__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__misc__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__network__address__family__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__network__address__information__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__null__and__nothing__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__number__formatting__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__object__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__old__dbi__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__option__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__parse__options.js
+share/doc/qore/modules/HttpServerUtil/html/group__protocol__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__pwd__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__range__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__regex__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__signal__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__signal__handling__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__socket__type__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__sql__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__string__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__string__type__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__system__and__build__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__t.js
+share/doc/qore/modules/HttpServerUtil/html/group__tattr__control__character__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__tattr__control__mode__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__tattr__input__mode__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__tattr__local__mode__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__tattr__output__mode__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__tattr__term__setting__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__threading__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__type__code__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__type__code__map__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__type__conversion__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__user__and__group__functions.js
+share/doc/qore/modules/HttpServerUtil/html/group__warning__constants.js
+share/doc/qore/modules/HttpServerUtil/html/group__x509__verification__constants.js
+share/doc/qore/modules/HttpServerUtil/html/hierarchy.html
+share/doc/qore/modules/HttpServerUtil/html/hierarchy.js
+share/doc/qore/modules/HttpServerUtil/html/index.html
+share/doc/qore/modules/HttpServerUtil/html/index.qhp
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_0.map
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_0.md5
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_0.png
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_1.map
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_1.md5
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_1.png
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_2.map
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_2.md5
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_2.png
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_3.map
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_3.md5
+share/doc/qore/modules/HttpServerUtil/html/inherit_graph_3.png
+share/doc/qore/modules/HttpServerUtil/html/inherits.html
+share/doc/qore/modules/HttpServerUtil/html/jquery.js
+share/doc/qore/modules/HttpServerUtil/html/modules.html
+share/doc/qore/modules/HttpServerUtil/html/modules.js
+share/doc/qore/modules/HttpServerUtil/html/namespace_http_server.html
+share/doc/qore/modules/HttpServerUtil/html/namespace_http_server.js
+share/doc/qore/modules/HttpServerUtil/html/namespacemembers.html
+share/doc/qore/modules/HttpServerUtil/html/namespacemembers_func.html
+share/doc/qore/modules/HttpServerUtil/html/namespacemembers_vars.html
+share/doc/qore/modules/HttpServerUtil/html/namespaces.html
+share/doc/qore/modules/HttpServerUtil/html/namespaces.js
+share/doc/qore/modules/HttpServerUtil/html/nav_f.png
+share/doc/qore/modules/HttpServerUtil/html/nav_g.png
+share/doc/qore/modules/HttpServerUtil/html/nav_h.png
+share/doc/qore/modules/HttpServerUtil/html/navtree.css
+share/doc/qore/modules/HttpServerUtil/html/navtree.js
+share/doc/qore/modules/HttpServerUtil/html/navtreedata.js
+share/doc/qore/modules/HttpServerUtil/html/navtreeindex0.js
+share/doc/qore/modules/HttpServerUtil/html/navtreeindex1.js
+share/doc/qore/modules/HttpServerUtil/html/navtreeindex2.js
+share/doc/qore/modules/HttpServerUtil/html/navtreeindex3.js
+share/doc/qore/modules/HttpServerUtil/html/navtreeindex4.js
+share/doc/qore/modules/HttpServerUtil/html/navtreeindex5.js
+share/doc/qore/modules/HttpServerUtil/html/open.png
+share/doc/qore/modules/HttpServerUtil/html/pages.html
+share/doc/qore/modules/HttpServerUtil/html/resize.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_0.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_0.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_1.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_1.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_10.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_10.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_11.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_11.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_12.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_12.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_13.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_13.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_14.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_14.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_15.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_15.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_16.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_16.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_17.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_17.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_18.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_18.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_19.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_19.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_1a.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_1a.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_2.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_2.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_3.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_3.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_4.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_4.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_5.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_5.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_6.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_6.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_7.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_7.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_8.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_8.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_9.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_9.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_a.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_a.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_b.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_b.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_c.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_c.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_d.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_d.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_e.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_e.js
+share/doc/qore/modules/HttpServerUtil/html/search/all_f.html
+share/doc/qore/modules/HttpServerUtil/html/search/all_f.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_0.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_0.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_1.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_1.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_10.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_10.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_11.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_11.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_2.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_2.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_3.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_3.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_4.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_4.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_5.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_5.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_6.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_6.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_7.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_7.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_8.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_8.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_9.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_9.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_a.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_a.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_b.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_b.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_c.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_c.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_d.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_d.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_e.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_e.js
+share/doc/qore/modules/HttpServerUtil/html/search/classes_f.html
+share/doc/qore/modules/HttpServerUtil/html/search/classes_f.js
+share/doc/qore/modules/HttpServerUtil/html/search/close.png
+share/doc/qore/modules/HttpServerUtil/html/search/functions_0.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_0.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_1.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_1.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_10.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_10.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_11.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_11.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_12.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_12.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_13.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_13.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_14.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_14.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_15.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_15.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_16.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_16.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_17.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_17.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_18.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_18.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_2.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_2.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_3.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_3.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_4.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_4.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_5.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_5.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_6.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_6.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_7.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_7.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_8.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_8.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_9.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_9.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_a.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_a.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_b.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_b.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_c.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_c.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_d.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_d.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_e.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_e.js
+share/doc/qore/modules/HttpServerUtil/html/search/functions_f.html
+share/doc/qore/modules/HttpServerUtil/html/search/functions_f.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_0.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_0.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_1.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_1.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_10.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_10.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_11.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_11.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_2.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_2.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_3.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_3.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_4.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_4.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_5.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_5.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_6.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_6.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_7.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_7.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_8.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_8.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_9.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_9.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_a.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_a.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_b.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_b.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_c.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_c.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_d.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_d.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_e.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_e.js
+share/doc/qore/modules/HttpServerUtil/html/search/groups_f.html
+share/doc/qore/modules/HttpServerUtil/html/search/groups_f.js
+share/doc/qore/modules/HttpServerUtil/html/search/mag_sel.png
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_0.html
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_0.js
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_1.html
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_1.js
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_2.html
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_2.js
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.html
+share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.js
+share/doc/qore/modules/HttpServerUtil/html/search/nomatches.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_0.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_0.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_1.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_1.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_10.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_10.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_11.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_11.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_12.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_12.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_2.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_2.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_3.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_3.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_4.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_4.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_5.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_5.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_6.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_6.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_7.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_7.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_8.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_8.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_9.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_9.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_a.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_a.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_b.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_b.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_c.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_c.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_d.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_d.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_e.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_e.js
+share/doc/qore/modules/HttpServerUtil/html/search/pages_f.html
+share/doc/qore/modules/HttpServerUtil/html/search/pages_f.js
+share/doc/qore/modules/HttpServerUtil/html/search/search.css
+share/doc/qore/modules/HttpServerUtil/html/search/search.js
+share/doc/qore/modules/HttpServerUtil/html/search/search_l.png
+share/doc/qore/modules/HttpServerUtil/html/search/search_m.png
+share/doc/qore/modules/HttpServerUtil/html/search/search_r.png
+share/doc/qore/modules/HttpServerUtil/html/search/searchdata.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_0.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_0.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_1.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_1.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_10.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_10.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_11.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_11.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_12.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_12.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_13.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_13.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_14.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_14.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_15.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_15.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_2.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_2.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_3.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_3.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_4.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_4.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_5.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_5.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_6.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_6.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_7.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_7.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_8.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_8.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_9.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_9.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_a.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_a.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_b.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_b.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_c.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_c.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_d.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_d.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_e.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_e.js
+share/doc/qore/modules/HttpServerUtil/html/search/variables_f.html
+share/doc/qore/modules/HttpServerUtil/html/search/variables_f.js
+share/doc/qore/modules/HttpServerUtil/html/splitbar.png
+share/doc/qore/modules/HttpServerUtil/html/sync_off.png
+share/doc/qore/modules/HttpServerUtil/html/sync_on.png
+share/doc/qore/modules/HttpServerUtil/html/tab_a.png
+share/doc/qore/modules/HttpServerUtil/html/tab_b.png
+share/doc/qore/modules/HttpServerUtil/html/tab_h.png
+share/doc/qore/modules/HttpServerUtil/html/tab_s.png
+share/doc/qore/modules/HttpServerUtil/html/tabs.css
 share/doc/qore/modules/MailMessage/html/_mail_message_8qm_8dox_8h_source.html
 share/doc/qore/modules/MailMessage/html/annotated.html
-share/doc/qore/modules/MailMessage/html/annotated.js
+share/doc/qore/modules/MailMessage/html/annotated_dup.js
+share/doc/qore/modules/MailMessage/html/arrowdown.png
+share/doc/qore/modules/MailMessage/html/arrowright.png
 share/doc/qore/modules/MailMessage/html/bc_s.png
 share/doc/qore/modules/MailMessage/html/bdwn.png
 share/doc/qore/modules/MailMessage/html/class_mail_message_1_1_attachment-members.html
@@ -4615,25 +5890,12 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/MailMessage/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/MailMessage/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/MailMessage/html/doc.png
 share/doc/qore/modules/MailMessage/html/doxygen.css
 share/doc/qore/modules/MailMessage/html/doxygen.png
 share/doc/qore/modules/MailMessage/html/dynsections.js
-share/doc/qore/modules/MailMessage/html/ftv2blank.png
-share/doc/qore/modules/MailMessage/html/ftv2cl.png
-share/doc/qore/modules/MailMessage/html/ftv2doc.png
-share/doc/qore/modules/MailMessage/html/ftv2folderclosed.png
-share/doc/qore/modules/MailMessage/html/ftv2folderopen.png
-share/doc/qore/modules/MailMessage/html/ftv2lastnode.png
-share/doc/qore/modules/MailMessage/html/ftv2link.png
-share/doc/qore/modules/MailMessage/html/ftv2mlastnode.png
-share/doc/qore/modules/MailMessage/html/ftv2mnode.png
-share/doc/qore/modules/MailMessage/html/ftv2mo.png
-share/doc/qore/modules/MailMessage/html/ftv2node.png
-share/doc/qore/modules/MailMessage/html/ftv2ns.png
-share/doc/qore/modules/MailMessage/html/ftv2plastnode.png
-share/doc/qore/modules/MailMessage/html/ftv2pnode.png
-share/doc/qore/modules/MailMessage/html/ftv2splitbar.png
-share/doc/qore/modules/MailMessage/html/ftv2vertline.png
+share/doc/qore/modules/MailMessage/html/folderclosed.png
+share/doc/qore/modules/MailMessage/html/folderopen.png
 share/doc/qore/modules/MailMessage/html/functions.html
 share/doc/qore/modules/MailMessage/html/functions_func.html
 share/doc/qore/modules/MailMessage/html/functions_vars.html
@@ -4648,6 +5910,8 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/group___mime_misc_functions.js
 share/doc/qore/modules/MailMessage/html/group___mime_type_definitions.js
 share/doc/qore/modules/MailMessage/html/group___multi_part_constants.js
+share/doc/qore/modules/MailMessage/html/group___string_concat_decoding.js
+share/doc/qore/modules/MailMessage/html/group___string_concat_encoding.js
 share/doc/qore/modules/MailMessage/html/group__boolean__constants.js
 share/doc/qore/modules/MailMessage/html/group__call__type__constants.js
 share/doc/qore/modules/MailMessage/html/group__compression__constants.js
@@ -4672,6 +5936,7 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/group__file__stat__constants.js
 share/doc/qore/modules/MailMessage/html/group__filesystem__functions.js
 share/doc/qore/modules/MailMessage/html/group__hmac__functions.js
+share/doc/qore/modules/MailMessage/html/group__input__stream__function.js
 share/doc/qore/modules/MailMessage/html/group__io__constants.js
 share/doc/qore/modules/MailMessage/html/group__library__functions.js
 share/doc/qore/modules/MailMessage/html/group__list__functions.js
@@ -4697,6 +5962,7 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/group__string__functions.js
 share/doc/qore/modules/MailMessage/html/group__string__type__constants.js
 share/doc/qore/modules/MailMessage/html/group__system__and__build__constants.js
+share/doc/qore/modules/MailMessage/html/group__t.js
 share/doc/qore/modules/MailMessage/html/group__tattr__control__character__constants.js
 share/doc/qore/modules/MailMessage/html/group__tattr__control__mode__constants.js
 share/doc/qore/modules/MailMessage/html/group__tattr__input__mode__constants.js
@@ -4707,9 +5973,9 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/group__type__code__constants.js
 share/doc/qore/modules/MailMessage/html/group__type__code__map__constants.js
 share/doc/qore/modules/MailMessage/html/group__type__conversion__functions.js
+share/doc/qore/modules/MailMessage/html/group__user__and__group__functions.js
 share/doc/qore/modules/MailMessage/html/group__warning__constants.js
 share/doc/qore/modules/MailMessage/html/group__x509__verification__constants.js
-share/doc/qore/modules/MailMessage/html/group__xrange__functions.js
 share/doc/qore/modules/MailMessage/html/hierarchy.html
 share/doc/qore/modules/MailMessage/html/hierarchy.js
 share/doc/qore/modules/MailMessage/html/index.html
@@ -4735,6 +6001,7 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/nav_h.png
 share/doc/qore/modules/MailMessage/html/navtree.css
 share/doc/qore/modules/MailMessage/html/navtree.js
+share/doc/qore/modules/MailMessage/html/navtreedata.js
 share/doc/qore/modules/MailMessage/html/navtreeindex0.js
 share/doc/qore/modules/MailMessage/html/navtreeindex1.js
 share/doc/qore/modules/MailMessage/html/navtreeindex2.js
@@ -4778,64 +6045,10 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/all_4.js
 share/doc/qore/modules/MailMessage/html/search/all_5.html
 share/doc/qore/modules/MailMessage/html/search/all_5.js
-share/doc/qore/modules/MailMessage/html/search/all_5f.html
-share/doc/qore/modules/MailMessage/html/search/all_5f.js
 share/doc/qore/modules/MailMessage/html/search/all_6.html
 share/doc/qore/modules/MailMessage/html/search/all_6.js
-share/doc/qore/modules/MailMessage/html/search/all_61.html
-share/doc/qore/modules/MailMessage/html/search/all_61.js
-share/doc/qore/modules/MailMessage/html/search/all_62.html
-share/doc/qore/modules/MailMessage/html/search/all_62.js
-share/doc/qore/modules/MailMessage/html/search/all_63.html
-share/doc/qore/modules/MailMessage/html/search/all_63.js
-share/doc/qore/modules/MailMessage/html/search/all_64.html
-share/doc/qore/modules/MailMessage/html/search/all_64.js
-share/doc/qore/modules/MailMessage/html/search/all_65.html
-share/doc/qore/modules/MailMessage/html/search/all_65.js
-share/doc/qore/modules/MailMessage/html/search/all_66.html
-share/doc/qore/modules/MailMessage/html/search/all_66.js
-share/doc/qore/modules/MailMessage/html/search/all_67.html
-share/doc/qore/modules/MailMessage/html/search/all_67.js
-share/doc/qore/modules/MailMessage/html/search/all_68.html
-share/doc/qore/modules/MailMessage/html/search/all_68.js
-share/doc/qore/modules/MailMessage/html/search/all_69.html
-share/doc/qore/modules/MailMessage/html/search/all_69.js
-share/doc/qore/modules/MailMessage/html/search/all_6a.html
-share/doc/qore/modules/MailMessage/html/search/all_6a.js
-share/doc/qore/modules/MailMessage/html/search/all_6b.html
-share/doc/qore/modules/MailMessage/html/search/all_6b.js
-share/doc/qore/modules/MailMessage/html/search/all_6c.html
-share/doc/qore/modules/MailMessage/html/search/all_6c.js
-share/doc/qore/modules/MailMessage/html/search/all_6d.html
-share/doc/qore/modules/MailMessage/html/search/all_6d.js
-share/doc/qore/modules/MailMessage/html/search/all_6e.html
-share/doc/qore/modules/MailMessage/html/search/all_6e.js
-share/doc/qore/modules/MailMessage/html/search/all_6f.html
-share/doc/qore/modules/MailMessage/html/search/all_6f.js
 share/doc/qore/modules/MailMessage/html/search/all_7.html
 share/doc/qore/modules/MailMessage/html/search/all_7.js
-share/doc/qore/modules/MailMessage/html/search/all_70.html
-share/doc/qore/modules/MailMessage/html/search/all_70.js
-share/doc/qore/modules/MailMessage/html/search/all_71.html
-share/doc/qore/modules/MailMessage/html/search/all_71.js
-share/doc/qore/modules/MailMessage/html/search/all_72.html
-share/doc/qore/modules/MailMessage/html/search/all_72.js
-share/doc/qore/modules/MailMessage/html/search/all_73.html
-share/doc/qore/modules/MailMessage/html/search/all_73.js
-share/doc/qore/modules/MailMessage/html/search/all_74.html
-share/doc/qore/modules/MailMessage/html/search/all_74.js
-share/doc/qore/modules/MailMessage/html/search/all_75.html
-share/doc/qore/modules/MailMessage/html/search/all_75.js
-share/doc/qore/modules/MailMessage/html/search/all_76.html
-share/doc/qore/modules/MailMessage/html/search/all_76.js
-share/doc/qore/modules/MailMessage/html/search/all_77.html
-share/doc/qore/modules/MailMessage/html/search/all_77.js
-share/doc/qore/modules/MailMessage/html/search/all_78.html
-share/doc/qore/modules/MailMessage/html/search/all_78.js
-share/doc/qore/modules/MailMessage/html/search/all_79.html
-share/doc/qore/modules/MailMessage/html/search/all_79.js
-share/doc/qore/modules/MailMessage/html/search/all_7a.html
-share/doc/qore/modules/MailMessage/html/search/all_7a.js
 share/doc/qore/modules/MailMessage/html/search/all_8.html
 share/doc/qore/modules/MailMessage/html/search/all_8.js
 share/doc/qore/modules/MailMessage/html/search/all_9.html
@@ -4856,6 +6069,10 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/classes_0.js
 share/doc/qore/modules/MailMessage/html/search/classes_1.html
 share/doc/qore/modules/MailMessage/html/search/classes_1.js
+share/doc/qore/modules/MailMessage/html/search/classes_10.html
+share/doc/qore/modules/MailMessage/html/search/classes_10.js
+share/doc/qore/modules/MailMessage/html/search/classes_11.html
+share/doc/qore/modules/MailMessage/html/search/classes_11.js
 share/doc/qore/modules/MailMessage/html/search/classes_2.html
 share/doc/qore/modules/MailMessage/html/search/classes_2.js
 share/doc/qore/modules/MailMessage/html/search/classes_3.html
@@ -4866,40 +6083,8 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/classes_5.js
 share/doc/qore/modules/MailMessage/html/search/classes_6.html
 share/doc/qore/modules/MailMessage/html/search/classes_6.js
-share/doc/qore/modules/MailMessage/html/search/classes_61.html
-share/doc/qore/modules/MailMessage/html/search/classes_61.js
-share/doc/qore/modules/MailMessage/html/search/classes_63.html
-share/doc/qore/modules/MailMessage/html/search/classes_63.js
-share/doc/qore/modules/MailMessage/html/search/classes_64.html
-share/doc/qore/modules/MailMessage/html/search/classes_64.js
-share/doc/qore/modules/MailMessage/html/search/classes_66.html
-share/doc/qore/modules/MailMessage/html/search/classes_66.js
-share/doc/qore/modules/MailMessage/html/search/classes_67.html
-share/doc/qore/modules/MailMessage/html/search/classes_67.js
-share/doc/qore/modules/MailMessage/html/search/classes_68.html
-share/doc/qore/modules/MailMessage/html/search/classes_68.js
-share/doc/qore/modules/MailMessage/html/search/classes_6c.html
-share/doc/qore/modules/MailMessage/html/search/classes_6c.js
-share/doc/qore/modules/MailMessage/html/search/classes_6d.html
-share/doc/qore/modules/MailMessage/html/search/classes_6d.js
-share/doc/qore/modules/MailMessage/html/search/classes_6f.html
-share/doc/qore/modules/MailMessage/html/search/classes_6f.js
 share/doc/qore/modules/MailMessage/html/search/classes_7.html
 share/doc/qore/modules/MailMessage/html/search/classes_7.js
-share/doc/qore/modules/MailMessage/html/search/classes_70.html
-share/doc/qore/modules/MailMessage/html/search/classes_70.js
-share/doc/qore/modules/MailMessage/html/search/classes_71.html
-share/doc/qore/modules/MailMessage/html/search/classes_71.js
-share/doc/qore/modules/MailMessage/html/search/classes_72.html
-share/doc/qore/modules/MailMessage/html/search/classes_72.js
-share/doc/qore/modules/MailMessage/html/search/classes_73.html
-share/doc/qore/modules/MailMessage/html/search/classes_73.js
-share/doc/qore/modules/MailMessage/html/search/classes_74.html
-share/doc/qore/modules/MailMessage/html/search/classes_74.js
-share/doc/qore/modules/MailMessage/html/search/classes_78.html
-share/doc/qore/modules/MailMessage/html/search/classes_78.js
-share/doc/qore/modules/MailMessage/html/search/classes_7a.html
-share/doc/qore/modules/MailMessage/html/search/classes_7a.js
 share/doc/qore/modules/MailMessage/html/search/classes_8.html
 share/doc/qore/modules/MailMessage/html/search/classes_8.js
 share/doc/qore/modules/MailMessage/html/search/classes_9.html
@@ -4914,6 +6099,8 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/classes_d.js
 share/doc/qore/modules/MailMessage/html/search/classes_e.html
 share/doc/qore/modules/MailMessage/html/search/classes_e.js
+share/doc/qore/modules/MailMessage/html/search/classes_f.html
+share/doc/qore/modules/MailMessage/html/search/classes_f.js
 share/doc/qore/modules/MailMessage/html/search/close.png
 share/doc/qore/modules/MailMessage/html/search/functions_0.html
 share/doc/qore/modules/MailMessage/html/search/functions_0.js
@@ -4947,58 +6134,8 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/functions_5.js
 share/doc/qore/modules/MailMessage/html/search/functions_6.html
 share/doc/qore/modules/MailMessage/html/search/functions_6.js
-share/doc/qore/modules/MailMessage/html/search/functions_61.html
-share/doc/qore/modules/MailMessage/html/search/functions_61.js
-share/doc/qore/modules/MailMessage/html/search/functions_62.html
-share/doc/qore/modules/MailMessage/html/search/functions_62.js
-share/doc/qore/modules/MailMessage/html/search/functions_63.html
-share/doc/qore/modules/MailMessage/html/search/functions_63.js
-share/doc/qore/modules/MailMessage/html/search/functions_64.html
-share/doc/qore/modules/MailMessage/html/search/functions_64.js
-share/doc/qore/modules/MailMessage/html/search/functions_65.html
-share/doc/qore/modules/MailMessage/html/search/functions_65.js
-share/doc/qore/modules/MailMessage/html/search/functions_66.html
-share/doc/qore/modules/MailMessage/html/search/functions_66.js
-share/doc/qore/modules/MailMessage/html/search/functions_67.html
-share/doc/qore/modules/MailMessage/html/search/functions_67.js
-share/doc/qore/modules/MailMessage/html/search/functions_68.html
-share/doc/qore/modules/MailMessage/html/search/functions_68.js
-share/doc/qore/modules/MailMessage/html/search/functions_69.html
-share/doc/qore/modules/MailMessage/html/search/functions_69.js
-share/doc/qore/modules/MailMessage/html/search/functions_6a.html
-share/doc/qore/modules/MailMessage/html/search/functions_6a.js
-share/doc/qore/modules/MailMessage/html/search/functions_6b.html
-share/doc/qore/modules/MailMessage/html/search/functions_6b.js
-share/doc/qore/modules/MailMessage/html/search/functions_6c.html
-share/doc/qore/modules/MailMessage/html/search/functions_6c.js
-share/doc/qore/modules/MailMessage/html/search/functions_6d.html
-share/doc/qore/modules/MailMessage/html/search/functions_6d.js
-share/doc/qore/modules/MailMessage/html/search/functions_6e.html
-share/doc/qore/modules/MailMessage/html/search/functions_6e.js
-share/doc/qore/modules/MailMessage/html/search/functions_6f.html
-share/doc/qore/modules/MailMessage/html/search/functions_6f.js
 share/doc/qore/modules/MailMessage/html/search/functions_7.html
 share/doc/qore/modules/MailMessage/html/search/functions_7.js
-share/doc/qore/modules/MailMessage/html/search/functions_70.html
-share/doc/qore/modules/MailMessage/html/search/functions_70.js
-share/doc/qore/modules/MailMessage/html/search/functions_72.html
-share/doc/qore/modules/MailMessage/html/search/functions_72.js
-share/doc/qore/modules/MailMessage/html/search/functions_73.html
-share/doc/qore/modules/MailMessage/html/search/functions_73.js
-share/doc/qore/modules/MailMessage/html/search/functions_74.html
-share/doc/qore/modules/MailMessage/html/search/functions_74.js
-share/doc/qore/modules/MailMessage/html/search/functions_75.html
-share/doc/qore/modules/MailMessage/html/search/functions_75.js
-share/doc/qore/modules/MailMessage/html/search/functions_76.html
-share/doc/qore/modules/MailMessage/html/search/functions_76.js
-share/doc/qore/modules/MailMessage/html/search/functions_77.html
-share/doc/qore/modules/MailMessage/html/search/functions_77.js
-share/doc/qore/modules/MailMessage/html/search/functions_78.html
-share/doc/qore/modules/MailMessage/html/search/functions_78.js
-share/doc/qore/modules/MailMessage/html/search/functions_79.html
-share/doc/qore/modules/MailMessage/html/search/functions_79.js
-share/doc/qore/modules/MailMessage/html/search/functions_7a.html
-share/doc/qore/modules/MailMessage/html/search/functions_7a.js
 share/doc/qore/modules/MailMessage/html/search/functions_8.html
 share/doc/qore/modules/MailMessage/html/search/functions_8.js
 share/doc/qore/modules/MailMessage/html/search/functions_9.html
@@ -5033,44 +6170,8 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/groups_5.js
 share/doc/qore/modules/MailMessage/html/search/groups_6.html
 share/doc/qore/modules/MailMessage/html/search/groups_6.js
-share/doc/qore/modules/MailMessage/html/search/groups_62.html
-share/doc/qore/modules/MailMessage/html/search/groups_62.js
-share/doc/qore/modules/MailMessage/html/search/groups_63.html
-share/doc/qore/modules/MailMessage/html/search/groups_63.js
-share/doc/qore/modules/MailMessage/html/search/groups_64.html
-share/doc/qore/modules/MailMessage/html/search/groups_64.js
-share/doc/qore/modules/MailMessage/html/search/groups_65.html
-share/doc/qore/modules/MailMessage/html/search/groups_65.js
-share/doc/qore/modules/MailMessage/html/search/groups_66.html
-share/doc/qore/modules/MailMessage/html/search/groups_66.js
-share/doc/qore/modules/MailMessage/html/search/groups_68.html
-share/doc/qore/modules/MailMessage/html/search/groups_68.js
-share/doc/qore/modules/MailMessage/html/search/groups_69.html
-share/doc/qore/modules/MailMessage/html/search/groups_69.js
-share/doc/qore/modules/MailMessage/html/search/groups_6c.html
-share/doc/qore/modules/MailMessage/html/search/groups_6c.js
-share/doc/qore/modules/MailMessage/html/search/groups_6d.html
-share/doc/qore/modules/MailMessage/html/search/groups_6d.js
-share/doc/qore/modules/MailMessage/html/search/groups_6e.html
-share/doc/qore/modules/MailMessage/html/search/groups_6e.js
-share/doc/qore/modules/MailMessage/html/search/groups_6f.html
-share/doc/qore/modules/MailMessage/html/search/groups_6f.js
 share/doc/qore/modules/MailMessage/html/search/groups_7.html
 share/doc/qore/modules/MailMessage/html/search/groups_7.js
-share/doc/qore/modules/MailMessage/html/search/groups_70.html
-share/doc/qore/modules/MailMessage/html/search/groups_70.js
-share/doc/qore/modules/MailMessage/html/search/groups_72.html
-share/doc/qore/modules/MailMessage/html/search/groups_72.js
-share/doc/qore/modules/MailMessage/html/search/groups_73.html
-share/doc/qore/modules/MailMessage/html/search/groups_73.js
-share/doc/qore/modules/MailMessage/html/search/groups_74.html
-share/doc/qore/modules/MailMessage/html/search/groups_74.js
-share/doc/qore/modules/MailMessage/html/search/groups_75.html
-share/doc/qore/modules/MailMessage/html/search/groups_75.js
-share/doc/qore/modules/MailMessage/html/search/groups_77.html
-share/doc/qore/modules/MailMessage/html/search/groups_77.js
-share/doc/qore/modules/MailMessage/html/search/groups_78.html
-share/doc/qore/modules/MailMessage/html/search/groups_78.js
 share/doc/qore/modules/MailMessage/html/search/groups_8.html
 share/doc/qore/modules/MailMessage/html/search/groups_8.js
 share/doc/qore/modules/MailMessage/html/search/groups_9.html
@@ -5092,10 +6193,6 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/namespaces_0.js
 share/doc/qore/modules/MailMessage/html/search/namespaces_1.html
 share/doc/qore/modules/MailMessage/html/search/namespaces_1.js
-share/doc/qore/modules/MailMessage/html/search/namespaces_6d.html
-share/doc/qore/modules/MailMessage/html/search/namespaces_6d.js
-share/doc/qore/modules/MailMessage/html/search/namespaces_71.html
-share/doc/qore/modules/MailMessage/html/search/namespaces_71.js
 share/doc/qore/modules/MailMessage/html/search/nomatches.html
 share/doc/qore/modules/MailMessage/html/search/pages_0.html
 share/doc/qore/modules/MailMessage/html/search/pages_0.js
@@ -5115,44 +6212,8 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/pages_5.js
 share/doc/qore/modules/MailMessage/html/search/pages_6.html
 share/doc/qore/modules/MailMessage/html/search/pages_6.js
-share/doc/qore/modules/MailMessage/html/search/pages_62.html
-share/doc/qore/modules/MailMessage/html/search/pages_62.js
-share/doc/qore/modules/MailMessage/html/search/pages_63.html
-share/doc/qore/modules/MailMessage/html/search/pages_63.js
-share/doc/qore/modules/MailMessage/html/search/pages_64.html
-share/doc/qore/modules/MailMessage/html/search/pages_64.js
-share/doc/qore/modules/MailMessage/html/search/pages_65.html
-share/doc/qore/modules/MailMessage/html/search/pages_65.js
-share/doc/qore/modules/MailMessage/html/search/pages_66.html
-share/doc/qore/modules/MailMessage/html/search/pages_66.js
-share/doc/qore/modules/MailMessage/html/search/pages_69.html
-share/doc/qore/modules/MailMessage/html/search/pages_69.js
-share/doc/qore/modules/MailMessage/html/search/pages_6b.html
-share/doc/qore/modules/MailMessage/html/search/pages_6b.js
-share/doc/qore/modules/MailMessage/html/search/pages_6c.html
-share/doc/qore/modules/MailMessage/html/search/pages_6c.js
-share/doc/qore/modules/MailMessage/html/search/pages_6d.html
-share/doc/qore/modules/MailMessage/html/search/pages_6d.js
-share/doc/qore/modules/MailMessage/html/search/pages_6e.html
-share/doc/qore/modules/MailMessage/html/search/pages_6e.js
-share/doc/qore/modules/MailMessage/html/search/pages_6f.html
-share/doc/qore/modules/MailMessage/html/search/pages_6f.js
 share/doc/qore/modules/MailMessage/html/search/pages_7.html
 share/doc/qore/modules/MailMessage/html/search/pages_7.js
-share/doc/qore/modules/MailMessage/html/search/pages_70.html
-share/doc/qore/modules/MailMessage/html/search/pages_70.js
-share/doc/qore/modules/MailMessage/html/search/pages_71.html
-share/doc/qore/modules/MailMessage/html/search/pages_71.js
-share/doc/qore/modules/MailMessage/html/search/pages_72.html
-share/doc/qore/modules/MailMessage/html/search/pages_72.js
-share/doc/qore/modules/MailMessage/html/search/pages_73.html
-share/doc/qore/modules/MailMessage/html/search/pages_73.js
-share/doc/qore/modules/MailMessage/html/search/pages_74.html
-share/doc/qore/modules/MailMessage/html/search/pages_74.js
-share/doc/qore/modules/MailMessage/html/search/pages_76.html
-share/doc/qore/modules/MailMessage/html/search/pages_76.js
-share/doc/qore/modules/MailMessage/html/search/pages_77.html
-share/doc/qore/modules/MailMessage/html/search/pages_77.js
 share/doc/qore/modules/MailMessage/html/search/pages_8.html
 share/doc/qore/modules/MailMessage/html/search/pages_8.js
 share/doc/qore/modules/MailMessage/html/search/pages_9.html
@@ -5174,6 +6235,7 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/search_l.png
 share/doc/qore/modules/MailMessage/html/search/search_m.png
 share/doc/qore/modules/MailMessage/html/search/search_r.png
+share/doc/qore/modules/MailMessage/html/search/searchdata.js
 share/doc/qore/modules/MailMessage/html/search/variables_0.html
 share/doc/qore/modules/MailMessage/html/search/variables_0.js
 share/doc/qore/modules/MailMessage/html/search/variables_1.html
@@ -5196,52 +6258,10 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/variables_4.js
 share/doc/qore/modules/MailMessage/html/search/variables_5.html
 share/doc/qore/modules/MailMessage/html/search/variables_5.js
-share/doc/qore/modules/MailMessage/html/search/variables_5f.html
-share/doc/qore/modules/MailMessage/html/search/variables_5f.js
 share/doc/qore/modules/MailMessage/html/search/variables_6.html
 share/doc/qore/modules/MailMessage/html/search/variables_6.js
-share/doc/qore/modules/MailMessage/html/search/variables_61.html
-share/doc/qore/modules/MailMessage/html/search/variables_61.js
-share/doc/qore/modules/MailMessage/html/search/variables_62.html
-share/doc/qore/modules/MailMessage/html/search/variables_62.js
-share/doc/qore/modules/MailMessage/html/search/variables_63.html
-share/doc/qore/modules/MailMessage/html/search/variables_63.js
-share/doc/qore/modules/MailMessage/html/search/variables_64.html
-share/doc/qore/modules/MailMessage/html/search/variables_64.js
-share/doc/qore/modules/MailMessage/html/search/variables_65.html
-share/doc/qore/modules/MailMessage/html/search/variables_65.js
-share/doc/qore/modules/MailMessage/html/search/variables_66.html
-share/doc/qore/modules/MailMessage/html/search/variables_66.js
-share/doc/qore/modules/MailMessage/html/search/variables_68.html
-share/doc/qore/modules/MailMessage/html/search/variables_68.js
-share/doc/qore/modules/MailMessage/html/search/variables_69.html
-share/doc/qore/modules/MailMessage/html/search/variables_69.js
-share/doc/qore/modules/MailMessage/html/search/variables_6c.html
-share/doc/qore/modules/MailMessage/html/search/variables_6c.js
-share/doc/qore/modules/MailMessage/html/search/variables_6d.html
-share/doc/qore/modules/MailMessage/html/search/variables_6d.js
-share/doc/qore/modules/MailMessage/html/search/variables_6e.html
-share/doc/qore/modules/MailMessage/html/search/variables_6e.js
-share/doc/qore/modules/MailMessage/html/search/variables_6f.html
-share/doc/qore/modules/MailMessage/html/search/variables_6f.js
 share/doc/qore/modules/MailMessage/html/search/variables_7.html
 share/doc/qore/modules/MailMessage/html/search/variables_7.js
-share/doc/qore/modules/MailMessage/html/search/variables_70.html
-share/doc/qore/modules/MailMessage/html/search/variables_70.js
-share/doc/qore/modules/MailMessage/html/search/variables_72.html
-share/doc/qore/modules/MailMessage/html/search/variables_72.js
-share/doc/qore/modules/MailMessage/html/search/variables_73.html
-share/doc/qore/modules/MailMessage/html/search/variables_73.js
-share/doc/qore/modules/MailMessage/html/search/variables_74.html
-share/doc/qore/modules/MailMessage/html/search/variables_74.js
-share/doc/qore/modules/MailMessage/html/search/variables_76.html
-share/doc/qore/modules/MailMessage/html/search/variables_76.js
-share/doc/qore/modules/MailMessage/html/search/variables_77.html
-share/doc/qore/modules/MailMessage/html/search/variables_77.js
-share/doc/qore/modules/MailMessage/html/search/variables_78.html
-share/doc/qore/modules/MailMessage/html/search/variables_78.js
-share/doc/qore/modules/MailMessage/html/search/variables_7a.html
-share/doc/qore/modules/MailMessage/html/search/variables_7a.js
 share/doc/qore/modules/MailMessage/html/search/variables_8.html
 share/doc/qore/modules/MailMessage/html/search/variables_8.js
 share/doc/qore/modules/MailMessage/html/search/variables_9.html
@@ -5258,6 +6278,7 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/search/variables_e.js
 share/doc/qore/modules/MailMessage/html/search/variables_f.html
 share/doc/qore/modules/MailMessage/html/search/variables_f.js
+share/doc/qore/modules/MailMessage/html/splitbar.png
 share/doc/qore/modules/MailMessage/html/sync_off.png
 share/doc/qore/modules/MailMessage/html/sync_on.png
 share/doc/qore/modules/MailMessage/html/tab_a.png
@@ -5267,7 +6288,9 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/tabs.css
 share/doc/qore/modules/Mapper/html/_mapper_8qm_8dox_8h_source.html
 share/doc/qore/modules/Mapper/html/annotated.html
-share/doc/qore/modules/Mapper/html/annotated.js
+share/doc/qore/modules/Mapper/html/annotated_dup.js
+share/doc/qore/modules/Mapper/html/arrowdown.png
+share/doc/qore/modules/Mapper/html/arrowright.png
 share/doc/qore/modules/Mapper/html/bc_s.png
 share/doc/qore/modules/Mapper/html/bdwn.png
 share/doc/qore/modules/Mapper/html/class_mapper_1_1_abstract_mapper_iterator-members.html
@@ -5295,25 +6318,12 @@ share/doc/qore/modules/Mapper/html/dir_4
 share/doc/qore/modules/Mapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/Mapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/Mapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/Mapper/html/doc.png
 share/doc/qore/modules/Mapper/html/doxygen.css
 share/doc/qore/modules/Mapper/html/doxygen.png
 share/doc/qore/modules/Mapper/html/dynsections.js
-share/doc/qore/modules/Mapper/html/ftv2blank.png
-share/doc/qore/modules/Mapper/html/ftv2cl.png
-share/doc/qore/modules/Mapper/html/ftv2doc.png
-share/doc/qore/modules/Mapper/html/ftv2folderclosed.png
-share/doc/qore/modules/Mapper/html/ftv2folderopen.png
-share/doc/qore/modules/Mapper/html/ftv2lastnode.png
-share/doc/qore/modules/Mapper/html/ftv2link.png
-share/doc/qore/modules/Mapper/html/ftv2mlastnode.png
-share/doc/qore/modules/Mapper/html/ftv2mnode.png
-share/doc/qore/modules/Mapper/html/ftv2mo.png
-share/doc/qore/modules/Mapper/html/ftv2node.png
-share/doc/qore/modules/Mapper/html/ftv2ns.png
-share/doc/qore/modules/Mapper/html/ftv2plastnode.png
-share/doc/qore/modules/Mapper/html/ftv2pnode.png
-share/doc/qore/modules/Mapper/html/ftv2splitbar.png
-share/doc/qore/modules/Mapper/html/ftv2vertline.png
+share/doc/qore/modules/Mapper/html/folderclosed.png
+share/doc/qore/modules/Mapper/html/folderopen.png
 share/doc/qore/modules/Mapper/html/functions.html
 share/doc/qore/modules/Mapper/html/functions_func.html
 share/doc/qore/modules/Mapper/html/functions_vars.html
@@ -5341,6 +6351,7 @@ share/doc/qore/modules/Mapper/html/nav_g
 share/doc/qore/modules/Mapper/html/nav_h.png
 share/doc/qore/modules/Mapper/html/navtree.css
 share/doc/qore/modules/Mapper/html/navtree.js
+share/doc/qore/modules/Mapper/html/navtreedata.js
 share/doc/qore/modules/Mapper/html/navtreeindex0.js
 share/doc/qore/modules/Mapper/html/open.png
 share/doc/qore/modules/Mapper/html/pages.html
@@ -5403,6 +6414,10 @@ share/doc/qore/modules/Mapper/html/searc
 share/doc/qore/modules/Mapper/html/search/classes_0.js
 share/doc/qore/modules/Mapper/html/search/classes_1.html
 share/doc/qore/modules/Mapper/html/search/classes_1.js
+share/doc/qore/modules/Mapper/html/search/classes_10.html
+share/doc/qore/modules/Mapper/html/search/classes_10.js
+share/doc/qore/modules/Mapper/html/search/classes_11.html
+share/doc/qore/modules/Mapper/html/search/classes_11.js
 share/doc/qore/modules/Mapper/html/search/classes_2.html
 share/doc/qore/modules/Mapper/html/search/classes_2.js
 share/doc/qore/modules/Mapper/html/search/classes_3.html
@@ -5429,6 +6444,8 @@ share/doc/qore/modules/Mapper/html/searc
 share/doc/qore/modules/Mapper/html/search/classes_d.js
 share/doc/qore/modules/Mapper/html/search/classes_e.html
 share/doc/qore/modules/Mapper/html/search/classes_e.js
+share/doc/qore/modules/Mapper/html/search/classes_f.html
+share/doc/qore/modules/Mapper/html/search/classes_f.js
 share/doc/qore/modules/Mapper/html/search/close.png
 share/doc/qore/modules/Mapper/html/search/functions_0.html
 share/doc/qore/modules/Mapper/html/search/functions_0.js
@@ -5563,6 +6580,7 @@ share/doc/qore/modules/Mapper/html/searc
 share/doc/qore/modules/Mapper/html/search/search_l.png
 share/doc/qore/modules/Mapper/html/search/search_m.png
 share/doc/qore/modules/Mapper/html/search/search_r.png
+share/doc/qore/modules/Mapper/html/search/searchdata.js
 share/doc/qore/modules/Mapper/html/search/variables_0.html
 share/doc/qore/modules/Mapper/html/search/variables_0.js
 share/doc/qore/modules/Mapper/html/search/variables_1.html
@@ -5605,6 +6623,7 @@ share/doc/qore/modules/Mapper/html/searc
 share/doc/qore/modules/Mapper/html/search/variables_e.js
 share/doc/qore/modules/Mapper/html/search/variables_f.html
 share/doc/qore/modules/Mapper/html/search/variables_f.js
+share/doc/qore/modules/Mapper/html/splitbar.png
 share/doc/qore/modules/Mapper/html/sync_off.png
 share/doc/qore/modules/Mapper/html/sync_on.png
 share/doc/qore/modules/Mapper/html/tab_a.png
@@ -5614,10 +6633,11 @@ share/doc/qore/modules/Mapper/html/tab_s
 share/doc/qore/modules/Mapper/html/tabs.css
 share/doc/qore/modules/Mime/html/_mime_8qm_8dox_8h_source.html
 share/doc/qore/modules/Mime/html/annotated.html
-share/doc/qore/modules/Mime/html/annotated.js
+share/doc/qore/modules/Mime/html/annotated_dup.js
+share/doc/qore/modules/Mime/html/arrowdown.png
+share/doc/qore/modules/Mime/html/arrowright.png
 share/doc/qore/modules/Mime/html/bc_s.png
 share/doc/qore/modules/Mime/html/bdwn.png
-share/doc/qore/modules/Mime/html/bug.html
 share/doc/qore/modules/Mime/html/class_mime_1_1_multi_part_message-members.html
 share/doc/qore/modules/Mime/html/class_mime_1_1_multi_part_message.html
 share/doc/qore/modules/Mime/html/class_mime_1_1_multi_part_message.js
@@ -5646,25 +6666,12 @@ share/doc/qore/modules/Mime/html/dir_4e8
 share/doc/qore/modules/Mime/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/Mime/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/Mime/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/Mime/html/doc.png
 share/doc/qore/modules/Mime/html/doxygen.css
 share/doc/qore/modules/Mime/html/doxygen.png
 share/doc/qore/modules/Mime/html/dynsections.js
-share/doc/qore/modules/Mime/html/ftv2blank.png
-share/doc/qore/modules/Mime/html/ftv2cl.png
-share/doc/qore/modules/Mime/html/ftv2doc.png
-share/doc/qore/modules/Mime/html/ftv2folderclosed.png
-share/doc/qore/modules/Mime/html/ftv2folderopen.png
-share/doc/qore/modules/Mime/html/ftv2lastnode.png
-share/doc/qore/modules/Mime/html/ftv2link.png
-share/doc/qore/modules/Mime/html/ftv2mlastnode.png
-share/doc/qore/modules/Mime/html/ftv2mnode.png
-share/doc/qore/modules/Mime/html/ftv2mo.png
-share/doc/qore/modules/Mime/html/ftv2node.png
-share/doc/qore/modules/Mime/html/ftv2ns.png
-share/doc/qore/modules/Mime/html/ftv2plastnode.png
-share/doc/qore/modules/Mime/html/ftv2pnode.png
-share/doc/qore/modules/Mime/html/ftv2splitbar.png
-share/doc/qore/modules/Mime/html/ftv2vertline.png
+share/doc/qore/modules/Mime/html/folderclosed.png
+share/doc/qore/modules/Mime/html/folderopen.png
 share/doc/qore/modules/Mime/html/functions.html
 share/doc/qore/modules/Mime/html/functions_func.html
 share/doc/qore/modules/Mime/html/graph_legend.html
@@ -5682,6 +6689,8 @@ share/doc/qore/modules/Mime/html/group__
 share/doc/qore/modules/Mime/html/group___mime_type_definitions.js
 share/doc/qore/modules/Mime/html/group___multi_part_constants.html
 share/doc/qore/modules/Mime/html/group___multi_part_constants.js
+share/doc/qore/modules/Mime/html/group___string_concat_decoding.js
+share/doc/qore/modules/Mime/html/group___string_concat_encoding.js
 share/doc/qore/modules/Mime/html/group__boolean__constants.js
 share/doc/qore/modules/Mime/html/group__call__type__constants.js
 share/doc/qore/modules/Mime/html/group__compression__constants.js
@@ -5706,6 +6715,7 @@ share/doc/qore/modules/Mime/html/group__
 share/doc/qore/modules/Mime/html/group__file__stat__constants.js
 share/doc/qore/modules/Mime/html/group__filesystem__functions.js
 share/doc/qore/modules/Mime/html/group__hmac__functions.js
+share/doc/qore/modules/Mime/html/group__input__stream__function.js
 share/doc/qore/modules/Mime/html/group__io__constants.js
 share/doc/qore/modules/Mime/html/group__library__functions.js
 share/doc/qore/modules/Mime/html/group__list__functions.js
@@ -5731,6 +6741,7 @@ share/doc/qore/modules/Mime/html/group__
 share/doc/qore/modules/Mime/html/group__string__functions.js
 share/doc/qore/modules/Mime/html/group__string__type__constants.js
 share/doc/qore/modules/Mime/html/group__system__and__build__constants.js
+share/doc/qore/modules/Mime/html/group__t.js
 share/doc/qore/modules/Mime/html/group__tattr__control__character__constants.js
 share/doc/qore/modules/Mime/html/group__tattr__control__mode__constants.js
 share/doc/qore/modules/Mime/html/group__tattr__input__mode__constants.js
@@ -5741,9 +6752,9 @@ share/doc/qore/modules/Mime/html/group__
 share/doc/qore/modules/Mime/html/group__type__code__constants.js
 share/doc/qore/modules/Mime/html/group__type__code__map__constants.js
 share/doc/qore/modules/Mime/html/group__type__conversion__functions.js
+share/doc/qore/modules/Mime/html/group__user__and__group__functions.js
 share/doc/qore/modules/Mime/html/group__warning__constants.js
 share/doc/qore/modules/Mime/html/group__x509__verification__constants.js
-share/doc/qore/modules/Mime/html/group__xrange__functions.js
 share/doc/qore/modules/Mime/html/hierarchy.html
 share/doc/qore/modules/Mime/html/hierarchy.js
 share/doc/qore/modules/Mime/html/index.html
@@ -5767,6 +6778,7 @@ share/doc/qore/modules/Mime/html/nav_g.p
 share/doc/qore/modules/Mime/html/nav_h.png
 share/doc/qore/modules/Mime/html/navtree.css
 share/doc/qore/modules/Mime/html/navtree.js
+share/doc/qore/modules/Mime/html/navtreedata.js
 share/doc/qore/modules/Mime/html/navtreeindex0.js
 share/doc/qore/modules/Mime/html/navtreeindex1.js
 share/doc/qore/modules/Mime/html/navtreeindex2.js
@@ -5810,64 +6822,10 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/all_4.js
 share/doc/qore/modules/Mime/html/search/all_5.html
 share/doc/qore/modules/Mime/html/search/all_5.js
-share/doc/qore/modules/Mime/html/search/all_5f.html
-share/doc/qore/modules/Mime/html/search/all_5f.js
 share/doc/qore/modules/Mime/html/search/all_6.html
 share/doc/qore/modules/Mime/html/search/all_6.js
-share/doc/qore/modules/Mime/html/search/all_61.html
-share/doc/qore/modules/Mime/html/search/all_61.js
-share/doc/qore/modules/Mime/html/search/all_62.html
-share/doc/qore/modules/Mime/html/search/all_62.js
-share/doc/qore/modules/Mime/html/search/all_63.html
-share/doc/qore/modules/Mime/html/search/all_63.js
-share/doc/qore/modules/Mime/html/search/all_64.html
-share/doc/qore/modules/Mime/html/search/all_64.js
-share/doc/qore/modules/Mime/html/search/all_65.html
-share/doc/qore/modules/Mime/html/search/all_65.js
-share/doc/qore/modules/Mime/html/search/all_66.html
-share/doc/qore/modules/Mime/html/search/all_66.js
-share/doc/qore/modules/Mime/html/search/all_67.html
-share/doc/qore/modules/Mime/html/search/all_67.js
-share/doc/qore/modules/Mime/html/search/all_68.html
-share/doc/qore/modules/Mime/html/search/all_68.js
-share/doc/qore/modules/Mime/html/search/all_69.html
-share/doc/qore/modules/Mime/html/search/all_69.js
-share/doc/qore/modules/Mime/html/search/all_6a.html
-share/doc/qore/modules/Mime/html/search/all_6a.js
-share/doc/qore/modules/Mime/html/search/all_6b.html
-share/doc/qore/modules/Mime/html/search/all_6b.js
-share/doc/qore/modules/Mime/html/search/all_6c.html
-share/doc/qore/modules/Mime/html/search/all_6c.js
-share/doc/qore/modules/Mime/html/search/all_6d.html
-share/doc/qore/modules/Mime/html/search/all_6d.js
-share/doc/qore/modules/Mime/html/search/all_6e.html
-share/doc/qore/modules/Mime/html/search/all_6e.js
-share/doc/qore/modules/Mime/html/search/all_6f.html
-share/doc/qore/modules/Mime/html/search/all_6f.js
 share/doc/qore/modules/Mime/html/search/all_7.html
 share/doc/qore/modules/Mime/html/search/all_7.js
-share/doc/qore/modules/Mime/html/search/all_70.html
-share/doc/qore/modules/Mime/html/search/all_70.js
-share/doc/qore/modules/Mime/html/search/all_71.html
-share/doc/qore/modules/Mime/html/search/all_71.js
-share/doc/qore/modules/Mime/html/search/all_72.html
-share/doc/qore/modules/Mime/html/search/all_72.js
-share/doc/qore/modules/Mime/html/search/all_73.html
-share/doc/qore/modules/Mime/html/search/all_73.js
-share/doc/qore/modules/Mime/html/search/all_74.html
-share/doc/qore/modules/Mime/html/search/all_74.js
-share/doc/qore/modules/Mime/html/search/all_75.html
-share/doc/qore/modules/Mime/html/search/all_75.js
-share/doc/qore/modules/Mime/html/search/all_76.html
-share/doc/qore/modules/Mime/html/search/all_76.js
-share/doc/qore/modules/Mime/html/search/all_77.html
-share/doc/qore/modules/Mime/html/search/all_77.js
-share/doc/qore/modules/Mime/html/search/all_78.html
-share/doc/qore/modules/Mime/html/search/all_78.js
-share/doc/qore/modules/Mime/html/search/all_79.html
-share/doc/qore/modules/Mime/html/search/all_79.js
-share/doc/qore/modules/Mime/html/search/all_7a.html
-share/doc/qore/modules/Mime/html/search/all_7a.js
 share/doc/qore/modules/Mime/html/search/all_8.html
 share/doc/qore/modules/Mime/html/search/all_8.js
 share/doc/qore/modules/Mime/html/search/all_9.html
@@ -5888,6 +6846,10 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/classes_0.js
 share/doc/qore/modules/Mime/html/search/classes_1.html
 share/doc/qore/modules/Mime/html/search/classes_1.js
+share/doc/qore/modules/Mime/html/search/classes_10.html
+share/doc/qore/modules/Mime/html/search/classes_10.js
+share/doc/qore/modules/Mime/html/search/classes_11.html
+share/doc/qore/modules/Mime/html/search/classes_11.js
 share/doc/qore/modules/Mime/html/search/classes_2.html
 share/doc/qore/modules/Mime/html/search/classes_2.js
 share/doc/qore/modules/Mime/html/search/classes_3.html
@@ -5898,40 +6860,8 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/classes_5.js
 share/doc/qore/modules/Mime/html/search/classes_6.html
 share/doc/qore/modules/Mime/html/search/classes_6.js
-share/doc/qore/modules/Mime/html/search/classes_61.html
-share/doc/qore/modules/Mime/html/search/classes_61.js
-share/doc/qore/modules/Mime/html/search/classes_63.html
-share/doc/qore/modules/Mime/html/search/classes_63.js
-share/doc/qore/modules/Mime/html/search/classes_64.html
-share/doc/qore/modules/Mime/html/search/classes_64.js
-share/doc/qore/modules/Mime/html/search/classes_66.html
-share/doc/qore/modules/Mime/html/search/classes_66.js
-share/doc/qore/modules/Mime/html/search/classes_67.html
-share/doc/qore/modules/Mime/html/search/classes_67.js
-share/doc/qore/modules/Mime/html/search/classes_68.html
-share/doc/qore/modules/Mime/html/search/classes_68.js
-share/doc/qore/modules/Mime/html/search/classes_6c.html
-share/doc/qore/modules/Mime/html/search/classes_6c.js
-share/doc/qore/modules/Mime/html/search/classes_6d.html
-share/doc/qore/modules/Mime/html/search/classes_6d.js
-share/doc/qore/modules/Mime/html/search/classes_6f.html
-share/doc/qore/modules/Mime/html/search/classes_6f.js
 share/doc/qore/modules/Mime/html/search/classes_7.html
 share/doc/qore/modules/Mime/html/search/classes_7.js
-share/doc/qore/modules/Mime/html/search/classes_70.html
-share/doc/qore/modules/Mime/html/search/classes_70.js
-share/doc/qore/modules/Mime/html/search/classes_71.html
-share/doc/qore/modules/Mime/html/search/classes_71.js
-share/doc/qore/modules/Mime/html/search/classes_72.html
-share/doc/qore/modules/Mime/html/search/classes_72.js
-share/doc/qore/modules/Mime/html/search/classes_73.html
-share/doc/qore/modules/Mime/html/search/classes_73.js
-share/doc/qore/modules/Mime/html/search/classes_74.html
-share/doc/qore/modules/Mime/html/search/classes_74.js
-share/doc/qore/modules/Mime/html/search/classes_78.html
-share/doc/qore/modules/Mime/html/search/classes_78.js
-share/doc/qore/modules/Mime/html/search/classes_7a.html
-share/doc/qore/modules/Mime/html/search/classes_7a.js
 share/doc/qore/modules/Mime/html/search/classes_8.html
 share/doc/qore/modules/Mime/html/search/classes_8.js
 share/doc/qore/modules/Mime/html/search/classes_9.html
@@ -5946,6 +6876,8 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/classes_d.js
 share/doc/qore/modules/Mime/html/search/classes_e.html
 share/doc/qore/modules/Mime/html/search/classes_e.js
+share/doc/qore/modules/Mime/html/search/classes_f.html
+share/doc/qore/modules/Mime/html/search/classes_f.js
 share/doc/qore/modules/Mime/html/search/close.png
 share/doc/qore/modules/Mime/html/search/functions_0.html
 share/doc/qore/modules/Mime/html/search/functions_0.js
@@ -5979,58 +6911,8 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/functions_5.js
 share/doc/qore/modules/Mime/html/search/functions_6.html
 share/doc/qore/modules/Mime/html/search/functions_6.js
-share/doc/qore/modules/Mime/html/search/functions_61.html
-share/doc/qore/modules/Mime/html/search/functions_61.js
-share/doc/qore/modules/Mime/html/search/functions_62.html
-share/doc/qore/modules/Mime/html/search/functions_62.js
-share/doc/qore/modules/Mime/html/search/functions_63.html
-share/doc/qore/modules/Mime/html/search/functions_63.js
-share/doc/qore/modules/Mime/html/search/functions_64.html
-share/doc/qore/modules/Mime/html/search/functions_64.js
-share/doc/qore/modules/Mime/html/search/functions_65.html
-share/doc/qore/modules/Mime/html/search/functions_65.js
-share/doc/qore/modules/Mime/html/search/functions_66.html
-share/doc/qore/modules/Mime/html/search/functions_66.js
-share/doc/qore/modules/Mime/html/search/functions_67.html
-share/doc/qore/modules/Mime/html/search/functions_67.js
-share/doc/qore/modules/Mime/html/search/functions_68.html
-share/doc/qore/modules/Mime/html/search/functions_68.js
-share/doc/qore/modules/Mime/html/search/functions_69.html
-share/doc/qore/modules/Mime/html/search/functions_69.js
-share/doc/qore/modules/Mime/html/search/functions_6a.html
-share/doc/qore/modules/Mime/html/search/functions_6a.js
-share/doc/qore/modules/Mime/html/search/functions_6b.html
-share/doc/qore/modules/Mime/html/search/functions_6b.js
-share/doc/qore/modules/Mime/html/search/functions_6c.html
-share/doc/qore/modules/Mime/html/search/functions_6c.js
-share/doc/qore/modules/Mime/html/search/functions_6d.html
-share/doc/qore/modules/Mime/html/search/functions_6d.js
-share/doc/qore/modules/Mime/html/search/functions_6e.html
-share/doc/qore/modules/Mime/html/search/functions_6e.js
-share/doc/qore/modules/Mime/html/search/functions_6f.html
-share/doc/qore/modules/Mime/html/search/functions_6f.js
 share/doc/qore/modules/Mime/html/search/functions_7.html
 share/doc/qore/modules/Mime/html/search/functions_7.js
-share/doc/qore/modules/Mime/html/search/functions_70.html
-share/doc/qore/modules/Mime/html/search/functions_70.js
-share/doc/qore/modules/Mime/html/search/functions_72.html
-share/doc/qore/modules/Mime/html/search/functions_72.js
-share/doc/qore/modules/Mime/html/search/functions_73.html
-share/doc/qore/modules/Mime/html/search/functions_73.js
-share/doc/qore/modules/Mime/html/search/functions_74.html
-share/doc/qore/modules/Mime/html/search/functions_74.js
-share/doc/qore/modules/Mime/html/search/functions_75.html
-share/doc/qore/modules/Mime/html/search/functions_75.js
-share/doc/qore/modules/Mime/html/search/functions_76.html
-share/doc/qore/modules/Mime/html/search/functions_76.js
-share/doc/qore/modules/Mime/html/search/functions_77.html
-share/doc/qore/modules/Mime/html/search/functions_77.js
-share/doc/qore/modules/Mime/html/search/functions_78.html
-share/doc/qore/modules/Mime/html/search/functions_78.js
-share/doc/qore/modules/Mime/html/search/functions_79.html
-share/doc/qore/modules/Mime/html/search/functions_79.js
-share/doc/qore/modules/Mime/html/search/functions_7a.html
-share/doc/qore/modules/Mime/html/search/functions_7a.js
 share/doc/qore/modules/Mime/html/search/functions_8.html
 share/doc/qore/modules/Mime/html/search/functions_8.js
 share/doc/qore/modules/Mime/html/search/functions_9.html
@@ -6065,44 +6947,8 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/groups_5.js
 share/doc/qore/modules/Mime/html/search/groups_6.html
 share/doc/qore/modules/Mime/html/search/groups_6.js
-share/doc/qore/modules/Mime/html/search/groups_62.html
-share/doc/qore/modules/Mime/html/search/groups_62.js
-share/doc/qore/modules/Mime/html/search/groups_63.html
-share/doc/qore/modules/Mime/html/search/groups_63.js
-share/doc/qore/modules/Mime/html/search/groups_64.html
-share/doc/qore/modules/Mime/html/search/groups_64.js
-share/doc/qore/modules/Mime/html/search/groups_65.html
-share/doc/qore/modules/Mime/html/search/groups_65.js
-share/doc/qore/modules/Mime/html/search/groups_66.html
-share/doc/qore/modules/Mime/html/search/groups_66.js
-share/doc/qore/modules/Mime/html/search/groups_68.html
-share/doc/qore/modules/Mime/html/search/groups_68.js
-share/doc/qore/modules/Mime/html/search/groups_69.html
-share/doc/qore/modules/Mime/html/search/groups_69.js
-share/doc/qore/modules/Mime/html/search/groups_6c.html
-share/doc/qore/modules/Mime/html/search/groups_6c.js
-share/doc/qore/modules/Mime/html/search/groups_6d.html
-share/doc/qore/modules/Mime/html/search/groups_6d.js
-share/doc/qore/modules/Mime/html/search/groups_6e.html
-share/doc/qore/modules/Mime/html/search/groups_6e.js
-share/doc/qore/modules/Mime/html/search/groups_6f.html
-share/doc/qore/modules/Mime/html/search/groups_6f.js
 share/doc/qore/modules/Mime/html/search/groups_7.html
 share/doc/qore/modules/Mime/html/search/groups_7.js
-share/doc/qore/modules/Mime/html/search/groups_70.html
-share/doc/qore/modules/Mime/html/search/groups_70.js
-share/doc/qore/modules/Mime/html/search/groups_72.html
-share/doc/qore/modules/Mime/html/search/groups_72.js
-share/doc/qore/modules/Mime/html/search/groups_73.html
-share/doc/qore/modules/Mime/html/search/groups_73.js
-share/doc/qore/modules/Mime/html/search/groups_74.html
-share/doc/qore/modules/Mime/html/search/groups_74.js
-share/doc/qore/modules/Mime/html/search/groups_75.html
-share/doc/qore/modules/Mime/html/search/groups_75.js
-share/doc/qore/modules/Mime/html/search/groups_77.html
-share/doc/qore/modules/Mime/html/search/groups_77.js
-share/doc/qore/modules/Mime/html/search/groups_78.html
-share/doc/qore/modules/Mime/html/search/groups_78.js
 share/doc/qore/modules/Mime/html/search/groups_8.html
 share/doc/qore/modules/Mime/html/search/groups_8.js
 share/doc/qore/modules/Mime/html/search/groups_9.html
@@ -6124,10 +6970,6 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/namespaces_0.js
 share/doc/qore/modules/Mime/html/search/namespaces_1.html
 share/doc/qore/modules/Mime/html/search/namespaces_1.js
-share/doc/qore/modules/Mime/html/search/namespaces_6d.html
-share/doc/qore/modules/Mime/html/search/namespaces_6d.js
-share/doc/qore/modules/Mime/html/search/namespaces_71.html
-share/doc/qore/modules/Mime/html/search/namespaces_71.js
 share/doc/qore/modules/Mime/html/search/nomatches.html
 share/doc/qore/modules/Mime/html/search/pages_0.html
 share/doc/qore/modules/Mime/html/search/pages_0.js
@@ -6147,44 +6989,8 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/pages_5.js
 share/doc/qore/modules/Mime/html/search/pages_6.html
 share/doc/qore/modules/Mime/html/search/pages_6.js
-share/doc/qore/modules/Mime/html/search/pages_62.html
-share/doc/qore/modules/Mime/html/search/pages_62.js
-share/doc/qore/modules/Mime/html/search/pages_63.html
-share/doc/qore/modules/Mime/html/search/pages_63.js
-share/doc/qore/modules/Mime/html/search/pages_64.html
-share/doc/qore/modules/Mime/html/search/pages_64.js
-share/doc/qore/modules/Mime/html/search/pages_65.html
-share/doc/qore/modules/Mime/html/search/pages_65.js
-share/doc/qore/modules/Mime/html/search/pages_66.html
-share/doc/qore/modules/Mime/html/search/pages_66.js
-share/doc/qore/modules/Mime/html/search/pages_69.html
-share/doc/qore/modules/Mime/html/search/pages_69.js
-share/doc/qore/modules/Mime/html/search/pages_6b.html
-share/doc/qore/modules/Mime/html/search/pages_6b.js
-share/doc/qore/modules/Mime/html/search/pages_6c.html
-share/doc/qore/modules/Mime/html/search/pages_6c.js
-share/doc/qore/modules/Mime/html/search/pages_6d.html
-share/doc/qore/modules/Mime/html/search/pages_6d.js
-share/doc/qore/modules/Mime/html/search/pages_6e.html
-share/doc/qore/modules/Mime/html/search/pages_6e.js
-share/doc/qore/modules/Mime/html/search/pages_6f.html
-share/doc/qore/modules/Mime/html/search/pages_6f.js
 share/doc/qore/modules/Mime/html/search/pages_7.html
 share/doc/qore/modules/Mime/html/search/pages_7.js
-share/doc/qore/modules/Mime/html/search/pages_70.html
-share/doc/qore/modules/Mime/html/search/pages_70.js
-share/doc/qore/modules/Mime/html/search/pages_71.html
-share/doc/qore/modules/Mime/html/search/pages_71.js
-share/doc/qore/modules/Mime/html/search/pages_72.html
-share/doc/qore/modules/Mime/html/search/pages_72.js
-share/doc/qore/modules/Mime/html/search/pages_73.html
-share/doc/qore/modules/Mime/html/search/pages_73.js
-share/doc/qore/modules/Mime/html/search/pages_74.html
-share/doc/qore/modules/Mime/html/search/pages_74.js
-share/doc/qore/modules/Mime/html/search/pages_76.html
-share/doc/qore/modules/Mime/html/search/pages_76.js
-share/doc/qore/modules/Mime/html/search/pages_77.html
-share/doc/qore/modules/Mime/html/search/pages_77.js
 share/doc/qore/modules/Mime/html/search/pages_8.html
 share/doc/qore/modules/Mime/html/search/pages_8.js
 share/doc/qore/modules/Mime/html/search/pages_9.html
@@ -6206,6 +7012,7 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/search_l.png
 share/doc/qore/modules/Mime/html/search/search_m.png
 share/doc/qore/modules/Mime/html/search/search_r.png
+share/doc/qore/modules/Mime/html/search/searchdata.js
 share/doc/qore/modules/Mime/html/search/variables_0.html
 share/doc/qore/modules/Mime/html/search/variables_0.js
 share/doc/qore/modules/Mime/html/search/variables_1.html
@@ -6228,52 +7035,10 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/variables_4.js
 share/doc/qore/modules/Mime/html/search/variables_5.html
 share/doc/qore/modules/Mime/html/search/variables_5.js
-share/doc/qore/modules/Mime/html/search/variables_5f.html
-share/doc/qore/modules/Mime/html/search/variables_5f.js
 share/doc/qore/modules/Mime/html/search/variables_6.html
 share/doc/qore/modules/Mime/html/search/variables_6.js
-share/doc/qore/modules/Mime/html/search/variables_61.html
-share/doc/qore/modules/Mime/html/search/variables_61.js
-share/doc/qore/modules/Mime/html/search/variables_62.html
-share/doc/qore/modules/Mime/html/search/variables_62.js
-share/doc/qore/modules/Mime/html/search/variables_63.html
-share/doc/qore/modules/Mime/html/search/variables_63.js
-share/doc/qore/modules/Mime/html/search/variables_64.html
-share/doc/qore/modules/Mime/html/search/variables_64.js
-share/doc/qore/modules/Mime/html/search/variables_65.html
-share/doc/qore/modules/Mime/html/search/variables_65.js
-share/doc/qore/modules/Mime/html/search/variables_66.html
-share/doc/qore/modules/Mime/html/search/variables_66.js
-share/doc/qore/modules/Mime/html/search/variables_68.html
-share/doc/qore/modules/Mime/html/search/variables_68.js
-share/doc/qore/modules/Mime/html/search/variables_69.html
-share/doc/qore/modules/Mime/html/search/variables_69.js
-share/doc/qore/modules/Mime/html/search/variables_6c.html
-share/doc/qore/modules/Mime/html/search/variables_6c.js
-share/doc/qore/modules/Mime/html/search/variables_6d.html
-share/doc/qore/modules/Mime/html/search/variables_6d.js
-share/doc/qore/modules/Mime/html/search/variables_6e.html
-share/doc/qore/modules/Mime/html/search/variables_6e.js
-share/doc/qore/modules/Mime/html/search/variables_6f.html
-share/doc/qore/modules/Mime/html/search/variables_6f.js
 share/doc/qore/modules/Mime/html/search/variables_7.html
 share/doc/qore/modules/Mime/html/search/variables_7.js
-share/doc/qore/modules/Mime/html/search/variables_70.html
-share/doc/qore/modules/Mime/html/search/variables_70.js
-share/doc/qore/modules/Mime/html/search/variables_72.html
-share/doc/qore/modules/Mime/html/search/variables_72.js
-share/doc/qore/modules/Mime/html/search/variables_73.html
-share/doc/qore/modules/Mime/html/search/variables_73.js
-share/doc/qore/modules/Mime/html/search/variables_74.html
-share/doc/qore/modules/Mime/html/search/variables_74.js
-share/doc/qore/modules/Mime/html/search/variables_76.html
-share/doc/qore/modules/Mime/html/search/variables_76.js
-share/doc/qore/modules/Mime/html/search/variables_77.html
-share/doc/qore/modules/Mime/html/search/variables_77.js
-share/doc/qore/modules/Mime/html/search/variables_78.html
-share/doc/qore/modules/Mime/html/search/variables_78.js
-share/doc/qore/modules/Mime/html/search/variables_7a.html
-share/doc/qore/modules/Mime/html/search/variables_7a.js
 share/doc/qore/modules/Mime/html/search/variables_8.html
 share/doc/qore/modules/Mime/html/search/variables_8.js
 share/doc/qore/modules/Mime/html/search/variables_9.html
@@ -6290,6 +7055,7 @@ share/doc/qore/modules/Mime/html/search/
 share/doc/qore/modules/Mime/html/search/variables_e.js
 share/doc/qore/modules/Mime/html/search/variables_f.html
 share/doc/qore/modules/Mime/html/search/variables_f.js
+share/doc/qore/modules/Mime/html/splitbar.png
 share/doc/qore/modules/Mime/html/sync_off.png
 share/doc/qore/modules/Mime/html/sync_on.png
 share/doc/qore/modules/Mime/html/tab_a.png
@@ -6299,7 +7065,9 @@ share/doc/qore/modules/Mime/html/tab_s.p
 share/doc/qore/modules/Mime/html/tabs.css
 share/doc/qore/modules/MysqlSqlUtil/html/_mysql_sql_util_8qm_8dox_8h_source.html
 share/doc/qore/modules/MysqlSqlUtil/html/annotated.html
-share/doc/qore/modules/MysqlSqlUtil/html/annotated.js
+share/doc/qore/modules/MysqlSqlUtil/html/annotated_dup.js
+share/doc/qore/modules/MysqlSqlUtil/html/arrowdown.png
+share/doc/qore/modules/MysqlSqlUtil/html/arrowright.png
 share/doc/qore/modules/MysqlSqlUtil/html/bc_s.png
 share/doc/qore/modules/MysqlSqlUtil/html/bdwn.png
 share/doc/qore/modules/MysqlSqlUtil/html/class_mysql_sql_util_1_1_mysql_column-members.html
@@ -6378,25 +7146,12 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/MysqlSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/MysqlSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/MysqlSqlUtil/html/doc.png
 share/doc/qore/modules/MysqlSqlUtil/html/doxygen.css
 share/doc/qore/modules/MysqlSqlUtil/html/doxygen.png
 share/doc/qore/modules/MysqlSqlUtil/html/dynsections.js
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2blank.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2cl.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2doc.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2folderclosed.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2folderopen.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2lastnode.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2link.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2mlastnode.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2mnode.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2mo.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2node.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2ns.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2plastnode.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2pnode.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2splitbar.png
-share/doc/qore/modules/MysqlSqlUtil/html/ftv2vertline.png
+share/doc/qore/modules/MysqlSqlUtil/html/folderclosed.png
+share/doc/qore/modules/MysqlSqlUtil/html/folderopen.png
 share/doc/qore/modules/MysqlSqlUtil/html/functions.html
 share/doc/qore/modules/MysqlSqlUtil/html/functions_func.html
 share/doc/qore/modules/MysqlSqlUtil/html/functions_vars.html
@@ -6441,6 +7196,7 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/nav_h.png
 share/doc/qore/modules/MysqlSqlUtil/html/navtree.css
 share/doc/qore/modules/MysqlSqlUtil/html/navtree.js
+share/doc/qore/modules/MysqlSqlUtil/html/navtreedata.js
 share/doc/qore/modules/MysqlSqlUtil/html/navtreeindex0.js
 share/doc/qore/modules/MysqlSqlUtil/html/open.png
 share/doc/qore/modules/MysqlSqlUtil/html/pages.html
@@ -6479,64 +7235,10 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_4.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_5.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_5.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_5f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_5f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_6.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_6.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_61.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_61.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_62.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_62.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_63.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_63.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_64.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_64.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_65.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_65.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_66.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_66.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_67.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_67.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_68.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_68.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_69.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_69.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6a.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6a.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6b.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6b.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6c.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6c.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6d.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6d.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6e.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6e.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_6f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_7.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_7.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_70.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_70.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_71.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_71.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_72.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_72.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_73.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_73.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_74.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_74.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_75.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_75.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_76.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_76.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_77.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_77.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_78.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_78.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_79.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_79.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_7a.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/all_7a.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_8.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_8.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/all_9.html
@@ -6559,6 +7261,10 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_1.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_10.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_10.js
+share/doc/qore/modules/MysqlSqlUtil/html/search/classes_11.html
+share/doc/qore/modules/MysqlSqlUtil/html/search/classes_11.js
+share/doc/qore/modules/MysqlSqlUtil/html/search/classes_12.html
+share/doc/qore/modules/MysqlSqlUtil/html/search/classes_12.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_2.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_2.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_3.html
@@ -6569,42 +7275,8 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_5.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_61.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_61.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_63.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_63.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_64.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_64.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_66.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_66.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_67.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_67.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_68.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_68.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_69.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_69.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6c.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6c.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6d.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6d.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6e.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6e.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_6f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_7.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_7.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_70.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_70.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_71.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_71.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_72.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_72.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_73.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_73.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_74.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_74.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_7a.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/classes_7a.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_8.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_8.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/classes_9.html
@@ -6654,58 +7326,8 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_5.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_61.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_61.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_62.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_62.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_63.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_63.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_64.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_64.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_65.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_65.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_66.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_66.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_67.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_67.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_68.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_68.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_69.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_69.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6a.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6a.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6b.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6b.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6c.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6c.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6d.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6d.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6e.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6e.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_6f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_7.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_7.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_70.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_70.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_72.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_72.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_73.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_73.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_74.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_74.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_75.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_75.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_76.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_76.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_77.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_77.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_78.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_78.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_79.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_79.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_7a.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/functions_7a.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_8.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_8.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/functions_9.html
@@ -6740,44 +7362,8 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_5.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_62.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_62.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_63.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_63.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_64.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_64.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_65.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_65.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_66.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_66.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_68.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_68.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_69.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_69.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6c.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6c.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6d.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6d.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6e.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6e.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_6f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_7.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_7.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_70.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_70.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_72.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_72.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_73.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_73.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_74.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_74.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_75.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_75.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_77.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_77.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_78.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/groups_78.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_8.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_8.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/groups_9.html
@@ -6807,18 +7393,6 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_4.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_5.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_5.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_68.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_68.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_6d.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_6d.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_71.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_71.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_73.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_73.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_75.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_75.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_77.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_77.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/nomatches.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.js
@@ -6828,10 +7402,6 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_10.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_11.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_11.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_12.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_12.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_13.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_13.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_2.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_2.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_3.html
@@ -6842,48 +7412,8 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_5.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_62.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_62.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_63.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_63.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_64.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_64.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_65.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_65.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_66.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_66.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_68.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_68.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_69.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_69.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6b.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6b.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6c.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6c.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6d.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6d.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6e.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6e.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_6f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_7.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_7.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_70.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_70.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_71.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_71.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_72.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_72.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_73.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_73.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_74.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_74.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_75.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_75.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_76.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_76.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_77.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/pages_77.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_8.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_8.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/pages_9.html
@@ -6905,6 +7435,7 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/search_l.png
 share/doc/qore/modules/MysqlSqlUtil/html/search/search_m.png
 share/doc/qore/modules/MysqlSqlUtil/html/search/search_r.png
+share/doc/qore/modules/MysqlSqlUtil/html/search/searchdata.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_0.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_0.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_1.html
@@ -6933,58 +7464,10 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_4.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_5.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_5.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_5f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_5f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_61.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_61.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_62.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_62.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_63.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_63.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_64.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_64.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_65.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_65.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_66.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_66.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_68.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_68.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_69.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_69.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6a.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6a.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6c.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6c.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6d.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6d.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6e.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6e.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6f.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_6f.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_7.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_7.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_70.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_70.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_71.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_71.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_72.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_72.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_73.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_73.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_74.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_74.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_75.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_75.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_76.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_76.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_77.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_77.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_78.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_78.js
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_7a.html
-share/doc/qore/modules/MysqlSqlUtil/html/search/variables_7a.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_8.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_8.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_9.html
@@ -7001,6 +7484,7 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_e.js
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_f.html
 share/doc/qore/modules/MysqlSqlUtil/html/search/variables_f.js
+share/doc/qore/modules/MysqlSqlUtil/html/splitbar.png
 share/doc/qore/modules/MysqlSqlUtil/html/sync_off.png
 share/doc/qore/modules/MysqlSqlUtil/html/sync_on.png
 share/doc/qore/modules/MysqlSqlUtil/html/tab_a.png
@@ -7010,7 +7494,9 @@ share/doc/qore/modules/MysqlSqlUtil/html
 share/doc/qore/modules/MysqlSqlUtil/html/tabs.css
 share/doc/qore/modules/OracleSqlUtil/html/_oracle_sql_util_8qm_8dox_8h_source.html
 share/doc/qore/modules/OracleSqlUtil/html/annotated.html
-share/doc/qore/modules/OracleSqlUtil/html/annotated.js
+share/doc/qore/modules/OracleSqlUtil/html/annotated_dup.js
+share/doc/qore/modules/OracleSqlUtil/html/arrowdown.png
+share/doc/qore/modules/OracleSqlUtil/html/arrowright.png
 share/doc/qore/modules/OracleSqlUtil/html/bc_s.png
 share/doc/qore/modules/OracleSqlUtil/html/bdwn.png
 share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_check_constraint-members.html
@@ -7104,6 +7590,7 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_trigger__inherit__graph.png
 share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_type-members.html
 share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_type.html
+share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_type.js
 share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_type__inherit__graph.map
 share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_type__inherit__graph.md5
 share/doc/qore/modules/OracleSqlUtil/html/class_oracle_sql_util_1_1_oracle_type__inherit__graph.png
@@ -7129,25 +7616,12 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/OracleSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/OracleSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/OracleSqlUtil/html/doc.png
 share/doc/qore/modules/OracleSqlUtil/html/doxygen.css
 share/doc/qore/modules/OracleSqlUtil/html/doxygen.png
 share/doc/qore/modules/OracleSqlUtil/html/dynsections.js
-share/doc/qore/modules/OracleSqlUtil/html/ftv2blank.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2cl.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2doc.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2folderclosed.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2folderopen.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2lastnode.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2link.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2mlastnode.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2mnode.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2mo.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2node.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2ns.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2plastnode.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2pnode.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2splitbar.png
-share/doc/qore/modules/OracleSqlUtil/html/ftv2vertline.png
+share/doc/qore/modules/OracleSqlUtil/html/folderclosed.png
+share/doc/qore/modules/OracleSqlUtil/html/folderopen.png
 share/doc/qore/modules/OracleSqlUtil/html/functions.html
 share/doc/qore/modules/OracleSqlUtil/html/functions_func.html
 share/doc/qore/modules/OracleSqlUtil/html/functions_vars.html
@@ -7192,6 +7666,7 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/nav_h.png
 share/doc/qore/modules/OracleSqlUtil/html/navtree.css
 share/doc/qore/modules/OracleSqlUtil/html/navtree.js
+share/doc/qore/modules/OracleSqlUtil/html/navtreedata.js
 share/doc/qore/modules/OracleSqlUtil/html/navtreeindex0.js
 share/doc/qore/modules/OracleSqlUtil/html/open.png
 share/doc/qore/modules/OracleSqlUtil/html/pages.html
@@ -7256,6 +7731,10 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/search/classes_1.js
 share/doc/qore/modules/OracleSqlUtil/html/search/classes_10.html
 share/doc/qore/modules/OracleSqlUtil/html/search/classes_10.js
+share/doc/qore/modules/OracleSqlUtil/html/search/classes_11.html
+share/doc/qore/modules/OracleSqlUtil/html/search/classes_11.js
+share/doc/qore/modules/OracleSqlUtil/html/search/classes_12.html
+share/doc/qore/modules/OracleSqlUtil/html/search/classes_12.js
 share/doc/qore/modules/OracleSqlUtil/html/search/classes_2.html
 share/doc/qore/modules/OracleSqlUtil/html/search/classes_2.js
 share/doc/qore/modules/OracleSqlUtil/html/search/classes_3.html
@@ -7395,10 +7874,6 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/search/pages_10.js
 share/doc/qore/modules/OracleSqlUtil/html/search/pages_11.html
 share/doc/qore/modules/OracleSqlUtil/html/search/pages_11.js
-share/doc/qore/modules/OracleSqlUtil/html/search/pages_12.html
-share/doc/qore/modules/OracleSqlUtil/html/search/pages_12.js
-share/doc/qore/modules/OracleSqlUtil/html/search/pages_13.html
-share/doc/qore/modules/OracleSqlUtil/html/search/pages_13.js
 share/doc/qore/modules/OracleSqlUtil/html/search/pages_2.html
 share/doc/qore/modules/OracleSqlUtil/html/search/pages_2.js
 share/doc/qore/modules/OracleSqlUtil/html/search/pages_3.html
@@ -7432,6 +7907,7 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/search/search_l.png
 share/doc/qore/modules/OracleSqlUtil/html/search/search_m.png
 share/doc/qore/modules/OracleSqlUtil/html/search/search_r.png
+share/doc/qore/modules/OracleSqlUtil/html/search/searchdata.js
 share/doc/qore/modules/OracleSqlUtil/html/search/variables_0.html
 share/doc/qore/modules/OracleSqlUtil/html/search/variables_0.js
 share/doc/qore/modules/OracleSqlUtil/html/search/variables_1.html
@@ -7480,6 +7956,7 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/search/variables_e.js
 share/doc/qore/modules/OracleSqlUtil/html/search/variables_f.html
 share/doc/qore/modules/OracleSqlUtil/html/search/variables_f.js
+share/doc/qore/modules/OracleSqlUtil/html/splitbar.png
 share/doc/qore/modules/OracleSqlUtil/html/sync_off.png
 share/doc/qore/modules/OracleSqlUtil/html/sync_on.png
 share/doc/qore/modules/OracleSqlUtil/html/tab_a.png
@@ -7489,44 +7966,14 @@ share/doc/qore/modules/OracleSqlUtil/htm
 share/doc/qore/modules/OracleSqlUtil/html/tabs.css
 share/doc/qore/modules/PgsqlSqlUtil/html/_pgsql_sql_util_8qm_8dox_8h_source.html
 share/doc/qore/modules/PgsqlSqlUtil/html/annotated.html
-share/doc/qore/modules/PgsqlSqlUtil/html/annotated.js
+share/doc/qore/modules/PgsqlSqlUtil/html/annotated_dup.js
+share/doc/qore/modules/PgsqlSqlUtil/html/arrowdown.png
+share/doc/qore/modules/PgsqlSqlUtil/html/arrowright.png
 share/doc/qore/modules/PgsqlSqlUtil/html/bc_s.png
 share/doc/qore/modules/PgsqlSqlUtil/html/bdwn.png
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_check_constraint-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_check_constraint.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_column-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_column.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_column.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_column__inherit__graph.map
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_column__inherit__graph.md5
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_column__inherit__graph.png
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_database-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_database.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_database.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_foreign_constraint-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_foreign_constraint.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_function-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_function.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_function.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_function__inherit__graph.map
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_function__inherit__graph.md5
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_function__inherit__graph.png
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_index-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_index.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_index.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_numeric_column-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_numeric_column.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_numeric_column__inherit__graph.map
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_numeric_column__inherit__graph.md5
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_numeric_column__inherit__graph.png
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_primary_key-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_primary_key.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_primary_key.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sequence-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sequence.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sequence.js
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_check_constraint-members.html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_check_constraint.html
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_check_constraint.js
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_check_constraint__inherit__graph.map
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_check_constraint__inherit__graph.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_check_constraint__inherit__graph.png
@@ -7544,6 +7991,7 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_database__inherit__graph.png
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_foreign_constraint-members.html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_foreign_constraint.html
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_foreign_constraint.js
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_foreign_constraint__inherit__graph.map
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_foreign_constraint__inherit__graph.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_foreign_constraint__inherit__graph.png
@@ -7561,6 +8009,7 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_index__inherit__graph.png
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_numeric_column-members.html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_numeric_column.html
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_numeric_column.js
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_numeric_column__inherit__graph.map
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_numeric_column__inherit__graph.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_numeric_column__inherit__graph.png
@@ -7597,24 +8046,24 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_type-members.html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_type.html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_type.js
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint-members.html
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint.html
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint.js
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint__inherit__graph.map
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint__inherit__graph.md5
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint__inherit__graph.png
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint_common-members.html
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint_common.html
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint_common.js
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint_common__inherit__graph.map
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint_common__inherit__graph.md5
+share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_unique_constraint_common__inherit__graph.png
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_view-members.html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_view.html
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_view.js
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_view__inherit__graph.map
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_view__inherit__graph.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_sql_util_1_1_pgsql_view__inherit__graph.png
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_table-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_table.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_table.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger_function-members.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger_function.html
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger_function.js
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger_function__inherit__graph.map
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger_function__inherit__graph.md5
-share/doc/qore/modules/PgsqlSqlUtil/html/class_pgsql_trigger_function__inherit__graph.png
 share/doc/qore/modules/PgsqlSqlUtil/html/classes.html
 share/doc/qore/modules/PgsqlSqlUtil/html/closed.png
 share/doc/qore/modules/PgsqlSqlUtil/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -7625,25 +8074,12 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/PgsqlSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/PgsqlSqlUtil/html/doc.png
 share/doc/qore/modules/PgsqlSqlUtil/html/doxygen.css
 share/doc/qore/modules/PgsqlSqlUtil/html/doxygen.png
 share/doc/qore/modules/PgsqlSqlUtil/html/dynsections.js
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2blank.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2cl.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2doc.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2folderclosed.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2folderopen.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2lastnode.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2link.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2mlastnode.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2mnode.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2mo.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2node.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2ns.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2plastnode.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2pnode.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2splitbar.png
-share/doc/qore/modules/PgsqlSqlUtil/html/ftv2vertline.png
+share/doc/qore/modules/PgsqlSqlUtil/html/folderclosed.png
+share/doc/qore/modules/PgsqlSqlUtil/html/folderopen.png
 share/doc/qore/modules/PgsqlSqlUtil/html/functions.html
 share/doc/qore/modules/PgsqlSqlUtil/html/functions_func.html
 share/doc/qore/modules/PgsqlSqlUtil/html/functions_vars.html
@@ -7660,9 +8096,6 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_1.map
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_1.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_1.png
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_10.map
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_10.md5
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_10.png
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_2.map
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_2.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_2.png
@@ -7681,12 +8114,6 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_7.map
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_7.md5
 share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_7.png
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_8.map
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_8.md5
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_8.png
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_9.map
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_9.md5
-share/doc/qore/modules/PgsqlSqlUtil/html/inherit_graph_9.png
 share/doc/qore/modules/PgsqlSqlUtil/html/inherits.html
 share/doc/qore/modules/PgsqlSqlUtil/html/jquery.js
 share/doc/qore/modules/PgsqlSqlUtil/html/namespace_pgsql_sql_util.html
@@ -7700,6 +8127,7 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/nav_h.png
 share/doc/qore/modules/PgsqlSqlUtil/html/navtree.css
 share/doc/qore/modules/PgsqlSqlUtil/html/navtree.js
+share/doc/qore/modules/PgsqlSqlUtil/html/navtreedata.js
 share/doc/qore/modules/PgsqlSqlUtil/html/navtreeindex0.js
 share/doc/qore/modules/PgsqlSqlUtil/html/open.png
 share/doc/qore/modules/PgsqlSqlUtil/html/pages.html
@@ -7738,64 +8166,10 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_4.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_5.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_5.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_5f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_5f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_61.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_61.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_62.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_62.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_63.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_63.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_64.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_64.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_65.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_65.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_66.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_66.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_67.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_67.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_68.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_68.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_69.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_69.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6a.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6a.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6b.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6b.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6c.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6c.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6d.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6d.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6e.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6e.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_6f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_7.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_7.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_70.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_70.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_71.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_71.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_72.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_72.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_73.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_73.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_74.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_74.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_75.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_75.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_76.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_76.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_77.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_77.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_78.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_78.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_79.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_79.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_7a.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/all_7a.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_8.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_8.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/all_9.html
@@ -7818,6 +8192,10 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_1.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_10.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_10.js
+share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_11.html
+share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_11.js
+share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_12.html
+share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_12.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_2.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_2.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_3.html
@@ -7828,42 +8206,8 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_5.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_61.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_61.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_63.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_63.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_64.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_64.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_66.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_66.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_67.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_67.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_68.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_68.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_69.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_69.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6c.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6c.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6d.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6d.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6e.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6e.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_6f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_7.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_7.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_70.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_70.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_71.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_71.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_72.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_72.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_73.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_73.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_74.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_74.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_7a.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_7a.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_8.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_8.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/classes_9.html
@@ -7913,58 +8257,8 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_5.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_61.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_61.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_62.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_62.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_63.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_63.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_64.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_64.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_65.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_65.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_66.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_66.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_67.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_67.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_68.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_68.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_69.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_69.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6a.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6a.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6b.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6b.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6c.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6c.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6d.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6d.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6e.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6e.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_6f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_7.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_7.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_70.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_70.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_72.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_72.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_73.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_73.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_74.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_74.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_75.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_75.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_76.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_76.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_77.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_77.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_78.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_78.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_79.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_79.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_7a.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_7a.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_8.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_8.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/functions_9.html
@@ -7999,44 +8293,8 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_5.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_62.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_62.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_63.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_63.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_64.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_64.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_65.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_65.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_66.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_66.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_68.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_68.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_69.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_69.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6c.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6c.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6d.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6d.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6e.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6e.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_6f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_7.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_7.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_70.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_70.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_72.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_72.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_73.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_73.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_74.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_74.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_75.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_75.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_77.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_77.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_78.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_78.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_8.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_8.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/groups_9.html
@@ -8068,20 +8326,6 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_5.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_68.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_68.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6d.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6d.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_70.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_70.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_71.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_71.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_73.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_73.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_75.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_75.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_77.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_77.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/nomatches.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.js
@@ -8091,10 +8335,6 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_10.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_11.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_11.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_12.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_12.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_13.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_13.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_2.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_2.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_3.html
@@ -8105,48 +8345,8 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_5.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_62.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_62.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_63.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_63.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_64.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_64.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_65.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_65.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_66.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_66.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_68.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_68.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_69.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_69.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6b.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6b.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6c.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6c.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6d.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6d.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6e.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6e.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_6f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_7.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_7.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_70.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_70.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_71.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_71.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_72.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_72.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_73.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_73.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_74.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_74.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_75.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_75.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_76.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_76.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_77.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_77.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_8.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_8.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_9.html
@@ -8168,6 +8368,7 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/search_l.png
 share/doc/qore/modules/PgsqlSqlUtil/html/search/search_m.png
 share/doc/qore/modules/PgsqlSqlUtil/html/search/search_r.png
+share/doc/qore/modules/PgsqlSqlUtil/html/search/searchdata.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_0.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_0.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_1.html
@@ -8196,58 +8397,10 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_4.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_5.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_5.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_5f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_5f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_61.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_61.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_62.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_62.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_63.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_63.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_64.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_64.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_65.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_65.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_66.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_66.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_68.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_68.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_69.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_69.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6a.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6a.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6c.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6c.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6d.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6d.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6e.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6e.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6f.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_6f.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_7.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_7.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_70.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_70.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_71.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_71.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_72.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_72.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_73.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_73.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_74.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_74.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_75.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_75.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_76.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_76.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_77.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_77.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_78.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_78.js
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_7a.html
-share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_7a.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_8.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_8.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_9.html
@@ -8264,6 +8417,7 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_e.js
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_f.html
 share/doc/qore/modules/PgsqlSqlUtil/html/search/variables_f.js
+share/doc/qore/modules/PgsqlSqlUtil/html/splitbar.png
 share/doc/qore/modules/PgsqlSqlUtil/html/sync_off.png
 share/doc/qore/modules/PgsqlSqlUtil/html/sync_on.png
 share/doc/qore/modules/PgsqlSqlUtil/html/tab_a.png
@@ -8273,7 +8427,9 @@ share/doc/qore/modules/PgsqlSqlUtil/html
 share/doc/qore/modules/PgsqlSqlUtil/html/tabs.css
 share/doc/qore/modules/Pop3Client/html/_pop3_client_8qm_8dox_8h_source.html
 share/doc/qore/modules/Pop3Client/html/annotated.html
-share/doc/qore/modules/Pop3Client/html/annotated.js
+share/doc/qore/modules/Pop3Client/html/annotated_dup.js
+share/doc/qore/modules/Pop3Client/html/arrowdown.png
+share/doc/qore/modules/Pop3Client/html/arrowright.png
 share/doc/qore/modules/Pop3Client/html/bc_s.png
 share/doc/qore/modules/Pop3Client/html/bdwn.png
 share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_client-members.html
@@ -8289,25 +8445,12 @@ share/doc/qore/modules/Pop3Client/html/d
 share/doc/qore/modules/Pop3Client/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/Pop3Client/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/Pop3Client/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/Pop3Client/html/doc.png
 share/doc/qore/modules/Pop3Client/html/doxygen.css
 share/doc/qore/modules/Pop3Client/html/doxygen.png
 share/doc/qore/modules/Pop3Client/html/dynsections.js
-share/doc/qore/modules/Pop3Client/html/ftv2blank.png
-share/doc/qore/modules/Pop3Client/html/ftv2cl.png
-share/doc/qore/modules/Pop3Client/html/ftv2doc.png
-share/doc/qore/modules/Pop3Client/html/ftv2folderclosed.png
-share/doc/qore/modules/Pop3Client/html/ftv2folderopen.png
-share/doc/qore/modules/Pop3Client/html/ftv2lastnode.png
-share/doc/qore/modules/Pop3Client/html/ftv2link.png
-share/doc/qore/modules/Pop3Client/html/ftv2mlastnode.png
-share/doc/qore/modules/Pop3Client/html/ftv2mnode.png
-share/doc/qore/modules/Pop3Client/html/ftv2mo.png
-share/doc/qore/modules/Pop3Client/html/ftv2node.png
-share/doc/qore/modules/Pop3Client/html/ftv2ns.png
-share/doc/qore/modules/Pop3Client/html/ftv2plastnode.png
-share/doc/qore/modules/Pop3Client/html/ftv2pnode.png
-share/doc/qore/modules/Pop3Client/html/ftv2splitbar.png
-share/doc/qore/modules/Pop3Client/html/ftv2vertline.png
+share/doc/qore/modules/Pop3Client/html/folderclosed.png
+share/doc/qore/modules/Pop3Client/html/folderopen.png
 share/doc/qore/modules/Pop3Client/html/functions.html
 share/doc/qore/modules/Pop3Client/html/functions_func.html
 share/doc/qore/modules/Pop3Client/html/functions_vars.html
@@ -8328,6 +8471,7 @@ share/doc/qore/modules/Pop3Client/html/n
 share/doc/qore/modules/Pop3Client/html/nav_h.png
 share/doc/qore/modules/Pop3Client/html/navtree.css
 share/doc/qore/modules/Pop3Client/html/navtree.js
+share/doc/qore/modules/Pop3Client/html/navtreedata.js
 share/doc/qore/modules/Pop3Client/html/navtreeindex0.js
 share/doc/qore/modules/Pop3Client/html/open.png
 share/doc/qore/modules/Pop3Client/html/pages.html
@@ -8366,64 +8510,10 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/all_4.js
 share/doc/qore/modules/Pop3Client/html/search/all_5.html
 share/doc/qore/modules/Pop3Client/html/search/all_5.js
-share/doc/qore/modules/Pop3Client/html/search/all_5f.html
-share/doc/qore/modules/Pop3Client/html/search/all_5f.js
 share/doc/qore/modules/Pop3Client/html/search/all_6.html
 share/doc/qore/modules/Pop3Client/html/search/all_6.js
-share/doc/qore/modules/Pop3Client/html/search/all_61.html
-share/doc/qore/modules/Pop3Client/html/search/all_61.js
-share/doc/qore/modules/Pop3Client/html/search/all_62.html
-share/doc/qore/modules/Pop3Client/html/search/all_62.js
-share/doc/qore/modules/Pop3Client/html/search/all_63.html
-share/doc/qore/modules/Pop3Client/html/search/all_63.js
-share/doc/qore/modules/Pop3Client/html/search/all_64.html
-share/doc/qore/modules/Pop3Client/html/search/all_64.js
-share/doc/qore/modules/Pop3Client/html/search/all_65.html
-share/doc/qore/modules/Pop3Client/html/search/all_65.js
-share/doc/qore/modules/Pop3Client/html/search/all_66.html
-share/doc/qore/modules/Pop3Client/html/search/all_66.js
-share/doc/qore/modules/Pop3Client/html/search/all_67.html
-share/doc/qore/modules/Pop3Client/html/search/all_67.js
-share/doc/qore/modules/Pop3Client/html/search/all_68.html
-share/doc/qore/modules/Pop3Client/html/search/all_68.js
-share/doc/qore/modules/Pop3Client/html/search/all_69.html
-share/doc/qore/modules/Pop3Client/html/search/all_69.js
-share/doc/qore/modules/Pop3Client/html/search/all_6a.html
-share/doc/qore/modules/Pop3Client/html/search/all_6a.js
-share/doc/qore/modules/Pop3Client/html/search/all_6b.html
-share/doc/qore/modules/Pop3Client/html/search/all_6b.js
-share/doc/qore/modules/Pop3Client/html/search/all_6c.html
-share/doc/qore/modules/Pop3Client/html/search/all_6c.js
-share/doc/qore/modules/Pop3Client/html/search/all_6d.html
-share/doc/qore/modules/Pop3Client/html/search/all_6d.js
-share/doc/qore/modules/Pop3Client/html/search/all_6e.html
-share/doc/qore/modules/Pop3Client/html/search/all_6e.js
-share/doc/qore/modules/Pop3Client/html/search/all_6f.html
-share/doc/qore/modules/Pop3Client/html/search/all_6f.js
 share/doc/qore/modules/Pop3Client/html/search/all_7.html
 share/doc/qore/modules/Pop3Client/html/search/all_7.js
-share/doc/qore/modules/Pop3Client/html/search/all_70.html
-share/doc/qore/modules/Pop3Client/html/search/all_70.js
-share/doc/qore/modules/Pop3Client/html/search/all_71.html
-share/doc/qore/modules/Pop3Client/html/search/all_71.js
-share/doc/qore/modules/Pop3Client/html/search/all_72.html
-share/doc/qore/modules/Pop3Client/html/search/all_72.js
-share/doc/qore/modules/Pop3Client/html/search/all_73.html
-share/doc/qore/modules/Pop3Client/html/search/all_73.js
-share/doc/qore/modules/Pop3Client/html/search/all_74.html
-share/doc/qore/modules/Pop3Client/html/search/all_74.js
-share/doc/qore/modules/Pop3Client/html/search/all_75.html
-share/doc/qore/modules/Pop3Client/html/search/all_75.js
-share/doc/qore/modules/Pop3Client/html/search/all_76.html
-share/doc/qore/modules/Pop3Client/html/search/all_76.js
-share/doc/qore/modules/Pop3Client/html/search/all_77.html
-share/doc/qore/modules/Pop3Client/html/search/all_77.js
-share/doc/qore/modules/Pop3Client/html/search/all_78.html
-share/doc/qore/modules/Pop3Client/html/search/all_78.js
-share/doc/qore/modules/Pop3Client/html/search/all_79.html
-share/doc/qore/modules/Pop3Client/html/search/all_79.js
-share/doc/qore/modules/Pop3Client/html/search/all_7a.html
-share/doc/qore/modules/Pop3Client/html/search/all_7a.js
 share/doc/qore/modules/Pop3Client/html/search/all_8.html
 share/doc/qore/modules/Pop3Client/html/search/all_8.js
 share/doc/qore/modules/Pop3Client/html/search/all_9.html
@@ -8446,6 +8536,10 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/classes_1.js
 share/doc/qore/modules/Pop3Client/html/search/classes_10.html
 share/doc/qore/modules/Pop3Client/html/search/classes_10.js
+share/doc/qore/modules/Pop3Client/html/search/classes_11.html
+share/doc/qore/modules/Pop3Client/html/search/classes_11.js
+share/doc/qore/modules/Pop3Client/html/search/classes_12.html
+share/doc/qore/modules/Pop3Client/html/search/classes_12.js
 share/doc/qore/modules/Pop3Client/html/search/classes_2.html
 share/doc/qore/modules/Pop3Client/html/search/classes_2.js
 share/doc/qore/modules/Pop3Client/html/search/classes_3.html
@@ -8456,44 +8550,8 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/classes_5.js
 share/doc/qore/modules/Pop3Client/html/search/classes_6.html
 share/doc/qore/modules/Pop3Client/html/search/classes_6.js
-share/doc/qore/modules/Pop3Client/html/search/classes_61.html
-share/doc/qore/modules/Pop3Client/html/search/classes_61.js
-share/doc/qore/modules/Pop3Client/html/search/classes_63.html
-share/doc/qore/modules/Pop3Client/html/search/classes_63.js
-share/doc/qore/modules/Pop3Client/html/search/classes_64.html
-share/doc/qore/modules/Pop3Client/html/search/classes_64.js
-share/doc/qore/modules/Pop3Client/html/search/classes_66.html
-share/doc/qore/modules/Pop3Client/html/search/classes_66.js
-share/doc/qore/modules/Pop3Client/html/search/classes_67.html
-share/doc/qore/modules/Pop3Client/html/search/classes_67.js
-share/doc/qore/modules/Pop3Client/html/search/classes_68.html
-share/doc/qore/modules/Pop3Client/html/search/classes_68.js
-share/doc/qore/modules/Pop3Client/html/search/classes_69.html
-share/doc/qore/modules/Pop3Client/html/search/classes_69.js
-share/doc/qore/modules/Pop3Client/html/search/classes_6c.html
-share/doc/qore/modules/Pop3Client/html/search/classes_6c.js
-share/doc/qore/modules/Pop3Client/html/search/classes_6d.html
-share/doc/qore/modules/Pop3Client/html/search/classes_6d.js
-share/doc/qore/modules/Pop3Client/html/search/classes_6e.html
-share/doc/qore/modules/Pop3Client/html/search/classes_6e.js
-share/doc/qore/modules/Pop3Client/html/search/classes_6f.html
-share/doc/qore/modules/Pop3Client/html/search/classes_6f.js
 share/doc/qore/modules/Pop3Client/html/search/classes_7.html
 share/doc/qore/modules/Pop3Client/html/search/classes_7.js
-share/doc/qore/modules/Pop3Client/html/search/classes_70.html
-share/doc/qore/modules/Pop3Client/html/search/classes_70.js
-share/doc/qore/modules/Pop3Client/html/search/classes_71.html
-share/doc/qore/modules/Pop3Client/html/search/classes_71.js
-share/doc/qore/modules/Pop3Client/html/search/classes_72.html
-share/doc/qore/modules/Pop3Client/html/search/classes_72.js
-share/doc/qore/modules/Pop3Client/html/search/classes_73.html
-share/doc/qore/modules/Pop3Client/html/search/classes_73.js
-share/doc/qore/modules/Pop3Client/html/search/classes_74.html
-share/doc/qore/modules/Pop3Client/html/search/classes_74.js
-share/doc/qore/modules/Pop3Client/html/search/classes_78.html
-share/doc/qore/modules/Pop3Client/html/search/classes_78.js
-share/doc/qore/modules/Pop3Client/html/search/classes_7a.html
-share/doc/qore/modules/Pop3Client/html/search/classes_7a.js
 share/doc/qore/modules/Pop3Client/html/search/classes_8.html
 share/doc/qore/modules/Pop3Client/html/search/classes_8.js
 share/doc/qore/modules/Pop3Client/html/search/classes_9.html
@@ -8543,58 +8601,8 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/functions_5.js
 share/doc/qore/modules/Pop3Client/html/search/functions_6.html
 share/doc/qore/modules/Pop3Client/html/search/functions_6.js
-share/doc/qore/modules/Pop3Client/html/search/functions_61.html
-share/doc/qore/modules/Pop3Client/html/search/functions_61.js
-share/doc/qore/modules/Pop3Client/html/search/functions_62.html
-share/doc/qore/modules/Pop3Client/html/search/functions_62.js
-share/doc/qore/modules/Pop3Client/html/search/functions_63.html
-share/doc/qore/modules/Pop3Client/html/search/functions_63.js
-share/doc/qore/modules/Pop3Client/html/search/functions_64.html
-share/doc/qore/modules/Pop3Client/html/search/functions_64.js
-share/doc/qore/modules/Pop3Client/html/search/functions_65.html
-share/doc/qore/modules/Pop3Client/html/search/functions_65.js
-share/doc/qore/modules/Pop3Client/html/search/functions_66.html
-share/doc/qore/modules/Pop3Client/html/search/functions_66.js
-share/doc/qore/modules/Pop3Client/html/search/functions_67.html
-share/doc/qore/modules/Pop3Client/html/search/functions_67.js
-share/doc/qore/modules/Pop3Client/html/search/functions_68.html
-share/doc/qore/modules/Pop3Client/html/search/functions_68.js
-share/doc/qore/modules/Pop3Client/html/search/functions_69.html
-share/doc/qore/modules/Pop3Client/html/search/functions_69.js
-share/doc/qore/modules/Pop3Client/html/search/functions_6a.html
-share/doc/qore/modules/Pop3Client/html/search/functions_6a.js
-share/doc/qore/modules/Pop3Client/html/search/functions_6b.html
-share/doc/qore/modules/Pop3Client/html/search/functions_6b.js
-share/doc/qore/modules/Pop3Client/html/search/functions_6c.html
-share/doc/qore/modules/Pop3Client/html/search/functions_6c.js
-share/doc/qore/modules/Pop3Client/html/search/functions_6d.html
-share/doc/qore/modules/Pop3Client/html/search/functions_6d.js
-share/doc/qore/modules/Pop3Client/html/search/functions_6e.html
-share/doc/qore/modules/Pop3Client/html/search/functions_6e.js
-share/doc/qore/modules/Pop3Client/html/search/functions_6f.html
-share/doc/qore/modules/Pop3Client/html/search/functions_6f.js
 share/doc/qore/modules/Pop3Client/html/search/functions_7.html
 share/doc/qore/modules/Pop3Client/html/search/functions_7.js
-share/doc/qore/modules/Pop3Client/html/search/functions_70.html
-share/doc/qore/modules/Pop3Client/html/search/functions_70.js
-share/doc/qore/modules/Pop3Client/html/search/functions_72.html
-share/doc/qore/modules/Pop3Client/html/search/functions_72.js
-share/doc/qore/modules/Pop3Client/html/search/functions_73.html
-share/doc/qore/modules/Pop3Client/html/search/functions_73.js
-share/doc/qore/modules/Pop3Client/html/search/functions_74.html
-share/doc/qore/modules/Pop3Client/html/search/functions_74.js
-share/doc/qore/modules/Pop3Client/html/search/functions_75.html
-share/doc/qore/modules/Pop3Client/html/search/functions_75.js
-share/doc/qore/modules/Pop3Client/html/search/functions_76.html
-share/doc/qore/modules/Pop3Client/html/search/functions_76.js
-share/doc/qore/modules/Pop3Client/html/search/functions_77.html
-share/doc/qore/modules/Pop3Client/html/search/functions_77.js
-share/doc/qore/modules/Pop3Client/html/search/functions_78.html
-share/doc/qore/modules/Pop3Client/html/search/functions_78.js
-share/doc/qore/modules/Pop3Client/html/search/functions_79.html
-share/doc/qore/modules/Pop3Client/html/search/functions_79.js
-share/doc/qore/modules/Pop3Client/html/search/functions_7a.html
-share/doc/qore/modules/Pop3Client/html/search/functions_7a.js
 share/doc/qore/modules/Pop3Client/html/search/functions_8.html
 share/doc/qore/modules/Pop3Client/html/search/functions_8.js
 share/doc/qore/modules/Pop3Client/html/search/functions_9.html
@@ -8629,44 +8637,8 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/groups_5.js
 share/doc/qore/modules/Pop3Client/html/search/groups_6.html
 share/doc/qore/modules/Pop3Client/html/search/groups_6.js
-share/doc/qore/modules/Pop3Client/html/search/groups_62.html
-share/doc/qore/modules/Pop3Client/html/search/groups_62.js
-share/doc/qore/modules/Pop3Client/html/search/groups_63.html
-share/doc/qore/modules/Pop3Client/html/search/groups_63.js
-share/doc/qore/modules/Pop3Client/html/search/groups_64.html
-share/doc/qore/modules/Pop3Client/html/search/groups_64.js
-share/doc/qore/modules/Pop3Client/html/search/groups_65.html
-share/doc/qore/modules/Pop3Client/html/search/groups_65.js
-share/doc/qore/modules/Pop3Client/html/search/groups_66.html
-share/doc/qore/modules/Pop3Client/html/search/groups_66.js
-share/doc/qore/modules/Pop3Client/html/search/groups_68.html
-share/doc/qore/modules/Pop3Client/html/search/groups_68.js
-share/doc/qore/modules/Pop3Client/html/search/groups_69.html
-share/doc/qore/modules/Pop3Client/html/search/groups_69.js
-share/doc/qore/modules/Pop3Client/html/search/groups_6c.html
-share/doc/qore/modules/Pop3Client/html/search/groups_6c.js
-share/doc/qore/modules/Pop3Client/html/search/groups_6d.html
-share/doc/qore/modules/Pop3Client/html/search/groups_6d.js
-share/doc/qore/modules/Pop3Client/html/search/groups_6e.html
-share/doc/qore/modules/Pop3Client/html/search/groups_6e.js
-share/doc/qore/modules/Pop3Client/html/search/groups_6f.html
-share/doc/qore/modules/Pop3Client/html/search/groups_6f.js
 share/doc/qore/modules/Pop3Client/html/search/groups_7.html
 share/doc/qore/modules/Pop3Client/html/search/groups_7.js
-share/doc/qore/modules/Pop3Client/html/search/groups_70.html
-share/doc/qore/modules/Pop3Client/html/search/groups_70.js
-share/doc/qore/modules/Pop3Client/html/search/groups_72.html
-share/doc/qore/modules/Pop3Client/html/search/groups_72.js
-share/doc/qore/modules/Pop3Client/html/search/groups_73.html
-share/doc/qore/modules/Pop3Client/html/search/groups_73.js
-share/doc/qore/modules/Pop3Client/html/search/groups_74.html
-share/doc/qore/modules/Pop3Client/html/search/groups_74.js
-share/doc/qore/modules/Pop3Client/html/search/groups_75.html
-share/doc/qore/modules/Pop3Client/html/search/groups_75.js
-share/doc/qore/modules/Pop3Client/html/search/groups_77.html
-share/doc/qore/modules/Pop3Client/html/search/groups_77.js
-share/doc/qore/modules/Pop3Client/html/search/groups_78.html
-share/doc/qore/modules/Pop3Client/html/search/groups_78.js
 share/doc/qore/modules/Pop3Client/html/search/groups_8.html
 share/doc/qore/modules/Pop3Client/html/search/groups_8.js
 share/doc/qore/modules/Pop3Client/html/search/groups_9.html
@@ -8698,20 +8670,6 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/namespaces_5.js
 share/doc/qore/modules/Pop3Client/html/search/namespaces_6.html
 share/doc/qore/modules/Pop3Client/html/search/namespaces_6.js
-share/doc/qore/modules/Pop3Client/html/search/namespaces_68.html
-share/doc/qore/modules/Pop3Client/html/search/namespaces_68.js
-share/doc/qore/modules/Pop3Client/html/search/namespaces_6d.html
-share/doc/qore/modules/Pop3Client/html/search/namespaces_6d.js
-share/doc/qore/modules/Pop3Client/html/search/namespaces_70.html
-share/doc/qore/modules/Pop3Client/html/search/namespaces_70.js
-share/doc/qore/modules/Pop3Client/html/search/namespaces_71.html
-share/doc/qore/modules/Pop3Client/html/search/namespaces_71.js
-share/doc/qore/modules/Pop3Client/html/search/namespaces_73.html
-share/doc/qore/modules/Pop3Client/html/search/namespaces_73.js
-share/doc/qore/modules/Pop3Client/html/search/namespaces_75.html
-share/doc/qore/modules/Pop3Client/html/search/namespaces_75.js
-share/doc/qore/modules/Pop3Client/html/search/namespaces_77.html
-share/doc/qore/modules/Pop3Client/html/search/namespaces_77.js
 share/doc/qore/modules/Pop3Client/html/search/nomatches.html
 share/doc/qore/modules/Pop3Client/html/search/pages_0.html
 share/doc/qore/modules/Pop3Client/html/search/pages_0.js
@@ -8721,10 +8679,6 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/pages_10.js
 share/doc/qore/modules/Pop3Client/html/search/pages_11.html
 share/doc/qore/modules/Pop3Client/html/search/pages_11.js
-share/doc/qore/modules/Pop3Client/html/search/pages_12.html
-share/doc/qore/modules/Pop3Client/html/search/pages_12.js
-share/doc/qore/modules/Pop3Client/html/search/pages_13.html
-share/doc/qore/modules/Pop3Client/html/search/pages_13.js
 share/doc/qore/modules/Pop3Client/html/search/pages_2.html
 share/doc/qore/modules/Pop3Client/html/search/pages_2.js
 share/doc/qore/modules/Pop3Client/html/search/pages_3.html
@@ -8735,48 +8689,8 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/pages_5.js
 share/doc/qore/modules/Pop3Client/html/search/pages_6.html
 share/doc/qore/modules/Pop3Client/html/search/pages_6.js
-share/doc/qore/modules/Pop3Client/html/search/pages_62.html
-share/doc/qore/modules/Pop3Client/html/search/pages_62.js
-share/doc/qore/modules/Pop3Client/html/search/pages_63.html
-share/doc/qore/modules/Pop3Client/html/search/pages_63.js
-share/doc/qore/modules/Pop3Client/html/search/pages_64.html
-share/doc/qore/modules/Pop3Client/html/search/pages_64.js
-share/doc/qore/modules/Pop3Client/html/search/pages_65.html
-share/doc/qore/modules/Pop3Client/html/search/pages_65.js
-share/doc/qore/modules/Pop3Client/html/search/pages_66.html
-share/doc/qore/modules/Pop3Client/html/search/pages_66.js
-share/doc/qore/modules/Pop3Client/html/search/pages_68.html
-share/doc/qore/modules/Pop3Client/html/search/pages_68.js
-share/doc/qore/modules/Pop3Client/html/search/pages_69.html
-share/doc/qore/modules/Pop3Client/html/search/pages_69.js
-share/doc/qore/modules/Pop3Client/html/search/pages_6b.html
-share/doc/qore/modules/Pop3Client/html/search/pages_6b.js
-share/doc/qore/modules/Pop3Client/html/search/pages_6c.html
-share/doc/qore/modules/Pop3Client/html/search/pages_6c.js
-share/doc/qore/modules/Pop3Client/html/search/pages_6d.html
-share/doc/qore/modules/Pop3Client/html/search/pages_6d.js
-share/doc/qore/modules/Pop3Client/html/search/pages_6e.html
-share/doc/qore/modules/Pop3Client/html/search/pages_6e.js
-share/doc/qore/modules/Pop3Client/html/search/pages_6f.html
-share/doc/qore/modules/Pop3Client/html/search/pages_6f.js
 share/doc/qore/modules/Pop3Client/html/search/pages_7.html
 share/doc/qore/modules/Pop3Client/html/search/pages_7.js
-share/doc/qore/modules/Pop3Client/html/search/pages_70.html
-share/doc/qore/modules/Pop3Client/html/search/pages_70.js
-share/doc/qore/modules/Pop3Client/html/search/pages_71.html
-share/doc/qore/modules/Pop3Client/html/search/pages_71.js
-share/doc/qore/modules/Pop3Client/html/search/pages_72.html
-share/doc/qore/modules/Pop3Client/html/search/pages_72.js
-share/doc/qore/modules/Pop3Client/html/search/pages_73.html
-share/doc/qore/modules/Pop3Client/html/search/pages_73.js
-share/doc/qore/modules/Pop3Client/html/search/pages_74.html
-share/doc/qore/modules/Pop3Client/html/search/pages_74.js
-share/doc/qore/modules/Pop3Client/html/search/pages_75.html
-share/doc/qore/modules/Pop3Client/html/search/pages_75.js
-share/doc/qore/modules/Pop3Client/html/search/pages_76.html
-share/doc/qore/modules/Pop3Client/html/search/pages_76.js
-share/doc/qore/modules/Pop3Client/html/search/pages_77.html
-share/doc/qore/modules/Pop3Client/html/search/pages_77.js
 share/doc/qore/modules/Pop3Client/html/search/pages_8.html
 share/doc/qore/modules/Pop3Client/html/search/pages_8.js
 share/doc/qore/modules/Pop3Client/html/search/pages_9.html
@@ -8798,6 +8712,7 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/search_l.png
 share/doc/qore/modules/Pop3Client/html/search/search_m.png
 share/doc/qore/modules/Pop3Client/html/search/search_r.png
+share/doc/qore/modules/Pop3Client/html/search/searchdata.js
 share/doc/qore/modules/Pop3Client/html/search/variables_0.html
 share/doc/qore/modules/Pop3Client/html/search/variables_0.js
 share/doc/qore/modules/Pop3Client/html/search/variables_1.html
@@ -8826,58 +8741,10 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/variables_4.js
 share/doc/qore/modules/Pop3Client/html/search/variables_5.html
 share/doc/qore/modules/Pop3Client/html/search/variables_5.js
-share/doc/qore/modules/Pop3Client/html/search/variables_5f.html
-share/doc/qore/modules/Pop3Client/html/search/variables_5f.js
 share/doc/qore/modules/Pop3Client/html/search/variables_6.html
 share/doc/qore/modules/Pop3Client/html/search/variables_6.js
-share/doc/qore/modules/Pop3Client/html/search/variables_61.html
-share/doc/qore/modules/Pop3Client/html/search/variables_61.js
-share/doc/qore/modules/Pop3Client/html/search/variables_62.html
-share/doc/qore/modules/Pop3Client/html/search/variables_62.js
-share/doc/qore/modules/Pop3Client/html/search/variables_63.html
-share/doc/qore/modules/Pop3Client/html/search/variables_63.js
-share/doc/qore/modules/Pop3Client/html/search/variables_64.html
-share/doc/qore/modules/Pop3Client/html/search/variables_64.js
-share/doc/qore/modules/Pop3Client/html/search/variables_65.html
-share/doc/qore/modules/Pop3Client/html/search/variables_65.js
-share/doc/qore/modules/Pop3Client/html/search/variables_66.html
-share/doc/qore/modules/Pop3Client/html/search/variables_66.js
-share/doc/qore/modules/Pop3Client/html/search/variables_68.html
-share/doc/qore/modules/Pop3Client/html/search/variables_68.js
-share/doc/qore/modules/Pop3Client/html/search/variables_69.html
-share/doc/qore/modules/Pop3Client/html/search/variables_69.js
-share/doc/qore/modules/Pop3Client/html/search/variables_6a.html
-share/doc/qore/modules/Pop3Client/html/search/variables_6a.js
-share/doc/qore/modules/Pop3Client/html/search/variables_6c.html
-share/doc/qore/modules/Pop3Client/html/search/variables_6c.js
-share/doc/qore/modules/Pop3Client/html/search/variables_6d.html
-share/doc/qore/modules/Pop3Client/html/search/variables_6d.js
-share/doc/qore/modules/Pop3Client/html/search/variables_6e.html
-share/doc/qore/modules/Pop3Client/html/search/variables_6e.js
-share/doc/qore/modules/Pop3Client/html/search/variables_6f.html
-share/doc/qore/modules/Pop3Client/html/search/variables_6f.js
 share/doc/qore/modules/Pop3Client/html/search/variables_7.html
 share/doc/qore/modules/Pop3Client/html/search/variables_7.js
-share/doc/qore/modules/Pop3Client/html/search/variables_70.html
-share/doc/qore/modules/Pop3Client/html/search/variables_70.js
-share/doc/qore/modules/Pop3Client/html/search/variables_71.html
-share/doc/qore/modules/Pop3Client/html/search/variables_71.js
-share/doc/qore/modules/Pop3Client/html/search/variables_72.html
-share/doc/qore/modules/Pop3Client/html/search/variables_72.js
-share/doc/qore/modules/Pop3Client/html/search/variables_73.html
-share/doc/qore/modules/Pop3Client/html/search/variables_73.js
-share/doc/qore/modules/Pop3Client/html/search/variables_74.html
-share/doc/qore/modules/Pop3Client/html/search/variables_74.js
-share/doc/qore/modules/Pop3Client/html/search/variables_75.html
-share/doc/qore/modules/Pop3Client/html/search/variables_75.js
-share/doc/qore/modules/Pop3Client/html/search/variables_76.html
-share/doc/qore/modules/Pop3Client/html/search/variables_76.js
-share/doc/qore/modules/Pop3Client/html/search/variables_77.html
-share/doc/qore/modules/Pop3Client/html/search/variables_77.js
-share/doc/qore/modules/Pop3Client/html/search/variables_78.html
-share/doc/qore/modules/Pop3Client/html/search/variables_78.js
-share/doc/qore/modules/Pop3Client/html/search/variables_7a.html
-share/doc/qore/modules/Pop3Client/html/search/variables_7a.js
 share/doc/qore/modules/Pop3Client/html/search/variables_8.html
 share/doc/qore/modules/Pop3Client/html/search/variables_8.js
 share/doc/qore/modules/Pop3Client/html/search/variables_9.html
@@ -8894,6 +8761,7 @@ share/doc/qore/modules/Pop3Client/html/s
 share/doc/qore/modules/Pop3Client/html/search/variables_e.js
 share/doc/qore/modules/Pop3Client/html/search/variables_f.html
 share/doc/qore/modules/Pop3Client/html/search/variables_f.js
+share/doc/qore/modules/Pop3Client/html/splitbar.png
 share/doc/qore/modules/Pop3Client/html/sync_off.png
 share/doc/qore/modules/Pop3Client/html/sync_on.png
 share/doc/qore/modules/Pop3Client/html/tab_a.png
@@ -8901,7 +8769,431 @@ share/doc/qore/modules/Pop3Client/html/t
 share/doc/qore/modules/Pop3Client/html/tab_h.png
 share/doc/qore/modules/Pop3Client/html/tab_s.png
 share/doc/qore/modules/Pop3Client/html/tabs.css
+share/doc/qore/modules/QUnit/html/_q_unit_8qm_8dox_8h_source.html
+share/doc/qore/modules/QUnit/html/annotated.html
+share/doc/qore/modules/QUnit/html/annotated_dup.js
+share/doc/qore/modules/QUnit/html/arrowdown.png
+share/doc/qore/modules/QUnit/html/arrowright.png
+share/doc/qore/modules/QUnit/html/bc_s.png
+share/doc/qore/modules/QUnit/html/bdwn.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_abstract_test_result-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_abstract_test_result.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_abstract_test_result__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_abstract_test_result__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_abstract_test_result__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_dependency_injected_test-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_dependency_injected_test.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_dependency_injected_test.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_dependency_injected_test__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_dependency_injected_test__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_dependency_injected_test__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_case-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_case.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_case.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_reporter-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_reporter.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_reporter.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_reporter__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_reporter__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_reporter__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_detail-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_detail.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_detail.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_detail__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_detail__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_detail__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_regexp-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_regexp.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_regexp.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_regexp__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_regexp__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_regexp__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_substring-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_substring.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_substring.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_substring__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_substring__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_substring__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_type-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_type.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_type.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_type__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_type__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_exception_type__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_failure-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_failure.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_failure.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_failure__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_failure__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_failure__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_partial_hash_match-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_partial_hash_match.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_partial_hash_match__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_partial_hash_match__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_partial_hash_match__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_success-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_success.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_success.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_success__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_success__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_success__inherit__graph.png
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_value-members.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_value.html
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_value.js
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_value__inherit__graph.map
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_value__inherit__graph.md5
+share/doc/qore/modules/QUnit/html/class_q_unit_1_1_test_result_value__inherit__graph.png
+share/doc/qore/modules/QUnit/html/classes.html
+share/doc/qore/modules/QUnit/html/closed.png
+share/doc/qore/modules/QUnit/html/dir_13add0083e006ac756009d5942a24d28.html
+share/doc/qore/modules/QUnit/html/dir_13add0083e006ac756009d5942a24d28_dep.map
+share/doc/qore/modules/QUnit/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
+share/doc/qore/modules/QUnit/html/dir_13add0083e006ac756009d5942a24d28_dep.png
+share/doc/qore/modules/QUnit/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
+share/doc/qore/modules/QUnit/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
+share/doc/qore/modules/QUnit/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
+share/doc/qore/modules/QUnit/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/QUnit/html/doc.png
+share/doc/qore/modules/QUnit/html/doxygen.css
+share/doc/qore/modules/QUnit/html/doxygen.png
+share/doc/qore/modules/QUnit/html/dynsections.js
+share/doc/qore/modules/QUnit/html/folderclosed.png
+share/doc/qore/modules/QUnit/html/folderopen.png
+share/doc/qore/modules/QUnit/html/functions.html
+share/doc/qore/modules/QUnit/html/functions_func.html
+share/doc/qore/modules/QUnit/html/functions_vars.html
+share/doc/qore/modules/QUnit/html/graph_legend.html
+share/doc/qore/modules/QUnit/html/graph_legend.md5
+share/doc/qore/modules/QUnit/html/graph_legend.png
+share/doc/qore/modules/QUnit/html/hierarchy.html
+share/doc/qore/modules/QUnit/html/hierarchy.js
+share/doc/qore/modules/QUnit/html/index.html
+share/doc/qore/modules/QUnit/html/index.qhp
+share/doc/qore/modules/QUnit/html/inherit_graph_0.map
+share/doc/qore/modules/QUnit/html/inherit_graph_0.md5
+share/doc/qore/modules/QUnit/html/inherit_graph_0.png
+share/doc/qore/modules/QUnit/html/inherit_graph_1.map
+share/doc/qore/modules/QUnit/html/inherit_graph_1.md5
+share/doc/qore/modules/QUnit/html/inherit_graph_1.png
+share/doc/qore/modules/QUnit/html/inherit_graph_2.map
+share/doc/qore/modules/QUnit/html/inherit_graph_2.md5
+share/doc/qore/modules/QUnit/html/inherit_graph_2.png
+share/doc/qore/modules/QUnit/html/inherits.html
+share/doc/qore/modules/QUnit/html/jquery.js
+share/doc/qore/modules/QUnit/html/namespace_q_unit.html
+share/doc/qore/modules/QUnit/html/namespace_q_unit.js
+share/doc/qore/modules/QUnit/html/namespaces.html
+share/doc/qore/modules/QUnit/html/namespaces.js
+share/doc/qore/modules/QUnit/html/nav_f.png
+share/doc/qore/modules/QUnit/html/nav_g.png
+share/doc/qore/modules/QUnit/html/nav_h.png
+share/doc/qore/modules/QUnit/html/navtree.css
+share/doc/qore/modules/QUnit/html/navtree.js
+share/doc/qore/modules/QUnit/html/navtreedata.js
+share/doc/qore/modules/QUnit/html/navtreeindex0.js
+share/doc/qore/modules/QUnit/html/open.png
+share/doc/qore/modules/QUnit/html/pages.html
+share/doc/qore/modules/QUnit/html/resize.js
+share/doc/qore/modules/QUnit/html/search/all_0.html
+share/doc/qore/modules/QUnit/html/search/all_0.js
+share/doc/qore/modules/QUnit/html/search/all_1.html
+share/doc/qore/modules/QUnit/html/search/all_1.js
+share/doc/qore/modules/QUnit/html/search/all_10.html
+share/doc/qore/modules/QUnit/html/search/all_10.js
+share/doc/qore/modules/QUnit/html/search/all_11.html
+share/doc/qore/modules/QUnit/html/search/all_11.js
+share/doc/qore/modules/QUnit/html/search/all_12.html
+share/doc/qore/modules/QUnit/html/search/all_12.js
+share/doc/qore/modules/QUnit/html/search/all_13.html
+share/doc/qore/modules/QUnit/html/search/all_13.js
+share/doc/qore/modules/QUnit/html/search/all_14.html
+share/doc/qore/modules/QUnit/html/search/all_14.js
+share/doc/qore/modules/QUnit/html/search/all_15.html
+share/doc/qore/modules/QUnit/html/search/all_15.js
+share/doc/qore/modules/QUnit/html/search/all_16.html
+share/doc/qore/modules/QUnit/html/search/all_16.js
+share/doc/qore/modules/QUnit/html/search/all_17.html
+share/doc/qore/modules/QUnit/html/search/all_17.js
+share/doc/qore/modules/QUnit/html/search/all_18.html
+share/doc/qore/modules/QUnit/html/search/all_18.js
+share/doc/qore/modules/QUnit/html/search/all_19.html
+share/doc/qore/modules/QUnit/html/search/all_19.js
+share/doc/qore/modules/QUnit/html/search/all_1a.html
+share/doc/qore/modules/QUnit/html/search/all_1a.js
+share/doc/qore/modules/QUnit/html/search/all_2.html
+share/doc/qore/modules/QUnit/html/search/all_2.js
+share/doc/qore/modules/QUnit/html/search/all_3.html
+share/doc/qore/modules/QUnit/html/search/all_3.js
+share/doc/qore/modules/QUnit/html/search/all_4.html
+share/doc/qore/modules/QUnit/html/search/all_4.js
+share/doc/qore/modules/QUnit/html/search/all_5.html
+share/doc/qore/modules/QUnit/html/search/all_5.js
+share/doc/qore/modules/QUnit/html/search/all_6.html
+share/doc/qore/modules/QUnit/html/search/all_6.js
+share/doc/qore/modules/QUnit/html/search/all_7.html
+share/doc/qore/modules/QUnit/html/search/all_7.js
+share/doc/qore/modules/QUnit/html/search/all_8.html
+share/doc/qore/modules/QUnit/html/search/all_8.js
+share/doc/qore/modules/QUnit/html/search/all_9.html
+share/doc/qore/modules/QUnit/html/search/all_9.js
+share/doc/qore/modules/QUnit/html/search/all_a.html
+share/doc/qore/modules/QUnit/html/search/all_a.js
+share/doc/qore/modules/QUnit/html/search/all_b.html
+share/doc/qore/modules/QUnit/html/search/all_b.js
+share/doc/qore/modules/QUnit/html/search/all_c.html
+share/doc/qore/modules/QUnit/html/search/all_c.js
+share/doc/qore/modules/QUnit/html/search/all_d.html
+share/doc/qore/modules/QUnit/html/search/all_d.js
+share/doc/qore/modules/QUnit/html/search/all_e.html
+share/doc/qore/modules/QUnit/html/search/all_e.js
+share/doc/qore/modules/QUnit/html/search/all_f.html
+share/doc/qore/modules/QUnit/html/search/all_f.js
+share/doc/qore/modules/QUnit/html/search/classes_0.html
+share/doc/qore/modules/QUnit/html/search/classes_0.js
+share/doc/qore/modules/QUnit/html/search/classes_1.html
+share/doc/qore/modules/QUnit/html/search/classes_1.js
+share/doc/qore/modules/QUnit/html/search/classes_10.html
+share/doc/qore/modules/QUnit/html/search/classes_10.js
+share/doc/qore/modules/QUnit/html/search/classes_11.html
+share/doc/qore/modules/QUnit/html/search/classes_11.js
+share/doc/qore/modules/QUnit/html/search/classes_12.html
+share/doc/qore/modules/QUnit/html/search/classes_12.js
+share/doc/qore/modules/QUnit/html/search/classes_2.html
+share/doc/qore/modules/QUnit/html/search/classes_2.js
+share/doc/qore/modules/QUnit/html/search/classes_3.html
+share/doc/qore/modules/QUnit/html/search/classes_3.js
+share/doc/qore/modules/QUnit/html/search/classes_4.html
+share/doc/qore/modules/QUnit/html/search/classes_4.js
+share/doc/qore/modules/QUnit/html/search/classes_5.html
+share/doc/qore/modules/QUnit/html/search/classes_5.js
+share/doc/qore/modules/QUnit/html/search/classes_6.html
+share/doc/qore/modules/QUnit/html/search/classes_6.js
+share/doc/qore/modules/QUnit/html/search/classes_7.html
+share/doc/qore/modules/QUnit/html/search/classes_7.js
+share/doc/qore/modules/QUnit/html/search/classes_8.html
+share/doc/qore/modules/QUnit/html/search/classes_8.js
+share/doc/qore/modules/QUnit/html/search/classes_9.html
+share/doc/qore/modules/QUnit/html/search/classes_9.js
+share/doc/qore/modules/QUnit/html/search/classes_a.html
+share/doc/qore/modules/QUnit/html/search/classes_a.js
+share/doc/qore/modules/QUnit/html/search/classes_b.html
+share/doc/qore/modules/QUnit/html/search/classes_b.js
+share/doc/qore/modules/QUnit/html/search/classes_c.html
+share/doc/qore/modules/QUnit/html/search/classes_c.js
+share/doc/qore/modules/QUnit/html/search/classes_d.html
+share/doc/qore/modules/QUnit/html/search/classes_d.js
+share/doc/qore/modules/QUnit/html/search/classes_e.html
+share/doc/qore/modules/QUnit/html/search/classes_e.js
+share/doc/qore/modules/QUnit/html/search/classes_f.html
+share/doc/qore/modules/QUnit/html/search/classes_f.js
+share/doc/qore/modules/QUnit/html/search/close.png
+share/doc/qore/modules/QUnit/html/search/functions_0.html
+share/doc/qore/modules/QUnit/html/search/functions_0.js
+share/doc/qore/modules/QUnit/html/search/functions_1.html
+share/doc/qore/modules/QUnit/html/search/functions_1.js
+share/doc/qore/modules/QUnit/html/search/functions_10.html
+share/doc/qore/modules/QUnit/html/search/functions_10.js
+share/doc/qore/modules/QUnit/html/search/functions_11.html
+share/doc/qore/modules/QUnit/html/search/functions_11.js
+share/doc/qore/modules/QUnit/html/search/functions_12.html
+share/doc/qore/modules/QUnit/html/search/functions_12.js
+share/doc/qore/modules/QUnit/html/search/functions_13.html
+share/doc/qore/modules/QUnit/html/search/functions_13.js
+share/doc/qore/modules/QUnit/html/search/functions_14.html
+share/doc/qore/modules/QUnit/html/search/functions_14.js
+share/doc/qore/modules/QUnit/html/search/functions_15.html
+share/doc/qore/modules/QUnit/html/search/functions_15.js
+share/doc/qore/modules/QUnit/html/search/functions_16.html
+share/doc/qore/modules/QUnit/html/search/functions_16.js
+share/doc/qore/modules/QUnit/html/search/functions_17.html
+share/doc/qore/modules/QUnit/html/search/functions_17.js
+share/doc/qore/modules/QUnit/html/search/functions_18.html
+share/doc/qore/modules/QUnit/html/search/functions_18.js
+share/doc/qore/modules/QUnit/html/search/functions_2.html
+share/doc/qore/modules/QUnit/html/search/functions_2.js
+share/doc/qore/modules/QUnit/html/search/functions_3.html
+share/doc/qore/modules/QUnit/html/search/functions_3.js
+share/doc/qore/modules/QUnit/html/search/functions_4.html
+share/doc/qore/modules/QUnit/html/search/functions_4.js
+share/doc/qore/modules/QUnit/html/search/functions_5.html
+share/doc/qore/modules/QUnit/html/search/functions_5.js
+share/doc/qore/modules/QUnit/html/search/functions_6.html
+share/doc/qore/modules/QUnit/html/search/functions_6.js
+share/doc/qore/modules/QUnit/html/search/functions_7.html
+share/doc/qore/modules/QUnit/html/search/functions_7.js
+share/doc/qore/modules/QUnit/html/search/functions_8.html
+share/doc/qore/modules/QUnit/html/search/functions_8.js
+share/doc/qore/modules/QUnit/html/search/functions_9.html
+share/doc/qore/modules/QUnit/html/search/functions_9.js
+share/doc/qore/modules/QUnit/html/search/functions_a.html
+share/doc/qore/modules/QUnit/html/search/functions_a.js
+share/doc/qore/modules/QUnit/html/search/functions_b.html
+share/doc/qore/modules/QUnit/html/search/functions_b.js
+share/doc/qore/modules/QUnit/html/search/functions_c.html
+share/doc/qore/modules/QUnit/html/search/functions_c.js
+share/doc/qore/modules/QUnit/html/search/functions_d.html
+share/doc/qore/modules/QUnit/html/search/functions_d.js
+share/doc/qore/modules/QUnit/html/search/functions_e.html
+share/doc/qore/modules/QUnit/html/search/functions_e.js
+share/doc/qore/modules/QUnit/html/search/functions_f.html
+share/doc/qore/modules/QUnit/html/search/functions_f.js
+share/doc/qore/modules/QUnit/html/search/groups_0.html
+share/doc/qore/modules/QUnit/html/search/groups_0.js
+share/doc/qore/modules/QUnit/html/search/groups_1.html
+share/doc/qore/modules/QUnit/html/search/groups_1.js
+share/doc/qore/modules/QUnit/html/search/groups_10.html
+share/doc/qore/modules/QUnit/html/search/groups_10.js
+share/doc/qore/modules/QUnit/html/search/groups_11.html
+share/doc/qore/modules/QUnit/html/search/groups_11.js
+share/doc/qore/modules/QUnit/html/search/groups_2.html
+share/doc/qore/modules/QUnit/html/search/groups_2.js
+share/doc/qore/modules/QUnit/html/search/groups_3.html
+share/doc/qore/modules/QUnit/html/search/groups_3.js
+share/doc/qore/modules/QUnit/html/search/groups_4.html
+share/doc/qore/modules/QUnit/html/search/groups_4.js
+share/doc/qore/modules/QUnit/html/search/groups_5.html
+share/doc/qore/modules/QUnit/html/search/groups_5.js
+share/doc/qore/modules/QUnit/html/search/groups_6.html
+share/doc/qore/modules/QUnit/html/search/groups_6.js
+share/doc/qore/modules/QUnit/html/search/groups_7.html
+share/doc/qore/modules/QUnit/html/search/groups_7.js
+share/doc/qore/modules/QUnit/html/search/groups_8.html
+share/doc/qore/modules/QUnit/html/search/groups_8.js
+share/doc/qore/modules/QUnit/html/search/groups_9.html
+share/doc/qore/modules/QUnit/html/search/groups_9.js
+share/doc/qore/modules/QUnit/html/search/groups_a.html
+share/doc/qore/modules/QUnit/html/search/groups_a.js
+share/doc/qore/modules/QUnit/html/search/groups_b.html
+share/doc/qore/modules/QUnit/html/search/groups_b.js
+share/doc/qore/modules/QUnit/html/search/groups_c.html
+share/doc/qore/modules/QUnit/html/search/groups_c.js
+share/doc/qore/modules/QUnit/html/search/groups_d.html
+share/doc/qore/modules/QUnit/html/search/groups_d.js
+share/doc/qore/modules/QUnit/html/search/groups_e.html
+share/doc/qore/modules/QUnit/html/search/groups_e.js
+share/doc/qore/modules/QUnit/html/search/groups_f.html
+share/doc/qore/modules/QUnit/html/search/groups_f.js
+share/doc/qore/modules/QUnit/html/search/mag_sel.png
+share/doc/qore/modules/QUnit/html/search/namespaces_0.html
+share/doc/qore/modules/QUnit/html/search/namespaces_0.js
+share/doc/qore/modules/QUnit/html/search/namespaces_1.html
+share/doc/qore/modules/QUnit/html/search/namespaces_1.js
+share/doc/qore/modules/QUnit/html/search/namespaces_2.html
+share/doc/qore/modules/QUnit/html/search/namespaces_2.js
+share/doc/qore/modules/QUnit/html/search/namespaces_3.html
+share/doc/qore/modules/QUnit/html/search/namespaces_3.js
+share/doc/qore/modules/QUnit/html/search/namespaces_4.html
+share/doc/qore/modules/QUnit/html/search/namespaces_4.js
+share/doc/qore/modules/QUnit/html/search/namespaces_5.html
+share/doc/qore/modules/QUnit/html/search/namespaces_5.js
+share/doc/qore/modules/QUnit/html/search/nomatches.html
+share/doc/qore/modules/QUnit/html/search/pages_0.html
+share/doc/qore/modules/QUnit/html/search/pages_0.js
+share/doc/qore/modules/QUnit/html/search/pages_1.html
+share/doc/qore/modules/QUnit/html/search/pages_1.js
+share/doc/qore/modules/QUnit/html/search/pages_10.html
+share/doc/qore/modules/QUnit/html/search/pages_10.js
+share/doc/qore/modules/QUnit/html/search/pages_11.html
+share/doc/qore/modules/QUnit/html/search/pages_11.js
+share/doc/qore/modules/QUnit/html/search/pages_2.html
+share/doc/qore/modules/QUnit/html/search/pages_2.js
+share/doc/qore/modules/QUnit/html/search/pages_3.html
+share/doc/qore/modules/QUnit/html/search/pages_3.js
+share/doc/qore/modules/QUnit/html/search/pages_4.html
+share/doc/qore/modules/QUnit/html/search/pages_4.js
+share/doc/qore/modules/QUnit/html/search/pages_5.html
+share/doc/qore/modules/QUnit/html/search/pages_5.js
+share/doc/qore/modules/QUnit/html/search/pages_6.html
+share/doc/qore/modules/QUnit/html/search/pages_6.js
+share/doc/qore/modules/QUnit/html/search/pages_7.html
+share/doc/qore/modules/QUnit/html/search/pages_7.js
+share/doc/qore/modules/QUnit/html/search/pages_8.html
+share/doc/qore/modules/QUnit/html/search/pages_8.js
+share/doc/qore/modules/QUnit/html/search/pages_9.html
+share/doc/qore/modules/QUnit/html/search/pages_9.js
+share/doc/qore/modules/QUnit/html/search/pages_a.html
+share/doc/qore/modules/QUnit/html/search/pages_a.js
+share/doc/qore/modules/QUnit/html/search/pages_b.html
+share/doc/qore/modules/QUnit/html/search/pages_b.js
+share/doc/qore/modules/QUnit/html/search/pages_c.html
+share/doc/qore/modules/QUnit/html/search/pages_c.js
+share/doc/qore/modules/QUnit/html/search/pages_d.html
+share/doc/qore/modules/QUnit/html/search/pages_d.js
+share/doc/qore/modules/QUnit/html/search/pages_e.html
+share/doc/qore/modules/QUnit/html/search/pages_e.js
+share/doc/qore/modules/QUnit/html/search/pages_f.html
+share/doc/qore/modules/QUnit/html/search/pages_f.js
+share/doc/qore/modules/QUnit/html/search/search.css
+share/doc/qore/modules/QUnit/html/search/search.js
+share/doc/qore/modules/QUnit/html/search/search_l.png
+share/doc/qore/modules/QUnit/html/search/search_m.png
+share/doc/qore/modules/QUnit/html/search/search_r.png
+share/doc/qore/modules/QUnit/html/search/searchdata.js
+share/doc/qore/modules/QUnit/html/search/variables_0.html
+share/doc/qore/modules/QUnit/html/search/variables_0.js
+share/doc/qore/modules/QUnit/html/search/variables_1.html
+share/doc/qore/modules/QUnit/html/search/variables_1.js
+share/doc/qore/modules/QUnit/html/search/variables_10.html
+share/doc/qore/modules/QUnit/html/search/variables_10.js
+share/doc/qore/modules/QUnit/html/search/variables_11.html
+share/doc/qore/modules/QUnit/html/search/variables_11.js
+share/doc/qore/modules/QUnit/html/search/variables_12.html
+share/doc/qore/modules/QUnit/html/search/variables_12.js
+share/doc/qore/modules/QUnit/html/search/variables_13.html
+share/doc/qore/modules/QUnit/html/search/variables_13.js
+share/doc/qore/modules/QUnit/html/search/variables_14.html
+share/doc/qore/modules/QUnit/html/search/variables_14.js
+share/doc/qore/modules/QUnit/html/search/variables_15.html
+share/doc/qore/modules/QUnit/html/search/variables_15.js
+share/doc/qore/modules/QUnit/html/search/variables_16.html
+share/doc/qore/modules/QUnit/html/search/variables_16.js
+share/doc/qore/modules/QUnit/html/search/variables_17.html
+share/doc/qore/modules/QUnit/html/search/variables_17.js
+share/doc/qore/modules/QUnit/html/search/variables_2.html
+share/doc/qore/modules/QUnit/html/search/variables_2.js
+share/doc/qore/modules/QUnit/html/search/variables_3.html
+share/doc/qore/modules/QUnit/html/search/variables_3.js
+share/doc/qore/modules/QUnit/html/search/variables_4.html
+share/doc/qore/modules/QUnit/html/search/variables_4.js
+share/doc/qore/modules/QUnit/html/search/variables_5.html
+share/doc/qore/modules/QUnit/html/search/variables_5.js
+share/doc/qore/modules/QUnit/html/search/variables_6.html
+share/doc/qore/modules/QUnit/html/search/variables_6.js
+share/doc/qore/modules/QUnit/html/search/variables_7.html
+share/doc/qore/modules/QUnit/html/search/variables_7.js
+share/doc/qore/modules/QUnit/html/search/variables_8.html
+share/doc/qore/modules/QUnit/html/search/variables_8.js
+share/doc/qore/modules/QUnit/html/search/variables_9.html
+share/doc/qore/modules/QUnit/html/search/variables_9.js
+share/doc/qore/modules/QUnit/html/search/variables_a.html
+share/doc/qore/modules/QUnit/html/search/variables_a.js
+share/doc/qore/modules/QUnit/html/search/variables_b.html
+share/doc/qore/modules/QUnit/html/search/variables_b.js
+share/doc/qore/modules/QUnit/html/search/variables_c.html
+share/doc/qore/modules/QUnit/html/search/variables_c.js
+share/doc/qore/modules/QUnit/html/search/variables_d.html
+share/doc/qore/modules/QUnit/html/search/variables_d.js
+share/doc/qore/modules/QUnit/html/search/variables_e.html
+share/doc/qore/modules/QUnit/html/search/variables_e.js
+share/doc/qore/modules/QUnit/html/search/variables_f.html
+share/doc/qore/modules/QUnit/html/search/variables_f.js
+share/doc/qore/modules/QUnit/html/splitbar.png
+share/doc/qore/modules/QUnit/html/sync_off.png
+share/doc/qore/modules/QUnit/html/sync_on.png
+share/doc/qore/modules/QUnit/html/tab_a.png
+share/doc/qore/modules/QUnit/html/tab_b.png
+share/doc/qore/modules/QUnit/html/tab_h.png
+share/doc/qore/modules/QUnit/html/tab_s.png
+share/doc/qore/modules/QUnit/html/tabs.css
 share/doc/qore/modules/Qorize/html/_qorize_8qm_8dox_8h_source.html
+share/doc/qore/modules/Qorize/html/arrowdown.png
+share/doc/qore/modules/Qorize/html/arrowright.png
 share/doc/qore/modules/Qorize/html/bc_s.png
 share/doc/qore/modules/Qorize/html/bdwn.png
 share/doc/qore/modules/Qorize/html/closed.png
@@ -8913,29 +9205,18 @@ share/doc/qore/modules/Qorize/html/dir_4
 share/doc/qore/modules/Qorize/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/Qorize/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/Qorize/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/Qorize/html/doc.png
 share/doc/qore/modules/Qorize/html/doxygen.css
 share/doc/qore/modules/Qorize/html/doxygen.png
 share/doc/qore/modules/Qorize/html/dynsections.js
-share/doc/qore/modules/Qorize/html/ftv2blank.png
-share/doc/qore/modules/Qorize/html/ftv2cl.png
-share/doc/qore/modules/Qorize/html/ftv2doc.png
-share/doc/qore/modules/Qorize/html/ftv2folderclosed.png
-share/doc/qore/modules/Qorize/html/ftv2folderopen.png
-share/doc/qore/modules/Qorize/html/ftv2lastnode.png
-share/doc/qore/modules/Qorize/html/ftv2link.png
-share/doc/qore/modules/Qorize/html/ftv2mlastnode.png
-share/doc/qore/modules/Qorize/html/ftv2mnode.png
-share/doc/qore/modules/Qorize/html/ftv2mo.png
-share/doc/qore/modules/Qorize/html/ftv2node.png
-share/doc/qore/modules/Qorize/html/ftv2ns.png
-share/doc/qore/modules/Qorize/html/ftv2plastnode.png
-share/doc/qore/modules/Qorize/html/ftv2pnode.png
-share/doc/qore/modules/Qorize/html/ftv2splitbar.png
-share/doc/qore/modules/Qorize/html/ftv2vertline.png
+share/doc/qore/modules/Qorize/html/folderclosed.png
+share/doc/qore/modules/Qorize/html/folderopen.png
 share/doc/qore/modules/Qorize/html/graph_legend.html
 share/doc/qore/modules/Qorize/html/graph_legend.md5
 share/doc/qore/modules/Qorize/html/graph_legend.png
 share/doc/qore/modules/Qorize/html/group___column_size_options.js
+share/doc/qore/modules/Qorize/html/group___http_server_logging_options.js
+share/doc/qore/modules/Qorize/html/group___listener_log_options.js
 share/doc/qore/modules/Qorize/html/group___message_encodings.js
 share/doc/qore/modules/Qorize/html/group___mime_content_transfer_encoding_constants.js
 share/doc/qore/modules/Qorize/html/group___mime_decoding_functions.js
@@ -8945,6 +9226,8 @@ share/doc/qore/modules/Qorize/html/group
 share/doc/qore/modules/Qorize/html/group___multi_part_constants.js
 share/doc/qore/modules/Qorize/html/group___qorize_functions.html
 share/doc/qore/modules/Qorize/html/group___qorize_functions.js
+share/doc/qore/modules/Qorize/html/group___string_concat_decoding.js
+share/doc/qore/modules/Qorize/html/group___string_concat_encoding.js
 share/doc/qore/modules/Qorize/html/group__boolean__constants.js
 share/doc/qore/modules/Qorize/html/group__call__type__constants.js
 share/doc/qore/modules/Qorize/html/group__closecodes.js
@@ -8971,6 +9254,7 @@ share/doc/qore/modules/Qorize/html/group
 share/doc/qore/modules/Qorize/html/group__filesystem__functions.js
 share/doc/qore/modules/Qorize/html/group__hmac__functions.js
 share/doc/qore/modules/Qorize/html/group__info__actions.js
+share/doc/qore/modules/Qorize/html/group__input__stream__function.js
 share/doc/qore/modules/Qorize/html/group__io__constants.js
 share/doc/qore/modules/Qorize/html/group__library__functions.js
 share/doc/qore/modules/Qorize/html/group__list__functions.js
@@ -8985,7 +9269,6 @@ share/doc/qore/modules/Qorize/html/group
 share/doc/qore/modules/Qorize/html/group__old__dbi__functions.js
 share/doc/qore/modules/Qorize/html/group__opcodes.js
 share/doc/qore/modules/Qorize/html/group__option__constants.js
-share/doc/qore/modules/Qorize/html/group__oracle__sql__cop__funcs.js
 share/doc/qore/modules/Qorize/html/group__parse__options.js
 share/doc/qore/modules/Qorize/html/group__protocol__constants.js
 share/doc/qore/modules/Qorize/html/group__pwd__functions.js
@@ -9004,9 +9287,11 @@ share/doc/qore/modules/Qorize/html/group
 share/doc/qore/modules/Qorize/html/group__sql__op__funcs.js
 share/doc/qore/modules/Qorize/html/group__sql__ops.js
 share/doc/qore/modules/Qorize/html/group__sql__uop__funcs.js
+share/doc/qore/modules/Qorize/html/group__sql__uops.js
 share/doc/qore/modules/Qorize/html/group__string__functions.js
 share/doc/qore/modules/Qorize/html/group__string__type__constants.js
 share/doc/qore/modules/Qorize/html/group__system__and__build__constants.js
+share/doc/qore/modules/Qorize/html/group__t.js
 share/doc/qore/modules/Qorize/html/group__tattr__control__character__constants.js
 share/doc/qore/modules/Qorize/html/group__tattr__control__mode__constants.js
 share/doc/qore/modules/Qorize/html/group__tattr__input__mode__constants.js
@@ -9019,6 +9304,7 @@ share/doc/qore/modules/Qorize/html/group
 share/doc/qore/modules/Qorize/html/group__type__conversion__functions.js
 share/doc/qore/modules/Qorize/html/group__upsert__options.js
 share/doc/qore/modules/Qorize/html/group__upsert__results.js
+share/doc/qore/modules/Qorize/html/group__user__and__group__functions.js
 share/doc/qore/modules/Qorize/html/group__warning__constants.js
 share/doc/qore/modules/Qorize/html/group__x509__verification__constants.js
 share/doc/qore/modules/Qorize/html/index.html
@@ -9036,12 +9322,14 @@ share/doc/qore/modules/Qorize/html/nav_g
 share/doc/qore/modules/Qorize/html/nav_h.png
 share/doc/qore/modules/Qorize/html/navtree.css
 share/doc/qore/modules/Qorize/html/navtree.js
+share/doc/qore/modules/Qorize/html/navtreedata.js
 share/doc/qore/modules/Qorize/html/navtreeindex0.js
 share/doc/qore/modules/Qorize/html/navtreeindex1.js
 share/doc/qore/modules/Qorize/html/navtreeindex2.js
 share/doc/qore/modules/Qorize/html/navtreeindex3.js
 share/doc/qore/modules/Qorize/html/navtreeindex4.js
 share/doc/qore/modules/Qorize/html/navtreeindex5.js
+share/doc/qore/modules/Qorize/html/navtreeindex6.js
 share/doc/qore/modules/Qorize/html/open.png
 share/doc/qore/modules/Qorize/html/pages.html
 share/doc/qore/modules/Qorize/html/resize.js
@@ -9079,64 +9367,10 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/all_4.js
 share/doc/qore/modules/Qorize/html/search/all_5.html
 share/doc/qore/modules/Qorize/html/search/all_5.js
-share/doc/qore/modules/Qorize/html/search/all_5f.html
-share/doc/qore/modules/Qorize/html/search/all_5f.js
 share/doc/qore/modules/Qorize/html/search/all_6.html
 share/doc/qore/modules/Qorize/html/search/all_6.js
-share/doc/qore/modules/Qorize/html/search/all_61.html
-share/doc/qore/modules/Qorize/html/search/all_61.js
-share/doc/qore/modules/Qorize/html/search/all_62.html
-share/doc/qore/modules/Qorize/html/search/all_62.js
-share/doc/qore/modules/Qorize/html/search/all_63.html
-share/doc/qore/modules/Qorize/html/search/all_63.js
-share/doc/qore/modules/Qorize/html/search/all_64.html
-share/doc/qore/modules/Qorize/html/search/all_64.js
-share/doc/qore/modules/Qorize/html/search/all_65.html
-share/doc/qore/modules/Qorize/html/search/all_65.js
-share/doc/qore/modules/Qorize/html/search/all_66.html
-share/doc/qore/modules/Qorize/html/search/all_66.js
-share/doc/qore/modules/Qorize/html/search/all_67.html
-share/doc/qore/modules/Qorize/html/search/all_67.js
-share/doc/qore/modules/Qorize/html/search/all_68.html
-share/doc/qore/modules/Qorize/html/search/all_68.js
-share/doc/qore/modules/Qorize/html/search/all_69.html
-share/doc/qore/modules/Qorize/html/search/all_69.js
-share/doc/qore/modules/Qorize/html/search/all_6a.html
-share/doc/qore/modules/Qorize/html/search/all_6a.js
-share/doc/qore/modules/Qorize/html/search/all_6b.html
-share/doc/qore/modules/Qorize/html/search/all_6b.js
-share/doc/qore/modules/Qorize/html/search/all_6c.html
-share/doc/qore/modules/Qorize/html/search/all_6c.js
-share/doc/qore/modules/Qorize/html/search/all_6d.html
-share/doc/qore/modules/Qorize/html/search/all_6d.js
-share/doc/qore/modules/Qorize/html/search/all_6e.html
-share/doc/qore/modules/Qorize/html/search/all_6e.js
-share/doc/qore/modules/Qorize/html/search/all_6f.html
-share/doc/qore/modules/Qorize/html/search/all_6f.js
 share/doc/qore/modules/Qorize/html/search/all_7.html
 share/doc/qore/modules/Qorize/html/search/all_7.js
-share/doc/qore/modules/Qorize/html/search/all_70.html
-share/doc/qore/modules/Qorize/html/search/all_70.js
-share/doc/qore/modules/Qorize/html/search/all_71.html
-share/doc/qore/modules/Qorize/html/search/all_71.js
-share/doc/qore/modules/Qorize/html/search/all_72.html
-share/doc/qore/modules/Qorize/html/search/all_72.js
-share/doc/qore/modules/Qorize/html/search/all_73.html
-share/doc/qore/modules/Qorize/html/search/all_73.js
-share/doc/qore/modules/Qorize/html/search/all_74.html
-share/doc/qore/modules/Qorize/html/search/all_74.js
-share/doc/qore/modules/Qorize/html/search/all_75.html
-share/doc/qore/modules/Qorize/html/search/all_75.js
-share/doc/qore/modules/Qorize/html/search/all_76.html
-share/doc/qore/modules/Qorize/html/search/all_76.js
-share/doc/qore/modules/Qorize/html/search/all_77.html
-share/doc/qore/modules/Qorize/html/search/all_77.js
-share/doc/qore/modules/Qorize/html/search/all_78.html
-share/doc/qore/modules/Qorize/html/search/all_78.js
-share/doc/qore/modules/Qorize/html/search/all_79.html
-share/doc/qore/modules/Qorize/html/search/all_79.js
-share/doc/qore/modules/Qorize/html/search/all_7a.html
-share/doc/qore/modules/Qorize/html/search/all_7a.js
 share/doc/qore/modules/Qorize/html/search/all_8.html
 share/doc/qore/modules/Qorize/html/search/all_8.js
 share/doc/qore/modules/Qorize/html/search/all_9.html
@@ -9159,6 +9393,10 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/classes_1.js
 share/doc/qore/modules/Qorize/html/search/classes_10.html
 share/doc/qore/modules/Qorize/html/search/classes_10.js
+share/doc/qore/modules/Qorize/html/search/classes_11.html
+share/doc/qore/modules/Qorize/html/search/classes_11.js
+share/doc/qore/modules/Qorize/html/search/classes_12.html
+share/doc/qore/modules/Qorize/html/search/classes_12.js
 share/doc/qore/modules/Qorize/html/search/classes_2.html
 share/doc/qore/modules/Qorize/html/search/classes_2.js
 share/doc/qore/modules/Qorize/html/search/classes_3.html
@@ -9169,42 +9407,8 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/classes_5.js
 share/doc/qore/modules/Qorize/html/search/classes_6.html
 share/doc/qore/modules/Qorize/html/search/classes_6.js
-share/doc/qore/modules/Qorize/html/search/classes_61.html
-share/doc/qore/modules/Qorize/html/search/classes_61.js
-share/doc/qore/modules/Qorize/html/search/classes_63.html
-share/doc/qore/modules/Qorize/html/search/classes_63.js
-share/doc/qore/modules/Qorize/html/search/classes_64.html
-share/doc/qore/modules/Qorize/html/search/classes_64.js
-share/doc/qore/modules/Qorize/html/search/classes_66.html
-share/doc/qore/modules/Qorize/html/search/classes_66.js
-share/doc/qore/modules/Qorize/html/search/classes_67.html
-share/doc/qore/modules/Qorize/html/search/classes_67.js
-share/doc/qore/modules/Qorize/html/search/classes_68.html
-share/doc/qore/modules/Qorize/html/search/classes_68.js
-share/doc/qore/modules/Qorize/html/search/classes_69.html
-share/doc/qore/modules/Qorize/html/search/classes_69.js
-share/doc/qore/modules/Qorize/html/search/classes_6c.html
-share/doc/qore/modules/Qorize/html/search/classes_6c.js
-share/doc/qore/modules/Qorize/html/search/classes_6d.html
-share/doc/qore/modules/Qorize/html/search/classes_6d.js
-share/doc/qore/modules/Qorize/html/search/classes_6e.html
-share/doc/qore/modules/Qorize/html/search/classes_6e.js
-share/doc/qore/modules/Qorize/html/search/classes_6f.html
-share/doc/qore/modules/Qorize/html/search/classes_6f.js
 share/doc/qore/modules/Qorize/html/search/classes_7.html
 share/doc/qore/modules/Qorize/html/search/classes_7.js
-share/doc/qore/modules/Qorize/html/search/classes_70.html
-share/doc/qore/modules/Qorize/html/search/classes_70.js
-share/doc/qore/modules/Qorize/html/search/classes_71.html
-share/doc/qore/modules/Qorize/html/search/classes_71.js
-share/doc/qore/modules/Qorize/html/search/classes_72.html
-share/doc/qore/modules/Qorize/html/search/classes_72.js
-share/doc/qore/modules/Qorize/html/search/classes_73.html
-share/doc/qore/modules/Qorize/html/search/classes_73.js
-share/doc/qore/modules/Qorize/html/search/classes_74.html
-share/doc/qore/modules/Qorize/html/search/classes_74.js
-share/doc/qore/modules/Qorize/html/search/classes_7a.html
-share/doc/qore/modules/Qorize/html/search/classes_7a.js
 share/doc/qore/modules/Qorize/html/search/classes_8.html
 share/doc/qore/modules/Qorize/html/search/classes_8.js
 share/doc/qore/modules/Qorize/html/search/classes_9.html
@@ -9256,60 +9460,8 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/functions_5.js
 share/doc/qore/modules/Qorize/html/search/functions_6.html
 share/doc/qore/modules/Qorize/html/search/functions_6.js
-share/doc/qore/modules/Qorize/html/search/functions_61.html
-share/doc/qore/modules/Qorize/html/search/functions_61.js
-share/doc/qore/modules/Qorize/html/search/functions_62.html
-share/doc/qore/modules/Qorize/html/search/functions_62.js
-share/doc/qore/modules/Qorize/html/search/functions_63.html
-share/doc/qore/modules/Qorize/html/search/functions_63.js
-share/doc/qore/modules/Qorize/html/search/functions_64.html
-share/doc/qore/modules/Qorize/html/search/functions_64.js
-share/doc/qore/modules/Qorize/html/search/functions_65.html
-share/doc/qore/modules/Qorize/html/search/functions_65.js
-share/doc/qore/modules/Qorize/html/search/functions_66.html
-share/doc/qore/modules/Qorize/html/search/functions_66.js
-share/doc/qore/modules/Qorize/html/search/functions_67.html
-share/doc/qore/modules/Qorize/html/search/functions_67.js
-share/doc/qore/modules/Qorize/html/search/functions_68.html
-share/doc/qore/modules/Qorize/html/search/functions_68.js
-share/doc/qore/modules/Qorize/html/search/functions_69.html
-share/doc/qore/modules/Qorize/html/search/functions_69.js
-share/doc/qore/modules/Qorize/html/search/functions_6a.html
-share/doc/qore/modules/Qorize/html/search/functions_6a.js
-share/doc/qore/modules/Qorize/html/search/functions_6b.html
-share/doc/qore/modules/Qorize/html/search/functions_6b.js
-share/doc/qore/modules/Qorize/html/search/functions_6c.html
-share/doc/qore/modules/Qorize/html/search/functions_6c.js
-share/doc/qore/modules/Qorize/html/search/functions_6d.html
-share/doc/qore/modules/Qorize/html/search/functions_6d.js
-share/doc/qore/modules/Qorize/html/search/functions_6e.html
-share/doc/qore/modules/Qorize/html/search/functions_6e.js
-share/doc/qore/modules/Qorize/html/search/functions_6f.html
-share/doc/qore/modules/Qorize/html/search/functions_6f.js
 share/doc/qore/modules/Qorize/html/search/functions_7.html
 share/doc/qore/modules/Qorize/html/search/functions_7.js
-share/doc/qore/modules/Qorize/html/search/functions_70.html
-share/doc/qore/modules/Qorize/html/search/functions_70.js
-share/doc/qore/modules/Qorize/html/search/functions_71.html
-share/doc/qore/modules/Qorize/html/search/functions_71.js
-share/doc/qore/modules/Qorize/html/search/functions_72.html
-share/doc/qore/modules/Qorize/html/search/functions_72.js
-share/doc/qore/modules/Qorize/html/search/functions_73.html
-share/doc/qore/modules/Qorize/html/search/functions_73.js
-share/doc/qore/modules/Qorize/html/search/functions_74.html
-share/doc/qore/modules/Qorize/html/search/functions_74.js
-share/doc/qore/modules/Qorize/html/search/functions_75.html
-share/doc/qore/modules/Qorize/html/search/functions_75.js
-share/doc/qore/modules/Qorize/html/search/functions_76.html
-share/doc/qore/modules/Qorize/html/search/functions_76.js
-share/doc/qore/modules/Qorize/html/search/functions_77.html
-share/doc/qore/modules/Qorize/html/search/functions_77.js
-share/doc/qore/modules/Qorize/html/search/functions_78.html
-share/doc/qore/modules/Qorize/html/search/functions_78.js
-share/doc/qore/modules/Qorize/html/search/functions_79.html
-share/doc/qore/modules/Qorize/html/search/functions_79.js
-share/doc/qore/modules/Qorize/html/search/functions_7a.html
-share/doc/qore/modules/Qorize/html/search/functions_7a.js
 share/doc/qore/modules/Qorize/html/search/functions_8.html
 share/doc/qore/modules/Qorize/html/search/functions_8.js
 share/doc/qore/modules/Qorize/html/search/functions_9.html
@@ -9346,46 +9498,8 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/groups_5.js
 share/doc/qore/modules/Qorize/html/search/groups_6.html
 share/doc/qore/modules/Qorize/html/search/groups_6.js
-share/doc/qore/modules/Qorize/html/search/groups_62.html
-share/doc/qore/modules/Qorize/html/search/groups_62.js
-share/doc/qore/modules/Qorize/html/search/groups_63.html
-share/doc/qore/modules/Qorize/html/search/groups_63.js
-share/doc/qore/modules/Qorize/html/search/groups_64.html
-share/doc/qore/modules/Qorize/html/search/groups_64.js
-share/doc/qore/modules/Qorize/html/search/groups_65.html
-share/doc/qore/modules/Qorize/html/search/groups_65.js
-share/doc/qore/modules/Qorize/html/search/groups_66.html
-share/doc/qore/modules/Qorize/html/search/groups_66.js
-share/doc/qore/modules/Qorize/html/search/groups_68.html
-share/doc/qore/modules/Qorize/html/search/groups_68.js
-share/doc/qore/modules/Qorize/html/search/groups_69.html
-share/doc/qore/modules/Qorize/html/search/groups_69.js
-share/doc/qore/modules/Qorize/html/search/groups_6c.html
-share/doc/qore/modules/Qorize/html/search/groups_6c.js
-share/doc/qore/modules/Qorize/html/search/groups_6d.html
-share/doc/qore/modules/Qorize/html/search/groups_6d.js
-share/doc/qore/modules/Qorize/html/search/groups_6e.html
-share/doc/qore/modules/Qorize/html/search/groups_6e.js
-share/doc/qore/modules/Qorize/html/search/groups_6f.html
-share/doc/qore/modules/Qorize/html/search/groups_6f.js
 share/doc/qore/modules/Qorize/html/search/groups_7.html
 share/doc/qore/modules/Qorize/html/search/groups_7.js
-share/doc/qore/modules/Qorize/html/search/groups_70.html
-share/doc/qore/modules/Qorize/html/search/groups_70.js
-share/doc/qore/modules/Qorize/html/search/groups_71.html
-share/doc/qore/modules/Qorize/html/search/groups_71.js
-share/doc/qore/modules/Qorize/html/search/groups_72.html
-share/doc/qore/modules/Qorize/html/search/groups_72.js
-share/doc/qore/modules/Qorize/html/search/groups_73.html
-share/doc/qore/modules/Qorize/html/search/groups_73.js
-share/doc/qore/modules/Qorize/html/search/groups_74.html
-share/doc/qore/modules/Qorize/html/search/groups_74.js
-share/doc/qore/modules/Qorize/html/search/groups_75.html
-share/doc/qore/modules/Qorize/html/search/groups_75.js
-share/doc/qore/modules/Qorize/html/search/groups_77.html
-share/doc/qore/modules/Qorize/html/search/groups_77.js
-share/doc/qore/modules/Qorize/html/search/groups_78.html
-share/doc/qore/modules/Qorize/html/search/groups_78.js
 share/doc/qore/modules/Qorize/html/search/groups_8.html
 share/doc/qore/modules/Qorize/html/search/groups_8.js
 share/doc/qore/modules/Qorize/html/search/groups_9.html
@@ -9415,18 +9529,6 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/namespaces_4.js
 share/doc/qore/modules/Qorize/html/search/namespaces_5.html
 share/doc/qore/modules/Qorize/html/search/namespaces_5.js
-share/doc/qore/modules/Qorize/html/search/namespaces_68.html
-share/doc/qore/modules/Qorize/html/search/namespaces_68.js
-share/doc/qore/modules/Qorize/html/search/namespaces_6d.html
-share/doc/qore/modules/Qorize/html/search/namespaces_6d.js
-share/doc/qore/modules/Qorize/html/search/namespaces_71.html
-share/doc/qore/modules/Qorize/html/search/namespaces_71.js
-share/doc/qore/modules/Qorize/html/search/namespaces_73.html
-share/doc/qore/modules/Qorize/html/search/namespaces_73.js
-share/doc/qore/modules/Qorize/html/search/namespaces_75.html
-share/doc/qore/modules/Qorize/html/search/namespaces_75.js
-share/doc/qore/modules/Qorize/html/search/namespaces_77.html
-share/doc/qore/modules/Qorize/html/search/namespaces_77.js
 share/doc/qore/modules/Qorize/html/search/nomatches.html
 share/doc/qore/modules/Qorize/html/search/pages_0.html
 share/doc/qore/modules/Qorize/html/search/pages_0.js
@@ -9436,10 +9538,6 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/pages_10.js
 share/doc/qore/modules/Qorize/html/search/pages_11.html
 share/doc/qore/modules/Qorize/html/search/pages_11.js
-share/doc/qore/modules/Qorize/html/search/pages_12.html
-share/doc/qore/modules/Qorize/html/search/pages_12.js
-share/doc/qore/modules/Qorize/html/search/pages_13.html
-share/doc/qore/modules/Qorize/html/search/pages_13.js
 share/doc/qore/modules/Qorize/html/search/pages_2.html
 share/doc/qore/modules/Qorize/html/search/pages_2.js
 share/doc/qore/modules/Qorize/html/search/pages_3.html
@@ -9450,48 +9548,8 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/pages_5.js
 share/doc/qore/modules/Qorize/html/search/pages_6.html
 share/doc/qore/modules/Qorize/html/search/pages_6.js
-share/doc/qore/modules/Qorize/html/search/pages_62.html
-share/doc/qore/modules/Qorize/html/search/pages_62.js
-share/doc/qore/modules/Qorize/html/search/pages_63.html
-share/doc/qore/modules/Qorize/html/search/pages_63.js
-share/doc/qore/modules/Qorize/html/search/pages_64.html
-share/doc/qore/modules/Qorize/html/search/pages_64.js
-share/doc/qore/modules/Qorize/html/search/pages_65.html
-share/doc/qore/modules/Qorize/html/search/pages_65.js
-share/doc/qore/modules/Qorize/html/search/pages_66.html
-share/doc/qore/modules/Qorize/html/search/pages_66.js
-share/doc/qore/modules/Qorize/html/search/pages_68.html
-share/doc/qore/modules/Qorize/html/search/pages_68.js
-share/doc/qore/modules/Qorize/html/search/pages_69.html
-share/doc/qore/modules/Qorize/html/search/pages_69.js
-share/doc/qore/modules/Qorize/html/search/pages_6b.html
-share/doc/qore/modules/Qorize/html/search/pages_6b.js
-share/doc/qore/modules/Qorize/html/search/pages_6c.html
-share/doc/qore/modules/Qorize/html/search/pages_6c.js
-share/doc/qore/modules/Qorize/html/search/pages_6d.html
-share/doc/qore/modules/Qorize/html/search/pages_6d.js
-share/doc/qore/modules/Qorize/html/search/pages_6e.html
-share/doc/qore/modules/Qorize/html/search/pages_6e.js
-share/doc/qore/modules/Qorize/html/search/pages_6f.html
-share/doc/qore/modules/Qorize/html/search/pages_6f.js
 share/doc/qore/modules/Qorize/html/search/pages_7.html
 share/doc/qore/modules/Qorize/html/search/pages_7.js
-share/doc/qore/modules/Qorize/html/search/pages_70.html
-share/doc/qore/modules/Qorize/html/search/pages_70.js
-share/doc/qore/modules/Qorize/html/search/pages_71.html
-share/doc/qore/modules/Qorize/html/search/pages_71.js
-share/doc/qore/modules/Qorize/html/search/pages_72.html
-share/doc/qore/modules/Qorize/html/search/pages_72.js
-share/doc/qore/modules/Qorize/html/search/pages_73.html
-share/doc/qore/modules/Qorize/html/search/pages_73.js
-share/doc/qore/modules/Qorize/html/search/pages_74.html
-share/doc/qore/modules/Qorize/html/search/pages_74.js
-share/doc/qore/modules/Qorize/html/search/pages_75.html
-share/doc/qore/modules/Qorize/html/search/pages_75.js
-share/doc/qore/modules/Qorize/html/search/pages_76.html
-share/doc/qore/modules/Qorize/html/search/pages_76.js
-share/doc/qore/modules/Qorize/html/search/pages_77.html
-share/doc/qore/modules/Qorize/html/search/pages_77.js
 share/doc/qore/modules/Qorize/html/search/pages_8.html
 share/doc/qore/modules/Qorize/html/search/pages_8.js
 share/doc/qore/modules/Qorize/html/search/pages_9.html
@@ -9513,6 +9571,7 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/search_l.png
 share/doc/qore/modules/Qorize/html/search/search_m.png
 share/doc/qore/modules/Qorize/html/search/search_r.png
+share/doc/qore/modules/Qorize/html/search/searchdata.js
 share/doc/qore/modules/Qorize/html/search/variables_0.html
 share/doc/qore/modules/Qorize/html/search/variables_0.js
 share/doc/qore/modules/Qorize/html/search/variables_1.html
@@ -9541,58 +9600,10 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/variables_4.js
 share/doc/qore/modules/Qorize/html/search/variables_5.html
 share/doc/qore/modules/Qorize/html/search/variables_5.js
-share/doc/qore/modules/Qorize/html/search/variables_5f.html
-share/doc/qore/modules/Qorize/html/search/variables_5f.js
 share/doc/qore/modules/Qorize/html/search/variables_6.html
 share/doc/qore/modules/Qorize/html/search/variables_6.js
-share/doc/qore/modules/Qorize/html/search/variables_61.html
-share/doc/qore/modules/Qorize/html/search/variables_61.js
-share/doc/qore/modules/Qorize/html/search/variables_62.html
-share/doc/qore/modules/Qorize/html/search/variables_62.js
-share/doc/qore/modules/Qorize/html/search/variables_63.html
-share/doc/qore/modules/Qorize/html/search/variables_63.js
-share/doc/qore/modules/Qorize/html/search/variables_64.html
-share/doc/qore/modules/Qorize/html/search/variables_64.js
-share/doc/qore/modules/Qorize/html/search/variables_65.html
-share/doc/qore/modules/Qorize/html/search/variables_65.js
-share/doc/qore/modules/Qorize/html/search/variables_66.html
-share/doc/qore/modules/Qorize/html/search/variables_66.js
-share/doc/qore/modules/Qorize/html/search/variables_68.html
-share/doc/qore/modules/Qorize/html/search/variables_68.js
-share/doc/qore/modules/Qorize/html/search/variables_69.html
-share/doc/qore/modules/Qorize/html/search/variables_69.js
-share/doc/qore/modules/Qorize/html/search/variables_6a.html
-share/doc/qore/modules/Qorize/html/search/variables_6a.js
-share/doc/qore/modules/Qorize/html/search/variables_6c.html
-share/doc/qore/modules/Qorize/html/search/variables_6c.js
-share/doc/qore/modules/Qorize/html/search/variables_6d.html
-share/doc/qore/modules/Qorize/html/search/variables_6d.js
-share/doc/qore/modules/Qorize/html/search/variables_6e.html
-share/doc/qore/modules/Qorize/html/search/variables_6e.js
-share/doc/qore/modules/Qorize/html/search/variables_6f.html
-share/doc/qore/modules/Qorize/html/search/variables_6f.js
 share/doc/qore/modules/Qorize/html/search/variables_7.html
 share/doc/qore/modules/Qorize/html/search/variables_7.js
-share/doc/qore/modules/Qorize/html/search/variables_70.html
-share/doc/qore/modules/Qorize/html/search/variables_70.js
-share/doc/qore/modules/Qorize/html/search/variables_71.html
-share/doc/qore/modules/Qorize/html/search/variables_71.js
-share/doc/qore/modules/Qorize/html/search/variables_72.html
-share/doc/qore/modules/Qorize/html/search/variables_72.js
-share/doc/qore/modules/Qorize/html/search/variables_73.html
-share/doc/qore/modules/Qorize/html/search/variables_73.js
-share/doc/qore/modules/Qorize/html/search/variables_74.html
-share/doc/qore/modules/Qorize/html/search/variables_74.js
-share/doc/qore/modules/Qorize/html/search/variables_75.html
-share/doc/qore/modules/Qorize/html/search/variables_75.js
-share/doc/qore/modules/Qorize/html/search/variables_76.html
-share/doc/qore/modules/Qorize/html/search/variables_76.js
-share/doc/qore/modules/Qorize/html/search/variables_77.html
-share/doc/qore/modules/Qorize/html/search/variables_77.js
-share/doc/qore/modules/Qorize/html/search/variables_78.html
-share/doc/qore/modules/Qorize/html/search/variables_78.js
-share/doc/qore/modules/Qorize/html/search/variables_7a.html
-share/doc/qore/modules/Qorize/html/search/variables_7a.js
 share/doc/qore/modules/Qorize/html/search/variables_8.html
 share/doc/qore/modules/Qorize/html/search/variables_8.js
 share/doc/qore/modules/Qorize/html/search/variables_9.html
@@ -9609,6 +9620,7 @@ share/doc/qore/modules/Qorize/html/searc
 share/doc/qore/modules/Qorize/html/search/variables_e.js
 share/doc/qore/modules/Qorize/html/search/variables_f.html
 share/doc/qore/modules/Qorize/html/search/variables_f.js
+share/doc/qore/modules/Qorize/html/splitbar.png
 share/doc/qore/modules/Qorize/html/sync_off.png
 share/doc/qore/modules/Qorize/html/sync_on.png
 share/doc/qore/modules/Qorize/html/tab_a.png
@@ -9618,7 +9630,9 @@ share/doc/qore/modules/Qorize/html/tab_s
 share/doc/qore/modules/Qorize/html/tabs.css
 share/doc/qore/modules/RestClient/html/_rest_client_8qm_8dox_8h_source.html
 share/doc/qore/modules/RestClient/html/annotated.html
-share/doc/qore/modules/RestClient/html/annotated.js
+share/doc/qore/modules/RestClient/html/annotated_dup.js
+share/doc/qore/modules/RestClient/html/arrowdown.png
+share/doc/qore/modules/RestClient/html/arrowright.png
 share/doc/qore/modules/RestClient/html/bc_s.png
 share/doc/qore/modules/RestClient/html/bdwn.png
 share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_client-members.html
@@ -9637,25 +9651,12 @@ share/doc/qore/modules/RestClient/html/d
 share/doc/qore/modules/RestClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/RestClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/RestClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/RestClient/html/doc.png
 share/doc/qore/modules/RestClient/html/doxygen.css
 share/doc/qore/modules/RestClient/html/doxygen.png
 share/doc/qore/modules/RestClient/html/dynsections.js
-share/doc/qore/modules/RestClient/html/ftv2blank.png
-share/doc/qore/modules/RestClient/html/ftv2cl.png
-share/doc/qore/modules/RestClient/html/ftv2doc.png
-share/doc/qore/modules/RestClient/html/ftv2folderclosed.png
-share/doc/qore/modules/RestClient/html/ftv2folderopen.png
-share/doc/qore/modules/RestClient/html/ftv2lastnode.png
-share/doc/qore/modules/RestClient/html/ftv2link.png
-share/doc/qore/modules/RestClient/html/ftv2mlastnode.png
-share/doc/qore/modules/RestClient/html/ftv2mnode.png
-share/doc/qore/modules/RestClient/html/ftv2mo.png
-share/doc/qore/modules/RestClient/html/ftv2node.png
-share/doc/qore/modules/RestClient/html/ftv2ns.png
-share/doc/qore/modules/RestClient/html/ftv2plastnode.png
-share/doc/qore/modules/RestClient/html/ftv2pnode.png
-share/doc/qore/modules/RestClient/html/ftv2splitbar.png
-share/doc/qore/modules/RestClient/html/ftv2vertline.png
+share/doc/qore/modules/RestClient/html/folderclosed.png
+share/doc/qore/modules/RestClient/html/folderopen.png
 share/doc/qore/modules/RestClient/html/functions.html
 share/doc/qore/modules/RestClient/html/functions_func.html
 share/doc/qore/modules/RestClient/html/functions_vars.html
@@ -9680,6 +9681,7 @@ share/doc/qore/modules/RestClient/html/n
 share/doc/qore/modules/RestClient/html/nav_h.png
 share/doc/qore/modules/RestClient/html/navtree.css
 share/doc/qore/modules/RestClient/html/navtree.js
+share/doc/qore/modules/RestClient/html/navtreedata.js
 share/doc/qore/modules/RestClient/html/navtreeindex0.js
 share/doc/qore/modules/RestClient/html/open.png
 share/doc/qore/modules/RestClient/html/pages.html
@@ -9718,64 +9720,10 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/all_4.js
 share/doc/qore/modules/RestClient/html/search/all_5.html
 share/doc/qore/modules/RestClient/html/search/all_5.js
-share/doc/qore/modules/RestClient/html/search/all_5f.html
-share/doc/qore/modules/RestClient/html/search/all_5f.js
 share/doc/qore/modules/RestClient/html/search/all_6.html
 share/doc/qore/modules/RestClient/html/search/all_6.js
-share/doc/qore/modules/RestClient/html/search/all_61.html
-share/doc/qore/modules/RestClient/html/search/all_61.js
-share/doc/qore/modules/RestClient/html/search/all_62.html
-share/doc/qore/modules/RestClient/html/search/all_62.js
-share/doc/qore/modules/RestClient/html/search/all_63.html
-share/doc/qore/modules/RestClient/html/search/all_63.js
-share/doc/qore/modules/RestClient/html/search/all_64.html
-share/doc/qore/modules/RestClient/html/search/all_64.js
-share/doc/qore/modules/RestClient/html/search/all_65.html
-share/doc/qore/modules/RestClient/html/search/all_65.js
-share/doc/qore/modules/RestClient/html/search/all_66.html
-share/doc/qore/modules/RestClient/html/search/all_66.js
-share/doc/qore/modules/RestClient/html/search/all_67.html
-share/doc/qore/modules/RestClient/html/search/all_67.js
-share/doc/qore/modules/RestClient/html/search/all_68.html
-share/doc/qore/modules/RestClient/html/search/all_68.js
-share/doc/qore/modules/RestClient/html/search/all_69.html
-share/doc/qore/modules/RestClient/html/search/all_69.js
-share/doc/qore/modules/RestClient/html/search/all_6a.html
-share/doc/qore/modules/RestClient/html/search/all_6a.js
-share/doc/qore/modules/RestClient/html/search/all_6b.html
-share/doc/qore/modules/RestClient/html/search/all_6b.js
-share/doc/qore/modules/RestClient/html/search/all_6c.html
-share/doc/qore/modules/RestClient/html/search/all_6c.js
-share/doc/qore/modules/RestClient/html/search/all_6d.html
-share/doc/qore/modules/RestClient/html/search/all_6d.js
-share/doc/qore/modules/RestClient/html/search/all_6e.html
-share/doc/qore/modules/RestClient/html/search/all_6e.js
-share/doc/qore/modules/RestClient/html/search/all_6f.html
-share/doc/qore/modules/RestClient/html/search/all_6f.js
 share/doc/qore/modules/RestClient/html/search/all_7.html
 share/doc/qore/modules/RestClient/html/search/all_7.js
-share/doc/qore/modules/RestClient/html/search/all_70.html
-share/doc/qore/modules/RestClient/html/search/all_70.js
-share/doc/qore/modules/RestClient/html/search/all_71.html
-share/doc/qore/modules/RestClient/html/search/all_71.js
-share/doc/qore/modules/RestClient/html/search/all_72.html
-share/doc/qore/modules/RestClient/html/search/all_72.js
-share/doc/qore/modules/RestClient/html/search/all_73.html
-share/doc/qore/modules/RestClient/html/search/all_73.js
-share/doc/qore/modules/RestClient/html/search/all_74.html
-share/doc/qore/modules/RestClient/html/search/all_74.js
-share/doc/qore/modules/RestClient/html/search/all_75.html
-share/doc/qore/modules/RestClient/html/search/all_75.js
-share/doc/qore/modules/RestClient/html/search/all_76.html
-share/doc/qore/modules/RestClient/html/search/all_76.js
-share/doc/qore/modules/RestClient/html/search/all_77.html
-share/doc/qore/modules/RestClient/html/search/all_77.js
-share/doc/qore/modules/RestClient/html/search/all_78.html
-share/doc/qore/modules/RestClient/html/search/all_78.js
-share/doc/qore/modules/RestClient/html/search/all_79.html
-share/doc/qore/modules/RestClient/html/search/all_79.js
-share/doc/qore/modules/RestClient/html/search/all_7a.html
-share/doc/qore/modules/RestClient/html/search/all_7a.js
 share/doc/qore/modules/RestClient/html/search/all_8.html
 share/doc/qore/modules/RestClient/html/search/all_8.js
 share/doc/qore/modules/RestClient/html/search/all_9.html
@@ -9798,6 +9746,10 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/classes_1.js
 share/doc/qore/modules/RestClient/html/search/classes_10.html
 share/doc/qore/modules/RestClient/html/search/classes_10.js
+share/doc/qore/modules/RestClient/html/search/classes_11.html
+share/doc/qore/modules/RestClient/html/search/classes_11.js
+share/doc/qore/modules/RestClient/html/search/classes_12.html
+share/doc/qore/modules/RestClient/html/search/classes_12.js
 share/doc/qore/modules/RestClient/html/search/classes_2.html
 share/doc/qore/modules/RestClient/html/search/classes_2.js
 share/doc/qore/modules/RestClient/html/search/classes_3.html
@@ -9808,42 +9760,8 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/classes_5.js
 share/doc/qore/modules/RestClient/html/search/classes_6.html
 share/doc/qore/modules/RestClient/html/search/classes_6.js
-share/doc/qore/modules/RestClient/html/search/classes_61.html
-share/doc/qore/modules/RestClient/html/search/classes_61.js
-share/doc/qore/modules/RestClient/html/search/classes_63.html
-share/doc/qore/modules/RestClient/html/search/classes_63.js
-share/doc/qore/modules/RestClient/html/search/classes_64.html
-share/doc/qore/modules/RestClient/html/search/classes_64.js
-share/doc/qore/modules/RestClient/html/search/classes_66.html
-share/doc/qore/modules/RestClient/html/search/classes_66.js
-share/doc/qore/modules/RestClient/html/search/classes_67.html
-share/doc/qore/modules/RestClient/html/search/classes_67.js
-share/doc/qore/modules/RestClient/html/search/classes_68.html
-share/doc/qore/modules/RestClient/html/search/classes_68.js
-share/doc/qore/modules/RestClient/html/search/classes_69.html
-share/doc/qore/modules/RestClient/html/search/classes_69.js
-share/doc/qore/modules/RestClient/html/search/classes_6c.html
-share/doc/qore/modules/RestClient/html/search/classes_6c.js
-share/doc/qore/modules/RestClient/html/search/classes_6d.html
-share/doc/qore/modules/RestClient/html/search/classes_6d.js
-share/doc/qore/modules/RestClient/html/search/classes_6e.html
-share/doc/qore/modules/RestClient/html/search/classes_6e.js
-share/doc/qore/modules/RestClient/html/search/classes_6f.html
-share/doc/qore/modules/RestClient/html/search/classes_6f.js
 share/doc/qore/modules/RestClient/html/search/classes_7.html
 share/doc/qore/modules/RestClient/html/search/classes_7.js
-share/doc/qore/modules/RestClient/html/search/classes_70.html
-share/doc/qore/modules/RestClient/html/search/classes_70.js
-share/doc/qore/modules/RestClient/html/search/classes_71.html
-share/doc/qore/modules/RestClient/html/search/classes_71.js
-share/doc/qore/modules/RestClient/html/search/classes_72.html
-share/doc/qore/modules/RestClient/html/search/classes_72.js
-share/doc/qore/modules/RestClient/html/search/classes_73.html
-share/doc/qore/modules/RestClient/html/search/classes_73.js
-share/doc/qore/modules/RestClient/html/search/classes_74.html
-share/doc/qore/modules/RestClient/html/search/classes_74.js
-share/doc/qore/modules/RestClient/html/search/classes_7a.html
-share/doc/qore/modules/RestClient/html/search/classes_7a.js
 share/doc/qore/modules/RestClient/html/search/classes_8.html
 share/doc/qore/modules/RestClient/html/search/classes_8.js
 share/doc/qore/modules/RestClient/html/search/classes_9.html
@@ -9893,58 +9811,8 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/functions_5.js
 share/doc/qore/modules/RestClient/html/search/functions_6.html
 share/doc/qore/modules/RestClient/html/search/functions_6.js
-share/doc/qore/modules/RestClient/html/search/functions_61.html
-share/doc/qore/modules/RestClient/html/search/functions_61.js
-share/doc/qore/modules/RestClient/html/search/functions_62.html
-share/doc/qore/modules/RestClient/html/search/functions_62.js
-share/doc/qore/modules/RestClient/html/search/functions_63.html
-share/doc/qore/modules/RestClient/html/search/functions_63.js
-share/doc/qore/modules/RestClient/html/search/functions_64.html
-share/doc/qore/modules/RestClient/html/search/functions_64.js
-share/doc/qore/modules/RestClient/html/search/functions_65.html
-share/doc/qore/modules/RestClient/html/search/functions_65.js
-share/doc/qore/modules/RestClient/html/search/functions_66.html
-share/doc/qore/modules/RestClient/html/search/functions_66.js
-share/doc/qore/modules/RestClient/html/search/functions_67.html
-share/doc/qore/modules/RestClient/html/search/functions_67.js
-share/doc/qore/modules/RestClient/html/search/functions_68.html
-share/doc/qore/modules/RestClient/html/search/functions_68.js
-share/doc/qore/modules/RestClient/html/search/functions_69.html
-share/doc/qore/modules/RestClient/html/search/functions_69.js
-share/doc/qore/modules/RestClient/html/search/functions_6a.html
-share/doc/qore/modules/RestClient/html/search/functions_6a.js
-share/doc/qore/modules/RestClient/html/search/functions_6b.html
-share/doc/qore/modules/RestClient/html/search/functions_6b.js
-share/doc/qore/modules/RestClient/html/search/functions_6c.html
-share/doc/qore/modules/RestClient/html/search/functions_6c.js
-share/doc/qore/modules/RestClient/html/search/functions_6d.html
-share/doc/qore/modules/RestClient/html/search/functions_6d.js
-share/doc/qore/modules/RestClient/html/search/functions_6e.html
-share/doc/qore/modules/RestClient/html/search/functions_6e.js
-share/doc/qore/modules/RestClient/html/search/functions_6f.html
-share/doc/qore/modules/RestClient/html/search/functions_6f.js
 share/doc/qore/modules/RestClient/html/search/functions_7.html
 share/doc/qore/modules/RestClient/html/search/functions_7.js
-share/doc/qore/modules/RestClient/html/search/functions_70.html
-share/doc/qore/modules/RestClient/html/search/functions_70.js
-share/doc/qore/modules/RestClient/html/search/functions_72.html
-share/doc/qore/modules/RestClient/html/search/functions_72.js
-share/doc/qore/modules/RestClient/html/search/functions_73.html
-share/doc/qore/modules/RestClient/html/search/functions_73.js
-share/doc/qore/modules/RestClient/html/search/functions_74.html
-share/doc/qore/modules/RestClient/html/search/functions_74.js
-share/doc/qore/modules/RestClient/html/search/functions_75.html
-share/doc/qore/modules/RestClient/html/search/functions_75.js
-share/doc/qore/modules/RestClient/html/search/functions_76.html
-share/doc/qore/modules/RestClient/html/search/functions_76.js
-share/doc/qore/modules/RestClient/html/search/functions_77.html
-share/doc/qore/modules/RestClient/html/search/functions_77.js
-share/doc/qore/modules/RestClient/html/search/functions_78.html
-share/doc/qore/modules/RestClient/html/search/functions_78.js
-share/doc/qore/modules/RestClient/html/search/functions_79.html
-share/doc/qore/modules/RestClient/html/search/functions_79.js
-share/doc/qore/modules/RestClient/html/search/functions_7a.html
-share/doc/qore/modules/RestClient/html/search/functions_7a.js
 share/doc/qore/modules/RestClient/html/search/functions_8.html
 share/doc/qore/modules/RestClient/html/search/functions_8.js
 share/doc/qore/modules/RestClient/html/search/functions_9.html
@@ -9979,44 +9847,8 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/groups_5.js
 share/doc/qore/modules/RestClient/html/search/groups_6.html
 share/doc/qore/modules/RestClient/html/search/groups_6.js
-share/doc/qore/modules/RestClient/html/search/groups_62.html
-share/doc/qore/modules/RestClient/html/search/groups_62.js
-share/doc/qore/modules/RestClient/html/search/groups_63.html
-share/doc/qore/modules/RestClient/html/search/groups_63.js
-share/doc/qore/modules/RestClient/html/search/groups_64.html
-share/doc/qore/modules/RestClient/html/search/groups_64.js
-share/doc/qore/modules/RestClient/html/search/groups_65.html
-share/doc/qore/modules/RestClient/html/search/groups_65.js
-share/doc/qore/modules/RestClient/html/search/groups_66.html
-share/doc/qore/modules/RestClient/html/search/groups_66.js
-share/doc/qore/modules/RestClient/html/search/groups_68.html
-share/doc/qore/modules/RestClient/html/search/groups_68.js
-share/doc/qore/modules/RestClient/html/search/groups_69.html
-share/doc/qore/modules/RestClient/html/search/groups_69.js
-share/doc/qore/modules/RestClient/html/search/groups_6c.html
-share/doc/qore/modules/RestClient/html/search/groups_6c.js
-share/doc/qore/modules/RestClient/html/search/groups_6d.html
-share/doc/qore/modules/RestClient/html/search/groups_6d.js
-share/doc/qore/modules/RestClient/html/search/groups_6e.html
-share/doc/qore/modules/RestClient/html/search/groups_6e.js
-share/doc/qore/modules/RestClient/html/search/groups_6f.html
-share/doc/qore/modules/RestClient/html/search/groups_6f.js
 share/doc/qore/modules/RestClient/html/search/groups_7.html
 share/doc/qore/modules/RestClient/html/search/groups_7.js
-share/doc/qore/modules/RestClient/html/search/groups_70.html
-share/doc/qore/modules/RestClient/html/search/groups_70.js
-share/doc/qore/modules/RestClient/html/search/groups_72.html
-share/doc/qore/modules/RestClient/html/search/groups_72.js
-share/doc/qore/modules/RestClient/html/search/groups_73.html
-share/doc/qore/modules/RestClient/html/search/groups_73.js
-share/doc/qore/modules/RestClient/html/search/groups_74.html
-share/doc/qore/modules/RestClient/html/search/groups_74.js
-share/doc/qore/modules/RestClient/html/search/groups_75.html
-share/doc/qore/modules/RestClient/html/search/groups_75.js
-share/doc/qore/modules/RestClient/html/search/groups_77.html
-share/doc/qore/modules/RestClient/html/search/groups_77.js
-share/doc/qore/modules/RestClient/html/search/groups_78.html
-share/doc/qore/modules/RestClient/html/search/groups_78.js
 share/doc/qore/modules/RestClient/html/search/groups_8.html
 share/doc/qore/modules/RestClient/html/search/groups_8.js
 share/doc/qore/modules/RestClient/html/search/groups_9.html
@@ -10048,20 +9880,6 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/namespaces_5.js
 share/doc/qore/modules/RestClient/html/search/namespaces_6.html
 share/doc/qore/modules/RestClient/html/search/namespaces_6.js
-share/doc/qore/modules/RestClient/html/search/namespaces_68.html
-share/doc/qore/modules/RestClient/html/search/namespaces_68.js
-share/doc/qore/modules/RestClient/html/search/namespaces_6d.html
-share/doc/qore/modules/RestClient/html/search/namespaces_6d.js
-share/doc/qore/modules/RestClient/html/search/namespaces_71.html
-share/doc/qore/modules/RestClient/html/search/namespaces_71.js
-share/doc/qore/modules/RestClient/html/search/namespaces_72.html
-share/doc/qore/modules/RestClient/html/search/namespaces_72.js
-share/doc/qore/modules/RestClient/html/search/namespaces_73.html
-share/doc/qore/modules/RestClient/html/search/namespaces_73.js
-share/doc/qore/modules/RestClient/html/search/namespaces_75.html
-share/doc/qore/modules/RestClient/html/search/namespaces_75.js
-share/doc/qore/modules/RestClient/html/search/namespaces_77.html
-share/doc/qore/modules/RestClient/html/search/namespaces_77.js
 share/doc/qore/modules/RestClient/html/search/nomatches.html
 share/doc/qore/modules/RestClient/html/search/pages_0.html
 share/doc/qore/modules/RestClient/html/search/pages_0.js
@@ -10071,10 +9889,6 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/pages_10.js
 share/doc/qore/modules/RestClient/html/search/pages_11.html
 share/doc/qore/modules/RestClient/html/search/pages_11.js
-share/doc/qore/modules/RestClient/html/search/pages_12.html
-share/doc/qore/modules/RestClient/html/search/pages_12.js
-share/doc/qore/modules/RestClient/html/search/pages_13.html
-share/doc/qore/modules/RestClient/html/search/pages_13.js
 share/doc/qore/modules/RestClient/html/search/pages_2.html
 share/doc/qore/modules/RestClient/html/search/pages_2.js
 share/doc/qore/modules/RestClient/html/search/pages_3.html
@@ -10085,48 +9899,8 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/pages_5.js
 share/doc/qore/modules/RestClient/html/search/pages_6.html
 share/doc/qore/modules/RestClient/html/search/pages_6.js
-share/doc/qore/modules/RestClient/html/search/pages_62.html
-share/doc/qore/modules/RestClient/html/search/pages_62.js
-share/doc/qore/modules/RestClient/html/search/pages_63.html
-share/doc/qore/modules/RestClient/html/search/pages_63.js
-share/doc/qore/modules/RestClient/html/search/pages_64.html
-share/doc/qore/modules/RestClient/html/search/pages_64.js
-share/doc/qore/modules/RestClient/html/search/pages_65.html
-share/doc/qore/modules/RestClient/html/search/pages_65.js
-share/doc/qore/modules/RestClient/html/search/pages_66.html
-share/doc/qore/modules/RestClient/html/search/pages_66.js
-share/doc/qore/modules/RestClient/html/search/pages_68.html
-share/doc/qore/modules/RestClient/html/search/pages_68.js
-share/doc/qore/modules/RestClient/html/search/pages_69.html
-share/doc/qore/modules/RestClient/html/search/pages_69.js
-share/doc/qore/modules/RestClient/html/search/pages_6b.html
-share/doc/qore/modules/RestClient/html/search/pages_6b.js
-share/doc/qore/modules/RestClient/html/search/pages_6c.html
-share/doc/qore/modules/RestClient/html/search/pages_6c.js
-share/doc/qore/modules/RestClient/html/search/pages_6d.html
-share/doc/qore/modules/RestClient/html/search/pages_6d.js
-share/doc/qore/modules/RestClient/html/search/pages_6e.html
-share/doc/qore/modules/RestClient/html/search/pages_6e.js
-share/doc/qore/modules/RestClient/html/search/pages_6f.html
-share/doc/qore/modules/RestClient/html/search/pages_6f.js
 share/doc/qore/modules/RestClient/html/search/pages_7.html
 share/doc/qore/modules/RestClient/html/search/pages_7.js
-share/doc/qore/modules/RestClient/html/search/pages_70.html
-share/doc/qore/modules/RestClient/html/search/pages_70.js
-share/doc/qore/modules/RestClient/html/search/pages_71.html
-share/doc/qore/modules/RestClient/html/search/pages_71.js
-share/doc/qore/modules/RestClient/html/search/pages_72.html
-share/doc/qore/modules/RestClient/html/search/pages_72.js
-share/doc/qore/modules/RestClient/html/search/pages_73.html
-share/doc/qore/modules/RestClient/html/search/pages_73.js
-share/doc/qore/modules/RestClient/html/search/pages_74.html
-share/doc/qore/modules/RestClient/html/search/pages_74.js
-share/doc/qore/modules/RestClient/html/search/pages_75.html
-share/doc/qore/modules/RestClient/html/search/pages_75.js
-share/doc/qore/modules/RestClient/html/search/pages_76.html
-share/doc/qore/modules/RestClient/html/search/pages_76.js
-share/doc/qore/modules/RestClient/html/search/pages_77.html
-share/doc/qore/modules/RestClient/html/search/pages_77.js
 share/doc/qore/modules/RestClient/html/search/pages_8.html
 share/doc/qore/modules/RestClient/html/search/pages_8.js
 share/doc/qore/modules/RestClient/html/search/pages_9.html
@@ -10148,6 +9922,7 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/search_l.png
 share/doc/qore/modules/RestClient/html/search/search_m.png
 share/doc/qore/modules/RestClient/html/search/search_r.png
+share/doc/qore/modules/RestClient/html/search/searchdata.js
 share/doc/qore/modules/RestClient/html/search/variables_0.html
 share/doc/qore/modules/RestClient/html/search/variables_0.js
 share/doc/qore/modules/RestClient/html/search/variables_1.html
@@ -10176,58 +9951,10 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/variables_4.js
 share/doc/qore/modules/RestClient/html/search/variables_5.html
 share/doc/qore/modules/RestClient/html/search/variables_5.js
-share/doc/qore/modules/RestClient/html/search/variables_5f.html
-share/doc/qore/modules/RestClient/html/search/variables_5f.js
 share/doc/qore/modules/RestClient/html/search/variables_6.html
 share/doc/qore/modules/RestClient/html/search/variables_6.js
-share/doc/qore/modules/RestClient/html/search/variables_61.html
-share/doc/qore/modules/RestClient/html/search/variables_61.js
-share/doc/qore/modules/RestClient/html/search/variables_62.html
-share/doc/qore/modules/RestClient/html/search/variables_62.js
-share/doc/qore/modules/RestClient/html/search/variables_63.html
-share/doc/qore/modules/RestClient/html/search/variables_63.js
-share/doc/qore/modules/RestClient/html/search/variables_64.html
-share/doc/qore/modules/RestClient/html/search/variables_64.js
-share/doc/qore/modules/RestClient/html/search/variables_65.html
-share/doc/qore/modules/RestClient/html/search/variables_65.js
-share/doc/qore/modules/RestClient/html/search/variables_66.html
-share/doc/qore/modules/RestClient/html/search/variables_66.js
-share/doc/qore/modules/RestClient/html/search/variables_68.html
-share/doc/qore/modules/RestClient/html/search/variables_68.js
-share/doc/qore/modules/RestClient/html/search/variables_69.html
-share/doc/qore/modules/RestClient/html/search/variables_69.js
-share/doc/qore/modules/RestClient/html/search/variables_6a.html
-share/doc/qore/modules/RestClient/html/search/variables_6a.js
-share/doc/qore/modules/RestClient/html/search/variables_6c.html
-share/doc/qore/modules/RestClient/html/search/variables_6c.js
-share/doc/qore/modules/RestClient/html/search/variables_6d.html
-share/doc/qore/modules/RestClient/html/search/variables_6d.js
-share/doc/qore/modules/RestClient/html/search/variables_6e.html
-share/doc/qore/modules/RestClient/html/search/variables_6e.js
-share/doc/qore/modules/RestClient/html/search/variables_6f.html
-share/doc/qore/modules/RestClient/html/search/variables_6f.js
 share/doc/qore/modules/RestClient/html/search/variables_7.html
 share/doc/qore/modules/RestClient/html/search/variables_7.js
-share/doc/qore/modules/RestClient/html/search/variables_70.html
-share/doc/qore/modules/RestClient/html/search/variables_70.js
-share/doc/qore/modules/RestClient/html/search/variables_71.html
-share/doc/qore/modules/RestClient/html/search/variables_71.js
-share/doc/qore/modules/RestClient/html/search/variables_72.html
-share/doc/qore/modules/RestClient/html/search/variables_72.js
-share/doc/qore/modules/RestClient/html/search/variables_73.html
-share/doc/qore/modules/RestClient/html/search/variables_73.js
-share/doc/qore/modules/RestClient/html/search/variables_74.html
-share/doc/qore/modules/RestClient/html/search/variables_74.js
-share/doc/qore/modules/RestClient/html/search/variables_75.html
-share/doc/qore/modules/RestClient/html/search/variables_75.js
-share/doc/qore/modules/RestClient/html/search/variables_76.html
-share/doc/qore/modules/RestClient/html/search/variables_76.js
-share/doc/qore/modules/RestClient/html/search/variables_77.html
-share/doc/qore/modules/RestClient/html/search/variables_77.js
-share/doc/qore/modules/RestClient/html/search/variables_78.html
-share/doc/qore/modules/RestClient/html/search/variables_78.js
-share/doc/qore/modules/RestClient/html/search/variables_7a.html
-share/doc/qore/modules/RestClient/html/search/variables_7a.js
 share/doc/qore/modules/RestClient/html/search/variables_8.html
 share/doc/qore/modules/RestClient/html/search/variables_8.js
 share/doc/qore/modules/RestClient/html/search/variables_9.html
@@ -10244,6 +9971,7 @@ share/doc/qore/modules/RestClient/html/s
 share/doc/qore/modules/RestClient/html/search/variables_e.js
 share/doc/qore/modules/RestClient/html/search/variables_f.html
 share/doc/qore/modules/RestClient/html/search/variables_f.js
+share/doc/qore/modules/RestClient/html/splitbar.png
 share/doc/qore/modules/RestClient/html/sync_off.png
 share/doc/qore/modules/RestClient/html/sync_on.png
 share/doc/qore/modules/RestClient/html/tab_a.png
@@ -10253,7 +9981,9 @@ share/doc/qore/modules/RestClient/html/t
 share/doc/qore/modules/RestClient/html/tabs.css
 share/doc/qore/modules/RestHandler/html/_rest_handler_8qm_8dox_8h_source.html
 share/doc/qore/modules/RestHandler/html/annotated.html
-share/doc/qore/modules/RestHandler/html/annotated.js
+share/doc/qore/modules/RestHandler/html/annotated_dup.js
+share/doc/qore/modules/RestHandler/html/arrowdown.png
+share/doc/qore/modules/RestHandler/html/arrowright.png
 share/doc/qore/modules/RestHandler/html/bc_s.png
 share/doc/qore/modules/RestHandler/html/bdwn.png
 share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class-members.html
@@ -10265,9 +9995,6 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler-members.html
 share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler.html
 share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler.js
-share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler__inherit__graph.map
-share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler__inherit__graph.md5
-share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler__inherit__graph.png
 share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_rest_handler-members.html
 share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_rest_handler.html
 share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_rest_handler.js
@@ -10290,25 +10017,12 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/RestHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/RestHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/RestHandler/html/doc.png
 share/doc/qore/modules/RestHandler/html/doxygen.css
 share/doc/qore/modules/RestHandler/html/doxygen.png
 share/doc/qore/modules/RestHandler/html/dynsections.js
-share/doc/qore/modules/RestHandler/html/ftv2blank.png
-share/doc/qore/modules/RestHandler/html/ftv2cl.png
-share/doc/qore/modules/RestHandler/html/ftv2doc.png
-share/doc/qore/modules/RestHandler/html/ftv2folderclosed.png
-share/doc/qore/modules/RestHandler/html/ftv2folderopen.png
-share/doc/qore/modules/RestHandler/html/ftv2lastnode.png
-share/doc/qore/modules/RestHandler/html/ftv2link.png
-share/doc/qore/modules/RestHandler/html/ftv2mlastnode.png
-share/doc/qore/modules/RestHandler/html/ftv2mnode.png
-share/doc/qore/modules/RestHandler/html/ftv2mo.png
-share/doc/qore/modules/RestHandler/html/ftv2node.png
-share/doc/qore/modules/RestHandler/html/ftv2ns.png
-share/doc/qore/modules/RestHandler/html/ftv2plastnode.png
-share/doc/qore/modules/RestHandler/html/ftv2pnode.png
-share/doc/qore/modules/RestHandler/html/ftv2splitbar.png
-share/doc/qore/modules/RestHandler/html/ftv2vertline.png
+share/doc/qore/modules/RestHandler/html/folderclosed.png
+share/doc/qore/modules/RestHandler/html/folderopen.png
 share/doc/qore/modules/RestHandler/html/functions.html
 share/doc/qore/modules/RestHandler/html/functions_func.html
 share/doc/qore/modules/RestHandler/html/functions_vars.html
@@ -10332,9 +10046,6 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/jquery.js
 share/doc/qore/modules/RestHandler/html/namespace_rest_handler.html
 share/doc/qore/modules/RestHandler/html/namespace_rest_handler.js
-share/doc/qore/modules/RestHandler/html/namespacemembers.html
-share/doc/qore/modules/RestHandler/html/namespacemembers_func.html
-share/doc/qore/modules/RestHandler/html/namespacemembers_vars.html
 share/doc/qore/modules/RestHandler/html/namespaces.html
 share/doc/qore/modules/RestHandler/html/namespaces.js
 share/doc/qore/modules/RestHandler/html/nav_f.png
@@ -10342,6 +10053,7 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/nav_h.png
 share/doc/qore/modules/RestHandler/html/navtree.css
 share/doc/qore/modules/RestHandler/html/navtree.js
+share/doc/qore/modules/RestHandler/html/navtreedata.js
 share/doc/qore/modules/RestHandler/html/navtreeindex0.js
 share/doc/qore/modules/RestHandler/html/open.png
 share/doc/qore/modules/RestHandler/html/pages.html
@@ -10380,64 +10092,10 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/all_4.js
 share/doc/qore/modules/RestHandler/html/search/all_5.html
 share/doc/qore/modules/RestHandler/html/search/all_5.js
-share/doc/qore/modules/RestHandler/html/search/all_5f.html
-share/doc/qore/modules/RestHandler/html/search/all_5f.js
 share/doc/qore/modules/RestHandler/html/search/all_6.html
 share/doc/qore/modules/RestHandler/html/search/all_6.js
-share/doc/qore/modules/RestHandler/html/search/all_61.html
-share/doc/qore/modules/RestHandler/html/search/all_61.js
-share/doc/qore/modules/RestHandler/html/search/all_62.html
-share/doc/qore/modules/RestHandler/html/search/all_62.js
-share/doc/qore/modules/RestHandler/html/search/all_63.html
-share/doc/qore/modules/RestHandler/html/search/all_63.js
-share/doc/qore/modules/RestHandler/html/search/all_64.html
-share/doc/qore/modules/RestHandler/html/search/all_64.js
-share/doc/qore/modules/RestHandler/html/search/all_65.html
-share/doc/qore/modules/RestHandler/html/search/all_65.js
-share/doc/qore/modules/RestHandler/html/search/all_66.html
-share/doc/qore/modules/RestHandler/html/search/all_66.js
-share/doc/qore/modules/RestHandler/html/search/all_67.html
-share/doc/qore/modules/RestHandler/html/search/all_67.js
-share/doc/qore/modules/RestHandler/html/search/all_68.html
-share/doc/qore/modules/RestHandler/html/search/all_68.js
-share/doc/qore/modules/RestHandler/html/search/all_69.html
-share/doc/qore/modules/RestHandler/html/search/all_69.js
-share/doc/qore/modules/RestHandler/html/search/all_6a.html
-share/doc/qore/modules/RestHandler/html/search/all_6a.js
-share/doc/qore/modules/RestHandler/html/search/all_6b.html
-share/doc/qore/modules/RestHandler/html/search/all_6b.js
-share/doc/qore/modules/RestHandler/html/search/all_6c.html
-share/doc/qore/modules/RestHandler/html/search/all_6c.js
-share/doc/qore/modules/RestHandler/html/search/all_6d.html
-share/doc/qore/modules/RestHandler/html/search/all_6d.js
-share/doc/qore/modules/RestHandler/html/search/all_6e.html
-share/doc/qore/modules/RestHandler/html/search/all_6e.js
-share/doc/qore/modules/RestHandler/html/search/all_6f.html
-share/doc/qore/modules/RestHandler/html/search/all_6f.js
 share/doc/qore/modules/RestHandler/html/search/all_7.html
 share/doc/qore/modules/RestHandler/html/search/all_7.js
-share/doc/qore/modules/RestHandler/html/search/all_70.html
-share/doc/qore/modules/RestHandler/html/search/all_70.js
-share/doc/qore/modules/RestHandler/html/search/all_71.html
-share/doc/qore/modules/RestHandler/html/search/all_71.js
-share/doc/qore/modules/RestHandler/html/search/all_72.html
-share/doc/qore/modules/RestHandler/html/search/all_72.js
-share/doc/qore/modules/RestHandler/html/search/all_73.html
-share/doc/qore/modules/RestHandler/html/search/all_73.js
-share/doc/qore/modules/RestHandler/html/search/all_74.html
-share/doc/qore/modules/RestHandler/html/search/all_74.js
-share/doc/qore/modules/RestHandler/html/search/all_75.html
-share/doc/qore/modules/RestHandler/html/search/all_75.js
-share/doc/qore/modules/RestHandler/html/search/all_76.html
-share/doc/qore/modules/RestHandler/html/search/all_76.js
-share/doc/qore/modules/RestHandler/html/search/all_77.html
-share/doc/qore/modules/RestHandler/html/search/all_77.js
-share/doc/qore/modules/RestHandler/html/search/all_78.html
-share/doc/qore/modules/RestHandler/html/search/all_78.js
-share/doc/qore/modules/RestHandler/html/search/all_79.html
-share/doc/qore/modules/RestHandler/html/search/all_79.js
-share/doc/qore/modules/RestHandler/html/search/all_7a.html
-share/doc/qore/modules/RestHandler/html/search/all_7a.js
 share/doc/qore/modules/RestHandler/html/search/all_8.html
 share/doc/qore/modules/RestHandler/html/search/all_8.js
 share/doc/qore/modules/RestHandler/html/search/all_9.html
@@ -10460,6 +10118,10 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/classes_1.js
 share/doc/qore/modules/RestHandler/html/search/classes_10.html
 share/doc/qore/modules/RestHandler/html/search/classes_10.js
+share/doc/qore/modules/RestHandler/html/search/classes_11.html
+share/doc/qore/modules/RestHandler/html/search/classes_11.js
+share/doc/qore/modules/RestHandler/html/search/classes_12.html
+share/doc/qore/modules/RestHandler/html/search/classes_12.js
 share/doc/qore/modules/RestHandler/html/search/classes_2.html
 share/doc/qore/modules/RestHandler/html/search/classes_2.js
 share/doc/qore/modules/RestHandler/html/search/classes_3.html
@@ -10470,42 +10132,8 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/classes_5.js
 share/doc/qore/modules/RestHandler/html/search/classes_6.html
 share/doc/qore/modules/RestHandler/html/search/classes_6.js
-share/doc/qore/modules/RestHandler/html/search/classes_61.html
-share/doc/qore/modules/RestHandler/html/search/classes_61.js
-share/doc/qore/modules/RestHandler/html/search/classes_63.html
-share/doc/qore/modules/RestHandler/html/search/classes_63.js
-share/doc/qore/modules/RestHandler/html/search/classes_64.html
-share/doc/qore/modules/RestHandler/html/search/classes_64.js
-share/doc/qore/modules/RestHandler/html/search/classes_66.html
-share/doc/qore/modules/RestHandler/html/search/classes_66.js
-share/doc/qore/modules/RestHandler/html/search/classes_67.html
-share/doc/qore/modules/RestHandler/html/search/classes_67.js
-share/doc/qore/modules/RestHandler/html/search/classes_68.html
-share/doc/qore/modules/RestHandler/html/search/classes_68.js
-share/doc/qore/modules/RestHandler/html/search/classes_69.html
-share/doc/qore/modules/RestHandler/html/search/classes_69.js
-share/doc/qore/modules/RestHandler/html/search/classes_6c.html
-share/doc/qore/modules/RestHandler/html/search/classes_6c.js
-share/doc/qore/modules/RestHandler/html/search/classes_6d.html
-share/doc/qore/modules/RestHandler/html/search/classes_6d.js
-share/doc/qore/modules/RestHandler/html/search/classes_6e.html
-share/doc/qore/modules/RestHandler/html/search/classes_6e.js
-share/doc/qore/modules/RestHandler/html/search/classes_6f.html
-share/doc/qore/modules/RestHandler/html/search/classes_6f.js
 share/doc/qore/modules/RestHandler/html/search/classes_7.html
 share/doc/qore/modules/RestHandler/html/search/classes_7.js
-share/doc/qore/modules/RestHandler/html/search/classes_70.html
-share/doc/qore/modules/RestHandler/html/search/classes_70.js
-share/doc/qore/modules/RestHandler/html/search/classes_71.html
-share/doc/qore/modules/RestHandler/html/search/classes_71.js
-share/doc/qore/modules/RestHandler/html/search/classes_72.html
-share/doc/qore/modules/RestHandler/html/search/classes_72.js
-share/doc/qore/modules/RestHandler/html/search/classes_73.html
-share/doc/qore/modules/RestHandler/html/search/classes_73.js
-share/doc/qore/modules/RestHandler/html/search/classes_74.html
-share/doc/qore/modules/RestHandler/html/search/classes_74.js
-share/doc/qore/modules/RestHandler/html/search/classes_7a.html
-share/doc/qore/modules/RestHandler/html/search/classes_7a.js
 share/doc/qore/modules/RestHandler/html/search/classes_8.html
 share/doc/qore/modules/RestHandler/html/search/classes_8.js
 share/doc/qore/modules/RestHandler/html/search/classes_9.html
@@ -10555,58 +10183,8 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/functions_5.js
 share/doc/qore/modules/RestHandler/html/search/functions_6.html
 share/doc/qore/modules/RestHandler/html/search/functions_6.js
-share/doc/qore/modules/RestHandler/html/search/functions_61.html
-share/doc/qore/modules/RestHandler/html/search/functions_61.js
-share/doc/qore/modules/RestHandler/html/search/functions_62.html
-share/doc/qore/modules/RestHandler/html/search/functions_62.js
-share/doc/qore/modules/RestHandler/html/search/functions_63.html
-share/doc/qore/modules/RestHandler/html/search/functions_63.js
-share/doc/qore/modules/RestHandler/html/search/functions_64.html
-share/doc/qore/modules/RestHandler/html/search/functions_64.js
-share/doc/qore/modules/RestHandler/html/search/functions_65.html
-share/doc/qore/modules/RestHandler/html/search/functions_65.js
-share/doc/qore/modules/RestHandler/html/search/functions_66.html
-share/doc/qore/modules/RestHandler/html/search/functions_66.js
-share/doc/qore/modules/RestHandler/html/search/functions_67.html
-share/doc/qore/modules/RestHandler/html/search/functions_67.js
-share/doc/qore/modules/RestHandler/html/search/functions_68.html
-share/doc/qore/modules/RestHandler/html/search/functions_68.js
-share/doc/qore/modules/RestHandler/html/search/functions_69.html
-share/doc/qore/modules/RestHandler/html/search/functions_69.js
-share/doc/qore/modules/RestHandler/html/search/functions_6a.html
-share/doc/qore/modules/RestHandler/html/search/functions_6a.js
-share/doc/qore/modules/RestHandler/html/search/functions_6b.html
-share/doc/qore/modules/RestHandler/html/search/functions_6b.js
-share/doc/qore/modules/RestHandler/html/search/functions_6c.html
-share/doc/qore/modules/RestHandler/html/search/functions_6c.js
-share/doc/qore/modules/RestHandler/html/search/functions_6d.html
-share/doc/qore/modules/RestHandler/html/search/functions_6d.js
-share/doc/qore/modules/RestHandler/html/search/functions_6e.html
-share/doc/qore/modules/RestHandler/html/search/functions_6e.js
-share/doc/qore/modules/RestHandler/html/search/functions_6f.html
-share/doc/qore/modules/RestHandler/html/search/functions_6f.js
 share/doc/qore/modules/RestHandler/html/search/functions_7.html
 share/doc/qore/modules/RestHandler/html/search/functions_7.js
-share/doc/qore/modules/RestHandler/html/search/functions_70.html
-share/doc/qore/modules/RestHandler/html/search/functions_70.js
-share/doc/qore/modules/RestHandler/html/search/functions_72.html
-share/doc/qore/modules/RestHandler/html/search/functions_72.js
-share/doc/qore/modules/RestHandler/html/search/functions_73.html
-share/doc/qore/modules/RestHandler/html/search/functions_73.js
-share/doc/qore/modules/RestHandler/html/search/functions_74.html
-share/doc/qore/modules/RestHandler/html/search/functions_74.js
-share/doc/qore/modules/RestHandler/html/search/functions_75.html
-share/doc/qore/modules/RestHandler/html/search/functions_75.js
-share/doc/qore/modules/RestHandler/html/search/functions_76.html
-share/doc/qore/modules/RestHandler/html/search/functions_76.js
-share/doc/qore/modules/RestHandler/html/search/functions_77.html
-share/doc/qore/modules/RestHandler/html/search/functions_77.js
-share/doc/qore/modules/RestHandler/html/search/functions_78.html
-share/doc/qore/modules/RestHandler/html/search/functions_78.js
-share/doc/qore/modules/RestHandler/html/search/functions_79.html
-share/doc/qore/modules/RestHandler/html/search/functions_79.js
-share/doc/qore/modules/RestHandler/html/search/functions_7a.html
-share/doc/qore/modules/RestHandler/html/search/functions_7a.js
 share/doc/qore/modules/RestHandler/html/search/functions_8.html
 share/doc/qore/modules/RestHandler/html/search/functions_8.js
 share/doc/qore/modules/RestHandler/html/search/functions_9.html
@@ -10641,44 +10219,8 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/groups_5.js
 share/doc/qore/modules/RestHandler/html/search/groups_6.html
 share/doc/qore/modules/RestHandler/html/search/groups_6.js
-share/doc/qore/modules/RestHandler/html/search/groups_62.html
-share/doc/qore/modules/RestHandler/html/search/groups_62.js
-share/doc/qore/modules/RestHandler/html/search/groups_63.html
-share/doc/qore/modules/RestHandler/html/search/groups_63.js
-share/doc/qore/modules/RestHandler/html/search/groups_64.html
-share/doc/qore/modules/RestHandler/html/search/groups_64.js
-share/doc/qore/modules/RestHandler/html/search/groups_65.html
-share/doc/qore/modules/RestHandler/html/search/groups_65.js
-share/doc/qore/modules/RestHandler/html/search/groups_66.html
-share/doc/qore/modules/RestHandler/html/search/groups_66.js
-share/doc/qore/modules/RestHandler/html/search/groups_68.html
-share/doc/qore/modules/RestHandler/html/search/groups_68.js
-share/doc/qore/modules/RestHandler/html/search/groups_69.html
-share/doc/qore/modules/RestHandler/html/search/groups_69.js
-share/doc/qore/modules/RestHandler/html/search/groups_6c.html
-share/doc/qore/modules/RestHandler/html/search/groups_6c.js
-share/doc/qore/modules/RestHandler/html/search/groups_6d.html
-share/doc/qore/modules/RestHandler/html/search/groups_6d.js
-share/doc/qore/modules/RestHandler/html/search/groups_6e.html
-share/doc/qore/modules/RestHandler/html/search/groups_6e.js
-share/doc/qore/modules/RestHandler/html/search/groups_6f.html
-share/doc/qore/modules/RestHandler/html/search/groups_6f.js
 share/doc/qore/modules/RestHandler/html/search/groups_7.html
 share/doc/qore/modules/RestHandler/html/search/groups_7.js
-share/doc/qore/modules/RestHandler/html/search/groups_70.html
-share/doc/qore/modules/RestHandler/html/search/groups_70.js
-share/doc/qore/modules/RestHandler/html/search/groups_72.html
-share/doc/qore/modules/RestHandler/html/search/groups_72.js
-share/doc/qore/modules/RestHandler/html/search/groups_73.html
-share/doc/qore/modules/RestHandler/html/search/groups_73.js
-share/doc/qore/modules/RestHandler/html/search/groups_74.html
-share/doc/qore/modules/RestHandler/html/search/groups_74.js
-share/doc/qore/modules/RestHandler/html/search/groups_75.html
-share/doc/qore/modules/RestHandler/html/search/groups_75.js
-share/doc/qore/modules/RestHandler/html/search/groups_77.html
-share/doc/qore/modules/RestHandler/html/search/groups_77.js
-share/doc/qore/modules/RestHandler/html/search/groups_78.html
-share/doc/qore/modules/RestHandler/html/search/groups_78.js
 share/doc/qore/modules/RestHandler/html/search/groups_8.html
 share/doc/qore/modules/RestHandler/html/search/groups_8.js
 share/doc/qore/modules/RestHandler/html/search/groups_9.html
@@ -10710,20 +10252,6 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/namespaces_5.js
 share/doc/qore/modules/RestHandler/html/search/namespaces_6.html
 share/doc/qore/modules/RestHandler/html/search/namespaces_6.js
-share/doc/qore/modules/RestHandler/html/search/namespaces_68.html
-share/doc/qore/modules/RestHandler/html/search/namespaces_68.js
-share/doc/qore/modules/RestHandler/html/search/namespaces_6d.html
-share/doc/qore/modules/RestHandler/html/search/namespaces_6d.js
-share/doc/qore/modules/RestHandler/html/search/namespaces_71.html
-share/doc/qore/modules/RestHandler/html/search/namespaces_71.js
-share/doc/qore/modules/RestHandler/html/search/namespaces_72.html
-share/doc/qore/modules/RestHandler/html/search/namespaces_72.js
-share/doc/qore/modules/RestHandler/html/search/namespaces_73.html
-share/doc/qore/modules/RestHandler/html/search/namespaces_73.js
-share/doc/qore/modules/RestHandler/html/search/namespaces_75.html
-share/doc/qore/modules/RestHandler/html/search/namespaces_75.js
-share/doc/qore/modules/RestHandler/html/search/namespaces_77.html
-share/doc/qore/modules/RestHandler/html/search/namespaces_77.js
 share/doc/qore/modules/RestHandler/html/search/nomatches.html
 share/doc/qore/modules/RestHandler/html/search/pages_0.html
 share/doc/qore/modules/RestHandler/html/search/pages_0.js
@@ -10733,10 +10261,6 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/pages_10.js
 share/doc/qore/modules/RestHandler/html/search/pages_11.html
 share/doc/qore/modules/RestHandler/html/search/pages_11.js
-share/doc/qore/modules/RestHandler/html/search/pages_12.html
-share/doc/qore/modules/RestHandler/html/search/pages_12.js
-share/doc/qore/modules/RestHandler/html/search/pages_13.html
-share/doc/qore/modules/RestHandler/html/search/pages_13.js
 share/doc/qore/modules/RestHandler/html/search/pages_2.html
 share/doc/qore/modules/RestHandler/html/search/pages_2.js
 share/doc/qore/modules/RestHandler/html/search/pages_3.html
@@ -10747,48 +10271,8 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/pages_5.js
 share/doc/qore/modules/RestHandler/html/search/pages_6.html
 share/doc/qore/modules/RestHandler/html/search/pages_6.js
-share/doc/qore/modules/RestHandler/html/search/pages_62.html
-share/doc/qore/modules/RestHandler/html/search/pages_62.js
-share/doc/qore/modules/RestHandler/html/search/pages_63.html
-share/doc/qore/modules/RestHandler/html/search/pages_63.js
-share/doc/qore/modules/RestHandler/html/search/pages_64.html
-share/doc/qore/modules/RestHandler/html/search/pages_64.js
-share/doc/qore/modules/RestHandler/html/search/pages_65.html
-share/doc/qore/modules/RestHandler/html/search/pages_65.js
-share/doc/qore/modules/RestHandler/html/search/pages_66.html
-share/doc/qore/modules/RestHandler/html/search/pages_66.js
-share/doc/qore/modules/RestHandler/html/search/pages_68.html
-share/doc/qore/modules/RestHandler/html/search/pages_68.js
-share/doc/qore/modules/RestHandler/html/search/pages_69.html
-share/doc/qore/modules/RestHandler/html/search/pages_69.js
-share/doc/qore/modules/RestHandler/html/search/pages_6b.html
-share/doc/qore/modules/RestHandler/html/search/pages_6b.js
-share/doc/qore/modules/RestHandler/html/search/pages_6c.html
-share/doc/qore/modules/RestHandler/html/search/pages_6c.js
-share/doc/qore/modules/RestHandler/html/search/pages_6d.html
-share/doc/qore/modules/RestHandler/html/search/pages_6d.js
-share/doc/qore/modules/RestHandler/html/search/pages_6e.html
-share/doc/qore/modules/RestHandler/html/search/pages_6e.js
-share/doc/qore/modules/RestHandler/html/search/pages_6f.html
-share/doc/qore/modules/RestHandler/html/search/pages_6f.js
 share/doc/qore/modules/RestHandler/html/search/pages_7.html
 share/doc/qore/modules/RestHandler/html/search/pages_7.js
-share/doc/qore/modules/RestHandler/html/search/pages_70.html
-share/doc/qore/modules/RestHandler/html/search/pages_70.js
-share/doc/qore/modules/RestHandler/html/search/pages_71.html
-share/doc/qore/modules/RestHandler/html/search/pages_71.js
-share/doc/qore/modules/RestHandler/html/search/pages_72.html
-share/doc/qore/modules/RestHandler/html/search/pages_72.js
-share/doc/qore/modules/RestHandler/html/search/pages_73.html
-share/doc/qore/modules/RestHandler/html/search/pages_73.js
-share/doc/qore/modules/RestHandler/html/search/pages_74.html
-share/doc/qore/modules/RestHandler/html/search/pages_74.js
-share/doc/qore/modules/RestHandler/html/search/pages_75.html
-share/doc/qore/modules/RestHandler/html/search/pages_75.js
-share/doc/qore/modules/RestHandler/html/search/pages_76.html
-share/doc/qore/modules/RestHandler/html/search/pages_76.js
-share/doc/qore/modules/RestHandler/html/search/pages_77.html
-share/doc/qore/modules/RestHandler/html/search/pages_77.js
 share/doc/qore/modules/RestHandler/html/search/pages_8.html
 share/doc/qore/modules/RestHandler/html/search/pages_8.js
 share/doc/qore/modules/RestHandler/html/search/pages_9.html
@@ -10810,6 +10294,7 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/search_l.png
 share/doc/qore/modules/RestHandler/html/search/search_m.png
 share/doc/qore/modules/RestHandler/html/search/search_r.png
+share/doc/qore/modules/RestHandler/html/search/searchdata.js
 share/doc/qore/modules/RestHandler/html/search/variables_0.html
 share/doc/qore/modules/RestHandler/html/search/variables_0.js
 share/doc/qore/modules/RestHandler/html/search/variables_1.html
@@ -10838,58 +10323,10 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/variables_4.js
 share/doc/qore/modules/RestHandler/html/search/variables_5.html
 share/doc/qore/modules/RestHandler/html/search/variables_5.js
-share/doc/qore/modules/RestHandler/html/search/variables_5f.html
-share/doc/qore/modules/RestHandler/html/search/variables_5f.js
 share/doc/qore/modules/RestHandler/html/search/variables_6.html
 share/doc/qore/modules/RestHandler/html/search/variables_6.js
-share/doc/qore/modules/RestHandler/html/search/variables_61.html
-share/doc/qore/modules/RestHandler/html/search/variables_61.js
-share/doc/qore/modules/RestHandler/html/search/variables_62.html
-share/doc/qore/modules/RestHandler/html/search/variables_62.js
-share/doc/qore/modules/RestHandler/html/search/variables_63.html
-share/doc/qore/modules/RestHandler/html/search/variables_63.js
-share/doc/qore/modules/RestHandler/html/search/variables_64.html
-share/doc/qore/modules/RestHandler/html/search/variables_64.js
-share/doc/qore/modules/RestHandler/html/search/variables_65.html
-share/doc/qore/modules/RestHandler/html/search/variables_65.js
-share/doc/qore/modules/RestHandler/html/search/variables_66.html
-share/doc/qore/modules/RestHandler/html/search/variables_66.js
-share/doc/qore/modules/RestHandler/html/search/variables_68.html
-share/doc/qore/modules/RestHandler/html/search/variables_68.js
-share/doc/qore/modules/RestHandler/html/search/variables_69.html
-share/doc/qore/modules/RestHandler/html/search/variables_69.js
-share/doc/qore/modules/RestHandler/html/search/variables_6a.html
-share/doc/qore/modules/RestHandler/html/search/variables_6a.js
-share/doc/qore/modules/RestHandler/html/search/variables_6c.html
-share/doc/qore/modules/RestHandler/html/search/variables_6c.js
-share/doc/qore/modules/RestHandler/html/search/variables_6d.html
-share/doc/qore/modules/RestHandler/html/search/variables_6d.js
-share/doc/qore/modules/RestHandler/html/search/variables_6e.html
-share/doc/qore/modules/RestHandler/html/search/variables_6e.js
-share/doc/qore/modules/RestHandler/html/search/variables_6f.html
-share/doc/qore/modules/RestHandler/html/search/variables_6f.js
 share/doc/qore/modules/RestHandler/html/search/variables_7.html
 share/doc/qore/modules/RestHandler/html/search/variables_7.js
-share/doc/qore/modules/RestHandler/html/search/variables_70.html
-share/doc/qore/modules/RestHandler/html/search/variables_70.js
-share/doc/qore/modules/RestHandler/html/search/variables_71.html
-share/doc/qore/modules/RestHandler/html/search/variables_71.js
-share/doc/qore/modules/RestHandler/html/search/variables_72.html
-share/doc/qore/modules/RestHandler/html/search/variables_72.js
-share/doc/qore/modules/RestHandler/html/search/variables_73.html
-share/doc/qore/modules/RestHandler/html/search/variables_73.js
-share/doc/qore/modules/RestHandler/html/search/variables_74.html
-share/doc/qore/modules/RestHandler/html/search/variables_74.js
-share/doc/qore/modules/RestHandler/html/search/variables_75.html
-share/doc/qore/modules/RestHandler/html/search/variables_75.js
-share/doc/qore/modules/RestHandler/html/search/variables_76.html
-share/doc/qore/modules/RestHandler/html/search/variables_76.js
-share/doc/qore/modules/RestHandler/html/search/variables_77.html
-share/doc/qore/modules/RestHandler/html/search/variables_77.js
-share/doc/qore/modules/RestHandler/html/search/variables_78.html
-share/doc/qore/modules/RestHandler/html/search/variables_78.js
-share/doc/qore/modules/RestHandler/html/search/variables_7a.html
-share/doc/qore/modules/RestHandler/html/search/variables_7a.js
 share/doc/qore/modules/RestHandler/html/search/variables_8.html
 share/doc/qore/modules/RestHandler/html/search/variables_8.js
 share/doc/qore/modules/RestHandler/html/search/variables_9.html
@@ -10906,6 +10343,7 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/search/variables_e.js
 share/doc/qore/modules/RestHandler/html/search/variables_f.html
 share/doc/qore/modules/RestHandler/html/search/variables_f.js
+share/doc/qore/modules/RestHandler/html/splitbar.png
 share/doc/qore/modules/RestHandler/html/sync_off.png
 share/doc/qore/modules/RestHandler/html/sync_on.png
 share/doc/qore/modules/RestHandler/html/tab_a.png
@@ -10915,7 +10353,9 @@ share/doc/qore/modules/RestHandler/html/
 share/doc/qore/modules/RestHandler/html/tabs.css
 share/doc/qore/modules/Schema/html/_schema_8qm_8dox_8h_source.html
 share/doc/qore/modules/Schema/html/annotated.html
-share/doc/qore/modules/Schema/html/annotated.js
+share/doc/qore/modules/Schema/html/annotated_dup.js
+share/doc/qore/modules/Schema/html/arrowdown.png
+share/doc/qore/modules/Schema/html/arrowright.png
 share/doc/qore/modules/Schema/html/bc_s.png
 share/doc/qore/modules/Schema/html/bdwn.png
 share/doc/qore/modules/Schema/html/class_schema_1_1_abstract_schema-members.html
@@ -10930,9 +10370,6 @@ share/doc/qore/modules/Schema/html/class
 share/doc/qore/modules/Schema/html/class_schema_1_1_abstract_versioned_schema__inherit__graph.map
 share/doc/qore/modules/Schema/html/class_schema_1_1_abstract_versioned_schema__inherit__graph.md5
 share/doc/qore/modules/Schema/html/class_schema_1_1_abstract_versioned_schema__inherit__graph.png
-share/doc/qore/modules/Schema/html/class_schema_1_1_schema-members.html
-share/doc/qore/modules/Schema/html/class_schema_1_1_schema.html
-share/doc/qore/modules/Schema/html/class_schema_1_1_schema.js
 share/doc/qore/modules/Schema/html/class_schema_1_1_schema_callback_helper-members.html
 share/doc/qore/modules/Schema/html/class_schema_1_1_schema_callback_helper.html
 share/doc/qore/modules/Schema/html/class_schema_1_1_schema_callback_helper.js
@@ -10946,25 +10383,12 @@ share/doc/qore/modules/Schema/html/dir_4
 share/doc/qore/modules/Schema/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/Schema/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/Schema/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/Schema/html/doc.png
 share/doc/qore/modules/Schema/html/doxygen.css
 share/doc/qore/modules/Schema/html/doxygen.png
 share/doc/qore/modules/Schema/html/dynsections.js
-share/doc/qore/modules/Schema/html/ftv2blank.png
-share/doc/qore/modules/Schema/html/ftv2cl.png
-share/doc/qore/modules/Schema/html/ftv2doc.png
-share/doc/qore/modules/Schema/html/ftv2folderclosed.png
-share/doc/qore/modules/Schema/html/ftv2folderopen.png
-share/doc/qore/modules/Schema/html/ftv2lastnode.png
-share/doc/qore/modules/Schema/html/ftv2link.png
-share/doc/qore/modules/Schema/html/ftv2mlastnode.png
-share/doc/qore/modules/Schema/html/ftv2mnode.png
-share/doc/qore/modules/Schema/html/ftv2mo.png
-share/doc/qore/modules/Schema/html/ftv2node.png
-share/doc/qore/modules/Schema/html/ftv2ns.png
-share/doc/qore/modules/Schema/html/ftv2plastnode.png
-share/doc/qore/modules/Schema/html/ftv2pnode.png
-share/doc/qore/modules/Schema/html/ftv2splitbar.png
-share/doc/qore/modules/Schema/html/ftv2vertline.png
+share/doc/qore/modules/Schema/html/folderclosed.png
+share/doc/qore/modules/Schema/html/folderopen.png
 share/doc/qore/modules/Schema/html/functions.html
 share/doc/qore/modules/Schema/html/functions_func.html
 share/doc/qore/modules/Schema/html/functions_vars.html
@@ -10985,6 +10409,9 @@ share/doc/qore/modules/Schema/html/inher
 share/doc/qore/modules/Schema/html/jquery.js
 share/doc/qore/modules/Schema/html/namespace_schema.html
 share/doc/qore/modules/Schema/html/namespace_schema.js
+share/doc/qore/modules/Schema/html/namespacemembers.html
+share/doc/qore/modules/Schema/html/namespacemembers_func.html
+share/doc/qore/modules/Schema/html/namespacemembers_vars.html
 share/doc/qore/modules/Schema/html/namespaces.html
 share/doc/qore/modules/Schema/html/namespaces.js
 share/doc/qore/modules/Schema/html/nav_f.png
@@ -10992,6 +10419,7 @@ share/doc/qore/modules/Schema/html/nav_g
 share/doc/qore/modules/Schema/html/nav_h.png
 share/doc/qore/modules/Schema/html/navtree.css
 share/doc/qore/modules/Schema/html/navtree.js
+share/doc/qore/modules/Schema/html/navtreedata.js
 share/doc/qore/modules/Schema/html/navtreeindex0.js
 share/doc/qore/modules/Schema/html/open.png
 share/doc/qore/modules/Schema/html/pages.html
@@ -11056,6 +10484,10 @@ share/doc/qore/modules/Schema/html/searc
 share/doc/qore/modules/Schema/html/search/classes_1.js
 share/doc/qore/modules/Schema/html/search/classes_10.html
 share/doc/qore/modules/Schema/html/search/classes_10.js
+share/doc/qore/modules/Schema/html/search/classes_11.html
+share/doc/qore/modules/Schema/html/search/classes_11.js
+share/doc/qore/modules/Schema/html/search/classes_12.html
+share/doc/qore/modules/Schema/html/search/classes_12.js
 share/doc/qore/modules/Schema/html/search/classes_2.html
 share/doc/qore/modules/Schema/html/search/classes_2.js
 share/doc/qore/modules/Schema/html/search/classes_3.html
@@ -11193,10 +10625,6 @@ share/doc/qore/modules/Schema/html/searc
 share/doc/qore/modules/Schema/html/search/pages_10.js
 share/doc/qore/modules/Schema/html/search/pages_11.html
 share/doc/qore/modules/Schema/html/search/pages_11.js
-share/doc/qore/modules/Schema/html/search/pages_12.html
-share/doc/qore/modules/Schema/html/search/pages_12.js
-share/doc/qore/modules/Schema/html/search/pages_13.html
-share/doc/qore/modules/Schema/html/search/pages_13.js
 share/doc/qore/modules/Schema/html/search/pages_2.html
 share/doc/qore/modules/Schema/html/search/pages_2.js
 share/doc/qore/modules/Schema/html/search/pages_3.html
@@ -11230,6 +10658,7 @@ share/doc/qore/modules/Schema/html/searc
 share/doc/qore/modules/Schema/html/search/search_l.png
 share/doc/qore/modules/Schema/html/search/search_m.png
 share/doc/qore/modules/Schema/html/search/search_r.png
+share/doc/qore/modules/Schema/html/search/searchdata.js
 share/doc/qore/modules/Schema/html/search/variables_0.html
 share/doc/qore/modules/Schema/html/search/variables_0.js
 share/doc/qore/modules/Schema/html/search/variables_1.html
@@ -11278,6 +10707,7 @@ share/doc/qore/modules/Schema/html/searc
 share/doc/qore/modules/Schema/html/search/variables_e.js
 share/doc/qore/modules/Schema/html/search/variables_f.html
 share/doc/qore/modules/Schema/html/search/variables_f.js
+share/doc/qore/modules/Schema/html/splitbar.png
 share/doc/qore/modules/Schema/html/sync_off.png
 share/doc/qore/modules/Schema/html/sync_on.png
 share/doc/qore/modules/Schema/html/tab_a.png
@@ -11287,7 +10717,9 @@ share/doc/qore/modules/Schema/html/tab_s
 share/doc/qore/modules/Schema/html/tabs.css
 share/doc/qore/modules/SmtpClient/html/_smtp_client_8qm_8dox_8h_source.html
 share/doc/qore/modules/SmtpClient/html/annotated.html
-share/doc/qore/modules/SmtpClient/html/annotated.js
+share/doc/qore/modules/SmtpClient/html/annotated_dup.js
+share/doc/qore/modules/SmtpClient/html/arrowdown.png
+share/doc/qore/modules/SmtpClient/html/arrowright.png
 share/doc/qore/modules/SmtpClient/html/bc_s.png
 share/doc/qore/modules/SmtpClient/html/bdwn.png
 share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment-members.html
@@ -11314,25 +10746,12 @@ share/doc/qore/modules/SmtpClient/html/d
 share/doc/qore/modules/SmtpClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/SmtpClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/SmtpClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/SmtpClient/html/doc.png
 share/doc/qore/modules/SmtpClient/html/doxygen.css
 share/doc/qore/modules/SmtpClient/html/doxygen.png
 share/doc/qore/modules/SmtpClient/html/dynsections.js
-share/doc/qore/modules/SmtpClient/html/ftv2blank.png
-share/doc/qore/modules/SmtpClient/html/ftv2cl.png
-share/doc/qore/modules/SmtpClient/html/ftv2doc.png
-share/doc/qore/modules/SmtpClient/html/ftv2folderclosed.png
-share/doc/qore/modules/SmtpClient/html/ftv2folderopen.png
-share/doc/qore/modules/SmtpClient/html/ftv2lastnode.png
-share/doc/qore/modules/SmtpClient/html/ftv2link.png
-share/doc/qore/modules/SmtpClient/html/ftv2mlastnode.png
-share/doc/qore/modules/SmtpClient/html/ftv2mnode.png
-share/doc/qore/modules/SmtpClient/html/ftv2mo.png
-share/doc/qore/modules/SmtpClient/html/ftv2node.png
-share/doc/qore/modules/SmtpClient/html/ftv2ns.png
-share/doc/qore/modules/SmtpClient/html/ftv2plastnode.png
-share/doc/qore/modules/SmtpClient/html/ftv2pnode.png
-share/doc/qore/modules/SmtpClient/html/ftv2splitbar.png
-share/doc/qore/modules/SmtpClient/html/ftv2vertline.png
+share/doc/qore/modules/SmtpClient/html/folderclosed.png
+share/doc/qore/modules/SmtpClient/html/folderopen.png
 share/doc/qore/modules/SmtpClient/html/functions.html
 share/doc/qore/modules/SmtpClient/html/functions_func.html
 share/doc/qore/modules/SmtpClient/html/functions_vars.html
@@ -11365,6 +10784,7 @@ share/doc/qore/modules/SmtpClient/html/n
 share/doc/qore/modules/SmtpClient/html/nav_h.png
 share/doc/qore/modules/SmtpClient/html/navtree.css
 share/doc/qore/modules/SmtpClient/html/navtree.js
+share/doc/qore/modules/SmtpClient/html/navtreedata.js
 share/doc/qore/modules/SmtpClient/html/navtreeindex0.js
 share/doc/qore/modules/SmtpClient/html/open.png
 share/doc/qore/modules/SmtpClient/html/pages.html
@@ -11403,64 +10823,10 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/all_4.js
 share/doc/qore/modules/SmtpClient/html/search/all_5.html
 share/doc/qore/modules/SmtpClient/html/search/all_5.js
-share/doc/qore/modules/SmtpClient/html/search/all_5f.html
-share/doc/qore/modules/SmtpClient/html/search/all_5f.js
 share/doc/qore/modules/SmtpClient/html/search/all_6.html
 share/doc/qore/modules/SmtpClient/html/search/all_6.js
-share/doc/qore/modules/SmtpClient/html/search/all_61.html
-share/doc/qore/modules/SmtpClient/html/search/all_61.js
-share/doc/qore/modules/SmtpClient/html/search/all_62.html
-share/doc/qore/modules/SmtpClient/html/search/all_62.js
-share/doc/qore/modules/SmtpClient/html/search/all_63.html
-share/doc/qore/modules/SmtpClient/html/search/all_63.js
-share/doc/qore/modules/SmtpClient/html/search/all_64.html
-share/doc/qore/modules/SmtpClient/html/search/all_64.js
-share/doc/qore/modules/SmtpClient/html/search/all_65.html
-share/doc/qore/modules/SmtpClient/html/search/all_65.js
-share/doc/qore/modules/SmtpClient/html/search/all_66.html
-share/doc/qore/modules/SmtpClient/html/search/all_66.js
-share/doc/qore/modules/SmtpClient/html/search/all_67.html
-share/doc/qore/modules/SmtpClient/html/search/all_67.js
-share/doc/qore/modules/SmtpClient/html/search/all_68.html
-share/doc/qore/modules/SmtpClient/html/search/all_68.js
-share/doc/qore/modules/SmtpClient/html/search/all_69.html
-share/doc/qore/modules/SmtpClient/html/search/all_69.js
-share/doc/qore/modules/SmtpClient/html/search/all_6a.html
-share/doc/qore/modules/SmtpClient/html/search/all_6a.js
-share/doc/qore/modules/SmtpClient/html/search/all_6b.html
-share/doc/qore/modules/SmtpClient/html/search/all_6b.js
-share/doc/qore/modules/SmtpClient/html/search/all_6c.html
-share/doc/qore/modules/SmtpClient/html/search/all_6c.js
-share/doc/qore/modules/SmtpClient/html/search/all_6d.html
-share/doc/qore/modules/SmtpClient/html/search/all_6d.js
-share/doc/qore/modules/SmtpClient/html/search/all_6e.html
-share/doc/qore/modules/SmtpClient/html/search/all_6e.js
-share/doc/qore/modules/SmtpClient/html/search/all_6f.html
-share/doc/qore/modules/SmtpClient/html/search/all_6f.js
 share/doc/qore/modules/SmtpClient/html/search/all_7.html
 share/doc/qore/modules/SmtpClient/html/search/all_7.js
-share/doc/qore/modules/SmtpClient/html/search/all_70.html
-share/doc/qore/modules/SmtpClient/html/search/all_70.js
-share/doc/qore/modules/SmtpClient/html/search/all_71.html
-share/doc/qore/modules/SmtpClient/html/search/all_71.js
-share/doc/qore/modules/SmtpClient/html/search/all_72.html
-share/doc/qore/modules/SmtpClient/html/search/all_72.js
-share/doc/qore/modules/SmtpClient/html/search/all_73.html
-share/doc/qore/modules/SmtpClient/html/search/all_73.js
-share/doc/qore/modules/SmtpClient/html/search/all_74.html
-share/doc/qore/modules/SmtpClient/html/search/all_74.js
-share/doc/qore/modules/SmtpClient/html/search/all_75.html
-share/doc/qore/modules/SmtpClient/html/search/all_75.js
-share/doc/qore/modules/SmtpClient/html/search/all_76.html
-share/doc/qore/modules/SmtpClient/html/search/all_76.js
-share/doc/qore/modules/SmtpClient/html/search/all_77.html
-share/doc/qore/modules/SmtpClient/html/search/all_77.js
-share/doc/qore/modules/SmtpClient/html/search/all_78.html
-share/doc/qore/modules/SmtpClient/html/search/all_78.js
-share/doc/qore/modules/SmtpClient/html/search/all_79.html
-share/doc/qore/modules/SmtpClient/html/search/all_79.js
-share/doc/qore/modules/SmtpClient/html/search/all_7a.html
-share/doc/qore/modules/SmtpClient/html/search/all_7a.js
 share/doc/qore/modules/SmtpClient/html/search/all_8.html
 share/doc/qore/modules/SmtpClient/html/search/all_8.js
 share/doc/qore/modules/SmtpClient/html/search/all_9.html
@@ -11483,6 +10849,10 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/classes_1.js
 share/doc/qore/modules/SmtpClient/html/search/classes_10.html
 share/doc/qore/modules/SmtpClient/html/search/classes_10.js
+share/doc/qore/modules/SmtpClient/html/search/classes_11.html
+share/doc/qore/modules/SmtpClient/html/search/classes_11.js
+share/doc/qore/modules/SmtpClient/html/search/classes_12.html
+share/doc/qore/modules/SmtpClient/html/search/classes_12.js
 share/doc/qore/modules/SmtpClient/html/search/classes_2.html
 share/doc/qore/modules/SmtpClient/html/search/classes_2.js
 share/doc/qore/modules/SmtpClient/html/search/classes_3.html
@@ -11493,44 +10863,8 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/classes_5.js
 share/doc/qore/modules/SmtpClient/html/search/classes_6.html
 share/doc/qore/modules/SmtpClient/html/search/classes_6.js
-share/doc/qore/modules/SmtpClient/html/search/classes_61.html
-share/doc/qore/modules/SmtpClient/html/search/classes_61.js
-share/doc/qore/modules/SmtpClient/html/search/classes_63.html
-share/doc/qore/modules/SmtpClient/html/search/classes_63.js
-share/doc/qore/modules/SmtpClient/html/search/classes_64.html
-share/doc/qore/modules/SmtpClient/html/search/classes_64.js
-share/doc/qore/modules/SmtpClient/html/search/classes_66.html
-share/doc/qore/modules/SmtpClient/html/search/classes_66.js
-share/doc/qore/modules/SmtpClient/html/search/classes_67.html
-share/doc/qore/modules/SmtpClient/html/search/classes_67.js
-share/doc/qore/modules/SmtpClient/html/search/classes_68.html
-share/doc/qore/modules/SmtpClient/html/search/classes_68.js
-share/doc/qore/modules/SmtpClient/html/search/classes_69.html
-share/doc/qore/modules/SmtpClient/html/search/classes_69.js
-share/doc/qore/modules/SmtpClient/html/search/classes_6c.html
-share/doc/qore/modules/SmtpClient/html/search/classes_6c.js
-share/doc/qore/modules/SmtpClient/html/search/classes_6d.html
-share/doc/qore/modules/SmtpClient/html/search/classes_6d.js
-share/doc/qore/modules/SmtpClient/html/search/classes_6e.html
-share/doc/qore/modules/SmtpClient/html/search/classes_6e.js
-share/doc/qore/modules/SmtpClient/html/search/classes_6f.html
-share/doc/qore/modules/SmtpClient/html/search/classes_6f.js
 share/doc/qore/modules/SmtpClient/html/search/classes_7.html
 share/doc/qore/modules/SmtpClient/html/search/classes_7.js
-share/doc/qore/modules/SmtpClient/html/search/classes_70.html
-share/doc/qore/modules/SmtpClient/html/search/classes_70.js
-share/doc/qore/modules/SmtpClient/html/search/classes_71.html
-share/doc/qore/modules/SmtpClient/html/search/classes_71.js
-share/doc/qore/modules/SmtpClient/html/search/classes_72.html
-share/doc/qore/modules/SmtpClient/html/search/classes_72.js
-share/doc/qore/modules/SmtpClient/html/search/classes_73.html
-share/doc/qore/modules/SmtpClient/html/search/classes_73.js
-share/doc/qore/modules/SmtpClient/html/search/classes_74.html
-share/doc/qore/modules/SmtpClient/html/search/classes_74.js
-share/doc/qore/modules/SmtpClient/html/search/classes_78.html
-share/doc/qore/modules/SmtpClient/html/search/classes_78.js
-share/doc/qore/modules/SmtpClient/html/search/classes_7a.html
-share/doc/qore/modules/SmtpClient/html/search/classes_7a.js
 share/doc/qore/modules/SmtpClient/html/search/classes_8.html
 share/doc/qore/modules/SmtpClient/html/search/classes_8.js
 share/doc/qore/modules/SmtpClient/html/search/classes_9.html
@@ -11580,58 +10914,8 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/functions_5.js
 share/doc/qore/modules/SmtpClient/html/search/functions_6.html
 share/doc/qore/modules/SmtpClient/html/search/functions_6.js
-share/doc/qore/modules/SmtpClient/html/search/functions_61.html
-share/doc/qore/modules/SmtpClient/html/search/functions_61.js
-share/doc/qore/modules/SmtpClient/html/search/functions_62.html
-share/doc/qore/modules/SmtpClient/html/search/functions_62.js
-share/doc/qore/modules/SmtpClient/html/search/functions_63.html
-share/doc/qore/modules/SmtpClient/html/search/functions_63.js
-share/doc/qore/modules/SmtpClient/html/search/functions_64.html
-share/doc/qore/modules/SmtpClient/html/search/functions_64.js
-share/doc/qore/modules/SmtpClient/html/search/functions_65.html
-share/doc/qore/modules/SmtpClient/html/search/functions_65.js
-share/doc/qore/modules/SmtpClient/html/search/functions_66.html
-share/doc/qore/modules/SmtpClient/html/search/functions_66.js
-share/doc/qore/modules/SmtpClient/html/search/functions_67.html
-share/doc/qore/modules/SmtpClient/html/search/functions_67.js
-share/doc/qore/modules/SmtpClient/html/search/functions_68.html
-share/doc/qore/modules/SmtpClient/html/search/functions_68.js
-share/doc/qore/modules/SmtpClient/html/search/functions_69.html
-share/doc/qore/modules/SmtpClient/html/search/functions_69.js
-share/doc/qore/modules/SmtpClient/html/search/functions_6a.html
-share/doc/qore/modules/SmtpClient/html/search/functions_6a.js
-share/doc/qore/modules/SmtpClient/html/search/functions_6b.html
-share/doc/qore/modules/SmtpClient/html/search/functions_6b.js
-share/doc/qore/modules/SmtpClient/html/search/functions_6c.html
-share/doc/qore/modules/SmtpClient/html/search/functions_6c.js
-share/doc/qore/modules/SmtpClient/html/search/functions_6d.html
-share/doc/qore/modules/SmtpClient/html/search/functions_6d.js
-share/doc/qore/modules/SmtpClient/html/search/functions_6e.html
-share/doc/qore/modules/SmtpClient/html/search/functions_6e.js
-share/doc/qore/modules/SmtpClient/html/search/functions_6f.html
-share/doc/qore/modules/SmtpClient/html/search/functions_6f.js
 share/doc/qore/modules/SmtpClient/html/search/functions_7.html
 share/doc/qore/modules/SmtpClient/html/search/functions_7.js
-share/doc/qore/modules/SmtpClient/html/search/functions_70.html
-share/doc/qore/modules/SmtpClient/html/search/functions_70.js
-share/doc/qore/modules/SmtpClient/html/search/functions_72.html
-share/doc/qore/modules/SmtpClient/html/search/functions_72.js
-share/doc/qore/modules/SmtpClient/html/search/functions_73.html
-share/doc/qore/modules/SmtpClient/html/search/functions_73.js
-share/doc/qore/modules/SmtpClient/html/search/functions_74.html
-share/doc/qore/modules/SmtpClient/html/search/functions_74.js
-share/doc/qore/modules/SmtpClient/html/search/functions_75.html
-share/doc/qore/modules/SmtpClient/html/search/functions_75.js
-share/doc/qore/modules/SmtpClient/html/search/functions_76.html
-share/doc/qore/modules/SmtpClient/html/search/functions_76.js
-share/doc/qore/modules/SmtpClient/html/search/functions_77.html
-share/doc/qore/modules/SmtpClient/html/search/functions_77.js
-share/doc/qore/modules/SmtpClient/html/search/functions_78.html
-share/doc/qore/modules/SmtpClient/html/search/functions_78.js
-share/doc/qore/modules/SmtpClient/html/search/functions_79.html
-share/doc/qore/modules/SmtpClient/html/search/functions_79.js
-share/doc/qore/modules/SmtpClient/html/search/functions_7a.html
-share/doc/qore/modules/SmtpClient/html/search/functions_7a.js
 share/doc/qore/modules/SmtpClient/html/search/functions_8.html
 share/doc/qore/modules/SmtpClient/html/search/functions_8.js
 share/doc/qore/modules/SmtpClient/html/search/functions_9.html
@@ -11666,44 +10950,8 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/groups_5.js
 share/doc/qore/modules/SmtpClient/html/search/groups_6.html
 share/doc/qore/modules/SmtpClient/html/search/groups_6.js
-share/doc/qore/modules/SmtpClient/html/search/groups_62.html
-share/doc/qore/modules/SmtpClient/html/search/groups_62.js
-share/doc/qore/modules/SmtpClient/html/search/groups_63.html
-share/doc/qore/modules/SmtpClient/html/search/groups_63.js
-share/doc/qore/modules/SmtpClient/html/search/groups_64.html
-share/doc/qore/modules/SmtpClient/html/search/groups_64.js
-share/doc/qore/modules/SmtpClient/html/search/groups_65.html
-share/doc/qore/modules/SmtpClient/html/search/groups_65.js
-share/doc/qore/modules/SmtpClient/html/search/groups_66.html
-share/doc/qore/modules/SmtpClient/html/search/groups_66.js
-share/doc/qore/modules/SmtpClient/html/search/groups_68.html
-share/doc/qore/modules/SmtpClient/html/search/groups_68.js
-share/doc/qore/modules/SmtpClient/html/search/groups_69.html
-share/doc/qore/modules/SmtpClient/html/search/groups_69.js
-share/doc/qore/modules/SmtpClient/html/search/groups_6c.html
-share/doc/qore/modules/SmtpClient/html/search/groups_6c.js
-share/doc/qore/modules/SmtpClient/html/search/groups_6d.html
-share/doc/qore/modules/SmtpClient/html/search/groups_6d.js
-share/doc/qore/modules/SmtpClient/html/search/groups_6e.html
-share/doc/qore/modules/SmtpClient/html/search/groups_6e.js
-share/doc/qore/modules/SmtpClient/html/search/groups_6f.html
-share/doc/qore/modules/SmtpClient/html/search/groups_6f.js
 share/doc/qore/modules/SmtpClient/html/search/groups_7.html
 share/doc/qore/modules/SmtpClient/html/search/groups_7.js
-share/doc/qore/modules/SmtpClient/html/search/groups_70.html
-share/doc/qore/modules/SmtpClient/html/search/groups_70.js
-share/doc/qore/modules/SmtpClient/html/search/groups_72.html
-share/doc/qore/modules/SmtpClient/html/search/groups_72.js
-share/doc/qore/modules/SmtpClient/html/search/groups_73.html
-share/doc/qore/modules/SmtpClient/html/search/groups_73.js
-share/doc/qore/modules/SmtpClient/html/search/groups_74.html
-share/doc/qore/modules/SmtpClient/html/search/groups_74.js
-share/doc/qore/modules/SmtpClient/html/search/groups_75.html
-share/doc/qore/modules/SmtpClient/html/search/groups_75.js
-share/doc/qore/modules/SmtpClient/html/search/groups_77.html
-share/doc/qore/modules/SmtpClient/html/search/groups_77.js
-share/doc/qore/modules/SmtpClient/html/search/groups_78.html
-share/doc/qore/modules/SmtpClient/html/search/groups_78.js
 share/doc/qore/modules/SmtpClient/html/search/groups_8.html
 share/doc/qore/modules/SmtpClient/html/search/groups_8.js
 share/doc/qore/modules/SmtpClient/html/search/groups_9.html
@@ -11733,18 +10981,6 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/namespaces_4.js
 share/doc/qore/modules/SmtpClient/html/search/namespaces_5.html
 share/doc/qore/modules/SmtpClient/html/search/namespaces_5.js
-share/doc/qore/modules/SmtpClient/html/search/namespaces_68.html
-share/doc/qore/modules/SmtpClient/html/search/namespaces_68.js
-share/doc/qore/modules/SmtpClient/html/search/namespaces_6d.html
-share/doc/qore/modules/SmtpClient/html/search/namespaces_6d.js
-share/doc/qore/modules/SmtpClient/html/search/namespaces_71.html
-share/doc/qore/modules/SmtpClient/html/search/namespaces_71.js
-share/doc/qore/modules/SmtpClient/html/search/namespaces_73.html
-share/doc/qore/modules/SmtpClient/html/search/namespaces_73.js
-share/doc/qore/modules/SmtpClient/html/search/namespaces_75.html
-share/doc/qore/modules/SmtpClient/html/search/namespaces_75.js
-share/doc/qore/modules/SmtpClient/html/search/namespaces_77.html
-share/doc/qore/modules/SmtpClient/html/search/namespaces_77.js
 share/doc/qore/modules/SmtpClient/html/search/nomatches.html
 share/doc/qore/modules/SmtpClient/html/search/pages_0.html
 share/doc/qore/modules/SmtpClient/html/search/pages_0.js
@@ -11754,10 +10990,6 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/pages_10.js
 share/doc/qore/modules/SmtpClient/html/search/pages_11.html
 share/doc/qore/modules/SmtpClient/html/search/pages_11.js
-share/doc/qore/modules/SmtpClient/html/search/pages_12.html
-share/doc/qore/modules/SmtpClient/html/search/pages_12.js
-share/doc/qore/modules/SmtpClient/html/search/pages_13.html
-share/doc/qore/modules/SmtpClient/html/search/pages_13.js
 share/doc/qore/modules/SmtpClient/html/search/pages_2.html
 share/doc/qore/modules/SmtpClient/html/search/pages_2.js
 share/doc/qore/modules/SmtpClient/html/search/pages_3.html
@@ -11768,48 +11000,8 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/pages_5.js
 share/doc/qore/modules/SmtpClient/html/search/pages_6.html
 share/doc/qore/modules/SmtpClient/html/search/pages_6.js
-share/doc/qore/modules/SmtpClient/html/search/pages_62.html
-share/doc/qore/modules/SmtpClient/html/search/pages_62.js
-share/doc/qore/modules/SmtpClient/html/search/pages_63.html
-share/doc/qore/modules/SmtpClient/html/search/pages_63.js
-share/doc/qore/modules/SmtpClient/html/search/pages_64.html
-share/doc/qore/modules/SmtpClient/html/search/pages_64.js
-share/doc/qore/modules/SmtpClient/html/search/pages_65.html
-share/doc/qore/modules/SmtpClient/html/search/pages_65.js
-share/doc/qore/modules/SmtpClient/html/search/pages_66.html
-share/doc/qore/modules/SmtpClient/html/search/pages_66.js
-share/doc/qore/modules/SmtpClient/html/search/pages_68.html
-share/doc/qore/modules/SmtpClient/html/search/pages_68.js
-share/doc/qore/modules/SmtpClient/html/search/pages_69.html
-share/doc/qore/modules/SmtpClient/html/search/pages_69.js
-share/doc/qore/modules/SmtpClient/html/search/pages_6b.html
-share/doc/qore/modules/SmtpClient/html/search/pages_6b.js
-share/doc/qore/modules/SmtpClient/html/search/pages_6c.html
-share/doc/qore/modules/SmtpClient/html/search/pages_6c.js
-share/doc/qore/modules/SmtpClient/html/search/pages_6d.html
-share/doc/qore/modules/SmtpClient/html/search/pages_6d.js
-share/doc/qore/modules/SmtpClient/html/search/pages_6e.html
-share/doc/qore/modules/SmtpClient/html/search/pages_6e.js
-share/doc/qore/modules/SmtpClient/html/search/pages_6f.html
-share/doc/qore/modules/SmtpClient/html/search/pages_6f.js
 share/doc/qore/modules/SmtpClient/html/search/pages_7.html
 share/doc/qore/modules/SmtpClient/html/search/pages_7.js
-share/doc/qore/modules/SmtpClient/html/search/pages_70.html
-share/doc/qore/modules/SmtpClient/html/search/pages_70.js
-share/doc/qore/modules/SmtpClient/html/search/pages_71.html
-share/doc/qore/modules/SmtpClient/html/search/pages_71.js
-share/doc/qore/modules/SmtpClient/html/search/pages_72.html
-share/doc/qore/modules/SmtpClient/html/search/pages_72.js
-share/doc/qore/modules/SmtpClient/html/search/pages_73.html
-share/doc/qore/modules/SmtpClient/html/search/pages_73.js
-share/doc/qore/modules/SmtpClient/html/search/pages_74.html
-share/doc/qore/modules/SmtpClient/html/search/pages_74.js
-share/doc/qore/modules/SmtpClient/html/search/pages_75.html
-share/doc/qore/modules/SmtpClient/html/search/pages_75.js
-share/doc/qore/modules/SmtpClient/html/search/pages_76.html
-share/doc/qore/modules/SmtpClient/html/search/pages_76.js
-share/doc/qore/modules/SmtpClient/html/search/pages_77.html
-share/doc/qore/modules/SmtpClient/html/search/pages_77.js
 share/doc/qore/modules/SmtpClient/html/search/pages_8.html
 share/doc/qore/modules/SmtpClient/html/search/pages_8.js
 share/doc/qore/modules/SmtpClient/html/search/pages_9.html
@@ -11831,6 +11023,7 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/search_l.png
 share/doc/qore/modules/SmtpClient/html/search/search_m.png
 share/doc/qore/modules/SmtpClient/html/search/search_r.png
+share/doc/qore/modules/SmtpClient/html/search/searchdata.js
 share/doc/qore/modules/SmtpClient/html/search/variables_0.html
 share/doc/qore/modules/SmtpClient/html/search/variables_0.js
 share/doc/qore/modules/SmtpClient/html/search/variables_1.html
@@ -11859,58 +11052,10 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/variables_4.js
 share/doc/qore/modules/SmtpClient/html/search/variables_5.html
 share/doc/qore/modules/SmtpClient/html/search/variables_5.js
-share/doc/qore/modules/SmtpClient/html/search/variables_5f.html
-share/doc/qore/modules/SmtpClient/html/search/variables_5f.js
 share/doc/qore/modules/SmtpClient/html/search/variables_6.html
 share/doc/qore/modules/SmtpClient/html/search/variables_6.js
-share/doc/qore/modules/SmtpClient/html/search/variables_61.html
-share/doc/qore/modules/SmtpClient/html/search/variables_61.js
-share/doc/qore/modules/SmtpClient/html/search/variables_62.html
-share/doc/qore/modules/SmtpClient/html/search/variables_62.js
-share/doc/qore/modules/SmtpClient/html/search/variables_63.html
-share/doc/qore/modules/SmtpClient/html/search/variables_63.js
-share/doc/qore/modules/SmtpClient/html/search/variables_64.html
-share/doc/qore/modules/SmtpClient/html/search/variables_64.js
-share/doc/qore/modules/SmtpClient/html/search/variables_65.html
-share/doc/qore/modules/SmtpClient/html/search/variables_65.js
-share/doc/qore/modules/SmtpClient/html/search/variables_66.html
-share/doc/qore/modules/SmtpClient/html/search/variables_66.js
-share/doc/qore/modules/SmtpClient/html/search/variables_68.html
-share/doc/qore/modules/SmtpClient/html/search/variables_68.js
-share/doc/qore/modules/SmtpClient/html/search/variables_69.html
-share/doc/qore/modules/SmtpClient/html/search/variables_69.js
-share/doc/qore/modules/SmtpClient/html/search/variables_6a.html
-share/doc/qore/modules/SmtpClient/html/search/variables_6a.js
-share/doc/qore/modules/SmtpClient/html/search/variables_6c.html
-share/doc/qore/modules/SmtpClient/html/search/variables_6c.js
-share/doc/qore/modules/SmtpClient/html/search/variables_6d.html
-share/doc/qore/modules/SmtpClient/html/search/variables_6d.js
-share/doc/qore/modules/SmtpClient/html/search/variables_6e.html
-share/doc/qore/modules/SmtpClient/html/search/variables_6e.js
-share/doc/qore/modules/SmtpClient/html/search/variables_6f.html
-share/doc/qore/modules/SmtpClient/html/search/variables_6f.js
 share/doc/qore/modules/SmtpClient/html/search/variables_7.html
 share/doc/qore/modules/SmtpClient/html/search/variables_7.js
-share/doc/qore/modules/SmtpClient/html/search/variables_70.html
-share/doc/qore/modules/SmtpClient/html/search/variables_70.js
-share/doc/qore/modules/SmtpClient/html/search/variables_71.html
-share/doc/qore/modules/SmtpClient/html/search/variables_71.js
-share/doc/qore/modules/SmtpClient/html/search/variables_72.html
-share/doc/qore/modules/SmtpClient/html/search/variables_72.js
-share/doc/qore/modules/SmtpClient/html/search/variables_73.html
-share/doc/qore/modules/SmtpClient/html/search/variables_73.js
-share/doc/qore/modules/SmtpClient/html/search/variables_74.html
-share/doc/qore/modules/SmtpClient/html/search/variables_74.js
-share/doc/qore/modules/SmtpClient/html/search/variables_75.html
-share/doc/qore/modules/SmtpClient/html/search/variables_75.js
-share/doc/qore/modules/SmtpClient/html/search/variables_76.html
-share/doc/qore/modules/SmtpClient/html/search/variables_76.js
-share/doc/qore/modules/SmtpClient/html/search/variables_77.html
-share/doc/qore/modules/SmtpClient/html/search/variables_77.js
-share/doc/qore/modules/SmtpClient/html/search/variables_78.html
-share/doc/qore/modules/SmtpClient/html/search/variables_78.js
-share/doc/qore/modules/SmtpClient/html/search/variables_7a.html
-share/doc/qore/modules/SmtpClient/html/search/variables_7a.js
 share/doc/qore/modules/SmtpClient/html/search/variables_8.html
 share/doc/qore/modules/SmtpClient/html/search/variables_8.js
 share/doc/qore/modules/SmtpClient/html/search/variables_9.html
@@ -11927,6 +11072,7 @@ share/doc/qore/modules/SmtpClient/html/s
 share/doc/qore/modules/SmtpClient/html/search/variables_e.js
 share/doc/qore/modules/SmtpClient/html/search/variables_f.html
 share/doc/qore/modules/SmtpClient/html/search/variables_f.js
+share/doc/qore/modules/SmtpClient/html/splitbar.png
 share/doc/qore/modules/SmtpClient/html/sync_off.png
 share/doc/qore/modules/SmtpClient/html/sync_on.png
 share/doc/qore/modules/SmtpClient/html/tab_a.png
@@ -11936,7 +11082,9 @@ share/doc/qore/modules/SmtpClient/html/t
 share/doc/qore/modules/SmtpClient/html/tabs.css
 share/doc/qore/modules/SqlUtil/html/_sql_util_8qm_8dox_8h_source.html
 share/doc/qore/modules/SqlUtil/html/annotated.html
-share/doc/qore/modules/SqlUtil/html/annotated.js
+share/doc/qore/modules/SqlUtil/html/annotated_dup.js
+share/doc/qore/modules/SqlUtil/html/arrowdown.png
+share/doc/qore/modules/SqlUtil/html/arrowright.png
 share/doc/qore/modules/SqlUtil/html/bc_s.png
 share/doc/qore/modules/SqlUtil/html/bdwn.png
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_check_constraint-members.html
@@ -11948,6 +11096,12 @@ share/doc/qore/modules/SqlUtil/html/clas
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column-members.html
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column.html
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column.js
+share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint-members.html
+share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint.html
+share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint.js
+share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.map
+share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.md5
+share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.png
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint-members.html
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint.html
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint.js
@@ -12081,6 +11235,7 @@ share/doc/qore/modules/SqlUtil/html/clas
 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_triggers__inherit__graph.png
 share/doc/qore/modules/SqlUtil/html/classes.html
 share/doc/qore/modules/SqlUtil/html/closed.png
+share/doc/qore/modules/SqlUtil/html/dba_management.html
 share/doc/qore/modules/SqlUtil/html/dir_13add0083e006ac756009d5942a24d28.html
 share/doc/qore/modules/SqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.map
 share/doc/qore/modules/SqlUtil/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
@@ -12089,26 +11244,14 @@ share/doc/qore/modules/SqlUtil/html/dir_
 share/doc/qore/modules/SqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/SqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/SqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/SqlUtil/html/doc.png
 share/doc/qore/modules/SqlUtil/html/doxygen.css
 share/doc/qore/modules/SqlUtil/html/doxygen.png
 share/doc/qore/modules/SqlUtil/html/dynsections.js
-share/doc/qore/modules/SqlUtil/html/ftv2blank.png
-share/doc/qore/modules/SqlUtil/html/ftv2cl.png
-share/doc/qore/modules/SqlUtil/html/ftv2doc.png
-share/doc/qore/modules/SqlUtil/html/ftv2folderclosed.png
-share/doc/qore/modules/SqlUtil/html/ftv2folderopen.png
-share/doc/qore/modules/SqlUtil/html/ftv2lastnode.png
-share/doc/qore/modules/SqlUtil/html/ftv2link.png
-share/doc/qore/modules/SqlUtil/html/ftv2mlastnode.png
-share/doc/qore/modules/SqlUtil/html/ftv2mnode.png
-share/doc/qore/modules/SqlUtil/html/ftv2mo.png
-share/doc/qore/modules/SqlUtil/html/ftv2node.png
-share/doc/qore/modules/SqlUtil/html/ftv2ns.png
-share/doc/qore/modules/SqlUtil/html/ftv2plastnode.png
-share/doc/qore/modules/SqlUtil/html/ftv2pnode.png
-share/doc/qore/modules/SqlUtil/html/ftv2splitbar.png
-share/doc/qore/modules/SqlUtil/html/ftv2vertline.png
+share/doc/qore/modules/SqlUtil/html/folderclosed.png
+share/doc/qore/modules/SqlUtil/html/folderopen.png
 share/doc/qore/modules/SqlUtil/html/functions.html
+share/doc/qore/modules/SqlUtil/html/functions_b.html
 share/doc/qore/modules/SqlUtil/html/functions_c.html
 share/doc/qore/modules/SqlUtil/html/functions_d.html
 share/doc/qore/modules/SqlUtil/html/functions_dup.js
@@ -12116,6 +11259,7 @@ share/doc/qore/modules/SqlUtil/html/func
 share/doc/qore/modules/SqlUtil/html/functions_f.html
 share/doc/qore/modules/SqlUtil/html/functions_func.html
 share/doc/qore/modules/SqlUtil/html/functions_func.js
+share/doc/qore/modules/SqlUtil/html/functions_func_b.html
 share/doc/qore/modules/SqlUtil/html/functions_func_c.html
 share/doc/qore/modules/SqlUtil/html/functions_func_d.html
 share/doc/qore/modules/SqlUtil/html/functions_func_e.html
@@ -12153,6 +11297,8 @@ share/doc/qore/modules/SqlUtil/html/grap
 share/doc/qore/modules/SqlUtil/html/graph_legend.png
 share/doc/qore/modules/SqlUtil/html/group___column_size_options.html
 share/doc/qore/modules/SqlUtil/html/group___column_size_options.js
+share/doc/qore/modules/SqlUtil/html/group___string_concat_decoding.js
+share/doc/qore/modules/SqlUtil/html/group___string_concat_encoding.js
 share/doc/qore/modules/SqlUtil/html/group__boolean__constants.js
 share/doc/qore/modules/SqlUtil/html/group__call__type__constants.js
 share/doc/qore/modules/SqlUtil/html/group__compression__constants.js
@@ -12179,6 +11325,7 @@ share/doc/qore/modules/SqlUtil/html/grou
 share/doc/qore/modules/SqlUtil/html/group__hmac__functions.js
 share/doc/qore/modules/SqlUtil/html/group__info__actions.html
 share/doc/qore/modules/SqlUtil/html/group__info__actions.js
+share/doc/qore/modules/SqlUtil/html/group__input__stream__function.js
 share/doc/qore/modules/SqlUtil/html/group__io__constants.js
 share/doc/qore/modules/SqlUtil/html/group__library__functions.js
 share/doc/qore/modules/SqlUtil/html/group__list__functions.js
@@ -12220,9 +11367,11 @@ share/doc/qore/modules/SqlUtil/html/grou
 share/doc/qore/modules/SqlUtil/html/group__sql__uop__funcs.html
 share/doc/qore/modules/SqlUtil/html/group__sql__uop__funcs.js
 share/doc/qore/modules/SqlUtil/html/group__sql__uops.html
+share/doc/qore/modules/SqlUtil/html/group__sql__uops.js
 share/doc/qore/modules/SqlUtil/html/group__string__functions.js
 share/doc/qore/modules/SqlUtil/html/group__string__type__constants.js
 share/doc/qore/modules/SqlUtil/html/group__system__and__build__constants.js
+share/doc/qore/modules/SqlUtil/html/group__t.js
 share/doc/qore/modules/SqlUtil/html/group__tattr__control__character__constants.js
 share/doc/qore/modules/SqlUtil/html/group__tattr__control__mode__constants.js
 share/doc/qore/modules/SqlUtil/html/group__tattr__input__mode__constants.js
@@ -12237,6 +11386,7 @@ share/doc/qore/modules/SqlUtil/html/grou
 share/doc/qore/modules/SqlUtil/html/group__upsert__options.js
 share/doc/qore/modules/SqlUtil/html/group__upsert__results.html
 share/doc/qore/modules/SqlUtil/html/group__upsert__results.js
+share/doc/qore/modules/SqlUtil/html/group__user__and__group__functions.js
 share/doc/qore/modules/SqlUtil/html/group__warning__constants.js
 share/doc/qore/modules/SqlUtil/html/group__x509__verification__constants.js
 share/doc/qore/modules/SqlUtil/html/hierarchy.html
@@ -12296,6 +11446,7 @@ share/doc/qore/modules/SqlUtil/html/nav_
 share/doc/qore/modules/SqlUtil/html/nav_h.png
 share/doc/qore/modules/SqlUtil/html/navtree.css
 share/doc/qore/modules/SqlUtil/html/navtree.js
+share/doc/qore/modules/SqlUtil/html/navtreedata.js
 share/doc/qore/modules/SqlUtil/html/navtreeindex0.js
 share/doc/qore/modules/SqlUtil/html/navtreeindex1.js
 share/doc/qore/modules/SqlUtil/html/navtreeindex2.js
@@ -12305,6 +11456,7 @@ share/doc/qore/modules/SqlUtil/html/navt
 share/doc/qore/modules/SqlUtil/html/navtreeindex6.js
 share/doc/qore/modules/SqlUtil/html/navtreeindex7.js
 share/doc/qore/modules/SqlUtil/html/navtreeindex8.js
+share/doc/qore/modules/SqlUtil/html/navtreeindex9.js
 share/doc/qore/modules/SqlUtil/html/open.png
 share/doc/qore/modules/SqlUtil/html/pages.html
 share/doc/qore/modules/SqlUtil/html/resize.js
@@ -12369,6 +11521,10 @@ share/doc/qore/modules/SqlUtil/html/sear
 share/doc/qore/modules/SqlUtil/html/search/classes_1.js
 share/doc/qore/modules/SqlUtil/html/search/classes_10.html
 share/doc/qore/modules/SqlUtil/html/search/classes_10.js
+share/doc/qore/modules/SqlUtil/html/search/classes_11.html
+share/doc/qore/modules/SqlUtil/html/search/classes_11.js
+share/doc/qore/modules/SqlUtil/html/search/classes_12.html
+share/doc/qore/modules/SqlUtil/html/search/classes_12.js
 share/doc/qore/modules/SqlUtil/html/search/classes_2.html
 share/doc/qore/modules/SqlUtil/html/search/classes_2.js
 share/doc/qore/modules/SqlUtil/html/search/classes_3.html
@@ -12500,8 +11656,6 @@ share/doc/qore/modules/SqlUtil/html/sear
 share/doc/qore/modules/SqlUtil/html/search/pages_10.js
 share/doc/qore/modules/SqlUtil/html/search/pages_11.html
 share/doc/qore/modules/SqlUtil/html/search/pages_11.js
-share/doc/qore/modules/SqlUtil/html/search/pages_12.html
-share/doc/qore/modules/SqlUtil/html/search/pages_12.js
 share/doc/qore/modules/SqlUtil/html/search/pages_2.html
 share/doc/qore/modules/SqlUtil/html/search/pages_2.js
 share/doc/qore/modules/SqlUtil/html/search/pages_3.html
@@ -12535,6 +11689,7 @@ share/doc/qore/modules/SqlUtil/html/sear
 share/doc/qore/modules/SqlUtil/html/search/search_l.png
 share/doc/qore/modules/SqlUtil/html/search/search_m.png
 share/doc/qore/modules/SqlUtil/html/search/search_r.png
+share/doc/qore/modules/SqlUtil/html/search/searchdata.js
 share/doc/qore/modules/SqlUtil/html/search/variables_0.html
 share/doc/qore/modules/SqlUtil/html/search/variables_0.js
 share/doc/qore/modules/SqlUtil/html/search/variables_1.html
@@ -12583,6 +11738,7 @@ share/doc/qore/modules/SqlUtil/html/sear
 share/doc/qore/modules/SqlUtil/html/search/variables_e.js
 share/doc/qore/modules/SqlUtil/html/search/variables_f.html
 share/doc/qore/modules/SqlUtil/html/search/variables_f.js
+share/doc/qore/modules/SqlUtil/html/splitbar.png
 share/doc/qore/modules/SqlUtil/html/sql_operations.html
 share/doc/qore/modules/SqlUtil/html/sync_off.png
 share/doc/qore/modules/SqlUtil/html/sync_on.png
@@ -12593,9 +11749,23 @@ share/doc/qore/modules/SqlUtil/html/tab_
 share/doc/qore/modules/SqlUtil/html/tabs.css
 share/doc/qore/modules/TableMapper/html/_table_mapper_8qm_8dox_8h_source.html
 share/doc/qore/modules/TableMapper/html/annotated.html
-share/doc/qore/modules/TableMapper/html/annotated.js
+share/doc/qore/modules/TableMapper/html/annotated_dup.js
+share/doc/qore/modules/TableMapper/html/arrowdown.png
+share/doc/qore/modules/TableMapper/html/arrowright.png
 share/doc/qore/modules/TableMapper/html/bc_s.png
 share/doc/qore/modules/TableMapper/html/bdwn.png
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_abstract_sql_statement_outbound_mapper-members.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_abstract_sql_statement_outbound_mapper.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_abstract_sql_statement_outbound_mapper.js
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_abstract_sql_statement_outbound_mapper__inherit__graph.map
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_abstract_sql_statement_outbound_mapper__inherit__graph.md5
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_abstract_sql_statement_outbound_mapper__inherit__graph.png
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_identity_table_mapper-members.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_identity_table_mapper.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_identity_table_mapper.js
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_identity_table_mapper__inherit__graph.map
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_identity_table_mapper__inherit__graph.md5
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_identity_table_mapper__inherit__graph.png
 share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_table_mapper-members.html
 share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_table_mapper.html
 share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_table_mapper.js
@@ -12608,6 +11778,24 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_table_mapper_iterator__inherit__graph.map
 share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_table_mapper_iterator__inherit__graph.md5
 share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_inbound_table_mapper_iterator__inherit__graph.png
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_raw_sql_statement_outbound_mapper-members.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_raw_sql_statement_outbound_mapper.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_raw_sql_statement_outbound_mapper.js
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_raw_sql_statement_outbound_mapper__inherit__graph.map
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_raw_sql_statement_outbound_mapper__inherit__graph.md5
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_raw_sql_statement_outbound_mapper__inherit__graph.png
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_mapper_iterator-members.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_mapper_iterator.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_mapper_iterator.js
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_mapper_iterator__inherit__graph.map
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_mapper_iterator__inherit__graph.md5
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_mapper_iterator__inherit__graph.png
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_outbound_mapper-members.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_outbound_mapper.html
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_outbound_mapper.js
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_outbound_mapper__inherit__graph.map
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_outbound_mapper__inherit__graph.md5
+share/doc/qore/modules/TableMapper/html/class_table_mapper_1_1_sql_statement_outbound_mapper__inherit__graph.png
 share/doc/qore/modules/TableMapper/html/classes.html
 share/doc/qore/modules/TableMapper/html/closed.png
 share/doc/qore/modules/TableMapper/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -12618,25 +11806,12 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/TableMapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/TableMapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/TableMapper/html/doc.png
 share/doc/qore/modules/TableMapper/html/doxygen.css
 share/doc/qore/modules/TableMapper/html/doxygen.png
 share/doc/qore/modules/TableMapper/html/dynsections.js
-share/doc/qore/modules/TableMapper/html/ftv2blank.png
-share/doc/qore/modules/TableMapper/html/ftv2cl.png
-share/doc/qore/modules/TableMapper/html/ftv2doc.png
-share/doc/qore/modules/TableMapper/html/ftv2folderclosed.png
-share/doc/qore/modules/TableMapper/html/ftv2folderopen.png
-share/doc/qore/modules/TableMapper/html/ftv2lastnode.png
-share/doc/qore/modules/TableMapper/html/ftv2link.png
-share/doc/qore/modules/TableMapper/html/ftv2mlastnode.png
-share/doc/qore/modules/TableMapper/html/ftv2mnode.png
-share/doc/qore/modules/TableMapper/html/ftv2mo.png
-share/doc/qore/modules/TableMapper/html/ftv2node.png
-share/doc/qore/modules/TableMapper/html/ftv2ns.png
-share/doc/qore/modules/TableMapper/html/ftv2plastnode.png
-share/doc/qore/modules/TableMapper/html/ftv2pnode.png
-share/doc/qore/modules/TableMapper/html/ftv2splitbar.png
-share/doc/qore/modules/TableMapper/html/ftv2vertline.png
+share/doc/qore/modules/TableMapper/html/folderclosed.png
+share/doc/qore/modules/TableMapper/html/folderopen.png
 share/doc/qore/modules/TableMapper/html/functions.html
 share/doc/qore/modules/TableMapper/html/functions_func.html
 share/doc/qore/modules/TableMapper/html/functions_vars.html
@@ -12664,6 +11839,7 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/nav_h.png
 share/doc/qore/modules/TableMapper/html/navtree.css
 share/doc/qore/modules/TableMapper/html/navtree.js
+share/doc/qore/modules/TableMapper/html/navtreedata.js
 share/doc/qore/modules/TableMapper/html/navtreeindex0.js
 share/doc/qore/modules/TableMapper/html/open.png
 share/doc/qore/modules/TableMapper/html/pages.html
@@ -12728,6 +11904,10 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/search/classes_1.js
 share/doc/qore/modules/TableMapper/html/search/classes_10.html
 share/doc/qore/modules/TableMapper/html/search/classes_10.js
+share/doc/qore/modules/TableMapper/html/search/classes_11.html
+share/doc/qore/modules/TableMapper/html/search/classes_11.js
+share/doc/qore/modules/TableMapper/html/search/classes_12.html
+share/doc/qore/modules/TableMapper/html/search/classes_12.js
 share/doc/qore/modules/TableMapper/html/search/classes_2.html
 share/doc/qore/modules/TableMapper/html/search/classes_2.js
 share/doc/qore/modules/TableMapper/html/search/classes_3.html
@@ -12779,6 +11959,8 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/search/functions_17.js
 share/doc/qore/modules/TableMapper/html/search/functions_18.html
 share/doc/qore/modules/TableMapper/html/search/functions_18.js
+share/doc/qore/modules/TableMapper/html/search/functions_19.html
+share/doc/qore/modules/TableMapper/html/search/functions_19.js
 share/doc/qore/modules/TableMapper/html/search/functions_2.html
 share/doc/qore/modules/TableMapper/html/search/functions_2.js
 share/doc/qore/modules/TableMapper/html/search/functions_3.html
@@ -12867,10 +12049,6 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/search/pages_10.js
 share/doc/qore/modules/TableMapper/html/search/pages_11.html
 share/doc/qore/modules/TableMapper/html/search/pages_11.js
-share/doc/qore/modules/TableMapper/html/search/pages_12.html
-share/doc/qore/modules/TableMapper/html/search/pages_12.js
-share/doc/qore/modules/TableMapper/html/search/pages_13.html
-share/doc/qore/modules/TableMapper/html/search/pages_13.js
 share/doc/qore/modules/TableMapper/html/search/pages_2.html
 share/doc/qore/modules/TableMapper/html/search/pages_2.js
 share/doc/qore/modules/TableMapper/html/search/pages_3.html
@@ -12904,6 +12082,7 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/search/search_l.png
 share/doc/qore/modules/TableMapper/html/search/search_m.png
 share/doc/qore/modules/TableMapper/html/search/search_r.png
+share/doc/qore/modules/TableMapper/html/search/searchdata.js
 share/doc/qore/modules/TableMapper/html/search/variables_0.html
 share/doc/qore/modules/TableMapper/html/search/variables_0.js
 share/doc/qore/modules/TableMapper/html/search/variables_1.html
@@ -12952,6 +12131,7 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/search/variables_e.js
 share/doc/qore/modules/TableMapper/html/search/variables_f.html
 share/doc/qore/modules/TableMapper/html/search/variables_f.js
+share/doc/qore/modules/TableMapper/html/splitbar.png
 share/doc/qore/modules/TableMapper/html/sync_off.png
 share/doc/qore/modules/TableMapper/html/sync_on.png
 share/doc/qore/modules/TableMapper/html/tab_a.png
@@ -12961,7 +12141,9 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/tabs.css
 share/doc/qore/modules/TelnetClient/html/_telnet_client_8qm_8dox_8h_source.html
 share/doc/qore/modules/TelnetClient/html/annotated.html
-share/doc/qore/modules/TelnetClient/html/annotated.js
+share/doc/qore/modules/TelnetClient/html/annotated_dup.js
+share/doc/qore/modules/TelnetClient/html/arrowdown.png
+share/doc/qore/modules/TelnetClient/html/arrowright.png
 share/doc/qore/modules/TelnetClient/html/bc_s.png
 share/doc/qore/modules/TelnetClient/html/bdwn.png
 share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_client-members.html
@@ -12977,31 +12159,20 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/TelnetClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/TelnetClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/TelnetClient/html/doc.png
 share/doc/qore/modules/TelnetClient/html/doxygen.css
 share/doc/qore/modules/TelnetClient/html/doxygen.png
 share/doc/qore/modules/TelnetClient/html/dynsections.js
-share/doc/qore/modules/TelnetClient/html/ftv2blank.png
-share/doc/qore/modules/TelnetClient/html/ftv2cl.png
-share/doc/qore/modules/TelnetClient/html/ftv2doc.png
-share/doc/qore/modules/TelnetClient/html/ftv2folderclosed.png
-share/doc/qore/modules/TelnetClient/html/ftv2folderopen.png
-share/doc/qore/modules/TelnetClient/html/ftv2lastnode.png
-share/doc/qore/modules/TelnetClient/html/ftv2link.png
-share/doc/qore/modules/TelnetClient/html/ftv2mlastnode.png
-share/doc/qore/modules/TelnetClient/html/ftv2mnode.png
-share/doc/qore/modules/TelnetClient/html/ftv2mo.png
-share/doc/qore/modules/TelnetClient/html/ftv2node.png
-share/doc/qore/modules/TelnetClient/html/ftv2ns.png
-share/doc/qore/modules/TelnetClient/html/ftv2plastnode.png
-share/doc/qore/modules/TelnetClient/html/ftv2pnode.png
-share/doc/qore/modules/TelnetClient/html/ftv2splitbar.png
-share/doc/qore/modules/TelnetClient/html/ftv2vertline.png
+share/doc/qore/modules/TelnetClient/html/folderclosed.png
+share/doc/qore/modules/TelnetClient/html/folderopen.png
 share/doc/qore/modules/TelnetClient/html/functions.html
 share/doc/qore/modules/TelnetClient/html/functions_func.html
 share/doc/qore/modules/TelnetClient/html/graph_legend.html
 share/doc/qore/modules/TelnetClient/html/graph_legend.md5
 share/doc/qore/modules/TelnetClient/html/graph_legend.png
 share/doc/qore/modules/TelnetClient/html/group___column_size_options.js
+share/doc/qore/modules/TelnetClient/html/group___http_server_logging_options.js
+share/doc/qore/modules/TelnetClient/html/group___listener_log_options.js
 share/doc/qore/modules/TelnetClient/html/group___message_encodings.js
 share/doc/qore/modules/TelnetClient/html/group___mime_content_transfer_encoding_constants.js
 share/doc/qore/modules/TelnetClient/html/group___mime_decoding_functions.js
@@ -13009,6 +12180,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group___mime_misc_functions.js
 share/doc/qore/modules/TelnetClient/html/group___mime_type_definitions.js
 share/doc/qore/modules/TelnetClient/html/group___multi_part_constants.js
+share/doc/qore/modules/TelnetClient/html/group___string_concat_decoding.js
+share/doc/qore/modules/TelnetClient/html/group___string_concat_encoding.js
 share/doc/qore/modules/TelnetClient/html/group___telnet_command_codes.html
 share/doc/qore/modules/TelnetClient/html/group___telnet_command_codes.js
 share/doc/qore/modules/TelnetClient/html/group___telnet_defaults.html
@@ -13040,6 +12213,7 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group__filesystem__functions.js
 share/doc/qore/modules/TelnetClient/html/group__hmac__functions.js
 share/doc/qore/modules/TelnetClient/html/group__info__actions.js
+share/doc/qore/modules/TelnetClient/html/group__input__stream__function.js
 share/doc/qore/modules/TelnetClient/html/group__io__constants.js
 share/doc/qore/modules/TelnetClient/html/group__library__functions.js
 share/doc/qore/modules/TelnetClient/html/group__list__functions.js
@@ -13054,7 +12228,6 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group__old__dbi__functions.js
 share/doc/qore/modules/TelnetClient/html/group__opcodes.js
 share/doc/qore/modules/TelnetClient/html/group__option__constants.js
-share/doc/qore/modules/TelnetClient/html/group__oracle__sql__cop__funcs.js
 share/doc/qore/modules/TelnetClient/html/group__parse__options.js
 share/doc/qore/modules/TelnetClient/html/group__protocol__constants.js
 share/doc/qore/modules/TelnetClient/html/group__pwd__functions.js
@@ -13073,9 +12246,11 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group__sql__op__funcs.js
 share/doc/qore/modules/TelnetClient/html/group__sql__ops.js
 share/doc/qore/modules/TelnetClient/html/group__sql__uop__funcs.js
+share/doc/qore/modules/TelnetClient/html/group__sql__uops.js
 share/doc/qore/modules/TelnetClient/html/group__string__functions.js
 share/doc/qore/modules/TelnetClient/html/group__string__type__constants.js
 share/doc/qore/modules/TelnetClient/html/group__system__and__build__constants.js
+share/doc/qore/modules/TelnetClient/html/group__t.js
 share/doc/qore/modules/TelnetClient/html/group__tattr__control__character__constants.js
 share/doc/qore/modules/TelnetClient/html/group__tattr__control__mode__constants.js
 share/doc/qore/modules/TelnetClient/html/group__tattr__input__mode__constants.js
@@ -13088,9 +12263,9 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group__type__conversion__functions.js
 share/doc/qore/modules/TelnetClient/html/group__upsert__options.js
 share/doc/qore/modules/TelnetClient/html/group__upsert__results.js
+share/doc/qore/modules/TelnetClient/html/group__user__and__group__functions.js
 share/doc/qore/modules/TelnetClient/html/group__warning__constants.js
 share/doc/qore/modules/TelnetClient/html/group__x509__verification__constants.js
-share/doc/qore/modules/TelnetClient/html/group__xrange__functions.js
 share/doc/qore/modules/TelnetClient/html/index.html
 share/doc/qore/modules/TelnetClient/html/index.qhp
 share/doc/qore/modules/TelnetClient/html/jquery.js
@@ -13107,6 +12282,7 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/nav_h.png
 share/doc/qore/modules/TelnetClient/html/navtree.css
 share/doc/qore/modules/TelnetClient/html/navtree.js
+share/doc/qore/modules/TelnetClient/html/navtreedata.js
 share/doc/qore/modules/TelnetClient/html/navtreeindex0.js
 share/doc/qore/modules/TelnetClient/html/navtreeindex1.js
 share/doc/qore/modules/TelnetClient/html/navtreeindex2.js
@@ -13151,64 +12327,10 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/all_4.js
 share/doc/qore/modules/TelnetClient/html/search/all_5.html
 share/doc/qore/modules/TelnetClient/html/search/all_5.js
-share/doc/qore/modules/TelnetClient/html/search/all_5f.html
-share/doc/qore/modules/TelnetClient/html/search/all_5f.js
 share/doc/qore/modules/TelnetClient/html/search/all_6.html
 share/doc/qore/modules/TelnetClient/html/search/all_6.js
-share/doc/qore/modules/TelnetClient/html/search/all_61.html
-share/doc/qore/modules/TelnetClient/html/search/all_61.js
-share/doc/qore/modules/TelnetClient/html/search/all_62.html
-share/doc/qore/modules/TelnetClient/html/search/all_62.js
-share/doc/qore/modules/TelnetClient/html/search/all_63.html
-share/doc/qore/modules/TelnetClient/html/search/all_63.js
-share/doc/qore/modules/TelnetClient/html/search/all_64.html
-share/doc/qore/modules/TelnetClient/html/search/all_64.js
-share/doc/qore/modules/TelnetClient/html/search/all_65.html
-share/doc/qore/modules/TelnetClient/html/search/all_65.js
-share/doc/qore/modules/TelnetClient/html/search/all_66.html
-share/doc/qore/modules/TelnetClient/html/search/all_66.js
-share/doc/qore/modules/TelnetClient/html/search/all_67.html
-share/doc/qore/modules/TelnetClient/html/search/all_67.js
-share/doc/qore/modules/TelnetClient/html/search/all_68.html
-share/doc/qore/modules/TelnetClient/html/search/all_68.js
-share/doc/qore/modules/TelnetClient/html/search/all_69.html
-share/doc/qore/modules/TelnetClient/html/search/all_69.js
-share/doc/qore/modules/TelnetClient/html/search/all_6a.html
-share/doc/qore/modules/TelnetClient/html/search/all_6a.js
-share/doc/qore/modules/TelnetClient/html/search/all_6b.html
-share/doc/qore/modules/TelnetClient/html/search/all_6b.js
-share/doc/qore/modules/TelnetClient/html/search/all_6c.html
-share/doc/qore/modules/TelnetClient/html/search/all_6c.js
-share/doc/qore/modules/TelnetClient/html/search/all_6d.html
-share/doc/qore/modules/TelnetClient/html/search/all_6d.js
-share/doc/qore/modules/TelnetClient/html/search/all_6e.html
-share/doc/qore/modules/TelnetClient/html/search/all_6e.js
-share/doc/qore/modules/TelnetClient/html/search/all_6f.html
-share/doc/qore/modules/TelnetClient/html/search/all_6f.js
 share/doc/qore/modules/TelnetClient/html/search/all_7.html
 share/doc/qore/modules/TelnetClient/html/search/all_7.js
-share/doc/qore/modules/TelnetClient/html/search/all_70.html
-share/doc/qore/modules/TelnetClient/html/search/all_70.js
-share/doc/qore/modules/TelnetClient/html/search/all_71.html
-share/doc/qore/modules/TelnetClient/html/search/all_71.js
-share/doc/qore/modules/TelnetClient/html/search/all_72.html
-share/doc/qore/modules/TelnetClient/html/search/all_72.js
-share/doc/qore/modules/TelnetClient/html/search/all_73.html
-share/doc/qore/modules/TelnetClient/html/search/all_73.js
-share/doc/qore/modules/TelnetClient/html/search/all_74.html
-share/doc/qore/modules/TelnetClient/html/search/all_74.js
-share/doc/qore/modules/TelnetClient/html/search/all_75.html
-share/doc/qore/modules/TelnetClient/html/search/all_75.js
-share/doc/qore/modules/TelnetClient/html/search/all_76.html
-share/doc/qore/modules/TelnetClient/html/search/all_76.js
-share/doc/qore/modules/TelnetClient/html/search/all_77.html
-share/doc/qore/modules/TelnetClient/html/search/all_77.js
-share/doc/qore/modules/TelnetClient/html/search/all_78.html
-share/doc/qore/modules/TelnetClient/html/search/all_78.js
-share/doc/qore/modules/TelnetClient/html/search/all_79.html
-share/doc/qore/modules/TelnetClient/html/search/all_79.js
-share/doc/qore/modules/TelnetClient/html/search/all_7a.html
-share/doc/qore/modules/TelnetClient/html/search/all_7a.js
 share/doc/qore/modules/TelnetClient/html/search/all_8.html
 share/doc/qore/modules/TelnetClient/html/search/all_8.js
 share/doc/qore/modules/TelnetClient/html/search/all_9.html
@@ -13231,6 +12353,10 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/classes_1.js
 share/doc/qore/modules/TelnetClient/html/search/classes_10.html
 share/doc/qore/modules/TelnetClient/html/search/classes_10.js
+share/doc/qore/modules/TelnetClient/html/search/classes_11.html
+share/doc/qore/modules/TelnetClient/html/search/classes_11.js
+share/doc/qore/modules/TelnetClient/html/search/classes_12.html
+share/doc/qore/modules/TelnetClient/html/search/classes_12.js
 share/doc/qore/modules/TelnetClient/html/search/classes_2.html
 share/doc/qore/modules/TelnetClient/html/search/classes_2.js
 share/doc/qore/modules/TelnetClient/html/search/classes_3.html
@@ -13241,44 +12367,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/classes_5.js
 share/doc/qore/modules/TelnetClient/html/search/classes_6.html
 share/doc/qore/modules/TelnetClient/html/search/classes_6.js
-share/doc/qore/modules/TelnetClient/html/search/classes_61.html
-share/doc/qore/modules/TelnetClient/html/search/classes_61.js
-share/doc/qore/modules/TelnetClient/html/search/classes_63.html
-share/doc/qore/modules/TelnetClient/html/search/classes_63.js
-share/doc/qore/modules/TelnetClient/html/search/classes_64.html
-share/doc/qore/modules/TelnetClient/html/search/classes_64.js
-share/doc/qore/modules/TelnetClient/html/search/classes_66.html
-share/doc/qore/modules/TelnetClient/html/search/classes_66.js
-share/doc/qore/modules/TelnetClient/html/search/classes_67.html
-share/doc/qore/modules/TelnetClient/html/search/classes_67.js
-share/doc/qore/modules/TelnetClient/html/search/classes_68.html
-share/doc/qore/modules/TelnetClient/html/search/classes_68.js
-share/doc/qore/modules/TelnetClient/html/search/classes_69.html
-share/doc/qore/modules/TelnetClient/html/search/classes_69.js
-share/doc/qore/modules/TelnetClient/html/search/classes_6c.html
-share/doc/qore/modules/TelnetClient/html/search/classes_6c.js
-share/doc/qore/modules/TelnetClient/html/search/classes_6d.html
-share/doc/qore/modules/TelnetClient/html/search/classes_6d.js
-share/doc/qore/modules/TelnetClient/html/search/classes_6e.html
-share/doc/qore/modules/TelnetClient/html/search/classes_6e.js
-share/doc/qore/modules/TelnetClient/html/search/classes_6f.html
-share/doc/qore/modules/TelnetClient/html/search/classes_6f.js
 share/doc/qore/modules/TelnetClient/html/search/classes_7.html
 share/doc/qore/modules/TelnetClient/html/search/classes_7.js
-share/doc/qore/modules/TelnetClient/html/search/classes_70.html
-share/doc/qore/modules/TelnetClient/html/search/classes_70.js
-share/doc/qore/modules/TelnetClient/html/search/classes_71.html
-share/doc/qore/modules/TelnetClient/html/search/classes_71.js
-share/doc/qore/modules/TelnetClient/html/search/classes_72.html
-share/doc/qore/modules/TelnetClient/html/search/classes_72.js
-share/doc/qore/modules/TelnetClient/html/search/classes_73.html
-share/doc/qore/modules/TelnetClient/html/search/classes_73.js
-share/doc/qore/modules/TelnetClient/html/search/classes_74.html
-share/doc/qore/modules/TelnetClient/html/search/classes_74.js
-share/doc/qore/modules/TelnetClient/html/search/classes_78.html
-share/doc/qore/modules/TelnetClient/html/search/classes_78.js
-share/doc/qore/modules/TelnetClient/html/search/classes_7a.html
-share/doc/qore/modules/TelnetClient/html/search/classes_7a.js
 share/doc/qore/modules/TelnetClient/html/search/classes_8.html
 share/doc/qore/modules/TelnetClient/html/search/classes_8.js
 share/doc/qore/modules/TelnetClient/html/search/classes_9.html
@@ -13328,58 +12418,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/functions_5.js
 share/doc/qore/modules/TelnetClient/html/search/functions_6.html
 share/doc/qore/modules/TelnetClient/html/search/functions_6.js
-share/doc/qore/modules/TelnetClient/html/search/functions_61.html
-share/doc/qore/modules/TelnetClient/html/search/functions_61.js
-share/doc/qore/modules/TelnetClient/html/search/functions_62.html
-share/doc/qore/modules/TelnetClient/html/search/functions_62.js
-share/doc/qore/modules/TelnetClient/html/search/functions_63.html
-share/doc/qore/modules/TelnetClient/html/search/functions_63.js
-share/doc/qore/modules/TelnetClient/html/search/functions_64.html
-share/doc/qore/modules/TelnetClient/html/search/functions_64.js
-share/doc/qore/modules/TelnetClient/html/search/functions_65.html
-share/doc/qore/modules/TelnetClient/html/search/functions_65.js
-share/doc/qore/modules/TelnetClient/html/search/functions_66.html
-share/doc/qore/modules/TelnetClient/html/search/functions_66.js
-share/doc/qore/modules/TelnetClient/html/search/functions_67.html
-share/doc/qore/modules/TelnetClient/html/search/functions_67.js
-share/doc/qore/modules/TelnetClient/html/search/functions_68.html
-share/doc/qore/modules/TelnetClient/html/search/functions_68.js
-share/doc/qore/modules/TelnetClient/html/search/functions_69.html
-share/doc/qore/modules/TelnetClient/html/search/functions_69.js
-share/doc/qore/modules/TelnetClient/html/search/functions_6a.html
-share/doc/qore/modules/TelnetClient/html/search/functions_6a.js
-share/doc/qore/modules/TelnetClient/html/search/functions_6b.html
-share/doc/qore/modules/TelnetClient/html/search/functions_6b.js
-share/doc/qore/modules/TelnetClient/html/search/functions_6c.html
-share/doc/qore/modules/TelnetClient/html/search/functions_6c.js
-share/doc/qore/modules/TelnetClient/html/search/functions_6d.html
-share/doc/qore/modules/TelnetClient/html/search/functions_6d.js
-share/doc/qore/modules/TelnetClient/html/search/functions_6e.html
-share/doc/qore/modules/TelnetClient/html/search/functions_6e.js
-share/doc/qore/modules/TelnetClient/html/search/functions_6f.html
-share/doc/qore/modules/TelnetClient/html/search/functions_6f.js
 share/doc/qore/modules/TelnetClient/html/search/functions_7.html
 share/doc/qore/modules/TelnetClient/html/search/functions_7.js
-share/doc/qore/modules/TelnetClient/html/search/functions_70.html
-share/doc/qore/modules/TelnetClient/html/search/functions_70.js
-share/doc/qore/modules/TelnetClient/html/search/functions_72.html
-share/doc/qore/modules/TelnetClient/html/search/functions_72.js
-share/doc/qore/modules/TelnetClient/html/search/functions_73.html
-share/doc/qore/modules/TelnetClient/html/search/functions_73.js
-share/doc/qore/modules/TelnetClient/html/search/functions_74.html
-share/doc/qore/modules/TelnetClient/html/search/functions_74.js
-share/doc/qore/modules/TelnetClient/html/search/functions_75.html
-share/doc/qore/modules/TelnetClient/html/search/functions_75.js
-share/doc/qore/modules/TelnetClient/html/search/functions_76.html
-share/doc/qore/modules/TelnetClient/html/search/functions_76.js
-share/doc/qore/modules/TelnetClient/html/search/functions_77.html
-share/doc/qore/modules/TelnetClient/html/search/functions_77.js
-share/doc/qore/modules/TelnetClient/html/search/functions_78.html
-share/doc/qore/modules/TelnetClient/html/search/functions_78.js
-share/doc/qore/modules/TelnetClient/html/search/functions_79.html
-share/doc/qore/modules/TelnetClient/html/search/functions_79.js
-share/doc/qore/modules/TelnetClient/html/search/functions_7a.html
-share/doc/qore/modules/TelnetClient/html/search/functions_7a.js
 share/doc/qore/modules/TelnetClient/html/search/functions_8.html
 share/doc/qore/modules/TelnetClient/html/search/functions_8.js
 share/doc/qore/modules/TelnetClient/html/search/functions_9.html
@@ -13414,44 +12454,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/groups_5.js
 share/doc/qore/modules/TelnetClient/html/search/groups_6.html
 share/doc/qore/modules/TelnetClient/html/search/groups_6.js
-share/doc/qore/modules/TelnetClient/html/search/groups_62.html
-share/doc/qore/modules/TelnetClient/html/search/groups_62.js
-share/doc/qore/modules/TelnetClient/html/search/groups_63.html
-share/doc/qore/modules/TelnetClient/html/search/groups_63.js
-share/doc/qore/modules/TelnetClient/html/search/groups_64.html
-share/doc/qore/modules/TelnetClient/html/search/groups_64.js
-share/doc/qore/modules/TelnetClient/html/search/groups_65.html
-share/doc/qore/modules/TelnetClient/html/search/groups_65.js
-share/doc/qore/modules/TelnetClient/html/search/groups_66.html
-share/doc/qore/modules/TelnetClient/html/search/groups_66.js
-share/doc/qore/modules/TelnetClient/html/search/groups_68.html
-share/doc/qore/modules/TelnetClient/html/search/groups_68.js
-share/doc/qore/modules/TelnetClient/html/search/groups_69.html
-share/doc/qore/modules/TelnetClient/html/search/groups_69.js
-share/doc/qore/modules/TelnetClient/html/search/groups_6c.html
-share/doc/qore/modules/TelnetClient/html/search/groups_6c.js
-share/doc/qore/modules/TelnetClient/html/search/groups_6d.html
-share/doc/qore/modules/TelnetClient/html/search/groups_6d.js
-share/doc/qore/modules/TelnetClient/html/search/groups_6e.html
-share/doc/qore/modules/TelnetClient/html/search/groups_6e.js
-share/doc/qore/modules/TelnetClient/html/search/groups_6f.html
-share/doc/qore/modules/TelnetClient/html/search/groups_6f.js
 share/doc/qore/modules/TelnetClient/html/search/groups_7.html
 share/doc/qore/modules/TelnetClient/html/search/groups_7.js
-share/doc/qore/modules/TelnetClient/html/search/groups_70.html
-share/doc/qore/modules/TelnetClient/html/search/groups_70.js
-share/doc/qore/modules/TelnetClient/html/search/groups_72.html
-share/doc/qore/modules/TelnetClient/html/search/groups_72.js
-share/doc/qore/modules/TelnetClient/html/search/groups_73.html
-share/doc/qore/modules/TelnetClient/html/search/groups_73.js
-share/doc/qore/modules/TelnetClient/html/search/groups_74.html
-share/doc/qore/modules/TelnetClient/html/search/groups_74.js
-share/doc/qore/modules/TelnetClient/html/search/groups_75.html
-share/doc/qore/modules/TelnetClient/html/search/groups_75.js
-share/doc/qore/modules/TelnetClient/html/search/groups_77.html
-share/doc/qore/modules/TelnetClient/html/search/groups_77.js
-share/doc/qore/modules/TelnetClient/html/search/groups_78.html
-share/doc/qore/modules/TelnetClient/html/search/groups_78.js
 share/doc/qore/modules/TelnetClient/html/search/groups_8.html
 share/doc/qore/modules/TelnetClient/html/search/groups_8.js
 share/doc/qore/modules/TelnetClient/html/search/groups_9.html
@@ -13483,20 +12487,6 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/namespaces_5.js
 share/doc/qore/modules/TelnetClient/html/search/namespaces_6.html
 share/doc/qore/modules/TelnetClient/html/search/namespaces_6.js
-share/doc/qore/modules/TelnetClient/html/search/namespaces_68.html
-share/doc/qore/modules/TelnetClient/html/search/namespaces_68.js
-share/doc/qore/modules/TelnetClient/html/search/namespaces_6d.html
-share/doc/qore/modules/TelnetClient/html/search/namespaces_6d.js
-share/doc/qore/modules/TelnetClient/html/search/namespaces_71.html
-share/doc/qore/modules/TelnetClient/html/search/namespaces_71.js
-share/doc/qore/modules/TelnetClient/html/search/namespaces_73.html
-share/doc/qore/modules/TelnetClient/html/search/namespaces_73.js
-share/doc/qore/modules/TelnetClient/html/search/namespaces_74.html
-share/doc/qore/modules/TelnetClient/html/search/namespaces_74.js
-share/doc/qore/modules/TelnetClient/html/search/namespaces_75.html
-share/doc/qore/modules/TelnetClient/html/search/namespaces_75.js
-share/doc/qore/modules/TelnetClient/html/search/namespaces_77.html
-share/doc/qore/modules/TelnetClient/html/search/namespaces_77.js
 share/doc/qore/modules/TelnetClient/html/search/nomatches.html
 share/doc/qore/modules/TelnetClient/html/search/pages_0.html
 share/doc/qore/modules/TelnetClient/html/search/pages_0.js
@@ -13506,10 +12496,6 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/pages_10.js
 share/doc/qore/modules/TelnetClient/html/search/pages_11.html
 share/doc/qore/modules/TelnetClient/html/search/pages_11.js
-share/doc/qore/modules/TelnetClient/html/search/pages_12.html
-share/doc/qore/modules/TelnetClient/html/search/pages_12.js
-share/doc/qore/modules/TelnetClient/html/search/pages_13.html
-share/doc/qore/modules/TelnetClient/html/search/pages_13.js
 share/doc/qore/modules/TelnetClient/html/search/pages_2.html
 share/doc/qore/modules/TelnetClient/html/search/pages_2.js
 share/doc/qore/modules/TelnetClient/html/search/pages_3.html
@@ -13520,48 +12506,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/pages_5.js
 share/doc/qore/modules/TelnetClient/html/search/pages_6.html
 share/doc/qore/modules/TelnetClient/html/search/pages_6.js
-share/doc/qore/modules/TelnetClient/html/search/pages_62.html
-share/doc/qore/modules/TelnetClient/html/search/pages_62.js
-share/doc/qore/modules/TelnetClient/html/search/pages_63.html
-share/doc/qore/modules/TelnetClient/html/search/pages_63.js
-share/doc/qore/modules/TelnetClient/html/search/pages_64.html
-share/doc/qore/modules/TelnetClient/html/search/pages_64.js
-share/doc/qore/modules/TelnetClient/html/search/pages_65.html
-share/doc/qore/modules/TelnetClient/html/search/pages_65.js
-share/doc/qore/modules/TelnetClient/html/search/pages_66.html
-share/doc/qore/modules/TelnetClient/html/search/pages_66.js
-share/doc/qore/modules/TelnetClient/html/search/pages_68.html
-share/doc/qore/modules/TelnetClient/html/search/pages_68.js
-share/doc/qore/modules/TelnetClient/html/search/pages_69.html
-share/doc/qore/modules/TelnetClient/html/search/pages_69.js
-share/doc/qore/modules/TelnetClient/html/search/pages_6b.html
-share/doc/qore/modules/TelnetClient/html/search/pages_6b.js
-share/doc/qore/modules/TelnetClient/html/search/pages_6c.html
-share/doc/qore/modules/TelnetClient/html/search/pages_6c.js
-share/doc/qore/modules/TelnetClient/html/search/pages_6d.html
-share/doc/qore/modules/TelnetClient/html/search/pages_6d.js
-share/doc/qore/modules/TelnetClient/html/search/pages_6e.html
-share/doc/qore/modules/TelnetClient/html/search/pages_6e.js
-share/doc/qore/modules/TelnetClient/html/search/pages_6f.html
-share/doc/qore/modules/TelnetClient/html/search/pages_6f.js
 share/doc/qore/modules/TelnetClient/html/search/pages_7.html
 share/doc/qore/modules/TelnetClient/html/search/pages_7.js
-share/doc/qore/modules/TelnetClient/html/search/pages_70.html
-share/doc/qore/modules/TelnetClient/html/search/pages_70.js
-share/doc/qore/modules/TelnetClient/html/search/pages_71.html
-share/doc/qore/modules/TelnetClient/html/search/pages_71.js
-share/doc/qore/modules/TelnetClient/html/search/pages_72.html
-share/doc/qore/modules/TelnetClient/html/search/pages_72.js
-share/doc/qore/modules/TelnetClient/html/search/pages_73.html
-share/doc/qore/modules/TelnetClient/html/search/pages_73.js
-share/doc/qore/modules/TelnetClient/html/search/pages_74.html
-share/doc/qore/modules/TelnetClient/html/search/pages_74.js
-share/doc/qore/modules/TelnetClient/html/search/pages_75.html
-share/doc/qore/modules/TelnetClient/html/search/pages_75.js
-share/doc/qore/modules/TelnetClient/html/search/pages_76.html
-share/doc/qore/modules/TelnetClient/html/search/pages_76.js
-share/doc/qore/modules/TelnetClient/html/search/pages_77.html
-share/doc/qore/modules/TelnetClient/html/search/pages_77.js
 share/doc/qore/modules/TelnetClient/html/search/pages_8.html
 share/doc/qore/modules/TelnetClient/html/search/pages_8.js
 share/doc/qore/modules/TelnetClient/html/search/pages_9.html
@@ -13583,6 +12529,7 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/search_l.png
 share/doc/qore/modules/TelnetClient/html/search/search_m.png
 share/doc/qore/modules/TelnetClient/html/search/search_r.png
+share/doc/qore/modules/TelnetClient/html/search/searchdata.js
 share/doc/qore/modules/TelnetClient/html/search/variables_0.html
 share/doc/qore/modules/TelnetClient/html/search/variables_0.js
 share/doc/qore/modules/TelnetClient/html/search/variables_1.html
@@ -13613,60 +12560,10 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/variables_4.js
 share/doc/qore/modules/TelnetClient/html/search/variables_5.html
 share/doc/qore/modules/TelnetClient/html/search/variables_5.js
-share/doc/qore/modules/TelnetClient/html/search/variables_5f.html
-share/doc/qore/modules/TelnetClient/html/search/variables_5f.js
 share/doc/qore/modules/TelnetClient/html/search/variables_6.html
 share/doc/qore/modules/TelnetClient/html/search/variables_6.js
-share/doc/qore/modules/TelnetClient/html/search/variables_61.html
-share/doc/qore/modules/TelnetClient/html/search/variables_61.js
-share/doc/qore/modules/TelnetClient/html/search/variables_62.html
-share/doc/qore/modules/TelnetClient/html/search/variables_62.js
-share/doc/qore/modules/TelnetClient/html/search/variables_63.html
-share/doc/qore/modules/TelnetClient/html/search/variables_63.js
-share/doc/qore/modules/TelnetClient/html/search/variables_64.html
-share/doc/qore/modules/TelnetClient/html/search/variables_64.js
-share/doc/qore/modules/TelnetClient/html/search/variables_65.html
-share/doc/qore/modules/TelnetClient/html/search/variables_65.js
-share/doc/qore/modules/TelnetClient/html/search/variables_66.html
-share/doc/qore/modules/TelnetClient/html/search/variables_66.js
-share/doc/qore/modules/TelnetClient/html/search/variables_67.html
-share/doc/qore/modules/TelnetClient/html/search/variables_67.js
-share/doc/qore/modules/TelnetClient/html/search/variables_68.html
-share/doc/qore/modules/TelnetClient/html/search/variables_68.js
-share/doc/qore/modules/TelnetClient/html/search/variables_69.html
-share/doc/qore/modules/TelnetClient/html/search/variables_69.js
-share/doc/qore/modules/TelnetClient/html/search/variables_6a.html
-share/doc/qore/modules/TelnetClient/html/search/variables_6a.js
-share/doc/qore/modules/TelnetClient/html/search/variables_6c.html
-share/doc/qore/modules/TelnetClient/html/search/variables_6c.js
-share/doc/qore/modules/TelnetClient/html/search/variables_6d.html
-share/doc/qore/modules/TelnetClient/html/search/variables_6d.js
-share/doc/qore/modules/TelnetClient/html/search/variables_6e.html
-share/doc/qore/modules/TelnetClient/html/search/variables_6e.js
-share/doc/qore/modules/TelnetClient/html/search/variables_6f.html
-share/doc/qore/modules/TelnetClient/html/search/variables_6f.js
 share/doc/qore/modules/TelnetClient/html/search/variables_7.html
 share/doc/qore/modules/TelnetClient/html/search/variables_7.js
-share/doc/qore/modules/TelnetClient/html/search/variables_70.html
-share/doc/qore/modules/TelnetClient/html/search/variables_70.js
-share/doc/qore/modules/TelnetClient/html/search/variables_71.html
-share/doc/qore/modules/TelnetClient/html/search/variables_71.js
-share/doc/qore/modules/TelnetClient/html/search/variables_72.html
-share/doc/qore/modules/TelnetClient/html/search/variables_72.js
-share/doc/qore/modules/TelnetClient/html/search/variables_73.html
-share/doc/qore/modules/TelnetClient/html/search/variables_73.js
-share/doc/qore/modules/TelnetClient/html/search/variables_74.html
-share/doc/qore/modules/TelnetClient/html/search/variables_74.js
-share/doc/qore/modules/TelnetClient/html/search/variables_75.html
-share/doc/qore/modules/TelnetClient/html/search/variables_75.js
-share/doc/qore/modules/TelnetClient/html/search/variables_76.html
-share/doc/qore/modules/TelnetClient/html/search/variables_76.js
-share/doc/qore/modules/TelnetClient/html/search/variables_77.html
-share/doc/qore/modules/TelnetClient/html/search/variables_77.js
-share/doc/qore/modules/TelnetClient/html/search/variables_78.html
-share/doc/qore/modules/TelnetClient/html/search/variables_78.js
-share/doc/qore/modules/TelnetClient/html/search/variables_7a.html
-share/doc/qore/modules/TelnetClient/html/search/variables_7a.js
 share/doc/qore/modules/TelnetClient/html/search/variables_8.html
 share/doc/qore/modules/TelnetClient/html/search/variables_8.js
 share/doc/qore/modules/TelnetClient/html/search/variables_9.html
@@ -13683,6 +12580,7 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/search/variables_e.js
 share/doc/qore/modules/TelnetClient/html/search/variables_f.html
 share/doc/qore/modules/TelnetClient/html/search/variables_f.js
+share/doc/qore/modules/TelnetClient/html/splitbar.png
 share/doc/qore/modules/TelnetClient/html/sync_off.png
 share/doc/qore/modules/TelnetClient/html/sync_on.png
 share/doc/qore/modules/TelnetClient/html/tab_a.png
@@ -13691,6 +12589,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/tab_s.png
 share/doc/qore/modules/TelnetClient/html/tabs.css
 share/doc/qore/modules/Util/html/_util_8qm_8dox_8h_source.html
+share/doc/qore/modules/Util/html/arrowdown.png
+share/doc/qore/modules/Util/html/arrowright.png
 share/doc/qore/modules/Util/html/bc_s.png
 share/doc/qore/modules/Util/html/bdwn.png
 share/doc/qore/modules/Util/html/closed.png
@@ -13702,25 +12602,12 @@ share/doc/qore/modules/Util/html/dir_4e8
 share/doc/qore/modules/Util/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/Util/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/Util/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/Util/html/doc.png
 share/doc/qore/modules/Util/html/doxygen.css
 share/doc/qore/modules/Util/html/doxygen.png
 share/doc/qore/modules/Util/html/dynsections.js
-share/doc/qore/modules/Util/html/ftv2blank.png
-share/doc/qore/modules/Util/html/ftv2cl.png
-share/doc/qore/modules/Util/html/ftv2doc.png
-share/doc/qore/modules/Util/html/ftv2folderclosed.png
-share/doc/qore/modules/Util/html/ftv2folderopen.png
-share/doc/qore/modules/Util/html/ftv2lastnode.png
-share/doc/qore/modules/Util/html/ftv2link.png
-share/doc/qore/modules/Util/html/ftv2mlastnode.png
-share/doc/qore/modules/Util/html/ftv2mnode.png
-share/doc/qore/modules/Util/html/ftv2mo.png
-share/doc/qore/modules/Util/html/ftv2node.png
-share/doc/qore/modules/Util/html/ftv2ns.png
-share/doc/qore/modules/Util/html/ftv2plastnode.png
-share/doc/qore/modules/Util/html/ftv2pnode.png
-share/doc/qore/modules/Util/html/ftv2splitbar.png
-share/doc/qore/modules/Util/html/ftv2vertline.png
+share/doc/qore/modules/Util/html/folderclosed.png
+share/doc/qore/modules/Util/html/folderopen.png
 share/doc/qore/modules/Util/html/graph_legend.html
 share/doc/qore/modules/Util/html/graph_legend.md5
 share/doc/qore/modules/Util/html/graph_legend.png
@@ -13738,6 +12625,7 @@ share/doc/qore/modules/Util/html/nav_g.p
 share/doc/qore/modules/Util/html/nav_h.png
 share/doc/qore/modules/Util/html/navtree.css
 share/doc/qore/modules/Util/html/navtree.js
+share/doc/qore/modules/Util/html/navtreedata.js
 share/doc/qore/modules/Util/html/navtreeindex0.js
 share/doc/qore/modules/Util/html/open.png
 share/doc/qore/modules/Util/html/pages.html
@@ -13776,64 +12664,10 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/all_4.js
 share/doc/qore/modules/Util/html/search/all_5.html
 share/doc/qore/modules/Util/html/search/all_5.js
-share/doc/qore/modules/Util/html/search/all_5f.html
-share/doc/qore/modules/Util/html/search/all_5f.js
 share/doc/qore/modules/Util/html/search/all_6.html
 share/doc/qore/modules/Util/html/search/all_6.js
-share/doc/qore/modules/Util/html/search/all_61.html
-share/doc/qore/modules/Util/html/search/all_61.js
-share/doc/qore/modules/Util/html/search/all_62.html
-share/doc/qore/modules/Util/html/search/all_62.js
-share/doc/qore/modules/Util/html/search/all_63.html
-share/doc/qore/modules/Util/html/search/all_63.js
-share/doc/qore/modules/Util/html/search/all_64.html
-share/doc/qore/modules/Util/html/search/all_64.js
-share/doc/qore/modules/Util/html/search/all_65.html
-share/doc/qore/modules/Util/html/search/all_65.js
-share/doc/qore/modules/Util/html/search/all_66.html
-share/doc/qore/modules/Util/html/search/all_66.js
-share/doc/qore/modules/Util/html/search/all_67.html
-share/doc/qore/modules/Util/html/search/all_67.js
-share/doc/qore/modules/Util/html/search/all_68.html
-share/doc/qore/modules/Util/html/search/all_68.js
-share/doc/qore/modules/Util/html/search/all_69.html
-share/doc/qore/modules/Util/html/search/all_69.js
-share/doc/qore/modules/Util/html/search/all_6a.html
-share/doc/qore/modules/Util/html/search/all_6a.js
-share/doc/qore/modules/Util/html/search/all_6b.html
-share/doc/qore/modules/Util/html/search/all_6b.js
-share/doc/qore/modules/Util/html/search/all_6c.html
-share/doc/qore/modules/Util/html/search/all_6c.js
-share/doc/qore/modules/Util/html/search/all_6d.html
-share/doc/qore/modules/Util/html/search/all_6d.js
-share/doc/qore/modules/Util/html/search/all_6e.html
-share/doc/qore/modules/Util/html/search/all_6e.js
-share/doc/qore/modules/Util/html/search/all_6f.html
-share/doc/qore/modules/Util/html/search/all_6f.js
 share/doc/qore/modules/Util/html/search/all_7.html
 share/doc/qore/modules/Util/html/search/all_7.js
-share/doc/qore/modules/Util/html/search/all_70.html
-share/doc/qore/modules/Util/html/search/all_70.js
-share/doc/qore/modules/Util/html/search/all_71.html
-share/doc/qore/modules/Util/html/search/all_71.js
-share/doc/qore/modules/Util/html/search/all_72.html
-share/doc/qore/modules/Util/html/search/all_72.js
-share/doc/qore/modules/Util/html/search/all_73.html
-share/doc/qore/modules/Util/html/search/all_73.js
-share/doc/qore/modules/Util/html/search/all_74.html
-share/doc/qore/modules/Util/html/search/all_74.js
-share/doc/qore/modules/Util/html/search/all_75.html
-share/doc/qore/modules/Util/html/search/all_75.js
-share/doc/qore/modules/Util/html/search/all_76.html
-share/doc/qore/modules/Util/html/search/all_76.js
-share/doc/qore/modules/Util/html/search/all_77.html
-share/doc/qore/modules/Util/html/search/all_77.js
-share/doc/qore/modules/Util/html/search/all_78.html
-share/doc/qore/modules/Util/html/search/all_78.js
-share/doc/qore/modules/Util/html/search/all_79.html
-share/doc/qore/modules/Util/html/search/all_79.js
-share/doc/qore/modules/Util/html/search/all_7a.html
-share/doc/qore/modules/Util/html/search/all_7a.js
 share/doc/qore/modules/Util/html/search/all_8.html
 share/doc/qore/modules/Util/html/search/all_8.js
 share/doc/qore/modules/Util/html/search/all_9.html
@@ -13854,6 +12688,10 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/classes_0.js
 share/doc/qore/modules/Util/html/search/classes_1.html
 share/doc/qore/modules/Util/html/search/classes_1.js
+share/doc/qore/modules/Util/html/search/classes_10.html
+share/doc/qore/modules/Util/html/search/classes_10.js
+share/doc/qore/modules/Util/html/search/classes_11.html
+share/doc/qore/modules/Util/html/search/classes_11.js
 share/doc/qore/modules/Util/html/search/classes_2.html
 share/doc/qore/modules/Util/html/search/classes_2.js
 share/doc/qore/modules/Util/html/search/classes_3.html
@@ -13864,38 +12702,8 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/classes_5.js
 share/doc/qore/modules/Util/html/search/classes_6.html
 share/doc/qore/modules/Util/html/search/classes_6.js
-share/doc/qore/modules/Util/html/search/classes_61.html
-share/doc/qore/modules/Util/html/search/classes_61.js
-share/doc/qore/modules/Util/html/search/classes_63.html
-share/doc/qore/modules/Util/html/search/classes_63.js
-share/doc/qore/modules/Util/html/search/classes_64.html
-share/doc/qore/modules/Util/html/search/classes_64.js
-share/doc/qore/modules/Util/html/search/classes_66.html
-share/doc/qore/modules/Util/html/search/classes_66.js
-share/doc/qore/modules/Util/html/search/classes_67.html
-share/doc/qore/modules/Util/html/search/classes_67.js
-share/doc/qore/modules/Util/html/search/classes_68.html
-share/doc/qore/modules/Util/html/search/classes_68.js
-share/doc/qore/modules/Util/html/search/classes_6c.html
-share/doc/qore/modules/Util/html/search/classes_6c.js
-share/doc/qore/modules/Util/html/search/classes_6d.html
-share/doc/qore/modules/Util/html/search/classes_6d.js
-share/doc/qore/modules/Util/html/search/classes_6f.html
-share/doc/qore/modules/Util/html/search/classes_6f.js
 share/doc/qore/modules/Util/html/search/classes_7.html
 share/doc/qore/modules/Util/html/search/classes_7.js
-share/doc/qore/modules/Util/html/search/classes_70.html
-share/doc/qore/modules/Util/html/search/classes_70.js
-share/doc/qore/modules/Util/html/search/classes_71.html
-share/doc/qore/modules/Util/html/search/classes_71.js
-share/doc/qore/modules/Util/html/search/classes_72.html
-share/doc/qore/modules/Util/html/search/classes_72.js
-share/doc/qore/modules/Util/html/search/classes_73.html
-share/doc/qore/modules/Util/html/search/classes_73.js
-share/doc/qore/modules/Util/html/search/classes_74.html
-share/doc/qore/modules/Util/html/search/classes_74.js
-share/doc/qore/modules/Util/html/search/classes_7a.html
-share/doc/qore/modules/Util/html/search/classes_7a.js
 share/doc/qore/modules/Util/html/search/classes_8.html
 share/doc/qore/modules/Util/html/search/classes_8.js
 share/doc/qore/modules/Util/html/search/classes_9.html
@@ -13910,6 +12718,8 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/classes_d.js
 share/doc/qore/modules/Util/html/search/classes_e.html
 share/doc/qore/modules/Util/html/search/classes_e.js
+share/doc/qore/modules/Util/html/search/classes_f.html
+share/doc/qore/modules/Util/html/search/classes_f.js
 share/doc/qore/modules/Util/html/search/close.png
 share/doc/qore/modules/Util/html/search/functions_0.html
 share/doc/qore/modules/Util/html/search/functions_0.js
@@ -13943,58 +12753,8 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/functions_5.js
 share/doc/qore/modules/Util/html/search/functions_6.html
 share/doc/qore/modules/Util/html/search/functions_6.js
-share/doc/qore/modules/Util/html/search/functions_61.html
-share/doc/qore/modules/Util/html/search/functions_61.js
-share/doc/qore/modules/Util/html/search/functions_62.html
-share/doc/qore/modules/Util/html/search/functions_62.js
-share/doc/qore/modules/Util/html/search/functions_63.html
-share/doc/qore/modules/Util/html/search/functions_63.js
-share/doc/qore/modules/Util/html/search/functions_64.html
-share/doc/qore/modules/Util/html/search/functions_64.js
-share/doc/qore/modules/Util/html/search/functions_65.html
-share/doc/qore/modules/Util/html/search/functions_65.js
-share/doc/qore/modules/Util/html/search/functions_66.html
-share/doc/qore/modules/Util/html/search/functions_66.js
-share/doc/qore/modules/Util/html/search/functions_67.html
-share/doc/qore/modules/Util/html/search/functions_67.js
-share/doc/qore/modules/Util/html/search/functions_68.html
-share/doc/qore/modules/Util/html/search/functions_68.js
-share/doc/qore/modules/Util/html/search/functions_69.html
-share/doc/qore/modules/Util/html/search/functions_69.js
-share/doc/qore/modules/Util/html/search/functions_6a.html
-share/doc/qore/modules/Util/html/search/functions_6a.js
-share/doc/qore/modules/Util/html/search/functions_6b.html
-share/doc/qore/modules/Util/html/search/functions_6b.js
-share/doc/qore/modules/Util/html/search/functions_6c.html
-share/doc/qore/modules/Util/html/search/functions_6c.js
-share/doc/qore/modules/Util/html/search/functions_6d.html
-share/doc/qore/modules/Util/html/search/functions_6d.js
-share/doc/qore/modules/Util/html/search/functions_6e.html
-share/doc/qore/modules/Util/html/search/functions_6e.js
-share/doc/qore/modules/Util/html/search/functions_6f.html
-share/doc/qore/modules/Util/html/search/functions_6f.js
 share/doc/qore/modules/Util/html/search/functions_7.html
 share/doc/qore/modules/Util/html/search/functions_7.js
-share/doc/qore/modules/Util/html/search/functions_70.html
-share/doc/qore/modules/Util/html/search/functions_70.js
-share/doc/qore/modules/Util/html/search/functions_72.html
-share/doc/qore/modules/Util/html/search/functions_72.js
-share/doc/qore/modules/Util/html/search/functions_73.html
-share/doc/qore/modules/Util/html/search/functions_73.js
-share/doc/qore/modules/Util/html/search/functions_74.html
-share/doc/qore/modules/Util/html/search/functions_74.js
-share/doc/qore/modules/Util/html/search/functions_75.html
-share/doc/qore/modules/Util/html/search/functions_75.js
-share/doc/qore/modules/Util/html/search/functions_76.html
-share/doc/qore/modules/Util/html/search/functions_76.js
-share/doc/qore/modules/Util/html/search/functions_77.html
-share/doc/qore/modules/Util/html/search/functions_77.js
-share/doc/qore/modules/Util/html/search/functions_78.html
-share/doc/qore/modules/Util/html/search/functions_78.js
-share/doc/qore/modules/Util/html/search/functions_79.html
-share/doc/qore/modules/Util/html/search/functions_79.js
-share/doc/qore/modules/Util/html/search/functions_7a.html
-share/doc/qore/modules/Util/html/search/functions_7a.js
 share/doc/qore/modules/Util/html/search/functions_8.html
 share/doc/qore/modules/Util/html/search/functions_8.js
 share/doc/qore/modules/Util/html/search/functions_9.html
@@ -14029,44 +12789,8 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/groups_5.js
 share/doc/qore/modules/Util/html/search/groups_6.html
 share/doc/qore/modules/Util/html/search/groups_6.js
-share/doc/qore/modules/Util/html/search/groups_62.html
-share/doc/qore/modules/Util/html/search/groups_62.js
-share/doc/qore/modules/Util/html/search/groups_63.html
-share/doc/qore/modules/Util/html/search/groups_63.js
-share/doc/qore/modules/Util/html/search/groups_64.html
-share/doc/qore/modules/Util/html/search/groups_64.js
-share/doc/qore/modules/Util/html/search/groups_65.html
-share/doc/qore/modules/Util/html/search/groups_65.js
-share/doc/qore/modules/Util/html/search/groups_66.html
-share/doc/qore/modules/Util/html/search/groups_66.js
-share/doc/qore/modules/Util/html/search/groups_68.html
-share/doc/qore/modules/Util/html/search/groups_68.js
-share/doc/qore/modules/Util/html/search/groups_69.html
-share/doc/qore/modules/Util/html/search/groups_69.js
-share/doc/qore/modules/Util/html/search/groups_6c.html
-share/doc/qore/modules/Util/html/search/groups_6c.js
-share/doc/qore/modules/Util/html/search/groups_6d.html
-share/doc/qore/modules/Util/html/search/groups_6d.js
-share/doc/qore/modules/Util/html/search/groups_6e.html
-share/doc/qore/modules/Util/html/search/groups_6e.js
-share/doc/qore/modules/Util/html/search/groups_6f.html
-share/doc/qore/modules/Util/html/search/groups_6f.js
 share/doc/qore/modules/Util/html/search/groups_7.html
 share/doc/qore/modules/Util/html/search/groups_7.js
-share/doc/qore/modules/Util/html/search/groups_70.html
-share/doc/qore/modules/Util/html/search/groups_70.js
-share/doc/qore/modules/Util/html/search/groups_72.html
-share/doc/qore/modules/Util/html/search/groups_72.js
-share/doc/qore/modules/Util/html/search/groups_73.html
-share/doc/qore/modules/Util/html/search/groups_73.js
-share/doc/qore/modules/Util/html/search/groups_74.html
-share/doc/qore/modules/Util/html/search/groups_74.js
-share/doc/qore/modules/Util/html/search/groups_75.html
-share/doc/qore/modules/Util/html/search/groups_75.js
-share/doc/qore/modules/Util/html/search/groups_77.html
-share/doc/qore/modules/Util/html/search/groups_77.js
-share/doc/qore/modules/Util/html/search/groups_78.html
-share/doc/qore/modules/Util/html/search/groups_78.js
 share/doc/qore/modules/Util/html/search/groups_8.html
 share/doc/qore/modules/Util/html/search/groups_8.js
 share/doc/qore/modules/Util/html/search/groups_9.html
@@ -14088,10 +12812,6 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/namespaces_0.js
 share/doc/qore/modules/Util/html/search/namespaces_1.html
 share/doc/qore/modules/Util/html/search/namespaces_1.js
-share/doc/qore/modules/Util/html/search/namespaces_71.html
-share/doc/qore/modules/Util/html/search/namespaces_71.js
-share/doc/qore/modules/Util/html/search/namespaces_75.html
-share/doc/qore/modules/Util/html/search/namespaces_75.js
 share/doc/qore/modules/Util/html/search/nomatches.html
 share/doc/qore/modules/Util/html/search/pages_0.html
 share/doc/qore/modules/Util/html/search/pages_0.js
@@ -14113,46 +12833,8 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/pages_5.js
 share/doc/qore/modules/Util/html/search/pages_6.html
 share/doc/qore/modules/Util/html/search/pages_6.js
-share/doc/qore/modules/Util/html/search/pages_62.html
-share/doc/qore/modules/Util/html/search/pages_62.js
-share/doc/qore/modules/Util/html/search/pages_63.html
-share/doc/qore/modules/Util/html/search/pages_63.js
-share/doc/qore/modules/Util/html/search/pages_64.html
-share/doc/qore/modules/Util/html/search/pages_64.js
-share/doc/qore/modules/Util/html/search/pages_65.html
-share/doc/qore/modules/Util/html/search/pages_65.js
-share/doc/qore/modules/Util/html/search/pages_66.html
-share/doc/qore/modules/Util/html/search/pages_66.js
-share/doc/qore/modules/Util/html/search/pages_69.html
-share/doc/qore/modules/Util/html/search/pages_69.js
-share/doc/qore/modules/Util/html/search/pages_6b.html
-share/doc/qore/modules/Util/html/search/pages_6b.js
-share/doc/qore/modules/Util/html/search/pages_6c.html
-share/doc/qore/modules/Util/html/search/pages_6c.js
-share/doc/qore/modules/Util/html/search/pages_6d.html
-share/doc/qore/modules/Util/html/search/pages_6d.js
-share/doc/qore/modules/Util/html/search/pages_6e.html
-share/doc/qore/modules/Util/html/search/pages_6e.js
-share/doc/qore/modules/Util/html/search/pages_6f.html
-share/doc/qore/modules/Util/html/search/pages_6f.js
 share/doc/qore/modules/Util/html/search/pages_7.html
 share/doc/qore/modules/Util/html/search/pages_7.js
-share/doc/qore/modules/Util/html/search/pages_70.html
-share/doc/qore/modules/Util/html/search/pages_70.js
-share/doc/qore/modules/Util/html/search/pages_71.html
-share/doc/qore/modules/Util/html/search/pages_71.js
-share/doc/qore/modules/Util/html/search/pages_72.html
-share/doc/qore/modules/Util/html/search/pages_72.js
-share/doc/qore/modules/Util/html/search/pages_73.html
-share/doc/qore/modules/Util/html/search/pages_73.js
-share/doc/qore/modules/Util/html/search/pages_74.html
-share/doc/qore/modules/Util/html/search/pages_74.js
-share/doc/qore/modules/Util/html/search/pages_75.html
-share/doc/qore/modules/Util/html/search/pages_75.js
-share/doc/qore/modules/Util/html/search/pages_76.html
-share/doc/qore/modules/Util/html/search/pages_76.js
-share/doc/qore/modules/Util/html/search/pages_77.html
-share/doc/qore/modules/Util/html/search/pages_77.js
 share/doc/qore/modules/Util/html/search/pages_8.html
 share/doc/qore/modules/Util/html/search/pages_8.js
 share/doc/qore/modules/Util/html/search/pages_9.html
@@ -14174,6 +12856,7 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/search_l.png
 share/doc/qore/modules/Util/html/search/search_m.png
 share/doc/qore/modules/Util/html/search/search_r.png
+share/doc/qore/modules/Util/html/search/searchdata.js
 share/doc/qore/modules/Util/html/search/variables_0.html
 share/doc/qore/modules/Util/html/search/variables_0.js
 share/doc/qore/modules/Util/html/search/variables_1.html
@@ -14196,52 +12879,10 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/variables_4.js
 share/doc/qore/modules/Util/html/search/variables_5.html
 share/doc/qore/modules/Util/html/search/variables_5.js
-share/doc/qore/modules/Util/html/search/variables_5f.html
-share/doc/qore/modules/Util/html/search/variables_5f.js
 share/doc/qore/modules/Util/html/search/variables_6.html
 share/doc/qore/modules/Util/html/search/variables_6.js
-share/doc/qore/modules/Util/html/search/variables_61.html
-share/doc/qore/modules/Util/html/search/variables_61.js
-share/doc/qore/modules/Util/html/search/variables_62.html
-share/doc/qore/modules/Util/html/search/variables_62.js
-share/doc/qore/modules/Util/html/search/variables_63.html
-share/doc/qore/modules/Util/html/search/variables_63.js
-share/doc/qore/modules/Util/html/search/variables_64.html
-share/doc/qore/modules/Util/html/search/variables_64.js
-share/doc/qore/modules/Util/html/search/variables_65.html
-share/doc/qore/modules/Util/html/search/variables_65.js
-share/doc/qore/modules/Util/html/search/variables_66.html
-share/doc/qore/modules/Util/html/search/variables_66.js
-share/doc/qore/modules/Util/html/search/variables_68.html
-share/doc/qore/modules/Util/html/search/variables_68.js
-share/doc/qore/modules/Util/html/search/variables_69.html
-share/doc/qore/modules/Util/html/search/variables_69.js
-share/doc/qore/modules/Util/html/search/variables_6c.html
-share/doc/qore/modules/Util/html/search/variables_6c.js
-share/doc/qore/modules/Util/html/search/variables_6d.html
-share/doc/qore/modules/Util/html/search/variables_6d.js
-share/doc/qore/modules/Util/html/search/variables_6e.html
-share/doc/qore/modules/Util/html/search/variables_6e.js
-share/doc/qore/modules/Util/html/search/variables_6f.html
-share/doc/qore/modules/Util/html/search/variables_6f.js
 share/doc/qore/modules/Util/html/search/variables_7.html
 share/doc/qore/modules/Util/html/search/variables_7.js
-share/doc/qore/modules/Util/html/search/variables_70.html
-share/doc/qore/modules/Util/html/search/variables_70.js
-share/doc/qore/modules/Util/html/search/variables_72.html
-share/doc/qore/modules/Util/html/search/variables_72.js
-share/doc/qore/modules/Util/html/search/variables_73.html
-share/doc/qore/modules/Util/html/search/variables_73.js
-share/doc/qore/modules/Util/html/search/variables_74.html
-share/doc/qore/modules/Util/html/search/variables_74.js
-share/doc/qore/modules/Util/html/search/variables_76.html
-share/doc/qore/modules/Util/html/search/variables_76.js
-share/doc/qore/modules/Util/html/search/variables_77.html
-share/doc/qore/modules/Util/html/search/variables_77.js
-share/doc/qore/modules/Util/html/search/variables_78.html
-share/doc/qore/modules/Util/html/search/variables_78.js
-share/doc/qore/modules/Util/html/search/variables_7a.html
-share/doc/qore/modules/Util/html/search/variables_7a.js
 share/doc/qore/modules/Util/html/search/variables_8.html
 share/doc/qore/modules/Util/html/search/variables_8.js
 share/doc/qore/modules/Util/html/search/variables_9.html
@@ -14258,6 +12899,7 @@ share/doc/qore/modules/Util/html/search/
 share/doc/qore/modules/Util/html/search/variables_e.js
 share/doc/qore/modules/Util/html/search/variables_f.html
 share/doc/qore/modules/Util/html/search/variables_f.js
+share/doc/qore/modules/Util/html/splitbar.png
 share/doc/qore/modules/Util/html/sync_off.png
 share/doc/qore/modules/Util/html/sync_on.png
 share/doc/qore/modules/Util/html/tab_a.png
@@ -14267,7 +12909,9 @@ share/doc/qore/modules/Util/html/tab_s.p
 share/doc/qore/modules/Util/html/tabs.css
 share/doc/qore/modules/WebSocketClient/html/_web_socket_client_8qm_8dox_8h_source.html
 share/doc/qore/modules/WebSocketClient/html/annotated.html
-share/doc/qore/modules/WebSocketClient/html/annotated.js
+share/doc/qore/modules/WebSocketClient/html/annotated_dup.js
+share/doc/qore/modules/WebSocketClient/html/arrowdown.png
+share/doc/qore/modules/WebSocketClient/html/arrowright.png
 share/doc/qore/modules/WebSocketClient/html/bc_s.png
 share/doc/qore/modules/WebSocketClient/html/bdwn.png
 share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client-members.html
@@ -14283,25 +12927,12 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/WebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/WebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/WebSocketClient/html/doc.png
 share/doc/qore/modules/WebSocketClient/html/doxygen.css
 share/doc/qore/modules/WebSocketClient/html/doxygen.png
 share/doc/qore/modules/WebSocketClient/html/dynsections.js
-share/doc/qore/modules/WebSocketClient/html/ftv2blank.png
-share/doc/qore/modules/WebSocketClient/html/ftv2cl.png
-share/doc/qore/modules/WebSocketClient/html/ftv2doc.png
-share/doc/qore/modules/WebSocketClient/html/ftv2folderclosed.png
-share/doc/qore/modules/WebSocketClient/html/ftv2folderopen.png
-share/doc/qore/modules/WebSocketClient/html/ftv2lastnode.png
-share/doc/qore/modules/WebSocketClient/html/ftv2link.png
-share/doc/qore/modules/WebSocketClient/html/ftv2mlastnode.png
-share/doc/qore/modules/WebSocketClient/html/ftv2mnode.png
-share/doc/qore/modules/WebSocketClient/html/ftv2mo.png
-share/doc/qore/modules/WebSocketClient/html/ftv2node.png
-share/doc/qore/modules/WebSocketClient/html/ftv2ns.png
-share/doc/qore/modules/WebSocketClient/html/ftv2plastnode.png
-share/doc/qore/modules/WebSocketClient/html/ftv2pnode.png
-share/doc/qore/modules/WebSocketClient/html/ftv2splitbar.png
-share/doc/qore/modules/WebSocketClient/html/ftv2vertline.png
+share/doc/qore/modules/WebSocketClient/html/folderclosed.png
+share/doc/qore/modules/WebSocketClient/html/folderopen.png
 share/doc/qore/modules/WebSocketClient/html/functions.html
 share/doc/qore/modules/WebSocketClient/html/functions_func.html
 share/doc/qore/modules/WebSocketClient/html/graph_legend.html
@@ -14321,6 +12952,7 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/nav_h.png
 share/doc/qore/modules/WebSocketClient/html/navtree.css
 share/doc/qore/modules/WebSocketClient/html/navtree.js
+share/doc/qore/modules/WebSocketClient/html/navtreedata.js
 share/doc/qore/modules/WebSocketClient/html/navtreeindex0.js
 share/doc/qore/modules/WebSocketClient/html/open.png
 share/doc/qore/modules/WebSocketClient/html/pages.html
@@ -14359,64 +12991,10 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/all_4.js
 share/doc/qore/modules/WebSocketClient/html/search/all_5.html
 share/doc/qore/modules/WebSocketClient/html/search/all_5.js
-share/doc/qore/modules/WebSocketClient/html/search/all_5f.html
-share/doc/qore/modules/WebSocketClient/html/search/all_5f.js
 share/doc/qore/modules/WebSocketClient/html/search/all_6.html
 share/doc/qore/modules/WebSocketClient/html/search/all_6.js
-share/doc/qore/modules/WebSocketClient/html/search/all_61.html
-share/doc/qore/modules/WebSocketClient/html/search/all_61.js
-share/doc/qore/modules/WebSocketClient/html/search/all_62.html
-share/doc/qore/modules/WebSocketClient/html/search/all_62.js
-share/doc/qore/modules/WebSocketClient/html/search/all_63.html
-share/doc/qore/modules/WebSocketClient/html/search/all_63.js
-share/doc/qore/modules/WebSocketClient/html/search/all_64.html
-share/doc/qore/modules/WebSocketClient/html/search/all_64.js
-share/doc/qore/modules/WebSocketClient/html/search/all_65.html
-share/doc/qore/modules/WebSocketClient/html/search/all_65.js
-share/doc/qore/modules/WebSocketClient/html/search/all_66.html
-share/doc/qore/modules/WebSocketClient/html/search/all_66.js
-share/doc/qore/modules/WebSocketClient/html/search/all_67.html
-share/doc/qore/modules/WebSocketClient/html/search/all_67.js
-share/doc/qore/modules/WebSocketClient/html/search/all_68.html
-share/doc/qore/modules/WebSocketClient/html/search/all_68.js
-share/doc/qore/modules/WebSocketClient/html/search/all_69.html
-share/doc/qore/modules/WebSocketClient/html/search/all_69.js
-share/doc/qore/modules/WebSocketClient/html/search/all_6a.html
-share/doc/qore/modules/WebSocketClient/html/search/all_6a.js
-share/doc/qore/modules/WebSocketClient/html/search/all_6b.html
-share/doc/qore/modules/WebSocketClient/html/search/all_6b.js
-share/doc/qore/modules/WebSocketClient/html/search/all_6c.html
-share/doc/qore/modules/WebSocketClient/html/search/all_6c.js
-share/doc/qore/modules/WebSocketClient/html/search/all_6d.html
-share/doc/qore/modules/WebSocketClient/html/search/all_6d.js
-share/doc/qore/modules/WebSocketClient/html/search/all_6e.html
-share/doc/qore/modules/WebSocketClient/html/search/all_6e.js
-share/doc/qore/modules/WebSocketClient/html/search/all_6f.html
-share/doc/qore/modules/WebSocketClient/html/search/all_6f.js
 share/doc/qore/modules/WebSocketClient/html/search/all_7.html
 share/doc/qore/modules/WebSocketClient/html/search/all_7.js
-share/doc/qore/modules/WebSocketClient/html/search/all_70.html
-share/doc/qore/modules/WebSocketClient/html/search/all_70.js
-share/doc/qore/modules/WebSocketClient/html/search/all_71.html
-share/doc/qore/modules/WebSocketClient/html/search/all_71.js
-share/doc/qore/modules/WebSocketClient/html/search/all_72.html
-share/doc/qore/modules/WebSocketClient/html/search/all_72.js
-share/doc/qore/modules/WebSocketClient/html/search/all_73.html
-share/doc/qore/modules/WebSocketClient/html/search/all_73.js
-share/doc/qore/modules/WebSocketClient/html/search/all_74.html
-share/doc/qore/modules/WebSocketClient/html/search/all_74.js
-share/doc/qore/modules/WebSocketClient/html/search/all_75.html
-share/doc/qore/modules/WebSocketClient/html/search/all_75.js
-share/doc/qore/modules/WebSocketClient/html/search/all_76.html
-share/doc/qore/modules/WebSocketClient/html/search/all_76.js
-share/doc/qore/modules/WebSocketClient/html/search/all_77.html
-share/doc/qore/modules/WebSocketClient/html/search/all_77.js
-share/doc/qore/modules/WebSocketClient/html/search/all_78.html
-share/doc/qore/modules/WebSocketClient/html/search/all_78.js
-share/doc/qore/modules/WebSocketClient/html/search/all_79.html
-share/doc/qore/modules/WebSocketClient/html/search/all_79.js
-share/doc/qore/modules/WebSocketClient/html/search/all_7a.html
-share/doc/qore/modules/WebSocketClient/html/search/all_7a.js
 share/doc/qore/modules/WebSocketClient/html/search/all_8.html
 share/doc/qore/modules/WebSocketClient/html/search/all_8.js
 share/doc/qore/modules/WebSocketClient/html/search/all_9.html
@@ -14441,6 +13019,10 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/classes_10.js
 share/doc/qore/modules/WebSocketClient/html/search/classes_11.html
 share/doc/qore/modules/WebSocketClient/html/search/classes_11.js
+share/doc/qore/modules/WebSocketClient/html/search/classes_12.html
+share/doc/qore/modules/WebSocketClient/html/search/classes_12.js
+share/doc/qore/modules/WebSocketClient/html/search/classes_13.html
+share/doc/qore/modules/WebSocketClient/html/search/classes_13.js
 share/doc/qore/modules/WebSocketClient/html/search/classes_2.html
 share/doc/qore/modules/WebSocketClient/html/search/classes_2.js
 share/doc/qore/modules/WebSocketClient/html/search/classes_3.html
@@ -14451,44 +13033,8 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/classes_5.js
 share/doc/qore/modules/WebSocketClient/html/search/classes_6.html
 share/doc/qore/modules/WebSocketClient/html/search/classes_6.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_61.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_61.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_63.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_63.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_64.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_64.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_66.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_66.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_67.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_67.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_68.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_68.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_69.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_69.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_6c.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_6c.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_6d.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_6d.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_6e.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_6e.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_6f.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_6f.js
 share/doc/qore/modules/WebSocketClient/html/search/classes_7.html
 share/doc/qore/modules/WebSocketClient/html/search/classes_7.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_70.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_70.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_71.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_71.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_72.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_72.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_73.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_73.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_74.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_74.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_77.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_77.js
-share/doc/qore/modules/WebSocketClient/html/search/classes_7a.html
-share/doc/qore/modules/WebSocketClient/html/search/classes_7a.js
 share/doc/qore/modules/WebSocketClient/html/search/classes_8.html
 share/doc/qore/modules/WebSocketClient/html/search/classes_8.js
 share/doc/qore/modules/WebSocketClient/html/search/classes_9.html
@@ -14538,58 +13084,8 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/functions_5.js
 share/doc/qore/modules/WebSocketClient/html/search/functions_6.html
 share/doc/qore/modules/WebSocketClient/html/search/functions_6.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_61.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_61.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_62.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_62.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_63.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_63.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_64.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_64.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_65.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_65.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_66.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_66.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_67.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_67.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_68.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_68.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_69.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_69.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_6a.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_6a.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_6b.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_6b.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_6c.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_6c.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_6d.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_6d.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_6e.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_6e.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_6f.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_6f.js
 share/doc/qore/modules/WebSocketClient/html/search/functions_7.html
 share/doc/qore/modules/WebSocketClient/html/search/functions_7.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_70.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_70.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_72.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_72.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_73.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_73.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_74.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_74.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_75.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_75.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_76.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_76.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_77.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_77.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_78.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_78.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_79.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_79.js
-share/doc/qore/modules/WebSocketClient/html/search/functions_7a.html
-share/doc/qore/modules/WebSocketClient/html/search/functions_7a.js
 share/doc/qore/modules/WebSocketClient/html/search/functions_8.html
 share/doc/qore/modules/WebSocketClient/html/search/functions_8.js
 share/doc/qore/modules/WebSocketClient/html/search/functions_9.html
@@ -14624,44 +13120,8 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/groups_5.js
 share/doc/qore/modules/WebSocketClient/html/search/groups_6.html
 share/doc/qore/modules/WebSocketClient/html/search/groups_6.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_62.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_62.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_63.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_63.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_64.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_64.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_65.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_65.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_66.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_66.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_68.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_68.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_69.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_69.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_6c.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_6c.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_6d.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_6d.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_6e.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_6e.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_6f.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_6f.js
 share/doc/qore/modules/WebSocketClient/html/search/groups_7.html
 share/doc/qore/modules/WebSocketClient/html/search/groups_7.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_70.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_70.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_72.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_72.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_73.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_73.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_74.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_74.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_75.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_75.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_77.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_77.js
-share/doc/qore/modules/WebSocketClient/html/search/groups_78.html
-share/doc/qore/modules/WebSocketClient/html/search/groups_78.js
 share/doc/qore/modules/WebSocketClient/html/search/groups_8.html
 share/doc/qore/modules/WebSocketClient/html/search/groups_8.js
 share/doc/qore/modules/WebSocketClient/html/search/groups_9.html
@@ -14691,18 +13151,6 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/namespaces_4.js
 share/doc/qore/modules/WebSocketClient/html/search/namespaces_5.html
 share/doc/qore/modules/WebSocketClient/html/search/namespaces_5.js
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_68.html
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_68.js
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_6d.html
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_6d.js
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_71.html
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_71.js
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_73.html
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_73.js
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_75.html
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_75.js
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_77.html
-share/doc/qore/modules/WebSocketClient/html/search/namespaces_77.js
 share/doc/qore/modules/WebSocketClient/html/search/nomatches.html
 share/doc/qore/modules/WebSocketClient/html/search/pages_0.html
 share/doc/qore/modules/WebSocketClient/html/search/pages_0.js
@@ -14712,10 +13160,6 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/pages_10.js
 share/doc/qore/modules/WebSocketClient/html/search/pages_11.html
 share/doc/qore/modules/WebSocketClient/html/search/pages_11.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_12.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_12.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_13.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_13.js
 share/doc/qore/modules/WebSocketClient/html/search/pages_2.html
 share/doc/qore/modules/WebSocketClient/html/search/pages_2.js
 share/doc/qore/modules/WebSocketClient/html/search/pages_3.html
@@ -14726,48 +13170,8 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/pages_5.js
 share/doc/qore/modules/WebSocketClient/html/search/pages_6.html
 share/doc/qore/modules/WebSocketClient/html/search/pages_6.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_62.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_62.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_63.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_63.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_64.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_64.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_65.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_65.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_66.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_66.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_68.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_68.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_69.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_69.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_6b.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_6b.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_6c.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_6c.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_6d.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_6d.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_6e.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_6e.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_6f.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_6f.js
 share/doc/qore/modules/WebSocketClient/html/search/pages_7.html
 share/doc/qore/modules/WebSocketClient/html/search/pages_7.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_70.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_70.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_71.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_71.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_72.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_72.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_73.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_73.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_74.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_74.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_75.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_75.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_76.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_76.js
-share/doc/qore/modules/WebSocketClient/html/search/pages_77.html
-share/doc/qore/modules/WebSocketClient/html/search/pages_77.js
 share/doc/qore/modules/WebSocketClient/html/search/pages_8.html
 share/doc/qore/modules/WebSocketClient/html/search/pages_8.js
 share/doc/qore/modules/WebSocketClient/html/search/pages_9.html
@@ -14789,6 +13193,7 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/search_l.png
 share/doc/qore/modules/WebSocketClient/html/search/search_m.png
 share/doc/qore/modules/WebSocketClient/html/search/search_r.png
+share/doc/qore/modules/WebSocketClient/html/search/searchdata.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_0.html
 share/doc/qore/modules/WebSocketClient/html/search/variables_0.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_1.html
@@ -14817,58 +13222,10 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/variables_4.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_5.html
 share/doc/qore/modules/WebSocketClient/html/search/variables_5.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_5f.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_5f.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_6.html
 share/doc/qore/modules/WebSocketClient/html/search/variables_6.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_61.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_61.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_62.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_62.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_63.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_63.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_64.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_64.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_65.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_65.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_66.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_66.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_68.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_68.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_69.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_69.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_6a.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_6a.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_6c.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_6c.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_6d.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_6d.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_6e.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_6e.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_6f.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_6f.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_7.html
 share/doc/qore/modules/WebSocketClient/html/search/variables_7.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_70.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_70.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_71.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_71.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_72.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_72.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_73.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_73.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_74.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_74.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_75.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_75.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_76.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_76.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_77.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_77.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_78.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_78.js
-share/doc/qore/modules/WebSocketClient/html/search/variables_7a.html
-share/doc/qore/modules/WebSocketClient/html/search/variables_7a.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_8.html
 share/doc/qore/modules/WebSocketClient/html/search/variables_8.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_9.html
@@ -14885,6 +13242,7 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/search/variables_e.js
 share/doc/qore/modules/WebSocketClient/html/search/variables_f.html
 share/doc/qore/modules/WebSocketClient/html/search/variables_f.js
+share/doc/qore/modules/WebSocketClient/html/splitbar.png
 share/doc/qore/modules/WebSocketClient/html/sync_off.png
 share/doc/qore/modules/WebSocketClient/html/sync_on.png
 share/doc/qore/modules/WebSocketClient/html/tab_a.png
@@ -14894,7 +13252,9 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/tabs.css
 share/doc/qore/modules/WebSocketHandler/html/_web_socket_handler_8qm_8dox_8h_source.html
 share/doc/qore/modules/WebSocketHandler/html/annotated.html
-share/doc/qore/modules/WebSocketHandler/html/annotated.js
+share/doc/qore/modules/WebSocketHandler/html/annotated_dup.js
+share/doc/qore/modules/WebSocketHandler/html/arrowdown.png
+share/doc/qore/modules/WebSocketHandler/html/arrowright.png
 share/doc/qore/modules/WebSocketHandler/html/bc_s.png
 share/doc/qore/modules/WebSocketHandler/html/bdwn.png
 share/doc/qore/modules/WebSocketHandler/html/class_web_socket_handler_1_1_web_socket_connection-members.html
@@ -14916,94 +13276,18 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/WebSocketHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/WebSocketHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/WebSocketHandler/html/doc.png
 share/doc/qore/modules/WebSocketHandler/html/doxygen.css
 share/doc/qore/modules/WebSocketHandler/html/doxygen.png
 share/doc/qore/modules/WebSocketHandler/html/dynsections.js
-share/doc/qore/modules/WebSocketHandler/html/ftv2blank.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2cl.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2doc.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2folderclosed.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2folderopen.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2lastnode.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2link.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2mlastnode.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2mnode.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2mo.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2node.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2ns.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2plastnode.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2pnode.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2splitbar.png
-share/doc/qore/modules/WebSocketHandler/html/ftv2vertline.png
+share/doc/qore/modules/WebSocketHandler/html/folderclosed.png
+share/doc/qore/modules/WebSocketHandler/html/folderopen.png
 share/doc/qore/modules/WebSocketHandler/html/functions.html
 share/doc/qore/modules/WebSocketHandler/html/functions_func.html
 share/doc/qore/modules/WebSocketHandler/html/functions_vars.html
 share/doc/qore/modules/WebSocketHandler/html/graph_legend.html
 share/doc/qore/modules/WebSocketHandler/html/graph_legend.md5
 share/doc/qore/modules/WebSocketHandler/html/graph_legend.png
-share/doc/qore/modules/WebSocketHandler/html/group__boolean__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__call__type__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__closecodes.html
-share/doc/qore/modules/WebSocketHandler/html/group__closecodes.js
-share/doc/qore/modules/WebSocketHandler/html/group__compression__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__compresssion__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__context__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__cryptographic__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__cryptographic__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__database__driver__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__date__and__time__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__dbi__capabilities.js
-share/doc/qore/modules/WebSocketHandler/html/group__dbi__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__env__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__error__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__event__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__event__map__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__event__source__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__exception__type__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__file__locking__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__file__open__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__file__seek__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__file__stat__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__filesystem__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__io__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__library__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__list__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__math__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__math__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__misc__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__network__address__family__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__network__address__information__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__null__and__nothing__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__number__formatting__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__object__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__old__dbi__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__opcodes.html
-share/doc/qore/modules/WebSocketHandler/html/group__opcodes.js
-share/doc/qore/modules/WebSocketHandler/html/group__option__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__parse__options.js
-share/doc/qore/modules/WebSocketHandler/html/group__protocol__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__pwd__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__range__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__regex__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__signal__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__signal__handling__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__socket__type__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__sql__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__string__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__string__type__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__system__and__build__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__tattr__control__character__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__tattr__control__mode__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__tattr__input__mode__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__tattr__local__mode__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__tattr__output__mode__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__tattr__term__setting__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__threading__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__type__code__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__type__code__map__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__type__conversion__functions.js
-share/doc/qore/modules/WebSocketHandler/html/group__warning__constants.js
-share/doc/qore/modules/WebSocketHandler/html/group__x509__verification__constants.js
 share/doc/qore/modules/WebSocketHandler/html/hierarchy.html
 share/doc/qore/modules/WebSocketHandler/html/hierarchy.js
 share/doc/qore/modules/WebSocketHandler/html/index.html
@@ -15016,8 +13300,6 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/inherit_graph_1.png
 share/doc/qore/modules/WebSocketHandler/html/inherits.html
 share/doc/qore/modules/WebSocketHandler/html/jquery.js
-share/doc/qore/modules/WebSocketHandler/html/modules.html
-share/doc/qore/modules/WebSocketHandler/html/modules.js
 share/doc/qore/modules/WebSocketHandler/html/namespace_web_socket_handler.html
 share/doc/qore/modules/WebSocketHandler/html/namespace_web_socket_handler.js
 share/doc/qore/modules/WebSocketHandler/html/namespaces.html
@@ -15027,12 +13309,8 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/nav_h.png
 share/doc/qore/modules/WebSocketHandler/html/navtree.css
 share/doc/qore/modules/WebSocketHandler/html/navtree.js
+share/doc/qore/modules/WebSocketHandler/html/navtreedata.js
 share/doc/qore/modules/WebSocketHandler/html/navtreeindex0.js
-share/doc/qore/modules/WebSocketHandler/html/navtreeindex1.js
-share/doc/qore/modules/WebSocketHandler/html/navtreeindex2.js
-share/doc/qore/modules/WebSocketHandler/html/navtreeindex3.js
-share/doc/qore/modules/WebSocketHandler/html/navtreeindex4.js
-share/doc/qore/modules/WebSocketHandler/html/navtreeindex5.js
 share/doc/qore/modules/WebSocketHandler/html/open.png
 share/doc/qore/modules/WebSocketHandler/html/pages.html
 share/doc/qore/modules/WebSocketHandler/html/resize.js
@@ -15070,64 +13348,10 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/all_4.js
 share/doc/qore/modules/WebSocketHandler/html/search/all_5.html
 share/doc/qore/modules/WebSocketHandler/html/search/all_5.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_5f.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_5f.js
 share/doc/qore/modules/WebSocketHandler/html/search/all_6.html
 share/doc/qore/modules/WebSocketHandler/html/search/all_6.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_61.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_61.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_62.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_62.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_63.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_63.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_64.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_64.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_65.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_65.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_66.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_66.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_67.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_67.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_68.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_68.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_69.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_69.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_6a.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_6a.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_6b.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_6b.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_6c.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_6c.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_6d.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_6d.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_6e.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_6e.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_6f.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_6f.js
 share/doc/qore/modules/WebSocketHandler/html/search/all_7.html
 share/doc/qore/modules/WebSocketHandler/html/search/all_7.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_70.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_70.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_71.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_71.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_72.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_72.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_73.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_73.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_74.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_74.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_75.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_75.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_76.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_76.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_77.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_77.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_78.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_78.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_79.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_79.js
-share/doc/qore/modules/WebSocketHandler/html/search/all_7a.html
-share/doc/qore/modules/WebSocketHandler/html/search/all_7a.js
 share/doc/qore/modules/WebSocketHandler/html/search/all_8.html
 share/doc/qore/modules/WebSocketHandler/html/search/all_8.js
 share/doc/qore/modules/WebSocketHandler/html/search/all_9.html
@@ -15152,6 +13376,10 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/classes_10.js
 share/doc/qore/modules/WebSocketHandler/html/search/classes_11.html
 share/doc/qore/modules/WebSocketHandler/html/search/classes_11.js
+share/doc/qore/modules/WebSocketHandler/html/search/classes_12.html
+share/doc/qore/modules/WebSocketHandler/html/search/classes_12.js
+share/doc/qore/modules/WebSocketHandler/html/search/classes_13.html
+share/doc/qore/modules/WebSocketHandler/html/search/classes_13.js
 share/doc/qore/modules/WebSocketHandler/html/search/classes_2.html
 share/doc/qore/modules/WebSocketHandler/html/search/classes_2.js
 share/doc/qore/modules/WebSocketHandler/html/search/classes_3.html
@@ -15162,44 +13390,8 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/classes_5.js
 share/doc/qore/modules/WebSocketHandler/html/search/classes_6.html
 share/doc/qore/modules/WebSocketHandler/html/search/classes_6.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_61.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_61.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_63.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_63.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_64.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_64.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_66.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_66.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_67.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_67.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_68.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_68.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_69.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_69.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6c.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6c.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6d.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6d.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6e.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6e.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6f.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_6f.js
 share/doc/qore/modules/WebSocketHandler/html/search/classes_7.html
 share/doc/qore/modules/WebSocketHandler/html/search/classes_7.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_70.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_70.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_71.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_71.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_72.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_72.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_73.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_73.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_74.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_74.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_77.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_77.js
-share/doc/qore/modules/WebSocketHandler/html/search/classes_7a.html
-share/doc/qore/modules/WebSocketHandler/html/search/classes_7a.js
 share/doc/qore/modules/WebSocketHandler/html/search/classes_8.html
 share/doc/qore/modules/WebSocketHandler/html/search/classes_8.js
 share/doc/qore/modules/WebSocketHandler/html/search/classes_9.html
@@ -15251,60 +13443,8 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/functions_5.js
 share/doc/qore/modules/WebSocketHandler/html/search/functions_6.html
 share/doc/qore/modules/WebSocketHandler/html/search/functions_6.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_61.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_61.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_62.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_62.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_63.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_63.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_64.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_64.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_65.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_65.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_66.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_66.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_67.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_67.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_68.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_68.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_69.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_69.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6a.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6a.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6b.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6b.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6c.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6c.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6d.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6d.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6e.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6e.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6f.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_6f.js
 share/doc/qore/modules/WebSocketHandler/html/search/functions_7.html
 share/doc/qore/modules/WebSocketHandler/html/search/functions_7.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_70.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_70.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_71.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_71.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_72.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_72.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_73.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_73.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_74.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_74.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_75.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_75.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_76.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_76.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_77.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_77.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_78.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_78.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_79.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_79.js
-share/doc/qore/modules/WebSocketHandler/html/search/functions_7a.html
-share/doc/qore/modules/WebSocketHandler/html/search/functions_7a.js
 share/doc/qore/modules/WebSocketHandler/html/search/functions_8.html
 share/doc/qore/modules/WebSocketHandler/html/search/functions_8.js
 share/doc/qore/modules/WebSocketHandler/html/search/functions_9.html
@@ -15339,44 +13479,8 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/groups_5.js
 share/doc/qore/modules/WebSocketHandler/html/search/groups_6.html
 share/doc/qore/modules/WebSocketHandler/html/search/groups_6.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_62.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_62.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_63.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_63.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_64.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_64.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_65.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_65.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_66.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_66.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_68.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_68.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_69.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_69.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6c.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6c.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6d.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6d.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6e.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6e.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6f.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_6f.js
 share/doc/qore/modules/WebSocketHandler/html/search/groups_7.html
 share/doc/qore/modules/WebSocketHandler/html/search/groups_7.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_70.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_70.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_72.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_72.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_73.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_73.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_74.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_74.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_75.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_75.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_77.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_77.js
-share/doc/qore/modules/WebSocketHandler/html/search/groups_78.html
-share/doc/qore/modules/WebSocketHandler/html/search/groups_78.js
 share/doc/qore/modules/WebSocketHandler/html/search/groups_8.html
 share/doc/qore/modules/WebSocketHandler/html/search/groups_8.js
 share/doc/qore/modules/WebSocketHandler/html/search/groups_9.html
@@ -15406,18 +13510,6 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/namespaces_4.js
 share/doc/qore/modules/WebSocketHandler/html/search/namespaces_5.html
 share/doc/qore/modules/WebSocketHandler/html/search/namespaces_5.js
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_68.html
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_68.js
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_6d.html
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_6d.js
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_71.html
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_71.js
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_73.html
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_73.js
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_75.html
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_75.js
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_77.html
-share/doc/qore/modules/WebSocketHandler/html/search/namespaces_77.js
 share/doc/qore/modules/WebSocketHandler/html/search/nomatches.html
 share/doc/qore/modules/WebSocketHandler/html/search/pages_0.html
 share/doc/qore/modules/WebSocketHandler/html/search/pages_0.js
@@ -15427,10 +13519,6 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/pages_10.js
 share/doc/qore/modules/WebSocketHandler/html/search/pages_11.html
 share/doc/qore/modules/WebSocketHandler/html/search/pages_11.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_12.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_12.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_13.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_13.js
 share/doc/qore/modules/WebSocketHandler/html/search/pages_2.html
 share/doc/qore/modules/WebSocketHandler/html/search/pages_2.js
 share/doc/qore/modules/WebSocketHandler/html/search/pages_3.html
@@ -15441,48 +13529,8 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/pages_5.js
 share/doc/qore/modules/WebSocketHandler/html/search/pages_6.html
 share/doc/qore/modules/WebSocketHandler/html/search/pages_6.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_62.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_62.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_63.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_63.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_64.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_64.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_65.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_65.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_66.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_66.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_68.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_68.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_69.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_69.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6b.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6b.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6c.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6c.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6d.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6d.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6e.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6e.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6f.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_6f.js
 share/doc/qore/modules/WebSocketHandler/html/search/pages_7.html
 share/doc/qore/modules/WebSocketHandler/html/search/pages_7.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_70.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_70.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_71.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_71.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_72.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_72.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_73.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_73.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_74.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_74.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_75.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_75.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_76.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_76.js
-share/doc/qore/modules/WebSocketHandler/html/search/pages_77.html
-share/doc/qore/modules/WebSocketHandler/html/search/pages_77.js
 share/doc/qore/modules/WebSocketHandler/html/search/pages_8.html
 share/doc/qore/modules/WebSocketHandler/html/search/pages_8.js
 share/doc/qore/modules/WebSocketHandler/html/search/pages_9.html
@@ -15504,6 +13552,7 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/search_l.png
 share/doc/qore/modules/WebSocketHandler/html/search/search_m.png
 share/doc/qore/modules/WebSocketHandler/html/search/search_r.png
+share/doc/qore/modules/WebSocketHandler/html/search/searchdata.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_0.html
 share/doc/qore/modules/WebSocketHandler/html/search/variables_0.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_1.html
@@ -15532,60 +13581,10 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/variables_4.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_5.html
 share/doc/qore/modules/WebSocketHandler/html/search/variables_5.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_5f.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_5f.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_6.html
 share/doc/qore/modules/WebSocketHandler/html/search/variables_6.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_61.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_61.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_62.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_62.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_63.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_63.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_64.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_64.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_65.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_65.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_66.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_66.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_67.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_67.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_68.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_68.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_69.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_69.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6a.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6a.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6c.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6c.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6d.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6d.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6e.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6e.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6f.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_6f.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_7.html
 share/doc/qore/modules/WebSocketHandler/html/search/variables_7.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_70.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_70.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_71.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_71.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_72.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_72.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_73.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_73.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_74.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_74.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_75.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_75.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_76.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_76.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_77.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_77.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_78.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_78.js
-share/doc/qore/modules/WebSocketHandler/html/search/variables_7a.html
-share/doc/qore/modules/WebSocketHandler/html/search/variables_7a.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_8.html
 share/doc/qore/modules/WebSocketHandler/html/search/variables_8.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_9.html
@@ -15602,6 +13601,7 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/search/variables_e.js
 share/doc/qore/modules/WebSocketHandler/html/search/variables_f.html
 share/doc/qore/modules/WebSocketHandler/html/search/variables_f.js
+share/doc/qore/modules/WebSocketHandler/html/splitbar.png
 share/doc/qore/modules/WebSocketHandler/html/sync_off.png
 share/doc/qore/modules/WebSocketHandler/html/sync_on.png
 share/doc/qore/modules/WebSocketHandler/html/tab_a.png
@@ -15610,6 +13610,8 @@ share/doc/qore/modules/WebSocketHandler/
 share/doc/qore/modules/WebSocketHandler/html/tab_s.png
 share/doc/qore/modules/WebSocketHandler/html/tabs.css
 share/doc/qore/modules/WebSocketUtil/html/_web_socket_util_8qm_8dox_8h_source.html
+share/doc/qore/modules/WebSocketUtil/html/arrowdown.png
+share/doc/qore/modules/WebSocketUtil/html/arrowright.png
 share/doc/qore/modules/WebSocketUtil/html/bc_s.png
 share/doc/qore/modules/WebSocketUtil/html/bdwn.png
 share/doc/qore/modules/WebSocketUtil/html/closed.png
@@ -15621,28 +13623,17 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/WebSocketUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/WebSocketUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/WebSocketUtil/html/doc.png
 share/doc/qore/modules/WebSocketUtil/html/doxygen.css
 share/doc/qore/modules/WebSocketUtil/html/doxygen.png
 share/doc/qore/modules/WebSocketUtil/html/dynsections.js
-share/doc/qore/modules/WebSocketUtil/html/ftv2blank.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2cl.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2doc.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2folderclosed.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2folderopen.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2lastnode.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2link.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2mlastnode.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2mnode.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2mo.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2node.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2ns.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2plastnode.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2pnode.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2splitbar.png
-share/doc/qore/modules/WebSocketUtil/html/ftv2vertline.png
+share/doc/qore/modules/WebSocketUtil/html/folderclosed.png
+share/doc/qore/modules/WebSocketUtil/html/folderopen.png
 share/doc/qore/modules/WebSocketUtil/html/graph_legend.html
 share/doc/qore/modules/WebSocketUtil/html/graph_legend.md5
 share/doc/qore/modules/WebSocketUtil/html/graph_legend.png
+share/doc/qore/modules/WebSocketUtil/html/group___string_concat_decoding.js
+share/doc/qore/modules/WebSocketUtil/html/group___string_concat_encoding.js
 share/doc/qore/modules/WebSocketUtil/html/group__boolean__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__call__type__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__closecodes.html
@@ -15669,6 +13660,7 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/group__file__stat__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__filesystem__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__hmac__functions.js
+share/doc/qore/modules/WebSocketUtil/html/group__input__stream__function.js
 share/doc/qore/modules/WebSocketUtil/html/group__io__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__library__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__list__functions.js
@@ -15696,6 +13688,7 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/group__string__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__string__type__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__system__and__build__constants.js
+share/doc/qore/modules/WebSocketUtil/html/group__t.js
 share/doc/qore/modules/WebSocketUtil/html/group__tattr__control__character__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__tattr__control__mode__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__tattr__input__mode__constants.js
@@ -15706,6 +13699,7 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/group__type__code__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__type__code__map__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__type__conversion__functions.js
+share/doc/qore/modules/WebSocketUtil/html/group__user__and__group__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__warning__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__x509__verification__constants.js
 share/doc/qore/modules/WebSocketUtil/html/index.html
@@ -15724,6 +13718,7 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/nav_h.png
 share/doc/qore/modules/WebSocketUtil/html/navtree.css
 share/doc/qore/modules/WebSocketUtil/html/navtree.js
+share/doc/qore/modules/WebSocketUtil/html/navtreedata.js
 share/doc/qore/modules/WebSocketUtil/html/navtreeindex0.js
 share/doc/qore/modules/WebSocketUtil/html/navtreeindex1.js
 share/doc/qore/modules/WebSocketUtil/html/navtreeindex2.js
@@ -15767,64 +13762,10 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/all_4.js
 share/doc/qore/modules/WebSocketUtil/html/search/all_5.html
 share/doc/qore/modules/WebSocketUtil/html/search/all_5.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_5f.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_5f.js
 share/doc/qore/modules/WebSocketUtil/html/search/all_6.html
 share/doc/qore/modules/WebSocketUtil/html/search/all_6.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_61.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_61.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_62.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_62.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_63.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_63.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_64.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_64.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_65.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_65.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_66.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_66.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_67.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_67.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_68.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_68.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_69.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_69.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_6a.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_6a.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_6b.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_6b.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_6c.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_6c.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_6d.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_6d.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_6e.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_6e.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_6f.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_6f.js
 share/doc/qore/modules/WebSocketUtil/html/search/all_7.html
 share/doc/qore/modules/WebSocketUtil/html/search/all_7.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_70.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_70.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_71.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_71.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_72.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_72.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_73.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_73.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_74.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_74.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_75.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_75.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_76.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_76.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_77.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_77.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_78.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_78.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_79.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_79.js
-share/doc/qore/modules/WebSocketUtil/html/search/all_7a.html
-share/doc/qore/modules/WebSocketUtil/html/search/all_7a.js
 share/doc/qore/modules/WebSocketUtil/html/search/all_8.html
 share/doc/qore/modules/WebSocketUtil/html/search/all_8.js
 share/doc/qore/modules/WebSocketUtil/html/search/all_9.html
@@ -15845,6 +13786,10 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/classes_0.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_1.html
 share/doc/qore/modules/WebSocketUtil/html/search/classes_1.js
+share/doc/qore/modules/WebSocketUtil/html/search/classes_10.html
+share/doc/qore/modules/WebSocketUtil/html/search/classes_10.js
+share/doc/qore/modules/WebSocketUtil/html/search/classes_11.html
+share/doc/qore/modules/WebSocketUtil/html/search/classes_11.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_2.html
 share/doc/qore/modules/WebSocketUtil/html/search/classes_2.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_3.html
@@ -15855,38 +13800,8 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/classes_5.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_6.html
 share/doc/qore/modules/WebSocketUtil/html/search/classes_6.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_61.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_61.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_63.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_63.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_64.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_64.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_66.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_66.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_67.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_67.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_68.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_68.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_6c.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_6c.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_6d.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_6d.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_6f.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_6f.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_7.html
 share/doc/qore/modules/WebSocketUtil/html/search/classes_7.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_70.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_70.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_71.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_71.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_72.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_72.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_73.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_73.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_74.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_74.js
-share/doc/qore/modules/WebSocketUtil/html/search/classes_7a.html
-share/doc/qore/modules/WebSocketUtil/html/search/classes_7a.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_8.html
 share/doc/qore/modules/WebSocketUtil/html/search/classes_8.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_9.html
@@ -15901,6 +13816,8 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/classes_d.js
 share/doc/qore/modules/WebSocketUtil/html/search/classes_e.html
 share/doc/qore/modules/WebSocketUtil/html/search/classes_e.js
+share/doc/qore/modules/WebSocketUtil/html/search/classes_f.html
+share/doc/qore/modules/WebSocketUtil/html/search/classes_f.js
 share/doc/qore/modules/WebSocketUtil/html/search/close.png
 share/doc/qore/modules/WebSocketUtil/html/search/functions_0.html
 share/doc/qore/modules/WebSocketUtil/html/search/functions_0.js
@@ -15934,58 +13851,8 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/functions_5.js
 share/doc/qore/modules/WebSocketUtil/html/search/functions_6.html
 share/doc/qore/modules/WebSocketUtil/html/search/functions_6.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_61.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_61.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_62.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_62.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_63.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_63.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_64.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_64.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_65.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_65.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_66.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_66.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_67.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_67.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_68.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_68.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_69.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_69.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6a.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6a.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6b.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6b.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6c.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6c.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6d.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6d.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6e.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6e.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6f.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_6f.js
 share/doc/qore/modules/WebSocketUtil/html/search/functions_7.html
 share/doc/qore/modules/WebSocketUtil/html/search/functions_7.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_70.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_70.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_72.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_72.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_73.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_73.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_74.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_74.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_75.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_75.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_76.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_76.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_77.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_77.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_78.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_78.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_79.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_79.js
-share/doc/qore/modules/WebSocketUtil/html/search/functions_7a.html
-share/doc/qore/modules/WebSocketUtil/html/search/functions_7a.js
 share/doc/qore/modules/WebSocketUtil/html/search/functions_8.html
 share/doc/qore/modules/WebSocketUtil/html/search/functions_8.js
 share/doc/qore/modules/WebSocketUtil/html/search/functions_9.html
@@ -16020,44 +13887,8 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/groups_5.js
 share/doc/qore/modules/WebSocketUtil/html/search/groups_6.html
 share/doc/qore/modules/WebSocketUtil/html/search/groups_6.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_62.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_62.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_63.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_63.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_64.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_64.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_65.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_65.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_66.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_66.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_68.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_68.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_69.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_69.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6c.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6c.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6d.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6d.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6e.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6e.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6f.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_6f.js
 share/doc/qore/modules/WebSocketUtil/html/search/groups_7.html
 share/doc/qore/modules/WebSocketUtil/html/search/groups_7.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_70.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_70.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_72.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_72.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_73.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_73.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_74.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_74.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_75.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_75.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_77.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_77.js
-share/doc/qore/modules/WebSocketUtil/html/search/groups_78.html
-share/doc/qore/modules/WebSocketUtil/html/search/groups_78.js
 share/doc/qore/modules/WebSocketUtil/html/search/groups_8.html
 share/doc/qore/modules/WebSocketUtil/html/search/groups_8.js
 share/doc/qore/modules/WebSocketUtil/html/search/groups_9.html
@@ -16079,10 +13910,6 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/namespaces_0.js
 share/doc/qore/modules/WebSocketUtil/html/search/namespaces_1.html
 share/doc/qore/modules/WebSocketUtil/html/search/namespaces_1.js
-share/doc/qore/modules/WebSocketUtil/html/search/namespaces_71.html
-share/doc/qore/modules/WebSocketUtil/html/search/namespaces_71.js
-share/doc/qore/modules/WebSocketUtil/html/search/namespaces_77.html
-share/doc/qore/modules/WebSocketUtil/html/search/namespaces_77.js
 share/doc/qore/modules/WebSocketUtil/html/search/nomatches.html
 share/doc/qore/modules/WebSocketUtil/html/search/pages_0.html
 share/doc/qore/modules/WebSocketUtil/html/search/pages_0.js
@@ -16102,44 +13929,8 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/pages_5.js
 share/doc/qore/modules/WebSocketUtil/html/search/pages_6.html
 share/doc/qore/modules/WebSocketUtil/html/search/pages_6.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_62.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_62.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_63.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_63.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_64.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_64.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_65.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_65.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_66.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_66.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_69.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_69.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6b.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6b.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6c.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6c.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6d.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6d.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6e.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6e.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6f.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_6f.js
 share/doc/qore/modules/WebSocketUtil/html/search/pages_7.html
 share/doc/qore/modules/WebSocketUtil/html/search/pages_7.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_70.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_70.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_71.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_71.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_72.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_72.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_73.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_73.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_74.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_74.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_76.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_76.js
-share/doc/qore/modules/WebSocketUtil/html/search/pages_77.html
-share/doc/qore/modules/WebSocketUtil/html/search/pages_77.js
 share/doc/qore/modules/WebSocketUtil/html/search/pages_8.html
 share/doc/qore/modules/WebSocketUtil/html/search/pages_8.js
 share/doc/qore/modules/WebSocketUtil/html/search/pages_9.html
@@ -16161,6 +13952,7 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/search_l.png
 share/doc/qore/modules/WebSocketUtil/html/search/search_m.png
 share/doc/qore/modules/WebSocketUtil/html/search/search_r.png
+share/doc/qore/modules/WebSocketUtil/html/search/searchdata.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_0.html
 share/doc/qore/modules/WebSocketUtil/html/search/variables_0.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_1.html
@@ -16183,52 +13975,10 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/variables_4.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_5.html
 share/doc/qore/modules/WebSocketUtil/html/search/variables_5.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_5f.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_5f.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_6.html
 share/doc/qore/modules/WebSocketUtil/html/search/variables_6.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_61.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_61.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_62.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_62.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_63.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_63.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_64.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_64.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_65.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_65.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_66.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_66.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_68.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_68.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_69.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_69.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6c.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6c.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6d.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6d.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6e.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6e.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6f.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_6f.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_7.html
 share/doc/qore/modules/WebSocketUtil/html/search/variables_7.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_70.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_70.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_72.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_72.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_73.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_73.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_74.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_74.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_76.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_76.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_77.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_77.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_78.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_78.js
-share/doc/qore/modules/WebSocketUtil/html/search/variables_7a.html
-share/doc/qore/modules/WebSocketUtil/html/search/variables_7a.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_8.html
 share/doc/qore/modules/WebSocketUtil/html/search/variables_8.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_9.html
@@ -16245,6 +13995,7 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/search/variables_e.js
 share/doc/qore/modules/WebSocketUtil/html/search/variables_f.html
 share/doc/qore/modules/WebSocketUtil/html/search/variables_f.js
+share/doc/qore/modules/WebSocketUtil/html/splitbar.png
 share/doc/qore/modules/WebSocketUtil/html/sync_off.png
 share/doc/qore/modules/WebSocketUtil/html/sync_on.png
 share/doc/qore/modules/WebSocketUtil/html/tab_a.png
@@ -16254,7 +14005,9 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/tabs.css
 share/doc/qore/modules/WebUtil/html/_web_util_8qm_8dox_8h_source.html
 share/doc/qore/modules/WebUtil/html/annotated.html
-share/doc/qore/modules/WebUtil/html/annotated.js
+share/doc/qore/modules/WebUtil/html/annotated_dup.js
+share/doc/qore/modules/WebUtil/html/arrowdown.png
+share/doc/qore/modules/WebUtil/html/arrowright.png
 share/doc/qore/modules/WebUtil/html/bc_s.png
 share/doc/qore/modules/WebUtil/html/bdwn.png
 share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_handler-members.html
@@ -16263,6 +14016,12 @@ share/doc/qore/modules/WebUtil/html/clas
 share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_handler__inherit__graph.map
 share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_handler__inherit__graph.md5
 share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_handler__inherit__graph.png
+share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_stream_request-members.html
+share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_stream_request.html
+share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_stream_request.js
+share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_stream_request__inherit__graph.map
+share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_stream_request__inherit__graph.md5
+share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_stream_request__inherit__graph.png
 share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_template-members.html
 share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_template.html
 share/doc/qore/modules/WebUtil/html/class_web_util_1_1_file_template.js
@@ -16297,25 +14056,12 @@ share/doc/qore/modules/WebUtil/html/dir_
 share/doc/qore/modules/WebUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
 share/doc/qore/modules/WebUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
 share/doc/qore/modules/WebUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
+share/doc/qore/modules/WebUtil/html/doc.png
 share/doc/qore/modules/WebUtil/html/doxygen.css
 share/doc/qore/modules/WebUtil/html/doxygen.png
 share/doc/qore/modules/WebUtil/html/dynsections.js
-share/doc/qore/modules/WebUtil/html/ftv2blank.png
-share/doc/qore/modules/WebUtil/html/ftv2cl.png
-share/doc/qore/modules/WebUtil/html/ftv2doc.png
-share/doc/qore/modules/WebUtil/html/ftv2folderclosed.png
-share/doc/qore/modules/WebUtil/html/ftv2folderopen.png
-share/doc/qore/modules/WebUtil/html/ftv2lastnode.png
-share/doc/qore/modules/WebUtil/html/ftv2link.png
-share/doc/qore/modules/WebUtil/html/ftv2mlastnode.png
-share/doc/qore/modules/WebUtil/html/ftv2mnode.png
-share/doc/qore/modules/WebUtil/html/ftv2mo.png
-share/doc/qore/modules/WebUtil/html/ftv2node.png
-share/doc/qore/modules/WebUtil/html/ftv2ns.png
-share/doc/qore/modules/WebUtil/html/ftv2plastnode.png
-share/doc/qore/modules/WebUtil/html/ftv2pnode.png
-share/doc/qore/modules/WebUtil/html/ftv2splitbar.png
-share/doc/qore/modules/WebUtil/html/ftv2vertline.png
+share/doc/qore/modules/WebUtil/html/folderclosed.png
+share/doc/qore/modules/WebUtil/html/folderopen.png
 share/doc/qore/modules/WebUtil/html/functions.html
 share/doc/qore/modules/WebUtil/html/functions_func.html
 share/doc/qore/modules/WebUtil/html/functions_vars.html
@@ -16332,12 +14078,13 @@ share/doc/qore/modules/WebUtil/html/inhe
 share/doc/qore/modules/WebUtil/html/inherit_graph_1.map
 share/doc/qore/modules/WebUtil/html/inherit_graph_1.md5
 share/doc/qore/modules/WebUtil/html/inherit_graph_1.png
+share/doc/qore/modules/WebUtil/html/inherit_graph_2.map
+share/doc/qore/modules/WebUtil/html/inherit_graph_2.md5
+share/doc/qore/modules/WebUtil/html/inherit_graph_2.png
 share/doc/qore/modules/WebUtil/html/inherits.html
 share/doc/qore/modules/WebUtil/html/jquery.js
 share/doc/qore/modules/WebUtil/html/namespace_web_util.html
 share/doc/qore/modules/WebUtil/html/namespace_web_util.js
-share/doc/qore/modules/WebUtil/html/namespacemembers.html
-share/doc/qore/modules/WebUtil/html/namespacemembers_func.html
 share/doc/qore/modules/WebUtil/html/namespaces.html
 share/doc/qore/modules/WebUtil/html/namespaces.js
 share/doc/qore/modules/WebUtil/html/nav_f.png
@@ -16345,6 +14092,7 @@ share/doc/qore/modules/WebUtil/html/nav_
 share/doc/qore/modules/WebUtil/html/nav_h.png
 share/doc/qore/modules/WebUtil/html/navtree.css
 share/doc/qore/modules/WebUtil/html/navtree.js
+share/doc/qore/modules/WebUtil/html/navtreedata.js
 share/doc/qore/modules/WebUtil/html/navtreeindex0.js
 share/doc/qore/modules/WebUtil/html/open.png
 share/doc/qore/modules/WebUtil/html/pages.html
@@ -16383,64 +14131,10 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/all_4.js
 share/doc/qore/modules/WebUtil/html/search/all_5.html
 share/doc/qore/modules/WebUtil/html/search/all_5.js
-share/doc/qore/modules/WebUtil/html/search/all_5f.html
-share/doc/qore/modules/WebUtil/html/search/all_5f.js
 share/doc/qore/modules/WebUtil/html/search/all_6.html
 share/doc/qore/modules/WebUtil/html/search/all_6.js
-share/doc/qore/modules/WebUtil/html/search/all_61.html
-share/doc/qore/modules/WebUtil/html/search/all_61.js
-share/doc/qore/modules/WebUtil/html/search/all_62.html
-share/doc/qore/modules/WebUtil/html/search/all_62.js
-share/doc/qore/modules/WebUtil/html/search/all_63.html
-share/doc/qore/modules/WebUtil/html/search/all_63.js
-share/doc/qore/modules/WebUtil/html/search/all_64.html
-share/doc/qore/modules/WebUtil/html/search/all_64.js
-share/doc/qore/modules/WebUtil/html/search/all_65.html
-share/doc/qore/modules/WebUtil/html/search/all_65.js
-share/doc/qore/modules/WebUtil/html/search/all_66.html
-share/doc/qore/modules/WebUtil/html/search/all_66.js
-share/doc/qore/modules/WebUtil/html/search/all_67.html
-share/doc/qore/modules/WebUtil/html/search/all_67.js
-share/doc/qore/modules/WebUtil/html/search/all_68.html
-share/doc/qore/modules/WebUtil/html/search/all_68.js
-share/doc/qore/modules/WebUtil/html/search/all_69.html
-share/doc/qore/modules/WebUtil/html/search/all_69.js
-share/doc/qore/modules/WebUtil/html/search/all_6a.html
-share/doc/qore/modules/WebUtil/html/search/all_6a.js
-share/doc/qore/modules/WebUtil/html/search/all_6b.html
-share/doc/qore/modules/WebUtil/html/search/all_6b.js
-share/doc/qore/modules/WebUtil/html/search/all_6c.html
-share/doc/qore/modules/WebUtil/html/search/all_6c.js
-share/doc/qore/modules/WebUtil/html/search/all_6d.html
-share/doc/qore/modules/WebUtil/html/search/all_6d.js
-share/doc/qore/modules/WebUtil/html/search/all_6e.html
-share/doc/qore/modules/WebUtil/html/search/all_6e.js
-share/doc/qore/modules/WebUtil/html/search/all_6f.html
-share/doc/qore/modules/WebUtil/html/search/all_6f.js
 share/doc/qore/modules/WebUtil/html/search/all_7.html
 share/doc/qore/modules/WebUtil/html/search/all_7.js
-share/doc/qore/modules/WebUtil/html/search/all_70.html
-share/doc/qore/modules/WebUtil/html/search/all_70.js
-share/doc/qore/modules/WebUtil/html/search/all_71.html
-share/doc/qore/modules/WebUtil/html/search/all_71.js
-share/doc/qore/modules/WebUtil/html/search/all_72.html
-share/doc/qore/modules/WebUtil/html/search/all_72.js
-share/doc/qore/modules/WebUtil/html/search/all_73.html
-share/doc/qore/modules/WebUtil/html/search/all_73.js
-share/doc/qore/modules/WebUtil/html/search/all_74.html
-share/doc/qore/modules/WebUtil/html/search/all_74.js
-share/doc/qore/modules/WebUtil/html/search/all_75.html
-share/doc/qore/modules/WebUtil/html/search/all_75.js
-share/doc/qore/modules/WebUtil/html/search/all_76.html
-share/doc/qore/modules/WebUtil/html/search/all_76.js
-share/doc/qore/modules/WebUtil/html/search/all_77.html
-share/doc/qore/modules/WebUtil/html/search/all_77.js
-share/doc/qore/modules/WebUtil/html/search/all_78.html
-share/doc/qore/modules/WebUtil/html/search/all_78.js
-share/doc/qore/modules/WebUtil/html/search/all_79.html
-share/doc/qore/modules/WebUtil/html/search/all_79.js
-share/doc/qore/modules/WebUtil/html/search/all_7a.html
-share/doc/qore/modules/WebUtil/html/search/all_7a.js
 share/doc/qore/modules/WebUtil/html/search/all_8.html
 share/doc/qore/modules/WebUtil/html/search/all_8.js
 share/doc/qore/modules/WebUtil/html/search/all_9.html
@@ -16463,6 +14157,10 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/classes_1.js
 share/doc/qore/modules/WebUtil/html/search/classes_10.html
 share/doc/qore/modules/WebUtil/html/search/classes_10.js
+share/doc/qore/modules/WebUtil/html/search/classes_11.html
+share/doc/qore/modules/WebUtil/html/search/classes_11.js
+share/doc/qore/modules/WebUtil/html/search/classes_12.html
+share/doc/qore/modules/WebUtil/html/search/classes_12.js
 share/doc/qore/modules/WebUtil/html/search/classes_2.html
 share/doc/qore/modules/WebUtil/html/search/classes_2.js
 share/doc/qore/modules/WebUtil/html/search/classes_3.html
@@ -16473,42 +14171,8 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/classes_5.js
 share/doc/qore/modules/WebUtil/html/search/classes_6.html
 share/doc/qore/modules/WebUtil/html/search/classes_6.js
-share/doc/qore/modules/WebUtil/html/search/classes_61.html
-share/doc/qore/modules/WebUtil/html/search/classes_61.js
-share/doc/qore/modules/WebUtil/html/search/classes_63.html
-share/doc/qore/modules/WebUtil/html/search/classes_63.js
-share/doc/qore/modules/WebUtil/html/search/classes_64.html
-share/doc/qore/modules/WebUtil/html/search/classes_64.js
-share/doc/qore/modules/WebUtil/html/search/classes_66.html
-share/doc/qore/modules/WebUtil/html/search/classes_66.js
-share/doc/qore/modules/WebUtil/html/search/classes_67.html
-share/doc/qore/modules/WebUtil/html/search/classes_67.js
-share/doc/qore/modules/WebUtil/html/search/classes_68.html
-share/doc/qore/modules/WebUtil/html/search/classes_68.js
-share/doc/qore/modules/WebUtil/html/search/classes_69.html
-share/doc/qore/modules/WebUtil/html/search/classes_69.js
-share/doc/qore/modules/WebUtil/html/search/classes_6c.html
-share/doc/qore/modules/WebUtil/html/search/classes_6c.js
-share/doc/qore/modules/WebUtil/html/search/classes_6d.html
-share/doc/qore/modules/WebUtil/html/search/classes_6d.js
-share/doc/qore/modules/WebUtil/html/search/classes_6e.html
-share/doc/qore/modules/WebUtil/html/search/classes_6e.js
-share/doc/qore/modules/WebUtil/html/search/classes_6f.html
-share/doc/qore/modules/WebUtil/html/search/classes_6f.js
 share/doc/qore/modules/WebUtil/html/search/classes_7.html
 share/doc/qore/modules/WebUtil/html/search/classes_7.js
-share/doc/qore/modules/WebUtil/html/search/classes_70.html
-share/doc/qore/modules/WebUtil/html/search/classes_70.js
-share/doc/qore/modules/WebUtil/html/search/classes_71.html
-share/doc/qore/modules/WebUtil/html/search/classes_71.js
-share/doc/qore/modules/WebUtil/html/search/classes_72.html
-share/doc/qore/modules/WebUtil/html/search/classes_72.js
-share/doc/qore/modules/WebUtil/html/search/classes_73.html
-share/doc/qore/modules/WebUtil/html/search/classes_73.js
-share/doc/qore/modules/WebUtil/html/search/classes_74.html
-share/doc/qore/modules/WebUtil/html/search/classes_74.js
-share/doc/qore/modules/WebUtil/html/search/classes_7a.html
-share/doc/qore/modules/WebUtil/html/search/classes_7a.js
 share/doc/qore/modules/WebUtil/html/search/classes_8.html
 share/doc/qore/modules/WebUtil/html/search/classes_8.js
 share/doc/qore/modules/WebUtil/html/search/classes_9.html
@@ -16558,58 +14222,8 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/functions_5.js
 share/doc/qore/modules/WebUtil/html/search/functions_6.html
 share/doc/qore/modules/WebUtil/html/search/functions_6.js
-share/doc/qore/modules/WebUtil/html/search/functions_61.html
-share/doc/qore/modules/WebUtil/html/search/functions_61.js
-share/doc/qore/modules/WebUtil/html/search/functions_62.html
-share/doc/qore/modules/WebUtil/html/search/functions_62.js
-share/doc/qore/modules/WebUtil/html/search/functions_63.html
-share/doc/qore/modules/WebUtil/html/search/functions_63.js
-share/doc/qore/modules/WebUtil/html/search/functions_64.html
-share/doc/qore/modules/WebUtil/html/search/functions_64.js
-share/doc/qore/modules/WebUtil/html/search/functions_65.html
-share/doc/qore/modules/WebUtil/html/search/functions_65.js
-share/doc/qore/modules/WebUtil/html/search/functions_66.html
-share/doc/qore/modules/WebUtil/html/search/functions_66.js
-share/doc/qore/modules/WebUtil/html/search/functions_67.html
-share/doc/qore/modules/WebUtil/html/search/functions_67.js
-share/doc/qore/modules/WebUtil/html/search/functions_68.html
-share/doc/qore/modules/WebUtil/html/search/functions_68.js
-share/doc/qore/modules/WebUtil/html/search/functions_69.html
-share/doc/qore/modules/WebUtil/html/search/functions_69.js
-share/doc/qore/modules/WebUtil/html/search/functions_6a.html
-share/doc/qore/modules/WebUtil/html/search/functions_6a.js
-share/doc/qore/modules/WebUtil/html/search/functions_6b.html
-share/doc/qore/modules/WebUtil/html/search/functions_6b.js
-share/doc/qore/modules/WebUtil/html/search/functions_6c.html
-share/doc/qore/modules/WebUtil/html/search/functions_6c.js
-share/doc/qore/modules/WebUtil/html/search/functions_6d.html
-share/doc/qore/modules/WebUtil/html/search/functions_6d.js
-share/doc/qore/modules/WebUtil/html/search/functions_6e.html
-share/doc/qore/modules/WebUtil/html/search/functions_6e.js
-share/doc/qore/modules/WebUtil/html/search/functions_6f.html
-share/doc/qore/modules/WebUtil/html/search/functions_6f.js
 share/doc/qore/modules/WebUtil/html/search/functions_7.html
 share/doc/qore/modules/WebUtil/html/search/functions_7.js
-share/doc/qore/modules/WebUtil/html/search/functions_70.html
-share/doc/qore/modules/WebUtil/html/search/functions_70.js
-share/doc/qore/modules/WebUtil/html/search/functions_72.html
-share/doc/qore/modules/WebUtil/html/search/functions_72.js
-share/doc/qore/modules/WebUtil/html/search/functions_73.html
-share/doc/qore/modules/WebUtil/html/search/functions_73.js
-share/doc/qore/modules/WebUtil/html/search/functions_74.html
-share/doc/qore/modules/WebUtil/html/search/functions_74.js
-share/doc/qore/modules/WebUtil/html/search/functions_75.html
-share/doc/qore/modules/WebUtil/html/search/functions_75.js
-share/doc/qore/modules/WebUtil/html/search/functions_76.html
-share/doc/qore/modules/WebUtil/html/search/functions_76.js
-share/doc/qore/modules/WebUtil/html/search/functions_77.html
-share/doc/qore/modules/WebUtil/html/search/functions_77.js
-share/doc/qore/modules/WebUtil/html/search/functions_78.html
-share/doc/qore/modules/WebUtil/html/search/functions_78.js
-share/doc/qore/modules/WebUtil/html/search/functions_79.html
-share/doc/qore/modules/WebUtil/html/search/functions_79.js
-share/doc/qore/modules/WebUtil/html/search/functions_7a.html
-share/doc/qore/modules/WebUtil/html/search/functions_7a.js
 share/doc/qore/modules/WebUtil/html/search/functions_8.html
 share/doc/qore/modules/WebUtil/html/search/functions_8.js
 share/doc/qore/modules/WebUtil/html/search/functions_9.html
@@ -16644,44 +14258,8 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/groups_5.js
 share/doc/qore/modules/WebUtil/html/search/groups_6.html
 share/doc/qore/modules/WebUtil/html/search/groups_6.js
-share/doc/qore/modules/WebUtil/html/search/groups_62.html
-share/doc/qore/modules/WebUtil/html/search/groups_62.js
-share/doc/qore/modules/WebUtil/html/search/groups_63.html
-share/doc/qore/modules/WebUtil/html/search/groups_63.js
-share/doc/qore/modules/WebUtil/html/search/groups_64.html
-share/doc/qore/modules/WebUtil/html/search/groups_64.js
-share/doc/qore/modules/WebUtil/html/search/groups_65.html
-share/doc/qore/modules/WebUtil/html/search/groups_65.js
-share/doc/qore/modules/WebUtil/html/search/groups_66.html
-share/doc/qore/modules/WebUtil/html/search/groups_66.js
-share/doc/qore/modules/WebUtil/html/search/groups_68.html
-share/doc/qore/modules/WebUtil/html/search/groups_68.js
-share/doc/qore/modules/WebUtil/html/search/groups_69.html
-share/doc/qore/modules/WebUtil/html/search/groups_69.js
-share/doc/qore/modules/WebUtil/html/search/groups_6c.html
-share/doc/qore/modules/WebUtil/html/search/groups_6c.js
-share/doc/qore/modules/WebUtil/html/search/groups_6d.html
-share/doc/qore/modules/WebUtil/html/search/groups_6d.js
-share/doc/qore/modules/WebUtil/html/search/groups_6e.html
-share/doc/qore/modules/WebUtil/html/search/groups_6e.js
-share/doc/qore/modules/WebUtil/html/search/groups_6f.html
-share/doc/qore/modules/WebUtil/html/search/groups_6f.js
 share/doc/qore/modules/WebUtil/html/search/groups_7.html
 share/doc/qore/modules/WebUtil/html/search/groups_7.js
-share/doc/qore/modules/WebUtil/html/search/groups_70.html
-share/doc/qore/modules/WebUtil/html/search/groups_70.js
-share/doc/qore/modules/WebUtil/html/search/groups_72.html
-share/doc/qore/modules/WebUtil/html/search/groups_72.js
-share/doc/qore/modules/WebUtil/html/search/groups_73.html
-share/doc/qore/modules/WebUtil/html/search/groups_73.js
-share/doc/qore/modules/WebUtil/html/search/groups_74.html
-share/doc/qore/modules/WebUtil/html/search/groups_74.js
-share/doc/qore/modules/WebUtil/html/search/groups_75.html
-share/doc/qore/modules/WebUtil/html/search/groups_75.js
-share/doc/qore/modules/WebUtil/html/search/groups_77.html
-share/doc/qore/modules/WebUtil/html/search/groups_77.js
-share/doc/qore/modules/WebUtil/html/search/groups_78.html
-share/doc/qore/modules/WebUtil/html/search/groups_78.js
 share/doc/qore/modules/WebUtil/html/search/groups_8.html
 share/doc/qore/modules/WebUtil/html/search/groups_8.js
 share/doc/qore/modules/WebUtil/html/search/groups_9.html
@@ -16711,18 +14289,6 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/namespaces_4.js
 share/doc/qore/modules/WebUtil/html/search/namespaces_5.html
 share/doc/qore/modules/WebUtil/html/search/namespaces_5.js
-share/doc/qore/modules/WebUtil/html/search/namespaces_68.html
-share/doc/qore/modules/WebUtil/html/search/namespaces_68.js
-share/doc/qore/modules/WebUtil/html/search/namespaces_6d.html
-share/doc/qore/modules/WebUtil/html/search/namespaces_6d.js
-share/doc/qore/modules/WebUtil/html/search/namespaces_71.html
-share/doc/qore/modules/WebUtil/html/search/namespaces_71.js
-share/doc/qore/modules/WebUtil/html/search/namespaces_73.html
-share/doc/qore/modules/WebUtil/html/search/namespaces_73.js
-share/doc/qore/modules/WebUtil/html/search/namespaces_75.html
-share/doc/qore/modules/WebUtil/html/search/namespaces_75.js
-share/doc/qore/modules/WebUtil/html/search/namespaces_77.html
-share/doc/qore/modules/WebUtil/html/search/namespaces_77.js
 share/doc/qore/modules/WebUtil/html/search/nomatches.html
 share/doc/qore/modules/WebUtil/html/search/pages_0.html
 share/doc/qore/modules/WebUtil/html/search/pages_0.js
@@ -16732,10 +14298,6 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/pages_10.js
 share/doc/qore/modules/WebUtil/html/search/pages_11.html
 share/doc/qore/modules/WebUtil/html/search/pages_11.js
-share/doc/qore/modules/WebUtil/html/search/pages_12.html
-share/doc/qore/modules/WebUtil/html/search/pages_12.js
-share/doc/qore/modules/WebUtil/html/search/pages_13.html
-share/doc/qore/modules/WebUtil/html/search/pages_13.js
 share/doc/qore/modules/WebUtil/html/search/pages_2.html
 share/doc/qore/modules/WebUtil/html/search/pages_2.js
 share/doc/qore/modules/WebUtil/html/search/pages_3.html
@@ -16746,48 +14308,8 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/pages_5.js
 share/doc/qore/modules/WebUtil/html/search/pages_6.html
 share/doc/qore/modules/WebUtil/html/search/pages_6.js
-share/doc/qore/modules/WebUtil/html/search/pages_62.html
-share/doc/qore/modules/WebUtil/html/search/pages_62.js
-share/doc/qore/modules/WebUtil/html/search/pages_63.html
-share/doc/qore/modules/WebUtil/html/search/pages_63.js
-share/doc/qore/modules/WebUtil/html/search/pages_64.html
-share/doc/qore/modules/WebUtil/html/search/pages_64.js
-share/doc/qore/modules/WebUtil/html/search/pages_65.html
-share/doc/qore/modules/WebUtil/html/search/pages_65.js
-share/doc/qore/modules/WebUtil/html/search/pages_66.html
-share/doc/qore/modules/WebUtil/html/search/pages_66.js
-share/doc/qore/modules/WebUtil/html/search/pages_68.html
-share/doc/qore/modules/WebUtil/html/search/pages_68.js
-share/doc/qore/modules/WebUtil/html/search/pages_69.html
-share/doc/qore/modules/WebUtil/html/search/pages_69.js
-share/doc/qore/modules/WebUtil/html/search/pages_6b.html
-share/doc/qore/modules/WebUtil/html/search/pages_6b.js
-share/doc/qore/modules/WebUtil/html/search/pages_6c.html
-share/doc/qore/modules/WebUtil/html/search/pages_6c.js
-share/doc/qore/modules/WebUtil/html/search/pages_6d.html
-share/doc/qore/modules/WebUtil/html/search/pages_6d.js
-share/doc/qore/modules/WebUtil/html/search/pages_6e.html
-share/doc/qore/modules/WebUtil/html/search/pages_6e.js
-share/doc/qore/modules/WebUtil/html/search/pages_6f.html
-share/doc/qore/modules/WebUtil/html/search/pages_6f.js
 share/doc/qore/modules/WebUtil/html/search/pages_7.html
 share/doc/qore/modules/WebUtil/html/search/pages_7.js
-share/doc/qore/modules/WebUtil/html/search/pages_70.html
-share/doc/qore/modules/WebUtil/html/search/pages_70.js
-share/doc/qore/modules/WebUtil/html/search/pages_71.html
-share/doc/qore/modules/WebUtil/html/search/pages_71.js
-share/doc/qore/modules/WebUtil/html/search/pages_72.html
-share/doc/qore/modules/WebUtil/html/search/pages_72.js
-share/doc/qore/modules/WebUtil/html/search/pages_73.html
-share/doc/qore/modules/WebUtil/html/search/pages_73.js
-share/doc/qore/modules/WebUtil/html/search/pages_74.html
-share/doc/qore/modules/WebUtil/html/search/pages_74.js
-share/doc/qore/modules/WebUtil/html/search/pages_75.html
-share/doc/qore/modules/WebUtil/html/search/pages_75.js
-share/doc/qore/modules/WebUtil/html/search/pages_76.html
-share/doc/qore/modules/WebUtil/html/search/pages_76.js
-share/doc/qore/modules/WebUtil/html/search/pages_77.html
-share/doc/qore/modules/WebUtil/html/search/pages_77.js
 share/doc/qore/modules/WebUtil/html/search/pages_8.html
 share/doc/qore/modules/WebUtil/html/search/pages_8.js
 share/doc/qore/modules/WebUtil/html/search/pages_9.html
@@ -16809,6 +14331,7 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/search_l.png
 share/doc/qore/modules/WebUtil/html/search/search_m.png
 share/doc/qore/modules/WebUtil/html/search/search_r.png
+share/doc/qore/modules/WebUtil/html/search/searchdata.js
 share/doc/qore/modules/WebUtil/html/search/variables_0.html
 share/doc/qore/modules/WebUtil/html/search/variables_0.js
 share/doc/qore/modules/WebUtil/html/search/variables_1.html
@@ -16837,58 +14360,10 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/variables_4.js
 share/doc/qore/modules/WebUtil/html/search/variables_5.html
 share/doc/qore/modules/WebUtil/html/search/variables_5.js
-share/doc/qore/modules/WebUtil/html/search/variables_5f.html
-share/doc/qore/modules/WebUtil/html/search/variables_5f.js
 share/doc/qore/modules/WebUtil/html/search/variables_6.html
 share/doc/qore/modules/WebUtil/html/search/variables_6.js
-share/doc/qore/modules/WebUtil/html/search/variables_61.html
-share/doc/qore/modules/WebUtil/html/search/variables_61.js
-share/doc/qore/modules/WebUtil/html/search/variables_62.html
-share/doc/qore/modules/WebUtil/html/search/variables_62.js
-share/doc/qore/modules/WebUtil/html/search/variables_63.html
-share/doc/qore/modules/WebUtil/html/search/variables_63.js
-share/doc/qore/modules/WebUtil/html/search/variables_64.html
-share/doc/qore/modules/WebUtil/html/search/variables_64.js
-share/doc/qore/modules/WebUtil/html/search/variables_65.html
-share/doc/qore/modules/WebUtil/html/search/variables_65.js
-share/doc/qore/modules/WebUtil/html/search/variables_66.html
-share/doc/qore/modules/WebUtil/html/search/variables_66.js
-share/doc/qore/modules/WebUtil/html/search/variables_68.html
-share/doc/qore/modules/WebUtil/html/search/variables_68.js
-share/doc/qore/modules/WebUtil/html/search/variables_69.html
-share/doc/qore/modules/WebUtil/html/search/variables_69.js
-share/doc/qore/modules/WebUtil/html/search/variables_6a.html
-share/doc/qore/modules/WebUtil/html/search/variables_6a.js
-share/doc/qore/modules/WebUtil/html/search/variables_6c.html
-share/doc/qore/modules/WebUtil/html/search/variables_6c.js
-share/doc/qore/modules/WebUtil/html/search/variables_6d.html
-share/doc/qore/modules/WebUtil/html/search/variables_6d.js
-share/doc/qore/modules/WebUtil/html/search/variables_6e.html
-share/doc/qore/modules/WebUtil/html/search/variables_6e.js
-share/doc/qore/modules/WebUtil/html/search/variables_6f.html
-share/doc/qore/modules/WebUtil/html/search/variables_6f.js
 share/doc/qore/modules/WebUtil/html/search/variables_7.html
 share/doc/qore/modules/WebUtil/html/search/variables_7.js
-share/doc/qore/modules/WebUtil/html/search/variables_70.html
-share/doc/qore/modules/WebUtil/html/search/variables_70.js
-share/doc/qore/modules/WebUtil/html/search/variables_71.html
-share/doc/qore/modules/WebUtil/html/search/variables_71.js
-share/doc/qore/modules/WebUtil/html/search/variables_72.html
-share/doc/qore/modules/WebUtil/html/search/variables_72.js
-share/doc/qore/modules/WebUtil/html/search/variables_73.html
-share/doc/qore/modules/WebUtil/html/search/variables_73.js
-share/doc/qore/modules/WebUtil/html/search/variables_74.html
-share/doc/qore/modules/WebUtil/html/search/variables_74.js
-share/doc/qore/modules/WebUtil/html/search/variables_75.html
-share/doc/qore/modules/WebUtil/html/search/variables_75.js
-share/doc/qore/modules/WebUtil/html/search/variables_76.html
-share/doc/qore/modules/WebUtil/html/search/variables_76.js
-share/doc/qore/modules/WebUtil/html/search/variables_77.html
-share/doc/qore/modules/WebUtil/html/search/variables_77.js
-share/doc/qore/modules/WebUtil/html/search/variables_78.html
-share/doc/qore/modules/WebUtil/html/search/variables_78.js
-share/doc/qore/modules/WebUtil/html/search/variables_7a.html
-share/doc/qore/modules/WebUtil/html/search/variables_7a.js
 share/doc/qore/modules/WebUtil/html/search/variables_8.html
 share/doc/qore/modules/WebUtil/html/search/variables_8.js
 share/doc/qore/modules/WebUtil/html/search/variables_9.html
@@ -16905,6 +14380,7 @@ share/doc/qore/modules/WebUtil/html/sear
 share/doc/qore/modules/WebUtil/html/search/variables_e.js
 share/doc/qore/modules/WebUtil/html/search/variables_f.html
 share/doc/qore/modules/WebUtil/html/search/variables_f.js
+share/doc/qore/modules/WebUtil/html/splitbar.png
 share/doc/qore/modules/WebUtil/html/sync_off.png
 share/doc/qore/modules/WebUtil/html/sync_on.png
 share/doc/qore/modules/WebUtil/html/tab_a.png
@@ -16912,3 +14388,32 @@ share/doc/qore/modules/WebUtil/html/tab_
 share/doc/qore/modules/WebUtil/html/tab_h.png
 share/doc/qore/modules/WebUtil/html/tab_s.png
 share/doc/qore/modules/WebUtil/html/tabs.css
+share/qore-modules/${PKGVERSION}/BulkSqlUtil.qm
+share/qore-modules/${PKGVERSION}/CsvUtil.qm
+share/qore-modules/${PKGVERSION}/Diff.qm
+share/qore-modules/${PKGVERSION}/FilePoller.qm
+share/qore-modules/${PKGVERSION}/FixedLengthUtil.qm
+share/qore-modules/${PKGVERSION}/FreetdsSqlUtil.qm
+share/qore-modules/${PKGVERSION}/HttpServer.qm
+share/qore-modules/${PKGVERSION}/HttpServerUtil.qm
+share/qore-modules/${PKGVERSION}/MailMessage.qm
+share/qore-modules/${PKGVERSION}/Mapper.qm
+share/qore-modules/${PKGVERSION}/Mime.qm
+share/qore-modules/${PKGVERSION}/MysqlSqlUtil.qm
+share/qore-modules/${PKGVERSION}/OracleSqlUtil.qm
+share/qore-modules/${PKGVERSION}/PgsqlSqlUtil.qm
+share/qore-modules/${PKGVERSION}/Pop3Client.qm
+share/qore-modules/${PKGVERSION}/QUnit.qm
+share/qore-modules/${PKGVERSION}/Qorize.qm
+share/qore-modules/${PKGVERSION}/RestClient.qm
+share/qore-modules/${PKGVERSION}/RestHandler.qm
+share/qore-modules/${PKGVERSION}/Schema.qm
+share/qore-modules/${PKGVERSION}/SmtpClient.qm
+share/qore-modules/${PKGVERSION}/SqlUtil.qm
+share/qore-modules/${PKGVERSION}/TableMapper.qm
+share/qore-modules/${PKGVERSION}/TelnetClient.qm
+share/qore-modules/${PKGVERSION}/Util.qm
+share/qore-modules/${PKGVERSION}/WebSocketClient.qm
+share/qore-modules/${PKGVERSION}/WebSocketHandler.qm
+share/qore-modules/${PKGVERSION}/WebSocketUtil.qm
+share/qore-modules/${PKGVERSION}/WebUtil.qm
Index: pkgsrc/lang/qore/module.mk
diff -u pkgsrc/lang/qore/module.mk:1.1 pkgsrc/lang/qore/module.mk:1.2
--- pkgsrc/lang/qore/module.mk:1.1      Tue Dec 30 15:39:51 2014
+++ pkgsrc/lang/qore/module.mk  Wed Jul 20 11:58:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.1 2014/12/30 15:39:51 wiz Exp $
+# $NetBSD: module.mk,v 1.2 2016/07/20 11:58:40 nros Exp $
 #
 # This file should be included in the makefile of packages that install
 # Qore modules.
@@ -20,13 +20,20 @@
 #                       modules that uses the latest module api
 #                       version.
 #
+# QORE_USER_MODULE_DIR  The directory where users modules(qm files) are
+#                       installed relative to ${PREFIX}.
+#
+#
+#
 
 qore-module: post-install .PHONY
 qore-version=qore --short-version | ${SED} -e s/-.*//
 qore-module-api=qore --module-api
 qore-module-dir=qore --module-dir
 qore-latest-module-api=qore --latest-module-api
+qore-user-module-dir=qore --user-module-dir
 PLIST_SUBST+=QORE_VERSION="${qore-version:sh}"
 PLIST_SUBST+=QORE_MODULE_API="${qore-module-api:sh}"
 PLIST_SUBST+=QORE_MODULE_DIR="${qore-module-dir:sh:C,^${PREFIX}/,,W}"
 PLIST_SUBST+=QORE_LATEST_MODULE_API="${qore-latest-module-api:sh}"
+PLIST_SUBST+=QORE_USER_MODULE_DIR="${qore-user-module-dir:sh:C,^${PREFIX}/,,W}"

Index: pkgsrc/lang/qore/buildlink3.mk
diff -u pkgsrc/lang/qore/buildlink3.mk:1.2 pkgsrc/lang/qore/buildlink3.mk:1.3
--- pkgsrc/lang/qore/buildlink3.mk:1.2  Sat Mar  5 11:27:50 2016
+++ pkgsrc/lang/qore/buildlink3.mk      Wed Jul 20 11:58:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2016/03/05 11:27:50 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2016/07/20 11:58:40 nros Exp $
 #
 
 BUILDLINK_TREE+=       qore
@@ -6,8 +6,7 @@ BUILDLINK_TREE+=        qore
 .if !defined(QORE_BUILDLINK3_MK)
 QORE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.qore+=   qore>=0.8.11 # API version 0.18
-BUILDLINK_ABI_DEPENDS.qore?=   qore>=0.8.11nb3
+BUILDLINK_API_DEPENDS.qore+=   qore>=0.8.12 # API version 0.19
 BUILDLINK_PKGSRCDIR.qore?=     ../../lang/qore
 
 .include "../../archivers/bzip2/buildlink3.mk"

Index: pkgsrc/lang/qore/distinfo
diff -u pkgsrc/lang/qore/distinfo:1.4 pkgsrc/lang/qore/distinfo:1.5
--- pkgsrc/lang/qore/distinfo:1.4       Wed Mar  9 21:32:41 2016
+++ pkgsrc/lang/qore/distinfo   Wed Jul 20 11:58:40 2016
@@ -1,13 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/03/09 21:32:41 nros Exp $
+$NetBSD: distinfo,v 1.5 2016/07/20 11:58:40 nros Exp $
 
-SHA1 (qore-0.8.11.tar.bz2) = 16699762ce22e333b1d5eb782a0077f7e7dc7b15
-RMD160 (qore-0.8.11.tar.bz2) = 1dcae042c51daaff81485bbb70459a104076a67a
-SHA512 (qore-0.8.11.tar.bz2) = 83dfd293f8d0ced52eeca8e0023f8a943cbf3be6426e0091032ef67769ac1103e04b4b9017c4443d94695407a5f727edf06b6ba3c3bb71a95b5c0bb0da5f8ce9
-Size (qore-0.8.11.tar.bz2) = 20074057 bytes
-SHA1 (patch-configure.ac) = 4d14a82f96828a4958279f6e3f2126482e52bad7
-SHA1 (patch-include_qore_QoreFile.h) = 878b81d936bc51f19ae3dac76e25e865bbd0d55d
-SHA1 (patch-include_qore_QoreLib.h) = a13da003160e5069817312a7587262a0cf7e51a1
-SHA1 (patch-lib_QoreLib.cpp) = 476aeb3f42f0a48fdff4a9335d64f59fec326618
-SHA1 (patch-lib_QoreTimeZoneManager.cpp) = d74e69c25ffddfa7bb1582cab7cba97abca3240e
-SHA1 (patch-lib_qc__option.qpp) = f5b3d05a7975eb77ced74839f1efa36b9cafd75b
-SHA1 (patch-lib_ql__crypto.qpp) = 4211e7df7d3c27bd22df63552b4457e9fb79099a
+SHA1 (qore-0.8.12.tar.bz2) = 9c9465559536053b7303c73f17b5243adc52ecab
+RMD160 (qore-0.8.12.tar.bz2) = 312751b59156aaa813e4fce4d0876c376b6fd1d0
+SHA512 (qore-0.8.12.tar.bz2) = 2f7bd62ed93a5e64fd4fb77b0e62162d9f1cfa0c0bf9e5b0270cf1b5a150aa13c4283fac9a805a4e6e52d95647253de27c48cb7f9251d53a2a265624f43b31af
+Size (qore-0.8.12.tar.bz2) = 21703171 bytes



Home | Main Index | Thread Index | Old Index