Thu Oct 20 11:35:09 2022 UTC ()
Update qore to version 1.12.0

Update qore to version 1.12.0.

Includes one of our patches and
has tons of bug fixes.


(nros)
diff -r1.21 -r1.22 pkgsrc/lang/qore/Makefile
diff -r1.9 -r1.10 pkgsrc/lang/qore/PLIST
diff -r1.16 -r1.17 pkgsrc/lang/qore/distinfo
diff -r1.1 -r0 pkgsrc/lang/qore/patches/patch-lib_StatementBlock.cpp

cvs diff -r1.21 -r1.22 pkgsrc/lang/qore/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/qore/Makefile 2022/01/27 17:39:45 1.21
+++ pkgsrc/lang/qore/Makefile 2022/10/20 11:35:08 1.22
@@ -1,27 +1,26 @@ @@ -1,27 +1,26 @@
1# $NetBSD: Makefile,v 1.21 2022/01/27 17:39:45 nros Exp $ 1# $NetBSD: Makefile,v 1.22 2022/10/20 11:35:08 nros Exp $
2 2
3DISTNAME= qore-1.2 3DISTNAME= qore-1.12.0
4CATEGORIES= lang 4CATEGORIES= lang
5MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8GITHUB_RELEASE= release-${PKGVERSION_NOREV} 8GITHUB_RELEASE= release-${PKGVERSION_NOREV}
9 9
10MAINTAINER= nros@NetBSD.org 10MAINTAINER= nros@NetBSD.org
11COMMENT= Embeddable multithreaded scripting language 11COMMENT= Embeddable multithreaded scripting language
12HOMEPAGE= http://www.qore.org/ 12HOMEPAGE= http://www.qore.org/
13LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mit 13LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mit
14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.0 
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_TOOLS+= bash bison flex gmake pax 17USE_TOOLS+= bash bison flex gmake pax
19USE_LANGUAGES= c c99 c++ 18USE_LANGUAGES= c c99 c++
20PTHREAD_OPTS+= native 19PTHREAD_OPTS+= native
21FLEX_REQD= 2.5.31 20FLEX_REQD= 2.5.31
22 21
23PKGCONFIG_OVERRIDE+= qore.pc.in 22PKGCONFIG_OVERRIDE+= qore.pc.in
24REPLACE_QORE= bin/qdbg bin/qdbg-remote bin/qdbg-server 23REPLACE_QORE= bin/qdbg bin/qdbg-remote bin/qdbg-server
25REPLACE_QORE+= bin/qdbg-vsc-adapter bin/qdp bin/qget 24REPLACE_QORE+= bin/qdbg-vsc-adapter bin/qdp bin/qget
26REPLACE_QORE+= bin/rest bin/saprest bin/schema-reverse 25REPLACE_QORE+= bin/rest bin/saprest bin/schema-reverse
27REPLACE_QORE+= bin/sfrest bin/sqlutil doxygen/qdx doxygen/qjar 26REPLACE_QORE+= bin/sfrest bin/sqlutil doxygen/qdx doxygen/qjar

cvs diff -r1.9 -r1.10 pkgsrc/lang/qore/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/qore/PLIST 2022/01/27 17:39:45 1.9
+++ pkgsrc/lang/qore/PLIST 2022/10/20 11:35:08 1.10
@@ -1,30 +1,32 @@ @@ -1,30 +1,32 @@
1@comment $NetBSD: PLIST,v 1.9 2022/01/27 17:39:45 nros Exp $ 1@comment $NetBSD: PLIST,v 1.10 2022/10/20 11:35:08 nros Exp $
2bin/qdbg 2bin/qdbg
3bin/qdbg-remote 3bin/qdbg-remote
4bin/qdbg-server 4bin/qdbg-server
5bin/qdbg-vsc-adapter 5bin/qdbg-vsc-adapter
6bin/qdp 6bin/qdp
7bin/qdx 7bin/qdx
8bin/qget 8bin/qget
9bin/qjar 9bin/qjar
10bin/qore 10bin/qore
11bin/qpp 11bin/qpp
12bin/rest 12bin/rest
13bin/saprest 13bin/saprest
14bin/schema-reverse 14bin/schema-reverse
15bin/sfrest 15bin/sfrest
16bin/sqlutil 16bin/sqlutil
17include/qore/AbstractException.h 17include/qore/AbstractException.h
 18include/qore/AbstractPollState.h
 19include/qore/AbstractPollableIoObjectBase.h
18include/qore/AbstractPrivateData.h 20include/qore/AbstractPrivateData.h
19include/qore/AbstractQoreNode.h 21include/qore/AbstractQoreNode.h
20include/qore/AbstractThreadResource.h 22include/qore/AbstractThreadResource.h
21include/qore/AutoVLock.h 23include/qore/AutoVLock.h
22include/qore/BinaryNode.h 24include/qore/BinaryNode.h
23include/qore/CallReferenceNode.h 25include/qore/CallReferenceNode.h
24include/qore/DBI.h 26include/qore/DBI.h
25include/qore/Datasource.h 27include/qore/Datasource.h
26include/qore/DateTime.h 28include/qore/DateTime.h
27include/qore/DateTimeNode.h 29include/qore/DateTimeNode.h
28include/qore/ExceptionSink.h 30include/qore/ExceptionSink.h
29include/qore/InputStream.h 31include/qore/InputStream.h
30include/qore/ModuleManager.h 32include/qore/ModuleManager.h
@@ -99,47 +101,50 @@ include/qore/params.h @@ -99,47 +101,50 @@ include/qore/params.h
99include/qore/qlist 101include/qore/qlist
100include/qore/qore-version.h 102include/qore/qore-version.h
101include/qore/qore_bitopts.h 103include/qore/qore_bitopts.h
102include/qore/qore_thread.h 104include/qore/qore_thread.h
103include/qore/safe_dslist 105include/qore/safe_dslist
104include/qore/support.h 106include/qore/support.h
105include/qore/vector_map 107include/qore/vector_map
106include/qore/vector_set 108include/qore/vector_set
107lib/cmake/Qore/QoreConfig.cmake 109lib/cmake/Qore/QoreConfig.cmake
108lib/cmake/Qore/QoreConfigVersion.cmake 110lib/cmake/Qore/QoreConfigVersion.cmake
109lib/cmake/Qore/QoreMacros.cmake 111lib/cmake/Qore/QoreMacros.cmake
110lib/libqore.la 112lib/libqore.la
111lib/pkgconfig/qore.pc 113lib/pkgconfig/qore.pc
112lib/qore-modules/${PKGVERSION}.0/astparser-api-${PKGVERSION}.qmod 114lib/qore-modules/${PKGVERSION}/astparser-api-1.3.qmod
113lib/qore-modules/${PKGVERSION}.0/reflection-api-${PKGVERSION}.qmod 115lib/qore-modules/${PKGVERSION}/reflection-api-1.3.qmod
114man/man1/qore.1 116man/man1/qore.1
115share/doc/qore/lang/html/_pseudo___q_c___all_8dox_8h_source.html 117share/doc/qore/lang/html/_pseudo___q_c___all_8dox_8h_source.html
116share/doc/qore/lang/html/_pseudo___q_c___binary_8dox_8h_source.html 118share/doc/qore/lang/html/_pseudo___q_c___binary_8dox_8h_source.html
117share/doc/qore/lang/html/_pseudo___q_c___bool_8dox_8h_source.html 119share/doc/qore/lang/html/_pseudo___q_c___bool_8dox_8h_source.html
118share/doc/qore/lang/html/_pseudo___q_c___callref_8dox_8h_source.html 120share/doc/qore/lang/html/_pseudo___q_c___callref_8dox_8h_source.html
119share/doc/qore/lang/html/_pseudo___q_c___closure_8dox_8h_source.html 121share/doc/qore/lang/html/_pseudo___q_c___closure_8dox_8h_source.html
120share/doc/qore/lang/html/_pseudo___q_c___date_8dox_8h_source.html 122share/doc/qore/lang/html/_pseudo___q_c___date_8dox_8h_source.html
121share/doc/qore/lang/html/_pseudo___q_c___float_8dox_8h_source.html 123share/doc/qore/lang/html/_pseudo___q_c___float_8dox_8h_source.html
122share/doc/qore/lang/html/_pseudo___q_c___hash_8dox_8h_source.html 124share/doc/qore/lang/html/_pseudo___q_c___hash_8dox_8h_source.html
123share/doc/qore/lang/html/_pseudo___q_c___int_8dox_8h_source.html 125share/doc/qore/lang/html/_pseudo___q_c___int_8dox_8h_source.html
124share/doc/qore/lang/html/_pseudo___q_c___list_8dox_8h_source.html 126share/doc/qore/lang/html/_pseudo___q_c___list_8dox_8h_source.html
125share/doc/qore/lang/html/_pseudo___q_c___nothing_8dox_8h_source.html 127share/doc/qore/lang/html/_pseudo___q_c___nothing_8dox_8h_source.html
126share/doc/qore/lang/html/_pseudo___q_c___number_8dox_8h_source.html 128share/doc/qore/lang/html/_pseudo___q_c___number_8dox_8h_source.html
127share/doc/qore/lang/html/_pseudo___q_c___object_8dox_8h_source.html 129share/doc/qore/lang/html/_pseudo___q_c___object_8dox_8h_source.html
128share/doc/qore/lang/html/_pseudo___q_c___string_8dox_8h_source.html 130share/doc/qore/lang/html/_pseudo___q_c___string_8dox_8h_source.html
129share/doc/qore/lang/html/_q_c___abstract_bidirectional_iterator_8dox_8h_source.html 131share/doc/qore/lang/html/_q_c___abstract_bidirectional_iterator_8dox_8h_source.html
130share/doc/qore/lang/html/_q_c___abstract_datasource_8dox_8h_source.html 132share/doc/qore/lang/html/_q_c___abstract_datasource_8dox_8h_source.html
131share/doc/qore/lang/html/_q_c___abstract_iterator_8dox_8h_source.html 133share/doc/qore/lang/html/_q_c___abstract_iterator_8dox_8h_source.html
132share/doc/qore/lang/html/_q_c___abstract_line_iterator_8dox_8h_source.html 134share/doc/qore/lang/html/_q_c___abstract_line_iterator_8dox_8h_source.html
 135share/doc/qore/lang/html/_q_c___abstract_poll_operation_8dox_8h_source.html
 136share/doc/qore/lang/html/_q_c___abstract_pollable_io_object_8dox_8h_source.html
 137share/doc/qore/lang/html/_q_c___abstract_pollable_io_object_base_8dox_8h_source.html
133share/doc/qore/lang/html/_q_c___abstract_quantified_bidirectional_iterator_8dox_8h_source.html 138share/doc/qore/lang/html/_q_c___abstract_quantified_bidirectional_iterator_8dox_8h_source.html
134share/doc/qore/lang/html/_q_c___abstract_quantified_iterator_8dox_8h_source.html 139share/doc/qore/lang/html/_q_c___abstract_quantified_iterator_8dox_8h_source.html
135share/doc/qore/lang/html/_q_c___abstract_s_q_l_statement_8dox_8h_source.html 140share/doc/qore/lang/html/_q_c___abstract_s_q_l_statement_8dox_8h_source.html
136share/doc/qore/lang/html/_q_c___abstract_smart_lock_8dox_8h_source.html 141share/doc/qore/lang/html/_q_c___abstract_smart_lock_8dox_8h_source.html
137share/doc/qore/lang/html/_q_c___abstract_thread_resource_8dox_8h_source.html 142share/doc/qore/lang/html/_q_c___abstract_thread_resource_8dox_8h_source.html
138share/doc/qore/lang/html/_q_c___auto_gate_8dox_8h_source.html 143share/doc/qore/lang/html/_q_c___auto_gate_8dox_8h_source.html
139share/doc/qore/lang/html/_q_c___auto_lock_8dox_8h_source.html 144share/doc/qore/lang/html/_q_c___auto_lock_8dox_8h_source.html
140share/doc/qore/lang/html/_q_c___auto_read_lock_8dox_8h_source.html 145share/doc/qore/lang/html/_q_c___auto_read_lock_8dox_8h_source.html
141share/doc/qore/lang/html/_q_c___auto_write_lock_8dox_8h_source.html 146share/doc/qore/lang/html/_q_c___auto_write_lock_8dox_8h_source.html
142share/doc/qore/lang/html/_q_c___binary_input_stream_8dox_8h_source.html 147share/doc/qore/lang/html/_q_c___binary_input_stream_8dox_8h_source.html
143share/doc/qore/lang/html/_q_c___binary_output_stream_8dox_8h_source.html 148share/doc/qore/lang/html/_q_c___binary_output_stream_8dox_8h_source.html
144share/doc/qore/lang/html/_q_c___breakpoint_8dox_8h_source.html 149share/doc/qore/lang/html/_q_c___breakpoint_8dox_8h_source.html
145share/doc/qore/lang/html/_q_c___buffered_stream_reader_8dox_8h_source.html 150share/doc/qore/lang/html/_q_c___buffered_stream_reader_8dox_8h_source.html
@@ -188,26 +193,28 @@ share/doc/qore/lang/html/_q_c___pipe_out @@ -188,26 +193,28 @@ share/doc/qore/lang/html/_q_c___pipe_out
188share/doc/qore/lang/html/_q_c___program_8dox_8h_source.html 193share/doc/qore/lang/html/_q_c___program_8dox_8h_source.html
189share/doc/qore/lang/html/_q_c___program_control_8dox_8h_source.html 194share/doc/qore/lang/html/_q_c___program_control_8dox_8h_source.html
190share/doc/qore/lang/html/_q_c___queue_8dox_8h_source.html 195share/doc/qore/lang/html/_q_c___queue_8dox_8h_source.html
191share/doc/qore/lang/html/_q_c___r_w_lock_8dox_8h_source.html 196share/doc/qore/lang/html/_q_c___r_w_lock_8dox_8h_source.html
192share/doc/qore/lang/html/_q_c___range_iterator_8dox_8h_source.html 197share/doc/qore/lang/html/_q_c___range_iterator_8dox_8h_source.html
193share/doc/qore/lang/html/_q_c___read_only_file_8dox_8h_source.html 198share/doc/qore/lang/html/_q_c___read_only_file_8dox_8h_source.html
194share/doc/qore/lang/html/_q_c___s_q_l_statement_8dox_8h_source.html 199share/doc/qore/lang/html/_q_c___s_q_l_statement_8dox_8h_source.html
195share/doc/qore/lang/html/_q_c___s_s_l_certificate_8dox_8h_source.html 200share/doc/qore/lang/html/_q_c___s_s_l_certificate_8dox_8h_source.html
196share/doc/qore/lang/html/_q_c___s_s_l_private_key_8dox_8h_source.html 201share/doc/qore/lang/html/_q_c___s_s_l_private_key_8dox_8h_source.html
197share/doc/qore/lang/html/_q_c___sequence_8dox_8h_source.html 202share/doc/qore/lang/html/_q_c___sequence_8dox_8h_source.html
198share/doc/qore/lang/html/_q_c___serializable_8dox_8h_source.html 203share/doc/qore/lang/html/_q_c___serializable_8dox_8h_source.html
199share/doc/qore/lang/html/_q_c___single_value_iterator_8dox_8h_source.html 204share/doc/qore/lang/html/_q_c___single_value_iterator_8dox_8h_source.html
200share/doc/qore/lang/html/_q_c___socket_8dox_8h_source.html 205share/doc/qore/lang/html/_q_c___socket_8dox_8h_source.html
 206share/doc/qore/lang/html/_q_c___socket_poll_operation_8dox_8h_source.html
 207share/doc/qore/lang/html/_q_c___socket_poll_operation_base_8dox_8h_source.html
201share/doc/qore/lang/html/_q_c___stderr_output_stream_8dox_8h_source.html 208share/doc/qore/lang/html/_q_c___stderr_output_stream_8dox_8h_source.html
202share/doc/qore/lang/html/_q_c___stdout_output_stream_8dox_8h_source.html 209share/doc/qore/lang/html/_q_c___stdout_output_stream_8dox_8h_source.html
203share/doc/qore/lang/html/_q_c___stream_base_8dox_8h_source.html 210share/doc/qore/lang/html/_q_c___stream_base_8dox_8h_source.html
204share/doc/qore/lang/html/_q_c___stream_pipe_8dox_8h_source.html 211share/doc/qore/lang/html/_q_c___stream_pipe_8dox_8h_source.html
205share/doc/qore/lang/html/_q_c___stream_reader_8dox_8h_source.html 212share/doc/qore/lang/html/_q_c___stream_reader_8dox_8h_source.html
206share/doc/qore/lang/html/_q_c___stream_writer_8dox_8h_source.html 213share/doc/qore/lang/html/_q_c___stream_writer_8dox_8h_source.html
207share/doc/qore/lang/html/_q_c___string_input_stream_8dox_8h_source.html 214share/doc/qore/lang/html/_q_c___string_input_stream_8dox_8h_source.html
208share/doc/qore/lang/html/_q_c___string_output_stream_8dox_8h_source.html 215share/doc/qore/lang/html/_q_c___string_output_stream_8dox_8h_source.html
209share/doc/qore/lang/html/_q_c___term_i_o_s_8dox_8h_source.html 216share/doc/qore/lang/html/_q_c___term_i_o_s_8dox_8h_source.html
210share/doc/qore/lang/html/_q_c___thread_pool_8dox_8h_source.html 217share/doc/qore/lang/html/_q_c___thread_pool_8dox_8h_source.html
211share/doc/qore/lang/html/_q_c___time_zone_8dox_8h_source.html 218share/doc/qore/lang/html/_q_c___time_zone_8dox_8h_source.html
212share/doc/qore/lang/html/_q_c___transform_8dox_8h_source.html 219share/doc/qore/lang/html/_q_c___transform_8dox_8h_source.html
213share/doc/qore/lang/html/_q_c___transform_input_stream_8dox_8h_source.html 220share/doc/qore/lang/html/_q_c___transform_input_stream_8dox_8h_source.html
@@ -228,26 +235,44 @@ share/doc/qore/lang/html/class_qore_1_1_ @@ -228,26 +235,44 @@ share/doc/qore/lang/html/class_qore_1_1_
228share/doc/qore/lang/html/class_qore_1_1_abstract_bidirectional_iterator__inherit__graph.png 235share/doc/qore/lang/html/class_qore_1_1_abstract_bidirectional_iterator__inherit__graph.png
229share/doc/qore/lang/html/class_qore_1_1_abstract_iterator-members.html 236share/doc/qore/lang/html/class_qore_1_1_abstract_iterator-members.html
230share/doc/qore/lang/html/class_qore_1_1_abstract_iterator.html 237share/doc/qore/lang/html/class_qore_1_1_abstract_iterator.html
231share/doc/qore/lang/html/class_qore_1_1_abstract_iterator.js 238share/doc/qore/lang/html/class_qore_1_1_abstract_iterator.js
232share/doc/qore/lang/html/class_qore_1_1_abstract_iterator__inherit__graph.map 239share/doc/qore/lang/html/class_qore_1_1_abstract_iterator__inherit__graph.map
233share/doc/qore/lang/html/class_qore_1_1_abstract_iterator__inherit__graph.md5 240share/doc/qore/lang/html/class_qore_1_1_abstract_iterator__inherit__graph.md5
234share/doc/qore/lang/html/class_qore_1_1_abstract_iterator__inherit__graph.png 241share/doc/qore/lang/html/class_qore_1_1_abstract_iterator__inherit__graph.png
235share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator-members.html 242share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator-members.html
236share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator.html 243share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator.html
237share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator.js 244share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator.js
238share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.map 245share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.map
239share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.md5 246share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.md5
240share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.png 247share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.png
 248share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation-members.html
 249share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation.html
 250share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation.js
 251share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation__inherit__graph.map
 252share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation__inherit__graph.md5
 253share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation__inherit__graph.png
 254share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object-members.html
 255share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object.html
 256share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object.js
 257share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object__inherit__graph.map
 258share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object__inherit__graph.md5
 259share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object__inherit__graph.png
 260share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base-members.html
 261share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base.html
 262share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base.js
 263share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base__inherit__graph.map
 264share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base__inherit__graph.md5
 265share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base__inherit__graph.png
241share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator-members.html 266share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator-members.html
242share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator.html 267share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator.html
243share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator__inherit__graph.map 268share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator__inherit__graph.map
244share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator__inherit__graph.md5 269share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator__inherit__graph.md5
245share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator__inherit__graph.png 270share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator__inherit__graph.png
246share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator-members.html 271share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator-members.html
247share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator.html 272share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator.html
248share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator.js 273share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator.js
249share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.map 274share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.map
250share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.md5 275share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.md5
251share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.png 276share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_iterator__inherit__graph.png
252share/doc/qore/lang/html/class_qore_1_1_binary_input_stream-members.html 277share/doc/qore/lang/html/class_qore_1_1_binary_input_stream-members.html
253share/doc/qore/lang/html/class_qore_1_1_binary_input_stream.html 278share/doc/qore/lang/html/class_qore_1_1_binary_input_stream.html
@@ -539,26 +564,38 @@ share/doc/qore/lang/html/class_qore_1_1_ @@ -539,26 +564,38 @@ share/doc/qore/lang/html/class_qore_1_1_
539share/doc/qore/lang/html/class_qore_1_1_serializable__inherit__graph.png 564share/doc/qore/lang/html/class_qore_1_1_serializable__inherit__graph.png
540share/doc/qore/lang/html/class_qore_1_1_single_value_iterator-members.html 565share/doc/qore/lang/html/class_qore_1_1_single_value_iterator-members.html
541share/doc/qore/lang/html/class_qore_1_1_single_value_iterator.html 566share/doc/qore/lang/html/class_qore_1_1_single_value_iterator.html
542share/doc/qore/lang/html/class_qore_1_1_single_value_iterator.js 567share/doc/qore/lang/html/class_qore_1_1_single_value_iterator.js
543share/doc/qore/lang/html/class_qore_1_1_single_value_iterator__inherit__graph.map 568share/doc/qore/lang/html/class_qore_1_1_single_value_iterator__inherit__graph.map
544share/doc/qore/lang/html/class_qore_1_1_single_value_iterator__inherit__graph.md5 569share/doc/qore/lang/html/class_qore_1_1_single_value_iterator__inherit__graph.md5
545share/doc/qore/lang/html/class_qore_1_1_single_value_iterator__inherit__graph.png 570share/doc/qore/lang/html/class_qore_1_1_single_value_iterator__inherit__graph.png
546share/doc/qore/lang/html/class_qore_1_1_socket-members.html 571share/doc/qore/lang/html/class_qore_1_1_socket-members.html
547share/doc/qore/lang/html/class_qore_1_1_socket.html 572share/doc/qore/lang/html/class_qore_1_1_socket.html
548share/doc/qore/lang/html/class_qore_1_1_socket.js 573share/doc/qore/lang/html/class_qore_1_1_socket.js
549share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.map 574share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.map
550share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.md5 575share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.md5
551share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.png 576share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.png
 577share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation-members.html
 578share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation.html
 579share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation.js
 580share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation__inherit__graph.map
 581share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation__inherit__graph.md5
 582share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation__inherit__graph.png
 583share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base-members.html
 584share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base.html
 585share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base.js
 586share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base__inherit__graph.map
 587share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base__inherit__graph.md5
 588share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base__inherit__graph.png
552share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream-members.html 589share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream-members.html
553share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream.html 590share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream.html
554share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream.js 591share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream.js
555share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream__inherit__graph.map 592share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream__inherit__graph.map
556share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream__inherit__graph.md5 593share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream__inherit__graph.md5
557share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream__inherit__graph.png 594share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream__inherit__graph.png
558share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream-members.html 595share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream-members.html
559share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream.html 596share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream.html
560share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream.js 597share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream.js
561share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.map 598share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.map
562share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.md5 599share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.md5
563share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.png 600share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.png
564share/doc/qore/lang/html/class_qore_1_1_stream_base-members.html 601share/doc/qore/lang/html/class_qore_1_1_stream_base-members.html
@@ -812,26 +849,27 @@ share/doc/qore/lang/html/functions_func_ @@ -812,26 +849,27 @@ share/doc/qore/lang/html/functions_func_
812share/doc/qore/lang/html/functions_func_w.html 849share/doc/qore/lang/html/functions_func_w.html
813share/doc/qore/lang/html/functions_func_y.html 850share/doc/qore/lang/html/functions_func_y.html
814share/doc/qore/lang/html/functions_func_z.html 851share/doc/qore/lang/html/functions_func_z.html
815share/doc/qore/lang/html/functions_g.html 852share/doc/qore/lang/html/functions_g.html
816share/doc/qore/lang/html/functions_h.html 853share/doc/qore/lang/html/functions_h.html
817share/doc/qore/lang/html/functions_i.html 854share/doc/qore/lang/html/functions_i.html
818share/doc/qore/lang/html/functions_j.html 855share/doc/qore/lang/html/functions_j.html
819share/doc/qore/lang/html/functions_k.html 856share/doc/qore/lang/html/functions_k.html
820share/doc/qore/lang/html/functions_l.html 857share/doc/qore/lang/html/functions_l.html
821share/doc/qore/lang/html/functions_m.html 858share/doc/qore/lang/html/functions_m.html
822share/doc/qore/lang/html/functions_n.html 859share/doc/qore/lang/html/functions_n.html
823share/doc/qore/lang/html/functions_o.html 860share/doc/qore/lang/html/functions_o.html
824share/doc/qore/lang/html/functions_p.html 861share/doc/qore/lang/html/functions_p.html
 862share/doc/qore/lang/html/functions_q.html
825share/doc/qore/lang/html/functions_r.html 863share/doc/qore/lang/html/functions_r.html
826share/doc/qore/lang/html/functions_s.html 864share/doc/qore/lang/html/functions_s.html
827share/doc/qore/lang/html/functions_t.html 865share/doc/qore/lang/html/functions_t.html
828share/doc/qore/lang/html/functions_u.html 866share/doc/qore/lang/html/functions_u.html
829share/doc/qore/lang/html/functions_v.html 867share/doc/qore/lang/html/functions_v.html
830share/doc/qore/lang/html/functions_vars.html 868share/doc/qore/lang/html/functions_vars.html
831share/doc/qore/lang/html/functions_w.html 869share/doc/qore/lang/html/functions_w.html
832share/doc/qore/lang/html/functions_y.html 870share/doc/qore/lang/html/functions_y.html
833share/doc/qore/lang/html/functions_z.html 871share/doc/qore/lang/html/functions_z.html
834share/doc/qore/lang/html/graph_legend.html 872share/doc/qore/lang/html/graph_legend.html
835share/doc/qore/lang/html/graph_legend.md5 873share/doc/qore/lang/html/graph_legend.md5
836share/doc/qore/lang/html/graph_legend.png 874share/doc/qore/lang/html/graph_legend.png
837share/doc/qore/lang/html/group___buffered_stream_reader.html 875share/doc/qore/lang/html/group___buffered_stream_reader.html
@@ -1194,26 +1232,29 @@ share/doc/qore/lang/html/inherit_graph_4 @@ -1194,26 +1232,29 @@ share/doc/qore/lang/html/inherit_graph_4
1194share/doc/qore/lang/html/inherit_graph_46.png 1232share/doc/qore/lang/html/inherit_graph_46.png
1195share/doc/qore/lang/html/inherit_graph_47.map 1233share/doc/qore/lang/html/inherit_graph_47.map
1196share/doc/qore/lang/html/inherit_graph_47.md5 1234share/doc/qore/lang/html/inherit_graph_47.md5
1197share/doc/qore/lang/html/inherit_graph_47.png 1235share/doc/qore/lang/html/inherit_graph_47.png
1198share/doc/qore/lang/html/inherit_graph_48.map 1236share/doc/qore/lang/html/inherit_graph_48.map
1199share/doc/qore/lang/html/inherit_graph_48.md5 1237share/doc/qore/lang/html/inherit_graph_48.md5
1200share/doc/qore/lang/html/inherit_graph_48.png 1238share/doc/qore/lang/html/inherit_graph_48.png
1201share/doc/qore/lang/html/inherit_graph_49.map 1239share/doc/qore/lang/html/inherit_graph_49.map
1202share/doc/qore/lang/html/inherit_graph_49.md5 1240share/doc/qore/lang/html/inherit_graph_49.md5
1203share/doc/qore/lang/html/inherit_graph_49.png 1241share/doc/qore/lang/html/inherit_graph_49.png
1204share/doc/qore/lang/html/inherit_graph_5.map 1242share/doc/qore/lang/html/inherit_graph_5.map
1205share/doc/qore/lang/html/inherit_graph_5.md5 1243share/doc/qore/lang/html/inherit_graph_5.md5
1206share/doc/qore/lang/html/inherit_graph_5.png 1244share/doc/qore/lang/html/inherit_graph_5.png
 1245share/doc/qore/lang/html/inherit_graph_50.map
 1246share/doc/qore/lang/html/inherit_graph_50.md5
 1247share/doc/qore/lang/html/inherit_graph_50.png
1207share/doc/qore/lang/html/inherit_graph_6.map 1248share/doc/qore/lang/html/inherit_graph_6.map
1208share/doc/qore/lang/html/inherit_graph_6.md5 1249share/doc/qore/lang/html/inherit_graph_6.md5
1209share/doc/qore/lang/html/inherit_graph_6.png 1250share/doc/qore/lang/html/inherit_graph_6.png
1210share/doc/qore/lang/html/inherit_graph_7.map 1251share/doc/qore/lang/html/inherit_graph_7.map
1211share/doc/qore/lang/html/inherit_graph_7.md5 1252share/doc/qore/lang/html/inherit_graph_7.md5
1212share/doc/qore/lang/html/inherit_graph_7.png 1253share/doc/qore/lang/html/inherit_graph_7.png
1213share/doc/qore/lang/html/inherit_graph_8.map 1254share/doc/qore/lang/html/inherit_graph_8.map
1214share/doc/qore/lang/html/inherit_graph_8.md5 1255share/doc/qore/lang/html/inherit_graph_8.md5
1215share/doc/qore/lang/html/inherit_graph_8.png 1256share/doc/qore/lang/html/inherit_graph_8.png
1216share/doc/qore/lang/html/inherit_graph_9.map 1257share/doc/qore/lang/html/inherit_graph_9.map
1217share/doc/qore/lang/html/inherit_graph_9.md5 1258share/doc/qore/lang/html/inherit_graph_9.md5
1218share/doc/qore/lang/html/inherit_graph_9.png 1259share/doc/qore/lang/html/inherit_graph_9.png
1219share/doc/qore/lang/html/inherits.html 1260share/doc/qore/lang/html/inherits.html
@@ -1321,26 +1362,27 @@ share/doc/qore/lang/html/navtreeindex0.j @@ -1321,26 +1362,27 @@ share/doc/qore/lang/html/navtreeindex0.j
1321share/doc/qore/lang/html/navtreeindex1.js 1362share/doc/qore/lang/html/navtreeindex1.js
1322share/doc/qore/lang/html/navtreeindex10.js 1363share/doc/qore/lang/html/navtreeindex10.js
1323share/doc/qore/lang/html/navtreeindex11.js 1364share/doc/qore/lang/html/navtreeindex11.js
1324share/doc/qore/lang/html/navtreeindex12.js 1365share/doc/qore/lang/html/navtreeindex12.js
1325share/doc/qore/lang/html/navtreeindex13.js 1366share/doc/qore/lang/html/navtreeindex13.js
1326share/doc/qore/lang/html/navtreeindex14.js 1367share/doc/qore/lang/html/navtreeindex14.js
1327share/doc/qore/lang/html/navtreeindex15.js 1368share/doc/qore/lang/html/navtreeindex15.js
1328share/doc/qore/lang/html/navtreeindex16.js 1369share/doc/qore/lang/html/navtreeindex16.js
1329share/doc/qore/lang/html/navtreeindex17.js 1370share/doc/qore/lang/html/navtreeindex17.js
1330share/doc/qore/lang/html/navtreeindex18.js 1371share/doc/qore/lang/html/navtreeindex18.js
1331share/doc/qore/lang/html/navtreeindex19.js 1372share/doc/qore/lang/html/navtreeindex19.js
1332share/doc/qore/lang/html/navtreeindex2.js 1373share/doc/qore/lang/html/navtreeindex2.js
1333share/doc/qore/lang/html/navtreeindex20.js 1374share/doc/qore/lang/html/navtreeindex20.js
 1375share/doc/qore/lang/html/navtreeindex21.js
1334share/doc/qore/lang/html/navtreeindex3.js 1376share/doc/qore/lang/html/navtreeindex3.js
1335share/doc/qore/lang/html/navtreeindex4.js 1377share/doc/qore/lang/html/navtreeindex4.js
1336share/doc/qore/lang/html/navtreeindex5.js 1378share/doc/qore/lang/html/navtreeindex5.js
1337share/doc/qore/lang/html/navtreeindex6.js 1379share/doc/qore/lang/html/navtreeindex6.js
1338share/doc/qore/lang/html/navtreeindex7.js 1380share/doc/qore/lang/html/navtreeindex7.js
1339share/doc/qore/lang/html/navtreeindex8.js 1381share/doc/qore/lang/html/navtreeindex8.js
1340share/doc/qore/lang/html/navtreeindex9.js 1382share/doc/qore/lang/html/navtreeindex9.js
1341share/doc/qore/lang/html/open.png 1383share/doc/qore/lang/html/open.png
1342share/doc/qore/lang/html/operators.html 1384share/doc/qore/lang/html/operators.html
1343share/doc/qore/lang/html/overloading.html 1385share/doc/qore/lang/html/overloading.html
1344share/doc/qore/lang/html/pages.html 1386share/doc/qore/lang/html/pages.html
1345share/doc/qore/lang/html/parse_directives.html 1387share/doc/qore/lang/html/parse_directives.html
1346share/doc/qore/lang/html/qc__errno_8dox_8h_source.html 1388share/doc/qore/lang/html/qc__errno_8dox_8h_source.html
@@ -1683,26 +1725,29 @@ share/doc/qore/lang/html/struct_qore_1_1 @@ -1683,26 +1725,29 @@ share/doc/qore/lang/html/struct_qore_1_1
1683share/doc/qore/lang/html/struct_qore_1_1_indexed_object_serialization_info.js 1725share/doc/qore/lang/html/struct_qore_1_1_indexed_object_serialization_info.js
1684share/doc/qore/lang/html/struct_qore_1_1_iso_week_info-members.html 1726share/doc/qore/lang/html/struct_qore_1_1_iso_week_info-members.html
1685share/doc/qore/lang/html/struct_qore_1_1_iso_week_info.html 1727share/doc/qore/lang/html/struct_qore_1_1_iso_week_info.html
1686share/doc/qore/lang/html/struct_qore_1_1_iso_week_info.js 1728share/doc/qore/lang/html/struct_qore_1_1_iso_week_info.js
1687share/doc/qore/lang/html/struct_qore_1_1_list_serialization_info-members.html 1729share/doc/qore/lang/html/struct_qore_1_1_list_serialization_info-members.html
1688share/doc/qore/lang/html/struct_qore_1_1_list_serialization_info.html 1730share/doc/qore/lang/html/struct_qore_1_1_list_serialization_info.html
1689share/doc/qore/lang/html/struct_qore_1_1_list_serialization_info.js 1731share/doc/qore/lang/html/struct_qore_1_1_list_serialization_info.js
1690share/doc/qore/lang/html/struct_qore_1_1_net_if_info-members.html 1732share/doc/qore/lang/html/struct_qore_1_1_net_if_info-members.html
1691share/doc/qore/lang/html/struct_qore_1_1_net_if_info.html 1733share/doc/qore/lang/html/struct_qore_1_1_net_if_info.html
1692share/doc/qore/lang/html/struct_qore_1_1_net_if_info.js 1734share/doc/qore/lang/html/struct_qore_1_1_net_if_info.js
1693share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info-members.html 1735share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info-members.html
1694share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info.html 1736share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info.html
1695share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info.js 1737share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info.js
 1738share/doc/qore/lang/html/struct_qore_1_1_pipe_info-members.html
 1739share/doc/qore/lang/html/struct_qore_1_1_pipe_info.html
 1740share/doc/qore/lang/html/struct_qore_1_1_pipe_info.js
1696share/doc/qore/lang/html/struct_qore_1_1_serialization_info-members.html 1741share/doc/qore/lang/html/struct_qore_1_1_serialization_info-members.html
1697share/doc/qore/lang/html/struct_qore_1_1_serialization_info.html 1742share/doc/qore/lang/html/struct_qore_1_1_serialization_info.html
1698share/doc/qore/lang/html/struct_qore_1_1_serialization_info.js 1743share/doc/qore/lang/html/struct_qore_1_1_serialization_info.js
1699share/doc/qore/lang/html/struct_qore_1_1_socket_poll_info-members.html 1744share/doc/qore/lang/html/struct_qore_1_1_socket_poll_info-members.html
1700share/doc/qore/lang/html/struct_qore_1_1_socket_poll_info.html 1745share/doc/qore/lang/html/struct_qore_1_1_socket_poll_info.html
1701share/doc/qore/lang/html/struct_qore_1_1_socket_poll_info.js 1746share/doc/qore/lang/html/struct_qore_1_1_socket_poll_info.js
1702share/doc/qore/lang/html/struct_qore_1_1_source_location_info-members.html 1747share/doc/qore/lang/html/struct_qore_1_1_source_location_info-members.html
1703share/doc/qore/lang/html/struct_qore_1_1_source_location_info.html 1748share/doc/qore/lang/html/struct_qore_1_1_source_location_info.html
1704share/doc/qore/lang/html/struct_qore_1_1_source_location_info.js 1749share/doc/qore/lang/html/struct_qore_1_1_source_location_info.js
1705share/doc/qore/lang/html/struct_qore_1_1_stat_info-members.html 1750share/doc/qore/lang/html/struct_qore_1_1_stat_info-members.html
1706share/doc/qore/lang/html/struct_qore_1_1_stat_info.html 1751share/doc/qore/lang/html/struct_qore_1_1_stat_info.html
1707share/doc/qore/lang/html/struct_qore_1_1_stat_info.js 1752share/doc/qore/lang/html/struct_qore_1_1_stat_info.js
1708share/doc/qore/lang/html/struct_qore_1_1_statement_info-members.html 1753share/doc/qore/lang/html/struct_qore_1_1_statement_info-members.html
@@ -1717,26 +1762,28 @@ share/doc/qore/lang/html/tab_a.png @@ -1717,26 +1762,28 @@ share/doc/qore/lang/html/tab_a.png
1717share/doc/qore/lang/html/tab_b.png 1762share/doc/qore/lang/html/tab_b.png
1718share/doc/qore/lang/html/tab_h.png 1763share/doc/qore/lang/html/tab_h.png
1719share/doc/qore/lang/html/tab_s.png 1764share/doc/qore/lang/html/tab_s.png
1720share/doc/qore/lang/html/tabs.css 1765share/doc/qore/lang/html/tabs.css
1721share/doc/qore/lang/html/threading.html 1766share/doc/qore/lang/html/threading.html
1722share/doc/qore/lang/html/time_zones.html 1767share/doc/qore/lang/html/time_zones.html
1723share/doc/qore/lang/html/variables.html 1768share/doc/qore/lang/html/variables.html
1724share/doc/qore/lang/html/warnings.html 1769share/doc/qore/lang/html/warnings.html
1725share/doc/qore/library/html/_abstract_exception_8h.html 1770share/doc/qore/library/html/_abstract_exception_8h.html
1726share/doc/qore/library/html/_abstract_exception_8h__dep__incl.map 1771share/doc/qore/library/html/_abstract_exception_8h__dep__incl.map
1727share/doc/qore/library/html/_abstract_exception_8h__dep__incl.md5 1772share/doc/qore/library/html/_abstract_exception_8h__dep__incl.md5
1728share/doc/qore/library/html/_abstract_exception_8h__dep__incl.png 1773share/doc/qore/library/html/_abstract_exception_8h__dep__incl.png
1729share/doc/qore/library/html/_abstract_exception_8h_source.html 1774share/doc/qore/library/html/_abstract_exception_8h_source.html
 1775share/doc/qore/library/html/_abstract_poll_state_8h_source.html
 1776share/doc/qore/library/html/_abstract_pollable_io_object_base_8h_source.html
1730share/doc/qore/library/html/_abstract_private_data_8h_source.html 1777share/doc/qore/library/html/_abstract_private_data_8h_source.html
1731share/doc/qore/library/html/_abstract_qore_node_8h_source.html 1778share/doc/qore/library/html/_abstract_qore_node_8h_source.html
1732share/doc/qore/library/html/_abstract_thread_resource_8h_source.html 1779share/doc/qore/library/html/_abstract_thread_resource_8h_source.html
1733share/doc/qore/library/html/_auto_v_lock_8h_source.html 1780share/doc/qore/library/html/_auto_v_lock_8h_source.html
1734share/doc/qore/library/html/_binary_node_8h_source.html 1781share/doc/qore/library/html/_binary_node_8h_source.html
1735share/doc/qore/library/html/_call_reference_node_8h_source.html 1782share/doc/qore/library/html/_call_reference_node_8h_source.html
1736share/doc/qore/library/html/_d_b_i_8h.html 1783share/doc/qore/library/html/_d_b_i_8h.html
1737share/doc/qore/library/html/_d_b_i_8h.js 1784share/doc/qore/library/html/_d_b_i_8h.js
1738share/doc/qore/library/html/_d_b_i_8h__dep__incl.map 1785share/doc/qore/library/html/_d_b_i_8h__dep__incl.map
1739share/doc/qore/library/html/_d_b_i_8h__dep__incl.md5 1786share/doc/qore/library/html/_d_b_i_8h__dep__incl.md5
1740share/doc/qore/library/html/_d_b_i_8h__dep__incl.png 1787share/doc/qore/library/html/_d_b_i_8h__dep__incl.png
1741share/doc/qore/library/html/_d_b_i_8h_source.html 1788share/doc/qore/library/html/_d_b_i_8h_source.html
1742share/doc/qore/library/html/_datasource_8h_source.html 1789share/doc/qore/library/html/_datasource_8h_source.html
@@ -2374,26 +2421,28 @@ share/doc/qore/library/html/class_qore_n @@ -2374,26 +2421,28 @@ share/doc/qore/library/html/class_qore_n
2374share/doc/qore/library/html/class_qore_number_node__inherit__graph.png 2421share/doc/qore/library/html/class_qore_number_node__inherit__graph.png
2375share/doc/qore/library/html/class_qore_number_node_helper-members.html 2422share/doc/qore/library/html/class_qore_number_node_helper-members.html
2376share/doc/qore/library/html/class_qore_number_node_helper.html 2423share/doc/qore/library/html/class_qore_number_node_helper.html
2377share/doc/qore/library/html/class_qore_number_node_helper.js 2424share/doc/qore/library/html/class_qore_number_node_helper.js
2378share/doc/qore/library/html/class_qore_object-members.html 2425share/doc/qore/library/html/class_qore_object-members.html
2379share/doc/qore/library/html/class_qore_object.html 2426share/doc/qore/library/html/class_qore_object.html
2380share/doc/qore/library/html/class_qore_object.js 2427share/doc/qore/library/html/class_qore_object.js
2381share/doc/qore/library/html/class_qore_object__coll__graph.map 2428share/doc/qore/library/html/class_qore_object__coll__graph.map
2382share/doc/qore/library/html/class_qore_object__coll__graph.md5 2429share/doc/qore/library/html/class_qore_object__coll__graph.md5
2383share/doc/qore/library/html/class_qore_object__coll__graph.png 2430share/doc/qore/library/html/class_qore_object__coll__graph.png
2384share/doc/qore/library/html/class_qore_object__inherit__graph.map 2431share/doc/qore/library/html/class_qore_object__inherit__graph.map
2385share/doc/qore/library/html/class_qore_object__inherit__graph.md5 2432share/doc/qore/library/html/class_qore_object__inherit__graph.md5
2386share/doc/qore/library/html/class_qore_object__inherit__graph.png 2433share/doc/qore/library/html/class_qore_object__inherit__graph.png
 2434share/doc/qore/library/html/class_qore_object_weak_ref_holder-members.html
 2435share/doc/qore/library/html/class_qore_object_weak_ref_holder.html
2387share/doc/qore/library/html/class_qore_parent_class_iterator-members.html 2436share/doc/qore/library/html/class_qore_parent_class_iterator-members.html
2388share/doc/qore/library/html/class_qore_parent_class_iterator.html 2437share/doc/qore/library/html/class_qore_parent_class_iterator.html
2389share/doc/qore/library/html/class_qore_parent_class_iterator.js 2438share/doc/qore/library/html/class_qore_parent_class_iterator.js
2390share/doc/qore/library/html/class_qore_program-members.html 2439share/doc/qore/library/html/class_qore_program-members.html
2391share/doc/qore/library/html/class_qore_program.html 2440share/doc/qore/library/html/class_qore_program.html
2392share/doc/qore/library/html/class_qore_program.js 2441share/doc/qore/library/html/class_qore_program.js
2393share/doc/qore/library/html/class_qore_program__coll__graph.map 2442share/doc/qore/library/html/class_qore_program__coll__graph.map
2394share/doc/qore/library/html/class_qore_program__coll__graph.md5 2443share/doc/qore/library/html/class_qore_program__coll__graph.md5
2395share/doc/qore/library/html/class_qore_program__coll__graph.png 2444share/doc/qore/library/html/class_qore_program__coll__graph.png
2396share/doc/qore/library/html/class_qore_program__inherit__graph.map 2445share/doc/qore/library/html/class_qore_program__inherit__graph.map
2397share/doc/qore/library/html/class_qore_program__inherit__graph.md5 2446share/doc/qore/library/html/class_qore_program__inherit__graph.md5
2398share/doc/qore/library/html/class_qore_program__inherit__graph.png 2447share/doc/qore/library/html/class_qore_program__inherit__graph.png
2399share/doc/qore/library/html/class_qore_program_context_helper-members.html 2448share/doc/qore/library/html/class_qore_program_context_helper-members.html
@@ -2946,26 +2995,29 @@ share/doc/qore/library/html/inherit_grap @@ -2946,26 +2995,29 @@ share/doc/qore/library/html/inherit_grap
2946share/doc/qore/library/html/inherit_graph_116.png 2995share/doc/qore/library/html/inherit_graph_116.png
2947share/doc/qore/library/html/inherit_graph_117.map 2996share/doc/qore/library/html/inherit_graph_117.map
2948share/doc/qore/library/html/inherit_graph_117.md5 2997share/doc/qore/library/html/inherit_graph_117.md5
2949share/doc/qore/library/html/inherit_graph_117.png 2998share/doc/qore/library/html/inherit_graph_117.png
2950share/doc/qore/library/html/inherit_graph_118.map 2999share/doc/qore/library/html/inherit_graph_118.map
2951share/doc/qore/library/html/inherit_graph_118.md5 3000share/doc/qore/library/html/inherit_graph_118.md5
2952share/doc/qore/library/html/inherit_graph_118.png 3001share/doc/qore/library/html/inherit_graph_118.png
2953share/doc/qore/library/html/inherit_graph_119.map 3002share/doc/qore/library/html/inherit_graph_119.map
2954share/doc/qore/library/html/inherit_graph_119.md5 3003share/doc/qore/library/html/inherit_graph_119.md5
2955share/doc/qore/library/html/inherit_graph_119.png 3004share/doc/qore/library/html/inherit_graph_119.png
2956share/doc/qore/library/html/inherit_graph_12.map 3005share/doc/qore/library/html/inherit_graph_12.map
2957share/doc/qore/library/html/inherit_graph_12.md5 3006share/doc/qore/library/html/inherit_graph_12.md5
2958share/doc/qore/library/html/inherit_graph_12.png 3007share/doc/qore/library/html/inherit_graph_12.png
 3008share/doc/qore/library/html/inherit_graph_120.map
 3009share/doc/qore/library/html/inherit_graph_120.md5
 3010share/doc/qore/library/html/inherit_graph_120.png
2959share/doc/qore/library/html/inherit_graph_13.map 3011share/doc/qore/library/html/inherit_graph_13.map
2960share/doc/qore/library/html/inherit_graph_13.md5 3012share/doc/qore/library/html/inherit_graph_13.md5
2961share/doc/qore/library/html/inherit_graph_13.png 3013share/doc/qore/library/html/inherit_graph_13.png
2962share/doc/qore/library/html/inherit_graph_14.map 3014share/doc/qore/library/html/inherit_graph_14.map
2963share/doc/qore/library/html/inherit_graph_14.md5 3015share/doc/qore/library/html/inherit_graph_14.md5
2964share/doc/qore/library/html/inherit_graph_14.png 3016share/doc/qore/library/html/inherit_graph_14.png
2965share/doc/qore/library/html/inherit_graph_15.map 3017share/doc/qore/library/html/inherit_graph_15.map
2966share/doc/qore/library/html/inherit_graph_15.md5 3018share/doc/qore/library/html/inherit_graph_15.md5
2967share/doc/qore/library/html/inherit_graph_15.png 3019share/doc/qore/library/html/inherit_graph_15.png
2968share/doc/qore/library/html/inherit_graph_16.map 3020share/doc/qore/library/html/inherit_graph_16.map
2969share/doc/qore/library/html/inherit_graph_16.md5 3021share/doc/qore/library/html/inherit_graph_16.md5
2970share/doc/qore/library/html/inherit_graph_16.png 3022share/doc/qore/library/html/inherit_graph_16.png
2971share/doc/qore/library/html/inherit_graph_17.map 3023share/doc/qore/library/html/inherit_graph_17.map
@@ -3241,48 +3293,50 @@ share/doc/qore/library/html/inherit_grap @@ -3241,48 +3293,50 @@ share/doc/qore/library/html/inherit_grap
3241share/doc/qore/library/html/inherit_graph_99.map 3293share/doc/qore/library/html/inherit_graph_99.map
3242share/doc/qore/library/html/inherit_graph_99.md5 3294share/doc/qore/library/html/inherit_graph_99.md5
3243share/doc/qore/library/html/inherit_graph_99.png 3295share/doc/qore/library/html/inherit_graph_99.png
3244share/doc/qore/library/html/inherits.html 3296share/doc/qore/library/html/inherits.html
3245share/doc/qore/library/html/jquery.js 3297share/doc/qore/library/html/jquery.js
3246share/doc/qore/library/html/macros-aarch64_8h_source.html 3298share/doc/qore/library/html/macros-aarch64_8h_source.html
3247share/doc/qore/library/html/macros-arm_8h_source.html 3299share/doc/qore/library/html/macros-arm_8h_source.html
3248share/doc/qore/library/html/macros-i386_8h_source.html 3300share/doc/qore/library/html/macros-i386_8h_source.html
3249share/doc/qore/library/html/macros-ia64_8h_source.html 3301share/doc/qore/library/html/macros-ia64_8h_source.html
3250share/doc/qore/library/html/macros-none_8h_source.html 3302share/doc/qore/library/html/macros-none_8h_source.html
3251share/doc/qore/library/html/macros-parisc_8h_source.html 3303share/doc/qore/library/html/macros-parisc_8h_source.html
3252share/doc/qore/library/html/macros-powerpc_8h_source.html 3304share/doc/qore/library/html/macros-powerpc_8h_source.html
3253share/doc/qore/library/html/macros-ppc64_8h_source.html 3305share/doc/qore/library/html/macros-ppc64_8h_source.html
 3306share/doc/qore/library/html/macros-riscv_8h_source.html
3254share/doc/qore/library/html/macros-sparc_8h_source.html 3307share/doc/qore/library/html/macros-sparc_8h_source.html
3255share/doc/qore/library/html/macros-x86__64_8h_source.html 3308share/doc/qore/library/html/macros-x86__64_8h_source.html
3256share/doc/qore/library/html/macros_8h_source.html 3309share/doc/qore/library/html/macros_8h_source.html
3257share/doc/qore/library/html/menu.js 3310share/doc/qore/library/html/menu.js
3258share/doc/qore/library/html/menudata.js 3311share/doc/qore/library/html/menudata.js
3259share/doc/qore/library/html/modules.html 3312share/doc/qore/library/html/modules.html
3260share/doc/qore/library/html/modules.js 3313share/doc/qore/library/html/modules.js
3261share/doc/qore/library/html/namespacedetail.html 3314share/doc/qore/library/html/namespacedetail.html
3262share/doc/qore/library/html/namespacedetail.js 3315share/doc/qore/library/html/namespacedetail.js
3263share/doc/qore/library/html/namespaces.html 3316share/doc/qore/library/html/namespaces.html
3264share/doc/qore/library/html/namespaces_dup.js 3317share/doc/qore/library/html/namespaces_dup.js
3265share/doc/qore/library/html/nav_f.png 3318share/doc/qore/library/html/nav_f.png
3266share/doc/qore/library/html/nav_g.png 3319share/doc/qore/library/html/nav_g.png
3267share/doc/qore/library/html/nav_h.png 3320share/doc/qore/library/html/nav_h.png
3268share/doc/qore/library/html/navtree.css 3321share/doc/qore/library/html/navtree.css
3269share/doc/qore/library/html/navtree.js 3322share/doc/qore/library/html/navtree.js
3270share/doc/qore/library/html/navtreedata.js 3323share/doc/qore/library/html/navtreedata.js
3271share/doc/qore/library/html/navtreeindex0.js 3324share/doc/qore/library/html/navtreeindex0.js
3272share/doc/qore/library/html/navtreeindex1.js 3325share/doc/qore/library/html/navtreeindex1.js
3273share/doc/qore/library/html/navtreeindex10.js 3326share/doc/qore/library/html/navtreeindex10.js
3274share/doc/qore/library/html/navtreeindex11.js 3327share/doc/qore/library/html/navtreeindex11.js
3275share/doc/qore/library/html/navtreeindex12.js 3328share/doc/qore/library/html/navtreeindex12.js
 3329share/doc/qore/library/html/navtreeindex13.js
3276share/doc/qore/library/html/navtreeindex2.js 3330share/doc/qore/library/html/navtreeindex2.js
3277share/doc/qore/library/html/navtreeindex3.js 3331share/doc/qore/library/html/navtreeindex3.js
3278share/doc/qore/library/html/navtreeindex4.js 3332share/doc/qore/library/html/navtreeindex4.js
3279share/doc/qore/library/html/navtreeindex5.js 3333share/doc/qore/library/html/navtreeindex5.js
3280share/doc/qore/library/html/navtreeindex6.js 3334share/doc/qore/library/html/navtreeindex6.js
3281share/doc/qore/library/html/navtreeindex7.js 3335share/doc/qore/library/html/navtreeindex7.js
3282share/doc/qore/library/html/navtreeindex8.js 3336share/doc/qore/library/html/navtreeindex8.js
3283share/doc/qore/library/html/navtreeindex9.js 3337share/doc/qore/library/html/navtreeindex9.js
3284share/doc/qore/library/html/node__types_8h.html 3338share/doc/qore/library/html/node__types_8h.html
3285share/doc/qore/library/html/node__types_8h.js 3339share/doc/qore/library/html/node__types_8h.js
3286share/doc/qore/library/html/node__types_8h__dep__incl.map 3340share/doc/qore/library/html/node__types_8h__dep__incl.map
3287share/doc/qore/library/html/node__types_8h__dep__incl.md5 3341share/doc/qore/library/html/node__types_8h__dep__incl.md5
3288share/doc/qore/library/html/node__types_8h__dep__incl.png 3342share/doc/qore/library/html/node__types_8h__dep__incl.png
@@ -3638,58 +3692,49 @@ share/doc/qore/license/COPYING.GPL @@ -3638,58 +3692,49 @@ share/doc/qore/license/COPYING.GPL
3638share/doc/qore/license/COPYING.LGPL 3692share/doc/qore/license/COPYING.LGPL
3639share/doc/qore/license/COPYING.MIT 3693share/doc/qore/license/COPYING.MIT
3640share/doc/qore/license/README-LICENSE 3694share/doc/qore/license/README-LICENSE
3641share/doc/qore/modules/AwsRestClient/html/annotated.html 3695share/doc/qore/modules/AwsRestClient/html/annotated.html
3642share/doc/qore/modules/AwsRestClient/html/annotated_dup.js 3696share/doc/qore/modules/AwsRestClient/html/annotated_dup.js
3643share/doc/qore/modules/AwsRestClient/html/bc_s.png 3697share/doc/qore/modules/AwsRestClient/html/bc_s.png
3644share/doc/qore/modules/AwsRestClient/html/bdwn.png 3698share/doc/qore/modules/AwsRestClient/html/bdwn.png
3645share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client-members.html 3699share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client-members.html
3646share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client.html 3700share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client.html
3647share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client.js 3701share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client.js
3648share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.map 3702share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.map
3649share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.md5 3703share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.md5
3650share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.png 3704share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.png
3651share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection-members.html 
3652share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection.html 
3653share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection.js 
3654share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection__inherit__graph.map 
3655share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection__inherit__graph.md5 
3656share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection__inherit__graph.png 
3657share/doc/qore/modules/AwsRestClient/html/classes.html 3705share/doc/qore/modules/AwsRestClient/html/classes.html
3658share/doc/qore/modules/AwsRestClient/html/closed.png 3706share/doc/qore/modules/AwsRestClient/html/closed.png
3659share/doc/qore/modules/AwsRestClient/html/dir_13add0083e006ac756009d5942a24d28.html 3707share/doc/qore/modules/AwsRestClient/html/dir_13add0083e006ac756009d5942a24d28.html
3660share/doc/qore/modules/AwsRestClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 3708share/doc/qore/modules/AwsRestClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
3661share/doc/qore/modules/AwsRestClient/html/doc.png 3709share/doc/qore/modules/AwsRestClient/html/doc.png
3662share/doc/qore/modules/AwsRestClient/html/doxygen.css 3710share/doc/qore/modules/AwsRestClient/html/doxygen.css
3663share/doc/qore/modules/AwsRestClient/html/doxygen.svg 3711share/doc/qore/modules/AwsRestClient/html/doxygen.svg
3664share/doc/qore/modules/AwsRestClient/html/dynsections.js 3712share/doc/qore/modules/AwsRestClient/html/dynsections.js
3665share/doc/qore/modules/AwsRestClient/html/folderclosed.png 3713share/doc/qore/modules/AwsRestClient/html/folderclosed.png
3666share/doc/qore/modules/AwsRestClient/html/folderopen.png 3714share/doc/qore/modules/AwsRestClient/html/folderopen.png
3667share/doc/qore/modules/AwsRestClient/html/functions.html 3715share/doc/qore/modules/AwsRestClient/html/functions.html
3668share/doc/qore/modules/AwsRestClient/html/functions_func.html 3716share/doc/qore/modules/AwsRestClient/html/functions_func.html
3669share/doc/qore/modules/AwsRestClient/html/functions_vars.html 3717share/doc/qore/modules/AwsRestClient/html/functions_vars.html
3670share/doc/qore/modules/AwsRestClient/html/graph_legend.html 3718share/doc/qore/modules/AwsRestClient/html/graph_legend.html
3671share/doc/qore/modules/AwsRestClient/html/graph_legend.md5 3719share/doc/qore/modules/AwsRestClient/html/graph_legend.md5
3672share/doc/qore/modules/AwsRestClient/html/graph_legend.png 3720share/doc/qore/modules/AwsRestClient/html/graph_legend.png
3673share/doc/qore/modules/AwsRestClient/html/hierarchy.html 3721share/doc/qore/modules/AwsRestClient/html/hierarchy.html
3674share/doc/qore/modules/AwsRestClient/html/hierarchy.js 3722share/doc/qore/modules/AwsRestClient/html/hierarchy.js
3675share/doc/qore/modules/AwsRestClient/html/index.html 3723share/doc/qore/modules/AwsRestClient/html/index.html
3676share/doc/qore/modules/AwsRestClient/html/index.qhp 3724share/doc/qore/modules/AwsRestClient/html/index.qhp
3677share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.map 3725share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.map
3678share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.md5 3726share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.md5
3679share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.png 3727share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.png
3680share/doc/qore/modules/AwsRestClient/html/inherit_graph_1.map 
3681share/doc/qore/modules/AwsRestClient/html/inherit_graph_1.md5 
3682share/doc/qore/modules/AwsRestClient/html/inherit_graph_1.png 
3683share/doc/qore/modules/AwsRestClient/html/inherits.html 3728share/doc/qore/modules/AwsRestClient/html/inherits.html
3684share/doc/qore/modules/AwsRestClient/html/jquery.js 3729share/doc/qore/modules/AwsRestClient/html/jquery.js
3685share/doc/qore/modules/AwsRestClient/html/menu.js 3730share/doc/qore/modules/AwsRestClient/html/menu.js
3686share/doc/qore/modules/AwsRestClient/html/menudata.js 3731share/doc/qore/modules/AwsRestClient/html/menudata.js
3687share/doc/qore/modules/AwsRestClient/html/namespace_aws_rest_client.html 3732share/doc/qore/modules/AwsRestClient/html/namespace_aws_rest_client.html
3688share/doc/qore/modules/AwsRestClient/html/namespace_aws_rest_client.js 3733share/doc/qore/modules/AwsRestClient/html/namespace_aws_rest_client.js
3689share/doc/qore/modules/AwsRestClient/html/namespaces.html 3734share/doc/qore/modules/AwsRestClient/html/namespaces.html
3690share/doc/qore/modules/AwsRestClient/html/namespaces_dup.js 3735share/doc/qore/modules/AwsRestClient/html/namespaces_dup.js
3691share/doc/qore/modules/AwsRestClient/html/nav_f.png 3736share/doc/qore/modules/AwsRestClient/html/nav_f.png
3692share/doc/qore/modules/AwsRestClient/html/nav_g.png 3737share/doc/qore/modules/AwsRestClient/html/nav_g.png
3693share/doc/qore/modules/AwsRestClient/html/nav_h.png 3738share/doc/qore/modules/AwsRestClient/html/nav_h.png
3694share/doc/qore/modules/AwsRestClient/html/navtree.css 3739share/doc/qore/modules/AwsRestClient/html/navtree.css
3695share/doc/qore/modules/AwsRestClient/html/navtree.js 3740share/doc/qore/modules/AwsRestClient/html/navtree.js
@@ -3901,26 +3946,28 @@ share/doc/qore/modules/AwsRestClient/htm @@ -3901,26 +3946,28 @@ share/doc/qore/modules/AwsRestClient/htm
3901share/doc/qore/modules/AwsRestClient/html/search/namespaces_4.js 3946share/doc/qore/modules/AwsRestClient/html/search/namespaces_4.js
3902share/doc/qore/modules/AwsRestClient/html/search/namespaces_5.html 3947share/doc/qore/modules/AwsRestClient/html/search/namespaces_5.html
3903share/doc/qore/modules/AwsRestClient/html/search/namespaces_5.js 3948share/doc/qore/modules/AwsRestClient/html/search/namespaces_5.js
3904share/doc/qore/modules/AwsRestClient/html/search/namespaces_6.html 3949share/doc/qore/modules/AwsRestClient/html/search/namespaces_6.html
3905share/doc/qore/modules/AwsRestClient/html/search/namespaces_6.js 3950share/doc/qore/modules/AwsRestClient/html/search/namespaces_6.js
3906share/doc/qore/modules/AwsRestClient/html/search/namespaces_7.html 3951share/doc/qore/modules/AwsRestClient/html/search/namespaces_7.html
3907share/doc/qore/modules/AwsRestClient/html/search/namespaces_7.js 3952share/doc/qore/modules/AwsRestClient/html/search/namespaces_7.js
3908share/doc/qore/modules/AwsRestClient/html/search/namespaces_8.html 3953share/doc/qore/modules/AwsRestClient/html/search/namespaces_8.html
3909share/doc/qore/modules/AwsRestClient/html/search/namespaces_8.js 3954share/doc/qore/modules/AwsRestClient/html/search/namespaces_8.js
3910share/doc/qore/modules/AwsRestClient/html/search/namespaces_9.html 3955share/doc/qore/modules/AwsRestClient/html/search/namespaces_9.html
3911share/doc/qore/modules/AwsRestClient/html/search/namespaces_9.js 3956share/doc/qore/modules/AwsRestClient/html/search/namespaces_9.js
3912share/doc/qore/modules/AwsRestClient/html/search/namespaces_a.html 3957share/doc/qore/modules/AwsRestClient/html/search/namespaces_a.html
3913share/doc/qore/modules/AwsRestClient/html/search/namespaces_a.js 3958share/doc/qore/modules/AwsRestClient/html/search/namespaces_a.js
 3959share/doc/qore/modules/AwsRestClient/html/search/namespaces_b.html
 3960share/doc/qore/modules/AwsRestClient/html/search/namespaces_b.js
3914share/doc/qore/modules/AwsRestClient/html/search/nomatches.html 3961share/doc/qore/modules/AwsRestClient/html/search/nomatches.html
3915share/doc/qore/modules/AwsRestClient/html/search/pages_0.html 3962share/doc/qore/modules/AwsRestClient/html/search/pages_0.html
3916share/doc/qore/modules/AwsRestClient/html/search/pages_0.js 3963share/doc/qore/modules/AwsRestClient/html/search/pages_0.js
3917share/doc/qore/modules/AwsRestClient/html/search/pages_1.html 3964share/doc/qore/modules/AwsRestClient/html/search/pages_1.html
3918share/doc/qore/modules/AwsRestClient/html/search/pages_1.js 3965share/doc/qore/modules/AwsRestClient/html/search/pages_1.js
3919share/doc/qore/modules/AwsRestClient/html/search/pages_10.html 3966share/doc/qore/modules/AwsRestClient/html/search/pages_10.html
3920share/doc/qore/modules/AwsRestClient/html/search/pages_10.js 3967share/doc/qore/modules/AwsRestClient/html/search/pages_10.js
3921share/doc/qore/modules/AwsRestClient/html/search/pages_11.html 3968share/doc/qore/modules/AwsRestClient/html/search/pages_11.html
3922share/doc/qore/modules/AwsRestClient/html/search/pages_11.js 3969share/doc/qore/modules/AwsRestClient/html/search/pages_11.js
3923share/doc/qore/modules/AwsRestClient/html/search/pages_12.html 3970share/doc/qore/modules/AwsRestClient/html/search/pages_12.html
3924share/doc/qore/modules/AwsRestClient/html/search/pages_12.js 3971share/doc/qore/modules/AwsRestClient/html/search/pages_12.js
3925share/doc/qore/modules/AwsRestClient/html/search/pages_13.html 3972share/doc/qore/modules/AwsRestClient/html/search/pages_13.html
3926share/doc/qore/modules/AwsRestClient/html/search/pages_13.js 3973share/doc/qore/modules/AwsRestClient/html/search/pages_13.js
@@ -4008,26 +4055,428 @@ share/doc/qore/modules/AwsRestClient/htm @@ -4008,26 +4055,428 @@ share/doc/qore/modules/AwsRestClient/htm
4008share/doc/qore/modules/AwsRestClient/html/search/variables_d.js 4055share/doc/qore/modules/AwsRestClient/html/search/variables_d.js
4009share/doc/qore/modules/AwsRestClient/html/search/variables_e.html 4056share/doc/qore/modules/AwsRestClient/html/search/variables_e.html
4010share/doc/qore/modules/AwsRestClient/html/search/variables_e.js 4057share/doc/qore/modules/AwsRestClient/html/search/variables_e.js
4011share/doc/qore/modules/AwsRestClient/html/search/variables_f.html 4058share/doc/qore/modules/AwsRestClient/html/search/variables_f.html
4012share/doc/qore/modules/AwsRestClient/html/search/variables_f.js 4059share/doc/qore/modules/AwsRestClient/html/search/variables_f.js
4013share/doc/qore/modules/AwsRestClient/html/splitbar.png 4060share/doc/qore/modules/AwsRestClient/html/splitbar.png
4014share/doc/qore/modules/AwsRestClient/html/sync_off.png 4061share/doc/qore/modules/AwsRestClient/html/sync_off.png
4015share/doc/qore/modules/AwsRestClient/html/sync_on.png 4062share/doc/qore/modules/AwsRestClient/html/sync_on.png
4016share/doc/qore/modules/AwsRestClient/html/tab_a.png 4063share/doc/qore/modules/AwsRestClient/html/tab_a.png
4017share/doc/qore/modules/AwsRestClient/html/tab_b.png 4064share/doc/qore/modules/AwsRestClient/html/tab_b.png
4018share/doc/qore/modules/AwsRestClient/html/tab_h.png 4065share/doc/qore/modules/AwsRestClient/html/tab_h.png
4019share/doc/qore/modules/AwsRestClient/html/tab_s.png 4066share/doc/qore/modules/AwsRestClient/html/tab_s.png
4020share/doc/qore/modules/AwsRestClient/html/tabs.css 4067share/doc/qore/modules/AwsRestClient/html/tabs.css
 4068share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_call_data_provider_8qc_8dox_8h_source.html
 4069share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_data_provider_8qc_8dox_8h_source.html
 4070share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_data_provider_8qm_8dox_8h_source.html
 4071share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_data_provider_factory_8qc_8dox_8h_source.html
 4072share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_delete_data_provider_8qc_8dox_8h_source.html
 4073share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_get_data_provider_8qc_8dox_8h_source.html
 4074share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_head_data_provider_8qc_8dox_8h_source.html
 4075share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_options_data_provider_8qc_8dox_8h_source.html
 4076share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_patch_data_provider_8qc_8dox_8h_source.html
 4077share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_post_data_provider_8qc_8dox_8h_source.html
 4078share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_put_data_provider_8qc_8dox_8h_source.html
 4079share/doc/qore/modules/AwsRestClientDataProvider/html/annotated.html
 4080share/doc/qore/modules/AwsRestClientDataProvider/html/annotated_dup.js
 4081share/doc/qore/modules/AwsRestClientDataProvider/html/bc_s.png
 4082share/doc/qore/modules/AwsRestClientDataProvider/html/bdwn.png
 4083share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_call_data_provider-members.html
 4084share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_call_data_provider.html
 4085share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_call_data_provider.js
 4086share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider-members.html
 4087share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider.html
 4088share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider.js
 4089share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider_factory-members.html
 4090share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider_factory.html
 4091share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider_factory.js
 4092share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_delete_data_provider-members.html
 4093share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_delete_data_provider.html
 4094share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_delete_data_provider.js
 4095share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_get_data_provider-members.html
 4096share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_get_data_provider.html
 4097share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_get_data_provider.js
 4098share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_head_data_provider-members.html
 4099share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_head_data_provider.html
 4100share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_head_data_provider.js
 4101share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_options_data_provider-members.html
 4102share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_options_data_provider.html
 4103share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_options_data_provider.js
 4104share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_patch_data_provider-members.html
 4105share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_patch_data_provider.html
 4106share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_patch_data_provider.js
 4107share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_post_data_provider-members.html
 4108share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_post_data_provider.html
 4109share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_post_data_provider.js
 4110share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_put_data_provider-members.html
 4111share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_put_data_provider.html
 4112share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_put_data_provider.js
 4113share/doc/qore/modules/AwsRestClientDataProvider/html/classes.html
 4114share/doc/qore/modules/AwsRestClientDataProvider/html/closed.png
 4115share/doc/qore/modules/AwsRestClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html
 4116share/doc/qore/modules/AwsRestClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
 4117share/doc/qore/modules/AwsRestClientDataProvider/html/doc.png
 4118share/doc/qore/modules/AwsRestClientDataProvider/html/doxygen.css
 4119share/doc/qore/modules/AwsRestClientDataProvider/html/doxygen.svg
 4120share/doc/qore/modules/AwsRestClientDataProvider/html/dynsections.js
 4121share/doc/qore/modules/AwsRestClientDataProvider/html/folderclosed.png
 4122share/doc/qore/modules/AwsRestClientDataProvider/html/folderopen.png
 4123share/doc/qore/modules/AwsRestClientDataProvider/html/functions.html
 4124share/doc/qore/modules/AwsRestClientDataProvider/html/functions_func.html
 4125share/doc/qore/modules/AwsRestClientDataProvider/html/functions_vars.html
 4126share/doc/qore/modules/AwsRestClientDataProvider/html/graph_legend.html
 4127share/doc/qore/modules/AwsRestClientDataProvider/html/graph_legend.md5
 4128share/doc/qore/modules/AwsRestClientDataProvider/html/graph_legend.png
 4129share/doc/qore/modules/AwsRestClientDataProvider/html/index.html
 4130share/doc/qore/modules/AwsRestClientDataProvider/html/index.qhp
 4131share/doc/qore/modules/AwsRestClientDataProvider/html/jquery.js
 4132share/doc/qore/modules/AwsRestClientDataProvider/html/menu.js
 4133share/doc/qore/modules/AwsRestClientDataProvider/html/menudata.js
 4134share/doc/qore/modules/AwsRestClientDataProvider/html/namespace_aws_rest_client_data_provider.html
 4135share/doc/qore/modules/AwsRestClientDataProvider/html/namespace_aws_rest_client_data_provider.js
 4136share/doc/qore/modules/AwsRestClientDataProvider/html/namespaces.html
 4137share/doc/qore/modules/AwsRestClientDataProvider/html/namespaces_dup.js
 4138share/doc/qore/modules/AwsRestClientDataProvider/html/nav_f.png
 4139share/doc/qore/modules/AwsRestClientDataProvider/html/nav_g.png
 4140share/doc/qore/modules/AwsRestClientDataProvider/html/nav_h.png
 4141share/doc/qore/modules/AwsRestClientDataProvider/html/navtree.css
 4142share/doc/qore/modules/AwsRestClientDataProvider/html/navtree.js
 4143share/doc/qore/modules/AwsRestClientDataProvider/html/navtreedata.js
 4144share/doc/qore/modules/AwsRestClientDataProvider/html/navtreeindex0.js
 4145share/doc/qore/modules/AwsRestClientDataProvider/html/open.png
 4146share/doc/qore/modules/AwsRestClientDataProvider/html/pages.html
 4147share/doc/qore/modules/AwsRestClientDataProvider/html/qore-logo-55x200.png
 4148share/doc/qore/modules/AwsRestClientDataProvider/html/resize.js
 4149share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_0.html
 4150share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_0.js
 4151share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1.html
 4152share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1.js
 4153share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_10.html
 4154share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_10.js
 4155share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_11.html
 4156share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_11.js
 4157share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_12.html
 4158share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_12.js
 4159share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_13.html
 4160share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_13.js
 4161share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_14.html
 4162share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_14.js
 4163share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_15.html
 4164share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_15.js
 4165share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_16.html
 4166share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_16.js
 4167share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_17.html
 4168share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_17.js
 4169share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_18.html
 4170share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_18.js
 4171share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_19.html
 4172share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_19.js
 4173share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1a.html
 4174share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1a.js
 4175share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_2.html
 4176share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_2.js
 4177share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_3.html
 4178share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_3.js
 4179share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_4.html
 4180share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_4.js
 4181share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_5.html
 4182share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_5.js
 4183share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_6.html
 4184share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_6.js
 4185share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_7.html
 4186share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_7.js
 4187share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_8.html
 4188share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_8.js
 4189share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_9.html
 4190share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_9.js
 4191share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_a.html
 4192share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_a.js
 4193share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_b.html
 4194share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_b.js
 4195share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_c.html
 4196share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_c.js
 4197share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_d.html
 4198share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_d.js
 4199share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_e.html
 4200share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_e.js
 4201share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_f.html
 4202share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_f.js
 4203share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_0.html
 4204share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_0.js
 4205share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_1.html
 4206share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_1.js
 4207share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_10.html
 4208share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_10.js
 4209share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_11.html
 4210share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_11.js
 4211share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_12.html
 4212share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_12.js
 4213share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_13.html
 4214share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_13.js
 4215share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_14.html
 4216share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_14.js
 4217share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_15.html
 4218share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_15.js
 4219share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_2.html
 4220share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_2.js
 4221share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_3.html
 4222share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_3.js
 4223share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_4.html
 4224share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_4.js
 4225share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_5.html
 4226share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_5.js
 4227share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_6.html
 4228share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_6.js
 4229share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_7.html
 4230share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_7.js
 4231share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_8.html
 4232share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_8.js
 4233share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_9.html
 4234share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_9.js
 4235share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_a.html
 4236share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_a.js
 4237share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_b.html
 4238share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_b.js
 4239share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_c.html
 4240share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_c.js
 4241share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_d.html
 4242share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_d.js
 4243share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_e.html
 4244share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_e.js
 4245share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_f.html
 4246share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_f.js
 4247share/doc/qore/modules/AwsRestClientDataProvider/html/search/close.svg
 4248share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_0.html
 4249share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_0.js
 4250share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_1.html
 4251share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_1.js
 4252share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_10.html
 4253share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_10.js
 4254share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_11.html
 4255share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_11.js
 4256share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_12.html
 4257share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_12.js
 4258share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_13.html
 4259share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_13.js
 4260share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_14.html
 4261share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_14.js
 4262share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_15.html
 4263share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_15.js
 4264share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_16.html
 4265share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_16.js
 4266share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_17.html
 4267share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_17.js
 4268share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_18.html
 4269share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_18.js
 4270share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_19.html
 4271share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_19.js
 4272share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_2.html
 4273share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_2.js
 4274share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_3.html
 4275share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_3.js
 4276share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_4.html
 4277share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_4.js
 4278share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_5.html
 4279share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_5.js
 4280share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_6.html
 4281share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_6.js
 4282share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_7.html
 4283share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_7.js
 4284share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_8.html
 4285share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_8.js
 4286share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_9.html
 4287share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_9.js
 4288share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_a.html
 4289share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_a.js
 4290share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_b.html
 4291share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_b.js
 4292share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_c.html
 4293share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_c.js
 4294share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_d.html
 4295share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_d.js
 4296share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_e.html
 4297share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_e.js
 4298share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_f.html
 4299share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_f.js
 4300share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_0.html
 4301share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_0.js
 4302share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_1.html
 4303share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_1.js
 4304share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_10.html
 4305share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_10.js
 4306share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_11.html
 4307share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_11.js
 4308share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_12.html
 4309share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_12.js
 4310share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_2.html
 4311share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_2.js
 4312share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_3.html
 4313share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_3.js
 4314share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_4.html
 4315share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_4.js
 4316share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_5.html
 4317share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_5.js
 4318share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_6.html
 4319share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_6.js
 4320share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_7.html
 4321share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_7.js
 4322share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_8.html
 4323share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_8.js
 4324share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_9.html
 4325share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_9.js
 4326share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_a.html
 4327share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_a.js
 4328share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_b.html
 4329share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_b.js
 4330share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_c.html
 4331share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_c.js
 4332share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_d.html
 4333share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_d.js
 4334share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_e.html
 4335share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_e.js
 4336share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_f.html
 4337share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_f.js
 4338share/doc/qore/modules/AwsRestClientDataProvider/html/search/mag_sel.svg
 4339share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_0.html
 4340share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_0.js
 4341share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_1.html
 4342share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_1.js
 4343share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_2.html
 4344share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_2.js
 4345share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_3.html
 4346share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_3.js
 4347share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_4.html
 4348share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_4.js
 4349share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_5.html
 4350share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_5.js
 4351share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_6.html
 4352share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_6.js
 4353share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_7.html
 4354share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_7.js
 4355share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_8.html
 4356share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_8.js
 4357share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_9.html
 4358share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_9.js
 4359share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_a.html
 4360share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_a.js
 4361share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_b.html
 4362share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_b.js
 4363share/doc/qore/modules/AwsRestClientDataProvider/html/search/nomatches.html
 4364share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_0.html
 4365share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_0.js
 4366share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_1.html
 4367share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_1.js
 4368share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_10.html
 4369share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_10.js
 4370share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_11.html
 4371share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_11.js
 4372share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_12.html
 4373share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_12.js
 4374share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_13.html
 4375share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_13.js
 4376share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_2.html
 4377share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_2.js
 4378share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_3.html
 4379share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_3.js
 4380share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_4.html
 4381share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_4.js
 4382share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_5.html
 4383share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_5.js
 4384share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_6.html
 4385share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_6.js
 4386share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_7.html
 4387share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_7.js
 4388share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_8.html
 4389share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_8.js
 4390share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_9.html
 4391share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_9.js
 4392share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_a.html
 4393share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_a.js
 4394share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_b.html
 4395share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_b.js
 4396share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_c.html
 4397share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_c.js
 4398share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_d.html
 4399share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_d.js
 4400share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_e.html
 4401share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_e.js
 4402share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_f.html
 4403share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_f.js
 4404share/doc/qore/modules/AwsRestClientDataProvider/html/search/search.css
 4405share/doc/qore/modules/AwsRestClientDataProvider/html/search/search.js
 4406share/doc/qore/modules/AwsRestClientDataProvider/html/search/search_l.png
 4407share/doc/qore/modules/AwsRestClientDataProvider/html/search/search_m.png
 4408share/doc/qore/modules/AwsRestClientDataProvider/html/search/search_r.png
 4409share/doc/qore/modules/AwsRestClientDataProvider/html/search/searchdata.js
 4410share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_0.html
 4411share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_0.js
 4412share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_1.html
 4413share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_1.js
 4414share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_10.html
 4415share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_10.js
 4416share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_11.html
 4417share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_11.js
 4418share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_12.html
 4419share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_12.js
 4420share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_13.html
 4421share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_13.js
 4422share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_14.html
 4423share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_14.js
 4424share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_15.html
 4425share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_15.js
 4426share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_16.html
 4427share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_16.js
 4428share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_17.html
 4429share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_17.js
 4430share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_18.html
 4431share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_18.js
 4432share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_19.html
 4433share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_19.js
 4434share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_2.html
 4435share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_2.js
 4436share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_3.html
 4437share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_3.js
 4438share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_4.html
 4439share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_4.js
 4440share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_5.html
 4441share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_5.js
 4442share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_6.html
 4443share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_6.js
 4444share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_7.html
 4445share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_7.js
 4446share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_8.html
 4447share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_8.js
 4448share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_9.html
 4449share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_9.js
 4450share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_a.html
 4451share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_a.js
 4452share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_b.html
 4453share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_b.js
 4454share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_c.html
 4455share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_c.js
 4456share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_d.html
 4457share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_d.js
 4458share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_e.html
 4459share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_e.js
 4460share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_f.html
 4461share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_f.js
 4462share/doc/qore/modules/AwsRestClientDataProvider/html/splitbar.png
 4463share/doc/qore/modules/AwsRestClientDataProvider/html/sync_off.png
 4464share/doc/qore/modules/AwsRestClientDataProvider/html/sync_on.png
 4465share/doc/qore/modules/AwsRestClientDataProvider/html/tab_a.png
 4466share/doc/qore/modules/AwsRestClientDataProvider/html/tab_b.png
 4467share/doc/qore/modules/AwsRestClientDataProvider/html/tab_h.png
 4468share/doc/qore/modules/AwsRestClientDataProvider/html/tab_s.png
 4469share/doc/qore/modules/AwsRestClientDataProvider/html/tabs.css
4021share/doc/qore/modules/BillwerkRestClient/html/annotated.html 4470share/doc/qore/modules/BillwerkRestClient/html/annotated.html
4022share/doc/qore/modules/BillwerkRestClient/html/annotated_dup.js 4471share/doc/qore/modules/BillwerkRestClient/html/annotated_dup.js
4023share/doc/qore/modules/BillwerkRestClient/html/bc_s.png 4472share/doc/qore/modules/BillwerkRestClient/html/bc_s.png
4024share/doc/qore/modules/BillwerkRestClient/html/bdwn.png 4473share/doc/qore/modules/BillwerkRestClient/html/bdwn.png
4025share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client-members.html 4474share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client-members.html
4026share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client.html 4475share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client.html
4027share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client.js 4476share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client.js
4028share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client__inherit__graph.map 4477share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client__inherit__graph.map
4029share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client__inherit__graph.md5 4478share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client__inherit__graph.md5
4030share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client__inherit__graph.png 4479share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_client__inherit__graph.png
4031share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_connection-members.html 4480share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_connection-members.html
4032share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_connection.html 4481share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_connection.html
4033share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_connection.js 4482share/doc/qore/modules/BillwerkRestClient/html/class_billwerk_rest_client_1_1_billwerk_rest_connection.js
@@ -4281,26 +4730,28 @@ share/doc/qore/modules/BillwerkRestClien @@ -4281,26 +4730,28 @@ share/doc/qore/modules/BillwerkRestClien
4281share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_4.js 4730share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_4.js
4282share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_5.html 4731share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_5.html
4283share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_5.js 4732share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_5.js
4284share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_6.html 4733share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_6.html
4285share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_6.js 4734share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_6.js
4286share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_7.html 4735share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_7.html
4287share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_7.js 4736share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_7.js
4288share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_8.html 4737share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_8.html
4289share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_8.js 4738share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_8.js
4290share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_9.html 4739share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_9.html
4291share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_9.js 4740share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_9.js
4292share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_a.html 4741share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_a.html
4293share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_a.js 4742share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_a.js
 4743share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_b.html
 4744share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_b.js
4294share/doc/qore/modules/BillwerkRestClient/html/search/nomatches.html 4745share/doc/qore/modules/BillwerkRestClient/html/search/nomatches.html
4295share/doc/qore/modules/BillwerkRestClient/html/search/pages_0.html 4746share/doc/qore/modules/BillwerkRestClient/html/search/pages_0.html
4296share/doc/qore/modules/BillwerkRestClient/html/search/pages_0.js 4747share/doc/qore/modules/BillwerkRestClient/html/search/pages_0.js
4297share/doc/qore/modules/BillwerkRestClient/html/search/pages_1.html 4748share/doc/qore/modules/BillwerkRestClient/html/search/pages_1.html
4298share/doc/qore/modules/BillwerkRestClient/html/search/pages_1.js 4749share/doc/qore/modules/BillwerkRestClient/html/search/pages_1.js
4299share/doc/qore/modules/BillwerkRestClient/html/search/pages_10.html 4750share/doc/qore/modules/BillwerkRestClient/html/search/pages_10.html
4300share/doc/qore/modules/BillwerkRestClient/html/search/pages_10.js 4751share/doc/qore/modules/BillwerkRestClient/html/search/pages_10.js
4301share/doc/qore/modules/BillwerkRestClient/html/search/pages_11.html 4752share/doc/qore/modules/BillwerkRestClient/html/search/pages_11.html
4302share/doc/qore/modules/BillwerkRestClient/html/search/pages_11.js 4753share/doc/qore/modules/BillwerkRestClient/html/search/pages_11.js
4303share/doc/qore/modules/BillwerkRestClient/html/search/pages_12.html 4754share/doc/qore/modules/BillwerkRestClient/html/search/pages_12.html
4304share/doc/qore/modules/BillwerkRestClient/html/search/pages_12.js 4755share/doc/qore/modules/BillwerkRestClient/html/search/pages_12.js
4305share/doc/qore/modules/BillwerkRestClient/html/search/pages_2.html 4756share/doc/qore/modules/BillwerkRestClient/html/search/pages_2.html
4306share/doc/qore/modules/BillwerkRestClient/html/search/pages_2.js 4757share/doc/qore/modules/BillwerkRestClient/html/search/pages_2.js
@@ -4666,26 +5117,28 @@ share/doc/qore/modules/BulkSqlUtil/html/ @@ -4666,26 +5117,28 @@ share/doc/qore/modules/BulkSqlUtil/html/
4666share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_4.js 5117share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_4.js
4667share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_5.html 5118share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_5.html
4668share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_5.js 5119share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_5.js
4669share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_6.html 5120share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_6.html
4670share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_6.js 5121share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_6.js
4671share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_7.html 5122share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_7.html
4672share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_7.js 5123share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_7.js
4673share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_8.html 5124share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_8.html
4674share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_8.js 5125share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_8.js
4675share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_9.html 5126share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_9.html
4676share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_9.js 5127share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_9.js
4677share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_a.html 5128share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_a.html
4678share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_a.js 5129share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_a.js
 5130share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_b.html
 5131share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_b.js
4679share/doc/qore/modules/BulkSqlUtil/html/search/nomatches.html 5132share/doc/qore/modules/BulkSqlUtil/html/search/nomatches.html
4680share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.html 5133share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.html
4681share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.js 5134share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.js
4682share/doc/qore/modules/BulkSqlUtil/html/search/pages_1.html 5135share/doc/qore/modules/BulkSqlUtil/html/search/pages_1.html
4683share/doc/qore/modules/BulkSqlUtil/html/search/pages_1.js 5136share/doc/qore/modules/BulkSqlUtil/html/search/pages_1.js
4684share/doc/qore/modules/BulkSqlUtil/html/search/pages_10.html 5137share/doc/qore/modules/BulkSqlUtil/html/search/pages_10.html
4685share/doc/qore/modules/BulkSqlUtil/html/search/pages_10.js 5138share/doc/qore/modules/BulkSqlUtil/html/search/pages_10.js
4686share/doc/qore/modules/BulkSqlUtil/html/search/pages_11.html 5139share/doc/qore/modules/BulkSqlUtil/html/search/pages_11.html
4687share/doc/qore/modules/BulkSqlUtil/html/search/pages_11.js 5140share/doc/qore/modules/BulkSqlUtil/html/search/pages_11.js
4688share/doc/qore/modules/BulkSqlUtil/html/search/pages_12.html 5141share/doc/qore/modules/BulkSqlUtil/html/search/pages_12.html
4689share/doc/qore/modules/BulkSqlUtil/html/search/pages_12.js 5142share/doc/qore/modules/BulkSqlUtil/html/search/pages_12.js
4690share/doc/qore/modules/BulkSqlUtil/html/search/pages_2.html 5143share/doc/qore/modules/BulkSqlUtil/html/search/pages_2.html
4691share/doc/qore/modules/BulkSqlUtil/html/search/pages_2.js 5144share/doc/qore/modules/BulkSqlUtil/html/search/pages_2.js
@@ -5044,26 +5497,28 @@ share/doc/qore/modules/CdsRestClient/htm @@ -5044,26 +5497,28 @@ share/doc/qore/modules/CdsRestClient/htm
5044share/doc/qore/modules/CdsRestClient/html/search/namespaces_4.js 5497share/doc/qore/modules/CdsRestClient/html/search/namespaces_4.js
5045share/doc/qore/modules/CdsRestClient/html/search/namespaces_5.html 5498share/doc/qore/modules/CdsRestClient/html/search/namespaces_5.html
5046share/doc/qore/modules/CdsRestClient/html/search/namespaces_5.js 5499share/doc/qore/modules/CdsRestClient/html/search/namespaces_5.js
5047share/doc/qore/modules/CdsRestClient/html/search/namespaces_6.html 5500share/doc/qore/modules/CdsRestClient/html/search/namespaces_6.html
5048share/doc/qore/modules/CdsRestClient/html/search/namespaces_6.js 5501share/doc/qore/modules/CdsRestClient/html/search/namespaces_6.js
5049share/doc/qore/modules/CdsRestClient/html/search/namespaces_7.html 5502share/doc/qore/modules/CdsRestClient/html/search/namespaces_7.html
5050share/doc/qore/modules/CdsRestClient/html/search/namespaces_7.js 5503share/doc/qore/modules/CdsRestClient/html/search/namespaces_7.js
5051share/doc/qore/modules/CdsRestClient/html/search/namespaces_8.html 5504share/doc/qore/modules/CdsRestClient/html/search/namespaces_8.html
5052share/doc/qore/modules/CdsRestClient/html/search/namespaces_8.js 5505share/doc/qore/modules/CdsRestClient/html/search/namespaces_8.js
5053share/doc/qore/modules/CdsRestClient/html/search/namespaces_9.html 5506share/doc/qore/modules/CdsRestClient/html/search/namespaces_9.html
5054share/doc/qore/modules/CdsRestClient/html/search/namespaces_9.js 5507share/doc/qore/modules/CdsRestClient/html/search/namespaces_9.js
5055share/doc/qore/modules/CdsRestClient/html/search/namespaces_a.html 5508share/doc/qore/modules/CdsRestClient/html/search/namespaces_a.html
5056share/doc/qore/modules/CdsRestClient/html/search/namespaces_a.js 5509share/doc/qore/modules/CdsRestClient/html/search/namespaces_a.js
 5510share/doc/qore/modules/CdsRestClient/html/search/namespaces_b.html
 5511share/doc/qore/modules/CdsRestClient/html/search/namespaces_b.js
5057share/doc/qore/modules/CdsRestClient/html/search/nomatches.html 5512share/doc/qore/modules/CdsRestClient/html/search/nomatches.html
5058share/doc/qore/modules/CdsRestClient/html/search/pages_0.html 5513share/doc/qore/modules/CdsRestClient/html/search/pages_0.html
5059share/doc/qore/modules/CdsRestClient/html/search/pages_0.js 5514share/doc/qore/modules/CdsRestClient/html/search/pages_0.js
5060share/doc/qore/modules/CdsRestClient/html/search/pages_1.html 5515share/doc/qore/modules/CdsRestClient/html/search/pages_1.html
5061share/doc/qore/modules/CdsRestClient/html/search/pages_1.js 5516share/doc/qore/modules/CdsRestClient/html/search/pages_1.js
5062share/doc/qore/modules/CdsRestClient/html/search/pages_10.html 5517share/doc/qore/modules/CdsRestClient/html/search/pages_10.html
5063share/doc/qore/modules/CdsRestClient/html/search/pages_10.js 5518share/doc/qore/modules/CdsRestClient/html/search/pages_10.js
5064share/doc/qore/modules/CdsRestClient/html/search/pages_11.html 5519share/doc/qore/modules/CdsRestClient/html/search/pages_11.html
5065share/doc/qore/modules/CdsRestClient/html/search/pages_11.js 5520share/doc/qore/modules/CdsRestClient/html/search/pages_11.js
5066share/doc/qore/modules/CdsRestClient/html/search/pages_12.html 5521share/doc/qore/modules/CdsRestClient/html/search/pages_12.html
5067share/doc/qore/modules/CdsRestClient/html/search/pages_12.js 5522share/doc/qore/modules/CdsRestClient/html/search/pages_12.js
5068share/doc/qore/modules/CdsRestClient/html/search/pages_2.html 5523share/doc/qore/modules/CdsRestClient/html/search/pages_2.html
5069share/doc/qore/modules/CdsRestClient/html/search/pages_2.js 5524share/doc/qore/modules/CdsRestClient/html/search/pages_2.js
@@ -5508,26 +5963,28 @@ share/doc/qore/modules/CdsRestDataProvid @@ -5508,26 +5963,28 @@ share/doc/qore/modules/CdsRestDataProvid
5508share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_4.js 5963share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_4.js
5509share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_5.html 5964share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_5.html
5510share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_5.js 5965share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_5.js
5511share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_6.html 5966share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_6.html
5512share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_6.js 5967share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_6.js
5513share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_7.html 5968share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_7.html
5514share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_7.js 5969share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_7.js
5515share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_8.html 5970share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_8.html
5516share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_8.js 5971share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_8.js
5517share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_9.html 5972share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_9.html
5518share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_9.js 5973share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_9.js
5519share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_a.html 5974share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_a.html
5520share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_a.js 5975share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_a.js
 5976share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_b.html
 5977share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_b.js
5521share/doc/qore/modules/CdsRestDataProvider/html/search/nomatches.html 5978share/doc/qore/modules/CdsRestDataProvider/html/search/nomatches.html
5522share/doc/qore/modules/CdsRestDataProvider/html/search/pages_0.html 5979share/doc/qore/modules/CdsRestDataProvider/html/search/pages_0.html
5523share/doc/qore/modules/CdsRestDataProvider/html/search/pages_0.js 5980share/doc/qore/modules/CdsRestDataProvider/html/search/pages_0.js
5524share/doc/qore/modules/CdsRestDataProvider/html/search/pages_1.html 5981share/doc/qore/modules/CdsRestDataProvider/html/search/pages_1.html
5525share/doc/qore/modules/CdsRestDataProvider/html/search/pages_1.js 5982share/doc/qore/modules/CdsRestDataProvider/html/search/pages_1.js
5526share/doc/qore/modules/CdsRestDataProvider/html/search/pages_10.html 5983share/doc/qore/modules/CdsRestDataProvider/html/search/pages_10.html
5527share/doc/qore/modules/CdsRestDataProvider/html/search/pages_10.js 5984share/doc/qore/modules/CdsRestDataProvider/html/search/pages_10.js
5528share/doc/qore/modules/CdsRestDataProvider/html/search/pages_11.html 5985share/doc/qore/modules/CdsRestDataProvider/html/search/pages_11.html
5529share/doc/qore/modules/CdsRestDataProvider/html/search/pages_11.js 5986share/doc/qore/modules/CdsRestDataProvider/html/search/pages_11.js
5530share/doc/qore/modules/CdsRestDataProvider/html/search/pages_12.html 5987share/doc/qore/modules/CdsRestDataProvider/html/search/pages_12.html
5531share/doc/qore/modules/CdsRestDataProvider/html/search/pages_12.js 5988share/doc/qore/modules/CdsRestDataProvider/html/search/pages_12.js
5532share/doc/qore/modules/CdsRestDataProvider/html/search/pages_2.html 5989share/doc/qore/modules/CdsRestDataProvider/html/search/pages_2.html
5533share/doc/qore/modules/CdsRestDataProvider/html/search/pages_2.js 5990share/doc/qore/modules/CdsRestDataProvider/html/search/pages_2.js
@@ -5625,26 +6082,27 @@ share/doc/qore/modules/CdsRestDataProvid @@ -5625,26 +6082,27 @@ share/doc/qore/modules/CdsRestDataProvid
5625share/doc/qore/modules/CdsRestDataProvider/html/tab_b.png 6082share/doc/qore/modules/CdsRestDataProvider/html/tab_b.png
5626share/doc/qore/modules/CdsRestDataProvider/html/tab_h.png 6083share/doc/qore/modules/CdsRestDataProvider/html/tab_h.png
5627share/doc/qore/modules/CdsRestDataProvider/html/tab_s.png 6084share/doc/qore/modules/CdsRestDataProvider/html/tab_s.png
5628share/doc/qore/modules/CdsRestDataProvider/html/tabs.css 6085share/doc/qore/modules/CdsRestDataProvider/html/tabs.css
5629share/doc/qore/modules/ConnectionProvider/html/_abstract_connection_8qc_8dox_8h_source.html 6086share/doc/qore/modules/ConnectionProvider/html/_abstract_connection_8qc_8dox_8h_source.html
5630share/doc/qore/modules/ConnectionProvider/html/_abstract_connection_with_info_8qc_8dox_8h_source.html 6087share/doc/qore/modules/ConnectionProvider/html/_abstract_connection_with_info_8qc_8dox_8h_source.html
5631share/doc/qore/modules/ConnectionProvider/html/_connection_provider_8qm_8dox_8h_source.html 6088share/doc/qore/modules/ConnectionProvider/html/_connection_provider_8qm_8dox_8h_source.html
5632share/doc/qore/modules/ConnectionProvider/html/_connection_scheme_cache_8qc_8dox_8h_source.html 6089share/doc/qore/modules/ConnectionProvider/html/_connection_scheme_cache_8qc_8dox_8h_source.html
5633share/doc/qore/modules/ConnectionProvider/html/_filesystem_connection_8qc_8dox_8h_source.html 6090share/doc/qore/modules/ConnectionProvider/html/_filesystem_connection_8qc_8dox_8h_source.html
5634share/doc/qore/modules/ConnectionProvider/html/_ftp_connection_8qc_8dox_8h_source.html 6091share/doc/qore/modules/ConnectionProvider/html/_ftp_connection_8qc_8dox_8h_source.html
5635share/doc/qore/modules/ConnectionProvider/html/_http_based_connection_8qc_8dox_8h_source.html 6092share/doc/qore/modules/ConnectionProvider/html/_http_based_connection_8qc_8dox_8h_source.html
5636share/doc/qore/modules/ConnectionProvider/html/_http_connection_8qc_8dox_8h_source.html 6093share/doc/qore/modules/ConnectionProvider/html/_http_connection_8qc_8dox_8h_source.html
5637share/doc/qore/modules/ConnectionProvider/html/_invalid_connection_8qc_8dox_8h_source.html 6094share/doc/qore/modules/ConnectionProvider/html/_invalid_connection_8qc_8dox_8h_source.html
 6095share/doc/qore/modules/ConnectionProvider/html/_polling_connection_monitor_8qc_8dox_8h_source.html
5638share/doc/qore/modules/ConnectionProvider/html/annotated.html 6096share/doc/qore/modules/ConnectionProvider/html/annotated.html
5639share/doc/qore/modules/ConnectionProvider/html/annotated_dup.js 6097share/doc/qore/modules/ConnectionProvider/html/annotated_dup.js
5640share/doc/qore/modules/ConnectionProvider/html/bc_s.png 6098share/doc/qore/modules/ConnectionProvider/html/bc_s.png
5641share/doc/qore/modules/ConnectionProvider/html/bdwn.png 6099share/doc/qore/modules/ConnectionProvider/html/bdwn.png
5642share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection-members.html 6100share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection-members.html
5643share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection.html 6101share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection.html
5644share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection.js 6102share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection.js
5645share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection__inherit__graph.map 6103share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection__inherit__graph.map
5646share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection__inherit__graph.md5 6104share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection__inherit__graph.md5
5647share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection__inherit__graph.png 6105share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection__inherit__graph.png
5648share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection_with_info-members.html 6106share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection_with_info-members.html
5649share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection_with_info.html 6107share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection_with_info.html
5650share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection_with_info.js 6108share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_abstract_connection_with_info.js
@@ -5674,26 +6132,29 @@ share/doc/qore/modules/ConnectionProvide @@ -5674,26 +6132,29 @@ share/doc/qore/modules/ConnectionProvide
5674share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_based_connection__inherit__graph.png 6132share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_based_connection__inherit__graph.png
5675share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection-members.html 6133share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection-members.html
5676share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection.html 6134share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection.html
5677share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection.js 6135share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection.js
5678share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection__inherit__graph.map 6136share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection__inherit__graph.map
5679share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection__inherit__graph.md5 6137share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection__inherit__graph.md5
5680share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection__inherit__graph.png 6138share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_http_connection__inherit__graph.png
5681share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection-members.html 6139share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection-members.html
5682share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection.html 6140share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection.html
5683share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection.js 6141share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection.js
5684share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.map 6142share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.map
5685share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.md5 6143share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.md5
5686share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.png 6144share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.png
 6145share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_polling_connection_monitor-members.html
 6146share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_polling_connection_monitor.html
 6147share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_polling_connection_monitor.js
5687share/doc/qore/modules/ConnectionProvider/html/classes.html 6148share/doc/qore/modules/ConnectionProvider/html/classes.html
5688share/doc/qore/modules/ConnectionProvider/html/closed.png 6149share/doc/qore/modules/ConnectionProvider/html/closed.png
5689share/doc/qore/modules/ConnectionProvider/html/deprecated.html 6150share/doc/qore/modules/ConnectionProvider/html/deprecated.html
5690share/doc/qore/modules/ConnectionProvider/html/dir_13add0083e006ac756009d5942a24d28.html 6151share/doc/qore/modules/ConnectionProvider/html/dir_13add0083e006ac756009d5942a24d28.html
5691share/doc/qore/modules/ConnectionProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 6152share/doc/qore/modules/ConnectionProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
5692share/doc/qore/modules/ConnectionProvider/html/doc.png 6153share/doc/qore/modules/ConnectionProvider/html/doc.png
5693share/doc/qore/modules/ConnectionProvider/html/doxygen.css 6154share/doc/qore/modules/ConnectionProvider/html/doxygen.css
5694share/doc/qore/modules/ConnectionProvider/html/doxygen.svg 6155share/doc/qore/modules/ConnectionProvider/html/doxygen.svg
5695share/doc/qore/modules/ConnectionProvider/html/dynsections.js 6156share/doc/qore/modules/ConnectionProvider/html/dynsections.js
5696share/doc/qore/modules/ConnectionProvider/html/folderclosed.png 6157share/doc/qore/modules/ConnectionProvider/html/folderclosed.png
5697share/doc/qore/modules/ConnectionProvider/html/folderopen.png 6158share/doc/qore/modules/ConnectionProvider/html/folderopen.png
5698share/doc/qore/modules/ConnectionProvider/html/functions.html 6159share/doc/qore/modules/ConnectionProvider/html/functions.html
5699share/doc/qore/modules/ConnectionProvider/html/functions_func.html 6160share/doc/qore/modules/ConnectionProvider/html/functions_func.html
@@ -5722,26 +6183,29 @@ share/doc/qore/modules/ConnectionProvide @@ -5722,26 +6183,29 @@ share/doc/qore/modules/ConnectionProvide
5722share/doc/qore/modules/ConnectionProvider/html/inherit_graph_4.png 6183share/doc/qore/modules/ConnectionProvider/html/inherit_graph_4.png
5723share/doc/qore/modules/ConnectionProvider/html/inherit_graph_5.map 6184share/doc/qore/modules/ConnectionProvider/html/inherit_graph_5.map
5724share/doc/qore/modules/ConnectionProvider/html/inherit_graph_5.md5 6185share/doc/qore/modules/ConnectionProvider/html/inherit_graph_5.md5
5725share/doc/qore/modules/ConnectionProvider/html/inherit_graph_5.png 6186share/doc/qore/modules/ConnectionProvider/html/inherit_graph_5.png
5726share/doc/qore/modules/ConnectionProvider/html/inherit_graph_6.map 6187share/doc/qore/modules/ConnectionProvider/html/inherit_graph_6.map
5727share/doc/qore/modules/ConnectionProvider/html/inherit_graph_6.md5 6188share/doc/qore/modules/ConnectionProvider/html/inherit_graph_6.md5
5728share/doc/qore/modules/ConnectionProvider/html/inherit_graph_6.png 6189share/doc/qore/modules/ConnectionProvider/html/inherit_graph_6.png
5729share/doc/qore/modules/ConnectionProvider/html/inherit_graph_7.map 6190share/doc/qore/modules/ConnectionProvider/html/inherit_graph_7.map
5730share/doc/qore/modules/ConnectionProvider/html/inherit_graph_7.md5 6191share/doc/qore/modules/ConnectionProvider/html/inherit_graph_7.md5
5731share/doc/qore/modules/ConnectionProvider/html/inherit_graph_7.png 6192share/doc/qore/modules/ConnectionProvider/html/inherit_graph_7.png
5732share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.map 6193share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.map
5733share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.md5 6194share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.md5
5734share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.png 6195share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.png
 6196share/doc/qore/modules/ConnectionProvider/html/inherit_graph_9.map
 6197share/doc/qore/modules/ConnectionProvider/html/inherit_graph_9.md5
 6198share/doc/qore/modules/ConnectionProvider/html/inherit_graph_9.png
5735share/doc/qore/modules/ConnectionProvider/html/inherits.html 6199share/doc/qore/modules/ConnectionProvider/html/inherits.html
5736share/doc/qore/modules/ConnectionProvider/html/jquery.js 6200share/doc/qore/modules/ConnectionProvider/html/jquery.js
5737share/doc/qore/modules/ConnectionProvider/html/menu.js 6201share/doc/qore/modules/ConnectionProvider/html/menu.js
5738share/doc/qore/modules/ConnectionProvider/html/menudata.js 6202share/doc/qore/modules/ConnectionProvider/html/menudata.js
5739share/doc/qore/modules/ConnectionProvider/html/namespace_connection_provider.html 6203share/doc/qore/modules/ConnectionProvider/html/namespace_connection_provider.html
5740share/doc/qore/modules/ConnectionProvider/html/namespace_connection_provider.js 6204share/doc/qore/modules/ConnectionProvider/html/namespace_connection_provider.js
5741share/doc/qore/modules/ConnectionProvider/html/namespacemembers.html 6205share/doc/qore/modules/ConnectionProvider/html/namespacemembers.html
5742share/doc/qore/modules/ConnectionProvider/html/namespacemembers_func.html 6206share/doc/qore/modules/ConnectionProvider/html/namespacemembers_func.html
5743share/doc/qore/modules/ConnectionProvider/html/namespaces.html 6207share/doc/qore/modules/ConnectionProvider/html/namespaces.html
5744share/doc/qore/modules/ConnectionProvider/html/namespaces_dup.js 6208share/doc/qore/modules/ConnectionProvider/html/namespaces_dup.js
5745share/doc/qore/modules/ConnectionProvider/html/nav_f.png 6209share/doc/qore/modules/ConnectionProvider/html/nav_f.png
5746share/doc/qore/modules/ConnectionProvider/html/nav_g.png 6210share/doc/qore/modules/ConnectionProvider/html/nav_g.png
5747share/doc/qore/modules/ConnectionProvider/html/nav_h.png 6211share/doc/qore/modules/ConnectionProvider/html/nav_h.png
@@ -6409,26 +6873,28 @@ share/doc/qore/modules/CsvUtil/html/sear @@ -6409,26 +6873,28 @@ share/doc/qore/modules/CsvUtil/html/sear
6409share/doc/qore/modules/CsvUtil/html/search/namespaces_4.js 6873share/doc/qore/modules/CsvUtil/html/search/namespaces_4.js
6410share/doc/qore/modules/CsvUtil/html/search/namespaces_5.html 6874share/doc/qore/modules/CsvUtil/html/search/namespaces_5.html
6411share/doc/qore/modules/CsvUtil/html/search/namespaces_5.js 6875share/doc/qore/modules/CsvUtil/html/search/namespaces_5.js
6412share/doc/qore/modules/CsvUtil/html/search/namespaces_6.html 6876share/doc/qore/modules/CsvUtil/html/search/namespaces_6.html
6413share/doc/qore/modules/CsvUtil/html/search/namespaces_6.js 6877share/doc/qore/modules/CsvUtil/html/search/namespaces_6.js
6414share/doc/qore/modules/CsvUtil/html/search/namespaces_7.html 6878share/doc/qore/modules/CsvUtil/html/search/namespaces_7.html
6415share/doc/qore/modules/CsvUtil/html/search/namespaces_7.js 6879share/doc/qore/modules/CsvUtil/html/search/namespaces_7.js
6416share/doc/qore/modules/CsvUtil/html/search/namespaces_8.html 6880share/doc/qore/modules/CsvUtil/html/search/namespaces_8.html
6417share/doc/qore/modules/CsvUtil/html/search/namespaces_8.js 6881share/doc/qore/modules/CsvUtil/html/search/namespaces_8.js
6418share/doc/qore/modules/CsvUtil/html/search/namespaces_9.html 6882share/doc/qore/modules/CsvUtil/html/search/namespaces_9.html
6419share/doc/qore/modules/CsvUtil/html/search/namespaces_9.js 6883share/doc/qore/modules/CsvUtil/html/search/namespaces_9.js
6420share/doc/qore/modules/CsvUtil/html/search/namespaces_a.html 6884share/doc/qore/modules/CsvUtil/html/search/namespaces_a.html
6421share/doc/qore/modules/CsvUtil/html/search/namespaces_a.js 6885share/doc/qore/modules/CsvUtil/html/search/namespaces_a.js
 6886share/doc/qore/modules/CsvUtil/html/search/namespaces_b.html
 6887share/doc/qore/modules/CsvUtil/html/search/namespaces_b.js
6422share/doc/qore/modules/CsvUtil/html/search/nomatches.html 6888share/doc/qore/modules/CsvUtil/html/search/nomatches.html
6423share/doc/qore/modules/CsvUtil/html/search/pages_0.html 6889share/doc/qore/modules/CsvUtil/html/search/pages_0.html
6424share/doc/qore/modules/CsvUtil/html/search/pages_0.js 6890share/doc/qore/modules/CsvUtil/html/search/pages_0.js
6425share/doc/qore/modules/CsvUtil/html/search/pages_1.html 6891share/doc/qore/modules/CsvUtil/html/search/pages_1.html
6426share/doc/qore/modules/CsvUtil/html/search/pages_1.js 6892share/doc/qore/modules/CsvUtil/html/search/pages_1.js
6427share/doc/qore/modules/CsvUtil/html/search/pages_10.html 6893share/doc/qore/modules/CsvUtil/html/search/pages_10.html
6428share/doc/qore/modules/CsvUtil/html/search/pages_10.js 6894share/doc/qore/modules/CsvUtil/html/search/pages_10.js
6429share/doc/qore/modules/CsvUtil/html/search/pages_11.html 6895share/doc/qore/modules/CsvUtil/html/search/pages_11.html
6430share/doc/qore/modules/CsvUtil/html/search/pages_11.js 6896share/doc/qore/modules/CsvUtil/html/search/pages_11.js
6431share/doc/qore/modules/CsvUtil/html/search/pages_12.html 6897share/doc/qore/modules/CsvUtil/html/search/pages_12.html
6432share/doc/qore/modules/CsvUtil/html/search/pages_12.js 6898share/doc/qore/modules/CsvUtil/html/search/pages_12.js
6433share/doc/qore/modules/CsvUtil/html/search/pages_2.html 6899share/doc/qore/modules/CsvUtil/html/search/pages_2.html
6434share/doc/qore/modules/CsvUtil/html/search/pages_2.js 6900share/doc/qore/modules/CsvUtil/html/search/pages_2.js
@@ -6538,26 +7004,28 @@ share/doc/qore/modules/DataProvider/html @@ -6538,26 +7004,28 @@ share/doc/qore/modules/DataProvider/html
6538share/doc/qore/modules/DataProvider/html/_data_provider_pipeline_8qc_8dox_8h_source.html 7004share/doc/qore/modules/DataProvider/html/_data_provider_pipeline_8qc_8dox_8h_source.html
6539share/doc/qore/modules/DataProvider/html/_data_provider_pipeline_factory_8qc_8dox_8h_source.html 7005share/doc/qore/modules/DataProvider/html/_data_provider_pipeline_factory_8qc_8dox_8h_source.html
6540share/doc/qore/modules/DataProvider/html/_data_provider_type_cache_8qc_8dox_8h_source.html 7006share/doc/qore/modules/DataProvider/html/_data_provider_type_cache_8qc_8dox_8h_source.html
6541share/doc/qore/modules/DataProvider/html/_data_provider_type_entry_8qc_8dox_8h_source.html 7007share/doc/qore/modules/DataProvider/html/_data_provider_type_entry_8qc_8dox_8h_source.html
6542share/doc/qore/modules/DataProvider/html/_default_bulk_inserter_8qc_8dox_8h_source.html 7008share/doc/qore/modules/DataProvider/html/_default_bulk_inserter_8qc_8dox_8h_source.html
6543share/doc/qore/modules/DataProvider/html/_default_bulk_record_iterface_8qc_8dox_8h_source.html 7009share/doc/qore/modules/DataProvider/html/_default_bulk_record_iterface_8qc_8dox_8h_source.html
6544share/doc/qore/modules/DataProvider/html/_default_bulk_upserter_8qc_8dox_8h_source.html 7010share/doc/qore/modules/DataProvider/html/_default_bulk_upserter_8qc_8dox_8h_source.html
6545share/doc/qore/modules/DataProvider/html/_default_record_iterator_8qc_8dox_8h_source.html 7011share/doc/qore/modules/DataProvider/html/_default_record_iterator_8qc_8dox_8h_source.html
6546share/doc/qore/modules/DataProvider/html/_hash_data_type_8qc_8dox_8h_source.html 7012share/doc/qore/modules/DataProvider/html/_hash_data_type_8qc_8dox_8h_source.html
6547share/doc/qore/modules/DataProvider/html/_hash_decl_data_type_8qc_8dox_8h_source.html 7013share/doc/qore/modules/DataProvider/html/_hash_decl_data_type_8qc_8dox_8h_source.html
6548share/doc/qore/modules/DataProvider/html/_list_data_type_8qc_8dox_8h_source.html 7014share/doc/qore/modules/DataProvider/html/_list_data_type_8qc_8dox_8h_source.html
6549share/doc/qore/modules/DataProvider/html/_null_data_provider_8qc_8dox_8h_source.html 7015share/doc/qore/modules/DataProvider/html/_null_data_provider_8qc_8dox_8h_source.html
6550share/doc/qore/modules/DataProvider/html/_null_data_provider_factory_8qc_8dox_8h_source.html 7016share/doc/qore/modules/DataProvider/html/_null_data_provider_factory_8qc_8dox_8h_source.html
 7017share/doc/qore/modules/DataProvider/html/_observable_8qc_8dox_8h_source.html
 7018share/doc/qore/modules/DataProvider/html/_observer_8qc_8dox_8h_source.html
6551share/doc/qore/modules/DataProvider/html/_qore_binary_data_type_8qc_8dox_8h_source.html 7019share/doc/qore/modules/DataProvider/html/_qore_binary_data_type_8qc_8dox_8h_source.html
6552share/doc/qore/modules/DataProvider/html/_qore_binary_data_type_base_8qc_8dox_8h_source.html 7020share/doc/qore/modules/DataProvider/html/_qore_binary_data_type_base_8qc_8dox_8h_source.html
6553share/doc/qore/modules/DataProvider/html/_qore_binary_or_nothing_data_type_8qc_8dox_8h_source.html 7021share/doc/qore/modules/DataProvider/html/_qore_binary_or_nothing_data_type_8qc_8dox_8h_source.html
6554share/doc/qore/modules/DataProvider/html/_qore_bool_data_type_8qc_8dox_8h_source.html 7022share/doc/qore/modules/DataProvider/html/_qore_bool_data_type_8qc_8dox_8h_source.html
6555share/doc/qore/modules/DataProvider/html/_qore_bool_data_type_base_8qc_8dox_8h_source.html 7023share/doc/qore/modules/DataProvider/html/_qore_bool_data_type_base_8qc_8dox_8h_source.html
6556share/doc/qore/modules/DataProvider/html/_qore_bool_or_nothing_data_type_8qc_8dox_8h_source.html 7024share/doc/qore/modules/DataProvider/html/_qore_bool_or_nothing_data_type_8qc_8dox_8h_source.html
6557share/doc/qore/modules/DataProvider/html/_qore_data_field_8qc_8dox_8h_source.html 7025share/doc/qore/modules/DataProvider/html/_qore_data_field_8qc_8dox_8h_source.html
6558share/doc/qore/modules/DataProvider/html/_qore_data_type_8qc_8dox_8h_source.html 7026share/doc/qore/modules/DataProvider/html/_qore_data_type_8qc_8dox_8h_source.html
6559share/doc/qore/modules/DataProvider/html/_qore_date_data_type_8qc_8dox_8h_source.html 7027share/doc/qore/modules/DataProvider/html/_qore_date_data_type_8qc_8dox_8h_source.html
6560share/doc/qore/modules/DataProvider/html/_qore_date_data_type_base_8qc_8dox_8h_source.html 7028share/doc/qore/modules/DataProvider/html/_qore_date_data_type_base_8qc_8dox_8h_source.html
6561share/doc/qore/modules/DataProvider/html/_qore_date_or_nothing_data_type_8qc_8dox_8h_source.html 7029share/doc/qore/modules/DataProvider/html/_qore_date_or_nothing_data_type_8qc_8dox_8h_source.html
6562share/doc/qore/modules/DataProvider/html/_qore_float_data_type_8qc_8dox_8h_source.html 7030share/doc/qore/modules/DataProvider/html/_qore_float_data_type_8qc_8dox_8h_source.html
6563share/doc/qore/modules/DataProvider/html/_qore_float_data_type_base_8qc_8dox_8h_source.html 7031share/doc/qore/modules/DataProvider/html/_qore_float_data_type_base_8qc_8dox_8h_source.html
@@ -6583,26 +7051,27 @@ share/doc/qore/modules/DataProvider/html @@ -6583,26 +7051,27 @@ share/doc/qore/modules/DataProvider/html
6583share/doc/qore/modules/DataProvider/html/_qore_soft_float_no_null_data_type_8qc_8dox_8h_source.html 7051share/doc/qore/modules/DataProvider/html/_qore_soft_float_no_null_data_type_8qc_8dox_8h_source.html
6584share/doc/qore/modules/DataProvider/html/_qore_soft_float_or_nothing_data_type_8qc_8dox_8h_source.html 7052share/doc/qore/modules/DataProvider/html/_qore_soft_float_or_nothing_data_type_8qc_8dox_8h_source.html
6585share/doc/qore/modules/DataProvider/html/_qore_soft_int_data_type_8qc_8dox_8h_source.html 7053share/doc/qore/modules/DataProvider/html/_qore_soft_int_data_type_8qc_8dox_8h_source.html
6586share/doc/qore/modules/DataProvider/html/_qore_soft_int_no_null_data_type_8qc_8dox_8h_source.html 7054share/doc/qore/modules/DataProvider/html/_qore_soft_int_no_null_data_type_8qc_8dox_8h_source.html
6587share/doc/qore/modules/DataProvider/html/_qore_soft_int_or_nothing_data_type_8qc_8dox_8h_source.html 7055share/doc/qore/modules/DataProvider/html/_qore_soft_int_or_nothing_data_type_8qc_8dox_8h_source.html
6588share/doc/qore/modules/DataProvider/html/_qore_soft_number_data_type_8qc_8dox_8h_source.html 7056share/doc/qore/modules/DataProvider/html/_qore_soft_number_data_type_8qc_8dox_8h_source.html
6589share/doc/qore/modules/DataProvider/html/_qore_soft_number_no_null_data_type_8qc_8dox_8h_source.html 7057share/doc/qore/modules/DataProvider/html/_qore_soft_number_no_null_data_type_8qc_8dox_8h_source.html
6590share/doc/qore/modules/DataProvider/html/_qore_soft_number_or_nothing_data_type_8qc_8dox_8h_source.html 7058share/doc/qore/modules/DataProvider/html/_qore_soft_number_or_nothing_data_type_8qc_8dox_8h_source.html
6591share/doc/qore/modules/DataProvider/html/_qore_soft_string_data_type_8qc_8dox_8h_source.html 7059share/doc/qore/modules/DataProvider/html/_qore_soft_string_data_type_8qc_8dox_8h_source.html
6592share/doc/qore/modules/DataProvider/html/_qore_soft_string_or_nothing_data_type_8qc_8dox_8h_source.html 7060share/doc/qore/modules/DataProvider/html/_qore_soft_string_or_nothing_data_type_8qc_8dox_8h_source.html
6593share/doc/qore/modules/DataProvider/html/_qore_string_data_type_8qc_8dox_8h_source.html 7061share/doc/qore/modules/DataProvider/html/_qore_string_data_type_8qc_8dox_8h_source.html
6594share/doc/qore/modules/DataProvider/html/_qore_string_data_type_base_8qc_8dox_8h_source.html 7062share/doc/qore/modules/DataProvider/html/_qore_string_data_type_base_8qc_8dox_8h_source.html
6595share/doc/qore/modules/DataProvider/html/_qore_string_or_nothing_data_type_8qc_8dox_8h_source.html 7063share/doc/qore/modules/DataProvider/html/_qore_string_or_nothing_data_type_8qc_8dox_8h_source.html
 7064share/doc/qore/modules/DataProvider/html/_soft_list_data_type_8qc_8dox_8h_source.html
6596share/doc/qore/modules/DataProvider/html/annotated.html 7065share/doc/qore/modules/DataProvider/html/annotated.html
6597share/doc/qore/modules/DataProvider/html/annotated_dup.js 7066share/doc/qore/modules/DataProvider/html/annotated_dup.js
6598share/doc/qore/modules/DataProvider/html/bc_s.png 7067share/doc/qore/modules/DataProvider/html/bc_s.png
6599share/doc/qore/modules/DataProvider/html/bdwn.png 7068share/doc/qore/modules/DataProvider/html/bdwn.png
6600share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field-members.html 7069share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field-members.html
6601share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field.html 7070share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field.html
6602share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field.js 7071share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field.js
6603share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field__inherit__graph.map 7072share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field__inherit__graph.map
6604share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field__inherit__graph.md5 7073share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field__inherit__graph.md5
6605share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field__inherit__graph.png 7074share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_field__inherit__graph.png
6606share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_processor-members.html 7075share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_processor-members.html
6607share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_processor.html 7076share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_processor.html
6608share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_processor.js 7077share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_processor.js
@@ -6632,26 +7101,29 @@ share/doc/qore/modules/DataProvider/html @@ -6632,26 +7101,29 @@ share/doc/qore/modules/DataProvider/html
6632share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_factory__inherit__graph.png 7101share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_factory__inherit__graph.png
6633share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator-members.html 7102share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator-members.html
6634share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator.html 7103share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator.html
6635share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator.js 7104share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator.js
6636share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator__inherit__graph.map 7105share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator__inherit__graph.map
6637share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator__inherit__graph.md5 7106share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator__inherit__graph.md5
6638share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator__inherit__graph.png 7107share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_record_iterator__inherit__graph.png
6639share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type-members.html 7108share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type-members.html
6640share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type.html 7109share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type.html
6641share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type.js 7110share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type.js
6642share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.map 7111share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.map
6643share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.md5 7112share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.md5
6644share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.png 7113share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.png
 7114share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_event_filter-members.html
 7115share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_event_filter.html
 7116share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_event_filter.js
6645share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider-members.html 7117share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider-members.html
6646share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider.html 7118share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider.html
6647share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider.js 7119share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider.js
6648share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator-members.html 7120share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator-members.html
6649share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator.html 7121share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator.html
6650share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator.js 7122share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator.js
6651share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator__inherit__graph.map 7123share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator__inherit__graph.map
6652share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator__inherit__graph.md5 7124share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator__inherit__graph.md5
6653share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator__inherit__graph.png 7125share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_bulk_record_iterator__inherit__graph.png
6654share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline-members.html 7126share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline-members.html
6655share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline.html 7127share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline.html
6656share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline.js 7128share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline.js
6657share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline_factory-members.html 7129share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider_pipeline_factory-members.html
@@ -6677,26 +7149,32 @@ share/doc/qore/modules/DataProvider/html @@ -6677,26 +7149,32 @@ share/doc/qore/modules/DataProvider/html
6677share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_record_iterface__inherit__graph.png 7149share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_record_iterface__inherit__graph.png
6678share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter-members.html 7150share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter-members.html
6679share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter.html 7151share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter.html
6680share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter.js 7152share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter.js
6681share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter__inherit__graph.map 7153share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter__inherit__graph.map
6682share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter__inherit__graph.md5 7154share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter__inherit__graph.md5
6683share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter__inherit__graph.png 7155share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_bulk_upserter__inherit__graph.png
6684share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator-members.html 7156share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator-members.html
6685share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator.html 7157share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator.html
6686share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator.js 7158share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator.js
6687share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.map 7159share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.map
6688share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.md5 7160share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.md5
6689share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.png 7161share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.png
 7162share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable-members.html
 7163share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable.html
 7164share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable.js
 7165share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable__inherit__graph.map
 7166share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable__inherit__graph.md5
 7167share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable__inherit__graph.png
6690share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type-members.html 7168share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type-members.html
6691share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type.html 7169share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type.html
6692share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type.js 7170share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type.js
6693share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type__inherit__graph.map 7171share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type__inherit__graph.map
6694share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type__inherit__graph.md5 7172share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type__inherit__graph.md5
6695share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type__inherit__graph.png 7173share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type__inherit__graph.png
6696share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type-members.html 7174share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type-members.html
6697share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type.html 7175share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type.html
6698share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type.js 7176share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type.js
6699share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type__inherit__graph.map 7177share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type__inherit__graph.map
6700share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type__inherit__graph.md5 7178share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type__inherit__graph.md5
6701share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type__inherit__graph.png 7179share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_decl_data_type__inherit__graph.png
6702share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_list_data_type-members.html 7180share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_list_data_type-members.html
@@ -6707,26 +7185,35 @@ share/doc/qore/modules/DataProvider/html @@ -6707,26 +7185,35 @@ share/doc/qore/modules/DataProvider/html
6707share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_list_data_type__inherit__graph.png 7185share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_list_data_type__inherit__graph.png
6708share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider-members.html 7186share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider-members.html
6709share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider.html 7187share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider.html
6710share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider.js 7188share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider.js
6711share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider__inherit__graph.map 7189share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider__inherit__graph.map
6712share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider__inherit__graph.md5 7190share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider__inherit__graph.md5
6713share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider__inherit__graph.png 7191share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider__inherit__graph.png
6714share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory-members.html 7192share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory-members.html
6715share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory.html 7193share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory.html
6716share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory.js 7194share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory.js
6717share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.map 7195share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.map
6718share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.md5 7196share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.md5
6719share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.png 7197share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.png
 7198share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable-members.html
 7199share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable.html
 7200share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable.js
 7201share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable__inherit__graph.map
 7202share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable__inherit__graph.md5
 7203share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable__inherit__graph.png
 7204share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observer-members.html
 7205share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observer.html
 7206share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observer.js
6720share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue-members.html 7207share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue-members.html
6721share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue.html 7208share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue.html
6722share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue.js 7209share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue.js
6723share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type-members.html 7210share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type-members.html
6724share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type.html 7211share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type.html
6725share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type.js 7212share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type.js
6726share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type__inherit__graph.map 7213share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type__inherit__graph.map
6727share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type__inherit__graph.md5 7214share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type__inherit__graph.md5
6728share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type__inherit__graph.png 7215share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type__inherit__graph.png
6729share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base-members.html 7216share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base-members.html
6730share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base.html 7217share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base.html
6731share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base.js 7218share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base.js
6732share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base__inherit__graph.map 7219share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_binary_data_type_base__inherit__graph.map
@@ -6868,27 +7355,26 @@ share/doc/qore/modules/DataProvider/html @@ -6868,27 +7355,26 @@ share/doc/qore/modules/DataProvider/html
6868share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type.html 7355share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type.html
6869share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type.js 7356share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type.js
6870share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type__inherit__graph.map 7357share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type__inherit__graph.map
6871share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type__inherit__graph.md5 7358share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type__inherit__graph.md5
6872share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type__inherit__graph.png 7359share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_binary_or_nothing_data_type__inherit__graph.png
6873share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type-members.html 7360share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type-members.html
6874share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type.html 7361share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type.html
6875share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type.js 7362share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type.js
6876share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type__inherit__graph.map 7363share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type__inherit__graph.map
6877share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type__inherit__graph.md5 7364share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type__inherit__graph.md5
6878share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type__inherit__graph.png 7365share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type__inherit__graph.png
6879share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type-members.html 7366share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type-members.html
6880share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type.html 7367share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type.html
6881share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type.js 
6882share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.map 7368share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.map
6883share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.md5 7369share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.md5
6884share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.png 7370share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.png
6885share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type-members.html 7371share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type-members.html
6886share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type.html 7372share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type.html
6887share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type.js 7373share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type.js
6888share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type__inherit__graph.map 7374share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type__inherit__graph.map
6889share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type__inherit__graph.md5 7375share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type__inherit__graph.md5
6890share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type__inherit__graph.png 7376share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_or_nothing_data_type__inherit__graph.png
6891share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type-members.html 7377share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type-members.html
6892share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type.html 7378share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type.html
6893share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type.js 7379share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type.js
6894share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type__inherit__graph.map 7380share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_date_data_type__inherit__graph.map
@@ -6980,26 +7466,32 @@ share/doc/qore/modules/DataProvider/html @@ -6980,26 +7466,32 @@ share/doc/qore/modules/DataProvider/html
6980share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type__inherit__graph.png 7466share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type__inherit__graph.png
6981share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base-members.html 7467share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base-members.html
6982share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base.html 7468share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base.html
6983share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base.js 7469share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base.js
6984share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base__inherit__graph.map 7470share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base__inherit__graph.map
6985share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base__inherit__graph.md5 7471share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base__inherit__graph.md5
6986share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base__inherit__graph.png 7472share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_data_type_base__inherit__graph.png
6987share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type-members.html 7473share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type-members.html
6988share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type.html 7474share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type.html
6989share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type.js 7475share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type.js
6990share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.map 7476share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.map
6991share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.md5 7477share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.md5
6992share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.png 7478share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.png
 7479share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type-members.html
 7480share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type.html
 7481share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type.js
 7482share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type__inherit__graph.map
 7483share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type__inherit__graph.md5
 7484share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type__inherit__graph.png
6993share/doc/qore/modules/DataProvider/html/classes.html 7485share/doc/qore/modules/DataProvider/html/classes.html
6994share/doc/qore/modules/DataProvider/html/closed.png 7486share/doc/qore/modules/DataProvider/html/closed.png
6995share/doc/qore/modules/DataProvider/html/dir_13add0083e006ac756009d5942a24d28.html 7487share/doc/qore/modules/DataProvider/html/dir_13add0083e006ac756009d5942a24d28.html
6996share/doc/qore/modules/DataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 7488share/doc/qore/modules/DataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
6997share/doc/qore/modules/DataProvider/html/doc.png 7489share/doc/qore/modules/DataProvider/html/doc.png
6998share/doc/qore/modules/DataProvider/html/doxygen.css 7490share/doc/qore/modules/DataProvider/html/doxygen.css
6999share/doc/qore/modules/DataProvider/html/doxygen.svg 7491share/doc/qore/modules/DataProvider/html/doxygen.svg
7000share/doc/qore/modules/DataProvider/html/dynsections.js 7492share/doc/qore/modules/DataProvider/html/dynsections.js
7001share/doc/qore/modules/DataProvider/html/folderclosed.png 7493share/doc/qore/modules/DataProvider/html/folderclosed.png
7002share/doc/qore/modules/DataProvider/html/folderopen.png 7494share/doc/qore/modules/DataProvider/html/folderopen.png
7003share/doc/qore/modules/DataProvider/html/functions.html 7495share/doc/qore/modules/DataProvider/html/functions.html
7004share/doc/qore/modules/DataProvider/html/functions_b.html 7496share/doc/qore/modules/DataProvider/html/functions_b.html
7005share/doc/qore/modules/DataProvider/html/functions_c.html 7497share/doc/qore/modules/DataProvider/html/functions_c.html
@@ -7010,109 +7502,140 @@ share/doc/qore/modules/DataProvider/html @@ -7010,109 +7502,140 @@ share/doc/qore/modules/DataProvider/html
7010share/doc/qore/modules/DataProvider/html/functions_func.html 7502share/doc/qore/modules/DataProvider/html/functions_func.html
7011share/doc/qore/modules/DataProvider/html/functions_func.js 7503share/doc/qore/modules/DataProvider/html/functions_func.js
7012share/doc/qore/modules/DataProvider/html/functions_func_b.html 7504share/doc/qore/modules/DataProvider/html/functions_func_b.html
7013share/doc/qore/modules/DataProvider/html/functions_func_c.html 7505share/doc/qore/modules/DataProvider/html/functions_func_c.html
7014share/doc/qore/modules/DataProvider/html/functions_func_d.html 7506share/doc/qore/modules/DataProvider/html/functions_func_d.html
7015share/doc/qore/modules/DataProvider/html/functions_func_e.html 7507share/doc/qore/modules/DataProvider/html/functions_func_e.html
7016share/doc/qore/modules/DataProvider/html/functions_func_f.html 7508share/doc/qore/modules/DataProvider/html/functions_func_f.html
7017share/doc/qore/modules/DataProvider/html/functions_func_g.html 7509share/doc/qore/modules/DataProvider/html/functions_func_g.html
7018share/doc/qore/modules/DataProvider/html/functions_func_h.html 7510share/doc/qore/modules/DataProvider/html/functions_func_h.html
7019share/doc/qore/modules/DataProvider/html/functions_func_i.html 7511share/doc/qore/modules/DataProvider/html/functions_func_i.html
7020share/doc/qore/modules/DataProvider/html/functions_func_l.html 7512share/doc/qore/modules/DataProvider/html/functions_func_l.html
7021share/doc/qore/modules/DataProvider/html/functions_func_m.html 7513share/doc/qore/modules/DataProvider/html/functions_func_m.html
7022share/doc/qore/modules/DataProvider/html/functions_func_n.html 7514share/doc/qore/modules/DataProvider/html/functions_func_n.html
 7515share/doc/qore/modules/DataProvider/html/functions_func_o.html
7023share/doc/qore/modules/DataProvider/html/functions_func_p.html 7516share/doc/qore/modules/DataProvider/html/functions_func_p.html
7024share/doc/qore/modules/DataProvider/html/functions_func_q.html 7517share/doc/qore/modules/DataProvider/html/functions_func_q.html
7025share/doc/qore/modules/DataProvider/html/functions_func_r.html 7518share/doc/qore/modules/DataProvider/html/functions_func_r.html
7026share/doc/qore/modules/DataProvider/html/functions_func_s.html 7519share/doc/qore/modules/DataProvider/html/functions_func_s.html
7027share/doc/qore/modules/DataProvider/html/functions_func_t.html 7520share/doc/qore/modules/DataProvider/html/functions_func_t.html
7028share/doc/qore/modules/DataProvider/html/functions_func_u.html 7521share/doc/qore/modules/DataProvider/html/functions_func_u.html
7029share/doc/qore/modules/DataProvider/html/functions_func_v.html 7522share/doc/qore/modules/DataProvider/html/functions_func_v.html
7030share/doc/qore/modules/DataProvider/html/functions_func_w.html 7523share/doc/qore/modules/DataProvider/html/functions_func_w.html
7031share/doc/qore/modules/DataProvider/html/functions_g.html 7524share/doc/qore/modules/DataProvider/html/functions_g.html
7032share/doc/qore/modules/DataProvider/html/functions_h.html 7525share/doc/qore/modules/DataProvider/html/functions_h.html
7033share/doc/qore/modules/DataProvider/html/functions_i.html 7526share/doc/qore/modules/DataProvider/html/functions_i.html
7034share/doc/qore/modules/DataProvider/html/functions_l.html 7527share/doc/qore/modules/DataProvider/html/functions_l.html
7035share/doc/qore/modules/DataProvider/html/functions_m.html 7528share/doc/qore/modules/DataProvider/html/functions_m.html
7036share/doc/qore/modules/DataProvider/html/functions_n.html 7529share/doc/qore/modules/DataProvider/html/functions_n.html
7037share/doc/qore/modules/DataProvider/html/functions_o.html 7530share/doc/qore/modules/DataProvider/html/functions_o.html
7038share/doc/qore/modules/DataProvider/html/functions_p.html 7531share/doc/qore/modules/DataProvider/html/functions_p.html
7039share/doc/qore/modules/DataProvider/html/functions_q.html 7532share/doc/qore/modules/DataProvider/html/functions_q.html
7040share/doc/qore/modules/DataProvider/html/functions_r.html 7533share/doc/qore/modules/DataProvider/html/functions_r.html
7041share/doc/qore/modules/DataProvider/html/functions_s.html 7534share/doc/qore/modules/DataProvider/html/functions_s.html
7042share/doc/qore/modules/DataProvider/html/functions_t.html 7535share/doc/qore/modules/DataProvider/html/functions_t.html
7043share/doc/qore/modules/DataProvider/html/functions_u.html 7536share/doc/qore/modules/DataProvider/html/functions_u.html
7044share/doc/qore/modules/DataProvider/html/functions_v.html 7537share/doc/qore/modules/DataProvider/html/functions_v.html
7045share/doc/qore/modules/DataProvider/html/functions_vars.html 7538share/doc/qore/modules/DataProvider/html/functions_vars.html
 7539share/doc/qore/modules/DataProvider/html/functions_vars.js
 7540share/doc/qore/modules/DataProvider/html/functions_vars_b.html
 7541share/doc/qore/modules/DataProvider/html/functions_vars_c.html
 7542share/doc/qore/modules/DataProvider/html/functions_vars_d.html
 7543share/doc/qore/modules/DataProvider/html/functions_vars_e.html
 7544share/doc/qore/modules/DataProvider/html/functions_vars_f.html
 7545share/doc/qore/modules/DataProvider/html/functions_vars_g.html
 7546share/doc/qore/modules/DataProvider/html/functions_vars_h.html
 7547share/doc/qore/modules/DataProvider/html/functions_vars_i.html
 7548share/doc/qore/modules/DataProvider/html/functions_vars_l.html
 7549share/doc/qore/modules/DataProvider/html/functions_vars_m.html
 7550share/doc/qore/modules/DataProvider/html/functions_vars_n.html
 7551share/doc/qore/modules/DataProvider/html/functions_vars_o.html
 7552share/doc/qore/modules/DataProvider/html/functions_vars_p.html
 7553share/doc/qore/modules/DataProvider/html/functions_vars_q.html
 7554share/doc/qore/modules/DataProvider/html/functions_vars_r.html
 7555share/doc/qore/modules/DataProvider/html/functions_vars_s.html
 7556share/doc/qore/modules/DataProvider/html/functions_vars_t.html
 7557share/doc/qore/modules/DataProvider/html/functions_vars_u.html
 7558share/doc/qore/modules/DataProvider/html/functions_vars_v.html
7046share/doc/qore/modules/DataProvider/html/functions_w.html 7559share/doc/qore/modules/DataProvider/html/functions_w.html
7047share/doc/qore/modules/DataProvider/html/graph_legend.html 7560share/doc/qore/modules/DataProvider/html/graph_legend.html
7048share/doc/qore/modules/DataProvider/html/graph_legend.md5 7561share/doc/qore/modules/DataProvider/html/graph_legend.md5
7049share/doc/qore/modules/DataProvider/html/graph_legend.png 7562share/doc/qore/modules/DataProvider/html/graph_legend.png
7050share/doc/qore/modules/DataProvider/html/group___buffered_stream_reader.js 7563share/doc/qore/modules/DataProvider/html/group___buffered_stream_reader.js
7051share/doc/qore/modules/DataProvider/html/group___string_concat_decoding.js 7564share/doc/qore/modules/DataProvider/html/group___string_concat_decoding.js
7052share/doc/qore/modules/DataProvider/html/group___string_concat_encoding.js 7565share/doc/qore/modules/DataProvider/html/group___string_concat_encoding.js
7053share/doc/qore/modules/DataProvider/html/group__boolean__constants.js 7566share/doc/qore/modules/DataProvider/html/group__boolean__constants.js
7054share/doc/qore/modules/DataProvider/html/group__breakpoint__policy__options.js 7567share/doc/qore/modules/DataProvider/html/group__breakpoint__policy__options.js
7055share/doc/qore/modules/DataProvider/html/group__call__type__constants.js 7568share/doc/qore/modules/DataProvider/html/group__call__type__constants.js
7056share/doc/qore/modules/DataProvider/html/group__compression__constants.js 7569share/doc/qore/modules/DataProvider/html/group__compression__constants.js
7057share/doc/qore/modules/DataProvider/html/group__compression__transformations.js 7570share/doc/qore/modules/DataProvider/html/group__compression__transformations.js
7058share/doc/qore/modules/DataProvider/html/group__compresssion__functions.js 7571share/doc/qore/modules/DataProvider/html/group__compresssion__functions.js
7059share/doc/qore/modules/DataProvider/html/group__context__functions.js 7572share/doc/qore/modules/DataProvider/html/group__context__functions.js
7060share/doc/qore/modules/DataProvider/html/group__crypto__transformations.js 7573share/doc/qore/modules/DataProvider/html/group__crypto__transformations.js
7061share/doc/qore/modules/DataProvider/html/group__cryptographic__constants.js 7574share/doc/qore/modules/DataProvider/html/group__cryptographic__constants.js
7062share/doc/qore/modules/DataProvider/html/group__cryptographic__functions.js 7575share/doc/qore/modules/DataProvider/html/group__cryptographic__functions.js
 7576share/doc/qore/modules/DataProvider/html/group__data__provider__api__profiles.html
 7577share/doc/qore/modules/DataProvider/html/group__data__type__tags.html
7063share/doc/qore/modules/DataProvider/html/group__database__driver__constants.js 7578share/doc/qore/modules/DataProvider/html/group__database__driver__constants.js
 7579share/doc/qore/modules/DataProvider/html/group__dataprovider__expression__type__codes.html
 7580share/doc/qore/modules/DataProvider/html/group__dataprovider__generic__search__op__funcs.html
 7581share/doc/qore/modules/DataProvider/html/group__dataprovider__generic__search__ops.html
 7582share/doc/qore/modules/DataProvider/html/group__dataprovider__logic__ops.html
 7583share/doc/qore/modules/DataProvider/html/group__dataprovider__message__support.html
7064share/doc/qore/modules/DataProvider/html/group__date__and__time__functions.js 7584share/doc/qore/modules/DataProvider/html/group__date__and__time__functions.js
7065share/doc/qore/modules/DataProvider/html/group__db__provider__upsert__results.html 7585share/doc/qore/modules/DataProvider/html/group__db__provider__upsert__results.html
7066share/doc/qore/modules/DataProvider/html/group__dbi__capabilities.js 7586share/doc/qore/modules/DataProvider/html/group__dbi__capabilities.js
7067share/doc/qore/modules/DataProvider/html/group__debug__flow__options.js 7587share/doc/qore/modules/DataProvider/html/group__debug__flow__options.js
7068share/doc/qore/modules/DataProvider/html/group__debug__rs__options.js 7588share/doc/qore/modules/DataProvider/html/group__debug__rs__options.js
7069share/doc/qore/modules/DataProvider/html/group__digest__algorithms.js 7589share/doc/qore/modules/DataProvider/html/group__digest__algorithms.js
7070share/doc/qore/modules/DataProvider/html/group__digest__functions.js 7590share/doc/qore/modules/DataProvider/html/group__digest__functions.js
7071share/doc/qore/modules/DataProvider/html/group__env__functions.js 7591share/doc/qore/modules/DataProvider/html/group__env__functions.js
7072share/doc/qore/modules/DataProvider/html/group__error__constants.js 7592share/doc/qore/modules/DataProvider/html/group__error__constants.js
7073share/doc/qore/modules/DataProvider/html/group__event__constants.js 7593share/doc/qore/modules/DataProvider/html/group__event__constants.js
7074share/doc/qore/modules/DataProvider/html/group__event__map__constants.js 7594share/doc/qore/modules/DataProvider/html/group__event__map__constants.js
7075share/doc/qore/modules/DataProvider/html/group__event__source__constants.js 7595share/doc/qore/modules/DataProvider/html/group__event__source__constants.js
7076share/doc/qore/modules/DataProvider/html/group__exception__type__constants.js 7596share/doc/qore/modules/DataProvider/html/group__exception__type__constants.js
 7597share/doc/qore/modules/DataProvider/html/group__expression__role__codes.html
7077share/doc/qore/modules/DataProvider/html/group__file__locking__constants.js 7598share/doc/qore/modules/DataProvider/html/group__file__locking__constants.js
7078share/doc/qore/modules/DataProvider/html/group__file__open__constants.js 7599share/doc/qore/modules/DataProvider/html/group__file__open__constants.js
7079share/doc/qore/modules/DataProvider/html/group__file__seek__constants.js 7600share/doc/qore/modules/DataProvider/html/group__file__seek__constants.js
7080share/doc/qore/modules/DataProvider/html/group__file__stat__constants.js 7601share/doc/qore/modules/DataProvider/html/group__file__stat__constants.js
7081share/doc/qore/modules/DataProvider/html/group__functional__domain__constants.js 7602share/doc/qore/modules/DataProvider/html/group__functional__domain__constants.js
7082share/doc/qore/modules/DataProvider/html/group__hmac__functions.js 7603share/doc/qore/modules/DataProvider/html/group__hmac__functions.js
7083share/doc/qore/modules/DataProvider/html/group__import__visibility__constants.js 7604share/doc/qore/modules/DataProvider/html/group__import__visibility__constants.js
7084share/doc/qore/modules/DataProvider/html/group__io__constants.js 7605share/doc/qore/modules/DataProvider/html/group__io__constants.js
7085share/doc/qore/modules/DataProvider/html/group__library__option__constants.js 7606share/doc/qore/modules/DataProvider/html/group__library__option__constants.js
7086share/doc/qore/modules/DataProvider/html/group__list__functions.js 7607share/doc/qore/modules/DataProvider/html/group__list__functions.js
 7608share/doc/qore/modules/DataProvider/html/group__logic__capability__codes.html
7087share/doc/qore/modules/DataProvider/html/group__math__constants.js 7609share/doc/qore/modules/DataProvider/html/group__math__constants.js
7088share/doc/qore/modules/DataProvider/html/group__math__functions.js 7610share/doc/qore/modules/DataProvider/html/group__math__functions.js
7089share/doc/qore/modules/DataProvider/html/group__misc__functions.js 7611share/doc/qore/modules/DataProvider/html/group__misc__functions.js
7090share/doc/qore/modules/DataProvider/html/group__network__address__family__constants.js 7612share/doc/qore/modules/DataProvider/html/group__network__address__family__constants.js
7091share/doc/qore/modules/DataProvider/html/group__network__address__information__constants.js 7613share/doc/qore/modules/DataProvider/html/group__network__address__information__constants.js
7092share/doc/qore/modules/DataProvider/html/group__null__and__nothing__constants.js 7614share/doc/qore/modules/DataProvider/html/group__null__and__nothing__constants.js
7093share/doc/qore/modules/DataProvider/html/group__number__formatting__constants.js 7615share/doc/qore/modules/DataProvider/html/group__number__formatting__constants.js
7094share/doc/qore/modules/DataProvider/html/group__number__string__formatting__constants.js 7616share/doc/qore/modules/DataProvider/html/group__number__string__formatting__constants.js
7095share/doc/qore/modules/DataProvider/html/group__object__functions.js 7617share/doc/qore/modules/DataProvider/html/group__object__functions.js
7096share/doc/qore/modules/DataProvider/html/group__old__dbi__functions.js 7618share/doc/qore/modules/DataProvider/html/group__old__dbi__functions.js
7097share/doc/qore/modules/DataProvider/html/group__option__constants.js 7619share/doc/qore/modules/DataProvider/html/group__option__constants.js
7098share/doc/qore/modules/DataProvider/html/group__parse__options.js 7620share/doc/qore/modules/DataProvider/html/group__parse__options.js
7099share/doc/qore/modules/DataProvider/html/group__parse__url__options.js 7621share/doc/qore/modules/DataProvider/html/group__parse__url__options.js
7100share/doc/qore/modules/DataProvider/html/group__pipeline__status__codes.html 7622share/doc/qore/modules/DataProvider/html/group__pipeline__status__codes.html
7101share/doc/qore/modules/DataProvider/html/group__protocol__constants.js 7623share/doc/qore/modules/DataProvider/html/group__protocol__constants.js
7102share/doc/qore/modules/DataProvider/html/group__range__functions.js 7624share/doc/qore/modules/DataProvider/html/group__range__functions.js
7103share/doc/qore/modules/DataProvider/html/group__regex__constants.js 7625share/doc/qore/modules/DataProvider/html/group__regex__constants.js
7104share/doc/qore/modules/DataProvider/html/group__signal__constants.js 7626share/doc/qore/modules/DataProvider/html/group__signal__constants.js
7105share/doc/qore/modules/DataProvider/html/group__signal__handling__functions.js 7627share/doc/qore/modules/DataProvider/html/group__signal__handling__functions.js
 7628share/doc/qore/modules/DataProvider/html/group__signature__type__codes.html
7106share/doc/qore/modules/DataProvider/html/group__socket__poll__constants.js 7629share/doc/qore/modules/DataProvider/html/group__socket__poll__constants.js
7107share/doc/qore/modules/DataProvider/html/group__socket__type__constants.js 7630share/doc/qore/modules/DataProvider/html/group__socket__type__constants.js
7108share/doc/qore/modules/DataProvider/html/group__sql__constants.js 7631share/doc/qore/modules/DataProvider/html/group__sql__constants.js
7109share/doc/qore/modules/DataProvider/html/group__ssl__mode__constants.js 7632share/doc/qore/modules/DataProvider/html/group__ssl__mode__constants.js
7110share/doc/qore/modules/DataProvider/html/group__string__functions.js 7633share/doc/qore/modules/DataProvider/html/group__string__functions.js
7111share/doc/qore/modules/DataProvider/html/group__string__type__constants.js 7634share/doc/qore/modules/DataProvider/html/group__string__type__constants.js
7112share/doc/qore/modules/DataProvider/html/group__system__and__build__constants.js 7635share/doc/qore/modules/DataProvider/html/group__system__and__build__constants.js
7113share/doc/qore/modules/DataProvider/html/group__tattr__control__character__constants.js 7636share/doc/qore/modules/DataProvider/html/group__tattr__control__character__constants.js
7114share/doc/qore/modules/DataProvider/html/group__tattr__control__mode__constants.js 7637share/doc/qore/modules/DataProvider/html/group__tattr__control__mode__constants.js
7115share/doc/qore/modules/DataProvider/html/group__tattr__input__mode__constants.js 7638share/doc/qore/modules/DataProvider/html/group__tattr__input__mode__constants.js
7116share/doc/qore/modules/DataProvider/html/group__tattr__local__mode__constants.js 7639share/doc/qore/modules/DataProvider/html/group__tattr__local__mode__constants.js
7117share/doc/qore/modules/DataProvider/html/group__tattr__output__mode__constants.js 7640share/doc/qore/modules/DataProvider/html/group__tattr__output__mode__constants.js
7118share/doc/qore/modules/DataProvider/html/group__tattr__term__setting__constants.js 7641share/doc/qore/modules/DataProvider/html/group__tattr__term__setting__constants.js
@@ -7165,29 +7688,65 @@ share/doc/qore/modules/DataProvider/html @@ -7165,29 +7688,65 @@ share/doc/qore/modules/DataProvider/html
7165share/doc/qore/modules/DataProvider/html/inherit_graph_19.png 7688share/doc/qore/modules/DataProvider/html/inherit_graph_19.png
7166share/doc/qore/modules/DataProvider/html/inherit_graph_2.map 7689share/doc/qore/modules/DataProvider/html/inherit_graph_2.map
7167share/doc/qore/modules/DataProvider/html/inherit_graph_2.md5 7690share/doc/qore/modules/DataProvider/html/inherit_graph_2.md5
7168share/doc/qore/modules/DataProvider/html/inherit_graph_2.png 7691share/doc/qore/modules/DataProvider/html/inherit_graph_2.png
7169share/doc/qore/modules/DataProvider/html/inherit_graph_20.map 7692share/doc/qore/modules/DataProvider/html/inherit_graph_20.map
7170share/doc/qore/modules/DataProvider/html/inherit_graph_20.md5 7693share/doc/qore/modules/DataProvider/html/inherit_graph_20.md5
7171share/doc/qore/modules/DataProvider/html/inherit_graph_20.png 7694share/doc/qore/modules/DataProvider/html/inherit_graph_20.png
7172share/doc/qore/modules/DataProvider/html/inherit_graph_21.map 7695share/doc/qore/modules/DataProvider/html/inherit_graph_21.map
7173share/doc/qore/modules/DataProvider/html/inherit_graph_21.md5 7696share/doc/qore/modules/DataProvider/html/inherit_graph_21.md5
7174share/doc/qore/modules/DataProvider/html/inherit_graph_21.png 7697share/doc/qore/modules/DataProvider/html/inherit_graph_21.png
7175share/doc/qore/modules/DataProvider/html/inherit_graph_22.map 7698share/doc/qore/modules/DataProvider/html/inherit_graph_22.map
7176share/doc/qore/modules/DataProvider/html/inherit_graph_22.md5 7699share/doc/qore/modules/DataProvider/html/inherit_graph_22.md5
7177share/doc/qore/modules/DataProvider/html/inherit_graph_22.png 7700share/doc/qore/modules/DataProvider/html/inherit_graph_22.png
 7701share/doc/qore/modules/DataProvider/html/inherit_graph_23.map
 7702share/doc/qore/modules/DataProvider/html/inherit_graph_23.md5
 7703share/doc/qore/modules/DataProvider/html/inherit_graph_23.png
 7704share/doc/qore/modules/DataProvider/html/inherit_graph_24.map
 7705share/doc/qore/modules/DataProvider/html/inherit_graph_24.md5
 7706share/doc/qore/modules/DataProvider/html/inherit_graph_24.png
 7707share/doc/qore/modules/DataProvider/html/inherit_graph_25.map
 7708share/doc/qore/modules/DataProvider/html/inherit_graph_25.md5
 7709share/doc/qore/modules/DataProvider/html/inherit_graph_25.png
 7710share/doc/qore/modules/DataProvider/html/inherit_graph_26.map
 7711share/doc/qore/modules/DataProvider/html/inherit_graph_26.md5
 7712share/doc/qore/modules/DataProvider/html/inherit_graph_26.png
 7713share/doc/qore/modules/DataProvider/html/inherit_graph_27.map
 7714share/doc/qore/modules/DataProvider/html/inherit_graph_27.md5
 7715share/doc/qore/modules/DataProvider/html/inherit_graph_27.png
 7716share/doc/qore/modules/DataProvider/html/inherit_graph_28.map
 7717share/doc/qore/modules/DataProvider/html/inherit_graph_28.md5
 7718share/doc/qore/modules/DataProvider/html/inherit_graph_28.png
 7719share/doc/qore/modules/DataProvider/html/inherit_graph_29.map
 7720share/doc/qore/modules/DataProvider/html/inherit_graph_29.md5
 7721share/doc/qore/modules/DataProvider/html/inherit_graph_29.png
7178share/doc/qore/modules/DataProvider/html/inherit_graph_3.map 7722share/doc/qore/modules/DataProvider/html/inherit_graph_3.map
7179share/doc/qore/modules/DataProvider/html/inherit_graph_3.md5 7723share/doc/qore/modules/DataProvider/html/inherit_graph_3.md5
7180share/doc/qore/modules/DataProvider/html/inherit_graph_3.png 7724share/doc/qore/modules/DataProvider/html/inherit_graph_3.png
 7725share/doc/qore/modules/DataProvider/html/inherit_graph_30.map
 7726share/doc/qore/modules/DataProvider/html/inherit_graph_30.md5
 7727share/doc/qore/modules/DataProvider/html/inherit_graph_30.png
 7728share/doc/qore/modules/DataProvider/html/inherit_graph_31.map
 7729share/doc/qore/modules/DataProvider/html/inherit_graph_31.md5
 7730share/doc/qore/modules/DataProvider/html/inherit_graph_31.png
 7731share/doc/qore/modules/DataProvider/html/inherit_graph_32.map
 7732share/doc/qore/modules/DataProvider/html/inherit_graph_32.md5
 7733share/doc/qore/modules/DataProvider/html/inherit_graph_32.png
 7734share/doc/qore/modules/DataProvider/html/inherit_graph_33.map
 7735share/doc/qore/modules/DataProvider/html/inherit_graph_33.md5
 7736share/doc/qore/modules/DataProvider/html/inherit_graph_33.png
 7737share/doc/qore/modules/DataProvider/html/inherit_graph_34.map
 7738share/doc/qore/modules/DataProvider/html/inherit_graph_34.md5
 7739share/doc/qore/modules/DataProvider/html/inherit_graph_34.png
7181share/doc/qore/modules/DataProvider/html/inherit_graph_4.map 7740share/doc/qore/modules/DataProvider/html/inherit_graph_4.map
7182share/doc/qore/modules/DataProvider/html/inherit_graph_4.md5 7741share/doc/qore/modules/DataProvider/html/inherit_graph_4.md5
7183share/doc/qore/modules/DataProvider/html/inherit_graph_4.png 7742share/doc/qore/modules/DataProvider/html/inherit_graph_4.png
7184share/doc/qore/modules/DataProvider/html/inherit_graph_5.map 7743share/doc/qore/modules/DataProvider/html/inherit_graph_5.map
7185share/doc/qore/modules/DataProvider/html/inherit_graph_5.md5 7744share/doc/qore/modules/DataProvider/html/inherit_graph_5.md5
7186share/doc/qore/modules/DataProvider/html/inherit_graph_5.png 7745share/doc/qore/modules/DataProvider/html/inherit_graph_5.png
7187share/doc/qore/modules/DataProvider/html/inherit_graph_6.map 7746share/doc/qore/modules/DataProvider/html/inherit_graph_6.map
7188share/doc/qore/modules/DataProvider/html/inherit_graph_6.md5 7747share/doc/qore/modules/DataProvider/html/inherit_graph_6.md5
7189share/doc/qore/modules/DataProvider/html/inherit_graph_6.png 7748share/doc/qore/modules/DataProvider/html/inherit_graph_6.png
7190share/doc/qore/modules/DataProvider/html/inherit_graph_7.map 7749share/doc/qore/modules/DataProvider/html/inherit_graph_7.map
7191share/doc/qore/modules/DataProvider/html/inherit_graph_7.md5 7750share/doc/qore/modules/DataProvider/html/inherit_graph_7.md5
7192share/doc/qore/modules/DataProvider/html/inherit_graph_7.png 7751share/doc/qore/modules/DataProvider/html/inherit_graph_7.png
7193share/doc/qore/modules/DataProvider/html/inherit_graph_8.map 7752share/doc/qore/modules/DataProvider/html/inherit_graph_8.map
@@ -7214,26 +7773,27 @@ share/doc/qore/modules/DataProvider/html @@ -7214,26 +7773,27 @@ share/doc/qore/modules/DataProvider/html
7214share/doc/qore/modules/DataProvider/html/nav_h.png 7773share/doc/qore/modules/DataProvider/html/nav_h.png
7215share/doc/qore/modules/DataProvider/html/navtree.css 7774share/doc/qore/modules/DataProvider/html/navtree.css
7216share/doc/qore/modules/DataProvider/html/navtree.js 7775share/doc/qore/modules/DataProvider/html/navtree.js
7217share/doc/qore/modules/DataProvider/html/navtreedata.js 7776share/doc/qore/modules/DataProvider/html/navtreedata.js
7218share/doc/qore/modules/DataProvider/html/navtreeindex0.js 7777share/doc/qore/modules/DataProvider/html/navtreeindex0.js
7219share/doc/qore/modules/DataProvider/html/navtreeindex1.js 7778share/doc/qore/modules/DataProvider/html/navtreeindex1.js
7220share/doc/qore/modules/DataProvider/html/navtreeindex2.js 7779share/doc/qore/modules/DataProvider/html/navtreeindex2.js
7221share/doc/qore/modules/DataProvider/html/navtreeindex3.js 7780share/doc/qore/modules/DataProvider/html/navtreeindex3.js
7222share/doc/qore/modules/DataProvider/html/navtreeindex4.js 7781share/doc/qore/modules/DataProvider/html/navtreeindex4.js
7223share/doc/qore/modules/DataProvider/html/navtreeindex5.js 7782share/doc/qore/modules/DataProvider/html/navtreeindex5.js
7224share/doc/qore/modules/DataProvider/html/navtreeindex6.js 7783share/doc/qore/modules/DataProvider/html/navtreeindex6.js
7225share/doc/qore/modules/DataProvider/html/navtreeindex7.js 7784share/doc/qore/modules/DataProvider/html/navtreeindex7.js
7226share/doc/qore/modules/DataProvider/html/navtreeindex8.js 7785share/doc/qore/modules/DataProvider/html/navtreeindex8.js
 7786share/doc/qore/modules/DataProvider/html/navtreeindex9.js
7227share/doc/qore/modules/DataProvider/html/open.png 7787share/doc/qore/modules/DataProvider/html/open.png
7228share/doc/qore/modules/DataProvider/html/pages.html 7788share/doc/qore/modules/DataProvider/html/pages.html
7229share/doc/qore/modules/DataProvider/html/qore-logo-55x200.png 7789share/doc/qore/modules/DataProvider/html/qore-logo-55x200.png
7230share/doc/qore/modules/DataProvider/html/resize.js 7790share/doc/qore/modules/DataProvider/html/resize.js
7231share/doc/qore/modules/DataProvider/html/search/all_0.html 7791share/doc/qore/modules/DataProvider/html/search/all_0.html
7232share/doc/qore/modules/DataProvider/html/search/all_0.js 7792share/doc/qore/modules/DataProvider/html/search/all_0.js
7233share/doc/qore/modules/DataProvider/html/search/all_1.html 7793share/doc/qore/modules/DataProvider/html/search/all_1.html
7234share/doc/qore/modules/DataProvider/html/search/all_1.js 7794share/doc/qore/modules/DataProvider/html/search/all_1.js
7235share/doc/qore/modules/DataProvider/html/search/all_10.html 7795share/doc/qore/modules/DataProvider/html/search/all_10.html
7236share/doc/qore/modules/DataProvider/html/search/all_10.js 7796share/doc/qore/modules/DataProvider/html/search/all_10.js
7237share/doc/qore/modules/DataProvider/html/search/all_11.html 7797share/doc/qore/modules/DataProvider/html/search/all_11.html
7238share/doc/qore/modules/DataProvider/html/search/all_11.js 7798share/doc/qore/modules/DataProvider/html/search/all_11.js
7239share/doc/qore/modules/DataProvider/html/search/all_12.html 7799share/doc/qore/modules/DataProvider/html/search/all_12.html
@@ -7504,53 +8064,80 @@ share/doc/qore/modules/DataProvider/html @@ -7504,53 +8064,80 @@ share/doc/qore/modules/DataProvider/html
7504share/doc/qore/modules/DataProvider/html/search/variables_a.html 8064share/doc/qore/modules/DataProvider/html/search/variables_a.html
7505share/doc/qore/modules/DataProvider/html/search/variables_a.js 8065share/doc/qore/modules/DataProvider/html/search/variables_a.js
7506share/doc/qore/modules/DataProvider/html/search/variables_b.html 8066share/doc/qore/modules/DataProvider/html/search/variables_b.html
7507share/doc/qore/modules/DataProvider/html/search/variables_b.js 8067share/doc/qore/modules/DataProvider/html/search/variables_b.js
7508share/doc/qore/modules/DataProvider/html/search/variables_c.html 8068share/doc/qore/modules/DataProvider/html/search/variables_c.html
7509share/doc/qore/modules/DataProvider/html/search/variables_c.js 8069share/doc/qore/modules/DataProvider/html/search/variables_c.js
7510share/doc/qore/modules/DataProvider/html/search/variables_d.html 8070share/doc/qore/modules/DataProvider/html/search/variables_d.html
7511share/doc/qore/modules/DataProvider/html/search/variables_d.js 8071share/doc/qore/modules/DataProvider/html/search/variables_d.js
7512share/doc/qore/modules/DataProvider/html/search/variables_e.html 8072share/doc/qore/modules/DataProvider/html/search/variables_e.html
7513share/doc/qore/modules/DataProvider/html/search/variables_e.js 8073share/doc/qore/modules/DataProvider/html/search/variables_e.js
7514share/doc/qore/modules/DataProvider/html/search/variables_f.html 8074share/doc/qore/modules/DataProvider/html/search/variables_f.html
7515share/doc/qore/modules/DataProvider/html/search/variables_f.js 8075share/doc/qore/modules/DataProvider/html/search/variables_f.js
7516share/doc/qore/modules/DataProvider/html/splitbar.png 8076share/doc/qore/modules/DataProvider/html/splitbar.png
 8077share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_allowed_value_info-members.html
 8078share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_allowed_value_info.html
 8079share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_allowed_value_info.js
7517share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info-members.html 8080share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info-members.html
7518share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info.html 8081share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info.html
7519share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info.js 8082share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info.js
 8083share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression-members.html
 8084share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression.html
 8085share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression.js
 8086share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression_info-members.html
 8087share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression_info.html
 8088share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression_info.js
 8089share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_factory_info-members.html
 8090share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_factory_info.html
 8091share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_factory_info.js
 8092share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_field_reference-members.html
 8093share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_field_reference.html
 8094share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_field_reference.js
7520share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info-members.html 8095share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info-members.html
7521share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info.html 8096share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info.html
7522share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info.js 8097share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info.js
 8098share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_message_info-members.html
 8099share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_message_info.html
 8100share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_message_info.js
7523share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info-members.html 8101share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info-members.html
7524share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info.html 8102share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info.html
7525share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info.js 8103share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info.js
 8104share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_signature_type_info-members.html
 8105share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_signature_type_info.html
 8106share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_signature_type_info.js
 8107share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_summary_info-members.html
 8108share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_summary_info.html
 8109share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_summary_info.js
7526share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info-members.html 8110share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info-members.html
7527share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info.html 8111share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info.html
7528share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info.js 8112share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info.js
7529share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_option_info-members.html 8113share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_option_info-members.html
7530share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_option_info.html 8114share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_option_info.html
7531share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_option_info.js 8115share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_option_info.js
7532share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_type_info-members.html 8116share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_type_info-members.html
7533share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_type_info.html 8117share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_type_info.html
7534share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_type_info.js 8118share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_type_info.js
7535share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_factory_info-members.html 8119share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_factory_info-members.html
7536share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_factory_info.html 8120share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_factory_info.html
7537share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_factory_info.js 8121share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_factory_info.js
7538share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_info-members.html 8122share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_info-members.html
7539share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_info.html 8123share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_info.html
7540share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_info.js 8124share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_info.js
7541share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info-members.html 8125share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info-members.html
7542share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info.html 8126share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info.html
7543share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info.js 8127share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info.js
 8128share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_search_operator_info-members.html
 8129share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_search_operator_info.html
 8130share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_search_operator_info.js
7544share/doc/qore/modules/DataProvider/html/sync_off.png 8131share/doc/qore/modules/DataProvider/html/sync_off.png
7545share/doc/qore/modules/DataProvider/html/sync_on.png 8132share/doc/qore/modules/DataProvider/html/sync_on.png
7546share/doc/qore/modules/DataProvider/html/tab_a.png 8133share/doc/qore/modules/DataProvider/html/tab_a.png
7547share/doc/qore/modules/DataProvider/html/tab_b.png 8134share/doc/qore/modules/DataProvider/html/tab_b.png
7548share/doc/qore/modules/DataProvider/html/tab_h.png 8135share/doc/qore/modules/DataProvider/html/tab_h.png
7549share/doc/qore/modules/DataProvider/html/tab_s.png 8136share/doc/qore/modules/DataProvider/html/tab_s.png
7550share/doc/qore/modules/DataProvider/html/tabs.css 8137share/doc/qore/modules/DataProvider/html/tabs.css
7551share/doc/qore/modules/DatasourceProvider/html/bc_s.png 8138share/doc/qore/modules/DatasourceProvider/html/bc_s.png
7552share/doc/qore/modules/DatasourceProvider/html/bdwn.png 8139share/doc/qore/modules/DatasourceProvider/html/bdwn.png
7553share/doc/qore/modules/DatasourceProvider/html/closed.png 8140share/doc/qore/modules/DatasourceProvider/html/closed.png
7554share/doc/qore/modules/DatasourceProvider/html/dir_13add0083e006ac756009d5942a24d28.html 8141share/doc/qore/modules/DatasourceProvider/html/dir_13add0083e006ac756009d5942a24d28.html
7555share/doc/qore/modules/DatasourceProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 8142share/doc/qore/modules/DatasourceProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
7556share/doc/qore/modules/DatasourceProvider/html/doc.png 8143share/doc/qore/modules/DatasourceProvider/html/doc.png
@@ -7781,26 +8368,28 @@ share/doc/qore/modules/DatasourceProvide @@ -7781,26 +8368,28 @@ share/doc/qore/modules/DatasourceProvide
7781share/doc/qore/modules/DatasourceProvider/html/search/namespaces_2.js 8368share/doc/qore/modules/DatasourceProvider/html/search/namespaces_2.js
7782share/doc/qore/modules/DatasourceProvider/html/search/namespaces_3.html 8369share/doc/qore/modules/DatasourceProvider/html/search/namespaces_3.html
7783share/doc/qore/modules/DatasourceProvider/html/search/namespaces_3.js 8370share/doc/qore/modules/DatasourceProvider/html/search/namespaces_3.js
7784share/doc/qore/modules/DatasourceProvider/html/search/namespaces_4.html 8371share/doc/qore/modules/DatasourceProvider/html/search/namespaces_4.html
7785share/doc/qore/modules/DatasourceProvider/html/search/namespaces_4.js 8372share/doc/qore/modules/DatasourceProvider/html/search/namespaces_4.js
7786share/doc/qore/modules/DatasourceProvider/html/search/namespaces_5.html 8373share/doc/qore/modules/DatasourceProvider/html/search/namespaces_5.html
7787share/doc/qore/modules/DatasourceProvider/html/search/namespaces_5.js 8374share/doc/qore/modules/DatasourceProvider/html/search/namespaces_5.js
7788share/doc/qore/modules/DatasourceProvider/html/search/namespaces_6.html 8375share/doc/qore/modules/DatasourceProvider/html/search/namespaces_6.html
7789share/doc/qore/modules/DatasourceProvider/html/search/namespaces_6.js 8376share/doc/qore/modules/DatasourceProvider/html/search/namespaces_6.js
7790share/doc/qore/modules/DatasourceProvider/html/search/namespaces_7.html 8377share/doc/qore/modules/DatasourceProvider/html/search/namespaces_7.html
7791share/doc/qore/modules/DatasourceProvider/html/search/namespaces_7.js 8378share/doc/qore/modules/DatasourceProvider/html/search/namespaces_7.js
7792share/doc/qore/modules/DatasourceProvider/html/search/namespaces_8.html 8379share/doc/qore/modules/DatasourceProvider/html/search/namespaces_8.html
7793share/doc/qore/modules/DatasourceProvider/html/search/namespaces_8.js 8380share/doc/qore/modules/DatasourceProvider/html/search/namespaces_8.js
 8381share/doc/qore/modules/DatasourceProvider/html/search/namespaces_9.html
 8382share/doc/qore/modules/DatasourceProvider/html/search/namespaces_9.js
7794share/doc/qore/modules/DatasourceProvider/html/search/nomatches.html 8383share/doc/qore/modules/DatasourceProvider/html/search/nomatches.html
7795share/doc/qore/modules/DatasourceProvider/html/search/pages_0.html 8384share/doc/qore/modules/DatasourceProvider/html/search/pages_0.html
7796share/doc/qore/modules/DatasourceProvider/html/search/pages_0.js 8385share/doc/qore/modules/DatasourceProvider/html/search/pages_0.js
7797share/doc/qore/modules/DatasourceProvider/html/search/pages_1.html 8386share/doc/qore/modules/DatasourceProvider/html/search/pages_1.html
7798share/doc/qore/modules/DatasourceProvider/html/search/pages_1.js 8387share/doc/qore/modules/DatasourceProvider/html/search/pages_1.js
7799share/doc/qore/modules/DatasourceProvider/html/search/pages_10.html 8388share/doc/qore/modules/DatasourceProvider/html/search/pages_10.html
7800share/doc/qore/modules/DatasourceProvider/html/search/pages_10.js 8389share/doc/qore/modules/DatasourceProvider/html/search/pages_10.js
7801share/doc/qore/modules/DatasourceProvider/html/search/pages_11.html 8390share/doc/qore/modules/DatasourceProvider/html/search/pages_11.html
7802share/doc/qore/modules/DatasourceProvider/html/search/pages_11.js 8391share/doc/qore/modules/DatasourceProvider/html/search/pages_11.js
7803share/doc/qore/modules/DatasourceProvider/html/search/pages_12.html 8392share/doc/qore/modules/DatasourceProvider/html/search/pages_12.html
7804share/doc/qore/modules/DatasourceProvider/html/search/pages_12.js 8393share/doc/qore/modules/DatasourceProvider/html/search/pages_12.js
7805share/doc/qore/modules/DatasourceProvider/html/search/pages_2.html 8394share/doc/qore/modules/DatasourceProvider/html/search/pages_2.html
7806share/doc/qore/modules/DatasourceProvider/html/search/pages_2.js 8395share/doc/qore/modules/DatasourceProvider/html/search/pages_2.js
@@ -8600,26 +9189,28 @@ share/doc/qore/modules/DebugCmdLine/html @@ -8600,26 +9189,28 @@ share/doc/qore/modules/DebugCmdLine/html
8600share/doc/qore/modules/DebugCmdLine/html/search/namespaces_3.js 9189share/doc/qore/modules/DebugCmdLine/html/search/namespaces_3.js
8601share/doc/qore/modules/DebugCmdLine/html/search/namespaces_4.html 9190share/doc/qore/modules/DebugCmdLine/html/search/namespaces_4.html
8602share/doc/qore/modules/DebugCmdLine/html/search/namespaces_4.js 9191share/doc/qore/modules/DebugCmdLine/html/search/namespaces_4.js
8603share/doc/qore/modules/DebugCmdLine/html/search/namespaces_5.html 9192share/doc/qore/modules/DebugCmdLine/html/search/namespaces_5.html
8604share/doc/qore/modules/DebugCmdLine/html/search/namespaces_5.js 9193share/doc/qore/modules/DebugCmdLine/html/search/namespaces_5.js
8605share/doc/qore/modules/DebugCmdLine/html/search/namespaces_6.html 9194share/doc/qore/modules/DebugCmdLine/html/search/namespaces_6.html
8606share/doc/qore/modules/DebugCmdLine/html/search/namespaces_6.js 9195share/doc/qore/modules/DebugCmdLine/html/search/namespaces_6.js
8607share/doc/qore/modules/DebugCmdLine/html/search/namespaces_7.html 9196share/doc/qore/modules/DebugCmdLine/html/search/namespaces_7.html
8608share/doc/qore/modules/DebugCmdLine/html/search/namespaces_7.js 9197share/doc/qore/modules/DebugCmdLine/html/search/namespaces_7.js
8609share/doc/qore/modules/DebugCmdLine/html/search/namespaces_8.html 9198share/doc/qore/modules/DebugCmdLine/html/search/namespaces_8.html
8610share/doc/qore/modules/DebugCmdLine/html/search/namespaces_8.js 9199share/doc/qore/modules/DebugCmdLine/html/search/namespaces_8.js
8611share/doc/qore/modules/DebugCmdLine/html/search/namespaces_9.html 9200share/doc/qore/modules/DebugCmdLine/html/search/namespaces_9.html
8612share/doc/qore/modules/DebugCmdLine/html/search/namespaces_9.js 9201share/doc/qore/modules/DebugCmdLine/html/search/namespaces_9.js
 9202share/doc/qore/modules/DebugCmdLine/html/search/namespaces_a.html
 9203share/doc/qore/modules/DebugCmdLine/html/search/namespaces_a.js
8613share/doc/qore/modules/DebugCmdLine/html/search/nomatches.html 9204share/doc/qore/modules/DebugCmdLine/html/search/nomatches.html
8614share/doc/qore/modules/DebugCmdLine/html/search/pages_0.html 9205share/doc/qore/modules/DebugCmdLine/html/search/pages_0.html
8615share/doc/qore/modules/DebugCmdLine/html/search/pages_0.js 9206share/doc/qore/modules/DebugCmdLine/html/search/pages_0.js
8616share/doc/qore/modules/DebugCmdLine/html/search/pages_1.html 9207share/doc/qore/modules/DebugCmdLine/html/search/pages_1.html
8617share/doc/qore/modules/DebugCmdLine/html/search/pages_1.js 9208share/doc/qore/modules/DebugCmdLine/html/search/pages_1.js
8618share/doc/qore/modules/DebugCmdLine/html/search/pages_10.html 9209share/doc/qore/modules/DebugCmdLine/html/search/pages_10.html
8619share/doc/qore/modules/DebugCmdLine/html/search/pages_10.js 9210share/doc/qore/modules/DebugCmdLine/html/search/pages_10.js
8620share/doc/qore/modules/DebugCmdLine/html/search/pages_11.html 9211share/doc/qore/modules/DebugCmdLine/html/search/pages_11.html
8621share/doc/qore/modules/DebugCmdLine/html/search/pages_11.js 9212share/doc/qore/modules/DebugCmdLine/html/search/pages_11.js
8622share/doc/qore/modules/DebugCmdLine/html/search/pages_12.html 9213share/doc/qore/modules/DebugCmdLine/html/search/pages_12.html
8623share/doc/qore/modules/DebugCmdLine/html/search/pages_12.js 9214share/doc/qore/modules/DebugCmdLine/html/search/pages_12.js
8624share/doc/qore/modules/DebugCmdLine/html/search/pages_2.html 9215share/doc/qore/modules/DebugCmdLine/html/search/pages_2.html
8625share/doc/qore/modules/DebugCmdLine/html/search/pages_2.js 9216share/doc/qore/modules/DebugCmdLine/html/search/pages_2.js
@@ -8988,26 +9579,28 @@ share/doc/qore/modules/DebugHandler/html @@ -8988,26 +9579,28 @@ share/doc/qore/modules/DebugHandler/html
8988share/doc/qore/modules/DebugHandler/html/search/namespaces_3.js 9579share/doc/qore/modules/DebugHandler/html/search/namespaces_3.js
8989share/doc/qore/modules/DebugHandler/html/search/namespaces_4.html 9580share/doc/qore/modules/DebugHandler/html/search/namespaces_4.html
8990share/doc/qore/modules/DebugHandler/html/search/namespaces_4.js 9581share/doc/qore/modules/DebugHandler/html/search/namespaces_4.js
8991share/doc/qore/modules/DebugHandler/html/search/namespaces_5.html 9582share/doc/qore/modules/DebugHandler/html/search/namespaces_5.html
8992share/doc/qore/modules/DebugHandler/html/search/namespaces_5.js 9583share/doc/qore/modules/DebugHandler/html/search/namespaces_5.js
8993share/doc/qore/modules/DebugHandler/html/search/namespaces_6.html 9584share/doc/qore/modules/DebugHandler/html/search/namespaces_6.html
8994share/doc/qore/modules/DebugHandler/html/search/namespaces_6.js 9585share/doc/qore/modules/DebugHandler/html/search/namespaces_6.js
8995share/doc/qore/modules/DebugHandler/html/search/namespaces_7.html 9586share/doc/qore/modules/DebugHandler/html/search/namespaces_7.html
8996share/doc/qore/modules/DebugHandler/html/search/namespaces_7.js 9587share/doc/qore/modules/DebugHandler/html/search/namespaces_7.js
8997share/doc/qore/modules/DebugHandler/html/search/namespaces_8.html 9588share/doc/qore/modules/DebugHandler/html/search/namespaces_8.html
8998share/doc/qore/modules/DebugHandler/html/search/namespaces_8.js 9589share/doc/qore/modules/DebugHandler/html/search/namespaces_8.js
8999share/doc/qore/modules/DebugHandler/html/search/namespaces_9.html 9590share/doc/qore/modules/DebugHandler/html/search/namespaces_9.html
9000share/doc/qore/modules/DebugHandler/html/search/namespaces_9.js 9591share/doc/qore/modules/DebugHandler/html/search/namespaces_9.js
 9592share/doc/qore/modules/DebugHandler/html/search/namespaces_a.html
 9593share/doc/qore/modules/DebugHandler/html/search/namespaces_a.js
9001share/doc/qore/modules/DebugHandler/html/search/nomatches.html 9594share/doc/qore/modules/DebugHandler/html/search/nomatches.html
9002share/doc/qore/modules/DebugHandler/html/search/pages_0.html 9595share/doc/qore/modules/DebugHandler/html/search/pages_0.html
9003share/doc/qore/modules/DebugHandler/html/search/pages_0.js 9596share/doc/qore/modules/DebugHandler/html/search/pages_0.js
9004share/doc/qore/modules/DebugHandler/html/search/pages_1.html 9597share/doc/qore/modules/DebugHandler/html/search/pages_1.html
9005share/doc/qore/modules/DebugHandler/html/search/pages_1.js 9598share/doc/qore/modules/DebugHandler/html/search/pages_1.js
9006share/doc/qore/modules/DebugHandler/html/search/pages_10.html 9599share/doc/qore/modules/DebugHandler/html/search/pages_10.html
9007share/doc/qore/modules/DebugHandler/html/search/pages_10.js 9600share/doc/qore/modules/DebugHandler/html/search/pages_10.js
9008share/doc/qore/modules/DebugHandler/html/search/pages_11.html 9601share/doc/qore/modules/DebugHandler/html/search/pages_11.html
9009share/doc/qore/modules/DebugHandler/html/search/pages_11.js 9602share/doc/qore/modules/DebugHandler/html/search/pages_11.js
9010share/doc/qore/modules/DebugHandler/html/search/pages_12.html 9603share/doc/qore/modules/DebugHandler/html/search/pages_12.html
9011share/doc/qore/modules/DebugHandler/html/search/pages_12.js 9604share/doc/qore/modules/DebugHandler/html/search/pages_12.js
9012share/doc/qore/modules/DebugHandler/html/search/pages_2.html 9605share/doc/qore/modules/DebugHandler/html/search/pages_2.html
9013share/doc/qore/modules/DebugHandler/html/search/pages_2.js 9606share/doc/qore/modules/DebugHandler/html/search/pages_2.js
@@ -9345,26 +9938,28 @@ share/doc/qore/modules/DebugLinenoiseCmd @@ -9345,26 +9938,28 @@ share/doc/qore/modules/DebugLinenoiseCmd
9345share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_3.js 9938share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_3.js
9346share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_4.html 9939share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_4.html
9347share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_4.js 9940share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_4.js
9348share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_5.html 9941share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_5.html
9349share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_5.js 9942share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_5.js
9350share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_6.html 9943share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_6.html
9351share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_6.js 9944share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_6.js
9352share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_7.html 9945share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_7.html
9353share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_7.js 9946share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_7.js
9354share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_8.html 9947share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_8.html
9355share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_8.js 9948share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_8.js
9356share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_9.html 9949share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_9.html
9357share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_9.js 9950share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_9.js
 9951share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_a.html
 9952share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_a.js
9358share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/nomatches.html 9953share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/nomatches.html
9359share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_0.html 9954share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_0.html
9360share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_0.js 9955share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_0.js
9361share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_1.html 9956share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_1.html
9362share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_1.js 9957share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_1.js
9363share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_10.html 9958share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_10.html
9364share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_10.js 9959share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_10.js
9365share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_11.html 9960share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_11.html
9366share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_11.js 9961share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_11.js
9367share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_12.html 9962share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_12.html
9368share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_12.js 9963share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_12.js
9369share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_2.html 9964share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_2.html
9370share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_2.js 9965share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_2.js
@@ -10379,26 +10974,28 @@ share/doc/qore/modules/Diff/html/search/ @@ -10379,26 +10974,28 @@ share/doc/qore/modules/Diff/html/search/
10379share/doc/qore/modules/Diff/html/search/namespaces_3.js 10974share/doc/qore/modules/Diff/html/search/namespaces_3.js
10380share/doc/qore/modules/Diff/html/search/namespaces_4.html 10975share/doc/qore/modules/Diff/html/search/namespaces_4.html
10381share/doc/qore/modules/Diff/html/search/namespaces_4.js 10976share/doc/qore/modules/Diff/html/search/namespaces_4.js
10382share/doc/qore/modules/Diff/html/search/namespaces_5.html 10977share/doc/qore/modules/Diff/html/search/namespaces_5.html
10383share/doc/qore/modules/Diff/html/search/namespaces_5.js 10978share/doc/qore/modules/Diff/html/search/namespaces_5.js
10384share/doc/qore/modules/Diff/html/search/namespaces_6.html 10979share/doc/qore/modules/Diff/html/search/namespaces_6.html
10385share/doc/qore/modules/Diff/html/search/namespaces_6.js 10980share/doc/qore/modules/Diff/html/search/namespaces_6.js
10386share/doc/qore/modules/Diff/html/search/namespaces_7.html 10981share/doc/qore/modules/Diff/html/search/namespaces_7.html
10387share/doc/qore/modules/Diff/html/search/namespaces_7.js 10982share/doc/qore/modules/Diff/html/search/namespaces_7.js
10388share/doc/qore/modules/Diff/html/search/namespaces_8.html 10983share/doc/qore/modules/Diff/html/search/namespaces_8.html
10389share/doc/qore/modules/Diff/html/search/namespaces_8.js 10984share/doc/qore/modules/Diff/html/search/namespaces_8.js
10390share/doc/qore/modules/Diff/html/search/namespaces_9.html 10985share/doc/qore/modules/Diff/html/search/namespaces_9.html
10391share/doc/qore/modules/Diff/html/search/namespaces_9.js 10986share/doc/qore/modules/Diff/html/search/namespaces_9.js
 10987share/doc/qore/modules/Diff/html/search/namespaces_a.html
 10988share/doc/qore/modules/Diff/html/search/namespaces_a.js
10392share/doc/qore/modules/Diff/html/search/nomatches.html 10989share/doc/qore/modules/Diff/html/search/nomatches.html
10393share/doc/qore/modules/Diff/html/search/pages_0.html 10990share/doc/qore/modules/Diff/html/search/pages_0.html
10394share/doc/qore/modules/Diff/html/search/pages_0.js 10991share/doc/qore/modules/Diff/html/search/pages_0.js
10395share/doc/qore/modules/Diff/html/search/pages_1.html 10992share/doc/qore/modules/Diff/html/search/pages_1.html
10396share/doc/qore/modules/Diff/html/search/pages_1.js 10993share/doc/qore/modules/Diff/html/search/pages_1.js
10397share/doc/qore/modules/Diff/html/search/pages_10.html 10994share/doc/qore/modules/Diff/html/search/pages_10.html
10398share/doc/qore/modules/Diff/html/search/pages_10.js 10995share/doc/qore/modules/Diff/html/search/pages_10.js
10399share/doc/qore/modules/Diff/html/search/pages_11.html 10996share/doc/qore/modules/Diff/html/search/pages_11.html
10400share/doc/qore/modules/Diff/html/search/pages_11.js 10997share/doc/qore/modules/Diff/html/search/pages_11.js
10401share/doc/qore/modules/Diff/html/search/pages_12.html 10998share/doc/qore/modules/Diff/html/search/pages_12.html
10402share/doc/qore/modules/Diff/html/search/pages_12.js 10999share/doc/qore/modules/Diff/html/search/pages_12.js
10403share/doc/qore/modules/Diff/html/search/pages_2.html 11000share/doc/qore/modules/Diff/html/search/pages_2.html
10404share/doc/qore/modules/Diff/html/search/pages_2.js 11001share/doc/qore/modules/Diff/html/search/pages_2.js
@@ -10484,88 +11081,618 @@ share/doc/qore/modules/Diff/html/search/ @@ -10484,88 +11081,618 @@ share/doc/qore/modules/Diff/html/search/
10484share/doc/qore/modules/Diff/html/search/variables_d.js 11081share/doc/qore/modules/Diff/html/search/variables_d.js
10485share/doc/qore/modules/Diff/html/search/variables_e.html 11082share/doc/qore/modules/Diff/html/search/variables_e.html
10486share/doc/qore/modules/Diff/html/search/variables_e.js 11083share/doc/qore/modules/Diff/html/search/variables_e.js
10487share/doc/qore/modules/Diff/html/search/variables_f.html 11084share/doc/qore/modules/Diff/html/search/variables_f.html
10488share/doc/qore/modules/Diff/html/search/variables_f.js 11085share/doc/qore/modules/Diff/html/search/variables_f.js
10489share/doc/qore/modules/Diff/html/splitbar.png 11086share/doc/qore/modules/Diff/html/splitbar.png
10490share/doc/qore/modules/Diff/html/sync_off.png 11087share/doc/qore/modules/Diff/html/sync_off.png
10491share/doc/qore/modules/Diff/html/sync_on.png 11088share/doc/qore/modules/Diff/html/sync_on.png
10492share/doc/qore/modules/Diff/html/tab_a.png 11089share/doc/qore/modules/Diff/html/tab_a.png
10493share/doc/qore/modules/Diff/html/tab_b.png 11090share/doc/qore/modules/Diff/html/tab_b.png
10494share/doc/qore/modules/Diff/html/tab_h.png 11091share/doc/qore/modules/Diff/html/tab_h.png
10495share/doc/qore/modules/Diff/html/tab_s.png 11092share/doc/qore/modules/Diff/html/tab_s.png
10496share/doc/qore/modules/Diff/html/tabs.css 11093share/doc/qore/modules/Diff/html/tabs.css
 11094share/doc/qore/modules/FileDataProvider/html/_file_copy_data_provider_8qc_8dox_8h_source.html
 11095share/doc/qore/modules/FileDataProvider/html/_file_copy_request_data_type_8qc_8dox_8h_source.html
 11096share/doc/qore/modules/FileDataProvider/html/_file_create_data_provider_8qc_8dox_8h_source.html
 11097share/doc/qore/modules/FileDataProvider/html/_file_create_request_data_type_8qc_8dox_8h_source.html
 11098share/doc/qore/modules/FileDataProvider/html/_file_data_provider_8qc_8dox_8h_source.html
 11099share/doc/qore/modules/FileDataProvider/html/_file_data_provider_8qm_8dox_8h_source.html
 11100share/doc/qore/modules/FileDataProvider/html/_file_data_provider_factory_8qc_8dox_8h_source.html
 11101share/doc/qore/modules/FileDataProvider/html/_file_delete_data_provider_8qc_8dox_8h_source.html
 11102share/doc/qore/modules/FileDataProvider/html/_file_get_data_provider_8qc_8dox_8h_source.html
 11103share/doc/qore/modules/FileDataProvider/html/_file_get_request_data_type_8qc_8dox_8h_source.html
 11104share/doc/qore/modules/FileDataProvider/html/_file_get_response_data_type_8qc_8dox_8h_source.html
 11105share/doc/qore/modules/FileDataProvider/html/_file_list_data_provider_8qc_8dox_8h_source.html
 11106share/doc/qore/modules/FileDataProvider/html/_file_list_response_data_type_8qc_8dox_8h_source.html
 11107share/doc/qore/modules/FileDataProvider/html/_file_mkdir_data_provider_8qc_8dox_8h_source.html
 11108share/doc/qore/modules/FileDataProvider/html/_file_mkdir_request_data_type_8qc_8dox_8h_source.html
 11109share/doc/qore/modules/FileDataProvider/html/_file_move_data_provider_8qc_8dox_8h_source.html
 11110share/doc/qore/modules/FileDataProvider/html/_file_move_request_data_type_8qc_8dox_8h_source.html
 11111share/doc/qore/modules/FileDataProvider/html/_file_path_data_type_8qc_8dox_8h_source.html
 11112share/doc/qore/modules/FileDataProvider/html/_file_stat_data_provider_8qc_8dox_8h_source.html
 11113share/doc/qore/modules/FileDataProvider/html/_file_stat_request_data_type_8qc_8dox_8h_source.html
 11114share/doc/qore/modules/FileDataProvider/html/_file_stat_response_data_type_8qc_8dox_8h_source.html
 11115share/doc/qore/modules/FileDataProvider/html/_file_target_response_data_type_8qc_8dox_8h_source.html
 11116share/doc/qore/modules/FileDataProvider/html/annotated.html
 11117share/doc/qore/modules/FileDataProvider/html/annotated_dup.js
 11118share/doc/qore/modules/FileDataProvider/html/bc_s.png
 11119share/doc/qore/modules/FileDataProvider/html/bdwn.png
 11120share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_data_provider-members.html
 11121share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_data_provider.html
 11122share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_data_provider.js
 11123share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type-members.html
 11124share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type.html
 11125share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type.js
 11126share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type__inherit__graph.map
 11127share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type__inherit__graph.md5
 11128share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type__inherit__graph.png
 11129share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_data_provider-members.html
 11130share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_data_provider.html
 11131share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_data_provider.js
 11132share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_request_data_type-members.html
 11133share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_request_data_type.html
 11134share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_request_data_type.js
 11135share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider-members.html
 11136share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider.html
 11137share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider.js
 11138share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider_factory-members.html
 11139share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider_factory.html
 11140share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider_factory.js
 11141share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_delete_data_provider-members.html
 11142share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_delete_data_provider.html
 11143share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_delete_data_provider.js
 11144share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_data_provider-members.html
 11145share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_data_provider.html
 11146share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_data_provider.js
 11147share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_request_data_type-members.html
 11148share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_request_data_type.html
 11149share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_request_data_type.js
 11150share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_response_data_type-members.html
 11151share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_response_data_type.html
 11152share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_response_data_type.js
 11153share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_data_provider-members.html
 11154share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_data_provider.html
 11155share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_data_provider.js
 11156share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_response_data_type-members.html
 11157share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_response_data_type.html
 11158share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_response_data_type.js
 11159share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_data_provider-members.html
 11160share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_data_provider.html
 11161share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_data_provider.js
 11162share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_request_data_type-members.html
 11163share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_request_data_type.html
 11164share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_request_data_type.js
 11165share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_data_provider-members.html
 11166share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_data_provider.html
 11167share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_data_provider.js
 11168share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type-members.html
 11169share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type.html
 11170share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type.js
 11171share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type__inherit__graph.map
 11172share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type__inherit__graph.md5
 11173share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type__inherit__graph.png
 11174share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_path_data_type-members.html
 11175share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_path_data_type.html
 11176share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_path_data_type.js
 11177share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_data_provider-members.html
 11178share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_data_provider.html
 11179share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_data_provider.js
 11180share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_request_data_type-members.html
 11181share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_request_data_type.html
 11182share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_request_data_type.js
 11183share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_response_data_type-members.html
 11184share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_response_data_type.html
 11185share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_response_data_type.js
 11186share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_target_response_data_type-members.html
 11187share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_target_response_data_type.html
 11188share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_target_response_data_type.js
 11189share/doc/qore/modules/FileDataProvider/html/classes.html
 11190share/doc/qore/modules/FileDataProvider/html/closed.png
 11191share/doc/qore/modules/FileDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html
 11192share/doc/qore/modules/FileDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
 11193share/doc/qore/modules/FileDataProvider/html/doc.png
 11194share/doc/qore/modules/FileDataProvider/html/doxygen.css
 11195share/doc/qore/modules/FileDataProvider/html/doxygen.svg
 11196share/doc/qore/modules/FileDataProvider/html/dynsections.js
 11197share/doc/qore/modules/FileDataProvider/html/folderclosed.png
 11198share/doc/qore/modules/FileDataProvider/html/folderopen.png
 11199share/doc/qore/modules/FileDataProvider/html/functions.html
 11200share/doc/qore/modules/FileDataProvider/html/functions_func.html
 11201share/doc/qore/modules/FileDataProvider/html/functions_vars.html
 11202share/doc/qore/modules/FileDataProvider/html/graph_legend.html
 11203share/doc/qore/modules/FileDataProvider/html/graph_legend.md5
 11204share/doc/qore/modules/FileDataProvider/html/graph_legend.png
 11205share/doc/qore/modules/FileDataProvider/html/hierarchy.html
 11206share/doc/qore/modules/FileDataProvider/html/hierarchy.js
 11207share/doc/qore/modules/FileDataProvider/html/index.html
 11208share/doc/qore/modules/FileDataProvider/html/index.qhp
 11209share/doc/qore/modules/FileDataProvider/html/inherit_graph_0.map
 11210share/doc/qore/modules/FileDataProvider/html/inherit_graph_0.md5
 11211share/doc/qore/modules/FileDataProvider/html/inherit_graph_0.png
 11212share/doc/qore/modules/FileDataProvider/html/inherit_graph_1.map
 11213share/doc/qore/modules/FileDataProvider/html/inherit_graph_1.md5
 11214share/doc/qore/modules/FileDataProvider/html/inherit_graph_1.png
 11215share/doc/qore/modules/FileDataProvider/html/inherit_graph_10.map
 11216share/doc/qore/modules/FileDataProvider/html/inherit_graph_10.md5
 11217share/doc/qore/modules/FileDataProvider/html/inherit_graph_10.png
 11218share/doc/qore/modules/FileDataProvider/html/inherit_graph_11.map
 11219share/doc/qore/modules/FileDataProvider/html/inherit_graph_11.md5
 11220share/doc/qore/modules/FileDataProvider/html/inherit_graph_11.png
 11221share/doc/qore/modules/FileDataProvider/html/inherit_graph_12.map
 11222share/doc/qore/modules/FileDataProvider/html/inherit_graph_12.md5
 11223share/doc/qore/modules/FileDataProvider/html/inherit_graph_12.png
 11224share/doc/qore/modules/FileDataProvider/html/inherit_graph_13.map
 11225share/doc/qore/modules/FileDataProvider/html/inherit_graph_13.md5
 11226share/doc/qore/modules/FileDataProvider/html/inherit_graph_13.png
 11227share/doc/qore/modules/FileDataProvider/html/inherit_graph_14.map
 11228share/doc/qore/modules/FileDataProvider/html/inherit_graph_14.md5
 11229share/doc/qore/modules/FileDataProvider/html/inherit_graph_14.png
 11230share/doc/qore/modules/FileDataProvider/html/inherit_graph_15.map
 11231share/doc/qore/modules/FileDataProvider/html/inherit_graph_15.md5
 11232share/doc/qore/modules/FileDataProvider/html/inherit_graph_15.png
 11233share/doc/qore/modules/FileDataProvider/html/inherit_graph_16.map
 11234share/doc/qore/modules/FileDataProvider/html/inherit_graph_16.md5
 11235share/doc/qore/modules/FileDataProvider/html/inherit_graph_16.png
 11236share/doc/qore/modules/FileDataProvider/html/inherit_graph_17.map
 11237share/doc/qore/modules/FileDataProvider/html/inherit_graph_17.md5
 11238share/doc/qore/modules/FileDataProvider/html/inherit_graph_17.png
 11239share/doc/qore/modules/FileDataProvider/html/inherit_graph_18.map
 11240share/doc/qore/modules/FileDataProvider/html/inherit_graph_18.md5
 11241share/doc/qore/modules/FileDataProvider/html/inherit_graph_18.png
 11242share/doc/qore/modules/FileDataProvider/html/inherit_graph_19.map
 11243share/doc/qore/modules/FileDataProvider/html/inherit_graph_19.md5
 11244share/doc/qore/modules/FileDataProvider/html/inherit_graph_19.png
 11245share/doc/qore/modules/FileDataProvider/html/inherit_graph_2.map
 11246share/doc/qore/modules/FileDataProvider/html/inherit_graph_2.md5
 11247share/doc/qore/modules/FileDataProvider/html/inherit_graph_2.png
 11248share/doc/qore/modules/FileDataProvider/html/inherit_graph_3.map
 11249share/doc/qore/modules/FileDataProvider/html/inherit_graph_3.md5
 11250share/doc/qore/modules/FileDataProvider/html/inherit_graph_3.png
 11251share/doc/qore/modules/FileDataProvider/html/inherit_graph_4.map
 11252share/doc/qore/modules/FileDataProvider/html/inherit_graph_4.md5
 11253share/doc/qore/modules/FileDataProvider/html/inherit_graph_4.png
 11254share/doc/qore/modules/FileDataProvider/html/inherit_graph_5.map
 11255share/doc/qore/modules/FileDataProvider/html/inherit_graph_5.md5
 11256share/doc/qore/modules/FileDataProvider/html/inherit_graph_5.png
 11257share/doc/qore/modules/FileDataProvider/html/inherit_graph_6.map
 11258share/doc/qore/modules/FileDataProvider/html/inherit_graph_6.md5
 11259share/doc/qore/modules/FileDataProvider/html/inherit_graph_6.png
 11260share/doc/qore/modules/FileDataProvider/html/inherit_graph_7.map
 11261share/doc/qore/modules/FileDataProvider/html/inherit_graph_7.md5
 11262share/doc/qore/modules/FileDataProvider/html/inherit_graph_7.png
 11263share/doc/qore/modules/FileDataProvider/html/inherit_graph_8.map
 11264share/doc/qore/modules/FileDataProvider/html/inherit_graph_8.md5
 11265share/doc/qore/modules/FileDataProvider/html/inherit_graph_8.png
 11266share/doc/qore/modules/FileDataProvider/html/inherit_graph_9.map
 11267share/doc/qore/modules/FileDataProvider/html/inherit_graph_9.md5
 11268share/doc/qore/modules/FileDataProvider/html/inherit_graph_9.png
 11269share/doc/qore/modules/FileDataProvider/html/inherits.html
 11270share/doc/qore/modules/FileDataProvider/html/jquery.js
 11271share/doc/qore/modules/FileDataProvider/html/menu.js
 11272share/doc/qore/modules/FileDataProvider/html/menudata.js
 11273share/doc/qore/modules/FileDataProvider/html/namespace_file_data_provider.html
 11274share/doc/qore/modules/FileDataProvider/html/namespace_file_data_provider.js
 11275share/doc/qore/modules/FileDataProvider/html/namespaces.html
 11276share/doc/qore/modules/FileDataProvider/html/namespaces_dup.js
 11277share/doc/qore/modules/FileDataProvider/html/nav_f.png
 11278share/doc/qore/modules/FileDataProvider/html/nav_g.png
 11279share/doc/qore/modules/FileDataProvider/html/nav_h.png
 11280share/doc/qore/modules/FileDataProvider/html/navtree.css
 11281share/doc/qore/modules/FileDataProvider/html/navtree.js
 11282share/doc/qore/modules/FileDataProvider/html/navtreedata.js
 11283share/doc/qore/modules/FileDataProvider/html/navtreeindex0.js
 11284share/doc/qore/modules/FileDataProvider/html/open.png
 11285share/doc/qore/modules/FileDataProvider/html/pages.html
 11286share/doc/qore/modules/FileDataProvider/html/qore-logo-55x200.png
 11287share/doc/qore/modules/FileDataProvider/html/resize.js
 11288share/doc/qore/modules/FileDataProvider/html/search/all_0.html
 11289share/doc/qore/modules/FileDataProvider/html/search/all_0.js
 11290share/doc/qore/modules/FileDataProvider/html/search/all_1.html
 11291share/doc/qore/modules/FileDataProvider/html/search/all_1.js
 11292share/doc/qore/modules/FileDataProvider/html/search/all_10.html
 11293share/doc/qore/modules/FileDataProvider/html/search/all_10.js
 11294share/doc/qore/modules/FileDataProvider/html/search/all_11.html
 11295share/doc/qore/modules/FileDataProvider/html/search/all_11.js
 11296share/doc/qore/modules/FileDataProvider/html/search/all_12.html
 11297share/doc/qore/modules/FileDataProvider/html/search/all_12.js
 11298share/doc/qore/modules/FileDataProvider/html/search/all_13.html
 11299share/doc/qore/modules/FileDataProvider/html/search/all_13.js
 11300share/doc/qore/modules/FileDataProvider/html/search/all_14.html
 11301share/doc/qore/modules/FileDataProvider/html/search/all_14.js
 11302share/doc/qore/modules/FileDataProvider/html/search/all_15.html
 11303share/doc/qore/modules/FileDataProvider/html/search/all_15.js
 11304share/doc/qore/modules/FileDataProvider/html/search/all_16.html
 11305share/doc/qore/modules/FileDataProvider/html/search/all_16.js
 11306share/doc/qore/modules/FileDataProvider/html/search/all_17.html
 11307share/doc/qore/modules/FileDataProvider/html/search/all_17.js
 11308share/doc/qore/modules/FileDataProvider/html/search/all_18.html
 11309share/doc/qore/modules/FileDataProvider/html/search/all_18.js
 11310share/doc/qore/modules/FileDataProvider/html/search/all_19.html
 11311share/doc/qore/modules/FileDataProvider/html/search/all_19.js
 11312share/doc/qore/modules/FileDataProvider/html/search/all_1a.html
 11313share/doc/qore/modules/FileDataProvider/html/search/all_1a.js
 11314share/doc/qore/modules/FileDataProvider/html/search/all_2.html
 11315share/doc/qore/modules/FileDataProvider/html/search/all_2.js
 11316share/doc/qore/modules/FileDataProvider/html/search/all_3.html
 11317share/doc/qore/modules/FileDataProvider/html/search/all_3.js
 11318share/doc/qore/modules/FileDataProvider/html/search/all_4.html
 11319share/doc/qore/modules/FileDataProvider/html/search/all_4.js
 11320share/doc/qore/modules/FileDataProvider/html/search/all_5.html
 11321share/doc/qore/modules/FileDataProvider/html/search/all_5.js
 11322share/doc/qore/modules/FileDataProvider/html/search/all_6.html
 11323share/doc/qore/modules/FileDataProvider/html/search/all_6.js
 11324share/doc/qore/modules/FileDataProvider/html/search/all_7.html
 11325share/doc/qore/modules/FileDataProvider/html/search/all_7.js
 11326share/doc/qore/modules/FileDataProvider/html/search/all_8.html
 11327share/doc/qore/modules/FileDataProvider/html/search/all_8.js
 11328share/doc/qore/modules/FileDataProvider/html/search/all_9.html
 11329share/doc/qore/modules/FileDataProvider/html/search/all_9.js
 11330share/doc/qore/modules/FileDataProvider/html/search/all_a.html
 11331share/doc/qore/modules/FileDataProvider/html/search/all_a.js
 11332share/doc/qore/modules/FileDataProvider/html/search/all_b.html
 11333share/doc/qore/modules/FileDataProvider/html/search/all_b.js
 11334share/doc/qore/modules/FileDataProvider/html/search/all_c.html
 11335share/doc/qore/modules/FileDataProvider/html/search/all_c.js
 11336share/doc/qore/modules/FileDataProvider/html/search/all_d.html
 11337share/doc/qore/modules/FileDataProvider/html/search/all_d.js
 11338share/doc/qore/modules/FileDataProvider/html/search/all_e.html
 11339share/doc/qore/modules/FileDataProvider/html/search/all_e.js
 11340share/doc/qore/modules/FileDataProvider/html/search/all_f.html
 11341share/doc/qore/modules/FileDataProvider/html/search/all_f.js
 11342share/doc/qore/modules/FileDataProvider/html/search/classes_0.html
 11343share/doc/qore/modules/FileDataProvider/html/search/classes_0.js
 11344share/doc/qore/modules/FileDataProvider/html/search/classes_1.html
 11345share/doc/qore/modules/FileDataProvider/html/search/classes_1.js
 11346share/doc/qore/modules/FileDataProvider/html/search/classes_10.html
 11347share/doc/qore/modules/FileDataProvider/html/search/classes_10.js
 11348share/doc/qore/modules/FileDataProvider/html/search/classes_11.html
 11349share/doc/qore/modules/FileDataProvider/html/search/classes_11.js
 11350share/doc/qore/modules/FileDataProvider/html/search/classes_12.html
 11351share/doc/qore/modules/FileDataProvider/html/search/classes_12.js
 11352share/doc/qore/modules/FileDataProvider/html/search/classes_13.html
 11353share/doc/qore/modules/FileDataProvider/html/search/classes_13.js
 11354share/doc/qore/modules/FileDataProvider/html/search/classes_14.html
 11355share/doc/qore/modules/FileDataProvider/html/search/classes_14.js
 11356share/doc/qore/modules/FileDataProvider/html/search/classes_15.html
 11357share/doc/qore/modules/FileDataProvider/html/search/classes_15.js
 11358share/doc/qore/modules/FileDataProvider/html/search/classes_2.html
 11359share/doc/qore/modules/FileDataProvider/html/search/classes_2.js
 11360share/doc/qore/modules/FileDataProvider/html/search/classes_3.html
 11361share/doc/qore/modules/FileDataProvider/html/search/classes_3.js
 11362share/doc/qore/modules/FileDataProvider/html/search/classes_4.html
 11363share/doc/qore/modules/FileDataProvider/html/search/classes_4.js
 11364share/doc/qore/modules/FileDataProvider/html/search/classes_5.html
 11365share/doc/qore/modules/FileDataProvider/html/search/classes_5.js
 11366share/doc/qore/modules/FileDataProvider/html/search/classes_6.html
 11367share/doc/qore/modules/FileDataProvider/html/search/classes_6.js
 11368share/doc/qore/modules/FileDataProvider/html/search/classes_7.html
 11369share/doc/qore/modules/FileDataProvider/html/search/classes_7.js
 11370share/doc/qore/modules/FileDataProvider/html/search/classes_8.html
 11371share/doc/qore/modules/FileDataProvider/html/search/classes_8.js
 11372share/doc/qore/modules/FileDataProvider/html/search/classes_9.html
 11373share/doc/qore/modules/FileDataProvider/html/search/classes_9.js
 11374share/doc/qore/modules/FileDataProvider/html/search/classes_a.html
 11375share/doc/qore/modules/FileDataProvider/html/search/classes_a.js
 11376share/doc/qore/modules/FileDataProvider/html/search/classes_b.html
 11377share/doc/qore/modules/FileDataProvider/html/search/classes_b.js
 11378share/doc/qore/modules/FileDataProvider/html/search/classes_c.html
 11379share/doc/qore/modules/FileDataProvider/html/search/classes_c.js
 11380share/doc/qore/modules/FileDataProvider/html/search/classes_d.html
 11381share/doc/qore/modules/FileDataProvider/html/search/classes_d.js
 11382share/doc/qore/modules/FileDataProvider/html/search/classes_e.html
 11383share/doc/qore/modules/FileDataProvider/html/search/classes_e.js
 11384share/doc/qore/modules/FileDataProvider/html/search/classes_f.html
 11385share/doc/qore/modules/FileDataProvider/html/search/classes_f.js
 11386share/doc/qore/modules/FileDataProvider/html/search/close.svg
 11387share/doc/qore/modules/FileDataProvider/html/search/functions_0.html
 11388share/doc/qore/modules/FileDataProvider/html/search/functions_0.js
 11389share/doc/qore/modules/FileDataProvider/html/search/functions_1.html
 11390share/doc/qore/modules/FileDataProvider/html/search/functions_1.js
 11391share/doc/qore/modules/FileDataProvider/html/search/functions_10.html
 11392share/doc/qore/modules/FileDataProvider/html/search/functions_10.js
 11393share/doc/qore/modules/FileDataProvider/html/search/functions_11.html
 11394share/doc/qore/modules/FileDataProvider/html/search/functions_11.js
 11395share/doc/qore/modules/FileDataProvider/html/search/functions_12.html
 11396share/doc/qore/modules/FileDataProvider/html/search/functions_12.js
 11397share/doc/qore/modules/FileDataProvider/html/search/functions_13.html
 11398share/doc/qore/modules/FileDataProvider/html/search/functions_13.js
 11399share/doc/qore/modules/FileDataProvider/html/search/functions_14.html
 11400share/doc/qore/modules/FileDataProvider/html/search/functions_14.js
 11401share/doc/qore/modules/FileDataProvider/html/search/functions_15.html
 11402share/doc/qore/modules/FileDataProvider/html/search/functions_15.js
 11403share/doc/qore/modules/FileDataProvider/html/search/functions_16.html
 11404share/doc/qore/modules/FileDataProvider/html/search/functions_16.js
 11405share/doc/qore/modules/FileDataProvider/html/search/functions_17.html
 11406share/doc/qore/modules/FileDataProvider/html/search/functions_17.js
 11407share/doc/qore/modules/FileDataProvider/html/search/functions_18.html
 11408share/doc/qore/modules/FileDataProvider/html/search/functions_18.js
 11409share/doc/qore/modules/FileDataProvider/html/search/functions_19.html
 11410share/doc/qore/modules/FileDataProvider/html/search/functions_19.js
 11411share/doc/qore/modules/FileDataProvider/html/search/functions_2.html
 11412share/doc/qore/modules/FileDataProvider/html/search/functions_2.js
 11413share/doc/qore/modules/FileDataProvider/html/search/functions_3.html
 11414share/doc/qore/modules/FileDataProvider/html/search/functions_3.js
 11415share/doc/qore/modules/FileDataProvider/html/search/functions_4.html
 11416share/doc/qore/modules/FileDataProvider/html/search/functions_4.js
 11417share/doc/qore/modules/FileDataProvider/html/search/functions_5.html
 11418share/doc/qore/modules/FileDataProvider/html/search/functions_5.js
 11419share/doc/qore/modules/FileDataProvider/html/search/functions_6.html
 11420share/doc/qore/modules/FileDataProvider/html/search/functions_6.js
 11421share/doc/qore/modules/FileDataProvider/html/search/functions_7.html
 11422share/doc/qore/modules/FileDataProvider/html/search/functions_7.js
 11423share/doc/qore/modules/FileDataProvider/html/search/functions_8.html
 11424share/doc/qore/modules/FileDataProvider/html/search/functions_8.js
 11425share/doc/qore/modules/FileDataProvider/html/search/functions_9.html
 11426share/doc/qore/modules/FileDataProvider/html/search/functions_9.js
 11427share/doc/qore/modules/FileDataProvider/html/search/functions_a.html
 11428share/doc/qore/modules/FileDataProvider/html/search/functions_a.js
 11429share/doc/qore/modules/FileDataProvider/html/search/functions_b.html
 11430share/doc/qore/modules/FileDataProvider/html/search/functions_b.js
 11431share/doc/qore/modules/FileDataProvider/html/search/functions_c.html
 11432share/doc/qore/modules/FileDataProvider/html/search/functions_c.js
 11433share/doc/qore/modules/FileDataProvider/html/search/functions_d.html
 11434share/doc/qore/modules/FileDataProvider/html/search/functions_d.js
 11435share/doc/qore/modules/FileDataProvider/html/search/functions_e.html
 11436share/doc/qore/modules/FileDataProvider/html/search/functions_e.js
 11437share/doc/qore/modules/FileDataProvider/html/search/functions_f.html
 11438share/doc/qore/modules/FileDataProvider/html/search/functions_f.js
 11439share/doc/qore/modules/FileDataProvider/html/search/groups_0.html
 11440share/doc/qore/modules/FileDataProvider/html/search/groups_0.js
 11441share/doc/qore/modules/FileDataProvider/html/search/groups_1.html
 11442share/doc/qore/modules/FileDataProvider/html/search/groups_1.js
 11443share/doc/qore/modules/FileDataProvider/html/search/groups_10.html
 11444share/doc/qore/modules/FileDataProvider/html/search/groups_10.js
 11445share/doc/qore/modules/FileDataProvider/html/search/groups_11.html
 11446share/doc/qore/modules/FileDataProvider/html/search/groups_11.js
 11447share/doc/qore/modules/FileDataProvider/html/search/groups_12.html
 11448share/doc/qore/modules/FileDataProvider/html/search/groups_12.js
 11449share/doc/qore/modules/FileDataProvider/html/search/groups_2.html
 11450share/doc/qore/modules/FileDataProvider/html/search/groups_2.js
 11451share/doc/qore/modules/FileDataProvider/html/search/groups_3.html
 11452share/doc/qore/modules/FileDataProvider/html/search/groups_3.js
 11453share/doc/qore/modules/FileDataProvider/html/search/groups_4.html
 11454share/doc/qore/modules/FileDataProvider/html/search/groups_4.js
 11455share/doc/qore/modules/FileDataProvider/html/search/groups_5.html
 11456share/doc/qore/modules/FileDataProvider/html/search/groups_5.js
 11457share/doc/qore/modules/FileDataProvider/html/search/groups_6.html
 11458share/doc/qore/modules/FileDataProvider/html/search/groups_6.js
 11459share/doc/qore/modules/FileDataProvider/html/search/groups_7.html
 11460share/doc/qore/modules/FileDataProvider/html/search/groups_7.js
 11461share/doc/qore/modules/FileDataProvider/html/search/groups_8.html
 11462share/doc/qore/modules/FileDataProvider/html/search/groups_8.js
 11463share/doc/qore/modules/FileDataProvider/html/search/groups_9.html
 11464share/doc/qore/modules/FileDataProvider/html/search/groups_9.js
 11465share/doc/qore/modules/FileDataProvider/html/search/groups_a.html
 11466share/doc/qore/modules/FileDataProvider/html/search/groups_a.js
 11467share/doc/qore/modules/FileDataProvider/html/search/groups_b.html
 11468share/doc/qore/modules/FileDataProvider/html/search/groups_b.js
 11469share/doc/qore/modules/FileDataProvider/html/search/groups_c.html
 11470share/doc/qore/modules/FileDataProvider/html/search/groups_c.js
 11471share/doc/qore/modules/FileDataProvider/html/search/groups_d.html
 11472share/doc/qore/modules/FileDataProvider/html/search/groups_d.js
 11473share/doc/qore/modules/FileDataProvider/html/search/groups_e.html
 11474share/doc/qore/modules/FileDataProvider/html/search/groups_e.js
 11475share/doc/qore/modules/FileDataProvider/html/search/groups_f.html
 11476share/doc/qore/modules/FileDataProvider/html/search/groups_f.js
 11477share/doc/qore/modules/FileDataProvider/html/search/mag_sel.svg
 11478share/doc/qore/modules/FileDataProvider/html/search/namespaces_0.html
 11479share/doc/qore/modules/FileDataProvider/html/search/namespaces_0.js
 11480share/doc/qore/modules/FileDataProvider/html/search/namespaces_1.html
 11481share/doc/qore/modules/FileDataProvider/html/search/namespaces_1.js
 11482share/doc/qore/modules/FileDataProvider/html/search/namespaces_2.html
 11483share/doc/qore/modules/FileDataProvider/html/search/namespaces_2.js
 11484share/doc/qore/modules/FileDataProvider/html/search/namespaces_3.html
 11485share/doc/qore/modules/FileDataProvider/html/search/namespaces_3.js
 11486share/doc/qore/modules/FileDataProvider/html/search/namespaces_4.html
 11487share/doc/qore/modules/FileDataProvider/html/search/namespaces_4.js
 11488share/doc/qore/modules/FileDataProvider/html/search/namespaces_5.html
 11489share/doc/qore/modules/FileDataProvider/html/search/namespaces_5.js
 11490share/doc/qore/modules/FileDataProvider/html/search/namespaces_6.html
 11491share/doc/qore/modules/FileDataProvider/html/search/namespaces_6.js
 11492share/doc/qore/modules/FileDataProvider/html/search/namespaces_7.html
 11493share/doc/qore/modules/FileDataProvider/html/search/namespaces_7.js
 11494share/doc/qore/modules/FileDataProvider/html/search/namespaces_8.html
 11495share/doc/qore/modules/FileDataProvider/html/search/namespaces_8.js
 11496share/doc/qore/modules/FileDataProvider/html/search/namespaces_9.html
 11497share/doc/qore/modules/FileDataProvider/html/search/namespaces_9.js
 11498share/doc/qore/modules/FileDataProvider/html/search/namespaces_a.html
 11499share/doc/qore/modules/FileDataProvider/html/search/namespaces_a.js
 11500share/doc/qore/modules/FileDataProvider/html/search/nomatches.html
 11501share/doc/qore/modules/FileDataProvider/html/search/pages_0.html
 11502share/doc/qore/modules/FileDataProvider/html/search/pages_0.js
 11503share/doc/qore/modules/FileDataProvider/html/search/pages_1.html
 11504share/doc/qore/modules/FileDataProvider/html/search/pages_1.js
 11505share/doc/qore/modules/FileDataProvider/html/search/pages_10.html
 11506share/doc/qore/modules/FileDataProvider/html/search/pages_10.js
 11507share/doc/qore/modules/FileDataProvider/html/search/pages_11.html
 11508share/doc/qore/modules/FileDataProvider/html/search/pages_11.js
 11509share/doc/qore/modules/FileDataProvider/html/search/pages_12.html
 11510share/doc/qore/modules/FileDataProvider/html/search/pages_12.js
 11511share/doc/qore/modules/FileDataProvider/html/search/pages_2.html
 11512share/doc/qore/modules/FileDataProvider/html/search/pages_2.js
 11513share/doc/qore/modules/FileDataProvider/html/search/pages_3.html
 11514share/doc/qore/modules/FileDataProvider/html/search/pages_3.js
 11515share/doc/qore/modules/FileDataProvider/html/search/pages_4.html
 11516share/doc/qore/modules/FileDataProvider/html/search/pages_4.js
 11517share/doc/qore/modules/FileDataProvider/html/search/pages_5.html
 11518share/doc/qore/modules/FileDataProvider/html/search/pages_5.js
 11519share/doc/qore/modules/FileDataProvider/html/search/pages_6.html
 11520share/doc/qore/modules/FileDataProvider/html/search/pages_6.js
 11521share/doc/qore/modules/FileDataProvider/html/search/pages_7.html
 11522share/doc/qore/modules/FileDataProvider/html/search/pages_7.js
 11523share/doc/qore/modules/FileDataProvider/html/search/pages_8.html
 11524share/doc/qore/modules/FileDataProvider/html/search/pages_8.js
 11525share/doc/qore/modules/FileDataProvider/html/search/pages_9.html
 11526share/doc/qore/modules/FileDataProvider/html/search/pages_9.js
 11527share/doc/qore/modules/FileDataProvider/html/search/pages_a.html
 11528share/doc/qore/modules/FileDataProvider/html/search/pages_a.js
 11529share/doc/qore/modules/FileDataProvider/html/search/pages_b.html
 11530share/doc/qore/modules/FileDataProvider/html/search/pages_b.js
 11531share/doc/qore/modules/FileDataProvider/html/search/pages_c.html
 11532share/doc/qore/modules/FileDataProvider/html/search/pages_c.js
 11533share/doc/qore/modules/FileDataProvider/html/search/pages_d.html
 11534share/doc/qore/modules/FileDataProvider/html/search/pages_d.js
 11535share/doc/qore/modules/FileDataProvider/html/search/pages_e.html
 11536share/doc/qore/modules/FileDataProvider/html/search/pages_e.js
 11537share/doc/qore/modules/FileDataProvider/html/search/pages_f.html
 11538share/doc/qore/modules/FileDataProvider/html/search/pages_f.js
 11539share/doc/qore/modules/FileDataProvider/html/search/search.css
 11540share/doc/qore/modules/FileDataProvider/html/search/search.js
 11541share/doc/qore/modules/FileDataProvider/html/search/search_l.png
 11542share/doc/qore/modules/FileDataProvider/html/search/search_m.png
 11543share/doc/qore/modules/FileDataProvider/html/search/search_r.png
 11544share/doc/qore/modules/FileDataProvider/html/search/searchdata.js
 11545share/doc/qore/modules/FileDataProvider/html/search/variables_0.html
 11546share/doc/qore/modules/FileDataProvider/html/search/variables_0.js
 11547share/doc/qore/modules/FileDataProvider/html/search/variables_1.html
 11548share/doc/qore/modules/FileDataProvider/html/search/variables_1.js
 11549share/doc/qore/modules/FileDataProvider/html/search/variables_10.html
 11550share/doc/qore/modules/FileDataProvider/html/search/variables_10.js
 11551share/doc/qore/modules/FileDataProvider/html/search/variables_11.html
 11552share/doc/qore/modules/FileDataProvider/html/search/variables_11.js
 11553share/doc/qore/modules/FileDataProvider/html/search/variables_12.html
 11554share/doc/qore/modules/FileDataProvider/html/search/variables_12.js
 11555share/doc/qore/modules/FileDataProvider/html/search/variables_13.html
 11556share/doc/qore/modules/FileDataProvider/html/search/variables_13.js
 11557share/doc/qore/modules/FileDataProvider/html/search/variables_14.html
 11558share/doc/qore/modules/FileDataProvider/html/search/variables_14.js
 11559share/doc/qore/modules/FileDataProvider/html/search/variables_15.html
 11560share/doc/qore/modules/FileDataProvider/html/search/variables_15.js
 11561share/doc/qore/modules/FileDataProvider/html/search/variables_16.html
 11562share/doc/qore/modules/FileDataProvider/html/search/variables_16.js
 11563share/doc/qore/modules/FileDataProvider/html/search/variables_17.html
 11564share/doc/qore/modules/FileDataProvider/html/search/variables_17.js
 11565share/doc/qore/modules/FileDataProvider/html/search/variables_18.html
 11566share/doc/qore/modules/FileDataProvider/html/search/variables_18.js
 11567share/doc/qore/modules/FileDataProvider/html/search/variables_19.html
 11568share/doc/qore/modules/FileDataProvider/html/search/variables_19.js
 11569share/doc/qore/modules/FileDataProvider/html/search/variables_2.html
 11570share/doc/qore/modules/FileDataProvider/html/search/variables_2.js
 11571share/doc/qore/modules/FileDataProvider/html/search/variables_3.html
 11572share/doc/qore/modules/FileDataProvider/html/search/variables_3.js
 11573share/doc/qore/modules/FileDataProvider/html/search/variables_4.html
 11574share/doc/qore/modules/FileDataProvider/html/search/variables_4.js
 11575share/doc/qore/modules/FileDataProvider/html/search/variables_5.html
 11576share/doc/qore/modules/FileDataProvider/html/search/variables_5.js
 11577share/doc/qore/modules/FileDataProvider/html/search/variables_6.html
 11578share/doc/qore/modules/FileDataProvider/html/search/variables_6.js
 11579share/doc/qore/modules/FileDataProvider/html/search/variables_7.html
 11580share/doc/qore/modules/FileDataProvider/html/search/variables_7.js
 11581share/doc/qore/modules/FileDataProvider/html/search/variables_8.html
 11582share/doc/qore/modules/FileDataProvider/html/search/variables_8.js
 11583share/doc/qore/modules/FileDataProvider/html/search/variables_9.html
 11584share/doc/qore/modules/FileDataProvider/html/search/variables_9.js
 11585share/doc/qore/modules/FileDataProvider/html/search/variables_a.html
 11586share/doc/qore/modules/FileDataProvider/html/search/variables_a.js
 11587share/doc/qore/modules/FileDataProvider/html/search/variables_b.html
 11588share/doc/qore/modules/FileDataProvider/html/search/variables_b.js
 11589share/doc/qore/modules/FileDataProvider/html/search/variables_c.html
 11590share/doc/qore/modules/FileDataProvider/html/search/variables_c.js
 11591share/doc/qore/modules/FileDataProvider/html/search/variables_d.html
 11592share/doc/qore/modules/FileDataProvider/html/search/variables_d.js
 11593share/doc/qore/modules/FileDataProvider/html/search/variables_e.html
 11594share/doc/qore/modules/FileDataProvider/html/search/variables_e.js
 11595share/doc/qore/modules/FileDataProvider/html/search/variables_f.html
 11596share/doc/qore/modules/FileDataProvider/html/search/variables_f.js
 11597share/doc/qore/modules/FileDataProvider/html/splitbar.png
 11598share/doc/qore/modules/FileDataProvider/html/sync_off.png
 11599share/doc/qore/modules/FileDataProvider/html/sync_on.png
 11600share/doc/qore/modules/FileDataProvider/html/tab_a.png
 11601share/doc/qore/modules/FileDataProvider/html/tab_b.png
 11602share/doc/qore/modules/FileDataProvider/html/tab_h.png
 11603share/doc/qore/modules/FileDataProvider/html/tab_s.png
 11604share/doc/qore/modules/FileDataProvider/html/tabs.css
10497share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_8qc_8dox_8h_source.html 11605share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_8qc_8dox_8h_source.html
10498share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_8qm_8dox_8h_source.html 11606share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_8qm_8dox_8h_source.html
10499share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_file_8qc_8dox_8h_source.html 11607share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_file_8qc_8dox_8h_source.html
10500share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_ftp_8qc_8dox_8h_source.html 11608share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_ftp_8qc_8dox_8h_source.html
10501share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_http_8qc_8dox_8h_source.html 11609share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_http_8qc_8dox_8h_source.html
10502share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_sftp_8qc_8dox_8h_source.html 11610share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_sftp_8qc_8dox_8h_source.html
 11611share/doc/qore/modules/FileLocationHandler/html/_output_stram_wrapper_8qc_8dox_8h_source.html
10503share/doc/qore/modules/FileLocationHandler/html/annotated.html 11612share/doc/qore/modules/FileLocationHandler/html/annotated.html
10504share/doc/qore/modules/FileLocationHandler/html/annotated_dup.js 11613share/doc/qore/modules/FileLocationHandler/html/annotated_dup.js
10505share/doc/qore/modules/FileLocationHandler/html/bc_s.png 11614share/doc/qore/modules/FileLocationHandler/html/bc_s.png
10506share/doc/qore/modules/FileLocationHandler/html/bdwn.png 11615share/doc/qore/modules/FileLocationHandler/html/bdwn.png
 11616share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler-members.html
 11617share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler.html
 11618share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler.js
 11619share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler__inherit__graph.map
 11620share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler__inherit__graph.md5
 11621share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler__inherit__graph.png
10507share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler-members.html 11622share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler-members.html
10508share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler.html 11623share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler.html
10509share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler__inherit__graph.map 
10510share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler__inherit__graph.md5 
10511share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler__inherit__graph.png 
10512share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file-members.html 11624share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file-members.html
10513share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file.html 11625share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file.html
10514share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file.js 11626share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file.js
10515share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file__inherit__graph.map 11627share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file__inherit__graph.map
10516share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file__inherit__graph.md5 11628share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file__inherit__graph.md5
10517share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file__inherit__graph.png 11629share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file__inherit__graph.png
10518share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp-members.html 11630share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp-members.html
10519share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp.html 11631share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp.html
10520share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp.js 11632share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp.js
10521share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp__inherit__graph.map 11633share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp__inherit__graph.map
10522share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp__inherit__graph.md5 11634share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp__inherit__graph.md5
10523share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp__inherit__graph.png 11635share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_ftp__inherit__graph.png
10524share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http-members.html 11636share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http-members.html
10525share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http.html 11637share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http.html
10526share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http.js 11638share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http.js
10527share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http__inherit__graph.map 11639share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http__inherit__graph.map
10528share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http__inherit__graph.md5 11640share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http__inherit__graph.md5
10529share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http__inherit__graph.png 11641share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_http__inherit__graph.png
10530share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp-members.html 11642share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp-members.html
10531share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp.html 11643share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp.html
10532share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp.js 11644share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp.js
10533share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.map 11645share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.map
10534share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.md5 11646share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.md5
10535share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.png 11647share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.png
 11648share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper-members.html
 11649share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper.html
 11650share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper.js
 11651share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper__inherit__graph.map
 11652share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper__inherit__graph.md5
 11653share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper__inherit__graph.png
10536share/doc/qore/modules/FileLocationHandler/html/classes.html 11654share/doc/qore/modules/FileLocationHandler/html/classes.html
10537share/doc/qore/modules/FileLocationHandler/html/closed.png 11655share/doc/qore/modules/FileLocationHandler/html/closed.png
10538share/doc/qore/modules/FileLocationHandler/html/dir_13add0083e006ac756009d5942a24d28.html 11656share/doc/qore/modules/FileLocationHandler/html/dir_13add0083e006ac756009d5942a24d28.html
10539share/doc/qore/modules/FileLocationHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 11657share/doc/qore/modules/FileLocationHandler/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
10540share/doc/qore/modules/FileLocationHandler/html/doc.png 11658share/doc/qore/modules/FileLocationHandler/html/doc.png
10541share/doc/qore/modules/FileLocationHandler/html/doxygen.css 11659share/doc/qore/modules/FileLocationHandler/html/doxygen.css
10542share/doc/qore/modules/FileLocationHandler/html/doxygen.svg 11660share/doc/qore/modules/FileLocationHandler/html/doxygen.svg
10543share/doc/qore/modules/FileLocationHandler/html/dynsections.js 11661share/doc/qore/modules/FileLocationHandler/html/dynsections.js
10544share/doc/qore/modules/FileLocationHandler/html/folderclosed.png 11662share/doc/qore/modules/FileLocationHandler/html/folderclosed.png
10545share/doc/qore/modules/FileLocationHandler/html/folderopen.png 11663share/doc/qore/modules/FileLocationHandler/html/folderopen.png
10546share/doc/qore/modules/FileLocationHandler/html/functions.html 11664share/doc/qore/modules/FileLocationHandler/html/functions.html
10547share/doc/qore/modules/FileLocationHandler/html/functions_func.html 11665share/doc/qore/modules/FileLocationHandler/html/functions_func.html
10548share/doc/qore/modules/FileLocationHandler/html/functions_vars.html 11666share/doc/qore/modules/FileLocationHandler/html/functions_vars.html
10549share/doc/qore/modules/FileLocationHandler/html/graph_legend.html 11667share/doc/qore/modules/FileLocationHandler/html/graph_legend.html
10550share/doc/qore/modules/FileLocationHandler/html/graph_legend.md5 11668share/doc/qore/modules/FileLocationHandler/html/graph_legend.md5
10551share/doc/qore/modules/FileLocationHandler/html/graph_legend.png 11669share/doc/qore/modules/FileLocationHandler/html/graph_legend.png
10552share/doc/qore/modules/FileLocationHandler/html/hierarchy.html 11670share/doc/qore/modules/FileLocationHandler/html/hierarchy.html
10553share/doc/qore/modules/FileLocationHandler/html/hierarchy.js 11671share/doc/qore/modules/FileLocationHandler/html/hierarchy.js
10554share/doc/qore/modules/FileLocationHandler/html/index.html 11672share/doc/qore/modules/FileLocationHandler/html/index.html
10555share/doc/qore/modules/FileLocationHandler/html/index.qhp 11673share/doc/qore/modules/FileLocationHandler/html/index.qhp
10556share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.map 11674share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.map
10557share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.md5 11675share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.md5
10558share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.png 11676share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.png
 11677share/doc/qore/modules/FileLocationHandler/html/inherit_graph_1.map
 11678share/doc/qore/modules/FileLocationHandler/html/inherit_graph_1.md5
 11679share/doc/qore/modules/FileLocationHandler/html/inherit_graph_1.png
 11680share/doc/qore/modules/FileLocationHandler/html/inherit_graph_2.map
 11681share/doc/qore/modules/FileLocationHandler/html/inherit_graph_2.md5
 11682share/doc/qore/modules/FileLocationHandler/html/inherit_graph_2.png
 11683share/doc/qore/modules/FileLocationHandler/html/inherit_graph_3.map
 11684share/doc/qore/modules/FileLocationHandler/html/inherit_graph_3.md5
 11685share/doc/qore/modules/FileLocationHandler/html/inherit_graph_3.png
10559share/doc/qore/modules/FileLocationHandler/html/inherits.html 11686share/doc/qore/modules/FileLocationHandler/html/inherits.html
10560share/doc/qore/modules/FileLocationHandler/html/jquery.js 11687share/doc/qore/modules/FileLocationHandler/html/jquery.js
10561share/doc/qore/modules/FileLocationHandler/html/menu.js 11688share/doc/qore/modules/FileLocationHandler/html/menu.js
10562share/doc/qore/modules/FileLocationHandler/html/menudata.js 11689share/doc/qore/modules/FileLocationHandler/html/menudata.js
10563share/doc/qore/modules/FileLocationHandler/html/namespace_file_location_handler.html 11690share/doc/qore/modules/FileLocationHandler/html/namespace_file_location_handler.html
10564share/doc/qore/modules/FileLocationHandler/html/namespace_file_location_handler.js 11691share/doc/qore/modules/FileLocationHandler/html/namespace_file_location_handler.js
10565share/doc/qore/modules/FileLocationHandler/html/namespaces.html 11692share/doc/qore/modules/FileLocationHandler/html/namespaces.html
10566share/doc/qore/modules/FileLocationHandler/html/namespaces_dup.js 11693share/doc/qore/modules/FileLocationHandler/html/namespaces_dup.js
10567share/doc/qore/modules/FileLocationHandler/html/nav_f.png 11694share/doc/qore/modules/FileLocationHandler/html/nav_f.png
10568share/doc/qore/modules/FileLocationHandler/html/nav_g.png 11695share/doc/qore/modules/FileLocationHandler/html/nav_g.png
10569share/doc/qore/modules/FileLocationHandler/html/nav_h.png 11696share/doc/qore/modules/FileLocationHandler/html/nav_h.png
10570share/doc/qore/modules/FileLocationHandler/html/navtree.css 11697share/doc/qore/modules/FileLocationHandler/html/navtree.css
10571share/doc/qore/modules/FileLocationHandler/html/navtree.js 11698share/doc/qore/modules/FileLocationHandler/html/navtree.js
@@ -10853,63 +11980,110 @@ share/doc/qore/modules/FileLocationHandl @@ -10853,63 +11980,110 @@ share/doc/qore/modules/FileLocationHandl
10853share/doc/qore/modules/FileLocationHandler/html/search/variables_a.html 11980share/doc/qore/modules/FileLocationHandler/html/search/variables_a.html
10854share/doc/qore/modules/FileLocationHandler/html/search/variables_a.js 11981share/doc/qore/modules/FileLocationHandler/html/search/variables_a.js
10855share/doc/qore/modules/FileLocationHandler/html/search/variables_b.html 11982share/doc/qore/modules/FileLocationHandler/html/search/variables_b.html
10856share/doc/qore/modules/FileLocationHandler/html/search/variables_b.js 11983share/doc/qore/modules/FileLocationHandler/html/search/variables_b.js
10857share/doc/qore/modules/FileLocationHandler/html/search/variables_c.html 11984share/doc/qore/modules/FileLocationHandler/html/search/variables_c.html
10858share/doc/qore/modules/FileLocationHandler/html/search/variables_c.js 11985share/doc/qore/modules/FileLocationHandler/html/search/variables_c.js
10859share/doc/qore/modules/FileLocationHandler/html/search/variables_d.html 11986share/doc/qore/modules/FileLocationHandler/html/search/variables_d.html
10860share/doc/qore/modules/FileLocationHandler/html/search/variables_d.js 11987share/doc/qore/modules/FileLocationHandler/html/search/variables_d.js
10861share/doc/qore/modules/FileLocationHandler/html/search/variables_e.html 11988share/doc/qore/modules/FileLocationHandler/html/search/variables_e.html
10862share/doc/qore/modules/FileLocationHandler/html/search/variables_e.js 11989share/doc/qore/modules/FileLocationHandler/html/search/variables_e.js
10863share/doc/qore/modules/FileLocationHandler/html/search/variables_f.html 11990share/doc/qore/modules/FileLocationHandler/html/search/variables_f.html
10864share/doc/qore/modules/FileLocationHandler/html/search/variables_f.js 11991share/doc/qore/modules/FileLocationHandler/html/search/variables_f.js
10865share/doc/qore/modules/FileLocationHandler/html/splitbar.png 11992share/doc/qore/modules/FileLocationHandler/html/splitbar.png
 11993share/doc/qore/modules/FileLocationHandler/html/struct_file_location_handler_1_1_file_handler_option_info-members.html
 11994share/doc/qore/modules/FileLocationHandler/html/struct_file_location_handler_1_1_file_handler_option_info.html
 11995share/doc/qore/modules/FileLocationHandler/html/struct_file_location_handler_1_1_file_handler_option_info.js
10866share/doc/qore/modules/FileLocationHandler/html/sync_off.png 11996share/doc/qore/modules/FileLocationHandler/html/sync_off.png
10867share/doc/qore/modules/FileLocationHandler/html/sync_on.png 11997share/doc/qore/modules/FileLocationHandler/html/sync_on.png
10868share/doc/qore/modules/FileLocationHandler/html/tab_a.png 11998share/doc/qore/modules/FileLocationHandler/html/tab_a.png
10869share/doc/qore/modules/FileLocationHandler/html/tab_b.png 11999share/doc/qore/modules/FileLocationHandler/html/tab_b.png
10870share/doc/qore/modules/FileLocationHandler/html/tab_h.png 12000share/doc/qore/modules/FileLocationHandler/html/tab_h.png
10871share/doc/qore/modules/FileLocationHandler/html/tab_s.png 12001share/doc/qore/modules/FileLocationHandler/html/tab_s.png
10872share/doc/qore/modules/FileLocationHandler/html/tabs.css 12002share/doc/qore/modules/FileLocationHandler/html/tabs.css
10873share/doc/qore/modules/FilePoller/html/annotated.html 12003share/doc/qore/modules/FilePoller/html/annotated.html
10874share/doc/qore/modules/FilePoller/html/annotated_dup.js 12004share/doc/qore/modules/FilePoller/html/annotated_dup.js
10875share/doc/qore/modules/FilePoller/html/bc_s.png 12005share/doc/qore/modules/FilePoller/html/bc_s.png
10876share/doc/qore/modules/FilePoller/html/bdwn.png 12006share/doc/qore/modules/FilePoller/html/bdwn.png
 12007share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider-members.html
 12008share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider.html
 12009share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider.js
 12010share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider__inherit__graph.map
 12011share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider__inherit__graph.md5
 12012share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider__inherit__graph.png
10877share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller-members.html 12013share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller-members.html
10878share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.html 12014share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.html
10879share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.js 12015share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.js
 12016share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider-members.html
 12017share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider.html
 12018share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider.js
 12019share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider__inherit__graph.map
 12020share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider__inherit__graph.md5
 12021share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider__inherit__graph.png
 12022share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base-members.html
 12023share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base.html
 12024share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base.js
 12025share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base__inherit__graph.map
 12026share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base__inherit__graph.md5
 12027share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base__inherit__graph.png
 12028share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_factory-members.html
 12029share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_factory.html
 12030share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_factory.js
 12031share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_file_event_info_data_type-members.html
 12032share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_file_event_info_data_type.html
 12033share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_file_event_info_data_type.js
10880share/doc/qore/modules/FilePoller/html/classes.html 12034share/doc/qore/modules/FilePoller/html/classes.html
10881share/doc/qore/modules/FilePoller/html/closed.png 12035share/doc/qore/modules/FilePoller/html/closed.png
10882share/doc/qore/modules/FilePoller/html/dir_13add0083e006ac756009d5942a24d28.html 12036share/doc/qore/modules/FilePoller/html/dir_13add0083e006ac756009d5942a24d28.html
10883share/doc/qore/modules/FilePoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 12037share/doc/qore/modules/FilePoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
10884share/doc/qore/modules/FilePoller/html/doc.png 12038share/doc/qore/modules/FilePoller/html/doc.png
10885share/doc/qore/modules/FilePoller/html/doxygen.css 12039share/doc/qore/modules/FilePoller/html/doxygen.css
10886share/doc/qore/modules/FilePoller/html/doxygen.svg 12040share/doc/qore/modules/FilePoller/html/doxygen.svg
10887share/doc/qore/modules/FilePoller/html/dynsections.js 12041share/doc/qore/modules/FilePoller/html/dynsections.js
10888share/doc/qore/modules/FilePoller/html/folderclosed.png 12042share/doc/qore/modules/FilePoller/html/folderclosed.png
10889share/doc/qore/modules/FilePoller/html/folderopen.png 12043share/doc/qore/modules/FilePoller/html/folderopen.png
10890share/doc/qore/modules/FilePoller/html/functions.html 12044share/doc/qore/modules/FilePoller/html/functions.html
10891share/doc/qore/modules/FilePoller/html/functions_func.html 12045share/doc/qore/modules/FilePoller/html/functions_func.html
10892share/doc/qore/modules/FilePoller/html/functions_vars.html 12046share/doc/qore/modules/FilePoller/html/functions_vars.html
10893share/doc/qore/modules/FilePoller/html/graph_legend.html 12047share/doc/qore/modules/FilePoller/html/graph_legend.html
10894share/doc/qore/modules/FilePoller/html/graph_legend.md5 12048share/doc/qore/modules/FilePoller/html/graph_legend.md5
10895share/doc/qore/modules/FilePoller/html/graph_legend.png 12049share/doc/qore/modules/FilePoller/html/graph_legend.png
 12050share/doc/qore/modules/FilePoller/html/hierarchy.html
 12051share/doc/qore/modules/FilePoller/html/hierarchy.js
10896share/doc/qore/modules/FilePoller/html/index.html 12052share/doc/qore/modules/FilePoller/html/index.html
10897share/doc/qore/modules/FilePoller/html/index.qhp 12053share/doc/qore/modules/FilePoller/html/index.qhp
 12054share/doc/qore/modules/FilePoller/html/inherit_graph_0.map
 12055share/doc/qore/modules/FilePoller/html/inherit_graph_0.md5
 12056share/doc/qore/modules/FilePoller/html/inherit_graph_0.png
 12057share/doc/qore/modules/FilePoller/html/inherit_graph_1.map
 12058share/doc/qore/modules/FilePoller/html/inherit_graph_1.md5
 12059share/doc/qore/modules/FilePoller/html/inherit_graph_1.png
 12060share/doc/qore/modules/FilePoller/html/inherit_graph_2.map
 12061share/doc/qore/modules/FilePoller/html/inherit_graph_2.md5
 12062share/doc/qore/modules/FilePoller/html/inherit_graph_2.png
 12063share/doc/qore/modules/FilePoller/html/inherit_graph_3.map
 12064share/doc/qore/modules/FilePoller/html/inherit_graph_3.md5
 12065share/doc/qore/modules/FilePoller/html/inherit_graph_3.png
 12066share/doc/qore/modules/FilePoller/html/inherit_graph_4.map
 12067share/doc/qore/modules/FilePoller/html/inherit_graph_4.md5
 12068share/doc/qore/modules/FilePoller/html/inherit_graph_4.png
 12069share/doc/qore/modules/FilePoller/html/inherits.html
10898share/doc/qore/modules/FilePoller/html/jquery.js 12070share/doc/qore/modules/FilePoller/html/jquery.js
10899share/doc/qore/modules/FilePoller/html/menu.js 12071share/doc/qore/modules/FilePoller/html/menu.js
10900share/doc/qore/modules/FilePoller/html/menudata.js 12072share/doc/qore/modules/FilePoller/html/menudata.js
10901share/doc/qore/modules/FilePoller/html/namespace_file_poller.html 12073share/doc/qore/modules/FilePoller/html/namespace_file_poller.html
10902share/doc/qore/modules/FilePoller/html/namespace_file_poller.js 12074share/doc/qore/modules/FilePoller/html/namespace_file_poller.js
 12075share/doc/qore/modules/FilePoller/html/namespacemembers.html
 12076share/doc/qore/modules/FilePoller/html/namespacemembers_vars.html
10903share/doc/qore/modules/FilePoller/html/namespaces.html 12077share/doc/qore/modules/FilePoller/html/namespaces.html
10904share/doc/qore/modules/FilePoller/html/namespaces_dup.js 12078share/doc/qore/modules/FilePoller/html/namespaces_dup.js
10905share/doc/qore/modules/FilePoller/html/nav_f.png 12079share/doc/qore/modules/FilePoller/html/nav_f.png
10906share/doc/qore/modules/FilePoller/html/nav_g.png 12080share/doc/qore/modules/FilePoller/html/nav_g.png
10907share/doc/qore/modules/FilePoller/html/nav_h.png 12081share/doc/qore/modules/FilePoller/html/nav_h.png
10908share/doc/qore/modules/FilePoller/html/navtree.css 12082share/doc/qore/modules/FilePoller/html/navtree.css
10909share/doc/qore/modules/FilePoller/html/navtree.js 12083share/doc/qore/modules/FilePoller/html/navtree.js
10910share/doc/qore/modules/FilePoller/html/navtreedata.js 12084share/doc/qore/modules/FilePoller/html/navtreedata.js
10911share/doc/qore/modules/FilePoller/html/navtreeindex0.js 12085share/doc/qore/modules/FilePoller/html/navtreeindex0.js
10912share/doc/qore/modules/FilePoller/html/open.png 12086share/doc/qore/modules/FilePoller/html/open.png
10913share/doc/qore/modules/FilePoller/html/pages.html 12087share/doc/qore/modules/FilePoller/html/pages.html
10914share/doc/qore/modules/FilePoller/html/qore-logo-55x200.png 12088share/doc/qore/modules/FilePoller/html/qore-logo-55x200.png
10915share/doc/qore/modules/FilePoller/html/resize.js 12089share/doc/qore/modules/FilePoller/html/resize.js
@@ -11211,26 +12385,29 @@ share/doc/qore/modules/FilePoller/html/s @@ -11211,26 +12385,29 @@ share/doc/qore/modules/FilePoller/html/s
11211share/doc/qore/modules/FilePoller/html/search/variables_a.html 12385share/doc/qore/modules/FilePoller/html/search/variables_a.html
11212share/doc/qore/modules/FilePoller/html/search/variables_a.js 12386share/doc/qore/modules/FilePoller/html/search/variables_a.js
11213share/doc/qore/modules/FilePoller/html/search/variables_b.html 12387share/doc/qore/modules/FilePoller/html/search/variables_b.html
11214share/doc/qore/modules/FilePoller/html/search/variables_b.js 12388share/doc/qore/modules/FilePoller/html/search/variables_b.js
11215share/doc/qore/modules/FilePoller/html/search/variables_c.html 12389share/doc/qore/modules/FilePoller/html/search/variables_c.html
11216share/doc/qore/modules/FilePoller/html/search/variables_c.js 12390share/doc/qore/modules/FilePoller/html/search/variables_c.js
11217share/doc/qore/modules/FilePoller/html/search/variables_d.html 12391share/doc/qore/modules/FilePoller/html/search/variables_d.html
11218share/doc/qore/modules/FilePoller/html/search/variables_d.js 12392share/doc/qore/modules/FilePoller/html/search/variables_d.js
11219share/doc/qore/modules/FilePoller/html/search/variables_e.html 12393share/doc/qore/modules/FilePoller/html/search/variables_e.html
11220share/doc/qore/modules/FilePoller/html/search/variables_e.js 12394share/doc/qore/modules/FilePoller/html/search/variables_e.js
11221share/doc/qore/modules/FilePoller/html/search/variables_f.html 12395share/doc/qore/modules/FilePoller/html/search/variables_f.html
11222share/doc/qore/modules/FilePoller/html/search/variables_f.js 12396share/doc/qore/modules/FilePoller/html/search/variables_f.js
11223share/doc/qore/modules/FilePoller/html/splitbar.png 12397share/doc/qore/modules/FilePoller/html/splitbar.png
 12398share/doc/qore/modules/FilePoller/html/struct_file_poller_1_1_file_poller_file_event_info-members.html
 12399share/doc/qore/modules/FilePoller/html/struct_file_poller_1_1_file_poller_file_event_info.html
 12400share/doc/qore/modules/FilePoller/html/struct_file_poller_1_1_file_poller_file_event_info.js
11224share/doc/qore/modules/FilePoller/html/sync_off.png 12401share/doc/qore/modules/FilePoller/html/sync_off.png
11225share/doc/qore/modules/FilePoller/html/sync_on.png 12402share/doc/qore/modules/FilePoller/html/sync_on.png
11226share/doc/qore/modules/FilePoller/html/tab_a.png 12403share/doc/qore/modules/FilePoller/html/tab_a.png
11227share/doc/qore/modules/FilePoller/html/tab_b.png 12404share/doc/qore/modules/FilePoller/html/tab_b.png
11228share/doc/qore/modules/FilePoller/html/tab_h.png 12405share/doc/qore/modules/FilePoller/html/tab_h.png
11229share/doc/qore/modules/FilePoller/html/tab_s.png 12406share/doc/qore/modules/FilePoller/html/tab_s.png
11230share/doc/qore/modules/FilePoller/html/tabs.css 12407share/doc/qore/modules/FilePoller/html/tabs.css
11231share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_abstract_iterator_8qc_8dox_8h_source.html 12408share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_abstract_iterator_8qc_8dox_8h_source.html
11232share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_abstract_writer_8qc_8dox_8h_source.html 12409share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_abstract_writer_8qc_8dox_8h_source.html
11233share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_base_8qc_8dox_8h_source.html 12410share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_base_8qc_8dox_8h_source.html
11234share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_data_iterator_8qc_8dox_8h_source.html 12411share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_data_iterator_8qc_8dox_8h_source.html
11235share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_data_writer_8qc_8dox_8h_source.html 12412share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_data_writer_8qc_8dox_8h_source.html
11236share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_file_iterator_8qc_8dox_8h_source.html 12413share/doc/qore/modules/FixedLengthUtil/html/_fixed_length_file_iterator_8qc_8dox_8h_source.html
@@ -11256,26 +12433,27 @@ share/doc/qore/modules/FixedLengthUtil/h @@ -11256,26 +12433,27 @@ share/doc/qore/modules/FixedLengthUtil/h
11256share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer.html 12433share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer.html
11257share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer.js 12434share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer.js
11258share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.map 12435share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.map
11259share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.md5 12436share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.md5
11260share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.png 12437share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_abstract_writer__inherit__graph.png
11261share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base-members.html 12438share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base-members.html
11262share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base.html 12439share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base.html
11263share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base.js 12440share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base.js
11264share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base__inherit__graph.map 12441share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base__inherit__graph.map
11265share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base__inherit__graph.md5 12442share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base__inherit__graph.md5
11266share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base__inherit__graph.png 12443share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base__inherit__graph.png
11267share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator-members.html 12444share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator-members.html
11268share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator.html 12445share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator.html
 12446share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator.js
11269share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.map 12447share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.map
11270share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.md5 12448share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.md5
11271share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.png 12449share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.png
11272share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer-members.html 12450share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer-members.html
11273share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer.html 12451share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer.html
11274share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer.js 12452share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer.js
11275share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.map 12453share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.map
11276share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.md5 12454share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.md5
11277share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.png 12455share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_writer__inherit__graph.png
11278share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator-members.html 12456share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator-members.html
11279share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator.html 12457share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator.html
11280share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator.js 12458share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator.js
11281share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator__inherit__graph.map 12459share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_iterator__inherit__graph.map
@@ -11567,26 +12745,28 @@ share/doc/qore/modules/FixedLengthUtil/h @@ -11567,26 +12745,28 @@ share/doc/qore/modules/FixedLengthUtil/h
11567share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_3.js 12745share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_3.js
11568share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_4.html 12746share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_4.html
11569share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_4.js 12747share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_4.js
11570share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_5.html 12748share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_5.html
11571share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_5.js 12749share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_5.js
11572share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_6.html 12750share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_6.html
11573share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_6.js 12751share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_6.js
11574share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_7.html 12752share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_7.html
11575share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_7.js 12753share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_7.js
11576share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_8.html 12754share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_8.html
11577share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_8.js 12755share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_8.js
11578share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_9.html 12756share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_9.html
11579share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_9.js 12757share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_9.js
 12758share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_a.html
 12759share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_a.js
11580share/doc/qore/modules/FixedLengthUtil/html/search/nomatches.html 12760share/doc/qore/modules/FixedLengthUtil/html/search/nomatches.html
11581share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.html 12761share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.html
11582share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.js 12762share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.js
11583share/doc/qore/modules/FixedLengthUtil/html/search/pages_1.html 12763share/doc/qore/modules/FixedLengthUtil/html/search/pages_1.html
11584share/doc/qore/modules/FixedLengthUtil/html/search/pages_1.js 12764share/doc/qore/modules/FixedLengthUtil/html/search/pages_1.js
11585share/doc/qore/modules/FixedLengthUtil/html/search/pages_10.html 12765share/doc/qore/modules/FixedLengthUtil/html/search/pages_10.html
11586share/doc/qore/modules/FixedLengthUtil/html/search/pages_10.js 12766share/doc/qore/modules/FixedLengthUtil/html/search/pages_10.js
11587share/doc/qore/modules/FixedLengthUtil/html/search/pages_11.html 12767share/doc/qore/modules/FixedLengthUtil/html/search/pages_11.html
11588share/doc/qore/modules/FixedLengthUtil/html/search/pages_11.js 12768share/doc/qore/modules/FixedLengthUtil/html/search/pages_11.js
11589share/doc/qore/modules/FixedLengthUtil/html/search/pages_12.html 12769share/doc/qore/modules/FixedLengthUtil/html/search/pages_12.html
11590share/doc/qore/modules/FixedLengthUtil/html/search/pages_12.js 12770share/doc/qore/modules/FixedLengthUtil/html/search/pages_12.js
11591share/doc/qore/modules/FixedLengthUtil/html/search/pages_2.html 12771share/doc/qore/modules/FixedLengthUtil/html/search/pages_2.html
11592share/doc/qore/modules/FixedLengthUtil/html/search/pages_2.js 12772share/doc/qore/modules/FixedLengthUtil/html/search/pages_2.js
@@ -12029,26 +13209,28 @@ share/doc/qore/modules/FreetdsSqlUtil/ht @@ -12029,26 +13209,28 @@ share/doc/qore/modules/FreetdsSqlUtil/ht
12029share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_3.js 13209share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_3.js
12030share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_4.html 13210share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_4.html
12031share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_4.js 13211share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_4.js
12032share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_5.html 13212share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_5.html
12033share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_5.js 13213share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_5.js
12034share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_6.html 13214share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_6.html
12035share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_6.js 13215share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_6.js
12036share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_7.html 13216share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_7.html
12037share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_7.js 13217share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_7.js
12038share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_8.html 13218share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_8.html
12039share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_8.js 13219share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_8.js
12040share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_9.html 13220share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_9.html
12041share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_9.js 13221share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_9.js
 13222share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_a.html
 13223share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_a.js
12042share/doc/qore/modules/FreetdsSqlUtil/html/search/nomatches.html 13224share/doc/qore/modules/FreetdsSqlUtil/html/search/nomatches.html
12043share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.html 13225share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.html
12044share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.js 13226share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.js
12045share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_1.html 13227share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_1.html
12046share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_1.js 13228share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_1.js
12047share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_10.html 13229share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_10.html
12048share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_10.js 13230share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_10.js
12049share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_11.html 13231share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_11.html
12050share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_11.js 13232share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_11.js
12051share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_12.html 13233share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_12.html
12052share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_12.js 13234share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_12.js
12053share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_2.html 13235share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_2.html
12054share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_2.js 13236share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_2.js
@@ -12202,26 +13384,27 @@ share/doc/qore/modules/FsUtil/html/inher @@ -12202,26 +13384,27 @@ share/doc/qore/modules/FsUtil/html/inher
12202share/doc/qore/modules/FsUtil/html/inherit_graph_1.md5 13384share/doc/qore/modules/FsUtil/html/inherit_graph_1.md5
12203share/doc/qore/modules/FsUtil/html/inherit_graph_1.png 13385share/doc/qore/modules/FsUtil/html/inherit_graph_1.png
12204share/doc/qore/modules/FsUtil/html/inherit_graph_2.map 13386share/doc/qore/modules/FsUtil/html/inherit_graph_2.map
12205share/doc/qore/modules/FsUtil/html/inherit_graph_2.md5 13387share/doc/qore/modules/FsUtil/html/inherit_graph_2.md5
12206share/doc/qore/modules/FsUtil/html/inherit_graph_2.png 13388share/doc/qore/modules/FsUtil/html/inherit_graph_2.png
12207share/doc/qore/modules/FsUtil/html/inherits.html 13389share/doc/qore/modules/FsUtil/html/inherits.html
12208share/doc/qore/modules/FsUtil/html/jquery.js 13390share/doc/qore/modules/FsUtil/html/jquery.js
12209share/doc/qore/modules/FsUtil/html/menu.js 13391share/doc/qore/modules/FsUtil/html/menu.js
12210share/doc/qore/modules/FsUtil/html/menudata.js 13392share/doc/qore/modules/FsUtil/html/menudata.js
12211share/doc/qore/modules/FsUtil/html/namespace_fs_util.html 13393share/doc/qore/modules/FsUtil/html/namespace_fs_util.html
12212share/doc/qore/modules/FsUtil/html/namespace_fs_util.js 13394share/doc/qore/modules/FsUtil/html/namespace_fs_util.js
12213share/doc/qore/modules/FsUtil/html/namespacemembers.html 13395share/doc/qore/modules/FsUtil/html/namespacemembers.html
12214share/doc/qore/modules/FsUtil/html/namespacemembers_func.html 13396share/doc/qore/modules/FsUtil/html/namespacemembers_func.html
 13397share/doc/qore/modules/FsUtil/html/namespacemembers_vars.html
12215share/doc/qore/modules/FsUtil/html/namespaces.html 13398share/doc/qore/modules/FsUtil/html/namespaces.html
12216share/doc/qore/modules/FsUtil/html/namespaces_dup.js 13399share/doc/qore/modules/FsUtil/html/namespaces_dup.js
12217share/doc/qore/modules/FsUtil/html/nav_f.png 13400share/doc/qore/modules/FsUtil/html/nav_f.png
12218share/doc/qore/modules/FsUtil/html/nav_g.png 13401share/doc/qore/modules/FsUtil/html/nav_g.png
12219share/doc/qore/modules/FsUtil/html/nav_h.png 13402share/doc/qore/modules/FsUtil/html/nav_h.png
12220share/doc/qore/modules/FsUtil/html/navtree.css 13403share/doc/qore/modules/FsUtil/html/navtree.css
12221share/doc/qore/modules/FsUtil/html/navtree.js 13404share/doc/qore/modules/FsUtil/html/navtree.js
12222share/doc/qore/modules/FsUtil/html/navtreedata.js 13405share/doc/qore/modules/FsUtil/html/navtreedata.js
12223share/doc/qore/modules/FsUtil/html/navtreeindex0.js 13406share/doc/qore/modules/FsUtil/html/navtreeindex0.js
12224share/doc/qore/modules/FsUtil/html/open.png 13407share/doc/qore/modules/FsUtil/html/open.png
12225share/doc/qore/modules/FsUtil/html/pages.html 13408share/doc/qore/modules/FsUtil/html/pages.html
12226share/doc/qore/modules/FsUtil/html/qore-logo-55x200.png 13409share/doc/qore/modules/FsUtil/html/qore-logo-55x200.png
12227share/doc/qore/modules/FsUtil/html/resize.js 13410share/doc/qore/modules/FsUtil/html/resize.js
@@ -12283,28 +13466,26 @@ share/doc/qore/modules/FsUtil/html/searc @@ -12283,28 +13466,26 @@ share/doc/qore/modules/FsUtil/html/searc
12283share/doc/qore/modules/FsUtil/html/search/classes_0.js 13466share/doc/qore/modules/FsUtil/html/search/classes_0.js
12284share/doc/qore/modules/FsUtil/html/search/classes_1.html 13467share/doc/qore/modules/FsUtil/html/search/classes_1.html
12285share/doc/qore/modules/FsUtil/html/search/classes_1.js 13468share/doc/qore/modules/FsUtil/html/search/classes_1.js
12286share/doc/qore/modules/FsUtil/html/search/classes_10.html 13469share/doc/qore/modules/FsUtil/html/search/classes_10.html
12287share/doc/qore/modules/FsUtil/html/search/classes_10.js 13470share/doc/qore/modules/FsUtil/html/search/classes_10.js
12288share/doc/qore/modules/FsUtil/html/search/classes_11.html 13471share/doc/qore/modules/FsUtil/html/search/classes_11.html
12289share/doc/qore/modules/FsUtil/html/search/classes_11.js 13472share/doc/qore/modules/FsUtil/html/search/classes_11.js
12290share/doc/qore/modules/FsUtil/html/search/classes_12.html 13473share/doc/qore/modules/FsUtil/html/search/classes_12.html
12291share/doc/qore/modules/FsUtil/html/search/classes_12.js 13474share/doc/qore/modules/FsUtil/html/search/classes_12.js
12292share/doc/qore/modules/FsUtil/html/search/classes_13.html 13475share/doc/qore/modules/FsUtil/html/search/classes_13.html
12293share/doc/qore/modules/FsUtil/html/search/classes_13.js 13476share/doc/qore/modules/FsUtil/html/search/classes_13.js
12294share/doc/qore/modules/FsUtil/html/search/classes_14.html 13477share/doc/qore/modules/FsUtil/html/search/classes_14.html
12295share/doc/qore/modules/FsUtil/html/search/classes_14.js 13478share/doc/qore/modules/FsUtil/html/search/classes_14.js
12296share/doc/qore/modules/FsUtil/html/search/classes_15.html 
12297share/doc/qore/modules/FsUtil/html/search/classes_15.js 
12298share/doc/qore/modules/FsUtil/html/search/classes_2.html 13479share/doc/qore/modules/FsUtil/html/search/classes_2.html
12299share/doc/qore/modules/FsUtil/html/search/classes_2.js 13480share/doc/qore/modules/FsUtil/html/search/classes_2.js
12300share/doc/qore/modules/FsUtil/html/search/classes_3.html 13481share/doc/qore/modules/FsUtil/html/search/classes_3.html
12301share/doc/qore/modules/FsUtil/html/search/classes_3.js 13482share/doc/qore/modules/FsUtil/html/search/classes_3.js
12302share/doc/qore/modules/FsUtil/html/search/classes_4.html 13483share/doc/qore/modules/FsUtil/html/search/classes_4.html
12303share/doc/qore/modules/FsUtil/html/search/classes_4.js 13484share/doc/qore/modules/FsUtil/html/search/classes_4.js
12304share/doc/qore/modules/FsUtil/html/search/classes_5.html 13485share/doc/qore/modules/FsUtil/html/search/classes_5.html
12305share/doc/qore/modules/FsUtil/html/search/classes_5.js 13486share/doc/qore/modules/FsUtil/html/search/classes_5.js
12306share/doc/qore/modules/FsUtil/html/search/classes_6.html 13487share/doc/qore/modules/FsUtil/html/search/classes_6.html
12307share/doc/qore/modules/FsUtil/html/search/classes_6.js 13488share/doc/qore/modules/FsUtil/html/search/classes_6.js
12308share/doc/qore/modules/FsUtil/html/search/classes_7.html 13489share/doc/qore/modules/FsUtil/html/search/classes_7.html
12309share/doc/qore/modules/FsUtil/html/search/classes_7.js 13490share/doc/qore/modules/FsUtil/html/search/classes_7.js
12310share/doc/qore/modules/FsUtil/html/search/classes_8.html 13491share/doc/qore/modules/FsUtil/html/search/classes_8.html
@@ -12409,42 +13590,26 @@ share/doc/qore/modules/FsUtil/html/searc @@ -12409,42 +13590,26 @@ share/doc/qore/modules/FsUtil/html/searc
12409share/doc/qore/modules/FsUtil/html/search/groups_c.html 13590share/doc/qore/modules/FsUtil/html/search/groups_c.html
12410share/doc/qore/modules/FsUtil/html/search/groups_c.js 13591share/doc/qore/modules/FsUtil/html/search/groups_c.js
12411share/doc/qore/modules/FsUtil/html/search/groups_d.html 13592share/doc/qore/modules/FsUtil/html/search/groups_d.html
12412share/doc/qore/modules/FsUtil/html/search/groups_d.js 13593share/doc/qore/modules/FsUtil/html/search/groups_d.js
12413share/doc/qore/modules/FsUtil/html/search/groups_e.html 13594share/doc/qore/modules/FsUtil/html/search/groups_e.html
12414share/doc/qore/modules/FsUtil/html/search/groups_e.js 13595share/doc/qore/modules/FsUtil/html/search/groups_e.js
12415share/doc/qore/modules/FsUtil/html/search/groups_f.html 13596share/doc/qore/modules/FsUtil/html/search/groups_f.html
12416share/doc/qore/modules/FsUtil/html/search/groups_f.js 13597share/doc/qore/modules/FsUtil/html/search/groups_f.js
12417share/doc/qore/modules/FsUtil/html/search/mag_sel.svg 13598share/doc/qore/modules/FsUtil/html/search/mag_sel.svg
12418share/doc/qore/modules/FsUtil/html/search/namespaces_0.html 13599share/doc/qore/modules/FsUtil/html/search/namespaces_0.html
12419share/doc/qore/modules/FsUtil/html/search/namespaces_0.js 13600share/doc/qore/modules/FsUtil/html/search/namespaces_0.js
12420share/doc/qore/modules/FsUtil/html/search/namespaces_1.html 13601share/doc/qore/modules/FsUtil/html/search/namespaces_1.html
12421share/doc/qore/modules/FsUtil/html/search/namespaces_1.js 13602share/doc/qore/modules/FsUtil/html/search/namespaces_1.js
12422share/doc/qore/modules/FsUtil/html/search/namespaces_2.html 
12423share/doc/qore/modules/FsUtil/html/search/namespaces_2.js 
12424share/doc/qore/modules/FsUtil/html/search/namespaces_3.html 
12425share/doc/qore/modules/FsUtil/html/search/namespaces_3.js 
12426share/doc/qore/modules/FsUtil/html/search/namespaces_4.html 
12427share/doc/qore/modules/FsUtil/html/search/namespaces_4.js 
12428share/doc/qore/modules/FsUtil/html/search/namespaces_5.html 
12429share/doc/qore/modules/FsUtil/html/search/namespaces_5.js 
12430share/doc/qore/modules/FsUtil/html/search/namespaces_6.html 
12431share/doc/qore/modules/FsUtil/html/search/namespaces_6.js 
12432share/doc/qore/modules/FsUtil/html/search/namespaces_7.html 
12433share/doc/qore/modules/FsUtil/html/search/namespaces_7.js 
12434share/doc/qore/modules/FsUtil/html/search/namespaces_8.html 
12435share/doc/qore/modules/FsUtil/html/search/namespaces_8.js 
12436share/doc/qore/modules/FsUtil/html/search/namespaces_9.html 
12437share/doc/qore/modules/FsUtil/html/search/namespaces_9.js 
12438share/doc/qore/modules/FsUtil/html/search/nomatches.html 13603share/doc/qore/modules/FsUtil/html/search/nomatches.html
12439share/doc/qore/modules/FsUtil/html/search/pages_0.html 13604share/doc/qore/modules/FsUtil/html/search/pages_0.html
12440share/doc/qore/modules/FsUtil/html/search/pages_0.js 13605share/doc/qore/modules/FsUtil/html/search/pages_0.js
12441share/doc/qore/modules/FsUtil/html/search/pages_1.html 13606share/doc/qore/modules/FsUtil/html/search/pages_1.html
12442share/doc/qore/modules/FsUtil/html/search/pages_1.js 13607share/doc/qore/modules/FsUtil/html/search/pages_1.js
12443share/doc/qore/modules/FsUtil/html/search/pages_10.html 13608share/doc/qore/modules/FsUtil/html/search/pages_10.html
12444share/doc/qore/modules/FsUtil/html/search/pages_10.js 13609share/doc/qore/modules/FsUtil/html/search/pages_10.js
12445share/doc/qore/modules/FsUtil/html/search/pages_11.html 13610share/doc/qore/modules/FsUtil/html/search/pages_11.html
12446share/doc/qore/modules/FsUtil/html/search/pages_11.js 13611share/doc/qore/modules/FsUtil/html/search/pages_11.js
12447share/doc/qore/modules/FsUtil/html/search/pages_12.html 13612share/doc/qore/modules/FsUtil/html/search/pages_12.html
12448share/doc/qore/modules/FsUtil/html/search/pages_12.js 13613share/doc/qore/modules/FsUtil/html/search/pages_12.js
12449share/doc/qore/modules/FsUtil/html/search/pages_2.html 13614share/doc/qore/modules/FsUtil/html/search/pages_2.html
12450share/doc/qore/modules/FsUtil/html/search/pages_2.js 13615share/doc/qore/modules/FsUtil/html/search/pages_2.js
@@ -12492,28 +13657,26 @@ share/doc/qore/modules/FsUtil/html/searc @@ -12492,28 +13657,26 @@ share/doc/qore/modules/FsUtil/html/searc
12492share/doc/qore/modules/FsUtil/html/search/variables_12.js 13657share/doc/qore/modules/FsUtil/html/search/variables_12.js
12493share/doc/qore/modules/FsUtil/html/search/variables_13.html 13658share/doc/qore/modules/FsUtil/html/search/variables_13.html
12494share/doc/qore/modules/FsUtil/html/search/variables_13.js 13659share/doc/qore/modules/FsUtil/html/search/variables_13.js
12495share/doc/qore/modules/FsUtil/html/search/variables_14.html 13660share/doc/qore/modules/FsUtil/html/search/variables_14.html
12496share/doc/qore/modules/FsUtil/html/search/variables_14.js 13661share/doc/qore/modules/FsUtil/html/search/variables_14.js
12497share/doc/qore/modules/FsUtil/html/search/variables_15.html 13662share/doc/qore/modules/FsUtil/html/search/variables_15.html
12498share/doc/qore/modules/FsUtil/html/search/variables_15.js 13663share/doc/qore/modules/FsUtil/html/search/variables_15.js
12499share/doc/qore/modules/FsUtil/html/search/variables_16.html 13664share/doc/qore/modules/FsUtil/html/search/variables_16.html
12500share/doc/qore/modules/FsUtil/html/search/variables_16.js 13665share/doc/qore/modules/FsUtil/html/search/variables_16.js
12501share/doc/qore/modules/FsUtil/html/search/variables_17.html 13666share/doc/qore/modules/FsUtil/html/search/variables_17.html
12502share/doc/qore/modules/FsUtil/html/search/variables_17.js 13667share/doc/qore/modules/FsUtil/html/search/variables_17.js
12503share/doc/qore/modules/FsUtil/html/search/variables_18.html 13668share/doc/qore/modules/FsUtil/html/search/variables_18.html
12504share/doc/qore/modules/FsUtil/html/search/variables_18.js 13669share/doc/qore/modules/FsUtil/html/search/variables_18.js
12505share/doc/qore/modules/FsUtil/html/search/variables_19.html 
12506share/doc/qore/modules/FsUtil/html/search/variables_19.js 
12507share/doc/qore/modules/FsUtil/html/search/variables_2.html 13670share/doc/qore/modules/FsUtil/html/search/variables_2.html
12508share/doc/qore/modules/FsUtil/html/search/variables_2.js 13671share/doc/qore/modules/FsUtil/html/search/variables_2.js
12509share/doc/qore/modules/FsUtil/html/search/variables_3.html 13672share/doc/qore/modules/FsUtil/html/search/variables_3.html
12510share/doc/qore/modules/FsUtil/html/search/variables_3.js 13673share/doc/qore/modules/FsUtil/html/search/variables_3.js
12511share/doc/qore/modules/FsUtil/html/search/variables_4.html 13674share/doc/qore/modules/FsUtil/html/search/variables_4.html
12512share/doc/qore/modules/FsUtil/html/search/variables_4.js 13675share/doc/qore/modules/FsUtil/html/search/variables_4.js
12513share/doc/qore/modules/FsUtil/html/search/variables_5.html 13676share/doc/qore/modules/FsUtil/html/search/variables_5.html
12514share/doc/qore/modules/FsUtil/html/search/variables_5.js 13677share/doc/qore/modules/FsUtil/html/search/variables_5.js
12515share/doc/qore/modules/FsUtil/html/search/variables_6.html 13678share/doc/qore/modules/FsUtil/html/search/variables_6.html
12516share/doc/qore/modules/FsUtil/html/search/variables_6.js 13679share/doc/qore/modules/FsUtil/html/search/variables_6.js
12517share/doc/qore/modules/FsUtil/html/search/variables_7.html 13680share/doc/qore/modules/FsUtil/html/search/variables_7.html
12518share/doc/qore/modules/FsUtil/html/search/variables_7.js 13681share/doc/qore/modules/FsUtil/html/search/variables_7.js
12519share/doc/qore/modules/FsUtil/html/search/variables_8.html 13682share/doc/qore/modules/FsUtil/html/search/variables_8.html
@@ -12530,56 +13693,509 @@ share/doc/qore/modules/FsUtil/html/searc @@ -12530,56 +13693,509 @@ share/doc/qore/modules/FsUtil/html/searc
12530share/doc/qore/modules/FsUtil/html/search/variables_d.js 13693share/doc/qore/modules/FsUtil/html/search/variables_d.js
12531share/doc/qore/modules/FsUtil/html/search/variables_e.html 13694share/doc/qore/modules/FsUtil/html/search/variables_e.html
12532share/doc/qore/modules/FsUtil/html/search/variables_e.js 13695share/doc/qore/modules/FsUtil/html/search/variables_e.js
12533share/doc/qore/modules/FsUtil/html/search/variables_f.html 13696share/doc/qore/modules/FsUtil/html/search/variables_f.html
12534share/doc/qore/modules/FsUtil/html/search/variables_f.js 13697share/doc/qore/modules/FsUtil/html/search/variables_f.js
12535share/doc/qore/modules/FsUtil/html/splitbar.png 13698share/doc/qore/modules/FsUtil/html/splitbar.png
12536share/doc/qore/modules/FsUtil/html/sync_off.png 13699share/doc/qore/modules/FsUtil/html/sync_off.png
12537share/doc/qore/modules/FsUtil/html/sync_on.png 13700share/doc/qore/modules/FsUtil/html/sync_on.png
12538share/doc/qore/modules/FsUtil/html/tab_a.png 13701share/doc/qore/modules/FsUtil/html/tab_a.png
12539share/doc/qore/modules/FsUtil/html/tab_b.png 13702share/doc/qore/modules/FsUtil/html/tab_b.png
12540share/doc/qore/modules/FsUtil/html/tab_h.png 13703share/doc/qore/modules/FsUtil/html/tab_h.png
12541share/doc/qore/modules/FsUtil/html/tab_s.png 13704share/doc/qore/modules/FsUtil/html/tab_s.png
12542share/doc/qore/modules/FsUtil/html/tabs.css 13705share/doc/qore/modules/FsUtil/html/tabs.css
 13706share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_create_file_data_provider_8qc_8dox_8h_source.html
 13707share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_create_file_request_data_type_8qc_8dox_8h_source.html
 13708share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_data_provider_8qc_8dox_8h_source.html
 13709share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_data_provider_8qm_8dox_8h_source.html
 13710share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_data_provider_factory_8qc_8dox_8h_source.html
 13711share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_delete_data_provider_8qc_8dox_8h_source.html
 13712share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_get_file_data_provider_8qc_8dox_8h_source.html
 13713share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_get_file_request_data_type_8qc_8dox_8h_source.html
 13714share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_get_file_response_data_type_8qc_8dox_8h_source.html
 13715share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_list_data_provider_8qc_8dox_8h_source.html
 13716share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_mkdir_data_provider_8qc_8dox_8h_source.html
 13717share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_move_data_provider_8qc_8dox_8h_source.html
 13718share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_move_request_data_type_8qc_8dox_8h_source.html
 13719share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_path_data_type_8qc_8dox_8h_source.html
 13720share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_stat_data_provider_8qc_8dox_8h_source.html
 13721share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_stat_response_data_type_8qc_8dox_8h_source.html
 13722share/doc/qore/modules/FtpClientDataProvider/html/annotated.html
 13723share/doc/qore/modules/FtpClientDataProvider/html/annotated_dup.js
 13724share/doc/qore/modules/FtpClientDataProvider/html/bc_s.png
 13725share/doc/qore/modules/FtpClientDataProvider/html/bdwn.png
 13726share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_data_provider-members.html
 13727share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_data_provider.html
 13728share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_data_provider.js
 13729share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_request_data_type-members.html
 13730share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_request_data_type.html
 13731share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_request_data_type.js
 13732share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider-members.html
 13733share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider.html
 13734share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider.js
 13735share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider_factory-members.html
 13736share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider_factory.html
 13737share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider_factory.js
 13738share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_delete_data_provider-members.html
 13739share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_delete_data_provider.html
 13740share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_delete_data_provider.js
 13741share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_data_provider-members.html
 13742share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_data_provider.html
 13743share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_data_provider.js
 13744share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_request_data_type-members.html
 13745share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_request_data_type.html
 13746share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_request_data_type.js
 13747share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_response_data_type-members.html
 13748share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_response_data_type.html
 13749share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_response_data_type.js
 13750share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_list_data_provider-members.html
 13751share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_list_data_provider.html
 13752share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_list_data_provider.js
 13753share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_mkdir_data_provider-members.html
 13754share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_mkdir_data_provider.html
 13755share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_mkdir_data_provider.js
 13756share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_data_provider-members.html
 13757share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_data_provider.html
 13758share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_data_provider.js
 13759share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_request_data_type-members.html
 13760share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_request_data_type.html
 13761share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_request_data_type.js
 13762share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_path_data_type-members.html
 13763share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_path_data_type.html
 13764share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_path_data_type.js
 13765share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_data_provider-members.html
 13766share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_data_provider.html
 13767share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_data_provider.js
 13768share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_response_data_type-members.html
 13769share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_response_data_type.html
 13770share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_response_data_type.js
 13771share/doc/qore/modules/FtpClientDataProvider/html/classes.html
 13772share/doc/qore/modules/FtpClientDataProvider/html/closed.png
 13773share/doc/qore/modules/FtpClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html
 13774share/doc/qore/modules/FtpClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
 13775share/doc/qore/modules/FtpClientDataProvider/html/doc.png
 13776share/doc/qore/modules/FtpClientDataProvider/html/doxygen.css
 13777share/doc/qore/modules/FtpClientDataProvider/html/doxygen.svg
 13778share/doc/qore/modules/FtpClientDataProvider/html/dynsections.js
 13779share/doc/qore/modules/FtpClientDataProvider/html/folderclosed.png
 13780share/doc/qore/modules/FtpClientDataProvider/html/folderopen.png
 13781share/doc/qore/modules/FtpClientDataProvider/html/functions.html
 13782share/doc/qore/modules/FtpClientDataProvider/html/functions_func.html
 13783share/doc/qore/modules/FtpClientDataProvider/html/functions_vars.html
 13784share/doc/qore/modules/FtpClientDataProvider/html/graph_legend.html
 13785share/doc/qore/modules/FtpClientDataProvider/html/graph_legend.md5
 13786share/doc/qore/modules/FtpClientDataProvider/html/graph_legend.png
 13787share/doc/qore/modules/FtpClientDataProvider/html/index.html
 13788share/doc/qore/modules/FtpClientDataProvider/html/index.qhp
 13789share/doc/qore/modules/FtpClientDataProvider/html/jquery.js
 13790share/doc/qore/modules/FtpClientDataProvider/html/menu.js
 13791share/doc/qore/modules/FtpClientDataProvider/html/menudata.js
 13792share/doc/qore/modules/FtpClientDataProvider/html/namespace_ftp_client_data_provider.html
 13793share/doc/qore/modules/FtpClientDataProvider/html/namespace_ftp_client_data_provider.js
 13794share/doc/qore/modules/FtpClientDataProvider/html/namespaces.html
 13795share/doc/qore/modules/FtpClientDataProvider/html/namespaces_dup.js
 13796share/doc/qore/modules/FtpClientDataProvider/html/nav_f.png
 13797share/doc/qore/modules/FtpClientDataProvider/html/nav_g.png
 13798share/doc/qore/modules/FtpClientDataProvider/html/nav_h.png
 13799share/doc/qore/modules/FtpClientDataProvider/html/navtree.css
 13800share/doc/qore/modules/FtpClientDataProvider/html/navtree.js
 13801share/doc/qore/modules/FtpClientDataProvider/html/navtreedata.js
 13802share/doc/qore/modules/FtpClientDataProvider/html/navtreeindex0.js
 13803share/doc/qore/modules/FtpClientDataProvider/html/open.png
 13804share/doc/qore/modules/FtpClientDataProvider/html/pages.html
 13805share/doc/qore/modules/FtpClientDataProvider/html/qore-logo-55x200.png
 13806share/doc/qore/modules/FtpClientDataProvider/html/resize.js
 13807share/doc/qore/modules/FtpClientDataProvider/html/search/all_0.html
 13808share/doc/qore/modules/FtpClientDataProvider/html/search/all_0.js
 13809share/doc/qore/modules/FtpClientDataProvider/html/search/all_1.html
 13810share/doc/qore/modules/FtpClientDataProvider/html/search/all_1.js
 13811share/doc/qore/modules/FtpClientDataProvider/html/search/all_10.html
 13812share/doc/qore/modules/FtpClientDataProvider/html/search/all_10.js
 13813share/doc/qore/modules/FtpClientDataProvider/html/search/all_11.html
 13814share/doc/qore/modules/FtpClientDataProvider/html/search/all_11.js
 13815share/doc/qore/modules/FtpClientDataProvider/html/search/all_12.html
 13816share/doc/qore/modules/FtpClientDataProvider/html/search/all_12.js
 13817share/doc/qore/modules/FtpClientDataProvider/html/search/all_13.html
 13818share/doc/qore/modules/FtpClientDataProvider/html/search/all_13.js
 13819share/doc/qore/modules/FtpClientDataProvider/html/search/all_14.html
 13820share/doc/qore/modules/FtpClientDataProvider/html/search/all_14.js
 13821share/doc/qore/modules/FtpClientDataProvider/html/search/all_15.html
 13822share/doc/qore/modules/FtpClientDataProvider/html/search/all_15.js
 13823share/doc/qore/modules/FtpClientDataProvider/html/search/all_16.html
 13824share/doc/qore/modules/FtpClientDataProvider/html/search/all_16.js
 13825share/doc/qore/modules/FtpClientDataProvider/html/search/all_17.html
 13826share/doc/qore/modules/FtpClientDataProvider/html/search/all_17.js
 13827share/doc/qore/modules/FtpClientDataProvider/html/search/all_18.html
 13828share/doc/qore/modules/FtpClientDataProvider/html/search/all_18.js
 13829share/doc/qore/modules/FtpClientDataProvider/html/search/all_19.html
 13830share/doc/qore/modules/FtpClientDataProvider/html/search/all_19.js
 13831share/doc/qore/modules/FtpClientDataProvider/html/search/all_1a.html
 13832share/doc/qore/modules/FtpClientDataProvider/html/search/all_1a.js
 13833share/doc/qore/modules/FtpClientDataProvider/html/search/all_2.html
 13834share/doc/qore/modules/FtpClientDataProvider/html/search/all_2.js
 13835share/doc/qore/modules/FtpClientDataProvider/html/search/all_3.html
 13836share/doc/qore/modules/FtpClientDataProvider/html/search/all_3.js
 13837share/doc/qore/modules/FtpClientDataProvider/html/search/all_4.html
 13838share/doc/qore/modules/FtpClientDataProvider/html/search/all_4.js
 13839share/doc/qore/modules/FtpClientDataProvider/html/search/all_5.html
 13840share/doc/qore/modules/FtpClientDataProvider/html/search/all_5.js
 13841share/doc/qore/modules/FtpClientDataProvider/html/search/all_6.html
 13842share/doc/qore/modules/FtpClientDataProvider/html/search/all_6.js
 13843share/doc/qore/modules/FtpClientDataProvider/html/search/all_7.html
 13844share/doc/qore/modules/FtpClientDataProvider/html/search/all_7.js
 13845share/doc/qore/modules/FtpClientDataProvider/html/search/all_8.html
 13846share/doc/qore/modules/FtpClientDataProvider/html/search/all_8.js
 13847share/doc/qore/modules/FtpClientDataProvider/html/search/all_9.html
 13848share/doc/qore/modules/FtpClientDataProvider/html/search/all_9.js
 13849share/doc/qore/modules/FtpClientDataProvider/html/search/all_a.html
 13850share/doc/qore/modules/FtpClientDataProvider/html/search/all_a.js
 13851share/doc/qore/modules/FtpClientDataProvider/html/search/all_b.html
 13852share/doc/qore/modules/FtpClientDataProvider/html/search/all_b.js
 13853share/doc/qore/modules/FtpClientDataProvider/html/search/all_c.html
 13854share/doc/qore/modules/FtpClientDataProvider/html/search/all_c.js
 13855share/doc/qore/modules/FtpClientDataProvider/html/search/all_d.html
 13856share/doc/qore/modules/FtpClientDataProvider/html/search/all_d.js
 13857share/doc/qore/modules/FtpClientDataProvider/html/search/all_e.html
 13858share/doc/qore/modules/FtpClientDataProvider/html/search/all_e.js
 13859share/doc/qore/modules/FtpClientDataProvider/html/search/all_f.html
 13860share/doc/qore/modules/FtpClientDataProvider/html/search/all_f.js
 13861share/doc/qore/modules/FtpClientDataProvider/html/search/classes_0.html
 13862share/doc/qore/modules/FtpClientDataProvider/html/search/classes_0.js
 13863share/doc/qore/modules/FtpClientDataProvider/html/search/classes_1.html
 13864share/doc/qore/modules/FtpClientDataProvider/html/search/classes_1.js
 13865share/doc/qore/modules/FtpClientDataProvider/html/search/classes_10.html
 13866share/doc/qore/modules/FtpClientDataProvider/html/search/classes_10.js
 13867share/doc/qore/modules/FtpClientDataProvider/html/search/classes_11.html
 13868share/doc/qore/modules/FtpClientDataProvider/html/search/classes_11.js
 13869share/doc/qore/modules/FtpClientDataProvider/html/search/classes_12.html
 13870share/doc/qore/modules/FtpClientDataProvider/html/search/classes_12.js
 13871share/doc/qore/modules/FtpClientDataProvider/html/search/classes_13.html
 13872share/doc/qore/modules/FtpClientDataProvider/html/search/classes_13.js
 13873share/doc/qore/modules/FtpClientDataProvider/html/search/classes_14.html
 13874share/doc/qore/modules/FtpClientDataProvider/html/search/classes_14.js
 13875share/doc/qore/modules/FtpClientDataProvider/html/search/classes_15.html
 13876share/doc/qore/modules/FtpClientDataProvider/html/search/classes_15.js
 13877share/doc/qore/modules/FtpClientDataProvider/html/search/classes_2.html
 13878share/doc/qore/modules/FtpClientDataProvider/html/search/classes_2.js
 13879share/doc/qore/modules/FtpClientDataProvider/html/search/classes_3.html
 13880share/doc/qore/modules/FtpClientDataProvider/html/search/classes_3.js
 13881share/doc/qore/modules/FtpClientDataProvider/html/search/classes_4.html
 13882share/doc/qore/modules/FtpClientDataProvider/html/search/classes_4.js
 13883share/doc/qore/modules/FtpClientDataProvider/html/search/classes_5.html
 13884share/doc/qore/modules/FtpClientDataProvider/html/search/classes_5.js
 13885share/doc/qore/modules/FtpClientDataProvider/html/search/classes_6.html
 13886share/doc/qore/modules/FtpClientDataProvider/html/search/classes_6.js
 13887share/doc/qore/modules/FtpClientDataProvider/html/search/classes_7.html
 13888share/doc/qore/modules/FtpClientDataProvider/html/search/classes_7.js
 13889share/doc/qore/modules/FtpClientDataProvider/html/search/classes_8.html
 13890share/doc/qore/modules/FtpClientDataProvider/html/search/classes_8.js
 13891share/doc/qore/modules/FtpClientDataProvider/html/search/classes_9.html
 13892share/doc/qore/modules/FtpClientDataProvider/html/search/classes_9.js
 13893share/doc/qore/modules/FtpClientDataProvider/html/search/classes_a.html
 13894share/doc/qore/modules/FtpClientDataProvider/html/search/classes_a.js
 13895share/doc/qore/modules/FtpClientDataProvider/html/search/classes_b.html
 13896share/doc/qore/modules/FtpClientDataProvider/html/search/classes_b.js
 13897share/doc/qore/modules/FtpClientDataProvider/html/search/classes_c.html
 13898share/doc/qore/modules/FtpClientDataProvider/html/search/classes_c.js
 13899share/doc/qore/modules/FtpClientDataProvider/html/search/classes_d.html
 13900share/doc/qore/modules/FtpClientDataProvider/html/search/classes_d.js
 13901share/doc/qore/modules/FtpClientDataProvider/html/search/classes_e.html
 13902share/doc/qore/modules/FtpClientDataProvider/html/search/classes_e.js
 13903share/doc/qore/modules/FtpClientDataProvider/html/search/classes_f.html
 13904share/doc/qore/modules/FtpClientDataProvider/html/search/classes_f.js
 13905share/doc/qore/modules/FtpClientDataProvider/html/search/close.svg
 13906share/doc/qore/modules/FtpClientDataProvider/html/search/functions_0.html
 13907share/doc/qore/modules/FtpClientDataProvider/html/search/functions_0.js
 13908share/doc/qore/modules/FtpClientDataProvider/html/search/functions_1.html
 13909share/doc/qore/modules/FtpClientDataProvider/html/search/functions_1.js
 13910share/doc/qore/modules/FtpClientDataProvider/html/search/functions_10.html
 13911share/doc/qore/modules/FtpClientDataProvider/html/search/functions_10.js
 13912share/doc/qore/modules/FtpClientDataProvider/html/search/functions_11.html
 13913share/doc/qore/modules/FtpClientDataProvider/html/search/functions_11.js
 13914share/doc/qore/modules/FtpClientDataProvider/html/search/functions_12.html
 13915share/doc/qore/modules/FtpClientDataProvider/html/search/functions_12.js
 13916share/doc/qore/modules/FtpClientDataProvider/html/search/functions_13.html
 13917share/doc/qore/modules/FtpClientDataProvider/html/search/functions_13.js
 13918share/doc/qore/modules/FtpClientDataProvider/html/search/functions_14.html
 13919share/doc/qore/modules/FtpClientDataProvider/html/search/functions_14.js
 13920share/doc/qore/modules/FtpClientDataProvider/html/search/functions_15.html
 13921share/doc/qore/modules/FtpClientDataProvider/html/search/functions_15.js
 13922share/doc/qore/modules/FtpClientDataProvider/html/search/functions_16.html
 13923share/doc/qore/modules/FtpClientDataProvider/html/search/functions_16.js
 13924share/doc/qore/modules/FtpClientDataProvider/html/search/functions_17.html
 13925share/doc/qore/modules/FtpClientDataProvider/html/search/functions_17.js
 13926share/doc/qore/modules/FtpClientDataProvider/html/search/functions_18.html
 13927share/doc/qore/modules/FtpClientDataProvider/html/search/functions_18.js
 13928share/doc/qore/modules/FtpClientDataProvider/html/search/functions_19.html
 13929share/doc/qore/modules/FtpClientDataProvider/html/search/functions_19.js
 13930share/doc/qore/modules/FtpClientDataProvider/html/search/functions_2.html
 13931share/doc/qore/modules/FtpClientDataProvider/html/search/functions_2.js
 13932share/doc/qore/modules/FtpClientDataProvider/html/search/functions_3.html
 13933share/doc/qore/modules/FtpClientDataProvider/html/search/functions_3.js
 13934share/doc/qore/modules/FtpClientDataProvider/html/search/functions_4.html
 13935share/doc/qore/modules/FtpClientDataProvider/html/search/functions_4.js
 13936share/doc/qore/modules/FtpClientDataProvider/html/search/functions_5.html
 13937share/doc/qore/modules/FtpClientDataProvider/html/search/functions_5.js
 13938share/doc/qore/modules/FtpClientDataProvider/html/search/functions_6.html
 13939share/doc/qore/modules/FtpClientDataProvider/html/search/functions_6.js
 13940share/doc/qore/modules/FtpClientDataProvider/html/search/functions_7.html
 13941share/doc/qore/modules/FtpClientDataProvider/html/search/functions_7.js
 13942share/doc/qore/modules/FtpClientDataProvider/html/search/functions_8.html
 13943share/doc/qore/modules/FtpClientDataProvider/html/search/functions_8.js
 13944share/doc/qore/modules/FtpClientDataProvider/html/search/functions_9.html
 13945share/doc/qore/modules/FtpClientDataProvider/html/search/functions_9.js
 13946share/doc/qore/modules/FtpClientDataProvider/html/search/functions_a.html
 13947share/doc/qore/modules/FtpClientDataProvider/html/search/functions_a.js
 13948share/doc/qore/modules/FtpClientDataProvider/html/search/functions_b.html
 13949share/doc/qore/modules/FtpClientDataProvider/html/search/functions_b.js
 13950share/doc/qore/modules/FtpClientDataProvider/html/search/functions_c.html
 13951share/doc/qore/modules/FtpClientDataProvider/html/search/functions_c.js
 13952share/doc/qore/modules/FtpClientDataProvider/html/search/functions_d.html
 13953share/doc/qore/modules/FtpClientDataProvider/html/search/functions_d.js
 13954share/doc/qore/modules/FtpClientDataProvider/html/search/functions_e.html
 13955share/doc/qore/modules/FtpClientDataProvider/html/search/functions_e.js
 13956share/doc/qore/modules/FtpClientDataProvider/html/search/functions_f.html
 13957share/doc/qore/modules/FtpClientDataProvider/html/search/functions_f.js
 13958share/doc/qore/modules/FtpClientDataProvider/html/search/groups_0.html
 13959share/doc/qore/modules/FtpClientDataProvider/html/search/groups_0.js
 13960share/doc/qore/modules/FtpClientDataProvider/html/search/groups_1.html
 13961share/doc/qore/modules/FtpClientDataProvider/html/search/groups_1.js
 13962share/doc/qore/modules/FtpClientDataProvider/html/search/groups_10.html
 13963share/doc/qore/modules/FtpClientDataProvider/html/search/groups_10.js
 13964share/doc/qore/modules/FtpClientDataProvider/html/search/groups_11.html
 13965share/doc/qore/modules/FtpClientDataProvider/html/search/groups_11.js
 13966share/doc/qore/modules/FtpClientDataProvider/html/search/groups_12.html
 13967share/doc/qore/modules/FtpClientDataProvider/html/search/groups_12.js
 13968share/doc/qore/modules/FtpClientDataProvider/html/search/groups_2.html
 13969share/doc/qore/modules/FtpClientDataProvider/html/search/groups_2.js
 13970share/doc/qore/modules/FtpClientDataProvider/html/search/groups_3.html
 13971share/doc/qore/modules/FtpClientDataProvider/html/search/groups_3.js
 13972share/doc/qore/modules/FtpClientDataProvider/html/search/groups_4.html
 13973share/doc/qore/modules/FtpClientDataProvider/html/search/groups_4.js
 13974share/doc/qore/modules/FtpClientDataProvider/html/search/groups_5.html
 13975share/doc/qore/modules/FtpClientDataProvider/html/search/groups_5.js
 13976share/doc/qore/modules/FtpClientDataProvider/html/search/groups_6.html
 13977share/doc/qore/modules/FtpClientDataProvider/html/search/groups_6.js
 13978share/doc/qore/modules/FtpClientDataProvider/html/search/groups_7.html
 13979share/doc/qore/modules/FtpClientDataProvider/html/search/groups_7.js
 13980share/doc/qore/modules/FtpClientDataProvider/html/search/groups_8.html
 13981share/doc/qore/modules/FtpClientDataProvider/html/search/groups_8.js
 13982share/doc/qore/modules/FtpClientDataProvider/html/search/groups_9.html
 13983share/doc/qore/modules/FtpClientDataProvider/html/search/groups_9.js
 13984share/doc/qore/modules/FtpClientDataProvider/html/search/groups_a.html
 13985share/doc/qore/modules/FtpClientDataProvider/html/search/groups_a.js
 13986share/doc/qore/modules/FtpClientDataProvider/html/search/groups_b.html
 13987share/doc/qore/modules/FtpClientDataProvider/html/search/groups_b.js
 13988share/doc/qore/modules/FtpClientDataProvider/html/search/groups_c.html
 13989share/doc/qore/modules/FtpClientDataProvider/html/search/groups_c.js
 13990share/doc/qore/modules/FtpClientDataProvider/html/search/groups_d.html
 13991share/doc/qore/modules/FtpClientDataProvider/html/search/groups_d.js
 13992share/doc/qore/modules/FtpClientDataProvider/html/search/groups_e.html
 13993share/doc/qore/modules/FtpClientDataProvider/html/search/groups_e.js
 13994share/doc/qore/modules/FtpClientDataProvider/html/search/groups_f.html
 13995share/doc/qore/modules/FtpClientDataProvider/html/search/groups_f.js
 13996share/doc/qore/modules/FtpClientDataProvider/html/search/mag_sel.svg
 13997share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_0.html
 13998share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_0.js
 13999share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_1.html
 14000share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_1.js
 14001share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_2.html
 14002share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_2.js
 14003share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_3.html
 14004share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_3.js
 14005share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_4.html
 14006share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_4.js
 14007share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_5.html
 14008share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_5.js
 14009share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_6.html
 14010share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_6.js
 14011share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_7.html
 14012share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_7.js
 14013share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_8.html
 14014share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_8.js
 14015share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_9.html
 14016share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_9.js
 14017share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_a.html
 14018share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_a.js
 14019share/doc/qore/modules/FtpClientDataProvider/html/search/nomatches.html
 14020share/doc/qore/modules/FtpClientDataProvider/html/search/pages_0.html
 14021share/doc/qore/modules/FtpClientDataProvider/html/search/pages_0.js
 14022share/doc/qore/modules/FtpClientDataProvider/html/search/pages_1.html
 14023share/doc/qore/modules/FtpClientDataProvider/html/search/pages_1.js
 14024share/doc/qore/modules/FtpClientDataProvider/html/search/pages_10.html
 14025share/doc/qore/modules/FtpClientDataProvider/html/search/pages_10.js
 14026share/doc/qore/modules/FtpClientDataProvider/html/search/pages_11.html
 14027share/doc/qore/modules/FtpClientDataProvider/html/search/pages_11.js
 14028share/doc/qore/modules/FtpClientDataProvider/html/search/pages_12.html
 14029share/doc/qore/modules/FtpClientDataProvider/html/search/pages_12.js
 14030share/doc/qore/modules/FtpClientDataProvider/html/search/pages_2.html
 14031share/doc/qore/modules/FtpClientDataProvider/html/search/pages_2.js
 14032share/doc/qore/modules/FtpClientDataProvider/html/search/pages_3.html
 14033share/doc/qore/modules/FtpClientDataProvider/html/search/pages_3.js
 14034share/doc/qore/modules/FtpClientDataProvider/html/search/pages_4.html
 14035share/doc/qore/modules/FtpClientDataProvider/html/search/pages_4.js
 14036share/doc/qore/modules/FtpClientDataProvider/html/search/pages_5.html
 14037share/doc/qore/modules/FtpClientDataProvider/html/search/pages_5.js
 14038share/doc/qore/modules/FtpClientDataProvider/html/search/pages_6.html
 14039share/doc/qore/modules/FtpClientDataProvider/html/search/pages_6.js
 14040share/doc/qore/modules/FtpClientDataProvider/html/search/pages_7.html
 14041share/doc/qore/modules/FtpClientDataProvider/html/search/pages_7.js
 14042share/doc/qore/modules/FtpClientDataProvider/html/search/pages_8.html
 14043share/doc/qore/modules/FtpClientDataProvider/html/search/pages_8.js
 14044share/doc/qore/modules/FtpClientDataProvider/html/search/pages_9.html
 14045share/doc/qore/modules/FtpClientDataProvider/html/search/pages_9.js
 14046share/doc/qore/modules/FtpClientDataProvider/html/search/pages_a.html
 14047share/doc/qore/modules/FtpClientDataProvider/html/search/pages_a.js
 14048share/doc/qore/modules/FtpClientDataProvider/html/search/pages_b.html
 14049share/doc/qore/modules/FtpClientDataProvider/html/search/pages_b.js
 14050share/doc/qore/modules/FtpClientDataProvider/html/search/pages_c.html
 14051share/doc/qore/modules/FtpClientDataProvider/html/search/pages_c.js
 14052share/doc/qore/modules/FtpClientDataProvider/html/search/pages_d.html
 14053share/doc/qore/modules/FtpClientDataProvider/html/search/pages_d.js
 14054share/doc/qore/modules/FtpClientDataProvider/html/search/pages_e.html
 14055share/doc/qore/modules/FtpClientDataProvider/html/search/pages_e.js
 14056share/doc/qore/modules/FtpClientDataProvider/html/search/pages_f.html
 14057share/doc/qore/modules/FtpClientDataProvider/html/search/pages_f.js
 14058share/doc/qore/modules/FtpClientDataProvider/html/search/search.css
 14059share/doc/qore/modules/FtpClientDataProvider/html/search/search.js
 14060share/doc/qore/modules/FtpClientDataProvider/html/search/search_l.png
 14061share/doc/qore/modules/FtpClientDataProvider/html/search/search_m.png
 14062share/doc/qore/modules/FtpClientDataProvider/html/search/search_r.png
 14063share/doc/qore/modules/FtpClientDataProvider/html/search/searchdata.js
 14064share/doc/qore/modules/FtpClientDataProvider/html/search/variables_0.html
 14065share/doc/qore/modules/FtpClientDataProvider/html/search/variables_0.js
 14066share/doc/qore/modules/FtpClientDataProvider/html/search/variables_1.html
 14067share/doc/qore/modules/FtpClientDataProvider/html/search/variables_1.js
 14068share/doc/qore/modules/FtpClientDataProvider/html/search/variables_10.html
 14069share/doc/qore/modules/FtpClientDataProvider/html/search/variables_10.js
 14070share/doc/qore/modules/FtpClientDataProvider/html/search/variables_11.html
 14071share/doc/qore/modules/FtpClientDataProvider/html/search/variables_11.js
 14072share/doc/qore/modules/FtpClientDataProvider/html/search/variables_12.html
 14073share/doc/qore/modules/FtpClientDataProvider/html/search/variables_12.js
 14074share/doc/qore/modules/FtpClientDataProvider/html/search/variables_13.html
 14075share/doc/qore/modules/FtpClientDataProvider/html/search/variables_13.js
 14076share/doc/qore/modules/FtpClientDataProvider/html/search/variables_14.html
 14077share/doc/qore/modules/FtpClientDataProvider/html/search/variables_14.js
 14078share/doc/qore/modules/FtpClientDataProvider/html/search/variables_15.html
 14079share/doc/qore/modules/FtpClientDataProvider/html/search/variables_15.js
 14080share/doc/qore/modules/FtpClientDataProvider/html/search/variables_16.html
 14081share/doc/qore/modules/FtpClientDataProvider/html/search/variables_16.js
 14082share/doc/qore/modules/FtpClientDataProvider/html/search/variables_17.html
 14083share/doc/qore/modules/FtpClientDataProvider/html/search/variables_17.js
 14084share/doc/qore/modules/FtpClientDataProvider/html/search/variables_18.html
 14085share/doc/qore/modules/FtpClientDataProvider/html/search/variables_18.js
 14086share/doc/qore/modules/FtpClientDataProvider/html/search/variables_19.html
 14087share/doc/qore/modules/FtpClientDataProvider/html/search/variables_19.js
 14088share/doc/qore/modules/FtpClientDataProvider/html/search/variables_2.html
 14089share/doc/qore/modules/FtpClientDataProvider/html/search/variables_2.js
 14090share/doc/qore/modules/FtpClientDataProvider/html/search/variables_3.html
 14091share/doc/qore/modules/FtpClientDataProvider/html/search/variables_3.js
 14092share/doc/qore/modules/FtpClientDataProvider/html/search/variables_4.html
 14093share/doc/qore/modules/FtpClientDataProvider/html/search/variables_4.js
 14094share/doc/qore/modules/FtpClientDataProvider/html/search/variables_5.html
 14095share/doc/qore/modules/FtpClientDataProvider/html/search/variables_5.js
 14096share/doc/qore/modules/FtpClientDataProvider/html/search/variables_6.html
 14097share/doc/qore/modules/FtpClientDataProvider/html/search/variables_6.js
 14098share/doc/qore/modules/FtpClientDataProvider/html/search/variables_7.html
 14099share/doc/qore/modules/FtpClientDataProvider/html/search/variables_7.js
 14100share/doc/qore/modules/FtpClientDataProvider/html/search/variables_8.html
 14101share/doc/qore/modules/FtpClientDataProvider/html/search/variables_8.js
 14102share/doc/qore/modules/FtpClientDataProvider/html/search/variables_9.html
 14103share/doc/qore/modules/FtpClientDataProvider/html/search/variables_9.js
 14104share/doc/qore/modules/FtpClientDataProvider/html/search/variables_a.html
 14105share/doc/qore/modules/FtpClientDataProvider/html/search/variables_a.js
 14106share/doc/qore/modules/FtpClientDataProvider/html/search/variables_b.html
 14107share/doc/qore/modules/FtpClientDataProvider/html/search/variables_b.js
 14108share/doc/qore/modules/FtpClientDataProvider/html/search/variables_c.html
 14109share/doc/qore/modules/FtpClientDataProvider/html/search/variables_c.js
 14110share/doc/qore/modules/FtpClientDataProvider/html/search/variables_d.html
 14111share/doc/qore/modules/FtpClientDataProvider/html/search/variables_d.js
 14112share/doc/qore/modules/FtpClientDataProvider/html/search/variables_e.html
 14113share/doc/qore/modules/FtpClientDataProvider/html/search/variables_e.js
 14114share/doc/qore/modules/FtpClientDataProvider/html/search/variables_f.html
 14115share/doc/qore/modules/FtpClientDataProvider/html/search/variables_f.js
 14116share/doc/qore/modules/FtpClientDataProvider/html/splitbar.png
 14117share/doc/qore/modules/FtpClientDataProvider/html/sync_off.png
 14118share/doc/qore/modules/FtpClientDataProvider/html/sync_on.png
 14119share/doc/qore/modules/FtpClientDataProvider/html/tab_a.png
 14120share/doc/qore/modules/FtpClientDataProvider/html/tab_b.png
 14121share/doc/qore/modules/FtpClientDataProvider/html/tab_h.png
 14122share/doc/qore/modules/FtpClientDataProvider/html/tab_s.png
 14123share/doc/qore/modules/FtpClientDataProvider/html/tabs.css
12543share/doc/qore/modules/FtpPoller/html/annotated.html 14124share/doc/qore/modules/FtpPoller/html/annotated.html
12544share/doc/qore/modules/FtpPoller/html/annotated_dup.js 14125share/doc/qore/modules/FtpPoller/html/annotated_dup.js
12545share/doc/qore/modules/FtpPoller/html/bc_s.png 14126share/doc/qore/modules/FtpPoller/html/bc_s.png
12546share/doc/qore/modules/FtpPoller/html/bdwn.png 14127share/doc/qore/modules/FtpPoller/html/bdwn.png
 14128share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider-members.html
 14129share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider.html
 14130share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider.js
 14131share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider__inherit__graph.map
 14132share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider__inherit__graph.md5
 14133share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider__inherit__graph.png
12547share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller-members.html 14134share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller-members.html
12548share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller.html 14135share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller.html
12549share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller.js 14136share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller.js
 14137share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider-members.html
 14138share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider.html
 14139share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider.js
 14140share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider__inherit__graph.map
 14141share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider__inherit__graph.md5
 14142share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider__inherit__graph.png
 14143share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base-members.html
 14144share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base.html
 14145share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base.js
 14146share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base__inherit__graph.map
 14147share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base__inherit__graph.md5
 14148share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base__inherit__graph.png
 14149share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_factory-members.html
 14150share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_factory.html
 14151share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_factory.js
12550share/doc/qore/modules/FtpPoller/html/classes.html 14152share/doc/qore/modules/FtpPoller/html/classes.html
12551share/doc/qore/modules/FtpPoller/html/closed.png 14153share/doc/qore/modules/FtpPoller/html/closed.png
12552share/doc/qore/modules/FtpPoller/html/dir_13add0083e006ac756009d5942a24d28.html 14154share/doc/qore/modules/FtpPoller/html/dir_13add0083e006ac756009d5942a24d28.html
12553share/doc/qore/modules/FtpPoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 14155share/doc/qore/modules/FtpPoller/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
12554share/doc/qore/modules/FtpPoller/html/doc.png 14156share/doc/qore/modules/FtpPoller/html/doc.png
12555share/doc/qore/modules/FtpPoller/html/doxygen.css 14157share/doc/qore/modules/FtpPoller/html/doxygen.css
12556share/doc/qore/modules/FtpPoller/html/doxygen.svg 14158share/doc/qore/modules/FtpPoller/html/doxygen.svg
12557share/doc/qore/modules/FtpPoller/html/dynsections.js 14159share/doc/qore/modules/FtpPoller/html/dynsections.js
12558share/doc/qore/modules/FtpPoller/html/folderclosed.png 14160share/doc/qore/modules/FtpPoller/html/folderclosed.png
12559share/doc/qore/modules/FtpPoller/html/folderopen.png 14161share/doc/qore/modules/FtpPoller/html/folderopen.png
12560share/doc/qore/modules/FtpPoller/html/functions.html 14162share/doc/qore/modules/FtpPoller/html/functions.html
12561share/doc/qore/modules/FtpPoller/html/functions_func.html 14163share/doc/qore/modules/FtpPoller/html/functions_func.html
12562share/doc/qore/modules/FtpPoller/html/functions_vars.html 14164share/doc/qore/modules/FtpPoller/html/functions_vars.html
12563share/doc/qore/modules/FtpPoller/html/graph_legend.html 14165share/doc/qore/modules/FtpPoller/html/graph_legend.html
12564share/doc/qore/modules/FtpPoller/html/graph_legend.md5 14166share/doc/qore/modules/FtpPoller/html/graph_legend.md5
12565share/doc/qore/modules/FtpPoller/html/graph_legend.png 14167share/doc/qore/modules/FtpPoller/html/graph_legend.png
 14168share/doc/qore/modules/FtpPoller/html/hierarchy.html
 14169share/doc/qore/modules/FtpPoller/html/hierarchy.js
12566share/doc/qore/modules/FtpPoller/html/index.html 14170share/doc/qore/modules/FtpPoller/html/index.html
12567share/doc/qore/modules/FtpPoller/html/index.qhp 14171share/doc/qore/modules/FtpPoller/html/index.qhp
 14172share/doc/qore/modules/FtpPoller/html/inherit_graph_0.map
 14173share/doc/qore/modules/FtpPoller/html/inherit_graph_0.md5
 14174share/doc/qore/modules/FtpPoller/html/inherit_graph_0.png
 14175share/doc/qore/modules/FtpPoller/html/inherit_graph_1.map
 14176share/doc/qore/modules/FtpPoller/html/inherit_graph_1.md5
 14177share/doc/qore/modules/FtpPoller/html/inherit_graph_1.png
 14178share/doc/qore/modules/FtpPoller/html/inherit_graph_2.map
 14179share/doc/qore/modules/FtpPoller/html/inherit_graph_2.md5
 14180share/doc/qore/modules/FtpPoller/html/inherit_graph_2.png
 14181share/doc/qore/modules/FtpPoller/html/inherits.html
12568share/doc/qore/modules/FtpPoller/html/jquery.js 14182share/doc/qore/modules/FtpPoller/html/jquery.js
12569share/doc/qore/modules/FtpPoller/html/menu.js 14183share/doc/qore/modules/FtpPoller/html/menu.js
12570share/doc/qore/modules/FtpPoller/html/menudata.js 14184share/doc/qore/modules/FtpPoller/html/menudata.js
12571share/doc/qore/modules/FtpPoller/html/namespace_ftp_poller.html 14185share/doc/qore/modules/FtpPoller/html/namespace_ftp_poller.html
12572share/doc/qore/modules/FtpPoller/html/namespace_ftp_poller.js 14186share/doc/qore/modules/FtpPoller/html/namespace_ftp_poller.js
 14187share/doc/qore/modules/FtpPoller/html/namespacemembers.html
 14188share/doc/qore/modules/FtpPoller/html/namespacemembers_vars.html
12573share/doc/qore/modules/FtpPoller/html/namespaces.html 14189share/doc/qore/modules/FtpPoller/html/namespaces.html
12574share/doc/qore/modules/FtpPoller/html/namespaces_dup.js 14190share/doc/qore/modules/FtpPoller/html/namespaces_dup.js
12575share/doc/qore/modules/FtpPoller/html/nav_f.png 14191share/doc/qore/modules/FtpPoller/html/nav_f.png
12576share/doc/qore/modules/FtpPoller/html/nav_g.png 14192share/doc/qore/modules/FtpPoller/html/nav_g.png
12577share/doc/qore/modules/FtpPoller/html/nav_h.png 14193share/doc/qore/modules/FtpPoller/html/nav_h.png
12578share/doc/qore/modules/FtpPoller/html/navtree.css 14194share/doc/qore/modules/FtpPoller/html/navtree.css
12579share/doc/qore/modules/FtpPoller/html/navtree.js 14195share/doc/qore/modules/FtpPoller/html/navtree.js
12580share/doc/qore/modules/FtpPoller/html/navtreedata.js 14196share/doc/qore/modules/FtpPoller/html/navtreedata.js
12581share/doc/qore/modules/FtpPoller/html/navtreeindex0.js 14197share/doc/qore/modules/FtpPoller/html/navtreeindex0.js
12582share/doc/qore/modules/FtpPoller/html/open.png 14198share/doc/qore/modules/FtpPoller/html/open.png
12583share/doc/qore/modules/FtpPoller/html/pages.html 14199share/doc/qore/modules/FtpPoller/html/pages.html
12584share/doc/qore/modules/FtpPoller/html/qore-logo-55x200.png 14200share/doc/qore/modules/FtpPoller/html/qore-logo-55x200.png
12585share/doc/qore/modules/FtpPoller/html/resize.js 14201share/doc/qore/modules/FtpPoller/html/resize.js
@@ -13229,26 +14845,440 @@ share/doc/qore/modules/FtpPollerUtil/htm @@ -13229,26 +14845,440 @@ share/doc/qore/modules/FtpPollerUtil/htm
13229share/doc/qore/modules/FtpPollerUtil/html/search/variables_f.html 14845share/doc/qore/modules/FtpPollerUtil/html/search/variables_f.html
13230share/doc/qore/modules/FtpPollerUtil/html/search/variables_f.js 14846share/doc/qore/modules/FtpPollerUtil/html/search/variables_f.js
13231share/doc/qore/modules/FtpPollerUtil/html/splitbar.png 14847share/doc/qore/modules/FtpPollerUtil/html/splitbar.png
13232share/doc/qore/modules/FtpPollerUtil/html/struct_ftp_poller_1_1_ftp_poller_file_event_info-members.html 14848share/doc/qore/modules/FtpPollerUtil/html/struct_ftp_poller_1_1_ftp_poller_file_event_info-members.html
13233share/doc/qore/modules/FtpPollerUtil/html/struct_ftp_poller_1_1_ftp_poller_file_event_info.html 14849share/doc/qore/modules/FtpPollerUtil/html/struct_ftp_poller_1_1_ftp_poller_file_event_info.html
13234share/doc/qore/modules/FtpPollerUtil/html/struct_ftp_poller_1_1_ftp_poller_file_event_info.js 14850share/doc/qore/modules/FtpPollerUtil/html/struct_ftp_poller_1_1_ftp_poller_file_event_info.js
13235share/doc/qore/modules/FtpPollerUtil/html/sync_off.png 14851share/doc/qore/modules/FtpPollerUtil/html/sync_off.png
13236share/doc/qore/modules/FtpPollerUtil/html/sync_on.png 14852share/doc/qore/modules/FtpPollerUtil/html/sync_on.png
13237share/doc/qore/modules/FtpPollerUtil/html/tab_a.png 14853share/doc/qore/modules/FtpPollerUtil/html/tab_a.png
13238share/doc/qore/modules/FtpPollerUtil/html/tab_b.png 14854share/doc/qore/modules/FtpPollerUtil/html/tab_b.png
13239share/doc/qore/modules/FtpPollerUtil/html/tab_h.png 14855share/doc/qore/modules/FtpPollerUtil/html/tab_h.png
13240share/doc/qore/modules/FtpPollerUtil/html/tab_s.png 14856share/doc/qore/modules/FtpPollerUtil/html/tab_s.png
13241share/doc/qore/modules/FtpPollerUtil/html/tabs.css 14857share/doc/qore/modules/FtpPollerUtil/html/tabs.css
 14858share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_data_provider_8qc_8dox_8h_source.html
 14859share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_request_data_type_8qc_8dox_8h_source.html
 14860share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_response_data_type_8qc_8dox_8h_source.html
 14861share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_with_method_request_data_type_8qc_8dox_8h_source.html
 14862share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_without_body_request_data_type_8qc_8dox_8h_source.html
 14863share/doc/qore/modules/HttpClientDataProvider/html/_http_client_data_provider_8qc_8dox_8h_source.html
 14864share/doc/qore/modules/HttpClientDataProvider/html/_http_client_data_provider_8qm_8dox_8h_source.html
 14865share/doc/qore/modules/HttpClientDataProvider/html/_http_client_data_provider_factory_8qc_8dox_8h_source.html
 14866share/doc/qore/modules/HttpClientDataProvider/html/_http_client_delete_data_provider_8qc_8dox_8h_source.html
 14867share/doc/qore/modules/HttpClientDataProvider/html/_http_client_get_data_provider_8qc_8dox_8h_source.html
 14868share/doc/qore/modules/HttpClientDataProvider/html/_http_client_head_data_provider_8qc_8dox_8h_source.html
 14869share/doc/qore/modules/HttpClientDataProvider/html/_http_client_options_data_provider_8qc_8dox_8h_source.html
 14870share/doc/qore/modules/HttpClientDataProvider/html/_http_client_patch_data_provider_8qc_8dox_8h_source.html
 14871share/doc/qore/modules/HttpClientDataProvider/html/_http_client_post_data_provider_8qc_8dox_8h_source.html
 14872share/doc/qore/modules/HttpClientDataProvider/html/_http_client_put_data_provider_8qc_8dox_8h_source.html
 14873share/doc/qore/modules/HttpClientDataProvider/html/annotated.html
 14874share/doc/qore/modules/HttpClientDataProvider/html/annotated_dup.js
 14875share/doc/qore/modules/HttpClientDataProvider/html/bc_s.png
 14876share/doc/qore/modules/HttpClientDataProvider/html/bdwn.png
 14877share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_data_provider-members.html
 14878share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_data_provider.html
 14879share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_data_provider.js
 14880share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_request_data_type-members.html
 14881share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_request_data_type.html
 14882share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_request_data_type.js
 14883share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_response_data_type-members.html
 14884share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_response_data_type.html
 14885share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_response_data_type.js
 14886share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_with_method_request_data_type-members.html
 14887share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_with_method_request_data_type.html
 14888share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_with_method_request_data_type.js
 14889share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_without_body_request_data_type-members.html
 14890share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_without_body_request_data_type.html
 14891share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_without_body_request_data_type.js
 14892share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider-members.html
 14893share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider.html
 14894share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider.js
 14895share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider_factory-members.html
 14896share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider_factory.html
 14897share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider_factory.js
 14898share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_delete_data_provider-members.html
 14899share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_delete_data_provider.html
 14900share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_delete_data_provider.js
 14901share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_get_data_provider-members.html
 14902share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_get_data_provider.html
 14903share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_get_data_provider.js
 14904share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_head_data_provider-members.html
 14905share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_head_data_provider.html
 14906share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_head_data_provider.js
 14907share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_options_data_provider-members.html
 14908share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_options_data_provider.html
 14909share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_options_data_provider.js
 14910share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_patch_data_provider-members.html
 14911share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_patch_data_provider.html
 14912share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_patch_data_provider.js
 14913share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_post_data_provider-members.html
 14914share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_post_data_provider.html
 14915share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_post_data_provider.js
 14916share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_put_data_provider-members.html
 14917share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_put_data_provider.html
 14918share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_put_data_provider.js
 14919share/doc/qore/modules/HttpClientDataProvider/html/classes.html
 14920share/doc/qore/modules/HttpClientDataProvider/html/closed.png
 14921share/doc/qore/modules/HttpClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html
 14922share/doc/qore/modules/HttpClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
 14923share/doc/qore/modules/HttpClientDataProvider/html/doc.png
 14924share/doc/qore/modules/HttpClientDataProvider/html/doxygen.css
 14925share/doc/qore/modules/HttpClientDataProvider/html/doxygen.svg
 14926share/doc/qore/modules/HttpClientDataProvider/html/dynsections.js
 14927share/doc/qore/modules/HttpClientDataProvider/html/folderclosed.png
 14928share/doc/qore/modules/HttpClientDataProvider/html/folderopen.png
 14929share/doc/qore/modules/HttpClientDataProvider/html/functions.html
 14930share/doc/qore/modules/HttpClientDataProvider/html/functions_func.html
 14931share/doc/qore/modules/HttpClientDataProvider/html/functions_vars.html
 14932share/doc/qore/modules/HttpClientDataProvider/html/graph_legend.html
 14933share/doc/qore/modules/HttpClientDataProvider/html/graph_legend.md5
 14934share/doc/qore/modules/HttpClientDataProvider/html/graph_legend.png
 14935share/doc/qore/modules/HttpClientDataProvider/html/index.html
 14936share/doc/qore/modules/HttpClientDataProvider/html/index.qhp
 14937share/doc/qore/modules/HttpClientDataProvider/html/jquery.js
 14938share/doc/qore/modules/HttpClientDataProvider/html/menu.js
 14939share/doc/qore/modules/HttpClientDataProvider/html/menudata.js
 14940share/doc/qore/modules/HttpClientDataProvider/html/namespace_http_client_data_provider.html
 14941share/doc/qore/modules/HttpClientDataProvider/html/namespace_http_client_data_provider.js
 14942share/doc/qore/modules/HttpClientDataProvider/html/namespaces.html
 14943share/doc/qore/modules/HttpClientDataProvider/html/namespaces_dup.js
 14944share/doc/qore/modules/HttpClientDataProvider/html/nav_f.png
 14945share/doc/qore/modules/HttpClientDataProvider/html/nav_g.png
 14946share/doc/qore/modules/HttpClientDataProvider/html/nav_h.png
 14947share/doc/qore/modules/HttpClientDataProvider/html/navtree.css
 14948share/doc/qore/modules/HttpClientDataProvider/html/navtree.js
 14949share/doc/qore/modules/HttpClientDataProvider/html/navtreedata.js
 14950share/doc/qore/modules/HttpClientDataProvider/html/navtreeindex0.js
 14951share/doc/qore/modules/HttpClientDataProvider/html/open.png
 14952share/doc/qore/modules/HttpClientDataProvider/html/pages.html
 14953share/doc/qore/modules/HttpClientDataProvider/html/qore-logo-55x200.png
 14954share/doc/qore/modules/HttpClientDataProvider/html/resize.js
 14955share/doc/qore/modules/HttpClientDataProvider/html/search/all_0.html
 14956share/doc/qore/modules/HttpClientDataProvider/html/search/all_0.js
 14957share/doc/qore/modules/HttpClientDataProvider/html/search/all_1.html
 14958share/doc/qore/modules/HttpClientDataProvider/html/search/all_1.js
 14959share/doc/qore/modules/HttpClientDataProvider/html/search/all_10.html
 14960share/doc/qore/modules/HttpClientDataProvider/html/search/all_10.js
 14961share/doc/qore/modules/HttpClientDataProvider/html/search/all_11.html
 14962share/doc/qore/modules/HttpClientDataProvider/html/search/all_11.js
 14963share/doc/qore/modules/HttpClientDataProvider/html/search/all_12.html
 14964share/doc/qore/modules/HttpClientDataProvider/html/search/all_12.js
 14965share/doc/qore/modules/HttpClientDataProvider/html/search/all_13.html
 14966share/doc/qore/modules/HttpClientDataProvider/html/search/all_13.js
 14967share/doc/qore/modules/HttpClientDataProvider/html/search/all_14.html
 14968share/doc/qore/modules/HttpClientDataProvider/html/search/all_14.js
 14969share/doc/qore/modules/HttpClientDataProvider/html/search/all_15.html
 14970share/doc/qore/modules/HttpClientDataProvider/html/search/all_15.js
 14971share/doc/qore/modules/HttpClientDataProvider/html/search/all_16.html
 14972share/doc/qore/modules/HttpClientDataProvider/html/search/all_16.js
 14973share/doc/qore/modules/HttpClientDataProvider/html/search/all_17.html
 14974share/doc/qore/modules/HttpClientDataProvider/html/search/all_17.js
 14975share/doc/qore/modules/HttpClientDataProvider/html/search/all_18.html
 14976share/doc/qore/modules/HttpClientDataProvider/html/search/all_18.js
 14977share/doc/qore/modules/HttpClientDataProvider/html/search/all_19.html
 14978share/doc/qore/modules/HttpClientDataProvider/html/search/all_19.js
 14979share/doc/qore/modules/HttpClientDataProvider/html/search/all_1a.html
 14980share/doc/qore/modules/HttpClientDataProvider/html/search/all_1a.js
 14981share/doc/qore/modules/HttpClientDataProvider/html/search/all_2.html
 14982share/doc/qore/modules/HttpClientDataProvider/html/search/all_2.js
 14983share/doc/qore/modules/HttpClientDataProvider/html/search/all_3.html
 14984share/doc/qore/modules/HttpClientDataProvider/html/search/all_3.js
 14985share/doc/qore/modules/HttpClientDataProvider/html/search/all_4.html
 14986share/doc/qore/modules/HttpClientDataProvider/html/search/all_4.js
 14987share/doc/qore/modules/HttpClientDataProvider/html/search/all_5.html
 14988share/doc/qore/modules/HttpClientDataProvider/html/search/all_5.js
 14989share/doc/qore/modules/HttpClientDataProvider/html/search/all_6.html
 14990share/doc/qore/modules/HttpClientDataProvider/html/search/all_6.js
 14991share/doc/qore/modules/HttpClientDataProvider/html/search/all_7.html
 14992share/doc/qore/modules/HttpClientDataProvider/html/search/all_7.js
 14993share/doc/qore/modules/HttpClientDataProvider/html/search/all_8.html
 14994share/doc/qore/modules/HttpClientDataProvider/html/search/all_8.js
 14995share/doc/qore/modules/HttpClientDataProvider/html/search/all_9.html
 14996share/doc/qore/modules/HttpClientDataProvider/html/search/all_9.js
 14997share/doc/qore/modules/HttpClientDataProvider/html/search/all_a.html
 14998share/doc/qore/modules/HttpClientDataProvider/html/search/all_a.js
 14999share/doc/qore/modules/HttpClientDataProvider/html/search/all_b.html
 15000share/doc/qore/modules/HttpClientDataProvider/html/search/all_b.js
 15001share/doc/qore/modules/HttpClientDataProvider/html/search/all_c.html
 15002share/doc/qore/modules/HttpClientDataProvider/html/search/all_c.js
 15003share/doc/qore/modules/HttpClientDataProvider/html/search/all_d.html
 15004share/doc/qore/modules/HttpClientDataProvider/html/search/all_d.js
 15005share/doc/qore/modules/HttpClientDataProvider/html/search/all_e.html
 15006share/doc/qore/modules/HttpClientDataProvider/html/search/all_e.js
 15007share/doc/qore/modules/HttpClientDataProvider/html/search/all_f.html
 15008share/doc/qore/modules/HttpClientDataProvider/html/search/all_f.js
 15009share/doc/qore/modules/HttpClientDataProvider/html/search/classes_0.html
 15010share/doc/qore/modules/HttpClientDataProvider/html/search/classes_0.js
 15011share/doc/qore/modules/HttpClientDataProvider/html/search/classes_1.html
 15012share/doc/qore/modules/HttpClientDataProvider/html/search/classes_1.js
 15013share/doc/qore/modules/HttpClientDataProvider/html/search/classes_10.html
 15014share/doc/qore/modules/HttpClientDataProvider/html/search/classes_10.js
 15015share/doc/qore/modules/HttpClientDataProvider/html/search/classes_11.html
 15016share/doc/qore/modules/HttpClientDataProvider/html/search/classes_11.js
 15017share/doc/qore/modules/HttpClientDataProvider/html/search/classes_12.html
 15018share/doc/qore/modules/HttpClientDataProvider/html/search/classes_12.js
 15019share/doc/qore/modules/HttpClientDataProvider/html/search/classes_13.html
 15020share/doc/qore/modules/HttpClientDataProvider/html/search/classes_13.js
 15021share/doc/qore/modules/HttpClientDataProvider/html/search/classes_14.html
 15022share/doc/qore/modules/HttpClientDataProvider/html/search/classes_14.js
 15023share/doc/qore/modules/HttpClientDataProvider/html/search/classes_15.html
 15024share/doc/qore/modules/HttpClientDataProvider/html/search/classes_15.js
 15025share/doc/qore/modules/HttpClientDataProvider/html/search/classes_2.html
 15026share/doc/qore/modules/HttpClientDataProvider/html/search/classes_2.js
 15027share/doc/qore/modules/HttpClientDataProvider/html/search/classes_3.html
 15028share/doc/qore/modules/HttpClientDataProvider/html/search/classes_3.js
 15029share/doc/qore/modules/HttpClientDataProvider/html/search/classes_4.html
 15030share/doc/qore/modules/HttpClientDataProvider/html/search/classes_4.js
 15031share/doc/qore/modules/HttpClientDataProvider/html/search/classes_5.html
 15032share/doc/qore/modules/HttpClientDataProvider/html/search/classes_5.js
 15033share/doc/qore/modules/HttpClientDataProvider/html/search/classes_6.html
 15034share/doc/qore/modules/HttpClientDataProvider/html/search/classes_6.js
 15035share/doc/qore/modules/HttpClientDataProvider/html/search/classes_7.html
 15036share/doc/qore/modules/HttpClientDataProvider/html/search/classes_7.js
 15037share/doc/qore/modules/HttpClientDataProvider/html/search/classes_8.html
 15038share/doc/qore/modules/HttpClientDataProvider/html/search/classes_8.js
 15039share/doc/qore/modules/HttpClientDataProvider/html/search/classes_9.html
 15040share/doc/qore/modules/HttpClientDataProvider/html/search/classes_9.js
 15041share/doc/qore/modules/HttpClientDataProvider/html/search/classes_a.html
 15042share/doc/qore/modules/HttpClientDataProvider/html/search/classes_a.js
 15043share/doc/qore/modules/HttpClientDataProvider/html/search/classes_b.html
 15044share/doc/qore/modules/HttpClientDataProvider/html/search/classes_b.js
 15045share/doc/qore/modules/HttpClientDataProvider/html/search/classes_c.html
 15046share/doc/qore/modules/HttpClientDataProvider/html/search/classes_c.js
 15047share/doc/qore/modules/HttpClientDataProvider/html/search/classes_d.html
 15048share/doc/qore/modules/HttpClientDataProvider/html/search/classes_d.js
 15049share/doc/qore/modules/HttpClientDataProvider/html/search/classes_e.html
 15050share/doc/qore/modules/HttpClientDataProvider/html/search/classes_e.js
 15051share/doc/qore/modules/HttpClientDataProvider/html/search/classes_f.html
 15052share/doc/qore/modules/HttpClientDataProvider/html/search/classes_f.js
 15053share/doc/qore/modules/HttpClientDataProvider/html/search/close.svg
 15054share/doc/qore/modules/HttpClientDataProvider/html/search/functions_0.html
 15055share/doc/qore/modules/HttpClientDataProvider/html/search/functions_0.js
 15056share/doc/qore/modules/HttpClientDataProvider/html/search/functions_1.html
 15057share/doc/qore/modules/HttpClientDataProvider/html/search/functions_1.js
 15058share/doc/qore/modules/HttpClientDataProvider/html/search/functions_10.html
 15059share/doc/qore/modules/HttpClientDataProvider/html/search/functions_10.js
 15060share/doc/qore/modules/HttpClientDataProvider/html/search/functions_11.html
 15061share/doc/qore/modules/HttpClientDataProvider/html/search/functions_11.js
 15062share/doc/qore/modules/HttpClientDataProvider/html/search/functions_12.html
 15063share/doc/qore/modules/HttpClientDataProvider/html/search/functions_12.js
 15064share/doc/qore/modules/HttpClientDataProvider/html/search/functions_13.html
 15065share/doc/qore/modules/HttpClientDataProvider/html/search/functions_13.js
 15066share/doc/qore/modules/HttpClientDataProvider/html/search/functions_14.html
 15067share/doc/qore/modules/HttpClientDataProvider/html/search/functions_14.js
 15068share/doc/qore/modules/HttpClientDataProvider/html/search/functions_15.html
 15069share/doc/qore/modules/HttpClientDataProvider/html/search/functions_15.js
 15070share/doc/qore/modules/HttpClientDataProvider/html/search/functions_16.html
 15071share/doc/qore/modules/HttpClientDataProvider/html/search/functions_16.js
 15072share/doc/qore/modules/HttpClientDataProvider/html/search/functions_17.html
 15073share/doc/qore/modules/HttpClientDataProvider/html/search/functions_17.js
 15074share/doc/qore/modules/HttpClientDataProvider/html/search/functions_18.html
 15075share/doc/qore/modules/HttpClientDataProvider/html/search/functions_18.js
 15076share/doc/qore/modules/HttpClientDataProvider/html/search/functions_19.html
 15077share/doc/qore/modules/HttpClientDataProvider/html/search/functions_19.js
 15078share/doc/qore/modules/HttpClientDataProvider/html/search/functions_2.html
 15079share/doc/qore/modules/HttpClientDataProvider/html/search/functions_2.js
 15080share/doc/qore/modules/HttpClientDataProvider/html/search/functions_3.html
 15081share/doc/qore/modules/HttpClientDataProvider/html/search/functions_3.js
 15082share/doc/qore/modules/HttpClientDataProvider/html/search/functions_4.html
 15083share/doc/qore/modules/HttpClientDataProvider/html/search/functions_4.js
 15084share/doc/qore/modules/HttpClientDataProvider/html/search/functions_5.html
 15085share/doc/qore/modules/HttpClientDataProvider/html/search/functions_5.js
 15086share/doc/qore/modules/HttpClientDataProvider/html/search/functions_6.html
 15087share/doc/qore/modules/HttpClientDataProvider/html/search/functions_6.js
 15088share/doc/qore/modules/HttpClientDataProvider/html/search/functions_7.html
 15089share/doc/qore/modules/HttpClientDataProvider/html/search/functions_7.js
 15090share/doc/qore/modules/HttpClientDataProvider/html/search/functions_8.html
 15091share/doc/qore/modules/HttpClientDataProvider/html/search/functions_8.js
 15092share/doc/qore/modules/HttpClientDataProvider/html/search/functions_9.html
 15093share/doc/qore/modules/HttpClientDataProvider/html/search/functions_9.js
 15094share/doc/qore/modules/HttpClientDataProvider/html/search/functions_a.html
 15095share/doc/qore/modules/HttpClientDataProvider/html/search/functions_a.js
 15096share/doc/qore/modules/HttpClientDataProvider/html/search/functions_b.html
 15097share/doc/qore/modules/HttpClientDataProvider/html/search/functions_b.js
 15098share/doc/qore/modules/HttpClientDataProvider/html/search/functions_c.html
 15099share/doc/qore/modules/HttpClientDataProvider/html/search/functions_c.js
 15100share/doc/qore/modules/HttpClientDataProvider/html/search/functions_d.html
 15101share/doc/qore/modules/HttpClientDataProvider/html/search/functions_d.js
 15102share/doc/qore/modules/HttpClientDataProvider/html/search/functions_e.html
 15103share/doc/qore/modules/HttpClientDataProvider/html/search/functions_e.js
 15104share/doc/qore/modules/HttpClientDataProvider/html/search/functions_f.html
 15105share/doc/qore/modules/HttpClientDataProvider/html/search/functions_f.js
 15106share/doc/qore/modules/HttpClientDataProvider/html/search/groups_0.html
 15107share/doc/qore/modules/HttpClientDataProvider/html/search/groups_0.js
 15108share/doc/qore/modules/HttpClientDataProvider/html/search/groups_1.html
 15109share/doc/qore/modules/HttpClientDataProvider/html/search/groups_1.js
 15110share/doc/qore/modules/HttpClientDataProvider/html/search/groups_10.html
 15111share/doc/qore/modules/HttpClientDataProvider/html/search/groups_10.js
 15112share/doc/qore/modules/HttpClientDataProvider/html/search/groups_11.html
 15113share/doc/qore/modules/HttpClientDataProvider/html/search/groups_11.js
 15114share/doc/qore/modules/HttpClientDataProvider/html/search/groups_12.html
 15115share/doc/qore/modules/HttpClientDataProvider/html/search/groups_12.js
 15116share/doc/qore/modules/HttpClientDataProvider/html/search/groups_2.html
 15117share/doc/qore/modules/HttpClientDataProvider/html/search/groups_2.js
 15118share/doc/qore/modules/HttpClientDataProvider/html/search/groups_3.html
 15119share/doc/qore/modules/HttpClientDataProvider/html/search/groups_3.js
 15120share/doc/qore/modules/HttpClientDataProvider/html/search/groups_4.html
 15121share/doc/qore/modules/HttpClientDataProvider/html/search/groups_4.js
 15122share/doc/qore/modules/HttpClientDataProvider/html/search/groups_5.html
 15123share/doc/qore/modules/HttpClientDataProvider/html/search/groups_5.js
 15124share/doc/qore/modules/HttpClientDataProvider/html/search/groups_6.html
 15125share/doc/qore/modules/HttpClientDataProvider/html/search/groups_6.js
 15126share/doc/qore/modules/HttpClientDataProvider/html/search/groups_7.html
 15127share/doc/qore/modules/HttpClientDataProvider/html/search/groups_7.js
 15128share/doc/qore/modules/HttpClientDataProvider/html/search/groups_8.html
 15129share/doc/qore/modules/HttpClientDataProvider/html/search/groups_8.js
 15130share/doc/qore/modules/HttpClientDataProvider/html/search/groups_9.html
 15131share/doc/qore/modules/HttpClientDataProvider/html/search/groups_9.js
 15132share/doc/qore/modules/HttpClientDataProvider/html/search/groups_a.html
 15133share/doc/qore/modules/HttpClientDataProvider/html/search/groups_a.js
 15134share/doc/qore/modules/HttpClientDataProvider/html/search/groups_b.html
 15135share/doc/qore/modules/HttpClientDataProvider/html/search/groups_b.js
 15136share/doc/qore/modules/HttpClientDataProvider/html/search/groups_c.html
 15137share/doc/qore/modules/HttpClientDataProvider/html/search/groups_c.js
 15138share/doc/qore/modules/HttpClientDataProvider/html/search/groups_d.html
 15139share/doc/qore/modules/HttpClientDataProvider/html/search/groups_d.js
 15140share/doc/qore/modules/HttpClientDataProvider/html/search/groups_e.html
 15141share/doc/qore/modules/HttpClientDataProvider/html/search/groups_e.js
 15142share/doc/qore/modules/HttpClientDataProvider/html/search/groups_f.html
 15143share/doc/qore/modules/HttpClientDataProvider/html/search/groups_f.js
 15144share/doc/qore/modules/HttpClientDataProvider/html/search/mag_sel.svg
 15145share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_0.html
 15146share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_0.js
 15147share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_1.html
 15148share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_1.js
 15149share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_2.html
 15150share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_2.js
 15151share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_3.html
 15152share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_3.js
 15153share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_4.html
 15154share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_4.js
 15155share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_5.html
 15156share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_5.js
 15157share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_6.html
 15158share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_6.js
 15159share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_7.html
 15160share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_7.js
 15161share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_8.html
 15162share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_8.js
 15163share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_9.html
 15164share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_9.js
 15165share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_a.html
 15166share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_a.js
 15167share/doc/qore/modules/HttpClientDataProvider/html/search/nomatches.html
 15168share/doc/qore/modules/HttpClientDataProvider/html/search/pages_0.html
 15169share/doc/qore/modules/HttpClientDataProvider/html/search/pages_0.js
 15170share/doc/qore/modules/HttpClientDataProvider/html/search/pages_1.html
 15171share/doc/qore/modules/HttpClientDataProvider/html/search/pages_1.js
 15172share/doc/qore/modules/HttpClientDataProvider/html/search/pages_10.html
 15173share/doc/qore/modules/HttpClientDataProvider/html/search/pages_10.js
 15174share/doc/qore/modules/HttpClientDataProvider/html/search/pages_11.html
 15175share/doc/qore/modules/HttpClientDataProvider/html/search/pages_11.js
 15176share/doc/qore/modules/HttpClientDataProvider/html/search/pages_12.html
 15177share/doc/qore/modules/HttpClientDataProvider/html/search/pages_12.js
 15178share/doc/qore/modules/HttpClientDataProvider/html/search/pages_2.html
 15179share/doc/qore/modules/HttpClientDataProvider/html/search/pages_2.js
 15180share/doc/qore/modules/HttpClientDataProvider/html/search/pages_3.html
 15181share/doc/qore/modules/HttpClientDataProvider/html/search/pages_3.js
 15182share/doc/qore/modules/HttpClientDataProvider/html/search/pages_4.html
 15183share/doc/qore/modules/HttpClientDataProvider/html/search/pages_4.js
 15184share/doc/qore/modules/HttpClientDataProvider/html/search/pages_5.html
 15185share/doc/qore/modules/HttpClientDataProvider/html/search/pages_5.js
 15186share/doc/qore/modules/HttpClientDataProvider/html/search/pages_6.html
 15187share/doc/qore/modules/HttpClientDataProvider/html/search/pages_6.js
 15188share/doc/qore/modules/HttpClientDataProvider/html/search/pages_7.html
 15189share/doc/qore/modules/HttpClientDataProvider/html/search/pages_7.js
 15190share/doc/qore/modules/HttpClientDataProvider/html/search/pages_8.html
 15191share/doc/qore/modules/HttpClientDataProvider/html/search/pages_8.js
 15192share/doc/qore/modules/HttpClientDataProvider/html/search/pages_9.html
 15193share/doc/qore/modules/HttpClientDataProvider/html/search/pages_9.js
 15194share/doc/qore/modules/HttpClientDataProvider/html/search/pages_a.html
 15195share/doc/qore/modules/HttpClientDataProvider/html/search/pages_a.js
 15196share/doc/qore/modules/HttpClientDataProvider/html/search/pages_b.html
 15197share/doc/qore/modules/HttpClientDataProvider/html/search/pages_b.js
 15198share/doc/qore/modules/HttpClientDataProvider/html/search/pages_c.html
 15199share/doc/qore/modules/HttpClientDataProvider/html/search/pages_c.js
 15200share/doc/qore/modules/HttpClientDataProvider/html/search/pages_d.html
 15201share/doc/qore/modules/HttpClientDataProvider/html/search/pages_d.js
 15202share/doc/qore/modules/HttpClientDataProvider/html/search/pages_e.html
 15203share/doc/qore/modules/HttpClientDataProvider/html/search/pages_e.js
 15204share/doc/qore/modules/HttpClientDataProvider/html/search/pages_f.html
 15205share/doc/qore/modules/HttpClientDataProvider/html/search/pages_f.js
 15206share/doc/qore/modules/HttpClientDataProvider/html/search/search.css
 15207share/doc/qore/modules/HttpClientDataProvider/html/search/search.js
 15208share/doc/qore/modules/HttpClientDataProvider/html/search/search_l.png
 15209share/doc/qore/modules/HttpClientDataProvider/html/search/search_m.png
 15210share/doc/qore/modules/HttpClientDataProvider/html/search/search_r.png
 15211share/doc/qore/modules/HttpClientDataProvider/html/search/searchdata.js
 15212share/doc/qore/modules/HttpClientDataProvider/html/search/variables_0.html
 15213share/doc/qore/modules/HttpClientDataProvider/html/search/variables_0.js
 15214share/doc/qore/modules/HttpClientDataProvider/html/search/variables_1.html
 15215share/doc/qore/modules/HttpClientDataProvider/html/search/variables_1.js
 15216share/doc/qore/modules/HttpClientDataProvider/html/search/variables_10.html
 15217share/doc/qore/modules/HttpClientDataProvider/html/search/variables_10.js
 15218share/doc/qore/modules/HttpClientDataProvider/html/search/variables_11.html
 15219share/doc/qore/modules/HttpClientDataProvider/html/search/variables_11.js
 15220share/doc/qore/modules/HttpClientDataProvider/html/search/variables_12.html
 15221share/doc/qore/modules/HttpClientDataProvider/html/search/variables_12.js
 15222share/doc/qore/modules/HttpClientDataProvider/html/search/variables_13.html
 15223share/doc/qore/modules/HttpClientDataProvider/html/search/variables_13.js
 15224share/doc/qore/modules/HttpClientDataProvider/html/search/variables_14.html
 15225share/doc/qore/modules/HttpClientDataProvider/html/search/variables_14.js
 15226share/doc/qore/modules/HttpClientDataProvider/html/search/variables_15.html
 15227share/doc/qore/modules/HttpClientDataProvider/html/search/variables_15.js
 15228share/doc/qore/modules/HttpClientDataProvider/html/search/variables_16.html
 15229share/doc/qore/modules/HttpClientDataProvider/html/search/variables_16.js
 15230share/doc/qore/modules/HttpClientDataProvider/html/search/variables_17.html
 15231share/doc/qore/modules/HttpClientDataProvider/html/search/variables_17.js
 15232share/doc/qore/modules/HttpClientDataProvider/html/search/variables_18.html
 15233share/doc/qore/modules/HttpClientDataProvider/html/search/variables_18.js
 15234share/doc/qore/modules/HttpClientDataProvider/html/search/variables_19.html
 15235share/doc/qore/modules/HttpClientDataProvider/html/search/variables_19.js
 15236share/doc/qore/modules/HttpClientDataProvider/html/search/variables_2.html
 15237share/doc/qore/modules/HttpClientDataProvider/html/search/variables_2.js
 15238share/doc/qore/modules/HttpClientDataProvider/html/search/variables_3.html
 15239share/doc/qore/modules/HttpClientDataProvider/html/search/variables_3.js
 15240share/doc/qore/modules/HttpClientDataProvider/html/search/variables_4.html
 15241share/doc/qore/modules/HttpClientDataProvider/html/search/variables_4.js
 15242share/doc/qore/modules/HttpClientDataProvider/html/search/variables_5.html
 15243share/doc/qore/modules/HttpClientDataProvider/html/search/variables_5.js
 15244share/doc/qore/modules/HttpClientDataProvider/html/search/variables_6.html
 15245share/doc/qore/modules/HttpClientDataProvider/html/search/variables_6.js
 15246share/doc/qore/modules/HttpClientDataProvider/html/search/variables_7.html
 15247share/doc/qore/modules/HttpClientDataProvider/html/search/variables_7.js
 15248share/doc/qore/modules/HttpClientDataProvider/html/search/variables_8.html
 15249share/doc/qore/modules/HttpClientDataProvider/html/search/variables_8.js
 15250share/doc/qore/modules/HttpClientDataProvider/html/search/variables_9.html
 15251share/doc/qore/modules/HttpClientDataProvider/html/search/variables_9.js
 15252share/doc/qore/modules/HttpClientDataProvider/html/search/variables_a.html
 15253share/doc/qore/modules/HttpClientDataProvider/html/search/variables_a.js
 15254share/doc/qore/modules/HttpClientDataProvider/html/search/variables_b.html
 15255share/doc/qore/modules/HttpClientDataProvider/html/search/variables_b.js
 15256share/doc/qore/modules/HttpClientDataProvider/html/search/variables_c.html
 15257share/doc/qore/modules/HttpClientDataProvider/html/search/variables_c.js
 15258share/doc/qore/modules/HttpClientDataProvider/html/search/variables_d.html
 15259share/doc/qore/modules/HttpClientDataProvider/html/search/variables_d.js
 15260share/doc/qore/modules/HttpClientDataProvider/html/search/variables_e.html
 15261share/doc/qore/modules/HttpClientDataProvider/html/search/variables_e.js
 15262share/doc/qore/modules/HttpClientDataProvider/html/search/variables_f.html
 15263share/doc/qore/modules/HttpClientDataProvider/html/search/variables_f.js
 15264share/doc/qore/modules/HttpClientDataProvider/html/splitbar.png
 15265share/doc/qore/modules/HttpClientDataProvider/html/sync_off.png
 15266share/doc/qore/modules/HttpClientDataProvider/html/sync_on.png
 15267share/doc/qore/modules/HttpClientDataProvider/html/tab_a.png
 15268share/doc/qore/modules/HttpClientDataProvider/html/tab_b.png
 15269share/doc/qore/modules/HttpClientDataProvider/html/tab_h.png
 15270share/doc/qore/modules/HttpClientDataProvider/html/tab_s.png
 15271share/doc/qore/modules/HttpClientDataProvider/html/tabs.css
13242share/doc/qore/modules/HttpServer/html/annotated.html 15272share/doc/qore/modules/HttpServer/html/annotated.html
13243share/doc/qore/modules/HttpServer/html/annotated_dup.js 15273share/doc/qore/modules/HttpServer/html/annotated_dup.js
13244share/doc/qore/modules/HttpServer/html/bc_s.png 15274share/doc/qore/modules/HttpServer/html/bc_s.png
13245share/doc/qore/modules/HttpServer/html/bdwn.png 15275share/doc/qore/modules/HttpServer/html/bdwn.png
13246share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener-members.html 15276share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener-members.html
13247share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener.html 15277share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener.html
13248share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener.js 15278share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener.js
13249share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener__inherit__graph.map 15279share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener__inherit__graph.map
13250share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener__inherit__graph.md5 15280share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener__inherit__graph.md5
13251share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener__inherit__graph.png 15281share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_listener__inherit__graph.png
13252share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server-members.html 15282share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server-members.html
13253share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server.html 15283share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server.html
13254share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server.js 15284share/doc/qore/modules/HttpServer/html/class_http_server_1_1_http_server.js
@@ -14079,26 +16109,28 @@ share/doc/qore/modules/HttpServerUtil/ht @@ -14079,26 +16109,28 @@ share/doc/qore/modules/HttpServerUtil/ht
14079share/doc/qore/modules/HttpServerUtil/html/search/groups_e.html 16109share/doc/qore/modules/HttpServerUtil/html/search/groups_e.html
14080share/doc/qore/modules/HttpServerUtil/html/search/groups_e.js 16110share/doc/qore/modules/HttpServerUtil/html/search/groups_e.js
14081share/doc/qore/modules/HttpServerUtil/html/search/groups_f.html 16111share/doc/qore/modules/HttpServerUtil/html/search/groups_f.html
14082share/doc/qore/modules/HttpServerUtil/html/search/groups_f.js 16112share/doc/qore/modules/HttpServerUtil/html/search/groups_f.js
14083share/doc/qore/modules/HttpServerUtil/html/search/mag_sel.svg 16113share/doc/qore/modules/HttpServerUtil/html/search/mag_sel.svg
14084share/doc/qore/modules/HttpServerUtil/html/search/namespaces_0.html 16114share/doc/qore/modules/HttpServerUtil/html/search/namespaces_0.html
14085share/doc/qore/modules/HttpServerUtil/html/search/namespaces_0.js 16115share/doc/qore/modules/HttpServerUtil/html/search/namespaces_0.js
14086share/doc/qore/modules/HttpServerUtil/html/search/namespaces_1.html 16116share/doc/qore/modules/HttpServerUtil/html/search/namespaces_1.html
14087share/doc/qore/modules/HttpServerUtil/html/search/namespaces_1.js 16117share/doc/qore/modules/HttpServerUtil/html/search/namespaces_1.js
14088share/doc/qore/modules/HttpServerUtil/html/search/namespaces_2.html 16118share/doc/qore/modules/HttpServerUtil/html/search/namespaces_2.html
14089share/doc/qore/modules/HttpServerUtil/html/search/namespaces_2.js 16119share/doc/qore/modules/HttpServerUtil/html/search/namespaces_2.js
14090share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.html 16120share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.html
14091share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.js 16121share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.js
 16122share/doc/qore/modules/HttpServerUtil/html/search/namespaces_4.html
 16123share/doc/qore/modules/HttpServerUtil/html/search/namespaces_4.js
14092share/doc/qore/modules/HttpServerUtil/html/search/nomatches.html 16124share/doc/qore/modules/HttpServerUtil/html/search/nomatches.html
14093share/doc/qore/modules/HttpServerUtil/html/search/pages_0.html 16125share/doc/qore/modules/HttpServerUtil/html/search/pages_0.html
14094share/doc/qore/modules/HttpServerUtil/html/search/pages_0.js 16126share/doc/qore/modules/HttpServerUtil/html/search/pages_0.js
14095share/doc/qore/modules/HttpServerUtil/html/search/pages_1.html 16127share/doc/qore/modules/HttpServerUtil/html/search/pages_1.html
14096share/doc/qore/modules/HttpServerUtil/html/search/pages_1.js 16128share/doc/qore/modules/HttpServerUtil/html/search/pages_1.js
14097share/doc/qore/modules/HttpServerUtil/html/search/pages_10.html 16129share/doc/qore/modules/HttpServerUtil/html/search/pages_10.html
14098share/doc/qore/modules/HttpServerUtil/html/search/pages_10.js 16130share/doc/qore/modules/HttpServerUtil/html/search/pages_10.js
14099share/doc/qore/modules/HttpServerUtil/html/search/pages_11.html 16131share/doc/qore/modules/HttpServerUtil/html/search/pages_11.html
14100share/doc/qore/modules/HttpServerUtil/html/search/pages_11.js 16132share/doc/qore/modules/HttpServerUtil/html/search/pages_11.js
14101share/doc/qore/modules/HttpServerUtil/html/search/pages_12.html 16133share/doc/qore/modules/HttpServerUtil/html/search/pages_12.html
14102share/doc/qore/modules/HttpServerUtil/html/search/pages_12.js 16134share/doc/qore/modules/HttpServerUtil/html/search/pages_12.js
14103share/doc/qore/modules/HttpServerUtil/html/search/pages_2.html 16135share/doc/qore/modules/HttpServerUtil/html/search/pages_2.html
14104share/doc/qore/modules/HttpServerUtil/html/search/pages_2.js 16136share/doc/qore/modules/HttpServerUtil/html/search/pages_2.js
@@ -14335,26 +16367,32 @@ share/doc/qore/modules/Logger/html/class @@ -14335,26 +16367,32 @@ share/doc/qore/modules/Logger/html/class
14335share/doc/qore/modules/Logger/html/class_logger_1_1_logger_level.js 16367share/doc/qore/modules/Logger/html/class_logger_1_1_logger_level.js
14336share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern-members.html 16368share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern-members.html
14337share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern.html 16369share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern.html
14338share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern.js 16370share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern.js
14339share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern__inherit__graph.map 16371share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern__inherit__graph.map
14340share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern__inherit__graph.md5 16372share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern__inherit__graph.md5
14341share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern__inherit__graph.png 16373share/doc/qore/modules/Logger/html/class_logger_1_1_logger_pattern__inherit__graph.png
14342share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root-members.html 16374share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root-members.html
14343share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root.html 16375share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root.html
14344share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root.js 16376share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root.js
14345share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.map 16377share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.map
14346share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.md5 16378share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.md5
14347share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.png 16379share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.png
 16380share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender-members.html
 16381share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender.html
 16382share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender.js
 16383share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender__inherit__graph.map
 16384share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender__inherit__graph.md5
 16385share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender__inherit__graph.png
14348share/doc/qore/modules/Logger/html/classes.html 16386share/doc/qore/modules/Logger/html/classes.html
14349share/doc/qore/modules/Logger/html/closed.png 16387share/doc/qore/modules/Logger/html/closed.png
14350share/doc/qore/modules/Logger/html/dir_13add0083e006ac756009d5942a24d28.html 16388share/doc/qore/modules/Logger/html/dir_13add0083e006ac756009d5942a24d28.html
14351share/doc/qore/modules/Logger/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 16389share/doc/qore/modules/Logger/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
14352share/doc/qore/modules/Logger/html/doc.png 16390share/doc/qore/modules/Logger/html/doc.png
14353share/doc/qore/modules/Logger/html/doxygen.css 16391share/doc/qore/modules/Logger/html/doxygen.css
14354share/doc/qore/modules/Logger/html/doxygen.svg 16392share/doc/qore/modules/Logger/html/doxygen.svg
14355share/doc/qore/modules/Logger/html/dynsections.js 16393share/doc/qore/modules/Logger/html/dynsections.js
14356share/doc/qore/modules/Logger/html/folderclosed.png 16394share/doc/qore/modules/Logger/html/folderclosed.png
14357share/doc/qore/modules/Logger/html/folderopen.png 16395share/doc/qore/modules/Logger/html/folderopen.png
14358share/doc/qore/modules/Logger/html/functions.html 16396share/doc/qore/modules/Logger/html/functions.html
14359share/doc/qore/modules/Logger/html/functions_c.html 16397share/doc/qore/modules/Logger/html/functions_c.html
14360share/doc/qore/modules/Logger/html/functions_d.html 16398share/doc/qore/modules/Logger/html/functions_d.html
@@ -14481,30 +16519,26 @@ share/doc/qore/modules/Logger/html/searc @@ -14481,30 +16519,26 @@ share/doc/qore/modules/Logger/html/searc
14481share/doc/qore/modules/Logger/html/search/all_f.js 16519share/doc/qore/modules/Logger/html/search/all_f.js
14482share/doc/qore/modules/Logger/html/search/classes_0.html 16520share/doc/qore/modules/Logger/html/search/classes_0.html
14483share/doc/qore/modules/Logger/html/search/classes_0.js 16521share/doc/qore/modules/Logger/html/search/classes_0.js
14484share/doc/qore/modules/Logger/html/search/classes_1.html 16522share/doc/qore/modules/Logger/html/search/classes_1.html
14485share/doc/qore/modules/Logger/html/search/classes_1.js 16523share/doc/qore/modules/Logger/html/search/classes_1.js
14486share/doc/qore/modules/Logger/html/search/classes_10.html 16524share/doc/qore/modules/Logger/html/search/classes_10.html
14487share/doc/qore/modules/Logger/html/search/classes_10.js 16525share/doc/qore/modules/Logger/html/search/classes_10.js
14488share/doc/qore/modules/Logger/html/search/classes_11.html 16526share/doc/qore/modules/Logger/html/search/classes_11.html
14489share/doc/qore/modules/Logger/html/search/classes_11.js 16527share/doc/qore/modules/Logger/html/search/classes_11.js
14490share/doc/qore/modules/Logger/html/search/classes_12.html 16528share/doc/qore/modules/Logger/html/search/classes_12.html
14491share/doc/qore/modules/Logger/html/search/classes_12.js 16529share/doc/qore/modules/Logger/html/search/classes_12.js
14492share/doc/qore/modules/Logger/html/search/classes_13.html 16530share/doc/qore/modules/Logger/html/search/classes_13.html
14493share/doc/qore/modules/Logger/html/search/classes_13.js 16531share/doc/qore/modules/Logger/html/search/classes_13.js
14494share/doc/qore/modules/Logger/html/search/classes_14.html 
14495share/doc/qore/modules/Logger/html/search/classes_14.js 
14496share/doc/qore/modules/Logger/html/search/classes_15.html 
14497share/doc/qore/modules/Logger/html/search/classes_15.js 
14498share/doc/qore/modules/Logger/html/search/classes_2.html 16532share/doc/qore/modules/Logger/html/search/classes_2.html
14499share/doc/qore/modules/Logger/html/search/classes_2.js 16533share/doc/qore/modules/Logger/html/search/classes_2.js
14500share/doc/qore/modules/Logger/html/search/classes_3.html 16534share/doc/qore/modules/Logger/html/search/classes_3.html
14501share/doc/qore/modules/Logger/html/search/classes_3.js 16535share/doc/qore/modules/Logger/html/search/classes_3.js
14502share/doc/qore/modules/Logger/html/search/classes_4.html 16536share/doc/qore/modules/Logger/html/search/classes_4.html
14503share/doc/qore/modules/Logger/html/search/classes_4.js 16537share/doc/qore/modules/Logger/html/search/classes_4.js
14504share/doc/qore/modules/Logger/html/search/classes_5.html 16538share/doc/qore/modules/Logger/html/search/classes_5.html
14505share/doc/qore/modules/Logger/html/search/classes_5.js 16539share/doc/qore/modules/Logger/html/search/classes_5.js
14506share/doc/qore/modules/Logger/html/search/classes_6.html 16540share/doc/qore/modules/Logger/html/search/classes_6.html
14507share/doc/qore/modules/Logger/html/search/classes_6.js 16541share/doc/qore/modules/Logger/html/search/classes_6.js
14508share/doc/qore/modules/Logger/html/search/classes_7.html 16542share/doc/qore/modules/Logger/html/search/classes_7.html
14509share/doc/qore/modules/Logger/html/search/classes_7.js 16543share/doc/qore/modules/Logger/html/search/classes_7.js
14510share/doc/qore/modules/Logger/html/search/classes_8.html 16544share/doc/qore/modules/Logger/html/search/classes_8.html
@@ -14609,44 +16643,26 @@ share/doc/qore/modules/Logger/html/searc @@ -14609,44 +16643,26 @@ share/doc/qore/modules/Logger/html/searc
14609share/doc/qore/modules/Logger/html/search/groups_c.html 16643share/doc/qore/modules/Logger/html/search/groups_c.html
14610share/doc/qore/modules/Logger/html/search/groups_c.js 16644share/doc/qore/modules/Logger/html/search/groups_c.js
14611share/doc/qore/modules/Logger/html/search/groups_d.html 16645share/doc/qore/modules/Logger/html/search/groups_d.html
14612share/doc/qore/modules/Logger/html/search/groups_d.js 16646share/doc/qore/modules/Logger/html/search/groups_d.js
14613share/doc/qore/modules/Logger/html/search/groups_e.html 16647share/doc/qore/modules/Logger/html/search/groups_e.html
14614share/doc/qore/modules/Logger/html/search/groups_e.js 16648share/doc/qore/modules/Logger/html/search/groups_e.js
14615share/doc/qore/modules/Logger/html/search/groups_f.html 16649share/doc/qore/modules/Logger/html/search/groups_f.html
14616share/doc/qore/modules/Logger/html/search/groups_f.js 16650share/doc/qore/modules/Logger/html/search/groups_f.js
14617share/doc/qore/modules/Logger/html/search/mag_sel.svg 16651share/doc/qore/modules/Logger/html/search/mag_sel.svg
14618share/doc/qore/modules/Logger/html/search/namespaces_0.html 16652share/doc/qore/modules/Logger/html/search/namespaces_0.html
14619share/doc/qore/modules/Logger/html/search/namespaces_0.js 16653share/doc/qore/modules/Logger/html/search/namespaces_0.js
14620share/doc/qore/modules/Logger/html/search/namespaces_1.html 16654share/doc/qore/modules/Logger/html/search/namespaces_1.html
14621share/doc/qore/modules/Logger/html/search/namespaces_1.js 16655share/doc/qore/modules/Logger/html/search/namespaces_1.js
14622share/doc/qore/modules/Logger/html/search/namespaces_2.html 
14623share/doc/qore/modules/Logger/html/search/namespaces_2.js 
14624share/doc/qore/modules/Logger/html/search/namespaces_3.html 
14625share/doc/qore/modules/Logger/html/search/namespaces_3.js 
14626share/doc/qore/modules/Logger/html/search/namespaces_4.html 
14627share/doc/qore/modules/Logger/html/search/namespaces_4.js 
14628share/doc/qore/modules/Logger/html/search/namespaces_5.html 
14629share/doc/qore/modules/Logger/html/search/namespaces_5.js 
14630share/doc/qore/modules/Logger/html/search/namespaces_6.html 
14631share/doc/qore/modules/Logger/html/search/namespaces_6.js 
14632share/doc/qore/modules/Logger/html/search/namespaces_7.html 
14633share/doc/qore/modules/Logger/html/search/namespaces_7.js 
14634share/doc/qore/modules/Logger/html/search/namespaces_8.html 
14635share/doc/qore/modules/Logger/html/search/namespaces_8.js 
14636share/doc/qore/modules/Logger/html/search/namespaces_9.html 
14637share/doc/qore/modules/Logger/html/search/namespaces_9.js 
14638share/doc/qore/modules/Logger/html/search/namespaces_a.html 
14639share/doc/qore/modules/Logger/html/search/namespaces_a.js 
14640share/doc/qore/modules/Logger/html/search/nomatches.html 16656share/doc/qore/modules/Logger/html/search/nomatches.html
14641share/doc/qore/modules/Logger/html/search/pages_0.html 16657share/doc/qore/modules/Logger/html/search/pages_0.html
14642share/doc/qore/modules/Logger/html/search/pages_0.js 16658share/doc/qore/modules/Logger/html/search/pages_0.js
14643share/doc/qore/modules/Logger/html/search/pages_1.html 16659share/doc/qore/modules/Logger/html/search/pages_1.html
14644share/doc/qore/modules/Logger/html/search/pages_1.js 16660share/doc/qore/modules/Logger/html/search/pages_1.js
14645share/doc/qore/modules/Logger/html/search/pages_10.html 16661share/doc/qore/modules/Logger/html/search/pages_10.html
14646share/doc/qore/modules/Logger/html/search/pages_10.js 16662share/doc/qore/modules/Logger/html/search/pages_10.js
14647share/doc/qore/modules/Logger/html/search/pages_11.html 16663share/doc/qore/modules/Logger/html/search/pages_11.html
14648share/doc/qore/modules/Logger/html/search/pages_11.js 16664share/doc/qore/modules/Logger/html/search/pages_11.js
14649share/doc/qore/modules/Logger/html/search/pages_12.html 16665share/doc/qore/modules/Logger/html/search/pages_12.html
14650share/doc/qore/modules/Logger/html/search/pages_12.js 16666share/doc/qore/modules/Logger/html/search/pages_12.js
14651share/doc/qore/modules/Logger/html/search/pages_2.html 16667share/doc/qore/modules/Logger/html/search/pages_2.html
14652share/doc/qore/modules/Logger/html/search/pages_2.js 16668share/doc/qore/modules/Logger/html/search/pages_2.js
@@ -14694,28 +16710,26 @@ share/doc/qore/modules/Logger/html/searc @@ -14694,28 +16710,26 @@ share/doc/qore/modules/Logger/html/searc
14694share/doc/qore/modules/Logger/html/search/variables_12.js 16710share/doc/qore/modules/Logger/html/search/variables_12.js
14695share/doc/qore/modules/Logger/html/search/variables_13.html 16711share/doc/qore/modules/Logger/html/search/variables_13.html
14696share/doc/qore/modules/Logger/html/search/variables_13.js 16712share/doc/qore/modules/Logger/html/search/variables_13.js
14697share/doc/qore/modules/Logger/html/search/variables_14.html 16713share/doc/qore/modules/Logger/html/search/variables_14.html
14698share/doc/qore/modules/Logger/html/search/variables_14.js 16714share/doc/qore/modules/Logger/html/search/variables_14.js
14699share/doc/qore/modules/Logger/html/search/variables_15.html 16715share/doc/qore/modules/Logger/html/search/variables_15.html
14700share/doc/qore/modules/Logger/html/search/variables_15.js 16716share/doc/qore/modules/Logger/html/search/variables_15.js
14701share/doc/qore/modules/Logger/html/search/variables_16.html 16717share/doc/qore/modules/Logger/html/search/variables_16.html
14702share/doc/qore/modules/Logger/html/search/variables_16.js 16718share/doc/qore/modules/Logger/html/search/variables_16.js
14703share/doc/qore/modules/Logger/html/search/variables_17.html 16719share/doc/qore/modules/Logger/html/search/variables_17.html
14704share/doc/qore/modules/Logger/html/search/variables_17.js 16720share/doc/qore/modules/Logger/html/search/variables_17.js
14705share/doc/qore/modules/Logger/html/search/variables_18.html 16721share/doc/qore/modules/Logger/html/search/variables_18.html
14706share/doc/qore/modules/Logger/html/search/variables_18.js 16722share/doc/qore/modules/Logger/html/search/variables_18.js
14707share/doc/qore/modules/Logger/html/search/variables_19.html 
14708share/doc/qore/modules/Logger/html/search/variables_19.js 
14709share/doc/qore/modules/Logger/html/search/variables_2.html 16723share/doc/qore/modules/Logger/html/search/variables_2.html
14710share/doc/qore/modules/Logger/html/search/variables_2.js 16724share/doc/qore/modules/Logger/html/search/variables_2.js
14711share/doc/qore/modules/Logger/html/search/variables_3.html 16725share/doc/qore/modules/Logger/html/search/variables_3.html
14712share/doc/qore/modules/Logger/html/search/variables_3.js 16726share/doc/qore/modules/Logger/html/search/variables_3.js
14713share/doc/qore/modules/Logger/html/search/variables_4.html 16727share/doc/qore/modules/Logger/html/search/variables_4.html
14714share/doc/qore/modules/Logger/html/search/variables_4.js 16728share/doc/qore/modules/Logger/html/search/variables_4.js
14715share/doc/qore/modules/Logger/html/search/variables_5.html 16729share/doc/qore/modules/Logger/html/search/variables_5.html
14716share/doc/qore/modules/Logger/html/search/variables_5.js 16730share/doc/qore/modules/Logger/html/search/variables_5.js
14717share/doc/qore/modules/Logger/html/search/variables_6.html 16731share/doc/qore/modules/Logger/html/search/variables_6.html
14718share/doc/qore/modules/Logger/html/search/variables_6.js 16732share/doc/qore/modules/Logger/html/search/variables_6.js
14719share/doc/qore/modules/Logger/html/search/variables_7.html 16733share/doc/qore/modules/Logger/html/search/variables_7.html
14720share/doc/qore/modules/Logger/html/search/variables_7.js 16734share/doc/qore/modules/Logger/html/search/variables_7.js
14721share/doc/qore/modules/Logger/html/search/variables_8.html 16735share/doc/qore/modules/Logger/html/search/variables_8.html
@@ -15472,26 +17486,28 @@ share/doc/qore/modules/Mapper/html/searc @@ -15472,26 +17486,28 @@ share/doc/qore/modules/Mapper/html/searc
15472share/doc/qore/modules/Mapper/html/search/namespaces_3.js 17486share/doc/qore/modules/Mapper/html/search/namespaces_3.js
15473share/doc/qore/modules/Mapper/html/search/namespaces_4.html 17487share/doc/qore/modules/Mapper/html/search/namespaces_4.html
15474share/doc/qore/modules/Mapper/html/search/namespaces_4.js 17488share/doc/qore/modules/Mapper/html/search/namespaces_4.js
15475share/doc/qore/modules/Mapper/html/search/namespaces_5.html 17489share/doc/qore/modules/Mapper/html/search/namespaces_5.html
15476share/doc/qore/modules/Mapper/html/search/namespaces_5.js 17490share/doc/qore/modules/Mapper/html/search/namespaces_5.js
15477share/doc/qore/modules/Mapper/html/search/namespaces_6.html 17491share/doc/qore/modules/Mapper/html/search/namespaces_6.html
15478share/doc/qore/modules/Mapper/html/search/namespaces_6.js 17492share/doc/qore/modules/Mapper/html/search/namespaces_6.js
15479share/doc/qore/modules/Mapper/html/search/namespaces_7.html 17493share/doc/qore/modules/Mapper/html/search/namespaces_7.html
15480share/doc/qore/modules/Mapper/html/search/namespaces_7.js 17494share/doc/qore/modules/Mapper/html/search/namespaces_7.js
15481share/doc/qore/modules/Mapper/html/search/namespaces_8.html 17495share/doc/qore/modules/Mapper/html/search/namespaces_8.html
15482share/doc/qore/modules/Mapper/html/search/namespaces_8.js 17496share/doc/qore/modules/Mapper/html/search/namespaces_8.js
15483share/doc/qore/modules/Mapper/html/search/namespaces_9.html 17497share/doc/qore/modules/Mapper/html/search/namespaces_9.html
15484share/doc/qore/modules/Mapper/html/search/namespaces_9.js 17498share/doc/qore/modules/Mapper/html/search/namespaces_9.js
 17499share/doc/qore/modules/Mapper/html/search/namespaces_a.html
 17500share/doc/qore/modules/Mapper/html/search/namespaces_a.js
15485share/doc/qore/modules/Mapper/html/search/nomatches.html 17501share/doc/qore/modules/Mapper/html/search/nomatches.html
15486share/doc/qore/modules/Mapper/html/search/pages_0.html 17502share/doc/qore/modules/Mapper/html/search/pages_0.html
15487share/doc/qore/modules/Mapper/html/search/pages_0.js 17503share/doc/qore/modules/Mapper/html/search/pages_0.js
15488share/doc/qore/modules/Mapper/html/search/pages_1.html 17504share/doc/qore/modules/Mapper/html/search/pages_1.html
15489share/doc/qore/modules/Mapper/html/search/pages_1.js 17505share/doc/qore/modules/Mapper/html/search/pages_1.js
15490share/doc/qore/modules/Mapper/html/search/pages_10.html 17506share/doc/qore/modules/Mapper/html/search/pages_10.html
15491share/doc/qore/modules/Mapper/html/search/pages_10.js 17507share/doc/qore/modules/Mapper/html/search/pages_10.js
15492share/doc/qore/modules/Mapper/html/search/pages_11.html 17508share/doc/qore/modules/Mapper/html/search/pages_11.html
15493share/doc/qore/modules/Mapper/html/search/pages_11.js 17509share/doc/qore/modules/Mapper/html/search/pages_11.js
15494share/doc/qore/modules/Mapper/html/search/pages_12.html 17510share/doc/qore/modules/Mapper/html/search/pages_12.html
15495share/doc/qore/modules/Mapper/html/search/pages_12.js 17511share/doc/qore/modules/Mapper/html/search/pages_12.js
15496share/doc/qore/modules/Mapper/html/search/pages_2.html 17512share/doc/qore/modules/Mapper/html/search/pages_2.html
15497share/doc/qore/modules/Mapper/html/search/pages_2.js 17513share/doc/qore/modules/Mapper/html/search/pages_2.js
@@ -16731,26 +18747,28 @@ share/doc/qore/modules/MysqlSqlUtil/html @@ -16731,26 +18747,28 @@ share/doc/qore/modules/MysqlSqlUtil/html
16731share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_3.js 18747share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_3.js
16732share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_4.html 18748share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_4.html
16733share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_4.js 18749share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_4.js
16734share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_5.html 18750share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_5.html
16735share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_5.js 18751share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_5.js
16736share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_6.html 18752share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_6.html
16737share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_6.js 18753share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_6.js
16738share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_7.html 18754share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_7.html
16739share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_7.js 18755share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_7.js
16740share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_8.html 18756share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_8.html
16741share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_8.js 18757share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_8.js
16742share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_9.html 18758share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_9.html
16743share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_9.js 18759share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_9.js
 18760share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_a.html
 18761share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_a.js
16744share/doc/qore/modules/MysqlSqlUtil/html/search/nomatches.html 18762share/doc/qore/modules/MysqlSqlUtil/html/search/nomatches.html
16745share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.html 18763share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.html
16746share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.js 18764share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.js
16747share/doc/qore/modules/MysqlSqlUtil/html/search/pages_1.html 18765share/doc/qore/modules/MysqlSqlUtil/html/search/pages_1.html
16748share/doc/qore/modules/MysqlSqlUtil/html/search/pages_1.js 18766share/doc/qore/modules/MysqlSqlUtil/html/search/pages_1.js
16749share/doc/qore/modules/MysqlSqlUtil/html/search/pages_10.html 18767share/doc/qore/modules/MysqlSqlUtil/html/search/pages_10.html
16750share/doc/qore/modules/MysqlSqlUtil/html/search/pages_10.js 18768share/doc/qore/modules/MysqlSqlUtil/html/search/pages_10.js
16751share/doc/qore/modules/MysqlSqlUtil/html/search/pages_11.html 18769share/doc/qore/modules/MysqlSqlUtil/html/search/pages_11.html
16752share/doc/qore/modules/MysqlSqlUtil/html/search/pages_11.js 18770share/doc/qore/modules/MysqlSqlUtil/html/search/pages_11.js
16753share/doc/qore/modules/MysqlSqlUtil/html/search/pages_12.html 18771share/doc/qore/modules/MysqlSqlUtil/html/search/pages_12.html
16754share/doc/qore/modules/MysqlSqlUtil/html/search/pages_12.js 18772share/doc/qore/modules/MysqlSqlUtil/html/search/pages_12.js
16755share/doc/qore/modules/MysqlSqlUtil/html/search/pages_2.html 18773share/doc/qore/modules/MysqlSqlUtil/html/search/pages_2.html
16756share/doc/qore/modules/MysqlSqlUtil/html/search/pages_2.js 18774share/doc/qore/modules/MysqlSqlUtil/html/search/pages_2.js
@@ -17224,26 +19242,28 @@ share/doc/qore/modules/OracleSqlUtil/htm @@ -17224,26 +19242,28 @@ share/doc/qore/modules/OracleSqlUtil/htm
17224share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_4.js 19242share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_4.js
17225share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_5.html 19243share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_5.html
17226share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_5.js 19244share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_5.js
17227share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_6.html 19245share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_6.html
17228share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_6.js 19246share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_6.js
17229share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_7.html 19247share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_7.html
17230share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_7.js 19248share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_7.js
17231share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_8.html 19249share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_8.html
17232share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_8.js 19250share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_8.js
17233share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_9.html 19251share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_9.html
17234share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_9.js 19252share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_9.js
17235share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_a.html 19253share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_a.html
17236share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_a.js 19254share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_a.js
 19255share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_b.html
 19256share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_b.js
17237share/doc/qore/modules/OracleSqlUtil/html/search/nomatches.html 19257share/doc/qore/modules/OracleSqlUtil/html/search/nomatches.html
17238share/doc/qore/modules/OracleSqlUtil/html/search/pages_0.html 19258share/doc/qore/modules/OracleSqlUtil/html/search/pages_0.html
17239share/doc/qore/modules/OracleSqlUtil/html/search/pages_0.js 19259share/doc/qore/modules/OracleSqlUtil/html/search/pages_0.js
17240share/doc/qore/modules/OracleSqlUtil/html/search/pages_1.html 19260share/doc/qore/modules/OracleSqlUtil/html/search/pages_1.html
17241share/doc/qore/modules/OracleSqlUtil/html/search/pages_1.js 19261share/doc/qore/modules/OracleSqlUtil/html/search/pages_1.js
17242share/doc/qore/modules/OracleSqlUtil/html/search/pages_10.html 19262share/doc/qore/modules/OracleSqlUtil/html/search/pages_10.html
17243share/doc/qore/modules/OracleSqlUtil/html/search/pages_10.js 19263share/doc/qore/modules/OracleSqlUtil/html/search/pages_10.js
17244share/doc/qore/modules/OracleSqlUtil/html/search/pages_11.html 19264share/doc/qore/modules/OracleSqlUtil/html/search/pages_11.html
17245share/doc/qore/modules/OracleSqlUtil/html/search/pages_11.js 19265share/doc/qore/modules/OracleSqlUtil/html/search/pages_11.js
17246share/doc/qore/modules/OracleSqlUtil/html/search/pages_12.html 19266share/doc/qore/modules/OracleSqlUtil/html/search/pages_12.html
17247share/doc/qore/modules/OracleSqlUtil/html/search/pages_12.js 19267share/doc/qore/modules/OracleSqlUtil/html/search/pages_12.js
17248share/doc/qore/modules/OracleSqlUtil/html/search/pages_2.html 19268share/doc/qore/modules/OracleSqlUtil/html/search/pages_2.html
17249share/doc/qore/modules/OracleSqlUtil/html/search/pages_2.js 19269share/doc/qore/modules/OracleSqlUtil/html/search/pages_2.js
@@ -17701,26 +19721,28 @@ share/doc/qore/modules/PgsqlSqlUtil/html @@ -17701,26 +19721,28 @@ share/doc/qore/modules/PgsqlSqlUtil/html
17701share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_3.js 19721share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_3.js
17702share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_4.html 19722share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_4.html
17703share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_4.js 19723share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_4.js
17704share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_5.html 19724share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_5.html
17705share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_5.js 19725share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_5.js
17706share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6.html 19726share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6.html
17707share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6.js 19727share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_6.js
17708share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_7.html 19728share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_7.html
17709share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_7.js 19729share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_7.js
17710share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_8.html 19730share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_8.html
17711share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_8.js 19731share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_8.js
17712share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_9.html 19732share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_9.html
17713share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_9.js 19733share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_9.js
 19734share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_a.html
 19735share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_a.js
17714share/doc/qore/modules/PgsqlSqlUtil/html/search/nomatches.html 19736share/doc/qore/modules/PgsqlSqlUtil/html/search/nomatches.html
17715share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.html 19737share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.html
17716share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.js 19738share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.js
17717share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_1.html 19739share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_1.html
17718share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_1.js 19740share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_1.js
17719share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_10.html 19741share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_10.html
17720share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_10.js 19742share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_10.js
17721share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_11.html 19743share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_11.html
17722share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_11.js 19744share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_11.js
17723share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_12.html 19745share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_12.html
17724share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_12.js 19746share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_12.js
17725share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_2.html 19747share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_2.html
17726share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_2.js 19748share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_2.js
@@ -18064,26 +20086,28 @@ share/doc/qore/modules/Pop3Client/html/s @@ -18064,26 +20086,28 @@ share/doc/qore/modules/Pop3Client/html/s
18064share/doc/qore/modules/Pop3Client/html/search/namespaces_3.js 20086share/doc/qore/modules/Pop3Client/html/search/namespaces_3.js
18065share/doc/qore/modules/Pop3Client/html/search/namespaces_4.html 20087share/doc/qore/modules/Pop3Client/html/search/namespaces_4.html
18066share/doc/qore/modules/Pop3Client/html/search/namespaces_4.js 20088share/doc/qore/modules/Pop3Client/html/search/namespaces_4.js
18067share/doc/qore/modules/Pop3Client/html/search/namespaces_5.html 20089share/doc/qore/modules/Pop3Client/html/search/namespaces_5.html
18068share/doc/qore/modules/Pop3Client/html/search/namespaces_5.js 20090share/doc/qore/modules/Pop3Client/html/search/namespaces_5.js
18069share/doc/qore/modules/Pop3Client/html/search/namespaces_6.html 20091share/doc/qore/modules/Pop3Client/html/search/namespaces_6.html
18070share/doc/qore/modules/Pop3Client/html/search/namespaces_6.js 20092share/doc/qore/modules/Pop3Client/html/search/namespaces_6.js
18071share/doc/qore/modules/Pop3Client/html/search/namespaces_7.html 20093share/doc/qore/modules/Pop3Client/html/search/namespaces_7.html
18072share/doc/qore/modules/Pop3Client/html/search/namespaces_7.js 20094share/doc/qore/modules/Pop3Client/html/search/namespaces_7.js
18073share/doc/qore/modules/Pop3Client/html/search/namespaces_8.html 20095share/doc/qore/modules/Pop3Client/html/search/namespaces_8.html
18074share/doc/qore/modules/Pop3Client/html/search/namespaces_8.js 20096share/doc/qore/modules/Pop3Client/html/search/namespaces_8.js
18075share/doc/qore/modules/Pop3Client/html/search/namespaces_9.html 20097share/doc/qore/modules/Pop3Client/html/search/namespaces_9.html
18076share/doc/qore/modules/Pop3Client/html/search/namespaces_9.js 20098share/doc/qore/modules/Pop3Client/html/search/namespaces_9.js
 20099share/doc/qore/modules/Pop3Client/html/search/namespaces_a.html
 20100share/doc/qore/modules/Pop3Client/html/search/namespaces_a.js
18077share/doc/qore/modules/Pop3Client/html/search/nomatches.html 20101share/doc/qore/modules/Pop3Client/html/search/nomatches.html
18078share/doc/qore/modules/Pop3Client/html/search/pages_0.html 20102share/doc/qore/modules/Pop3Client/html/search/pages_0.html
18079share/doc/qore/modules/Pop3Client/html/search/pages_0.js 20103share/doc/qore/modules/Pop3Client/html/search/pages_0.js
18080share/doc/qore/modules/Pop3Client/html/search/pages_1.html 20104share/doc/qore/modules/Pop3Client/html/search/pages_1.html
18081share/doc/qore/modules/Pop3Client/html/search/pages_1.js 20105share/doc/qore/modules/Pop3Client/html/search/pages_1.js
18082share/doc/qore/modules/Pop3Client/html/search/pages_10.html 20106share/doc/qore/modules/Pop3Client/html/search/pages_10.html
18083share/doc/qore/modules/Pop3Client/html/search/pages_10.js 20107share/doc/qore/modules/Pop3Client/html/search/pages_10.js
18084share/doc/qore/modules/Pop3Client/html/search/pages_11.html 20108share/doc/qore/modules/Pop3Client/html/search/pages_11.html
18085share/doc/qore/modules/Pop3Client/html/search/pages_11.js 20109share/doc/qore/modules/Pop3Client/html/search/pages_11.js
18086share/doc/qore/modules/Pop3Client/html/search/pages_12.html 20110share/doc/qore/modules/Pop3Client/html/search/pages_12.html
18087share/doc/qore/modules/Pop3Client/html/search/pages_12.js 20111share/doc/qore/modules/Pop3Client/html/search/pages_12.js
18088share/doc/qore/modules/Pop3Client/html/search/pages_2.html 20112share/doc/qore/modules/Pop3Client/html/search/pages_2.html
18089share/doc/qore/modules/Pop3Client/html/search/pages_2.js 20113share/doc/qore/modules/Pop3Client/html/search/pages_2.js
@@ -18504,26 +20528,28 @@ share/doc/qore/modules/QUnit/html/search @@ -18504,26 +20528,28 @@ share/doc/qore/modules/QUnit/html/search
18504share/doc/qore/modules/QUnit/html/search/namespaces_3.js 20528share/doc/qore/modules/QUnit/html/search/namespaces_3.js
18505share/doc/qore/modules/QUnit/html/search/namespaces_4.html 20529share/doc/qore/modules/QUnit/html/search/namespaces_4.html
18506share/doc/qore/modules/QUnit/html/search/namespaces_4.js 20530share/doc/qore/modules/QUnit/html/search/namespaces_4.js
18507share/doc/qore/modules/QUnit/html/search/namespaces_5.html 20531share/doc/qore/modules/QUnit/html/search/namespaces_5.html
18508share/doc/qore/modules/QUnit/html/search/namespaces_5.js 20532share/doc/qore/modules/QUnit/html/search/namespaces_5.js
18509share/doc/qore/modules/QUnit/html/search/namespaces_6.html 20533share/doc/qore/modules/QUnit/html/search/namespaces_6.html
18510share/doc/qore/modules/QUnit/html/search/namespaces_6.js 20534share/doc/qore/modules/QUnit/html/search/namespaces_6.js
18511share/doc/qore/modules/QUnit/html/search/namespaces_7.html 20535share/doc/qore/modules/QUnit/html/search/namespaces_7.html
18512share/doc/qore/modules/QUnit/html/search/namespaces_7.js 20536share/doc/qore/modules/QUnit/html/search/namespaces_7.js
18513share/doc/qore/modules/QUnit/html/search/namespaces_8.html 20537share/doc/qore/modules/QUnit/html/search/namespaces_8.html
18514share/doc/qore/modules/QUnit/html/search/namespaces_8.js 20538share/doc/qore/modules/QUnit/html/search/namespaces_8.js
18515share/doc/qore/modules/QUnit/html/search/namespaces_9.html 20539share/doc/qore/modules/QUnit/html/search/namespaces_9.html
18516share/doc/qore/modules/QUnit/html/search/namespaces_9.js 20540share/doc/qore/modules/QUnit/html/search/namespaces_9.js
 20541share/doc/qore/modules/QUnit/html/search/namespaces_a.html
 20542share/doc/qore/modules/QUnit/html/search/namespaces_a.js
18517share/doc/qore/modules/QUnit/html/search/nomatches.html 20543share/doc/qore/modules/QUnit/html/search/nomatches.html
18518share/doc/qore/modules/QUnit/html/search/pages_0.html 20544share/doc/qore/modules/QUnit/html/search/pages_0.html
18519share/doc/qore/modules/QUnit/html/search/pages_0.js 20545share/doc/qore/modules/QUnit/html/search/pages_0.js
18520share/doc/qore/modules/QUnit/html/search/pages_1.html 20546share/doc/qore/modules/QUnit/html/search/pages_1.html
18521share/doc/qore/modules/QUnit/html/search/pages_1.js 20547share/doc/qore/modules/QUnit/html/search/pages_1.js
18522share/doc/qore/modules/QUnit/html/search/pages_10.html 20548share/doc/qore/modules/QUnit/html/search/pages_10.html
18523share/doc/qore/modules/QUnit/html/search/pages_10.js 20549share/doc/qore/modules/QUnit/html/search/pages_10.js
18524share/doc/qore/modules/QUnit/html/search/pages_11.html 20550share/doc/qore/modules/QUnit/html/search/pages_11.html
18525share/doc/qore/modules/QUnit/html/search/pages_11.js 20551share/doc/qore/modules/QUnit/html/search/pages_11.js
18526share/doc/qore/modules/QUnit/html/search/pages_12.html 20552share/doc/qore/modules/QUnit/html/search/pages_12.html
18527share/doc/qore/modules/QUnit/html/search/pages_12.js 20553share/doc/qore/modules/QUnit/html/search/pages_12.js
18528share/doc/qore/modules/QUnit/html/search/pages_2.html 20554share/doc/qore/modules/QUnit/html/search/pages_2.html
18529share/doc/qore/modules/QUnit/html/search/pages_2.js 20555share/doc/qore/modules/QUnit/html/search/pages_2.js
@@ -18889,26 +20915,28 @@ share/doc/qore/modules/Qdx/html/search/n @@ -18889,26 +20915,28 @@ share/doc/qore/modules/Qdx/html/search/n
18889share/doc/qore/modules/Qdx/html/search/namespaces_3.js 20915share/doc/qore/modules/Qdx/html/search/namespaces_3.js
18890share/doc/qore/modules/Qdx/html/search/namespaces_4.html 20916share/doc/qore/modules/Qdx/html/search/namespaces_4.html
18891share/doc/qore/modules/Qdx/html/search/namespaces_4.js 20917share/doc/qore/modules/Qdx/html/search/namespaces_4.js
18892share/doc/qore/modules/Qdx/html/search/namespaces_5.html 20918share/doc/qore/modules/Qdx/html/search/namespaces_5.html
18893share/doc/qore/modules/Qdx/html/search/namespaces_5.js 20919share/doc/qore/modules/Qdx/html/search/namespaces_5.js
18894share/doc/qore/modules/Qdx/html/search/namespaces_6.html 20920share/doc/qore/modules/Qdx/html/search/namespaces_6.html
18895share/doc/qore/modules/Qdx/html/search/namespaces_6.js 20921share/doc/qore/modules/Qdx/html/search/namespaces_6.js
18896share/doc/qore/modules/Qdx/html/search/namespaces_7.html 20922share/doc/qore/modules/Qdx/html/search/namespaces_7.html
18897share/doc/qore/modules/Qdx/html/search/namespaces_7.js 20923share/doc/qore/modules/Qdx/html/search/namespaces_7.js
18898share/doc/qore/modules/Qdx/html/search/namespaces_8.html 20924share/doc/qore/modules/Qdx/html/search/namespaces_8.html
18899share/doc/qore/modules/Qdx/html/search/namespaces_8.js 20925share/doc/qore/modules/Qdx/html/search/namespaces_8.js
18900share/doc/qore/modules/Qdx/html/search/namespaces_9.html 20926share/doc/qore/modules/Qdx/html/search/namespaces_9.html
18901share/doc/qore/modules/Qdx/html/search/namespaces_9.js 20927share/doc/qore/modules/Qdx/html/search/namespaces_9.js
 20928share/doc/qore/modules/Qdx/html/search/namespaces_a.html
 20929share/doc/qore/modules/Qdx/html/search/namespaces_a.js
18902share/doc/qore/modules/Qdx/html/search/nomatches.html 20930share/doc/qore/modules/Qdx/html/search/nomatches.html
18903share/doc/qore/modules/Qdx/html/search/pages_0.html 20931share/doc/qore/modules/Qdx/html/search/pages_0.html
18904share/doc/qore/modules/Qdx/html/search/pages_0.js 20932share/doc/qore/modules/Qdx/html/search/pages_0.js
18905share/doc/qore/modules/Qdx/html/search/pages_1.html 20933share/doc/qore/modules/Qdx/html/search/pages_1.html
18906share/doc/qore/modules/Qdx/html/search/pages_1.js 20934share/doc/qore/modules/Qdx/html/search/pages_1.js
18907share/doc/qore/modules/Qdx/html/search/pages_10.html 20935share/doc/qore/modules/Qdx/html/search/pages_10.html
18908share/doc/qore/modules/Qdx/html/search/pages_10.js 20936share/doc/qore/modules/Qdx/html/search/pages_10.js
18909share/doc/qore/modules/Qdx/html/search/pages_11.html 20937share/doc/qore/modules/Qdx/html/search/pages_11.html
18910share/doc/qore/modules/Qdx/html/search/pages_11.js 20938share/doc/qore/modules/Qdx/html/search/pages_11.js
18911share/doc/qore/modules/Qdx/html/search/pages_12.html 20939share/doc/qore/modules/Qdx/html/search/pages_12.html
18912share/doc/qore/modules/Qdx/html/search/pages_12.js 20940share/doc/qore/modules/Qdx/html/search/pages_12.js
18913share/doc/qore/modules/Qdx/html/search/pages_2.html 20941share/doc/qore/modules/Qdx/html/search/pages_2.html
18914share/doc/qore/modules/Qdx/html/search/pages_2.js 20942share/doc/qore/modules/Qdx/html/search/pages_2.js
@@ -19321,26 +21349,28 @@ share/doc/qore/modules/Qorize/html/searc @@ -19321,26 +21349,28 @@ share/doc/qore/modules/Qorize/html/searc
19321share/doc/qore/modules/Qorize/html/search/namespaces_3.js 21349share/doc/qore/modules/Qorize/html/search/namespaces_3.js
19322share/doc/qore/modules/Qorize/html/search/namespaces_4.html 21350share/doc/qore/modules/Qorize/html/search/namespaces_4.html
19323share/doc/qore/modules/Qorize/html/search/namespaces_4.js 21351share/doc/qore/modules/Qorize/html/search/namespaces_4.js
19324share/doc/qore/modules/Qorize/html/search/namespaces_5.html 21352share/doc/qore/modules/Qorize/html/search/namespaces_5.html
19325share/doc/qore/modules/Qorize/html/search/namespaces_5.js 21353share/doc/qore/modules/Qorize/html/search/namespaces_5.js
19326share/doc/qore/modules/Qorize/html/search/namespaces_6.html 21354share/doc/qore/modules/Qorize/html/search/namespaces_6.html
19327share/doc/qore/modules/Qorize/html/search/namespaces_6.js 21355share/doc/qore/modules/Qorize/html/search/namespaces_6.js
19328share/doc/qore/modules/Qorize/html/search/namespaces_7.html 21356share/doc/qore/modules/Qorize/html/search/namespaces_7.html
19329share/doc/qore/modules/Qorize/html/search/namespaces_7.js 21357share/doc/qore/modules/Qorize/html/search/namespaces_7.js
19330share/doc/qore/modules/Qorize/html/search/namespaces_8.html 21358share/doc/qore/modules/Qorize/html/search/namespaces_8.html
19331share/doc/qore/modules/Qorize/html/search/namespaces_8.js 21359share/doc/qore/modules/Qorize/html/search/namespaces_8.js
19332share/doc/qore/modules/Qorize/html/search/namespaces_9.html 21360share/doc/qore/modules/Qorize/html/search/namespaces_9.html
19333share/doc/qore/modules/Qorize/html/search/namespaces_9.js 21361share/doc/qore/modules/Qorize/html/search/namespaces_9.js
 21362share/doc/qore/modules/Qorize/html/search/namespaces_a.html
 21363share/doc/qore/modules/Qorize/html/search/namespaces_a.js
19334share/doc/qore/modules/Qorize/html/search/nomatches.html 21364share/doc/qore/modules/Qorize/html/search/nomatches.html
19335share/doc/qore/modules/Qorize/html/search/pages_0.html 21365share/doc/qore/modules/Qorize/html/search/pages_0.html
19336share/doc/qore/modules/Qorize/html/search/pages_0.js 21366share/doc/qore/modules/Qorize/html/search/pages_0.js
19337share/doc/qore/modules/Qorize/html/search/pages_1.html 21367share/doc/qore/modules/Qorize/html/search/pages_1.html
19338share/doc/qore/modules/Qorize/html/search/pages_1.js 21368share/doc/qore/modules/Qorize/html/search/pages_1.js
19339share/doc/qore/modules/Qorize/html/search/pages_10.html 21369share/doc/qore/modules/Qorize/html/search/pages_10.html
19340share/doc/qore/modules/Qorize/html/search/pages_10.js 21370share/doc/qore/modules/Qorize/html/search/pages_10.js
19341share/doc/qore/modules/Qorize/html/search/pages_11.html 21371share/doc/qore/modules/Qorize/html/search/pages_11.html
19342share/doc/qore/modules/Qorize/html/search/pages_11.js 21372share/doc/qore/modules/Qorize/html/search/pages_11.js
19343share/doc/qore/modules/Qorize/html/search/pages_12.html 21373share/doc/qore/modules/Qorize/html/search/pages_12.html
19344share/doc/qore/modules/Qorize/html/search/pages_12.js 21374share/doc/qore/modules/Qorize/html/search/pages_12.js
19345share/doc/qore/modules/Qorize/html/search/pages_2.html 21375share/doc/qore/modules/Qorize/html/search/pages_2.html
19346share/doc/qore/modules/Qorize/html/search/pages_2.js 21376share/doc/qore/modules/Qorize/html/search/pages_2.js
@@ -19685,26 +21715,28 @@ share/doc/qore/modules/RestClient/html/s @@ -19685,26 +21715,28 @@ share/doc/qore/modules/RestClient/html/s
19685share/doc/qore/modules/RestClient/html/search/groups_f.html 21715share/doc/qore/modules/RestClient/html/search/groups_f.html
19686share/doc/qore/modules/RestClient/html/search/groups_f.js 21716share/doc/qore/modules/RestClient/html/search/groups_f.js
19687share/doc/qore/modules/RestClient/html/search/mag_sel.svg 21717share/doc/qore/modules/RestClient/html/search/mag_sel.svg
19688share/doc/qore/modules/RestClient/html/search/namespaces_0.html 21718share/doc/qore/modules/RestClient/html/search/namespaces_0.html
19689share/doc/qore/modules/RestClient/html/search/namespaces_0.js 21719share/doc/qore/modules/RestClient/html/search/namespaces_0.js
19690share/doc/qore/modules/RestClient/html/search/namespaces_1.html 21720share/doc/qore/modules/RestClient/html/search/namespaces_1.html
19691share/doc/qore/modules/RestClient/html/search/namespaces_1.js 21721share/doc/qore/modules/RestClient/html/search/namespaces_1.js
19692share/doc/qore/modules/RestClient/html/search/namespaces_2.html 21722share/doc/qore/modules/RestClient/html/search/namespaces_2.html
19693share/doc/qore/modules/RestClient/html/search/namespaces_2.js 21723share/doc/qore/modules/RestClient/html/search/namespaces_2.js
19694share/doc/qore/modules/RestClient/html/search/namespaces_3.html 21724share/doc/qore/modules/RestClient/html/search/namespaces_3.html
19695share/doc/qore/modules/RestClient/html/search/namespaces_3.js 21725share/doc/qore/modules/RestClient/html/search/namespaces_3.js
19696share/doc/qore/modules/RestClient/html/search/namespaces_4.html 21726share/doc/qore/modules/RestClient/html/search/namespaces_4.html
19697share/doc/qore/modules/RestClient/html/search/namespaces_4.js 21727share/doc/qore/modules/RestClient/html/search/namespaces_4.js
 21728share/doc/qore/modules/RestClient/html/search/namespaces_5.html
 21729share/doc/qore/modules/RestClient/html/search/namespaces_5.js
19698share/doc/qore/modules/RestClient/html/search/nomatches.html 21730share/doc/qore/modules/RestClient/html/search/nomatches.html
19699share/doc/qore/modules/RestClient/html/search/pages_0.html 21731share/doc/qore/modules/RestClient/html/search/pages_0.html
19700share/doc/qore/modules/RestClient/html/search/pages_0.js 21732share/doc/qore/modules/RestClient/html/search/pages_0.js
19701share/doc/qore/modules/RestClient/html/search/pages_1.html 21733share/doc/qore/modules/RestClient/html/search/pages_1.html
19702share/doc/qore/modules/RestClient/html/search/pages_1.js 21734share/doc/qore/modules/RestClient/html/search/pages_1.js
19703share/doc/qore/modules/RestClient/html/search/pages_10.html 21735share/doc/qore/modules/RestClient/html/search/pages_10.html
19704share/doc/qore/modules/RestClient/html/search/pages_10.js 21736share/doc/qore/modules/RestClient/html/search/pages_10.js
19705share/doc/qore/modules/RestClient/html/search/pages_11.html 21737share/doc/qore/modules/RestClient/html/search/pages_11.html
19706share/doc/qore/modules/RestClient/html/search/pages_11.js 21738share/doc/qore/modules/RestClient/html/search/pages_11.js
19707share/doc/qore/modules/RestClient/html/search/pages_12.html 21739share/doc/qore/modules/RestClient/html/search/pages_12.html
19708share/doc/qore/modules/RestClient/html/search/pages_12.js 21740share/doc/qore/modules/RestClient/html/search/pages_12.js
19709share/doc/qore/modules/RestClient/html/search/pages_2.html 21741share/doc/qore/modules/RestClient/html/search/pages_2.html
19710share/doc/qore/modules/RestClient/html/search/pages_2.js 21742share/doc/qore/modules/RestClient/html/search/pages_2.js
@@ -19788,26 +21820,418 @@ share/doc/qore/modules/RestClient/html/s @@ -19788,26 +21820,418 @@ share/doc/qore/modules/RestClient/html/s
19788share/doc/qore/modules/RestClient/html/search/variables_d.js 21820share/doc/qore/modules/RestClient/html/search/variables_d.js
19789share/doc/qore/modules/RestClient/html/search/variables_e.html 21821share/doc/qore/modules/RestClient/html/search/variables_e.html
19790share/doc/qore/modules/RestClient/html/search/variables_e.js 21822share/doc/qore/modules/RestClient/html/search/variables_e.js
19791share/doc/qore/modules/RestClient/html/search/variables_f.html 21823share/doc/qore/modules/RestClient/html/search/variables_f.html
19792share/doc/qore/modules/RestClient/html/search/variables_f.js 21824share/doc/qore/modules/RestClient/html/search/variables_f.js
19793share/doc/qore/modules/RestClient/html/splitbar.png 21825share/doc/qore/modules/RestClient/html/splitbar.png
19794share/doc/qore/modules/RestClient/html/sync_off.png 21826share/doc/qore/modules/RestClient/html/sync_off.png
19795share/doc/qore/modules/RestClient/html/sync_on.png 21827share/doc/qore/modules/RestClient/html/sync_on.png
19796share/doc/qore/modules/RestClient/html/tab_a.png 21828share/doc/qore/modules/RestClient/html/tab_a.png
19797share/doc/qore/modules/RestClient/html/tab_b.png 21829share/doc/qore/modules/RestClient/html/tab_b.png
19798share/doc/qore/modules/RestClient/html/tab_h.png 21830share/doc/qore/modules/RestClient/html/tab_h.png
19799share/doc/qore/modules/RestClient/html/tab_s.png 21831share/doc/qore/modules/RestClient/html/tab_s.png
19800share/doc/qore/modules/RestClient/html/tabs.css 21832share/doc/qore/modules/RestClient/html/tabs.css
 21833share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_data_provider_8qc_8dox_8h_source.html
 21834share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_request_data_type_8qc_8dox_8h_source.html
 21835share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_response_data_type_8qc_8dox_8h_source.html
 21836share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_with_method_request_data_type_8qc_8dox_8h_source.html
 21837share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_without_body_request_data_type_8qc_8dox_8h_source.html
 21838share/doc/qore/modules/RestClientDataProvider/html/_rest_client_data_provider_8qc_8dox_8h_source.html
 21839share/doc/qore/modules/RestClientDataProvider/html/_rest_client_data_provider_8qm_8dox_8h_source.html
 21840share/doc/qore/modules/RestClientDataProvider/html/_rest_client_data_provider_factory_8qc_8dox_8h_source.html
 21841share/doc/qore/modules/RestClientDataProvider/html/_rest_client_delete_data_provider_8qc_8dox_8h_source.html
 21842share/doc/qore/modules/RestClientDataProvider/html/_rest_client_get_data_provider_8qc_8dox_8h_source.html
 21843share/doc/qore/modules/RestClientDataProvider/html/_rest_client_head_data_provider_8qc_8dox_8h_source.html
 21844share/doc/qore/modules/RestClientDataProvider/html/_rest_client_options_data_provider_8qc_8dox_8h_source.html
 21845share/doc/qore/modules/RestClientDataProvider/html/_rest_client_patch_data_provider_8qc_8dox_8h_source.html
 21846share/doc/qore/modules/RestClientDataProvider/html/_rest_client_post_data_provider_8qc_8dox_8h_source.html
 21847share/doc/qore/modules/RestClientDataProvider/html/_rest_client_put_data_provider_8qc_8dox_8h_source.html
 21848share/doc/qore/modules/RestClientDataProvider/html/annotated.html
 21849share/doc/qore/modules/RestClientDataProvider/html/annotated_dup.js
 21850share/doc/qore/modules/RestClientDataProvider/html/bc_s.png
 21851share/doc/qore/modules/RestClientDataProvider/html/bdwn.png
 21852share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_data_provider-members.html
 21853share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_data_provider.html
 21854share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_data_provider.js
 21855share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_request_data_type-members.html
 21856share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_request_data_type.html
 21857share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_request_data_type.js
 21858share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_response_data_type-members.html
 21859share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_response_data_type.html
 21860share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_response_data_type.js
 21861share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_with_method_request_data_type-members.html
 21862share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_with_method_request_data_type.html
 21863share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_with_method_request_data_type.js
 21864share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_without_body_request_data_type-members.html
 21865share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_without_body_request_data_type.html
 21866share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_without_body_request_data_type.js
 21867share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider-members.html
 21868share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider.html
 21869share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider.js
 21870share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider_factory-members.html
 21871share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider_factory.html
 21872share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider_factory.js
 21873share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_delete_data_provider-members.html
 21874share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_delete_data_provider.html
 21875share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_delete_data_provider.js
 21876share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_get_data_provider-members.html
 21877share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_get_data_provider.html
 21878share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_get_data_provider.js
 21879share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_head_data_provider-members.html
 21880share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_head_data_provider.html
 21881share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_head_data_provider.js
 21882share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_options_data_provider-members.html
 21883share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_options_data_provider.html
 21884share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_options_data_provider.js
 21885share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_patch_data_provider-members.html
 21886share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_patch_data_provider.html
 21887share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_patch_data_provider.js
 21888share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_post_data_provider-members.html
 21889share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_post_data_provider.html
 21890share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_post_data_provider.js
 21891share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_put_data_provider-members.html
 21892share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_put_data_provider.html
 21893share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_put_data_provider.js
 21894share/doc/qore/modules/RestClientDataProvider/html/classes.html
 21895share/doc/qore/modules/RestClientDataProvider/html/closed.png
 21896share/doc/qore/modules/RestClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html
 21897share/doc/qore/modules/RestClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
 21898share/doc/qore/modules/RestClientDataProvider/html/doc.png
 21899share/doc/qore/modules/RestClientDataProvider/html/doxygen.css
 21900share/doc/qore/modules/RestClientDataProvider/html/doxygen.svg
 21901share/doc/qore/modules/RestClientDataProvider/html/dynsections.js
 21902share/doc/qore/modules/RestClientDataProvider/html/folderclosed.png
 21903share/doc/qore/modules/RestClientDataProvider/html/folderopen.png
 21904share/doc/qore/modules/RestClientDataProvider/html/functions.html
 21905share/doc/qore/modules/RestClientDataProvider/html/functions_func.html
 21906share/doc/qore/modules/RestClientDataProvider/html/functions_vars.html
 21907share/doc/qore/modules/RestClientDataProvider/html/graph_legend.html
 21908share/doc/qore/modules/RestClientDataProvider/html/graph_legend.md5
 21909share/doc/qore/modules/RestClientDataProvider/html/graph_legend.png
 21910share/doc/qore/modules/RestClientDataProvider/html/index.html
 21911share/doc/qore/modules/RestClientDataProvider/html/index.qhp
 21912share/doc/qore/modules/RestClientDataProvider/html/jquery.js
 21913share/doc/qore/modules/RestClientDataProvider/html/menu.js
 21914share/doc/qore/modules/RestClientDataProvider/html/menudata.js
 21915share/doc/qore/modules/RestClientDataProvider/html/namespace_rest_client_data_provider.html
 21916share/doc/qore/modules/RestClientDataProvider/html/namespace_rest_client_data_provider.js
 21917share/doc/qore/modules/RestClientDataProvider/html/namespaces.html
 21918share/doc/qore/modules/RestClientDataProvider/html/namespaces_dup.js
 21919share/doc/qore/modules/RestClientDataProvider/html/nav_f.png
 21920share/doc/qore/modules/RestClientDataProvider/html/nav_g.png
 21921share/doc/qore/modules/RestClientDataProvider/html/nav_h.png
 21922share/doc/qore/modules/RestClientDataProvider/html/navtree.css
 21923share/doc/qore/modules/RestClientDataProvider/html/navtree.js
 21924share/doc/qore/modules/RestClientDataProvider/html/navtreedata.js
 21925share/doc/qore/modules/RestClientDataProvider/html/navtreeindex0.js
 21926share/doc/qore/modules/RestClientDataProvider/html/open.png
 21927share/doc/qore/modules/RestClientDataProvider/html/pages.html
 21928share/doc/qore/modules/RestClientDataProvider/html/qore-logo-55x200.png
 21929share/doc/qore/modules/RestClientDataProvider/html/resize.js
 21930share/doc/qore/modules/RestClientDataProvider/html/search/all_0.html
 21931share/doc/qore/modules/RestClientDataProvider/html/search/all_0.js
 21932share/doc/qore/modules/RestClientDataProvider/html/search/all_1.html
 21933share/doc/qore/modules/RestClientDataProvider/html/search/all_1.js
 21934share/doc/qore/modules/RestClientDataProvider/html/search/all_10.html
 21935share/doc/qore/modules/RestClientDataProvider/html/search/all_10.js
 21936share/doc/qore/modules/RestClientDataProvider/html/search/all_11.html
 21937share/doc/qore/modules/RestClientDataProvider/html/search/all_11.js
 21938share/doc/qore/modules/RestClientDataProvider/html/search/all_12.html
 21939share/doc/qore/modules/RestClientDataProvider/html/search/all_12.js
 21940share/doc/qore/modules/RestClientDataProvider/html/search/all_13.html
 21941share/doc/qore/modules/RestClientDataProvider/html/search/all_13.js
 21942share/doc/qore/modules/RestClientDataProvider/html/search/all_14.html
 21943share/doc/qore/modules/RestClientDataProvider/html/search/all_14.js
 21944share/doc/qore/modules/RestClientDataProvider/html/search/all_15.html
 21945share/doc/qore/modules/RestClientDataProvider/html/search/all_15.js
 21946share/doc/qore/modules/RestClientDataProvider/html/search/all_16.html
 21947share/doc/qore/modules/RestClientDataProvider/html/search/all_16.js
 21948share/doc/qore/modules/RestClientDataProvider/html/search/all_17.html
 21949share/doc/qore/modules/RestClientDataProvider/html/search/all_17.js
 21950share/doc/qore/modules/RestClientDataProvider/html/search/all_18.html
 21951share/doc/qore/modules/RestClientDataProvider/html/search/all_18.js
 21952share/doc/qore/modules/RestClientDataProvider/html/search/all_19.html
 21953share/doc/qore/modules/RestClientDataProvider/html/search/all_19.js
 21954share/doc/qore/modules/RestClientDataProvider/html/search/all_1a.html
 21955share/doc/qore/modules/RestClientDataProvider/html/search/all_1a.js
 21956share/doc/qore/modules/RestClientDataProvider/html/search/all_2.html
 21957share/doc/qore/modules/RestClientDataProvider/html/search/all_2.js
 21958share/doc/qore/modules/RestClientDataProvider/html/search/all_3.html
 21959share/doc/qore/modules/RestClientDataProvider/html/search/all_3.js
 21960share/doc/qore/modules/RestClientDataProvider/html/search/all_4.html
 21961share/doc/qore/modules/RestClientDataProvider/html/search/all_4.js
 21962share/doc/qore/modules/RestClientDataProvider/html/search/all_5.html
 21963share/doc/qore/modules/RestClientDataProvider/html/search/all_5.js
 21964share/doc/qore/modules/RestClientDataProvider/html/search/all_6.html
 21965share/doc/qore/modules/RestClientDataProvider/html/search/all_6.js
 21966share/doc/qore/modules/RestClientDataProvider/html/search/all_7.html
 21967share/doc/qore/modules/RestClientDataProvider/html/search/all_7.js
 21968share/doc/qore/modules/RestClientDataProvider/html/search/all_8.html
 21969share/doc/qore/modules/RestClientDataProvider/html/search/all_8.js
 21970share/doc/qore/modules/RestClientDataProvider/html/search/all_9.html
 21971share/doc/qore/modules/RestClientDataProvider/html/search/all_9.js
 21972share/doc/qore/modules/RestClientDataProvider/html/search/all_a.html
 21973share/doc/qore/modules/RestClientDataProvider/html/search/all_a.js
 21974share/doc/qore/modules/RestClientDataProvider/html/search/all_b.html
 21975share/doc/qore/modules/RestClientDataProvider/html/search/all_b.js
 21976share/doc/qore/modules/RestClientDataProvider/html/search/all_c.html
 21977share/doc/qore/modules/RestClientDataProvider/html/search/all_c.js
 21978share/doc/qore/modules/RestClientDataProvider/html/search/all_d.html
 21979share/doc/qore/modules/RestClientDataProvider/html/search/all_d.js
 21980share/doc/qore/modules/RestClientDataProvider/html/search/all_e.html
 21981share/doc/qore/modules/RestClientDataProvider/html/search/all_e.js
 21982share/doc/qore/modules/RestClientDataProvider/html/search/all_f.html
 21983share/doc/qore/modules/RestClientDataProvider/html/search/all_f.js
 21984share/doc/qore/modules/RestClientDataProvider/html/search/classes_0.html
 21985share/doc/qore/modules/RestClientDataProvider/html/search/classes_0.js
 21986share/doc/qore/modules/RestClientDataProvider/html/search/classes_1.html
 21987share/doc/qore/modules/RestClientDataProvider/html/search/classes_1.js
 21988share/doc/qore/modules/RestClientDataProvider/html/search/classes_10.html
 21989share/doc/qore/modules/RestClientDataProvider/html/search/classes_10.js
 21990share/doc/qore/modules/RestClientDataProvider/html/search/classes_11.html
 21991share/doc/qore/modules/RestClientDataProvider/html/search/classes_11.js
 21992share/doc/qore/modules/RestClientDataProvider/html/search/classes_12.html
 21993share/doc/qore/modules/RestClientDataProvider/html/search/classes_12.js
 21994share/doc/qore/modules/RestClientDataProvider/html/search/classes_13.html
 21995share/doc/qore/modules/RestClientDataProvider/html/search/classes_13.js
 21996share/doc/qore/modules/RestClientDataProvider/html/search/classes_2.html
 21997share/doc/qore/modules/RestClientDataProvider/html/search/classes_2.js
 21998share/doc/qore/modules/RestClientDataProvider/html/search/classes_3.html
 21999share/doc/qore/modules/RestClientDataProvider/html/search/classes_3.js
 22000share/doc/qore/modules/RestClientDataProvider/html/search/classes_4.html
 22001share/doc/qore/modules/RestClientDataProvider/html/search/classes_4.js
 22002share/doc/qore/modules/RestClientDataProvider/html/search/classes_5.html
 22003share/doc/qore/modules/RestClientDataProvider/html/search/classes_5.js
 22004share/doc/qore/modules/RestClientDataProvider/html/search/classes_6.html
 22005share/doc/qore/modules/RestClientDataProvider/html/search/classes_6.js
 22006share/doc/qore/modules/RestClientDataProvider/html/search/classes_7.html
 22007share/doc/qore/modules/RestClientDataProvider/html/search/classes_7.js
 22008share/doc/qore/modules/RestClientDataProvider/html/search/classes_8.html
 22009share/doc/qore/modules/RestClientDataProvider/html/search/classes_8.js
 22010share/doc/qore/modules/RestClientDataProvider/html/search/classes_9.html
 22011share/doc/qore/modules/RestClientDataProvider/html/search/classes_9.js
 22012share/doc/qore/modules/RestClientDataProvider/html/search/classes_a.html
 22013share/doc/qore/modules/RestClientDataProvider/html/search/classes_a.js
 22014share/doc/qore/modules/RestClientDataProvider/html/search/classes_b.html
 22015share/doc/qore/modules/RestClientDataProvider/html/search/classes_b.js
 22016share/doc/qore/modules/RestClientDataProvider/html/search/classes_c.html
 22017share/doc/qore/modules/RestClientDataProvider/html/search/classes_c.js
 22018share/doc/qore/modules/RestClientDataProvider/html/search/classes_d.html
 22019share/doc/qore/modules/RestClientDataProvider/html/search/classes_d.js
 22020share/doc/qore/modules/RestClientDataProvider/html/search/classes_e.html
 22021share/doc/qore/modules/RestClientDataProvider/html/search/classes_e.js
 22022share/doc/qore/modules/RestClientDataProvider/html/search/classes_f.html
 22023share/doc/qore/modules/RestClientDataProvider/html/search/classes_f.js
 22024share/doc/qore/modules/RestClientDataProvider/html/search/close.svg
 22025share/doc/qore/modules/RestClientDataProvider/html/search/functions_0.html
 22026share/doc/qore/modules/RestClientDataProvider/html/search/functions_0.js
 22027share/doc/qore/modules/RestClientDataProvider/html/search/functions_1.html
 22028share/doc/qore/modules/RestClientDataProvider/html/search/functions_1.js
 22029share/doc/qore/modules/RestClientDataProvider/html/search/functions_10.html
 22030share/doc/qore/modules/RestClientDataProvider/html/search/functions_10.js
 22031share/doc/qore/modules/RestClientDataProvider/html/search/functions_11.html
 22032share/doc/qore/modules/RestClientDataProvider/html/search/functions_11.js
 22033share/doc/qore/modules/RestClientDataProvider/html/search/functions_12.html
 22034share/doc/qore/modules/RestClientDataProvider/html/search/functions_12.js
 22035share/doc/qore/modules/RestClientDataProvider/html/search/functions_13.html
 22036share/doc/qore/modules/RestClientDataProvider/html/search/functions_13.js
 22037share/doc/qore/modules/RestClientDataProvider/html/search/functions_14.html
 22038share/doc/qore/modules/RestClientDataProvider/html/search/functions_14.js
 22039share/doc/qore/modules/RestClientDataProvider/html/search/functions_15.html
 22040share/doc/qore/modules/RestClientDataProvider/html/search/functions_15.js
 22041share/doc/qore/modules/RestClientDataProvider/html/search/functions_16.html
 22042share/doc/qore/modules/RestClientDataProvider/html/search/functions_16.js
 22043share/doc/qore/modules/RestClientDataProvider/html/search/functions_17.html
 22044share/doc/qore/modules/RestClientDataProvider/html/search/functions_17.js
 22045share/doc/qore/modules/RestClientDataProvider/html/search/functions_18.html
 22046share/doc/qore/modules/RestClientDataProvider/html/search/functions_18.js
 22047share/doc/qore/modules/RestClientDataProvider/html/search/functions_19.html
 22048share/doc/qore/modules/RestClientDataProvider/html/search/functions_19.js
 22049share/doc/qore/modules/RestClientDataProvider/html/search/functions_2.html
 22050share/doc/qore/modules/RestClientDataProvider/html/search/functions_2.js
 22051share/doc/qore/modules/RestClientDataProvider/html/search/functions_3.html
 22052share/doc/qore/modules/RestClientDataProvider/html/search/functions_3.js
 22053share/doc/qore/modules/RestClientDataProvider/html/search/functions_4.html
 22054share/doc/qore/modules/RestClientDataProvider/html/search/functions_4.js
 22055share/doc/qore/modules/RestClientDataProvider/html/search/functions_5.html
 22056share/doc/qore/modules/RestClientDataProvider/html/search/functions_5.js
 22057share/doc/qore/modules/RestClientDataProvider/html/search/functions_6.html
 22058share/doc/qore/modules/RestClientDataProvider/html/search/functions_6.js
 22059share/doc/qore/modules/RestClientDataProvider/html/search/functions_7.html
 22060share/doc/qore/modules/RestClientDataProvider/html/search/functions_7.js
 22061share/doc/qore/modules/RestClientDataProvider/html/search/functions_8.html
 22062share/doc/qore/modules/RestClientDataProvider/html/search/functions_8.js
 22063share/doc/qore/modules/RestClientDataProvider/html/search/functions_9.html
 22064share/doc/qore/modules/RestClientDataProvider/html/search/functions_9.js
 22065share/doc/qore/modules/RestClientDataProvider/html/search/functions_a.html
 22066share/doc/qore/modules/RestClientDataProvider/html/search/functions_a.js
 22067share/doc/qore/modules/RestClientDataProvider/html/search/functions_b.html
 22068share/doc/qore/modules/RestClientDataProvider/html/search/functions_b.js
 22069share/doc/qore/modules/RestClientDataProvider/html/search/functions_c.html
 22070share/doc/qore/modules/RestClientDataProvider/html/search/functions_c.js
 22071share/doc/qore/modules/RestClientDataProvider/html/search/functions_d.html
 22072share/doc/qore/modules/RestClientDataProvider/html/search/functions_d.js
 22073share/doc/qore/modules/RestClientDataProvider/html/search/functions_e.html
 22074share/doc/qore/modules/RestClientDataProvider/html/search/functions_e.js
 22075share/doc/qore/modules/RestClientDataProvider/html/search/functions_f.html
 22076share/doc/qore/modules/RestClientDataProvider/html/search/functions_f.js
 22077share/doc/qore/modules/RestClientDataProvider/html/search/groups_0.html
 22078share/doc/qore/modules/RestClientDataProvider/html/search/groups_0.js
 22079share/doc/qore/modules/RestClientDataProvider/html/search/groups_1.html
 22080share/doc/qore/modules/RestClientDataProvider/html/search/groups_1.js
 22081share/doc/qore/modules/RestClientDataProvider/html/search/groups_10.html
 22082share/doc/qore/modules/RestClientDataProvider/html/search/groups_10.js
 22083share/doc/qore/modules/RestClientDataProvider/html/search/groups_11.html
 22084share/doc/qore/modules/RestClientDataProvider/html/search/groups_11.js
 22085share/doc/qore/modules/RestClientDataProvider/html/search/groups_12.html
 22086share/doc/qore/modules/RestClientDataProvider/html/search/groups_12.js
 22087share/doc/qore/modules/RestClientDataProvider/html/search/groups_2.html
 22088share/doc/qore/modules/RestClientDataProvider/html/search/groups_2.js
 22089share/doc/qore/modules/RestClientDataProvider/html/search/groups_3.html
 22090share/doc/qore/modules/RestClientDataProvider/html/search/groups_3.js
 22091share/doc/qore/modules/RestClientDataProvider/html/search/groups_4.html
 22092share/doc/qore/modules/RestClientDataProvider/html/search/groups_4.js
 22093share/doc/qore/modules/RestClientDataProvider/html/search/groups_5.html
 22094share/doc/qore/modules/RestClientDataProvider/html/search/groups_5.js
 22095share/doc/qore/modules/RestClientDataProvider/html/search/groups_6.html
 22096share/doc/qore/modules/RestClientDataProvider/html/search/groups_6.js
 22097share/doc/qore/modules/RestClientDataProvider/html/search/groups_7.html
 22098share/doc/qore/modules/RestClientDataProvider/html/search/groups_7.js
 22099share/doc/qore/modules/RestClientDataProvider/html/search/groups_8.html
 22100share/doc/qore/modules/RestClientDataProvider/html/search/groups_8.js
 22101share/doc/qore/modules/RestClientDataProvider/html/search/groups_9.html
 22102share/doc/qore/modules/RestClientDataProvider/html/search/groups_9.js
 22103share/doc/qore/modules/RestClientDataProvider/html/search/groups_a.html
 22104share/doc/qore/modules/RestClientDataProvider/html/search/groups_a.js
 22105share/doc/qore/modules/RestClientDataProvider/html/search/groups_b.html
 22106share/doc/qore/modules/RestClientDataProvider/html/search/groups_b.js
 22107share/doc/qore/modules/RestClientDataProvider/html/search/groups_c.html
 22108share/doc/qore/modules/RestClientDataProvider/html/search/groups_c.js
 22109share/doc/qore/modules/RestClientDataProvider/html/search/groups_d.html
 22110share/doc/qore/modules/RestClientDataProvider/html/search/groups_d.js
 22111share/doc/qore/modules/RestClientDataProvider/html/search/groups_e.html
 22112share/doc/qore/modules/RestClientDataProvider/html/search/groups_e.js
 22113share/doc/qore/modules/RestClientDataProvider/html/search/groups_f.html
 22114share/doc/qore/modules/RestClientDataProvider/html/search/groups_f.js
 22115share/doc/qore/modules/RestClientDataProvider/html/search/mag_sel.svg
 22116share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_0.html
 22117share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_0.js
 22118share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_1.html
 22119share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_1.js
 22120share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_2.html
 22121share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_2.js
 22122share/doc/qore/modules/RestClientDataProvider/html/search/nomatches.html
 22123share/doc/qore/modules/RestClientDataProvider/html/search/pages_0.html
 22124share/doc/qore/modules/RestClientDataProvider/html/search/pages_0.js
 22125share/doc/qore/modules/RestClientDataProvider/html/search/pages_1.html
 22126share/doc/qore/modules/RestClientDataProvider/html/search/pages_1.js
 22127share/doc/qore/modules/RestClientDataProvider/html/search/pages_10.html
 22128share/doc/qore/modules/RestClientDataProvider/html/search/pages_10.js
 22129share/doc/qore/modules/RestClientDataProvider/html/search/pages_11.html
 22130share/doc/qore/modules/RestClientDataProvider/html/search/pages_11.js
 22131share/doc/qore/modules/RestClientDataProvider/html/search/pages_12.html
 22132share/doc/qore/modules/RestClientDataProvider/html/search/pages_12.js
 22133share/doc/qore/modules/RestClientDataProvider/html/search/pages_2.html
 22134share/doc/qore/modules/RestClientDataProvider/html/search/pages_2.js
 22135share/doc/qore/modules/RestClientDataProvider/html/search/pages_3.html
 22136share/doc/qore/modules/RestClientDataProvider/html/search/pages_3.js
 22137share/doc/qore/modules/RestClientDataProvider/html/search/pages_4.html
 22138share/doc/qore/modules/RestClientDataProvider/html/search/pages_4.js
 22139share/doc/qore/modules/RestClientDataProvider/html/search/pages_5.html
 22140share/doc/qore/modules/RestClientDataProvider/html/search/pages_5.js
 22141share/doc/qore/modules/RestClientDataProvider/html/search/pages_6.html
 22142share/doc/qore/modules/RestClientDataProvider/html/search/pages_6.js
 22143share/doc/qore/modules/RestClientDataProvider/html/search/pages_7.html
 22144share/doc/qore/modules/RestClientDataProvider/html/search/pages_7.js
 22145share/doc/qore/modules/RestClientDataProvider/html/search/pages_8.html
 22146share/doc/qore/modules/RestClientDataProvider/html/search/pages_8.js
 22147share/doc/qore/modules/RestClientDataProvider/html/search/pages_9.html
 22148share/doc/qore/modules/RestClientDataProvider/html/search/pages_9.js
 22149share/doc/qore/modules/RestClientDataProvider/html/search/pages_a.html
 22150share/doc/qore/modules/RestClientDataProvider/html/search/pages_a.js
 22151share/doc/qore/modules/RestClientDataProvider/html/search/pages_b.html
 22152share/doc/qore/modules/RestClientDataProvider/html/search/pages_b.js
 22153share/doc/qore/modules/RestClientDataProvider/html/search/pages_c.html
 22154share/doc/qore/modules/RestClientDataProvider/html/search/pages_c.js
 22155share/doc/qore/modules/RestClientDataProvider/html/search/pages_d.html
 22156share/doc/qore/modules/RestClientDataProvider/html/search/pages_d.js
 22157share/doc/qore/modules/RestClientDataProvider/html/search/pages_e.html
 22158share/doc/qore/modules/RestClientDataProvider/html/search/pages_e.js
 22159share/doc/qore/modules/RestClientDataProvider/html/search/pages_f.html
 22160share/doc/qore/modules/RestClientDataProvider/html/search/pages_f.js
 22161share/doc/qore/modules/RestClientDataProvider/html/search/search.css
 22162share/doc/qore/modules/RestClientDataProvider/html/search/search.js
 22163share/doc/qore/modules/RestClientDataProvider/html/search/search_l.png
 22164share/doc/qore/modules/RestClientDataProvider/html/search/search_m.png
 22165share/doc/qore/modules/RestClientDataProvider/html/search/search_r.png
 22166share/doc/qore/modules/RestClientDataProvider/html/search/searchdata.js
 22167share/doc/qore/modules/RestClientDataProvider/html/search/variables_0.html
 22168share/doc/qore/modules/RestClientDataProvider/html/search/variables_0.js
 22169share/doc/qore/modules/RestClientDataProvider/html/search/variables_1.html
 22170share/doc/qore/modules/RestClientDataProvider/html/search/variables_1.js
 22171share/doc/qore/modules/RestClientDataProvider/html/search/variables_10.html
 22172share/doc/qore/modules/RestClientDataProvider/html/search/variables_10.js
 22173share/doc/qore/modules/RestClientDataProvider/html/search/variables_11.html
 22174share/doc/qore/modules/RestClientDataProvider/html/search/variables_11.js
 22175share/doc/qore/modules/RestClientDataProvider/html/search/variables_12.html
 22176share/doc/qore/modules/RestClientDataProvider/html/search/variables_12.js
 22177share/doc/qore/modules/RestClientDataProvider/html/search/variables_13.html
 22178share/doc/qore/modules/RestClientDataProvider/html/search/variables_13.js
 22179share/doc/qore/modules/RestClientDataProvider/html/search/variables_14.html
 22180share/doc/qore/modules/RestClientDataProvider/html/search/variables_14.js
 22181share/doc/qore/modules/RestClientDataProvider/html/search/variables_15.html
 22182share/doc/qore/modules/RestClientDataProvider/html/search/variables_15.js
 22183share/doc/qore/modules/RestClientDataProvider/html/search/variables_16.html
 22184share/doc/qore/modules/RestClientDataProvider/html/search/variables_16.js
 22185share/doc/qore/modules/RestClientDataProvider/html/search/variables_17.html
 22186share/doc/qore/modules/RestClientDataProvider/html/search/variables_17.js
 22187share/doc/qore/modules/RestClientDataProvider/html/search/variables_18.html
 22188share/doc/qore/modules/RestClientDataProvider/html/search/variables_18.js
 22189share/doc/qore/modules/RestClientDataProvider/html/search/variables_2.html
 22190share/doc/qore/modules/RestClientDataProvider/html/search/variables_2.js
 22191share/doc/qore/modules/RestClientDataProvider/html/search/variables_3.html
 22192share/doc/qore/modules/RestClientDataProvider/html/search/variables_3.js
 22193share/doc/qore/modules/RestClientDataProvider/html/search/variables_4.html
 22194share/doc/qore/modules/RestClientDataProvider/html/search/variables_4.js
 22195share/doc/qore/modules/RestClientDataProvider/html/search/variables_5.html
 22196share/doc/qore/modules/RestClientDataProvider/html/search/variables_5.js
 22197share/doc/qore/modules/RestClientDataProvider/html/search/variables_6.html
 22198share/doc/qore/modules/RestClientDataProvider/html/search/variables_6.js
 22199share/doc/qore/modules/RestClientDataProvider/html/search/variables_7.html
 22200share/doc/qore/modules/RestClientDataProvider/html/search/variables_7.js
 22201share/doc/qore/modules/RestClientDataProvider/html/search/variables_8.html
 22202share/doc/qore/modules/RestClientDataProvider/html/search/variables_8.js
 22203share/doc/qore/modules/RestClientDataProvider/html/search/variables_9.html
 22204share/doc/qore/modules/RestClientDataProvider/html/search/variables_9.js
 22205share/doc/qore/modules/RestClientDataProvider/html/search/variables_a.html
 22206share/doc/qore/modules/RestClientDataProvider/html/search/variables_a.js
 22207share/doc/qore/modules/RestClientDataProvider/html/search/variables_b.html
 22208share/doc/qore/modules/RestClientDataProvider/html/search/variables_b.js
 22209share/doc/qore/modules/RestClientDataProvider/html/search/variables_c.html
 22210share/doc/qore/modules/RestClientDataProvider/html/search/variables_c.js
 22211share/doc/qore/modules/RestClientDataProvider/html/search/variables_d.html
 22212share/doc/qore/modules/RestClientDataProvider/html/search/variables_d.js
 22213share/doc/qore/modules/RestClientDataProvider/html/search/variables_e.html
 22214share/doc/qore/modules/RestClientDataProvider/html/search/variables_e.js
 22215share/doc/qore/modules/RestClientDataProvider/html/search/variables_f.html
 22216share/doc/qore/modules/RestClientDataProvider/html/search/variables_f.js
 22217share/doc/qore/modules/RestClientDataProvider/html/splitbar.png
 22218share/doc/qore/modules/RestClientDataProvider/html/sync_off.png
 22219share/doc/qore/modules/RestClientDataProvider/html/sync_on.png
 22220share/doc/qore/modules/RestClientDataProvider/html/tab_a.png
 22221share/doc/qore/modules/RestClientDataProvider/html/tab_b.png
 22222share/doc/qore/modules/RestClientDataProvider/html/tab_h.png
 22223share/doc/qore/modules/RestClientDataProvider/html/tab_s.png
 22224share/doc/qore/modules/RestClientDataProvider/html/tabs.css
19801share/doc/qore/modules/RestHandler/html/annotated.html 22225share/doc/qore/modules/RestHandler/html/annotated.html
19802share/doc/qore/modules/RestHandler/html/annotated_dup.js 22226share/doc/qore/modules/RestHandler/html/annotated_dup.js
19803share/doc/qore/modules/RestHandler/html/bc_s.png 22227share/doc/qore/modules/RestHandler/html/bc_s.png
19804share/doc/qore/modules/RestHandler/html/bdwn.png 22228share/doc/qore/modules/RestHandler/html/bdwn.png
19805share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class-members.html 22229share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class-members.html
19806share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class.html 22230share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class.html
19807share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class.js 22231share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class.js
19808share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class__inherit__graph.map 22232share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class__inherit__graph.map
19809share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class__inherit__graph.md5 22233share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class__inherit__graph.md5
19810share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class__inherit__graph.png 22234share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_class__inherit__graph.png
19811share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler-members.html 22235share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler-members.html
19812share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler.html 22236share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler.html
19813share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler.js 22237share/doc/qore/modules/RestHandler/html/class_rest_handler_1_1_abstract_rest_stream_request_handler.js
@@ -20069,26 +22493,28 @@ share/doc/qore/modules/RestHandler/html/ @@ -20069,26 +22493,28 @@ share/doc/qore/modules/RestHandler/html/
20069share/doc/qore/modules/RestHandler/html/search/namespaces_2.js 22493share/doc/qore/modules/RestHandler/html/search/namespaces_2.js
20070share/doc/qore/modules/RestHandler/html/search/namespaces_3.html 22494share/doc/qore/modules/RestHandler/html/search/namespaces_3.html
20071share/doc/qore/modules/RestHandler/html/search/namespaces_3.js 22495share/doc/qore/modules/RestHandler/html/search/namespaces_3.js
20072share/doc/qore/modules/RestHandler/html/search/namespaces_4.html 22496share/doc/qore/modules/RestHandler/html/search/namespaces_4.html
20073share/doc/qore/modules/RestHandler/html/search/namespaces_4.js 22497share/doc/qore/modules/RestHandler/html/search/namespaces_4.js
20074share/doc/qore/modules/RestHandler/html/search/namespaces_5.html 22498share/doc/qore/modules/RestHandler/html/search/namespaces_5.html
20075share/doc/qore/modules/RestHandler/html/search/namespaces_5.js 22499share/doc/qore/modules/RestHandler/html/search/namespaces_5.js
20076share/doc/qore/modules/RestHandler/html/search/namespaces_6.html 22500share/doc/qore/modules/RestHandler/html/search/namespaces_6.html
20077share/doc/qore/modules/RestHandler/html/search/namespaces_6.js 22501share/doc/qore/modules/RestHandler/html/search/namespaces_6.js
20078share/doc/qore/modules/RestHandler/html/search/namespaces_7.html 22502share/doc/qore/modules/RestHandler/html/search/namespaces_7.html
20079share/doc/qore/modules/RestHandler/html/search/namespaces_7.js 22503share/doc/qore/modules/RestHandler/html/search/namespaces_7.js
20080share/doc/qore/modules/RestHandler/html/search/namespaces_8.html 22504share/doc/qore/modules/RestHandler/html/search/namespaces_8.html
20081share/doc/qore/modules/RestHandler/html/search/namespaces_8.js 22505share/doc/qore/modules/RestHandler/html/search/namespaces_8.js
 22506share/doc/qore/modules/RestHandler/html/search/namespaces_9.html
 22507share/doc/qore/modules/RestHandler/html/search/namespaces_9.js
20082share/doc/qore/modules/RestHandler/html/search/nomatches.html 22508share/doc/qore/modules/RestHandler/html/search/nomatches.html
20083share/doc/qore/modules/RestHandler/html/search/pages_0.html 22509share/doc/qore/modules/RestHandler/html/search/pages_0.html
20084share/doc/qore/modules/RestHandler/html/search/pages_0.js 22510share/doc/qore/modules/RestHandler/html/search/pages_0.js
20085share/doc/qore/modules/RestHandler/html/search/pages_1.html 22511share/doc/qore/modules/RestHandler/html/search/pages_1.html
20086share/doc/qore/modules/RestHandler/html/search/pages_1.js 22512share/doc/qore/modules/RestHandler/html/search/pages_1.js
20087share/doc/qore/modules/RestHandler/html/search/pages_10.html 22513share/doc/qore/modules/RestHandler/html/search/pages_10.html
20088share/doc/qore/modules/RestHandler/html/search/pages_10.js 22514share/doc/qore/modules/RestHandler/html/search/pages_10.js
20089share/doc/qore/modules/RestHandler/html/search/pages_11.html 22515share/doc/qore/modules/RestHandler/html/search/pages_11.html
20090share/doc/qore/modules/RestHandler/html/search/pages_11.js 22516share/doc/qore/modules/RestHandler/html/search/pages_11.js
20091share/doc/qore/modules/RestHandler/html/search/pages_12.html 22517share/doc/qore/modules/RestHandler/html/search/pages_12.html
20092share/doc/qore/modules/RestHandler/html/search/pages_12.js 22518share/doc/qore/modules/RestHandler/html/search/pages_12.js
20093share/doc/qore/modules/RestHandler/html/search/pages_2.html 22519share/doc/qore/modules/RestHandler/html/search/pages_2.html
20094share/doc/qore/modules/RestHandler/html/search/pages_2.js 22520share/doc/qore/modules/RestHandler/html/search/pages_2.js
@@ -20921,26 +23347,28 @@ share/doc/qore/modules/SalesforceRestCli @@ -20921,26 +23347,28 @@ share/doc/qore/modules/SalesforceRestCli
20921share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_3.js 23347share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_3.js
20922share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_4.html 23348share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_4.html
20923share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_4.js 23349share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_4.js
20924share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_5.html 23350share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_5.html
20925share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_5.js 23351share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_5.js
20926share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_6.html 23352share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_6.html
20927share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_6.js 23353share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_6.js
20928share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_7.html 23354share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_7.html
20929share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_7.js 23355share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_7.js
20930share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_8.html 23356share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_8.html
20931share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_8.js 23357share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_8.js
20932share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_9.html 23358share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_9.html
20933share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_9.js 23359share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_9.js
 23360share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_a.html
 23361share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_a.js
20934share/doc/qore/modules/SalesforceRestClient/html/search/nomatches.html 23362share/doc/qore/modules/SalesforceRestClient/html/search/nomatches.html
20935share/doc/qore/modules/SalesforceRestClient/html/search/pages_0.html 23363share/doc/qore/modules/SalesforceRestClient/html/search/pages_0.html
20936share/doc/qore/modules/SalesforceRestClient/html/search/pages_0.js 23364share/doc/qore/modules/SalesforceRestClient/html/search/pages_0.js
20937share/doc/qore/modules/SalesforceRestClient/html/search/pages_1.html 23365share/doc/qore/modules/SalesforceRestClient/html/search/pages_1.html
20938share/doc/qore/modules/SalesforceRestClient/html/search/pages_1.js 23366share/doc/qore/modules/SalesforceRestClient/html/search/pages_1.js
20939share/doc/qore/modules/SalesforceRestClient/html/search/pages_10.html 23367share/doc/qore/modules/SalesforceRestClient/html/search/pages_10.html
20940share/doc/qore/modules/SalesforceRestClient/html/search/pages_10.js 23368share/doc/qore/modules/SalesforceRestClient/html/search/pages_10.js
20941share/doc/qore/modules/SalesforceRestClient/html/search/pages_11.html 23369share/doc/qore/modules/SalesforceRestClient/html/search/pages_11.html
20942share/doc/qore/modules/SalesforceRestClient/html/search/pages_11.js 23370share/doc/qore/modules/SalesforceRestClient/html/search/pages_11.js
20943share/doc/qore/modules/SalesforceRestClient/html/search/pages_12.html 23371share/doc/qore/modules/SalesforceRestClient/html/search/pages_12.html
20944share/doc/qore/modules/SalesforceRestClient/html/search/pages_12.js 23372share/doc/qore/modules/SalesforceRestClient/html/search/pages_12.js
20945share/doc/qore/modules/SalesforceRestClient/html/search/pages_2.html 23373share/doc/qore/modules/SalesforceRestClient/html/search/pages_2.html
20946share/doc/qore/modules/SalesforceRestClient/html/search/pages_2.js 23374share/doc/qore/modules/SalesforceRestClient/html/search/pages_2.js
@@ -21385,26 +23813,28 @@ share/doc/qore/modules/SalesforceRestDat @@ -21385,26 +23813,28 @@ share/doc/qore/modules/SalesforceRestDat
21385share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_3.js 23813share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_3.js
21386share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_4.html 23814share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_4.html
21387share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_4.js 23815share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_4.js
21388share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_5.html 23816share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_5.html
21389share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_5.js 23817share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_5.js
21390share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_6.html 23818share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_6.html
21391share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_6.js 23819share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_6.js
21392share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_7.html 23820share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_7.html
21393share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_7.js 23821share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_7.js
21394share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_8.html 23822share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_8.html
21395share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_8.js 23823share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_8.js
21396share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_9.html 23824share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_9.html
21397share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_9.js 23825share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_9.js
 23826share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_a.html
 23827share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_a.js
21398share/doc/qore/modules/SalesforceRestDataProvider/html/search/nomatches.html 23828share/doc/qore/modules/SalesforceRestDataProvider/html/search/nomatches.html
21399share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_0.html 23829share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_0.html
21400share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_0.js 23830share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_0.js
21401share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_1.html 23831share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_1.html
21402share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_1.js 23832share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_1.js
21403share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_10.html 23833share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_10.html
21404share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_10.js 23834share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_10.js
21405share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_11.html 23835share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_11.html
21406share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_11.js 23836share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_11.js
21407share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_12.html 23837share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_12.html
21408share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_12.js 23838share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_12.js
21409share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_2.html 23839share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_2.html
21410share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_2.js 23840share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_2.js
@@ -21767,26 +24197,28 @@ share/doc/qore/modules/Sap4HanaRestClien @@ -21767,26 +24197,28 @@ share/doc/qore/modules/Sap4HanaRestClien
21767share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_3.js 24197share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_3.js
21768share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_4.html 24198share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_4.html
21769share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_4.js 24199share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_4.js
21770share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_5.html 24200share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_5.html
21771share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_5.js 24201share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_5.js
21772share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_6.html 24202share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_6.html
21773share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_6.js 24203share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_6.js
21774share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_7.html 24204share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_7.html
21775share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_7.js 24205share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_7.js
21776share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_8.html 24206share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_8.html
21777share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_8.js 24207share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_8.js
21778share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_9.html 24208share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_9.html
21779share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_9.js 24209share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_9.js
 24210share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_a.html
 24211share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_a.js
21780share/doc/qore/modules/Sap4HanaRestClient/html/search/nomatches.html 24212share/doc/qore/modules/Sap4HanaRestClient/html/search/nomatches.html
21781share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_0.html 24213share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_0.html
21782share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_0.js 24214share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_0.js
21783share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_1.html 24215share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_1.html
21784share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_1.js 24216share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_1.js
21785share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_10.html 24217share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_10.html
21786share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_10.js 24218share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_10.js
21787share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_11.html 24219share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_11.html
21788share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_11.js 24220share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_11.js
21789share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_12.html 24221share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_12.html
21790share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_12.js 24222share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_12.js
21791share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_2.html 24223share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_2.html
21792share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_2.js 24224share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_2.js
@@ -22152,26 +24584,28 @@ share/doc/qore/modules/Schema/html/searc @@ -22152,26 +24584,28 @@ share/doc/qore/modules/Schema/html/searc
22152share/doc/qore/modules/Schema/html/search/namespaces_3.js 24584share/doc/qore/modules/Schema/html/search/namespaces_3.js
22153share/doc/qore/modules/Schema/html/search/namespaces_4.html 24585share/doc/qore/modules/Schema/html/search/namespaces_4.html
22154share/doc/qore/modules/Schema/html/search/namespaces_4.js 24586share/doc/qore/modules/Schema/html/search/namespaces_4.js
22155share/doc/qore/modules/Schema/html/search/namespaces_5.html 24587share/doc/qore/modules/Schema/html/search/namespaces_5.html
22156share/doc/qore/modules/Schema/html/search/namespaces_5.js 24588share/doc/qore/modules/Schema/html/search/namespaces_5.js
22157share/doc/qore/modules/Schema/html/search/namespaces_6.html 24589share/doc/qore/modules/Schema/html/search/namespaces_6.html
22158share/doc/qore/modules/Schema/html/search/namespaces_6.js 24590share/doc/qore/modules/Schema/html/search/namespaces_6.js
22159share/doc/qore/modules/Schema/html/search/namespaces_7.html 24591share/doc/qore/modules/Schema/html/search/namespaces_7.html
22160share/doc/qore/modules/Schema/html/search/namespaces_7.js 24592share/doc/qore/modules/Schema/html/search/namespaces_7.js
22161share/doc/qore/modules/Schema/html/search/namespaces_8.html 24593share/doc/qore/modules/Schema/html/search/namespaces_8.html
22162share/doc/qore/modules/Schema/html/search/namespaces_8.js 24594share/doc/qore/modules/Schema/html/search/namespaces_8.js
22163share/doc/qore/modules/Schema/html/search/namespaces_9.html 24595share/doc/qore/modules/Schema/html/search/namespaces_9.html
22164share/doc/qore/modules/Schema/html/search/namespaces_9.js 24596share/doc/qore/modules/Schema/html/search/namespaces_9.js
 24597share/doc/qore/modules/Schema/html/search/namespaces_a.html
 24598share/doc/qore/modules/Schema/html/search/namespaces_a.js
22165share/doc/qore/modules/Schema/html/search/nomatches.html 24599share/doc/qore/modules/Schema/html/search/nomatches.html
22166share/doc/qore/modules/Schema/html/search/pages_0.html 24600share/doc/qore/modules/Schema/html/search/pages_0.html
22167share/doc/qore/modules/Schema/html/search/pages_0.js 24601share/doc/qore/modules/Schema/html/search/pages_0.js
22168share/doc/qore/modules/Schema/html/search/pages_1.html 24602share/doc/qore/modules/Schema/html/search/pages_1.html
22169share/doc/qore/modules/Schema/html/search/pages_1.js 24603share/doc/qore/modules/Schema/html/search/pages_1.js
22170share/doc/qore/modules/Schema/html/search/pages_10.html 24604share/doc/qore/modules/Schema/html/search/pages_10.html
22171share/doc/qore/modules/Schema/html/search/pages_10.js 24605share/doc/qore/modules/Schema/html/search/pages_10.js
22172share/doc/qore/modules/Schema/html/search/pages_11.html 24606share/doc/qore/modules/Schema/html/search/pages_11.html
22173share/doc/qore/modules/Schema/html/search/pages_11.js 24607share/doc/qore/modules/Schema/html/search/pages_11.js
22174share/doc/qore/modules/Schema/html/search/pages_12.html 24608share/doc/qore/modules/Schema/html/search/pages_12.html
22175share/doc/qore/modules/Schema/html/search/pages_12.js 24609share/doc/qore/modules/Schema/html/search/pages_12.js
22176share/doc/qore/modules/Schema/html/search/pages_2.html 24610share/doc/qore/modules/Schema/html/search/pages_2.html
22177share/doc/qore/modules/Schema/html/search/pages_2.js 24611share/doc/qore/modules/Schema/html/search/pages_2.js
@@ -22640,26 +25074,28 @@ share/doc/qore/modules/SchemaReverse/htm @@ -22640,26 +25074,28 @@ share/doc/qore/modules/SchemaReverse/htm
22640share/doc/qore/modules/SchemaReverse/html/search/namespaces_3.js 25074share/doc/qore/modules/SchemaReverse/html/search/namespaces_3.js
22641share/doc/qore/modules/SchemaReverse/html/search/namespaces_4.html 25075share/doc/qore/modules/SchemaReverse/html/search/namespaces_4.html
22642share/doc/qore/modules/SchemaReverse/html/search/namespaces_4.js 25076share/doc/qore/modules/SchemaReverse/html/search/namespaces_4.js
22643share/doc/qore/modules/SchemaReverse/html/search/namespaces_5.html 25077share/doc/qore/modules/SchemaReverse/html/search/namespaces_5.html
22644share/doc/qore/modules/SchemaReverse/html/search/namespaces_5.js 25078share/doc/qore/modules/SchemaReverse/html/search/namespaces_5.js
22645share/doc/qore/modules/SchemaReverse/html/search/namespaces_6.html 25079share/doc/qore/modules/SchemaReverse/html/search/namespaces_6.html
22646share/doc/qore/modules/SchemaReverse/html/search/namespaces_6.js 25080share/doc/qore/modules/SchemaReverse/html/search/namespaces_6.js
22647share/doc/qore/modules/SchemaReverse/html/search/namespaces_7.html 25081share/doc/qore/modules/SchemaReverse/html/search/namespaces_7.html
22648share/doc/qore/modules/SchemaReverse/html/search/namespaces_7.js 25082share/doc/qore/modules/SchemaReverse/html/search/namespaces_7.js
22649share/doc/qore/modules/SchemaReverse/html/search/namespaces_8.html 25083share/doc/qore/modules/SchemaReverse/html/search/namespaces_8.html
22650share/doc/qore/modules/SchemaReverse/html/search/namespaces_8.js 25084share/doc/qore/modules/SchemaReverse/html/search/namespaces_8.js
22651share/doc/qore/modules/SchemaReverse/html/search/namespaces_9.html 25085share/doc/qore/modules/SchemaReverse/html/search/namespaces_9.html
22652share/doc/qore/modules/SchemaReverse/html/search/namespaces_9.js 25086share/doc/qore/modules/SchemaReverse/html/search/namespaces_9.js
 25087share/doc/qore/modules/SchemaReverse/html/search/namespaces_a.html
 25088share/doc/qore/modules/SchemaReverse/html/search/namespaces_a.js
22653share/doc/qore/modules/SchemaReverse/html/search/nomatches.html 25089share/doc/qore/modules/SchemaReverse/html/search/nomatches.html
22654share/doc/qore/modules/SchemaReverse/html/search/pages_0.html 25090share/doc/qore/modules/SchemaReverse/html/search/pages_0.html
22655share/doc/qore/modules/SchemaReverse/html/search/pages_0.js 25091share/doc/qore/modules/SchemaReverse/html/search/pages_0.js
22656share/doc/qore/modules/SchemaReverse/html/search/pages_1.html 25092share/doc/qore/modules/SchemaReverse/html/search/pages_1.html
22657share/doc/qore/modules/SchemaReverse/html/search/pages_1.js 25093share/doc/qore/modules/SchemaReverse/html/search/pages_1.js
22658share/doc/qore/modules/SchemaReverse/html/search/pages_10.html 25094share/doc/qore/modules/SchemaReverse/html/search/pages_10.html
22659share/doc/qore/modules/SchemaReverse/html/search/pages_10.js 25095share/doc/qore/modules/SchemaReverse/html/search/pages_10.js
22660share/doc/qore/modules/SchemaReverse/html/search/pages_11.html 25096share/doc/qore/modules/SchemaReverse/html/search/pages_11.html
22661share/doc/qore/modules/SchemaReverse/html/search/pages_11.js 25097share/doc/qore/modules/SchemaReverse/html/search/pages_11.js
22662share/doc/qore/modules/SchemaReverse/html/search/pages_12.html 25098share/doc/qore/modules/SchemaReverse/html/search/pages_12.html
22663share/doc/qore/modules/SchemaReverse/html/search/pages_12.js 25099share/doc/qore/modules/SchemaReverse/html/search/pages_12.js
22664share/doc/qore/modules/SchemaReverse/html/search/pages_2.html 25100share/doc/qore/modules/SchemaReverse/html/search/pages_2.html
22665share/doc/qore/modules/SchemaReverse/html/search/pages_2.js 25101share/doc/qore/modules/SchemaReverse/html/search/pages_2.js
@@ -23016,26 +25452,28 @@ share/doc/qore/modules/ServiceNowRestCli @@ -23016,26 +25452,28 @@ share/doc/qore/modules/ServiceNowRestCli
23016share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_3.js 25452share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_3.js
23017share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_4.html 25453share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_4.html
23018share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_4.js 25454share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_4.js
23019share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_5.html 25455share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_5.html
23020share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_5.js 25456share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_5.js
23021share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_6.html 25457share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_6.html
23022share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_6.js 25458share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_6.js
23023share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_7.html 25459share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_7.html
23024share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_7.js 25460share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_7.js
23025share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_8.html 25461share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_8.html
23026share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_8.js 25462share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_8.js
23027share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_9.html 25463share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_9.html
23028share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_9.js 25464share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_9.js
 25465share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_a.html
 25466share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_a.js
23029share/doc/qore/modules/ServiceNowRestClient/html/search/nomatches.html 25467share/doc/qore/modules/ServiceNowRestClient/html/search/nomatches.html
23030share/doc/qore/modules/ServiceNowRestClient/html/search/pages_0.html 25468share/doc/qore/modules/ServiceNowRestClient/html/search/pages_0.html
23031share/doc/qore/modules/ServiceNowRestClient/html/search/pages_0.js 25469share/doc/qore/modules/ServiceNowRestClient/html/search/pages_0.js
23032share/doc/qore/modules/ServiceNowRestClient/html/search/pages_1.html 25470share/doc/qore/modules/ServiceNowRestClient/html/search/pages_1.html
23033share/doc/qore/modules/ServiceNowRestClient/html/search/pages_1.js 25471share/doc/qore/modules/ServiceNowRestClient/html/search/pages_1.js
23034share/doc/qore/modules/ServiceNowRestClient/html/search/pages_10.html 25472share/doc/qore/modules/ServiceNowRestClient/html/search/pages_10.html
23035share/doc/qore/modules/ServiceNowRestClient/html/search/pages_10.js 25473share/doc/qore/modules/ServiceNowRestClient/html/search/pages_10.js
23036share/doc/qore/modules/ServiceNowRestClient/html/search/pages_11.html 25474share/doc/qore/modules/ServiceNowRestClient/html/search/pages_11.html
23037share/doc/qore/modules/ServiceNowRestClient/html/search/pages_11.js 25475share/doc/qore/modules/ServiceNowRestClient/html/search/pages_11.js
23038share/doc/qore/modules/ServiceNowRestClient/html/search/pages_12.html 25476share/doc/qore/modules/ServiceNowRestClient/html/search/pages_12.html
23039share/doc/qore/modules/ServiceNowRestClient/html/search/pages_12.js 25477share/doc/qore/modules/ServiceNowRestClient/html/search/pages_12.js
23040share/doc/qore/modules/ServiceNowRestClient/html/search/pages_2.html 25478share/doc/qore/modules/ServiceNowRestClient/html/search/pages_2.html
23041share/doc/qore/modules/ServiceNowRestClient/html/search/pages_2.js 25479share/doc/qore/modules/ServiceNowRestClient/html/search/pages_2.js
@@ -23859,26 +26297,28 @@ share/doc/qore/modules/SewioRestClient/h @@ -23859,26 +26297,28 @@ share/doc/qore/modules/SewioRestClient/h
23859share/doc/qore/modules/SewioRestClient/html/search/namespaces_3.js 26297share/doc/qore/modules/SewioRestClient/html/search/namespaces_3.js
23860share/doc/qore/modules/SewioRestClient/html/search/namespaces_4.html 26298share/doc/qore/modules/SewioRestClient/html/search/namespaces_4.html
23861share/doc/qore/modules/SewioRestClient/html/search/namespaces_4.js 26299share/doc/qore/modules/SewioRestClient/html/search/namespaces_4.js
23862share/doc/qore/modules/SewioRestClient/html/search/namespaces_5.html 26300share/doc/qore/modules/SewioRestClient/html/search/namespaces_5.html
23863share/doc/qore/modules/SewioRestClient/html/search/namespaces_5.js 26301share/doc/qore/modules/SewioRestClient/html/search/namespaces_5.js
23864share/doc/qore/modules/SewioRestClient/html/search/namespaces_6.html 26302share/doc/qore/modules/SewioRestClient/html/search/namespaces_6.html
23865share/doc/qore/modules/SewioRestClient/html/search/namespaces_6.js 26303share/doc/qore/modules/SewioRestClient/html/search/namespaces_6.js
23866share/doc/qore/modules/SewioRestClient/html/search/namespaces_7.html 26304share/doc/qore/modules/SewioRestClient/html/search/namespaces_7.html
23867share/doc/qore/modules/SewioRestClient/html/search/namespaces_7.js 26305share/doc/qore/modules/SewioRestClient/html/search/namespaces_7.js
23868share/doc/qore/modules/SewioRestClient/html/search/namespaces_8.html 26306share/doc/qore/modules/SewioRestClient/html/search/namespaces_8.html
23869share/doc/qore/modules/SewioRestClient/html/search/namespaces_8.js 26307share/doc/qore/modules/SewioRestClient/html/search/namespaces_8.js
23870share/doc/qore/modules/SewioRestClient/html/search/namespaces_9.html 26308share/doc/qore/modules/SewioRestClient/html/search/namespaces_9.html
23871share/doc/qore/modules/SewioRestClient/html/search/namespaces_9.js 26309share/doc/qore/modules/SewioRestClient/html/search/namespaces_9.js
 26310share/doc/qore/modules/SewioRestClient/html/search/namespaces_a.html
 26311share/doc/qore/modules/SewioRestClient/html/search/namespaces_a.js
23872share/doc/qore/modules/SewioRestClient/html/search/nomatches.html 26312share/doc/qore/modules/SewioRestClient/html/search/nomatches.html
23873share/doc/qore/modules/SewioRestClient/html/search/pages_0.html 26313share/doc/qore/modules/SewioRestClient/html/search/pages_0.html
23874share/doc/qore/modules/SewioRestClient/html/search/pages_0.js 26314share/doc/qore/modules/SewioRestClient/html/search/pages_0.js
23875share/doc/qore/modules/SewioRestClient/html/search/pages_1.html 26315share/doc/qore/modules/SewioRestClient/html/search/pages_1.html
23876share/doc/qore/modules/SewioRestClient/html/search/pages_1.js 26316share/doc/qore/modules/SewioRestClient/html/search/pages_1.js
23877share/doc/qore/modules/SewioRestClient/html/search/pages_10.html 26317share/doc/qore/modules/SewioRestClient/html/search/pages_10.html
23878share/doc/qore/modules/SewioRestClient/html/search/pages_10.js 26318share/doc/qore/modules/SewioRestClient/html/search/pages_10.js
23879share/doc/qore/modules/SewioRestClient/html/search/pages_11.html 26319share/doc/qore/modules/SewioRestClient/html/search/pages_11.html
23880share/doc/qore/modules/SewioRestClient/html/search/pages_11.js 26320share/doc/qore/modules/SewioRestClient/html/search/pages_11.js
23881share/doc/qore/modules/SewioRestClient/html/search/pages_12.html 26321share/doc/qore/modules/SewioRestClient/html/search/pages_12.html
23882share/doc/qore/modules/SewioRestClient/html/search/pages_12.js 26322share/doc/qore/modules/SewioRestClient/html/search/pages_12.js
23883share/doc/qore/modules/SewioRestClient/html/search/pages_2.html 26323share/doc/qore/modules/SewioRestClient/html/search/pages_2.html
23884share/doc/qore/modules/SewioRestClient/html/search/pages_2.js 26324share/doc/qore/modules/SewioRestClient/html/search/pages_2.js
@@ -23971,62 +26411,47 @@ share/doc/qore/modules/SewioRestClient/h @@ -23971,62 +26411,47 @@ share/doc/qore/modules/SewioRestClient/h
23971share/doc/qore/modules/SewioRestClient/html/sync_on.png 26411share/doc/qore/modules/SewioRestClient/html/sync_on.png
23972share/doc/qore/modules/SewioRestClient/html/tab_a.png 26412share/doc/qore/modules/SewioRestClient/html/tab_a.png
23973share/doc/qore/modules/SewioRestClient/html/tab_b.png 26413share/doc/qore/modules/SewioRestClient/html/tab_b.png
23974share/doc/qore/modules/SewioRestClient/html/tab_h.png 26414share/doc/qore/modules/SewioRestClient/html/tab_h.png
23975share/doc/qore/modules/SewioRestClient/html/tab_s.png 26415share/doc/qore/modules/SewioRestClient/html/tab_s.png
23976share/doc/qore/modules/SewioRestClient/html/tabs.css 26416share/doc/qore/modules/SewioRestClient/html/tabs.css
23977share/doc/qore/modules/SewioWebSocketClient/html/annotated.html 26417share/doc/qore/modules/SewioWebSocketClient/html/annotated.html
23978share/doc/qore/modules/SewioWebSocketClient/html/annotated_dup.js 26418share/doc/qore/modules/SewioWebSocketClient/html/annotated_dup.js
23979share/doc/qore/modules/SewioWebSocketClient/html/bc_s.png 26419share/doc/qore/modules/SewioWebSocketClient/html/bc_s.png
23980share/doc/qore/modules/SewioWebSocketClient/html/bdwn.png 26420share/doc/qore/modules/SewioWebSocketClient/html/bdwn.png
23981share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client-members.html 26421share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client-members.html
23982share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client.html 26422share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client.html
23983share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client.js 26423share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client.js
23984share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client__inherit__graph.map 
23985share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client__inherit__graph.md5 
23986share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client__inherit__graph.png 
23987share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection-members.html 26424share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection-members.html
23988share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection.html 26425share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection.html
23989share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection.js 26426share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection.js
23990share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection__inherit__graph.map 
23991share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection__inherit__graph.md5 
23992share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection__inherit__graph.png 
23993share/doc/qore/modules/SewioWebSocketClient/html/classes.html 26427share/doc/qore/modules/SewioWebSocketClient/html/classes.html
23994share/doc/qore/modules/SewioWebSocketClient/html/closed.png 26428share/doc/qore/modules/SewioWebSocketClient/html/closed.png
23995share/doc/qore/modules/SewioWebSocketClient/html/dir_13add0083e006ac756009d5942a24d28.html 26429share/doc/qore/modules/SewioWebSocketClient/html/dir_13add0083e006ac756009d5942a24d28.html
23996share/doc/qore/modules/SewioWebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 26430share/doc/qore/modules/SewioWebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
23997share/doc/qore/modules/SewioWebSocketClient/html/doc.png 26431share/doc/qore/modules/SewioWebSocketClient/html/doc.png
23998share/doc/qore/modules/SewioWebSocketClient/html/doxygen.css 26432share/doc/qore/modules/SewioWebSocketClient/html/doxygen.css
23999share/doc/qore/modules/SewioWebSocketClient/html/doxygen.svg 26433share/doc/qore/modules/SewioWebSocketClient/html/doxygen.svg
24000share/doc/qore/modules/SewioWebSocketClient/html/dynsections.js 26434share/doc/qore/modules/SewioWebSocketClient/html/dynsections.js
24001share/doc/qore/modules/SewioWebSocketClient/html/folderclosed.png 26435share/doc/qore/modules/SewioWebSocketClient/html/folderclosed.png
24002share/doc/qore/modules/SewioWebSocketClient/html/folderopen.png 26436share/doc/qore/modules/SewioWebSocketClient/html/folderopen.png
24003share/doc/qore/modules/SewioWebSocketClient/html/functions.html 26437share/doc/qore/modules/SewioWebSocketClient/html/functions.html
24004share/doc/qore/modules/SewioWebSocketClient/html/functions_func.html 26438share/doc/qore/modules/SewioWebSocketClient/html/functions_func.html
24005share/doc/qore/modules/SewioWebSocketClient/html/functions_vars.html 26439share/doc/qore/modules/SewioWebSocketClient/html/functions_vars.html
24006share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.html 26440share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.html
24007share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.md5 26441share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.md5
24008share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.png 26442share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.png
24009share/doc/qore/modules/SewioWebSocketClient/html/hierarchy.html 
24010share/doc/qore/modules/SewioWebSocketClient/html/hierarchy.js 
24011share/doc/qore/modules/SewioWebSocketClient/html/index.html 26443share/doc/qore/modules/SewioWebSocketClient/html/index.html
24012share/doc/qore/modules/SewioWebSocketClient/html/index.qhp 26444share/doc/qore/modules/SewioWebSocketClient/html/index.qhp
24013share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_0.map 
24014share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_0.md5 
24015share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_0.png 
24016share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_1.map 
24017share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_1.md5 
24018share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_1.png 
24019share/doc/qore/modules/SewioWebSocketClient/html/inherits.html 
24020share/doc/qore/modules/SewioWebSocketClient/html/jquery.js 26445share/doc/qore/modules/SewioWebSocketClient/html/jquery.js
24021share/doc/qore/modules/SewioWebSocketClient/html/menu.js 26446share/doc/qore/modules/SewioWebSocketClient/html/menu.js
24022share/doc/qore/modules/SewioWebSocketClient/html/menudata.js 26447share/doc/qore/modules/SewioWebSocketClient/html/menudata.js
24023share/doc/qore/modules/SewioWebSocketClient/html/namespace_sewio_web_socket_client.html 26448share/doc/qore/modules/SewioWebSocketClient/html/namespace_sewio_web_socket_client.html
24024share/doc/qore/modules/SewioWebSocketClient/html/namespace_sewio_web_socket_client.js 26449share/doc/qore/modules/SewioWebSocketClient/html/namespace_sewio_web_socket_client.js
24025share/doc/qore/modules/SewioWebSocketClient/html/namespacemembers.html 26450share/doc/qore/modules/SewioWebSocketClient/html/namespacemembers.html
24026share/doc/qore/modules/SewioWebSocketClient/html/namespacemembers_vars.html 26451share/doc/qore/modules/SewioWebSocketClient/html/namespacemembers_vars.html
24027share/doc/qore/modules/SewioWebSocketClient/html/namespaces.html 26452share/doc/qore/modules/SewioWebSocketClient/html/namespaces.html
24028share/doc/qore/modules/SewioWebSocketClient/html/namespaces_dup.js 26453share/doc/qore/modules/SewioWebSocketClient/html/namespaces_dup.js
24029share/doc/qore/modules/SewioWebSocketClient/html/nav_f.png 26454share/doc/qore/modules/SewioWebSocketClient/html/nav_f.png
24030share/doc/qore/modules/SewioWebSocketClient/html/nav_g.png 26455share/doc/qore/modules/SewioWebSocketClient/html/nav_g.png
24031share/doc/qore/modules/SewioWebSocketClient/html/nav_h.png 26456share/doc/qore/modules/SewioWebSocketClient/html/nav_h.png
24032share/doc/qore/modules/SewioWebSocketClient/html/navtree.css 26457share/doc/qore/modules/SewioWebSocketClient/html/navtree.css
@@ -24237,26 +26662,28 @@ share/doc/qore/modules/SewioWebSocketCli @@ -24237,26 +26662,28 @@ share/doc/qore/modules/SewioWebSocketCli
24237share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_3.js 26662share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_3.js
24238share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_4.html 26663share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_4.html
24239share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_4.js 26664share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_4.js
24240share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_5.html 26665share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_5.html
24241share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_5.js 26666share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_5.js
24242share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_6.html 26667share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_6.html
24243share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_6.js 26668share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_6.js
24244share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_7.html 26669share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_7.html
24245share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_7.js 26670share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_7.js
24246share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_8.html 26671share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_8.html
24247share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_8.js 26672share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_8.js
24248share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_9.html 26673share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_9.html
24249share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_9.js 26674share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_9.js
 26675share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_a.html
 26676share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_a.js
24250share/doc/qore/modules/SewioWebSocketClient/html/search/nomatches.html 26677share/doc/qore/modules/SewioWebSocketClient/html/search/nomatches.html
24251share/doc/qore/modules/SewioWebSocketClient/html/search/pages_0.html 26678share/doc/qore/modules/SewioWebSocketClient/html/search/pages_0.html
24252share/doc/qore/modules/SewioWebSocketClient/html/search/pages_0.js 26679share/doc/qore/modules/SewioWebSocketClient/html/search/pages_0.js
24253share/doc/qore/modules/SewioWebSocketClient/html/search/pages_1.html 26680share/doc/qore/modules/SewioWebSocketClient/html/search/pages_1.html
24254share/doc/qore/modules/SewioWebSocketClient/html/search/pages_1.js 26681share/doc/qore/modules/SewioWebSocketClient/html/search/pages_1.js
24255share/doc/qore/modules/SewioWebSocketClient/html/search/pages_10.html 26682share/doc/qore/modules/SewioWebSocketClient/html/search/pages_10.html
24256share/doc/qore/modules/SewioWebSocketClient/html/search/pages_10.js 26683share/doc/qore/modules/SewioWebSocketClient/html/search/pages_10.js
24257share/doc/qore/modules/SewioWebSocketClient/html/search/pages_11.html 26684share/doc/qore/modules/SewioWebSocketClient/html/search/pages_11.html
24258share/doc/qore/modules/SewioWebSocketClient/html/search/pages_11.js 26685share/doc/qore/modules/SewioWebSocketClient/html/search/pages_11.js
24259share/doc/qore/modules/SewioWebSocketClient/html/search/pages_12.html 26686share/doc/qore/modules/SewioWebSocketClient/html/search/pages_12.html
24260share/doc/qore/modules/SewioWebSocketClient/html/search/pages_12.js 26687share/doc/qore/modules/SewioWebSocketClient/html/search/pages_12.js
24261share/doc/qore/modules/SewioWebSocketClient/html/search/pages_2.html 26688share/doc/qore/modules/SewioWebSocketClient/html/search/pages_2.html
24262share/doc/qore/modules/SewioWebSocketClient/html/search/pages_2.js 26689share/doc/qore/modules/SewioWebSocketClient/html/search/pages_2.js
@@ -24360,64 +26787,115 @@ share/doc/qore/modules/SmtpClient/html/c @@ -24360,64 +26787,115 @@ share/doc/qore/modules/SmtpClient/html/c
24360share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment.html 26787share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment.html
24361share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment__inherit__graph.map 26788share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment__inherit__graph.map
24362share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment__inherit__graph.md5 26789share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment__inherit__graph.md5
24363share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment__inherit__graph.png 26790share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_attachment__inherit__graph.png
24364share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message-members.html 26791share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message-members.html
24365share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message.html 26792share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message.html
24366share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message.js 26793share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message.js
24367share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message__inherit__graph.map 26794share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message__inherit__graph.map
24368share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message__inherit__graph.md5 26795share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message__inherit__graph.md5
24369share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message__inherit__graph.png 26796share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_message__inherit__graph.png
24370share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client-members.html 26797share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client-members.html
24371share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.html 26798share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.html
24372share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.js 26799share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.js
 26800share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider-members.html
 26801share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider.html
 26802share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider.js
 26803share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider_factory-members.html
 26804share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider_factory.html
 26805share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider_factory.js
 26806share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_send_email_data_provider-members.html
 26807share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_send_email_data_provider.html
 26808share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_send_email_data_provider.js
24373share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection-members.html 26809share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection-members.html
24374share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.html 26810share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.html
24375share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.js 26811share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.js
 26812share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation-members.html
 26813share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation.html
 26814share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation.js
 26815share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation__inherit__graph.map
 26816share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation__inherit__graph.md5
 26817share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation__inherit__graph.png
 26818share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_attachment_data_type-members.html
 26819share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_attachment_data_type.html
 26820share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_attachment_data_type.js
 26821share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_request_data_type-members.html
 26822share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_request_data_type.html
 26823share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_request_data_type.js
 26824share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_data_type-members.html
 26825share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_data_type.html
 26826share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_data_type.js
 26827share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_info_data_type-members.html
 26828share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_info_data_type.html
 26829share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_info_data_type.js
24376share/doc/qore/modules/SmtpClient/html/classes.html 26830share/doc/qore/modules/SmtpClient/html/classes.html
24377share/doc/qore/modules/SmtpClient/html/closed.png 26831share/doc/qore/modules/SmtpClient/html/closed.png
24378share/doc/qore/modules/SmtpClient/html/dir_13add0083e006ac756009d5942a24d28.html 26832share/doc/qore/modules/SmtpClient/html/dir_13add0083e006ac756009d5942a24d28.html
24379share/doc/qore/modules/SmtpClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 26833share/doc/qore/modules/SmtpClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
24380share/doc/qore/modules/SmtpClient/html/doc.png 26834share/doc/qore/modules/SmtpClient/html/doc.png
24381share/doc/qore/modules/SmtpClient/html/doxygen.css 26835share/doc/qore/modules/SmtpClient/html/doxygen.css
24382share/doc/qore/modules/SmtpClient/html/doxygen.svg 26836share/doc/qore/modules/SmtpClient/html/doxygen.svg
24383share/doc/qore/modules/SmtpClient/html/dynsections.js 26837share/doc/qore/modules/SmtpClient/html/dynsections.js
24384share/doc/qore/modules/SmtpClient/html/folderclosed.png 26838share/doc/qore/modules/SmtpClient/html/folderclosed.png
24385share/doc/qore/modules/SmtpClient/html/folderopen.png 26839share/doc/qore/modules/SmtpClient/html/folderopen.png
24386share/doc/qore/modules/SmtpClient/html/functions.html 26840share/doc/qore/modules/SmtpClient/html/functions.html
24387share/doc/qore/modules/SmtpClient/html/functions_func.html 26841share/doc/qore/modules/SmtpClient/html/functions_func.html
24388share/doc/qore/modules/SmtpClient/html/functions_vars.html 26842share/doc/qore/modules/SmtpClient/html/functions_vars.html
24389share/doc/qore/modules/SmtpClient/html/graph_legend.html 26843share/doc/qore/modules/SmtpClient/html/graph_legend.html
24390share/doc/qore/modules/SmtpClient/html/graph_legend.md5 26844share/doc/qore/modules/SmtpClient/html/graph_legend.md5
24391share/doc/qore/modules/SmtpClient/html/graph_legend.png 26845share/doc/qore/modules/SmtpClient/html/graph_legend.png
24392share/doc/qore/modules/SmtpClient/html/hierarchy.html 26846share/doc/qore/modules/SmtpClient/html/hierarchy.html
24393share/doc/qore/modules/SmtpClient/html/hierarchy.js 26847share/doc/qore/modules/SmtpClient/html/hierarchy.js
24394share/doc/qore/modules/SmtpClient/html/index.html 26848share/doc/qore/modules/SmtpClient/html/index.html
24395share/doc/qore/modules/SmtpClient/html/index.qhp 26849share/doc/qore/modules/SmtpClient/html/index.qhp
24396share/doc/qore/modules/SmtpClient/html/inherit_graph_0.map 26850share/doc/qore/modules/SmtpClient/html/inherit_graph_0.map
24397share/doc/qore/modules/SmtpClient/html/inherit_graph_0.md5 26851share/doc/qore/modules/SmtpClient/html/inherit_graph_0.md5
24398share/doc/qore/modules/SmtpClient/html/inherit_graph_0.png 26852share/doc/qore/modules/SmtpClient/html/inherit_graph_0.png
24399share/doc/qore/modules/SmtpClient/html/inherit_graph_1.map 26853share/doc/qore/modules/SmtpClient/html/inherit_graph_1.map
24400share/doc/qore/modules/SmtpClient/html/inherit_graph_1.md5 26854share/doc/qore/modules/SmtpClient/html/inherit_graph_1.md5
24401share/doc/qore/modules/SmtpClient/html/inherit_graph_1.png 26855share/doc/qore/modules/SmtpClient/html/inherit_graph_1.png
 26856share/doc/qore/modules/SmtpClient/html/inherit_graph_10.map
 26857share/doc/qore/modules/SmtpClient/html/inherit_graph_10.md5
 26858share/doc/qore/modules/SmtpClient/html/inherit_graph_10.png
 26859share/doc/qore/modules/SmtpClient/html/inherit_graph_11.map
 26860share/doc/qore/modules/SmtpClient/html/inherit_graph_11.md5
 26861share/doc/qore/modules/SmtpClient/html/inherit_graph_11.png
 26862share/doc/qore/modules/SmtpClient/html/inherit_graph_12.map
 26863share/doc/qore/modules/SmtpClient/html/inherit_graph_12.md5
 26864share/doc/qore/modules/SmtpClient/html/inherit_graph_12.png
24402share/doc/qore/modules/SmtpClient/html/inherit_graph_2.map 26865share/doc/qore/modules/SmtpClient/html/inherit_graph_2.map
24403share/doc/qore/modules/SmtpClient/html/inherit_graph_2.md5 26866share/doc/qore/modules/SmtpClient/html/inherit_graph_2.md5
24404share/doc/qore/modules/SmtpClient/html/inherit_graph_2.png 26867share/doc/qore/modules/SmtpClient/html/inherit_graph_2.png
24405share/doc/qore/modules/SmtpClient/html/inherit_graph_3.map 26868share/doc/qore/modules/SmtpClient/html/inherit_graph_3.map
24406share/doc/qore/modules/SmtpClient/html/inherit_graph_3.md5 26869share/doc/qore/modules/SmtpClient/html/inherit_graph_3.md5
24407share/doc/qore/modules/SmtpClient/html/inherit_graph_3.png 26870share/doc/qore/modules/SmtpClient/html/inherit_graph_3.png
24408share/doc/qore/modules/SmtpClient/html/inherit_graph_4.map 26871share/doc/qore/modules/SmtpClient/html/inherit_graph_4.map
24409share/doc/qore/modules/SmtpClient/html/inherit_graph_4.md5 26872share/doc/qore/modules/SmtpClient/html/inherit_graph_4.md5
24410share/doc/qore/modules/SmtpClient/html/inherit_graph_4.png 26873share/doc/qore/modules/SmtpClient/html/inherit_graph_4.png
 26874share/doc/qore/modules/SmtpClient/html/inherit_graph_5.map
 26875share/doc/qore/modules/SmtpClient/html/inherit_graph_5.md5
 26876share/doc/qore/modules/SmtpClient/html/inherit_graph_5.png
 26877share/doc/qore/modules/SmtpClient/html/inherit_graph_6.map
 26878share/doc/qore/modules/SmtpClient/html/inherit_graph_6.md5
 26879share/doc/qore/modules/SmtpClient/html/inherit_graph_6.png
 26880share/doc/qore/modules/SmtpClient/html/inherit_graph_7.map
 26881share/doc/qore/modules/SmtpClient/html/inherit_graph_7.md5
 26882share/doc/qore/modules/SmtpClient/html/inherit_graph_7.png
 26883share/doc/qore/modules/SmtpClient/html/inherit_graph_8.map
 26884share/doc/qore/modules/SmtpClient/html/inherit_graph_8.md5
 26885share/doc/qore/modules/SmtpClient/html/inherit_graph_8.png
 26886share/doc/qore/modules/SmtpClient/html/inherit_graph_9.map
 26887share/doc/qore/modules/SmtpClient/html/inherit_graph_9.md5
 26888share/doc/qore/modules/SmtpClient/html/inherit_graph_9.png
24411share/doc/qore/modules/SmtpClient/html/inherits.html 26889share/doc/qore/modules/SmtpClient/html/inherits.html
24412share/doc/qore/modules/SmtpClient/html/jquery.js 26890share/doc/qore/modules/SmtpClient/html/jquery.js
24413share/doc/qore/modules/SmtpClient/html/menu.js 26891share/doc/qore/modules/SmtpClient/html/menu.js
24414share/doc/qore/modules/SmtpClient/html/menudata.js 26892share/doc/qore/modules/SmtpClient/html/menudata.js
24415share/doc/qore/modules/SmtpClient/html/namespace_smtp_client.html 26893share/doc/qore/modules/SmtpClient/html/namespace_smtp_client.html
24416share/doc/qore/modules/SmtpClient/html/namespace_smtp_client.js 26894share/doc/qore/modules/SmtpClient/html/namespace_smtp_client.js
24417share/doc/qore/modules/SmtpClient/html/namespacemembers.html 26895share/doc/qore/modules/SmtpClient/html/namespacemembers.html
24418share/doc/qore/modules/SmtpClient/html/namespacemembers_vars.html 26896share/doc/qore/modules/SmtpClient/html/namespacemembers_vars.html
24419share/doc/qore/modules/SmtpClient/html/namespaces.html 26897share/doc/qore/modules/SmtpClient/html/namespaces.html
24420share/doc/qore/modules/SmtpClient/html/namespaces_dup.js 26898share/doc/qore/modules/SmtpClient/html/namespaces_dup.js
24421share/doc/qore/modules/SmtpClient/html/nav_f.png 26899share/doc/qore/modules/SmtpClient/html/nav_f.png
24422share/doc/qore/modules/SmtpClient/html/nav_g.png 26900share/doc/qore/modules/SmtpClient/html/nav_g.png
24423share/doc/qore/modules/SmtpClient/html/nav_h.png 26901share/doc/qore/modules/SmtpClient/html/nav_h.png
@@ -24629,26 +27107,28 @@ share/doc/qore/modules/SmtpClient/html/s @@ -24629,26 +27107,28 @@ share/doc/qore/modules/SmtpClient/html/s
24629share/doc/qore/modules/SmtpClient/html/search/namespaces_3.js 27107share/doc/qore/modules/SmtpClient/html/search/namespaces_3.js
24630share/doc/qore/modules/SmtpClient/html/search/namespaces_4.html 27108share/doc/qore/modules/SmtpClient/html/search/namespaces_4.html
24631share/doc/qore/modules/SmtpClient/html/search/namespaces_4.js 27109share/doc/qore/modules/SmtpClient/html/search/namespaces_4.js
24632share/doc/qore/modules/SmtpClient/html/search/namespaces_5.html 27110share/doc/qore/modules/SmtpClient/html/search/namespaces_5.html
24633share/doc/qore/modules/SmtpClient/html/search/namespaces_5.js 27111share/doc/qore/modules/SmtpClient/html/search/namespaces_5.js
24634share/doc/qore/modules/SmtpClient/html/search/namespaces_6.html 27112share/doc/qore/modules/SmtpClient/html/search/namespaces_6.html
24635share/doc/qore/modules/SmtpClient/html/search/namespaces_6.js 27113share/doc/qore/modules/SmtpClient/html/search/namespaces_6.js
24636share/doc/qore/modules/SmtpClient/html/search/namespaces_7.html 27114share/doc/qore/modules/SmtpClient/html/search/namespaces_7.html
24637share/doc/qore/modules/SmtpClient/html/search/namespaces_7.js 27115share/doc/qore/modules/SmtpClient/html/search/namespaces_7.js
24638share/doc/qore/modules/SmtpClient/html/search/namespaces_8.html 27116share/doc/qore/modules/SmtpClient/html/search/namespaces_8.html
24639share/doc/qore/modules/SmtpClient/html/search/namespaces_8.js 27117share/doc/qore/modules/SmtpClient/html/search/namespaces_8.js
24640share/doc/qore/modules/SmtpClient/html/search/namespaces_9.html 27118share/doc/qore/modules/SmtpClient/html/search/namespaces_9.html
24641share/doc/qore/modules/SmtpClient/html/search/namespaces_9.js 27119share/doc/qore/modules/SmtpClient/html/search/namespaces_9.js
 27120share/doc/qore/modules/SmtpClient/html/search/namespaces_a.html
 27121share/doc/qore/modules/SmtpClient/html/search/namespaces_a.js
24642share/doc/qore/modules/SmtpClient/html/search/nomatches.html 27122share/doc/qore/modules/SmtpClient/html/search/nomatches.html
24643share/doc/qore/modules/SmtpClient/html/search/pages_0.html 27123share/doc/qore/modules/SmtpClient/html/search/pages_0.html
24644share/doc/qore/modules/SmtpClient/html/search/pages_0.js 27124share/doc/qore/modules/SmtpClient/html/search/pages_0.js
24645share/doc/qore/modules/SmtpClient/html/search/pages_1.html 27125share/doc/qore/modules/SmtpClient/html/search/pages_1.html
24646share/doc/qore/modules/SmtpClient/html/search/pages_1.js 27126share/doc/qore/modules/SmtpClient/html/search/pages_1.js
24647share/doc/qore/modules/SmtpClient/html/search/pages_10.html 27127share/doc/qore/modules/SmtpClient/html/search/pages_10.html
24648share/doc/qore/modules/SmtpClient/html/search/pages_10.js 27128share/doc/qore/modules/SmtpClient/html/search/pages_10.js
24649share/doc/qore/modules/SmtpClient/html/search/pages_11.html 27129share/doc/qore/modules/SmtpClient/html/search/pages_11.html
24650share/doc/qore/modules/SmtpClient/html/search/pages_11.js 27130share/doc/qore/modules/SmtpClient/html/search/pages_11.js
24651share/doc/qore/modules/SmtpClient/html/search/pages_12.html 27131share/doc/qore/modules/SmtpClient/html/search/pages_12.html
24652share/doc/qore/modules/SmtpClient/html/search/pages_12.js 27132share/doc/qore/modules/SmtpClient/html/search/pages_12.js
24653share/doc/qore/modules/SmtpClient/html/search/pages_2.html 27133share/doc/qore/modules/SmtpClient/html/search/pages_2.html
24654share/doc/qore/modules/SmtpClient/html/search/pages_2.js 27134share/doc/qore/modules/SmtpClient/html/search/pages_2.js
@@ -24787,26 +27267,32 @@ share/doc/qore/modules/SqlUtil/html/clas @@ -24787,26 +27267,32 @@ share/doc/qore/modules/SqlUtil/html/clas
24787share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_constraint__inherit__graph.png 27267share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_constraint__inherit__graph.png
24788share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint-members.html 27268share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint-members.html
24789share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint.html 27269share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint.html
24790share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint.js 27270share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint.js
24791share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.map 27271share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.map
24792share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.md5 27272share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.md5
24793share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.png 27273share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_column_supporting_constraint__inherit__graph.png
24794share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint-members.html 27274share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint-members.html
24795share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint.html 27275share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint.html
24796share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint.js 27276share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint.js
24797share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.map 27277share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.map
24798share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.md5 27278share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.md5
24799share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.png 27279share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.png
 27280share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database-members.html
 27281share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database.html
 27282share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database.js
 27283share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database__inherit__graph.map
 27284share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database__inherit__graph.md5
 27285share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database__inherit__graph.png
24800share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object-members.html 27286share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object-members.html
24801share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object.html 27287share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object.html
24802share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object.js 27288share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object.js
24803share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object__inherit__graph.map 27289share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object__inherit__graph.map
24804share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object__inherit__graph.md5 27290share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object__inherit__graph.md5
24805share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object__inherit__graph.png 27291share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object__inherit__graph.png
24806share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint-members.html 27292share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint-members.html
24807share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint.html 27293share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint.html
24808share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint.js 27294share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint.js
24809share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint__inherit__graph.map 27295share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint__inherit__graph.map
24810share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint__inherit__graph.md5 27296share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint__inherit__graph.md5
24811share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint__inherit__graph.png 27297share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_foreign_constraint__inherit__graph.png
24812share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_function-members.html 27298share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_function-members.html
@@ -25013,26 +27499,27 @@ share/doc/qore/modules/SqlUtil/html/func @@ -25013,26 +27499,27 @@ share/doc/qore/modules/SqlUtil/html/func
25013share/doc/qore/modules/SqlUtil/html/functions_k.html 27499share/doc/qore/modules/SqlUtil/html/functions_k.html
25014share/doc/qore/modules/SqlUtil/html/functions_l.html 27500share/doc/qore/modules/SqlUtil/html/functions_l.html
25015share/doc/qore/modules/SqlUtil/html/functions_m.html 27501share/doc/qore/modules/SqlUtil/html/functions_m.html
25016share/doc/qore/modules/SqlUtil/html/functions_n.html 27502share/doc/qore/modules/SqlUtil/html/functions_n.html
25017share/doc/qore/modules/SqlUtil/html/functions_o.html 27503share/doc/qore/modules/SqlUtil/html/functions_o.html
25018share/doc/qore/modules/SqlUtil/html/functions_p.html 27504share/doc/qore/modules/SqlUtil/html/functions_p.html
25019share/doc/qore/modules/SqlUtil/html/functions_q.html 27505share/doc/qore/modules/SqlUtil/html/functions_q.html
25020share/doc/qore/modules/SqlUtil/html/functions_r.html 27506share/doc/qore/modules/SqlUtil/html/functions_r.html
25021share/doc/qore/modules/SqlUtil/html/functions_s.html 27507share/doc/qore/modules/SqlUtil/html/functions_s.html
25022share/doc/qore/modules/SqlUtil/html/functions_t.html 27508share/doc/qore/modules/SqlUtil/html/functions_t.html
25023share/doc/qore/modules/SqlUtil/html/functions_u.html 27509share/doc/qore/modules/SqlUtil/html/functions_u.html
25024share/doc/qore/modules/SqlUtil/html/functions_v.html 27510share/doc/qore/modules/SqlUtil/html/functions_v.html
25025share/doc/qore/modules/SqlUtil/html/functions_vars.html 27511share/doc/qore/modules/SqlUtil/html/functions_vars.html
 27512share/doc/qore/modules/SqlUtil/html/functions_w.html
25026share/doc/qore/modules/SqlUtil/html/graph_legend.html 27513share/doc/qore/modules/SqlUtil/html/graph_legend.html
25027share/doc/qore/modules/SqlUtil/html/graph_legend.md5 27514share/doc/qore/modules/SqlUtil/html/graph_legend.md5
25028share/doc/qore/modules/SqlUtil/html/graph_legend.png 27515share/doc/qore/modules/SqlUtil/html/graph_legend.png
25029share/doc/qore/modules/SqlUtil/html/group___buffered_stream_reader.js 27516share/doc/qore/modules/SqlUtil/html/group___buffered_stream_reader.js
25030share/doc/qore/modules/SqlUtil/html/group___column_size_options.html 27517share/doc/qore/modules/SqlUtil/html/group___column_size_options.html
25031share/doc/qore/modules/SqlUtil/html/group___d_b_features_constants.html 27518share/doc/qore/modules/SqlUtil/html/group___d_b_features_constants.html
25032share/doc/qore/modules/SqlUtil/html/group___string_concat_decoding.js 27519share/doc/qore/modules/SqlUtil/html/group___string_concat_decoding.js
25033share/doc/qore/modules/SqlUtil/html/group___string_concat_encoding.js 27520share/doc/qore/modules/SqlUtil/html/group___string_concat_encoding.js
25034share/doc/qore/modules/SqlUtil/html/group__boolean__constants.js 27521share/doc/qore/modules/SqlUtil/html/group__boolean__constants.js
25035share/doc/qore/modules/SqlUtil/html/group__breakpoint__policy__options.js 27522share/doc/qore/modules/SqlUtil/html/group__breakpoint__policy__options.js
25036share/doc/qore/modules/SqlUtil/html/group__call__type__constants.js 27523share/doc/qore/modules/SqlUtil/html/group__call__type__constants.js
25037share/doc/qore/modules/SqlUtil/html/group__compression__constants.js 27524share/doc/qore/modules/SqlUtil/html/group__compression__constants.js
25038share/doc/qore/modules/SqlUtil/html/group__compression__transformations.js 27525share/doc/qore/modules/SqlUtil/html/group__compression__transformations.js
@@ -25051,26 +27538,27 @@ share/doc/qore/modules/SqlUtil/html/grou @@ -25051,26 +27538,27 @@ share/doc/qore/modules/SqlUtil/html/grou
25051share/doc/qore/modules/SqlUtil/html/group__env__functions.js 27538share/doc/qore/modules/SqlUtil/html/group__env__functions.js
25052share/doc/qore/modules/SqlUtil/html/group__error__constants.js 27539share/doc/qore/modules/SqlUtil/html/group__error__constants.js
25053share/doc/qore/modules/SqlUtil/html/group__event__constants.js 27540share/doc/qore/modules/SqlUtil/html/group__event__constants.js
25054share/doc/qore/modules/SqlUtil/html/group__event__map__constants.js 27541share/doc/qore/modules/SqlUtil/html/group__event__map__constants.js
25055share/doc/qore/modules/SqlUtil/html/group__event__source__constants.js 27542share/doc/qore/modules/SqlUtil/html/group__event__source__constants.js
25056share/doc/qore/modules/SqlUtil/html/group__exception__type__constants.js 27543share/doc/qore/modules/SqlUtil/html/group__exception__type__constants.js
25057share/doc/qore/modules/SqlUtil/html/group__file__locking__constants.js 27544share/doc/qore/modules/SqlUtil/html/group__file__locking__constants.js
25058share/doc/qore/modules/SqlUtil/html/group__file__open__constants.js 27545share/doc/qore/modules/SqlUtil/html/group__file__open__constants.js
25059share/doc/qore/modules/SqlUtil/html/group__file__seek__constants.js 27546share/doc/qore/modules/SqlUtil/html/group__file__seek__constants.js
25060share/doc/qore/modules/SqlUtil/html/group__file__stat__constants.js 27547share/doc/qore/modules/SqlUtil/html/group__file__stat__constants.js
25061share/doc/qore/modules/SqlUtil/html/group__functional__domain__constants.js 27548share/doc/qore/modules/SqlUtil/html/group__functional__domain__constants.js
25062share/doc/qore/modules/SqlUtil/html/group__hmac__functions.js 27549share/doc/qore/modules/SqlUtil/html/group__hmac__functions.js
25063share/doc/qore/modules/SqlUtil/html/group__import__visibility__constants.js 27550share/doc/qore/modules/SqlUtil/html/group__import__visibility__constants.js
 27551share/doc/qore/modules/SqlUtil/html/group__info__actions.html
25064share/doc/qore/modules/SqlUtil/html/group__io__constants.js 27552share/doc/qore/modules/SqlUtil/html/group__io__constants.js
25065share/doc/qore/modules/SqlUtil/html/group__library__option__constants.js 27553share/doc/qore/modules/SqlUtil/html/group__library__option__constants.js
25066share/doc/qore/modules/SqlUtil/html/group__list__functions.js 27554share/doc/qore/modules/SqlUtil/html/group__list__functions.js
25067share/doc/qore/modules/SqlUtil/html/group__math__constants.js 27555share/doc/qore/modules/SqlUtil/html/group__math__constants.js
25068share/doc/qore/modules/SqlUtil/html/group__math__functions.js 27556share/doc/qore/modules/SqlUtil/html/group__math__functions.js
25069share/doc/qore/modules/SqlUtil/html/group__misc__functions.js 27557share/doc/qore/modules/SqlUtil/html/group__misc__functions.js
25070share/doc/qore/modules/SqlUtil/html/group__network__address__family__constants.js 27558share/doc/qore/modules/SqlUtil/html/group__network__address__family__constants.js
25071share/doc/qore/modules/SqlUtil/html/group__network__address__information__constants.js 27559share/doc/qore/modules/SqlUtil/html/group__network__address__information__constants.js
25072share/doc/qore/modules/SqlUtil/html/group__null__and__nothing__constants.js 27560share/doc/qore/modules/SqlUtil/html/group__null__and__nothing__constants.js
25073share/doc/qore/modules/SqlUtil/html/group__number__formatting__constants.js 27561share/doc/qore/modules/SqlUtil/html/group__number__formatting__constants.js
25074share/doc/qore/modules/SqlUtil/html/group__number__string__formatting__constants.js 27562share/doc/qore/modules/SqlUtil/html/group__number__string__formatting__constants.js
25075share/doc/qore/modules/SqlUtil/html/group__object__functions.js 27563share/doc/qore/modules/SqlUtil/html/group__object__functions.js
25076share/doc/qore/modules/SqlUtil/html/group__old__dbi__functions.js 27564share/doc/qore/modules/SqlUtil/html/group__old__dbi__functions.js
@@ -25176,26 +27664,29 @@ share/doc/qore/modules/SqlUtil/html/inhe @@ -25176,26 +27664,29 @@ share/doc/qore/modules/SqlUtil/html/inhe
25176share/doc/qore/modules/SqlUtil/html/inherit_graph_24.png 27664share/doc/qore/modules/SqlUtil/html/inherit_graph_24.png
25177share/doc/qore/modules/SqlUtil/html/inherit_graph_25.map 27665share/doc/qore/modules/SqlUtil/html/inherit_graph_25.map
25178share/doc/qore/modules/SqlUtil/html/inherit_graph_25.md5 27666share/doc/qore/modules/SqlUtil/html/inherit_graph_25.md5
25179share/doc/qore/modules/SqlUtil/html/inherit_graph_25.png 27667share/doc/qore/modules/SqlUtil/html/inherit_graph_25.png
25180share/doc/qore/modules/SqlUtil/html/inherit_graph_26.map 27668share/doc/qore/modules/SqlUtil/html/inherit_graph_26.map
25181share/doc/qore/modules/SqlUtil/html/inherit_graph_26.md5 27669share/doc/qore/modules/SqlUtil/html/inherit_graph_26.md5
25182share/doc/qore/modules/SqlUtil/html/inherit_graph_26.png 27670share/doc/qore/modules/SqlUtil/html/inherit_graph_26.png
25183share/doc/qore/modules/SqlUtil/html/inherit_graph_27.map 27671share/doc/qore/modules/SqlUtil/html/inherit_graph_27.map
25184share/doc/qore/modules/SqlUtil/html/inherit_graph_27.md5 27672share/doc/qore/modules/SqlUtil/html/inherit_graph_27.md5
25185share/doc/qore/modules/SqlUtil/html/inherit_graph_27.png 27673share/doc/qore/modules/SqlUtil/html/inherit_graph_27.png
25186share/doc/qore/modules/SqlUtil/html/inherit_graph_28.map 27674share/doc/qore/modules/SqlUtil/html/inherit_graph_28.map
25187share/doc/qore/modules/SqlUtil/html/inherit_graph_28.md5 27675share/doc/qore/modules/SqlUtil/html/inherit_graph_28.md5
25188share/doc/qore/modules/SqlUtil/html/inherit_graph_28.png 27676share/doc/qore/modules/SqlUtil/html/inherit_graph_28.png
 27677share/doc/qore/modules/SqlUtil/html/inherit_graph_29.map
 27678share/doc/qore/modules/SqlUtil/html/inherit_graph_29.md5
 27679share/doc/qore/modules/SqlUtil/html/inherit_graph_29.png
25189share/doc/qore/modules/SqlUtil/html/inherit_graph_3.map 27680share/doc/qore/modules/SqlUtil/html/inherit_graph_3.map
25190share/doc/qore/modules/SqlUtil/html/inherit_graph_3.md5 27681share/doc/qore/modules/SqlUtil/html/inherit_graph_3.md5
25191share/doc/qore/modules/SqlUtil/html/inherit_graph_3.png 27682share/doc/qore/modules/SqlUtil/html/inherit_graph_3.png
25192share/doc/qore/modules/SqlUtil/html/inherit_graph_4.map 27683share/doc/qore/modules/SqlUtil/html/inherit_graph_4.map
25193share/doc/qore/modules/SqlUtil/html/inherit_graph_4.md5 27684share/doc/qore/modules/SqlUtil/html/inherit_graph_4.md5
25194share/doc/qore/modules/SqlUtil/html/inherit_graph_4.png 27685share/doc/qore/modules/SqlUtil/html/inherit_graph_4.png
25195share/doc/qore/modules/SqlUtil/html/inherit_graph_5.map 27686share/doc/qore/modules/SqlUtil/html/inherit_graph_5.map
25196share/doc/qore/modules/SqlUtil/html/inherit_graph_5.md5 27687share/doc/qore/modules/SqlUtil/html/inherit_graph_5.md5
25197share/doc/qore/modules/SqlUtil/html/inherit_graph_5.png 27688share/doc/qore/modules/SqlUtil/html/inherit_graph_5.png
25198share/doc/qore/modules/SqlUtil/html/inherit_graph_6.map 27689share/doc/qore/modules/SqlUtil/html/inherit_graph_6.map
25199share/doc/qore/modules/SqlUtil/html/inherit_graph_6.md5 27690share/doc/qore/modules/SqlUtil/html/inherit_graph_6.md5
25200share/doc/qore/modules/SqlUtil/html/inherit_graph_6.png 27691share/doc/qore/modules/SqlUtil/html/inherit_graph_6.png
25201share/doc/qore/modules/SqlUtil/html/inherit_graph_7.map 27692share/doc/qore/modules/SqlUtil/html/inherit_graph_7.map
@@ -25218,26 +27709,27 @@ share/doc/qore/modules/SqlUtil/html/name @@ -25218,26 +27709,27 @@ share/doc/qore/modules/SqlUtil/html/name
25218share/doc/qore/modules/SqlUtil/html/namespacemembers.html 27709share/doc/qore/modules/SqlUtil/html/namespacemembers.html
25219share/doc/qore/modules/SqlUtil/html/namespacemembers_func.html 27710share/doc/qore/modules/SqlUtil/html/namespacemembers_func.html
25220share/doc/qore/modules/SqlUtil/html/namespacemembers_vars.html 27711share/doc/qore/modules/SqlUtil/html/namespacemembers_vars.html
25221share/doc/qore/modules/SqlUtil/html/namespaces.html 27712share/doc/qore/modules/SqlUtil/html/namespaces.html
25222share/doc/qore/modules/SqlUtil/html/namespaces_dup.js 27713share/doc/qore/modules/SqlUtil/html/namespaces_dup.js
25223share/doc/qore/modules/SqlUtil/html/nav_f.png 27714share/doc/qore/modules/SqlUtil/html/nav_f.png
25224share/doc/qore/modules/SqlUtil/html/nav_g.png 27715share/doc/qore/modules/SqlUtil/html/nav_g.png
25225share/doc/qore/modules/SqlUtil/html/nav_h.png 27716share/doc/qore/modules/SqlUtil/html/nav_h.png
25226share/doc/qore/modules/SqlUtil/html/navtree.css 27717share/doc/qore/modules/SqlUtil/html/navtree.css
25227share/doc/qore/modules/SqlUtil/html/navtree.js 27718share/doc/qore/modules/SqlUtil/html/navtree.js
25228share/doc/qore/modules/SqlUtil/html/navtreedata.js 27719share/doc/qore/modules/SqlUtil/html/navtreedata.js
25229share/doc/qore/modules/SqlUtil/html/navtreeindex0.js 27720share/doc/qore/modules/SqlUtil/html/navtreeindex0.js
25230share/doc/qore/modules/SqlUtil/html/navtreeindex1.js 27721share/doc/qore/modules/SqlUtil/html/navtreeindex1.js
 27722share/doc/qore/modules/SqlUtil/html/navtreeindex10.js
25231share/doc/qore/modules/SqlUtil/html/navtreeindex2.js 27723share/doc/qore/modules/SqlUtil/html/navtreeindex2.js
25232share/doc/qore/modules/SqlUtil/html/navtreeindex3.js 27724share/doc/qore/modules/SqlUtil/html/navtreeindex3.js
25233share/doc/qore/modules/SqlUtil/html/navtreeindex4.js 27725share/doc/qore/modules/SqlUtil/html/navtreeindex4.js
25234share/doc/qore/modules/SqlUtil/html/navtreeindex5.js 27726share/doc/qore/modules/SqlUtil/html/navtreeindex5.js
25235share/doc/qore/modules/SqlUtil/html/navtreeindex6.js 27727share/doc/qore/modules/SqlUtil/html/navtreeindex6.js
25236share/doc/qore/modules/SqlUtil/html/navtreeindex7.js 27728share/doc/qore/modules/SqlUtil/html/navtreeindex7.js
25237share/doc/qore/modules/SqlUtil/html/navtreeindex8.js 27729share/doc/qore/modules/SqlUtil/html/navtreeindex8.js
25238share/doc/qore/modules/SqlUtil/html/navtreeindex9.js 27730share/doc/qore/modules/SqlUtil/html/navtreeindex9.js
25239share/doc/qore/modules/SqlUtil/html/open.png 27731share/doc/qore/modules/SqlUtil/html/open.png
25240share/doc/qore/modules/SqlUtil/html/pages.html 27732share/doc/qore/modules/SqlUtil/html/pages.html
25241share/doc/qore/modules/SqlUtil/html/qore-logo-55x200.png 27733share/doc/qore/modules/SqlUtil/html/qore-logo-55x200.png
25242share/doc/qore/modules/SqlUtil/html/resize.js 27734share/doc/qore/modules/SqlUtil/html/resize.js
25243share/doc/qore/modules/SqlUtil/html/schema_management.html 27735share/doc/qore/modules/SqlUtil/html/schema_management.html
@@ -25541,45 +28033,434 @@ share/doc/qore/modules/SqlUtil/html/stru @@ -25541,45 +28033,434 @@ share/doc/qore/modules/SqlUtil/html/stru
25541share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_column_operator_info.js 28033share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_column_operator_info.js
25542share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_generic_column_info-members.html 28034share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_generic_column_info-members.html
25543share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_generic_column_info.html 28035share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_generic_column_info.html
25544share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_generic_column_info.js 28036share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_generic_column_info.js
25545share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_insert_operator_info-members.html 28037share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_insert_operator_info-members.html
25546share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_insert_operator_info.html 28038share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_insert_operator_info.html
25547share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_insert_operator_info.js 28039share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_insert_operator_info.js
25548share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_join_operator_info-members.html 28040share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_join_operator_info-members.html
25549share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_join_operator_info.html 28041share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_join_operator_info.html
25550share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_join_operator_info.js 28042share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_join_operator_info.js
25551share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info-members.html 28043share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info-members.html
25552share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info.html 28044share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info.html
25553share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info.js 28045share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info.js
 28046share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_query_info-members.html
 28047share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_query_info.html
 28048share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_query_info.js
25554share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info-members.html 28049share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info-members.html
25555share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info.html 28050share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info.html
25556share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info.js 28051share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info.js
25557share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_result_info-members.html 28052share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_result_info-members.html
25558share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_result_info.html 28053share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_result_info.html
25559share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_result_info.js 28054share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_result_info.js
25560share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_util_data_type_option_info-members.html 28055share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_util_data_type_option_info-members.html
25561share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_util_data_type_option_info.html 28056share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_util_data_type_option_info.html
25562share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_util_data_type_option_info.js 28057share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_util_data_type_option_info.js
25563share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_update_operator_info-members.html 28058share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_update_operator_info-members.html
25564share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_update_operator_info.html 28059share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_update_operator_info.html
25565share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_update_operator_info.js 28060share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_update_operator_info.js
25566share/doc/qore/modules/SqlUtil/html/sync_off.png 28061share/doc/qore/modules/SqlUtil/html/sync_off.png
25567share/doc/qore/modules/SqlUtil/html/sync_on.png 28062share/doc/qore/modules/SqlUtil/html/sync_on.png
25568share/doc/qore/modules/SqlUtil/html/tab_a.png 28063share/doc/qore/modules/SqlUtil/html/tab_a.png
25569share/doc/qore/modules/SqlUtil/html/tab_b.png 28064share/doc/qore/modules/SqlUtil/html/tab_b.png
25570share/doc/qore/modules/SqlUtil/html/tab_h.png 28065share/doc/qore/modules/SqlUtil/html/tab_h.png
25571share/doc/qore/modules/SqlUtil/html/tab_s.png 28066share/doc/qore/modules/SqlUtil/html/tab_s.png
25572share/doc/qore/modules/SqlUtil/html/tabs.css 28067share/doc/qore/modules/SqlUtil/html/tabs.css
 28068share/doc/qore/modules/Sqlite3SqlUtil/html/annotated.html
 28069share/doc/qore/modules/Sqlite3SqlUtil/html/annotated_dup.js
 28070share/doc/qore/modules/Sqlite3SqlUtil/html/bc_s.png
 28071share/doc/qore/modules/Sqlite3SqlUtil/html/bdwn.png
 28072share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_column-members.html
 28073share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_column.html
 28074share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_column.js
 28075share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_database-members.html
 28076share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_database.html
 28077share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_database.js
 28078share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_foreign_constraint-members.html
 28079share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_foreign_constraint.html
 28080share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_foreign_constraint.js
 28081share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_index-members.html
 28082share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_index.html
 28083share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_index.js
 28084share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_primary_key-members.html
 28085share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_primary_key.html
 28086share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_primary_key.js
 28087share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_savepoint_helper-members.html
 28088share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_savepoint_helper.html
 28089share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_savepoint_helper.js
 28090share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_table-members.html
 28091share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_table.html
 28092share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_table.js
 28093share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_trigger-members.html
 28094share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_trigger.html
 28095share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_trigger.js
 28096share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_view-members.html
 28097share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_view.html
 28098share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_view.js
 28099share/doc/qore/modules/Sqlite3SqlUtil/html/classes.html
 28100share/doc/qore/modules/Sqlite3SqlUtil/html/closed.png
 28101share/doc/qore/modules/Sqlite3SqlUtil/html/dir_13add0083e006ac756009d5942a24d28.html
 28102share/doc/qore/modules/Sqlite3SqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
 28103share/doc/qore/modules/Sqlite3SqlUtil/html/doc.png
 28104share/doc/qore/modules/Sqlite3SqlUtil/html/doxygen.css
 28105share/doc/qore/modules/Sqlite3SqlUtil/html/doxygen.svg
 28106share/doc/qore/modules/Sqlite3SqlUtil/html/dynsections.js
 28107share/doc/qore/modules/Sqlite3SqlUtil/html/folderclosed.png
 28108share/doc/qore/modules/Sqlite3SqlUtil/html/folderopen.png
 28109share/doc/qore/modules/Sqlite3SqlUtil/html/functions.html
 28110share/doc/qore/modules/Sqlite3SqlUtil/html/functions_func.html
 28111share/doc/qore/modules/Sqlite3SqlUtil/html/functions_vars.html
 28112share/doc/qore/modules/Sqlite3SqlUtil/html/graph_legend.html
 28113share/doc/qore/modules/Sqlite3SqlUtil/html/graph_legend.md5
 28114share/doc/qore/modules/Sqlite3SqlUtil/html/graph_legend.png
 28115share/doc/qore/modules/Sqlite3SqlUtil/html/index.html
 28116share/doc/qore/modules/Sqlite3SqlUtil/html/index.qhp
 28117share/doc/qore/modules/Sqlite3SqlUtil/html/jquery.js
 28118share/doc/qore/modules/Sqlite3SqlUtil/html/menu.js
 28119share/doc/qore/modules/Sqlite3SqlUtil/html/menudata.js
 28120share/doc/qore/modules/Sqlite3SqlUtil/html/namespace_sqlite3_sql_util.html
 28121share/doc/qore/modules/Sqlite3SqlUtil/html/namespace_sqlite3_sql_util.js
 28122share/doc/qore/modules/Sqlite3SqlUtil/html/namespacemembers.html
 28123share/doc/qore/modules/Sqlite3SqlUtil/html/namespacemembers_func.html
 28124share/doc/qore/modules/Sqlite3SqlUtil/html/namespaces.html
 28125share/doc/qore/modules/Sqlite3SqlUtil/html/namespaces_dup.js
 28126share/doc/qore/modules/Sqlite3SqlUtil/html/nav_f.png
 28127share/doc/qore/modules/Sqlite3SqlUtil/html/nav_g.png
 28128share/doc/qore/modules/Sqlite3SqlUtil/html/nav_h.png
 28129share/doc/qore/modules/Sqlite3SqlUtil/html/navtree.css
 28130share/doc/qore/modules/Sqlite3SqlUtil/html/navtree.js
 28131share/doc/qore/modules/Sqlite3SqlUtil/html/navtreedata.js
 28132share/doc/qore/modules/Sqlite3SqlUtil/html/navtreeindex0.js
 28133share/doc/qore/modules/Sqlite3SqlUtil/html/open.png
 28134share/doc/qore/modules/Sqlite3SqlUtil/html/pages.html
 28135share/doc/qore/modules/Sqlite3SqlUtil/html/qore-logo-55x200.png
 28136share/doc/qore/modules/Sqlite3SqlUtil/html/resize.js
 28137share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_0.html
 28138share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_0.js
 28139share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1.html
 28140share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1.js
 28141share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_10.html
 28142share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_10.js
 28143share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_11.html
 28144share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_11.js
 28145share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_12.html
 28146share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_12.js
 28147share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_13.html
 28148share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_13.js
 28149share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_14.html
 28150share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_14.js
 28151share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_15.html
 28152share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_15.js
 28153share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_16.html
 28154share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_16.js
 28155share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_17.html
 28156share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_17.js
 28157share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_18.html
 28158share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_18.js
 28159share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_19.html
 28160share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_19.js
 28161share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1a.html
 28162share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1a.js
 28163share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_2.html
 28164share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_2.js
 28165share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_3.html
 28166share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_3.js
 28167share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_4.html
 28168share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_4.js
 28169share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_5.html
 28170share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_5.js
 28171share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_6.html
 28172share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_6.js
 28173share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_7.html
 28174share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_7.js
 28175share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_8.html
 28176share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_8.js
 28177share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_9.html
 28178share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_9.js
 28179share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_a.html
 28180share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_a.js
 28181share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_b.html
 28182share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_b.js
 28183share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_c.html
 28184share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_c.js
 28185share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_d.html
 28186share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_d.js
 28187share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_e.html
 28188share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_e.js
 28189share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_f.html
 28190share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_f.js
 28191share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_0.html
 28192share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_0.js
 28193share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_1.html
 28194share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_1.js
 28195share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_10.html
 28196share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_10.js
 28197share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_11.html
 28198share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_11.js
 28199share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_12.html
 28200share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_12.js
 28201share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_13.html
 28202share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_13.js
 28203share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_14.html
 28204share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_14.js
 28205share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_15.html
 28206share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_15.js
 28207share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_2.html
 28208share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_2.js
 28209share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_3.html
 28210share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_3.js
 28211share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_4.html
 28212share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_4.js
 28213share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_5.html
 28214share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_5.js
 28215share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_6.html
 28216share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_6.js
 28217share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_7.html
 28218share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_7.js
 28219share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_8.html
 28220share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_8.js
 28221share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_9.html
 28222share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_9.js
 28223share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_a.html
 28224share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_a.js
 28225share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_b.html
 28226share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_b.js
 28227share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_c.html
 28228share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_c.js
 28229share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_d.html
 28230share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_d.js
 28231share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_e.html
 28232share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_e.js
 28233share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_f.html
 28234share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_f.js
 28235share/doc/qore/modules/Sqlite3SqlUtil/html/search/close.svg
 28236share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_0.html
 28237share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_0.js
 28238share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_1.html
 28239share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_1.js
 28240share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_10.html
 28241share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_10.js
 28242share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_11.html
 28243share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_11.js
 28244share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_12.html
 28245share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_12.js
 28246share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_13.html
 28247share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_13.js
 28248share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_14.html
 28249share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_14.js
 28250share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_15.html
 28251share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_15.js
 28252share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_16.html
 28253share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_16.js
 28254share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_17.html
 28255share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_17.js
 28256share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_18.html
 28257share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_18.js
 28258share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_19.html
 28259share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_19.js
 28260share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_2.html
 28261share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_2.js
 28262share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_3.html
 28263share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_3.js
 28264share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_4.html
 28265share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_4.js
 28266share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_5.html
 28267share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_5.js
 28268share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_6.html
 28269share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_6.js
 28270share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_7.html
 28271share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_7.js
 28272share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_8.html
 28273share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_8.js
 28274share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_9.html
 28275share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_9.js
 28276share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_a.html
 28277share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_a.js
 28278share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_b.html
 28279share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_b.js
 28280share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_c.html
 28281share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_c.js
 28282share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_d.html
 28283share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_d.js
 28284share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_e.html
 28285share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_e.js
 28286share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_f.html
 28287share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_f.js
 28288share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_0.html
 28289share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_0.js
 28290share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_1.html
 28291share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_1.js
 28292share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_10.html
 28293share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_10.js
 28294share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_11.html
 28295share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_11.js
 28296share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_12.html
 28297share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_12.js
 28298share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_2.html
 28299share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_2.js
 28300share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_3.html
 28301share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_3.js
 28302share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_4.html
 28303share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_4.js
 28304share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_5.html
 28305share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_5.js
 28306share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_6.html
 28307share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_6.js
 28308share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_7.html
 28309share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_7.js
 28310share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_8.html
 28311share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_8.js
 28312share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_9.html
 28313share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_9.js
 28314share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_a.html
 28315share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_a.js
 28316share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_b.html
 28317share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_b.js
 28318share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_c.html
 28319share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_c.js
 28320share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_d.html
 28321share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_d.js
 28322share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_e.html
 28323share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_e.js
 28324share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_f.html
 28325share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_f.js
 28326share/doc/qore/modules/Sqlite3SqlUtil/html/search/mag_sel.svg
 28327share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_0.html
 28328share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_0.js
 28329share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_1.html
 28330share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_1.js
 28331share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_2.html
 28332share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_2.js
 28333share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_3.html
 28334share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_3.js
 28335share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_4.html
 28336share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_4.js
 28337share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_5.html
 28338share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_5.js
 28339share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_6.html
 28340share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_6.js
 28341share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_7.html
 28342share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_7.js
 28343share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_8.html
 28344share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_8.js
 28345share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_9.html
 28346share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_9.js
 28347share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_a.html
 28348share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_a.js
 28349share/doc/qore/modules/Sqlite3SqlUtil/html/search/nomatches.html
 28350share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_0.html
 28351share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_0.js
 28352share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_1.html
 28353share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_1.js
 28354share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_10.html
 28355share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_10.js
 28356share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_11.html
 28357share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_11.js
 28358share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_12.html
 28359share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_12.js
 28360share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_2.html
 28361share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_2.js
 28362share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_3.html
 28363share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_3.js
 28364share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_4.html
 28365share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_4.js
 28366share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_5.html
 28367share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_5.js
 28368share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_6.html
 28369share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_6.js
 28370share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_7.html
 28371share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_7.js
 28372share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_8.html
 28373share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_8.js
 28374share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_9.html
 28375share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_9.js
 28376share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_a.html
 28377share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_a.js
 28378share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_b.html
 28379share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_b.js
 28380share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_c.html
 28381share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_c.js
 28382share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_d.html
 28383share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_d.js
 28384share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_e.html
 28385share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_e.js
 28386share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_f.html
 28387share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_f.js
 28388share/doc/qore/modules/Sqlite3SqlUtil/html/search/search.css
 28389share/doc/qore/modules/Sqlite3SqlUtil/html/search/search.js
 28390share/doc/qore/modules/Sqlite3SqlUtil/html/search/search_l.png
 28391share/doc/qore/modules/Sqlite3SqlUtil/html/search/search_m.png
 28392share/doc/qore/modules/Sqlite3SqlUtil/html/search/search_r.png
 28393share/doc/qore/modules/Sqlite3SqlUtil/html/search/searchdata.js
 28394share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_0.html
 28395share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_0.js
 28396share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_1.html
 28397share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_1.js
 28398share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_10.html
 28399share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_10.js
 28400share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_11.html
 28401share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_11.js
 28402share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_12.html
 28403share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_12.js
 28404share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_13.html
 28405share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_13.js
 28406share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_14.html
 28407share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_14.js
 28408share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_15.html
 28409share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_15.js
 28410share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_16.html
 28411share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_16.js
 28412share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_17.html
 28413share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_17.js
 28414share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_18.html
 28415share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_18.js
 28416share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_19.html
 28417share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_19.js
 28418share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_2.html
 28419share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_2.js
 28420share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_3.html
 28421share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_3.js
 28422share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_4.html
 28423share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_4.js
 28424share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_5.html
 28425share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_5.js
 28426share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_6.html
 28427share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_6.js
 28428share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_7.html
 28429share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_7.js
 28430share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_8.html
 28431share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_8.js
 28432share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_9.html
 28433share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_9.js
 28434share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_a.html
 28435share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_a.js
 28436share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_b.html
 28437share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_b.js
 28438share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_c.html
 28439share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_c.js
 28440share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_d.html
 28441share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_d.js
 28442share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_e.html
 28443share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_e.js
 28444share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_f.html
 28445share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_f.js
 28446share/doc/qore/modules/Sqlite3SqlUtil/html/splitbar.png
 28447share/doc/qore/modules/Sqlite3SqlUtil/html/sync_off.png
 28448share/doc/qore/modules/Sqlite3SqlUtil/html/sync_on.png
 28449share/doc/qore/modules/Sqlite3SqlUtil/html/tab_a.png
 28450share/doc/qore/modules/Sqlite3SqlUtil/html/tab_b.png
 28451share/doc/qore/modules/Sqlite3SqlUtil/html/tab_h.png
 28452share/doc/qore/modules/Sqlite3SqlUtil/html/tab_s.png
 28453share/doc/qore/modules/Sqlite3SqlUtil/html/tabs.css
25573share/doc/qore/modules/Swagger/html/annotated.html 28454share/doc/qore/modules/Swagger/html/annotated.html
25574share/doc/qore/modules/Swagger/html/annotated_dup.js 28455share/doc/qore/modules/Swagger/html/annotated_dup.js
25575share/doc/qore/modules/Swagger/html/bc_s.png 28456share/doc/qore/modules/Swagger/html/bc_s.png
25576share/doc/qore/modules/Swagger/html/bdwn.png 28457share/doc/qore/modules/Swagger/html/bdwn.png
25577share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object-members.html 28458share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object-members.html
25578share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object.html 28459share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object.html
25579share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object.js 28460share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object.js
25580share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object__inherit__graph.map 28461share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object__inherit__graph.map
25581share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object__inherit__graph.md5 28462share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object__inherit__graph.md5
25582share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object__inherit__graph.png 28463share/doc/qore/modules/Swagger/html/class_swagger_1_1_abstract_parameter_object__inherit__graph.png
25583share/doc/qore/modules/Swagger/html/class_swagger_1_1_body_parameter-members.html 28464share/doc/qore/modules/Swagger/html/class_swagger_1_1_body_parameter-members.html
25584share/doc/qore/modules/Swagger/html/class_swagger_1_1_body_parameter.html 28465share/doc/qore/modules/Swagger/html/class_swagger_1_1_body_parameter.html
25585share/doc/qore/modules/Swagger/html/class_swagger_1_1_body_parameter.js 28466share/doc/qore/modules/Swagger/html/class_swagger_1_1_body_parameter.js
@@ -26361,26 +29242,28 @@ share/doc/qore/modules/SwaggerDataProvid @@ -26361,26 +29242,28 @@ share/doc/qore/modules/SwaggerDataProvid
26361share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_2.js 29242share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_2.js
26362share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_3.html 29243share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_3.html
26363share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_3.js 29244share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_3.js
26364share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_4.html 29245share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_4.html
26365share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_4.js 29246share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_4.js
26366share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_5.html 29247share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_5.html
26367share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_5.js 29248share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_5.js
26368share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_6.html 29249share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_6.html
26369share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_6.js 29250share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_6.js
26370share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_7.html 29251share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_7.html
26371share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_7.js 29252share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_7.js
26372share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_8.html 29253share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_8.html
26373share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_8.js 29254share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_8.js
 29255share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_9.html
 29256share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_9.js
26374share/doc/qore/modules/SwaggerDataProvider/html/search/nomatches.html 29257share/doc/qore/modules/SwaggerDataProvider/html/search/nomatches.html
26375share/doc/qore/modules/SwaggerDataProvider/html/search/pages_0.html 29258share/doc/qore/modules/SwaggerDataProvider/html/search/pages_0.html
26376share/doc/qore/modules/SwaggerDataProvider/html/search/pages_0.js 29259share/doc/qore/modules/SwaggerDataProvider/html/search/pages_0.js
26377share/doc/qore/modules/SwaggerDataProvider/html/search/pages_1.html 29260share/doc/qore/modules/SwaggerDataProvider/html/search/pages_1.html
26378share/doc/qore/modules/SwaggerDataProvider/html/search/pages_1.js 29261share/doc/qore/modules/SwaggerDataProvider/html/search/pages_1.js
26379share/doc/qore/modules/SwaggerDataProvider/html/search/pages_10.html 29262share/doc/qore/modules/SwaggerDataProvider/html/search/pages_10.html
26380share/doc/qore/modules/SwaggerDataProvider/html/search/pages_10.js 29263share/doc/qore/modules/SwaggerDataProvider/html/search/pages_10.js
26381share/doc/qore/modules/SwaggerDataProvider/html/search/pages_11.html 29264share/doc/qore/modules/SwaggerDataProvider/html/search/pages_11.html
26382share/doc/qore/modules/SwaggerDataProvider/html/search/pages_11.js 29265share/doc/qore/modules/SwaggerDataProvider/html/search/pages_11.js
26383share/doc/qore/modules/SwaggerDataProvider/html/search/pages_12.html 29266share/doc/qore/modules/SwaggerDataProvider/html/search/pages_12.html
26384share/doc/qore/modules/SwaggerDataProvider/html/search/pages_12.js 29267share/doc/qore/modules/SwaggerDataProvider/html/search/pages_12.js
26385share/doc/qore/modules/SwaggerDataProvider/html/search/pages_2.html 29268share/doc/qore/modules/SwaggerDataProvider/html/search/pages_2.html
26386share/doc/qore/modules/SwaggerDataProvider/html/search/pages_2.js 29269share/doc/qore/modules/SwaggerDataProvider/html/search/pages_2.js
@@ -26770,26 +29653,28 @@ share/doc/qore/modules/TableMapper/html/ @@ -26770,26 +29653,28 @@ share/doc/qore/modules/TableMapper/html/
26770share/doc/qore/modules/TableMapper/html/search/namespaces_4.js 29653share/doc/qore/modules/TableMapper/html/search/namespaces_4.js
26771share/doc/qore/modules/TableMapper/html/search/namespaces_5.html 29654share/doc/qore/modules/TableMapper/html/search/namespaces_5.html
26772share/doc/qore/modules/TableMapper/html/search/namespaces_5.js 29655share/doc/qore/modules/TableMapper/html/search/namespaces_5.js
26773share/doc/qore/modules/TableMapper/html/search/namespaces_6.html 29656share/doc/qore/modules/TableMapper/html/search/namespaces_6.html
26774share/doc/qore/modules/TableMapper/html/search/namespaces_6.js 29657share/doc/qore/modules/TableMapper/html/search/namespaces_6.js
26775share/doc/qore/modules/TableMapper/html/search/namespaces_7.html 29658share/doc/qore/modules/TableMapper/html/search/namespaces_7.html
26776share/doc/qore/modules/TableMapper/html/search/namespaces_7.js 29659share/doc/qore/modules/TableMapper/html/search/namespaces_7.js
26777share/doc/qore/modules/TableMapper/html/search/namespaces_8.html 29660share/doc/qore/modules/TableMapper/html/search/namespaces_8.html
26778share/doc/qore/modules/TableMapper/html/search/namespaces_8.js 29661share/doc/qore/modules/TableMapper/html/search/namespaces_8.js
26779share/doc/qore/modules/TableMapper/html/search/namespaces_9.html 29662share/doc/qore/modules/TableMapper/html/search/namespaces_9.html
26780share/doc/qore/modules/TableMapper/html/search/namespaces_9.js 29663share/doc/qore/modules/TableMapper/html/search/namespaces_9.js
26781share/doc/qore/modules/TableMapper/html/search/namespaces_a.html 29664share/doc/qore/modules/TableMapper/html/search/namespaces_a.html
26782share/doc/qore/modules/TableMapper/html/search/namespaces_a.js 29665share/doc/qore/modules/TableMapper/html/search/namespaces_a.js
 29666share/doc/qore/modules/TableMapper/html/search/namespaces_b.html
 29667share/doc/qore/modules/TableMapper/html/search/namespaces_b.js
26783share/doc/qore/modules/TableMapper/html/search/nomatches.html 29668share/doc/qore/modules/TableMapper/html/search/nomatches.html
26784share/doc/qore/modules/TableMapper/html/search/pages_0.html 29669share/doc/qore/modules/TableMapper/html/search/pages_0.html
26785share/doc/qore/modules/TableMapper/html/search/pages_0.js 29670share/doc/qore/modules/TableMapper/html/search/pages_0.js
26786share/doc/qore/modules/TableMapper/html/search/pages_1.html 29671share/doc/qore/modules/TableMapper/html/search/pages_1.html
26787share/doc/qore/modules/TableMapper/html/search/pages_1.js 29672share/doc/qore/modules/TableMapper/html/search/pages_1.js
26788share/doc/qore/modules/TableMapper/html/search/pages_10.html 29673share/doc/qore/modules/TableMapper/html/search/pages_10.html
26789share/doc/qore/modules/TableMapper/html/search/pages_10.js 29674share/doc/qore/modules/TableMapper/html/search/pages_10.js
26790share/doc/qore/modules/TableMapper/html/search/pages_11.html 29675share/doc/qore/modules/TableMapper/html/search/pages_11.html
26791share/doc/qore/modules/TableMapper/html/search/pages_11.js 29676share/doc/qore/modules/TableMapper/html/search/pages_11.js
26792share/doc/qore/modules/TableMapper/html/search/pages_12.html 29677share/doc/qore/modules/TableMapper/html/search/pages_12.html
26793share/doc/qore/modules/TableMapper/html/search/pages_12.js 29678share/doc/qore/modules/TableMapper/html/search/pages_12.js
26794share/doc/qore/modules/TableMapper/html/search/pages_2.html 29679share/doc/qore/modules/TableMapper/html/search/pages_2.html
26795share/doc/qore/modules/TableMapper/html/search/pages_2.js 29680share/doc/qore/modules/TableMapper/html/search/pages_2.js
@@ -27219,26 +30104,28 @@ share/doc/qore/modules/TelnetClient/html @@ -27219,26 +30104,28 @@ share/doc/qore/modules/TelnetClient/html
27219share/doc/qore/modules/TelnetClient/html/search/namespaces_4.js 30104share/doc/qore/modules/TelnetClient/html/search/namespaces_4.js
27220share/doc/qore/modules/TelnetClient/html/search/namespaces_5.html 30105share/doc/qore/modules/TelnetClient/html/search/namespaces_5.html
27221share/doc/qore/modules/TelnetClient/html/search/namespaces_5.js 30106share/doc/qore/modules/TelnetClient/html/search/namespaces_5.js
27222share/doc/qore/modules/TelnetClient/html/search/namespaces_6.html 30107share/doc/qore/modules/TelnetClient/html/search/namespaces_6.html
27223share/doc/qore/modules/TelnetClient/html/search/namespaces_6.js 30108share/doc/qore/modules/TelnetClient/html/search/namespaces_6.js
27224share/doc/qore/modules/TelnetClient/html/search/namespaces_7.html 30109share/doc/qore/modules/TelnetClient/html/search/namespaces_7.html
27225share/doc/qore/modules/TelnetClient/html/search/namespaces_7.js 30110share/doc/qore/modules/TelnetClient/html/search/namespaces_7.js
27226share/doc/qore/modules/TelnetClient/html/search/namespaces_8.html 30111share/doc/qore/modules/TelnetClient/html/search/namespaces_8.html
27227share/doc/qore/modules/TelnetClient/html/search/namespaces_8.js 30112share/doc/qore/modules/TelnetClient/html/search/namespaces_8.js
27228share/doc/qore/modules/TelnetClient/html/search/namespaces_9.html 30113share/doc/qore/modules/TelnetClient/html/search/namespaces_9.html
27229share/doc/qore/modules/TelnetClient/html/search/namespaces_9.js 30114share/doc/qore/modules/TelnetClient/html/search/namespaces_9.js
27230share/doc/qore/modules/TelnetClient/html/search/namespaces_a.html 30115share/doc/qore/modules/TelnetClient/html/search/namespaces_a.html
27231share/doc/qore/modules/TelnetClient/html/search/namespaces_a.js 30116share/doc/qore/modules/TelnetClient/html/search/namespaces_a.js
 30117share/doc/qore/modules/TelnetClient/html/search/namespaces_b.html
 30118share/doc/qore/modules/TelnetClient/html/search/namespaces_b.js
27232share/doc/qore/modules/TelnetClient/html/search/nomatches.html 30119share/doc/qore/modules/TelnetClient/html/search/nomatches.html
27233share/doc/qore/modules/TelnetClient/html/search/pages_0.html 30120share/doc/qore/modules/TelnetClient/html/search/pages_0.html
27234share/doc/qore/modules/TelnetClient/html/search/pages_0.js 30121share/doc/qore/modules/TelnetClient/html/search/pages_0.js
27235share/doc/qore/modules/TelnetClient/html/search/pages_1.html 30122share/doc/qore/modules/TelnetClient/html/search/pages_1.html
27236share/doc/qore/modules/TelnetClient/html/search/pages_1.js 30123share/doc/qore/modules/TelnetClient/html/search/pages_1.js
27237share/doc/qore/modules/TelnetClient/html/search/pages_10.html 30124share/doc/qore/modules/TelnetClient/html/search/pages_10.html
27238share/doc/qore/modules/TelnetClient/html/search/pages_10.js 30125share/doc/qore/modules/TelnetClient/html/search/pages_10.js
27239share/doc/qore/modules/TelnetClient/html/search/pages_11.html 30126share/doc/qore/modules/TelnetClient/html/search/pages_11.html
27240share/doc/qore/modules/TelnetClient/html/search/pages_11.js 30127share/doc/qore/modules/TelnetClient/html/search/pages_11.js
27241share/doc/qore/modules/TelnetClient/html/search/pages_12.html 30128share/doc/qore/modules/TelnetClient/html/search/pages_12.html
27242share/doc/qore/modules/TelnetClient/html/search/pages_12.js 30129share/doc/qore/modules/TelnetClient/html/search/pages_12.js
27243share/doc/qore/modules/TelnetClient/html/search/pages_2.html 30130share/doc/qore/modules/TelnetClient/html/search/pages_2.html
27244share/doc/qore/modules/TelnetClient/html/search/pages_2.js 30131share/doc/qore/modules/TelnetClient/html/search/pages_2.js
@@ -27582,26 +30469,28 @@ share/doc/qore/modules/TextWrap/html/sea @@ -27582,26 +30469,28 @@ share/doc/qore/modules/TextWrap/html/sea
27582share/doc/qore/modules/TextWrap/html/search/namespaces_4.js 30469share/doc/qore/modules/TextWrap/html/search/namespaces_4.js
27583share/doc/qore/modules/TextWrap/html/search/namespaces_5.html 30470share/doc/qore/modules/TextWrap/html/search/namespaces_5.html
27584share/doc/qore/modules/TextWrap/html/search/namespaces_5.js 30471share/doc/qore/modules/TextWrap/html/search/namespaces_5.js
27585share/doc/qore/modules/TextWrap/html/search/namespaces_6.html 30472share/doc/qore/modules/TextWrap/html/search/namespaces_6.html
27586share/doc/qore/modules/TextWrap/html/search/namespaces_6.js 30473share/doc/qore/modules/TextWrap/html/search/namespaces_6.js
27587share/doc/qore/modules/TextWrap/html/search/namespaces_7.html 30474share/doc/qore/modules/TextWrap/html/search/namespaces_7.html
27588share/doc/qore/modules/TextWrap/html/search/namespaces_7.js 30475share/doc/qore/modules/TextWrap/html/search/namespaces_7.js
27589share/doc/qore/modules/TextWrap/html/search/namespaces_8.html 30476share/doc/qore/modules/TextWrap/html/search/namespaces_8.html
27590share/doc/qore/modules/TextWrap/html/search/namespaces_8.js 30477share/doc/qore/modules/TextWrap/html/search/namespaces_8.js
27591share/doc/qore/modules/TextWrap/html/search/namespaces_9.html 30478share/doc/qore/modules/TextWrap/html/search/namespaces_9.html
27592share/doc/qore/modules/TextWrap/html/search/namespaces_9.js 30479share/doc/qore/modules/TextWrap/html/search/namespaces_9.js
27593share/doc/qore/modules/TextWrap/html/search/namespaces_a.html 30480share/doc/qore/modules/TextWrap/html/search/namespaces_a.html
27594share/doc/qore/modules/TextWrap/html/search/namespaces_a.js 30481share/doc/qore/modules/TextWrap/html/search/namespaces_a.js
 30482share/doc/qore/modules/TextWrap/html/search/namespaces_b.html
 30483share/doc/qore/modules/TextWrap/html/search/namespaces_b.js
27595share/doc/qore/modules/TextWrap/html/search/nomatches.html 30484share/doc/qore/modules/TextWrap/html/search/nomatches.html
27596share/doc/qore/modules/TextWrap/html/search/pages_0.html 30485share/doc/qore/modules/TextWrap/html/search/pages_0.html
27597share/doc/qore/modules/TextWrap/html/search/pages_0.js 30486share/doc/qore/modules/TextWrap/html/search/pages_0.js
27598share/doc/qore/modules/TextWrap/html/search/pages_1.html 30487share/doc/qore/modules/TextWrap/html/search/pages_1.html
27599share/doc/qore/modules/TextWrap/html/search/pages_1.js 30488share/doc/qore/modules/TextWrap/html/search/pages_1.js
27600share/doc/qore/modules/TextWrap/html/search/pages_10.html 30489share/doc/qore/modules/TextWrap/html/search/pages_10.html
27601share/doc/qore/modules/TextWrap/html/search/pages_10.js 30490share/doc/qore/modules/TextWrap/html/search/pages_10.js
27602share/doc/qore/modules/TextWrap/html/search/pages_11.html 30491share/doc/qore/modules/TextWrap/html/search/pages_11.html
27603share/doc/qore/modules/TextWrap/html/search/pages_11.js 30492share/doc/qore/modules/TextWrap/html/search/pages_11.js
27604share/doc/qore/modules/TextWrap/html/search/pages_12.html 30493share/doc/qore/modules/TextWrap/html/search/pages_12.html
27605share/doc/qore/modules/TextWrap/html/search/pages_12.js 30494share/doc/qore/modules/TextWrap/html/search/pages_12.js
27606share/doc/qore/modules/TextWrap/html/search/pages_2.html 30495share/doc/qore/modules/TextWrap/html/search/pages_2.html
27607share/doc/qore/modules/TextWrap/html/search/pages_2.js 30496share/doc/qore/modules/TextWrap/html/search/pages_2.js
@@ -28290,26 +31179,28 @@ share/doc/qore/modules/VscDebugAdapter/h @@ -28290,26 +31179,28 @@ share/doc/qore/modules/VscDebugAdapter/h
28290share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_4.js 31179share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_4.js
28291share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_5.html 31180share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_5.html
28292share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_5.js 31181share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_5.js
28293share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_6.html 31182share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_6.html
28294share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_6.js 31183share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_6.js
28295share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_7.html 31184share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_7.html
28296share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_7.js 31185share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_7.js
28297share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_8.html 31186share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_8.html
28298share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_8.js 31187share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_8.js
28299share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_9.html 31188share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_9.html
28300share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_9.js 31189share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_9.js
28301share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_a.html 31190share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_a.html
28302share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_a.js 31191share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_a.js
 31192share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_b.html
 31193share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_b.js
28303share/doc/qore/modules/VscDebugAdapter/html/search/nomatches.html 31194share/doc/qore/modules/VscDebugAdapter/html/search/nomatches.html
28304share/doc/qore/modules/VscDebugAdapter/html/search/pages_0.html 31195share/doc/qore/modules/VscDebugAdapter/html/search/pages_0.html
28305share/doc/qore/modules/VscDebugAdapter/html/search/pages_0.js 31196share/doc/qore/modules/VscDebugAdapter/html/search/pages_0.js
28306share/doc/qore/modules/VscDebugAdapter/html/search/pages_1.html 31197share/doc/qore/modules/VscDebugAdapter/html/search/pages_1.html
28307share/doc/qore/modules/VscDebugAdapter/html/search/pages_1.js 31198share/doc/qore/modules/VscDebugAdapter/html/search/pages_1.js
28308share/doc/qore/modules/VscDebugAdapter/html/search/pages_10.html 31199share/doc/qore/modules/VscDebugAdapter/html/search/pages_10.html
28309share/doc/qore/modules/VscDebugAdapter/html/search/pages_10.js 31200share/doc/qore/modules/VscDebugAdapter/html/search/pages_10.js
28310share/doc/qore/modules/VscDebugAdapter/html/search/pages_11.html 31201share/doc/qore/modules/VscDebugAdapter/html/search/pages_11.html
28311share/doc/qore/modules/VscDebugAdapter/html/search/pages_11.js 31202share/doc/qore/modules/VscDebugAdapter/html/search/pages_11.js
28312share/doc/qore/modules/VscDebugAdapter/html/search/pages_12.html 31203share/doc/qore/modules/VscDebugAdapter/html/search/pages_12.html
28313share/doc/qore/modules/VscDebugAdapter/html/search/pages_12.js 31204share/doc/qore/modules/VscDebugAdapter/html/search/pages_12.js
28314share/doc/qore/modules/VscDebugAdapter/html/search/pages_2.html 31205share/doc/qore/modules/VscDebugAdapter/html/search/pages_2.html
28315share/doc/qore/modules/VscDebugAdapter/html/search/pages_2.js 31206share/doc/qore/modules/VscDebugAdapter/html/search/pages_2.js
@@ -28395,164 +31286,52 @@ share/doc/qore/modules/VscDebugAdapter/h @@ -28395,164 +31286,52 @@ share/doc/qore/modules/VscDebugAdapter/h
28395share/doc/qore/modules/VscDebugAdapter/html/search/variables_d.js 31286share/doc/qore/modules/VscDebugAdapter/html/search/variables_d.js
28396share/doc/qore/modules/VscDebugAdapter/html/search/variables_e.html 31287share/doc/qore/modules/VscDebugAdapter/html/search/variables_e.html
28397share/doc/qore/modules/VscDebugAdapter/html/search/variables_e.js 31288share/doc/qore/modules/VscDebugAdapter/html/search/variables_e.js
28398share/doc/qore/modules/VscDebugAdapter/html/search/variables_f.html 31289share/doc/qore/modules/VscDebugAdapter/html/search/variables_f.html
28399share/doc/qore/modules/VscDebugAdapter/html/search/variables_f.js 31290share/doc/qore/modules/VscDebugAdapter/html/search/variables_f.js
28400share/doc/qore/modules/VscDebugAdapter/html/splitbar.png 31291share/doc/qore/modules/VscDebugAdapter/html/splitbar.png
28401share/doc/qore/modules/VscDebugAdapter/html/sync_off.png 31292share/doc/qore/modules/VscDebugAdapter/html/sync_off.png
28402share/doc/qore/modules/VscDebugAdapter/html/sync_on.png 31293share/doc/qore/modules/VscDebugAdapter/html/sync_on.png
28403share/doc/qore/modules/VscDebugAdapter/html/tab_a.png 31294share/doc/qore/modules/VscDebugAdapter/html/tab_a.png
28404share/doc/qore/modules/VscDebugAdapter/html/tab_b.png 31295share/doc/qore/modules/VscDebugAdapter/html/tab_b.png
28405share/doc/qore/modules/VscDebugAdapter/html/tab_h.png 31296share/doc/qore/modules/VscDebugAdapter/html/tab_h.png
28406share/doc/qore/modules/VscDebugAdapter/html/tab_s.png 31297share/doc/qore/modules/VscDebugAdapter/html/tab_s.png
28407share/doc/qore/modules/VscDebugAdapter/html/tabs.css 31298share/doc/qore/modules/VscDebugAdapter/html/tabs.css
28408share/doc/qore/modules/WebSocketClient/html/annotated.html 
28409share/doc/qore/modules/WebSocketClient/html/annotated_dup.js 
28410share/doc/qore/modules/WebSocketClient/html/bc_s.png 31299share/doc/qore/modules/WebSocketClient/html/bc_s.png
28411share/doc/qore/modules/WebSocketClient/html/bdwn.png 31300share/doc/qore/modules/WebSocketClient/html/bdwn.png
28412share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client-members.html 
28413share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client.html 
28414share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client.js 
28415share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object-members.html 
28416share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object.html 
28417share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object.js 
28418share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.map 
28419share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.md5 
28420share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.png 
28421share/doc/qore/modules/WebSocketClient/html/classes.html 
28422share/doc/qore/modules/WebSocketClient/html/closed.png 31301share/doc/qore/modules/WebSocketClient/html/closed.png
28423share/doc/qore/modules/WebSocketClient/html/dir_13add0083e006ac756009d5942a24d28.html 31302share/doc/qore/modules/WebSocketClient/html/dir_13add0083e006ac756009d5942a24d28.html
28424share/doc/qore/modules/WebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html 31303share/doc/qore/modules/WebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
28425share/doc/qore/modules/WebSocketClient/html/doc.png 31304share/doc/qore/modules/WebSocketClient/html/doc.png
28426share/doc/qore/modules/WebSocketClient/html/doxygen.css 31305share/doc/qore/modules/WebSocketClient/html/doxygen.css
28427share/doc/qore/modules/WebSocketClient/html/doxygen.svg 31306share/doc/qore/modules/WebSocketClient/html/doxygen.svg
28428share/doc/qore/modules/WebSocketClient/html/dynsections.js 31307share/doc/qore/modules/WebSocketClient/html/dynsections.js
28429share/doc/qore/modules/WebSocketClient/html/folderclosed.png 31308share/doc/qore/modules/WebSocketClient/html/folderclosed.png
28430share/doc/qore/modules/WebSocketClient/html/folderopen.png 31309share/doc/qore/modules/WebSocketClient/html/folderopen.png
28431share/doc/qore/modules/WebSocketClient/html/functions.html 
28432share/doc/qore/modules/WebSocketClient/html/functions_func.html 
28433share/doc/qore/modules/WebSocketClient/html/functions_vars.html 
28434share/doc/qore/modules/WebSocketClient/html/graph_legend.html 31310share/doc/qore/modules/WebSocketClient/html/graph_legend.html
28435share/doc/qore/modules/WebSocketClient/html/graph_legend.md5 31311share/doc/qore/modules/WebSocketClient/html/graph_legend.md5
28436share/doc/qore/modules/WebSocketClient/html/graph_legend.png 31312share/doc/qore/modules/WebSocketClient/html/graph_legend.png
28437share/doc/qore/modules/WebSocketClient/html/group___buffered_stream_reader.js 
28438share/doc/qore/modules/WebSocketClient/html/group___string_concat_decoding.js 
28439share/doc/qore/modules/WebSocketClient/html/group___string_concat_encoding.js 
28440share/doc/qore/modules/WebSocketClient/html/group___w_s_client_raw_callback_return_codes.html 
28441share/doc/qore/modules/WebSocketClient/html/group__boolean__constants.js 
28442share/doc/qore/modules/WebSocketClient/html/group__breakpoint__policy__options.js 
28443share/doc/qore/modules/WebSocketClient/html/group__call__type__constants.js 
28444share/doc/qore/modules/WebSocketClient/html/group__compression__constants.js 
28445share/doc/qore/modules/WebSocketClient/html/group__compression__transformations.js 
28446share/doc/qore/modules/WebSocketClient/html/group__compresssion__functions.js 
28447share/doc/qore/modules/WebSocketClient/html/group__context__functions.js 
28448share/doc/qore/modules/WebSocketClient/html/group__crypto__transformations.js 
28449share/doc/qore/modules/WebSocketClient/html/group__cryptographic__constants.js 
28450share/doc/qore/modules/WebSocketClient/html/group__cryptographic__functions.js 
28451share/doc/qore/modules/WebSocketClient/html/group__database__driver__constants.js 
28452share/doc/qore/modules/WebSocketClient/html/group__date__and__time__functions.js 
28453share/doc/qore/modules/WebSocketClient/html/group__dbi__capabilities.js 
28454share/doc/qore/modules/WebSocketClient/html/group__debug__flow__options.js 
28455share/doc/qore/modules/WebSocketClient/html/group__debug__rs__options.js 
28456share/doc/qore/modules/WebSocketClient/html/group__digest__algorithms.js 
28457share/doc/qore/modules/WebSocketClient/html/group__digest__functions.js 
28458share/doc/qore/modules/WebSocketClient/html/group__env__functions.js 
28459share/doc/qore/modules/WebSocketClient/html/group__error__constants.js 
28460share/doc/qore/modules/WebSocketClient/html/group__event__constants.js 
28461share/doc/qore/modules/WebSocketClient/html/group__event__map__constants.js 
28462share/doc/qore/modules/WebSocketClient/html/group__event__source__constants.js 
28463share/doc/qore/modules/WebSocketClient/html/group__exception__type__constants.js 
28464share/doc/qore/modules/WebSocketClient/html/group__file__locking__constants.js 
28465share/doc/qore/modules/WebSocketClient/html/group__file__open__constants.js 
28466share/doc/qore/modules/WebSocketClient/html/group__file__seek__constants.js 
28467share/doc/qore/modules/WebSocketClient/html/group__file__stat__constants.js 
28468share/doc/qore/modules/WebSocketClient/html/group__functional__domain__constants.js 
28469share/doc/qore/modules/WebSocketClient/html/group__hmac__functions.js 
28470share/doc/qore/modules/WebSocketClient/html/group__import__visibility__constants.js 
28471share/doc/qore/modules/WebSocketClient/html/group__io__constants.js 
28472share/doc/qore/modules/WebSocketClient/html/group__library__option__constants.js 
28473share/doc/qore/modules/WebSocketClient/html/group__list__functions.js 
28474share/doc/qore/modules/WebSocketClient/html/group__math__constants.js 
28475share/doc/qore/modules/WebSocketClient/html/group__math__functions.js 
28476share/doc/qore/modules/WebSocketClient/html/group__misc__functions.js 
28477share/doc/qore/modules/WebSocketClient/html/group__network__address__family__constants.js 
28478share/doc/qore/modules/WebSocketClient/html/group__network__address__information__constants.js 
28479share/doc/qore/modules/WebSocketClient/html/group__null__and__nothing__constants.js 
28480share/doc/qore/modules/WebSocketClient/html/group__number__formatting__constants.js 
28481share/doc/qore/modules/WebSocketClient/html/group__number__string__formatting__constants.js 
28482share/doc/qore/modules/WebSocketClient/html/group__object__functions.js 
28483share/doc/qore/modules/WebSocketClient/html/group__old__dbi__functions.js 
28484share/doc/qore/modules/WebSocketClient/html/group__option__constants.js 
28485share/doc/qore/modules/WebSocketClient/html/group__parse__options.js 
28486share/doc/qore/modules/WebSocketClient/html/group__parse__url__options.js 
28487share/doc/qore/modules/WebSocketClient/html/group__protocol__constants.js 
28488share/doc/qore/modules/WebSocketClient/html/group__range__functions.js 
28489share/doc/qore/modules/WebSocketClient/html/group__regex__constants.js 
28490share/doc/qore/modules/WebSocketClient/html/group__signal__constants.js 
28491share/doc/qore/modules/WebSocketClient/html/group__signal__handling__functions.js 
28492share/doc/qore/modules/WebSocketClient/html/group__socket__poll__constants.js 
28493share/doc/qore/modules/WebSocketClient/html/group__socket__type__constants.js 
28494share/doc/qore/modules/WebSocketClient/html/group__sql__constants.js 
28495share/doc/qore/modules/WebSocketClient/html/group__ssl__mode__constants.js 
28496share/doc/qore/modules/WebSocketClient/html/group__string__functions.js 
28497share/doc/qore/modules/WebSocketClient/html/group__string__type__constants.js 
28498share/doc/qore/modules/WebSocketClient/html/group__system__and__build__constants.js 
28499share/doc/qore/modules/WebSocketClient/html/group__tattr__control__character__constants.js 
28500share/doc/qore/modules/WebSocketClient/html/group__tattr__control__mode__constants.js 
28501share/doc/qore/modules/WebSocketClient/html/group__tattr__input__mode__constants.js 
28502share/doc/qore/modules/WebSocketClient/html/group__tattr__local__mode__constants.js 
28503share/doc/qore/modules/WebSocketClient/html/group__tattr__output__mode__constants.js 
28504share/doc/qore/modules/WebSocketClient/html/group__tattr__term__setting__constants.js 
28505share/doc/qore/modules/WebSocketClient/html/group__threading__functions.js 
28506share/doc/qore/modules/WebSocketClient/html/group__type__code__constants.js 
28507share/doc/qore/modules/WebSocketClient/html/group__type__code__map__constants.js 
28508share/doc/qore/modules/WebSocketClient/html/group__type__conversion__functions.js 
28509share/doc/qore/modules/WebSocketClient/html/group__user__and__group__functions.js 
28510share/doc/qore/modules/WebSocketClient/html/group__warning__constants.js 
28511share/doc/qore/modules/WebSocketClient/html/group__x509__verification__constants.js 
28512share/doc/qore/modules/WebSocketClient/html/hierarchy.html 
28513share/doc/qore/modules/WebSocketClient/html/hierarchy.js 
28514share/doc/qore/modules/WebSocketClient/html/index.html 31313share/doc/qore/modules/WebSocketClient/html/index.html
28515share/doc/qore/modules/WebSocketClient/html/index.qhp 31314share/doc/qore/modules/WebSocketClient/html/index.qhp
28516share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.map 
28517share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.md5 
28518share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.png 
28519share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.map 
28520share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.md5 
28521share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.png 
28522share/doc/qore/modules/WebSocketClient/html/inherits.html 
28523share/doc/qore/modules/WebSocketClient/html/jquery.js 31315share/doc/qore/modules/WebSocketClient/html/jquery.js
28524share/doc/qore/modules/WebSocketClient/html/menu.js 31316share/doc/qore/modules/WebSocketClient/html/menu.js
28525share/doc/qore/modules/WebSocketClient/html/menudata.js 31317share/doc/qore/modules/WebSocketClient/html/menudata.js
28526share/doc/qore/modules/WebSocketClient/html/modules.html 
28527share/doc/qore/modules/WebSocketClient/html/modules.js 
28528share/doc/qore/modules/WebSocketClient/html/namespace_web_socket_client.html 
28529share/doc/qore/modules/WebSocketClient/html/namespace_web_socket_client.js 
28530share/doc/qore/modules/WebSocketClient/html/namespacemembers.html 
28531share/doc/qore/modules/WebSocketClient/html/namespacemembers_vars.html 
28532share/doc/qore/modules/WebSocketClient/html/namespaces.html 
28533share/doc/qore/modules/WebSocketClient/html/namespaces_dup.js 
28534share/doc/qore/modules/WebSocketClient/html/nav_f.png 31318share/doc/qore/modules/WebSocketClient/html/nav_f.png
28535share/doc/qore/modules/WebSocketClient/html/nav_g.png 31319share/doc/qore/modules/WebSocketClient/html/nav_g.png
28536share/doc/qore/modules/WebSocketClient/html/nav_h.png 31320share/doc/qore/modules/WebSocketClient/html/nav_h.png
28537share/doc/qore/modules/WebSocketClient/html/navtree.css 31321share/doc/qore/modules/WebSocketClient/html/navtree.css
28538share/doc/qore/modules/WebSocketClient/html/navtree.js 31322share/doc/qore/modules/WebSocketClient/html/navtree.js
28539share/doc/qore/modules/WebSocketClient/html/navtreedata.js 31323share/doc/qore/modules/WebSocketClient/html/navtreedata.js
28540share/doc/qore/modules/WebSocketClient/html/navtreeindex0.js 31324share/doc/qore/modules/WebSocketClient/html/navtreeindex0.js
28541share/doc/qore/modules/WebSocketClient/html/navtreeindex1.js 
28542share/doc/qore/modules/WebSocketClient/html/navtreeindex2.js 
28543share/doc/qore/modules/WebSocketClient/html/navtreeindex3.js 
28544share/doc/qore/modules/WebSocketClient/html/navtreeindex4.js 
28545share/doc/qore/modules/WebSocketClient/html/navtreeindex5.js 
28546share/doc/qore/modules/WebSocketClient/html/open.png 31325share/doc/qore/modules/WebSocketClient/html/open.png
28547share/doc/qore/modules/WebSocketClient/html/pages.html 31326share/doc/qore/modules/WebSocketClient/html/pages.html
28548share/doc/qore/modules/WebSocketClient/html/qore-logo-55x200.png 31327share/doc/qore/modules/WebSocketClient/html/qore-logo-55x200.png
28549share/doc/qore/modules/WebSocketClient/html/resize.js 31328share/doc/qore/modules/WebSocketClient/html/resize.js
28550share/doc/qore/modules/WebSocketClient/html/search/all_0.html 31329share/doc/qore/modules/WebSocketClient/html/search/all_0.html
28551share/doc/qore/modules/WebSocketClient/html/search/all_0.js 31330share/doc/qore/modules/WebSocketClient/html/search/all_0.js
28552share/doc/qore/modules/WebSocketClient/html/search/all_1.html 31331share/doc/qore/modules/WebSocketClient/html/search/all_1.html
28553share/doc/qore/modules/WebSocketClient/html/search/all_1.js 31332share/doc/qore/modules/WebSocketClient/html/search/all_1.js
28554share/doc/qore/modules/WebSocketClient/html/search/all_10.html 31333share/doc/qore/modules/WebSocketClient/html/search/all_10.html
28555share/doc/qore/modules/WebSocketClient/html/search/all_10.js 31334share/doc/qore/modules/WebSocketClient/html/search/all_10.js
28556share/doc/qore/modules/WebSocketClient/html/search/all_11.html 31335share/doc/qore/modules/WebSocketClient/html/search/all_11.html
28557share/doc/qore/modules/WebSocketClient/html/search/all_11.js 31336share/doc/qore/modules/WebSocketClient/html/search/all_11.js
28558share/doc/qore/modules/WebSocketClient/html/search/all_12.html 31337share/doc/qore/modules/WebSocketClient/html/search/all_12.html
@@ -28733,26 +31512,28 @@ share/doc/qore/modules/WebSocketClient/h @@ -28733,26 +31512,28 @@ share/doc/qore/modules/WebSocketClient/h
28733share/doc/qore/modules/WebSocketClient/html/search/groups_e.html 31512share/doc/qore/modules/WebSocketClient/html/search/groups_e.html
28734share/doc/qore/modules/WebSocketClient/html/search/groups_e.js 31513share/doc/qore/modules/WebSocketClient/html/search/groups_e.js
28735share/doc/qore/modules/WebSocketClient/html/search/groups_f.html 31514share/doc/qore/modules/WebSocketClient/html/search/groups_f.html
28736share/doc/qore/modules/WebSocketClient/html/search/groups_f.js 31515share/doc/qore/modules/WebSocketClient/html/search/groups_f.js
28737share/doc/qore/modules/WebSocketClient/html/search/mag_sel.svg 31516share/doc/qore/modules/WebSocketClient/html/search/mag_sel.svg
28738share/doc/qore/modules/WebSocketClient/html/search/namespaces_0.html 31517share/doc/qore/modules/WebSocketClient/html/search/namespaces_0.html
28739share/doc/qore/modules/WebSocketClient/html/search/namespaces_0.js 31518share/doc/qore/modules/WebSocketClient/html/search/namespaces_0.js
28740share/doc/qore/modules/WebSocketClient/html/search/namespaces_1.html 31519share/doc/qore/modules/WebSocketClient/html/search/namespaces_1.html
28741share/doc/qore/modules/WebSocketClient/html/search/namespaces_1.js 31520share/doc/qore/modules/WebSocketClient/html/search/namespaces_1.js
28742share/doc/qore/modules/WebSocketClient/html/search/namespaces_2.html 31521share/doc/qore/modules/WebSocketClient/html/search/namespaces_2.html
28743share/doc/qore/modules/WebSocketClient/html/search/namespaces_2.js 31522share/doc/qore/modules/WebSocketClient/html/search/namespaces_2.js
28744share/doc/qore/modules/WebSocketClient/html/search/namespaces_3.html 31523share/doc/qore/modules/WebSocketClient/html/search/namespaces_3.html
28745share/doc/qore/modules/WebSocketClient/html/search/namespaces_3.js 31524share/doc/qore/modules/WebSocketClient/html/search/namespaces_3.js
 31525share/doc/qore/modules/WebSocketClient/html/search/namespaces_4.html
 31526share/doc/qore/modules/WebSocketClient/html/search/namespaces_4.js
28746share/doc/qore/modules/WebSocketClient/html/search/nomatches.html 31527share/doc/qore/modules/WebSocketClient/html/search/nomatches.html
28747share/doc/qore/modules/WebSocketClient/html/search/pages_0.html 31528share/doc/qore/modules/WebSocketClient/html/search/pages_0.html
28748share/doc/qore/modules/WebSocketClient/html/search/pages_0.js 31529share/doc/qore/modules/WebSocketClient/html/search/pages_0.js
28749share/doc/qore/modules/WebSocketClient/html/search/pages_1.html 31530share/doc/qore/modules/WebSocketClient/html/search/pages_1.html
28750share/doc/qore/modules/WebSocketClient/html/search/pages_1.js 31531share/doc/qore/modules/WebSocketClient/html/search/pages_1.js
28751share/doc/qore/modules/WebSocketClient/html/search/pages_10.html 31532share/doc/qore/modules/WebSocketClient/html/search/pages_10.html
28752share/doc/qore/modules/WebSocketClient/html/search/pages_10.js 31533share/doc/qore/modules/WebSocketClient/html/search/pages_10.js
28753share/doc/qore/modules/WebSocketClient/html/search/pages_11.html 31534share/doc/qore/modules/WebSocketClient/html/search/pages_11.html
28754share/doc/qore/modules/WebSocketClient/html/search/pages_11.js 31535share/doc/qore/modules/WebSocketClient/html/search/pages_11.js
28755share/doc/qore/modules/WebSocketClient/html/search/pages_12.html 31536share/doc/qore/modules/WebSocketClient/html/search/pages_12.html
28756share/doc/qore/modules/WebSocketClient/html/search/pages_12.js 31537share/doc/qore/modules/WebSocketClient/html/search/pages_12.js
28757share/doc/qore/modules/WebSocketClient/html/search/pages_2.html 31538share/doc/qore/modules/WebSocketClient/html/search/pages_2.html
28758share/doc/qore/modules/WebSocketClient/html/search/pages_2.js 31539share/doc/qore/modules/WebSocketClient/html/search/pages_2.js
@@ -30007,26 +32788,28 @@ share/doc/qore/modules/WebUtil/html/sear @@ -30007,26 +32788,28 @@ share/doc/qore/modules/WebUtil/html/sear
30007share/doc/qore/modules/WebUtil/html/search/namespaces_3.js 32788share/doc/qore/modules/WebUtil/html/search/namespaces_3.js
30008share/doc/qore/modules/WebUtil/html/search/namespaces_4.html 32789share/doc/qore/modules/WebUtil/html/search/namespaces_4.html
30009share/doc/qore/modules/WebUtil/html/search/namespaces_4.js 32790share/doc/qore/modules/WebUtil/html/search/namespaces_4.js
30010share/doc/qore/modules/WebUtil/html/search/namespaces_5.html 32791share/doc/qore/modules/WebUtil/html/search/namespaces_5.html
30011share/doc/qore/modules/WebUtil/html/search/namespaces_5.js 32792share/doc/qore/modules/WebUtil/html/search/namespaces_5.js
30012share/doc/qore/modules/WebUtil/html/search/namespaces_6.html 32793share/doc/qore/modules/WebUtil/html/search/namespaces_6.html
30013share/doc/qore/modules/WebUtil/html/search/namespaces_6.js 32794share/doc/qore/modules/WebUtil/html/search/namespaces_6.js
30014share/doc/qore/modules/WebUtil/html/search/namespaces_7.html 32795share/doc/qore/modules/WebUtil/html/search/namespaces_7.html
30015share/doc/qore/modules/WebUtil/html/search/namespaces_7.js 32796share/doc/qore/modules/WebUtil/html/search/namespaces_7.js
30016share/doc/qore/modules/WebUtil/html/search/namespaces_8.html 32797share/doc/qore/modules/WebUtil/html/search/namespaces_8.html
30017share/doc/qore/modules/WebUtil/html/search/namespaces_8.js 32798share/doc/qore/modules/WebUtil/html/search/namespaces_8.js
30018share/doc/qore/modules/WebUtil/html/search/namespaces_9.html 32799share/doc/qore/modules/WebUtil/html/search/namespaces_9.html
30019share/doc/qore/modules/WebUtil/html/search/namespaces_9.js 32800share/doc/qore/modules/WebUtil/html/search/namespaces_9.js
 32801share/doc/qore/modules/WebUtil/html/search/namespaces_a.html
 32802share/doc/qore/modules/WebUtil/html/search/namespaces_a.js
30020share/doc/qore/modules/WebUtil/html/search/nomatches.html 32803share/doc/qore/modules/WebUtil/html/search/nomatches.html
30021share/doc/qore/modules/WebUtil/html/search/pages_0.html 32804share/doc/qore/modules/WebUtil/html/search/pages_0.html
30022share/doc/qore/modules/WebUtil/html/search/pages_0.js 32805share/doc/qore/modules/WebUtil/html/search/pages_0.js
30023share/doc/qore/modules/WebUtil/html/search/pages_1.html 32806share/doc/qore/modules/WebUtil/html/search/pages_1.html
30024share/doc/qore/modules/WebUtil/html/search/pages_1.js 32807share/doc/qore/modules/WebUtil/html/search/pages_1.js
30025share/doc/qore/modules/WebUtil/html/search/pages_10.html 32808share/doc/qore/modules/WebUtil/html/search/pages_10.html
30026share/doc/qore/modules/WebUtil/html/search/pages_10.js 32809share/doc/qore/modules/WebUtil/html/search/pages_10.js
30027share/doc/qore/modules/WebUtil/html/search/pages_11.html 32810share/doc/qore/modules/WebUtil/html/search/pages_11.html
30028share/doc/qore/modules/WebUtil/html/search/pages_11.js 32811share/doc/qore/modules/WebUtil/html/search/pages_11.js
30029share/doc/qore/modules/WebUtil/html/search/pages_12.html 32812share/doc/qore/modules/WebUtil/html/search/pages_12.html
30030share/doc/qore/modules/WebUtil/html/search/pages_12.js 32813share/doc/qore/modules/WebUtil/html/search/pages_12.js
30031share/doc/qore/modules/WebUtil/html/search/pages_2.html 32814share/doc/qore/modules/WebUtil/html/search/pages_2.html
30032share/doc/qore/modules/WebUtil/html/search/pages_2.js 32815share/doc/qore/modules/WebUtil/html/search/pages_2.js
@@ -30385,26 +33168,28 @@ share/doc/qore/modules/ZeyosRestClient/h @@ -30385,26 +33168,28 @@ share/doc/qore/modules/ZeyosRestClient/h
30385share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_4.js 33168share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_4.js
30386share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_5.html 33169share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_5.html
30387share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_5.js 33170share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_5.js
30388share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_6.html 33171share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_6.html
30389share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_6.js 33172share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_6.js
30390share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_7.html 33173share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_7.html
30391share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_7.js 33174share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_7.js
30392share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_8.html 33175share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_8.html
30393share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_8.js 33176share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_8.js
30394share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_9.html 33177share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_9.html
30395share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_9.js 33178share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_9.js
30396share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_a.html 33179share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_a.html
30397share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_a.js 33180share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_a.js
 33181share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_b.html
 33182share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_b.js
30398share/doc/qore/modules/ZeyosRestClient/html/search/nomatches.html 33183share/doc/qore/modules/ZeyosRestClient/html/search/nomatches.html
30399share/doc/qore/modules/ZeyosRestClient/html/search/pages_0.html 33184share/doc/qore/modules/ZeyosRestClient/html/search/pages_0.html
30400share/doc/qore/modules/ZeyosRestClient/html/search/pages_0.js 33185share/doc/qore/modules/ZeyosRestClient/html/search/pages_0.js
30401share/doc/qore/modules/ZeyosRestClient/html/search/pages_1.html 33186share/doc/qore/modules/ZeyosRestClient/html/search/pages_1.html
30402share/doc/qore/modules/ZeyosRestClient/html/search/pages_1.js 33187share/doc/qore/modules/ZeyosRestClient/html/search/pages_1.js
30403share/doc/qore/modules/ZeyosRestClient/html/search/pages_10.html 33188share/doc/qore/modules/ZeyosRestClient/html/search/pages_10.html
30404share/doc/qore/modules/ZeyosRestClient/html/search/pages_10.js 33189share/doc/qore/modules/ZeyosRestClient/html/search/pages_10.js
30405share/doc/qore/modules/ZeyosRestClient/html/search/pages_11.html 33190share/doc/qore/modules/ZeyosRestClient/html/search/pages_11.html
30406share/doc/qore/modules/ZeyosRestClient/html/search/pages_11.js 33191share/doc/qore/modules/ZeyosRestClient/html/search/pages_11.js
30407share/doc/qore/modules/ZeyosRestClient/html/search/pages_12.html 33192share/doc/qore/modules/ZeyosRestClient/html/search/pages_12.html
30408share/doc/qore/modules/ZeyosRestClient/html/search/pages_12.js 33193share/doc/qore/modules/ZeyosRestClient/html/search/pages_12.js
30409share/doc/qore/modules/ZeyosRestClient/html/search/pages_13.html 33194share/doc/qore/modules/ZeyosRestClient/html/search/pages_13.html
30410share/doc/qore/modules/ZeyosRestClient/html/search/pages_13.js 33195share/doc/qore/modules/ZeyosRestClient/html/search/pages_13.js
@@ -31122,240 +33907,325 @@ share/doc/qore/modules/reflection/html/s @@ -31122,240 +33907,325 @@ share/doc/qore/modules/reflection/html/s
31122share/doc/qore/modules/reflection/html/search/variables_d.js 33907share/doc/qore/modules/reflection/html/search/variables_d.js
31123share/doc/qore/modules/reflection/html/search/variables_e.html 33908share/doc/qore/modules/reflection/html/search/variables_e.html
31124share/doc/qore/modules/reflection/html/search/variables_e.js 33909share/doc/qore/modules/reflection/html/search/variables_e.js
31125share/doc/qore/modules/reflection/html/search/variables_f.html 33910share/doc/qore/modules/reflection/html/search/variables_f.html
31126share/doc/qore/modules/reflection/html/search/variables_f.js 33911share/doc/qore/modules/reflection/html/search/variables_f.js
31127share/doc/qore/modules/reflection/html/splitbar.png 33912share/doc/qore/modules/reflection/html/splitbar.png
31128share/doc/qore/modules/reflection/html/sync_off.png 33913share/doc/qore/modules/reflection/html/sync_off.png
31129share/doc/qore/modules/reflection/html/sync_on.png 33914share/doc/qore/modules/reflection/html/sync_on.png
31130share/doc/qore/modules/reflection/html/tab_a.png 33915share/doc/qore/modules/reflection/html/tab_a.png
31131share/doc/qore/modules/reflection/html/tab_b.png 33916share/doc/qore/modules/reflection/html/tab_b.png
31132share/doc/qore/modules/reflection/html/tab_h.png 33917share/doc/qore/modules/reflection/html/tab_h.png
31133share/doc/qore/modules/reflection/html/tab_s.png 33918share/doc/qore/modules/reflection/html/tab_s.png
31134share/doc/qore/modules/reflection/html/tabs.css 33919share/doc/qore/modules/reflection/html/tabs.css
31135share/qore-modules/${PKGVERSION}.0/AwsRestClient.qm 33920share/qore-modules/${PKGVERSION}/AwsRestClient.qm
31136share/qore-modules/${PKGVERSION}.0/BillwerkRestClient.qm 33921share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientCallDataProvider.qc
31137share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/AbstractBulkOperation.qc 33922share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDataProvider.qc
31138share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/BulkInsertOperation.qc 33923share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDataProvider.qm
31139share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/BulkSqlUtil.qm 33924share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDataProviderFactory.qc
31140share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/BulkUpsertOperation.qc 33925share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDeleteDataProvider.qc
31141share/qore-modules/${PKGVERSION}.0/CdsRestClient.qm 33926share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientGetDataProvider.qc
31142share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsEntityDataProvider.qc 33927share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientHeadDataProvider.qc
31143share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProvider.qc 33928share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientOptionsDataProvider.qc
31144share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProvider.qm 33929share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientPatchDataProvider.qc
31145share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProviderDefs.qc 33930share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientPostDataProvider.qc
31146share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProviderFactory.qc 33931share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientPutDataProvider.qc
31147share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestRecordIterator.qc 33932share/qore-modules/${PKGVERSION}/BillwerkRestClient.qm
31148share/qore-modules/${PKGVERSION}.0/ConnectionProvider/AbstractConnection.qc 33933share/qore-modules/${PKGVERSION}/BulkSqlUtil/AbstractBulkOperation.qc
31149share/qore-modules/${PKGVERSION}.0/ConnectionProvider/AbstractConnectionWithInfo.qc 33934share/qore-modules/${PKGVERSION}/BulkSqlUtil/BulkInsertOperation.qc
31150share/qore-modules/${PKGVERSION}.0/ConnectionProvider/ConnectionProvider.qm 33935share/qore-modules/${PKGVERSION}/BulkSqlUtil/BulkSqlUtil.qm
31151share/qore-modules/${PKGVERSION}.0/ConnectionProvider/ConnectionSchemeCache.qc 33936share/qore-modules/${PKGVERSION}/BulkSqlUtil/BulkUpsertOperation.qc
31152share/qore-modules/${PKGVERSION}.0/ConnectionProvider/FilesystemConnection.qc 33937share/qore-modules/${PKGVERSION}/CdsRestClient.qm
31153share/qore-modules/${PKGVERSION}.0/ConnectionProvider/FtpConnection.qc 33938share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsEntityDataProvider.qc
31154share/qore-modules/${PKGVERSION}.0/ConnectionProvider/HttpBasedConnection.qc 33939share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProvider.qc
31155share/qore-modules/${PKGVERSION}.0/ConnectionProvider/HttpConnection.qc 33940share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProvider.qm
31156share/qore-modules/${PKGVERSION}.0/ConnectionProvider/InvalidConnection.qc 33941share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProviderDefs.qc
31157share/qore-modules/${PKGVERSION}.0/CsvUtil/AbstractCsvIterator.qc 33942share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProviderFactory.qc
31158share/qore-modules/${PKGVERSION}.0/CsvUtil/AbstractCsvWriter.qc 33943share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestRecordIterator.qc
31159share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvDataIterator.qc 33944share/qore-modules/${PKGVERSION}/ConnectionProvider/AbstractConnection.qc
31160share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvFileIterator.qc 33945share/qore-modules/${PKGVERSION}/ConnectionProvider/AbstractConnectionWithInfo.qc
31161share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvFileWriter.qc 33946share/qore-modules/${PKGVERSION}/ConnectionProvider/ConnectionProvider.qm
31162share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvHelper.qc 33947share/qore-modules/${PKGVERSION}/ConnectionProvider/ConnectionSchemeCache.qc
31163share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvIterator.qc 33948share/qore-modules/${PKGVERSION}/ConnectionProvider/FilesystemConnection.qc
31164share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvReadDataProvider.qc 33949share/qore-modules/${PKGVERSION}/ConnectionProvider/FtpConnection.qc
31165share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvReadDataProviderFactory.qc 33950share/qore-modules/${PKGVERSION}/ConnectionProvider/HttpBasedConnection.qc
31166share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvStringWriter.qc 33951share/qore-modules/${PKGVERSION}/ConnectionProvider/HttpConnection.qc
31167share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvUtil.qm 33952share/qore-modules/${PKGVERSION}/ConnectionProvider/InvalidConnection.qc
31168share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvWriteDataProvider.qc 33953share/qore-modules/${PKGVERSION}/ConnectionProvider/PollingConnectionMonitor.qc
31169share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvWriteDataProviderFactory.qc 33954share/qore-modules/${PKGVERSION}/CsvUtil/AbstractCsvIterator.qc
31170share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvWriter.qc 33955share/qore-modules/${PKGVERSION}/CsvUtil/AbstractCsvWriter.qc
31171share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataField.qc 33956share/qore-modules/${PKGVERSION}/CsvUtil/CsvDataIterator.qc
31172share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProcessor.qc 33957share/qore-modules/${PKGVERSION}/CsvUtil/CsvFileIterator.qc
31173share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProvider.qc 33958share/qore-modules/${PKGVERSION}/CsvUtil/CsvFileWriter.qc
31174share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderBulkOperation.qc 33959share/qore-modules/${PKGVERSION}/CsvUtil/CsvHelper.qc
31175share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderBulkRecordInterface.qc 33960share/qore-modules/${PKGVERSION}/CsvUtil/CsvIterator.qc
31176share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderFactory.qc 33961share/qore-modules/${PKGVERSION}/CsvUtil/CsvReadDataProvider.qc
31177share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderRecordIterator.qc 33962share/qore-modules/${PKGVERSION}/CsvUtil/CsvReadDataProviderFactory.qc
31178share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderType.qc 33963share/qore-modules/${PKGVERSION}/CsvUtil/CsvStringWriter.qc
31179share/qore-modules/${PKGVERSION}.0/DataProvider/DataProvider.qc 33964share/qore-modules/${PKGVERSION}/CsvUtil/CsvUtil.qm
31180share/qore-modules/${PKGVERSION}.0/DataProvider/DataProvider.qm 33965share/qore-modules/${PKGVERSION}/CsvUtil/CsvWriteDataProvider.qc
31181share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderBulkRecordIterator.qc 33966share/qore-modules/${PKGVERSION}/CsvUtil/CsvWriteDataProviderFactory.qc
31182share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderPipeline.qc 33967share/qore-modules/${PKGVERSION}/CsvUtil/CsvWriter.qc
31183share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderPipelineFactory.qc 33968share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataField.qc
31184share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderTypeCache.qc 33969share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProcessor.qc
31185share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderTypeEntry.qc 33970share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProvider.qc
31186share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultBulkInserter.qc 33971share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderBulkOperation.qc
31187share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultBulkRecordIterface.qc 33972share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderBulkRecordInterface.qc
31188share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultBulkUpserter.qc 33973share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderFactory.qc
31189share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultRecordIterator.qc 33974share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderRecordIterator.qc
31190share/qore-modules/${PKGVERSION}.0/DataProvider/HashDataType.qc 33975share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderType.qc
31191share/qore-modules/${PKGVERSION}.0/DataProvider/HashDeclDataType.qc 33976share/qore-modules/${PKGVERSION}/DataProvider/DataProvider.qc
31192share/qore-modules/${PKGVERSION}.0/DataProvider/ListDataType.qc 33977share/qore-modules/${PKGVERSION}/DataProvider/DataProvider.qm
31193share/qore-modules/${PKGVERSION}.0/DataProvider/NullDataProvider.qc 33978share/qore-modules/${PKGVERSION}/DataProvider/DataProviderBulkRecordIterator.qc
31194share/qore-modules/${PKGVERSION}.0/DataProvider/NullDataProviderFactory.qc 33979share/qore-modules/${PKGVERSION}/DataProvider/DataProviderPipeline.qc
31195share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBinaryDataType.qc 33980share/qore-modules/${PKGVERSION}/DataProvider/DataProviderPipelineFactory.qc
31196share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBinaryDataTypeBase.qc 33981share/qore-modules/${PKGVERSION}/DataProvider/DataProviderTypeCache.qc
31197share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBinaryOrNothingDataType.qc 33982share/qore-modules/${PKGVERSION}/DataProvider/DataProviderTypeEntry.qc
31198share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBoolDataType.qc 33983share/qore-modules/${PKGVERSION}/DataProvider/DefaultBulkInserter.qc
31199share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBoolDataTypeBase.qc 33984share/qore-modules/${PKGVERSION}/DataProvider/DefaultBulkRecordIterface.qc
31200share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBoolOrNothingDataType.qc 33985share/qore-modules/${PKGVERSION}/DataProvider/DefaultBulkUpserter.qc
31201share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDataField.qc 33986share/qore-modules/${PKGVERSION}/DataProvider/DefaultRecordIterator.qc
31202share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDataType.qc 33987share/qore-modules/${PKGVERSION}/DataProvider/HashDataType.qc
31203share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDateDataType.qc 33988share/qore-modules/${PKGVERSION}/DataProvider/HashDeclDataType.qc
31204share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDateDataTypeBase.qc 33989share/qore-modules/${PKGVERSION}/DataProvider/ListDataType.qc
31205share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDateOrNothingDataType.qc 33990share/qore-modules/${PKGVERSION}/DataProvider/NullDataProvider.qc
31206share/qore-modules/${PKGVERSION}.0/DataProvider/QoreFloatDataType.qc 33991share/qore-modules/${PKGVERSION}/DataProvider/NullDataProviderFactory.qc
31207share/qore-modules/${PKGVERSION}.0/DataProvider/QoreFloatDataTypeBase.qc 33992share/qore-modules/${PKGVERSION}/DataProvider/Observable.qc
31208share/qore-modules/${PKGVERSION}.0/DataProvider/QoreFloatOrNothingDataType.qc 33993share/qore-modules/${PKGVERSION}/DataProvider/Observer.qc
31209share/qore-modules/${PKGVERSION}.0/DataProvider/QoreHashDataType.qc 33994share/qore-modules/${PKGVERSION}/DataProvider/QoreBinaryDataType.qc
31210share/qore-modules/${PKGVERSION}.0/DataProvider/QoreIntDataType.qc 33995share/qore-modules/${PKGVERSION}/DataProvider/QoreBinaryDataTypeBase.qc
31211share/qore-modules/${PKGVERSION}.0/DataProvider/QoreIntDataTypeBase.qc 33996share/qore-modules/${PKGVERSION}/DataProvider/QoreBinaryOrNothingDataType.qc
31212share/qore-modules/${PKGVERSION}.0/DataProvider/QoreIntOrNothingDataType.qc 33997share/qore-modules/${PKGVERSION}/DataProvider/QoreBoolDataType.qc
31213share/qore-modules/${PKGVERSION}.0/DataProvider/QoreListDataType.qc 33998share/qore-modules/${PKGVERSION}/DataProvider/QoreBoolDataTypeBase.qc
31214share/qore-modules/${PKGVERSION}.0/DataProvider/QoreNumberDataType.qc 33999share/qore-modules/${PKGVERSION}/DataProvider/QoreBoolOrNothingDataType.qc
31215share/qore-modules/${PKGVERSION}.0/DataProvider/QoreNumberDataTypeBase.qc 34000share/qore-modules/${PKGVERSION}/DataProvider/QoreDataField.qc
31216share/qore-modules/${PKGVERSION}.0/DataProvider/QoreNumberOrNothingDataType.qc 34001share/qore-modules/${PKGVERSION}/DataProvider/QoreDataType.qc
31217share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBinaryDataType.qc 34002share/qore-modules/${PKGVERSION}/DataProvider/QoreDateDataType.qc
31218share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBinaryNoNullDataType.qc 34003share/qore-modules/${PKGVERSION}/DataProvider/QoreDateDataTypeBase.qc
31219share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBinaryOrNothingDataType.qc 34004share/qore-modules/${PKGVERSION}/DataProvider/QoreDateOrNothingDataType.qc
31220share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBoolDataType.qc 34005share/qore-modules/${PKGVERSION}/DataProvider/QoreFloatDataType.qc
31221share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBoolNoNullDataType.qc 34006share/qore-modules/${PKGVERSION}/DataProvider/QoreFloatDataTypeBase.qc
31222share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBoolOrNothingDataType.qc 34007share/qore-modules/${PKGVERSION}/DataProvider/QoreFloatOrNothingDataType.qc
31223share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftDateDataType.qc 34008share/qore-modules/${PKGVERSION}/DataProvider/QoreHashDataType.qc
31224share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftDateNoNullDataType.qc 34009share/qore-modules/${PKGVERSION}/DataProvider/QoreIntDataType.qc
31225share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftDateOrNothingDataType.qc 34010share/qore-modules/${PKGVERSION}/DataProvider/QoreIntDataTypeBase.qc
31226share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftFloatDataType.qc 34011share/qore-modules/${PKGVERSION}/DataProvider/QoreIntOrNothingDataType.qc
31227share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftFloatNoNullDataType.qc 34012share/qore-modules/${PKGVERSION}/DataProvider/QoreListDataType.qc
31228share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftFloatOrNothingDataType.qc 34013share/qore-modules/${PKGVERSION}/DataProvider/QoreNumberDataType.qc
31229share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftIntDataType.qc 34014share/qore-modules/${PKGVERSION}/DataProvider/QoreNumberDataTypeBase.qc
31230share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftIntNoNullDataType.qc 34015share/qore-modules/${PKGVERSION}/DataProvider/QoreNumberOrNothingDataType.qc
31231share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftIntOrNothingDataType.qc 34016share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBinaryDataType.qc
31232share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftNumberDataType.qc 34017share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBinaryNoNullDataType.qc
31233share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftNumberNoNullDataType.qc 34018share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBinaryOrNothingDataType.qc
31234share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftNumberOrNothingDataType.qc 34019share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBoolDataType.qc
31235share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftStringDataType.qc 34020share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBoolNoNullDataType.qc
31236share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftStringOrNothingDataType.qc 34021share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBoolOrNothingDataType.qc
31237share/qore-modules/${PKGVERSION}.0/DataProvider/QoreStringDataType.qc 34022share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftDateDataType.qc
31238share/qore-modules/${PKGVERSION}.0/DataProvider/QoreStringDataTypeBase.qc 34023share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftDateNoNullDataType.qc
31239share/qore-modules/${PKGVERSION}.0/DataProvider/QoreStringOrNothingDataType.qc 34024share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftDateOrNothingDataType.qc
31240share/qore-modules/${PKGVERSION}.0/DatasourceProvider.qm 34025share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftFloatDataType.qc
31241share/qore-modules/${PKGVERSION}.0/DbDataProvider/AbstractDbRecordIterator.qc 34026share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftFloatNoNullDataType.qc
31242share/qore-modules/${PKGVERSION}.0/DbDataProvider/AbstractDbTableBulkOperation.qc 34027share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftFloatOrNothingDataType.qc
31243share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbDataProvider.qc 34028share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftIntDataType.qc
31244share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbDataProvider.qm 34029share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftIntNoNullDataType.qc
31245share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbDataProviderFactory.qc 34030share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftIntOrNothingDataType.qc
31246share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbForeignConstraintDataType.qc 34031share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftNumberDataType.qc
31247share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbForeignConstraintsDataType.qc 34032share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftNumberNoNullDataType.qc
31248share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbIndexDataType.qc 34033share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftNumberOrNothingDataType.qc
31249share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbIndexesDataType.qc 34034share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftStringDataType.qc
31250share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbSelectBulkRecordInterface.qc 34035share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftStringOrNothingDataType.qc
31251share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbSelectRecordIterator.qc 34036share/qore-modules/${PKGVERSION}/DataProvider/QoreStringDataType.qc
31252share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableBulkInserter.qc 34037share/qore-modules/${PKGVERSION}/DataProvider/QoreStringDataTypeBase.qc
31253share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableBulkRecordInterface.qc 34038share/qore-modules/${PKGVERSION}/DataProvider/QoreStringOrNothingDataType.qc
31254share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableBulkUpserter.qc 34039share/qore-modules/${PKGVERSION}/DataProvider/SoftListDataType.qc
31255share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableDataProvider.qc 34040share/qore-modules/${PKGVERSION}/DatasourceProvider.qm
31256share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableRecordIterator.qc 34041share/qore-modules/${PKGVERSION}/DbDataProvider/AbstractDbRecordIterator.qc
31257share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableTransactionHelper.qc 34042share/qore-modules/${PKGVERSION}/DbDataProvider/AbstractDbTableBulkOperation.qc
31258share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTransactionHelper.qc 34043share/qore-modules/${PKGVERSION}/DbDataProvider/DbDataProvider.qc
31259share/qore-modules/${PKGVERSION}.0/DebugCmdLine.qm 34044share/qore-modules/${PKGVERSION}/DbDataProvider/DbDataProvider.qm
31260share/qore-modules/${PKGVERSION}.0/DebugHandler.qm 34045share/qore-modules/${PKGVERSION}/DbDataProvider/DbDataProviderFactory.qc
31261share/qore-modules/${PKGVERSION}.0/DebugLinenoiseCmdLine.qm 34046share/qore-modules/${PKGVERSION}/DbDataProvider/DbForeignConstraintDataType.qc
31262share/qore-modules/${PKGVERSION}.0/DebugProgramControl.qm 34047share/qore-modules/${PKGVERSION}/DbDataProvider/DbForeignConstraintsDataType.qc
31263share/qore-modules/${PKGVERSION}.0/DebugUtil.qm 34048share/qore-modules/${PKGVERSION}/DbDataProvider/DbIndexDataType.qc
31264share/qore-modules/${PKGVERSION}.0/Diff.qm 34049share/qore-modules/${PKGVERSION}/DbDataProvider/DbIndexesDataType.qc
31265share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandler.qc 34050share/qore-modules/${PKGVERSION}/DbDataProvider/DbSelectBulkRecordInterface.qc
31266share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandler.qm 34051share/qore-modules/${PKGVERSION}/DbDataProvider/DbSelectRecordIterator.qc
31267share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerFile.qc 34052share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableBulkInserter.qc
31268share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerFtp.qc 34053share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableBulkRecordInterface.qc
31269share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerHttp.qc 34054share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableBulkUpserter.qc
31270share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerSftp.qc 34055share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableDataProvider.qc
31271share/qore-modules/${PKGVERSION}.0/FilePoller.qm 34056share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableRecordIterator.qc
31272share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthAbstractIterator.qc 34057share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableTransactionHelper.qc
31273share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthAbstractWriter.qc 34058share/qore-modules/${PKGVERSION}/DbDataProvider/DbTransactionHelper.qc
31274share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthBase.qc 34059share/qore-modules/${PKGVERSION}/DebugCmdLine.qm
31275share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthDataIterator.qc 34060share/qore-modules/${PKGVERSION}/DebugHandler.qm
31276share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthDataWriter.qc 34061share/qore-modules/${PKGVERSION}/DebugLinenoiseCmdLine.qm
31277share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthFileIterator.qc 34062share/qore-modules/${PKGVERSION}/DebugProgramControl.qm
31278share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthFileWriter.qc 34063share/qore-modules/${PKGVERSION}/DebugUtil.qm
31279share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthIterator.qc 34064share/qore-modules/${PKGVERSION}/Diff.qm
31280share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthReadDataProvider.qc 34065share/qore-modules/${PKGVERSION}/FileDataProvider/FileCopyDataProvider.qc
31281share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthReadDataProviderFactory.qc 34066share/qore-modules/${PKGVERSION}/FileDataProvider/FileCopyRequestDataType.qc
31282share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthUtil.qm 34067share/qore-modules/${PKGVERSION}/FileDataProvider/FileCreateDataProvider.qc
31283share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthWriteDataProvider.qc 34068share/qore-modules/${PKGVERSION}/FileDataProvider/FileCreateRequestDataType.qc
31284share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthWriteDataProviderFactory.qc 34069share/qore-modules/${PKGVERSION}/FileDataProvider/FileDataProvider.qc
31285share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthWriter.qc 34070share/qore-modules/${PKGVERSION}/FileDataProvider/FileDataProvider.qm
31286share/qore-modules/${PKGVERSION}.0/FreetdsSqlUtil.qm 34071share/qore-modules/${PKGVERSION}/FileDataProvider/FileDataProviderFactory.qc
31287share/qore-modules/${PKGVERSION}.0/FsUtil.qm 34072share/qore-modules/${PKGVERSION}/FileDataProvider/FileDeleteDataProvider.qc
31288share/qore-modules/${PKGVERSION}.0/FtpPoller.qm 34073share/qore-modules/${PKGVERSION}/FileDataProvider/FileGetDataProvider.qc
31289share/qore-modules/${PKGVERSION}.0/FtpPollerUtil.qm 34074share/qore-modules/${PKGVERSION}/FileDataProvider/FileGetRequestDataType.qc
31290share/qore-modules/${PKGVERSION}.0/HttpServer.qm 34075share/qore-modules/${PKGVERSION}/FileDataProvider/FileGetResponseDataType.qc
31291share/qore-modules/${PKGVERSION}.0/HttpServerUtil.qm 34076share/qore-modules/${PKGVERSION}/FileDataProvider/FileListDataProvider.qc
31292share/qore-modules/${PKGVERSION}.0/Logger.qm 34077share/qore-modules/${PKGVERSION}/FileDataProvider/FileListResponseDataType.qc
31293share/qore-modules/${PKGVERSION}.0/MailMessage.qm 34078share/qore-modules/${PKGVERSION}/FileDataProvider/FileMkdirDataProvider.qc
31294share/qore-modules/${PKGVERSION}.0/Mapper.qm 34079share/qore-modules/${PKGVERSION}/FileDataProvider/FileMkdirRequestDataType.qc
31295share/qore-modules/${PKGVERSION}.0/MapperUtil.qm 34080share/qore-modules/${PKGVERSION}/FileDataProvider/FileMoveDataProvider.qc
31296share/qore-modules/${PKGVERSION}.0/Mime.qm 34081share/qore-modules/${PKGVERSION}/FileDataProvider/FileMoveRequestDataType.qc
31297share/qore-modules/${PKGVERSION}.0/MysqlSqlUtil.qm 34082share/qore-modules/${PKGVERSION}/FileDataProvider/FilePathDataType.qc
31298share/qore-modules/${PKGVERSION}.0/OracleSqlUtil.qm 34083share/qore-modules/${PKGVERSION}/FileDataProvider/FileStatDataProvider.qc
31299share/qore-modules/${PKGVERSION}.0/PgsqlSqlUtil.qm 34084share/qore-modules/${PKGVERSION}/FileDataProvider/FileStatRequestDataType.qc
31300share/qore-modules/${PKGVERSION}.0/Pop3Client.qm 34085share/qore-modules/${PKGVERSION}/FileDataProvider/FileStatResponseDataType.qc
31301share/qore-modules/${PKGVERSION}.0/QUnit.qm 34086share/qore-modules/${PKGVERSION}/FileDataProvider/FileTargetResponseDataType.qc
31302share/qore-modules/${PKGVERSION}.0/Qdx.qm 34087share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandler.qc
31303share/qore-modules/${PKGVERSION}.0/Qorize.qm 34088share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandler.qm
31304share/qore-modules/${PKGVERSION}.0/RestClient.qm 34089share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerFile.qc
31305share/qore-modules/${PKGVERSION}.0/RestHandler.qm 34090share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerFtp.qc
31306share/qore-modules/${PKGVERSION}.0/RestSchemaValidator.qm 34091share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerHttp.qc
31307share/qore-modules/${PKGVERSION}.0/SalesforceRestClient.qm 34092share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerSftp.qc
31308share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProvider.qc 34093share/qore-modules/${PKGVERSION}/FileLocationHandler/OutputStramWrapper.qc
31309share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProvider.qm 34094share/qore-modules/${PKGVERSION}/FilePoller.qm
31310share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProviderDefs.qc 34095share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthAbstractIterator.qc
31311share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProviderFactory.qc 34096share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthAbstractWriter.qc
31312share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestObjectDataProvider.qc 34097share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthBase.qc
31313share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestRecordIterator.qc 34098share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthDataIterator.qc
31314share/qore-modules/${PKGVERSION}.0/Sap4HanaRestClient.qm 34099share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthDataWriter.qc
31315share/qore-modules/${PKGVERSION}.0/Schema.qm 34100share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthFileIterator.qc
31316share/qore-modules/${PKGVERSION}.0/SchemaReverse.qm 34101share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthFileWriter.qc
31317share/qore-modules/${PKGVERSION}.0/ServiceNowRestClient.qm 34102share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthIterator.qc
31318share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qc 34103share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthReadDataProvider.qc
31319share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qm 34104share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthReadDataProviderFactory.qc
31320share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProviderDefs.qc 34105share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthUtil.qm
31321share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProviderFactory.qc 34106share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthWriteDataProvider.qc
31322share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestRecordIterator.qc 34107share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthWriteDataProviderFactory.qc
31323share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowTableDataProvider.qc 34108share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthWriter.qc
31324share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowTablesDataProvider.qc 34109share/qore-modules/${PKGVERSION}/FreetdsSqlUtil.qm
31325share/qore-modules/${PKGVERSION}.0/SewioRestClient.qm 34110share/qore-modules/${PKGVERSION}/FsUtil.qm
31326share/qore-modules/${PKGVERSION}.0/SewioWebSocketClient.qm 34111share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientCreateFileDataProvider.qc
31327share/qore-modules/${PKGVERSION}.0/SmtpClient.qm 34112share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientCreateFileRequestDataType.qc
31328share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractDatabase.qc 34113share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDataProvider.qc
31329share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractNumericDataType.qc 34114share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDataProvider.qm
31330share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractSavepointHelper.qc 34115share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDataProviderFactory.qc
31331share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractSqlUtilBase.qc 34116share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDeleteDataProvider.qc
31332share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractTable.qc 34117share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientGetFileDataProvider.qc
31333share/qore-modules/${PKGVERSION}.0/SqlUtil/Database.qc 34118share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientGetFileRequestDataType.qc
31334share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlResultInfo.qc 34119share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientGetFileResponseDataType.qc
31335share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtil.qm 34120share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientListDataProvider.qc
31336share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilColumnDataType.qc 34121share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientMkdirDataProvider.qc
31337share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilColumnField.qc 34122share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientMoveDataProvider.qc
31338share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilDateType.qc 34123share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientMoveRequestDataType.qc
31339share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilDbSpecificDataType.qc 34124share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientPathDataType.qc
31340share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilFloatType.qc 34125share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientStatDataProvider.qc
31341share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilIntType.qc 34126share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientStatResponseDataType.qc
31342share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilStringType.qc 34127share/qore-modules/${PKGVERSION}/FtpPoller.qm
31343share/qore-modules/${PKGVERSION}.0/SqlUtil/Table.qc 34128share/qore-modules/${PKGVERSION}/FtpPollerUtil.qm
31344share/qore-modules/${PKGVERSION}.0/Swagger.qm 34129share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallDataProvider.qc
31345share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProvider.qc 34130share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallRequestDataType.qc
31346share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProvider.qm 34131share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallResponseDataType.qc
31347share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProviderBase.qc 34132share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallWithMethodRequestDataType.qc
31348share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProviderFactory.qc 34133share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallWithoutBodyRequestDataType.qc
31349share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerRequestDataProvider.qc 34134share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDataProvider.qc
31350share/qore-modules/${PKGVERSION}.0/TableMapper.qm 34135share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDataProvider.qm
31351share/qore-modules/${PKGVERSION}.0/TelnetClient.qm 34136share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDataProviderFactory.qc
31352share/qore-modules/${PKGVERSION}.0/TextWrap.qm 34137share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDeleteDataProvider.qc
31353share/qore-modules/${PKGVERSION}.0/Util.qm 34138share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientGetDataProvider.qc
31354share/qore-modules/${PKGVERSION}.0/VscDebugAdapter.qm 34139share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientHeadDataProvider.qc
31355share/qore-modules/${PKGVERSION}.0/WebSocketClient.qm 34140share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientOptionsDataProvider.qc
31356share/qore-modules/${PKGVERSION}.0/WebSocketHandler.qm 34141share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientPatchDataProvider.qc
31357share/qore-modules/${PKGVERSION}.0/WebSocketUtil.qm 34142share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientPostDataProvider.qc
31358share/qore-modules/${PKGVERSION}.0/WebUtil.qm 34143share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientPutDataProvider.qc
31359share/qore-modules/${PKGVERSION}.0/ZeyosRestClient.qm 34144share/qore-modules/${PKGVERSION}/HttpServer.qm
 34145share/qore-modules/${PKGVERSION}/HttpServerUtil.qm
 34146share/qore-modules/${PKGVERSION}/Logger.qm
 34147share/qore-modules/${PKGVERSION}/MailMessage.qm
 34148share/qore-modules/${PKGVERSION}/Mapper.qm
 34149share/qore-modules/${PKGVERSION}/MapperUtil.qm
 34150share/qore-modules/${PKGVERSION}/Mime.qm
 34151share/qore-modules/${PKGVERSION}/MysqlSqlUtil.qm
 34152share/qore-modules/${PKGVERSION}/OracleSqlUtil.qm
 34153share/qore-modules/${PKGVERSION}/PgsqlSqlUtil.qm
 34154share/qore-modules/${PKGVERSION}/Pop3Client.qm
 34155share/qore-modules/${PKGVERSION}/QUnit.qm
 34156share/qore-modules/${PKGVERSION}/Qdx.qm
 34157share/qore-modules/${PKGVERSION}/Qorize.qm
 34158share/qore-modules/${PKGVERSION}/RestClient.qm
 34159share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallDataProvider.qc
 34160share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallRequestDataType.qc
 34161share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallResponseDataType.qc
 34162share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallWithMethodRequestDataType.qc
 34163share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallWithoutBodyRequestDataType.qc
 34164share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDataProvider.qc
 34165share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDataProvider.qm
 34166share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDataProviderFactory.qc
 34167share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDeleteDataProvider.qc
 34168share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientGetDataProvider.qc
 34169share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientHeadDataProvider.qc
 34170share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientOptionsDataProvider.qc
 34171share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientPatchDataProvider.qc
 34172share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientPostDataProvider.qc
 34173share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientPutDataProvider.qc
 34174share/qore-modules/${PKGVERSION}/RestHandler.qm
 34175share/qore-modules/${PKGVERSION}/RestSchemaValidator.qm
 34176share/qore-modules/${PKGVERSION}/SalesforceRestClient.qm
 34177share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProvider.qc
 34178share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProvider.qm
 34179share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProviderDefs.qc
 34180share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProviderFactory.qc
 34181share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestObjectDataProvider.qc
 34182share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestRecordIterator.qc
 34183share/qore-modules/${PKGVERSION}/Sap4HanaRestClient.qm
 34184share/qore-modules/${PKGVERSION}/Schema.qm
 34185share/qore-modules/${PKGVERSION}/SchemaReverse.qm
 34186share/qore-modules/${PKGVERSION}/ServiceNowRestClient.qm
 34187share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qc
 34188share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qm
 34189share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProviderDefs.qc
 34190share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProviderFactory.qc
 34191share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestRecordIterator.qc
 34192share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowTableDataProvider.qc
 34193share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowTablesDataProvider.qc
 34194share/qore-modules/${PKGVERSION}/SewioRestClient.qm
 34195share/qore-modules/${PKGVERSION}/SewioWebSocketClient.qm
 34196share/qore-modules/${PKGVERSION}/SmtpClient.qm
 34197share/qore-modules/${PKGVERSION}/SqlUtil/AbstractDatabase.qc
 34198share/qore-modules/${PKGVERSION}/SqlUtil/AbstractNumericDataType.qc
 34199share/qore-modules/${PKGVERSION}/SqlUtil/AbstractSavepointHelper.qc
 34200share/qore-modules/${PKGVERSION}/SqlUtil/AbstractSqlUtilBase.qc
 34201share/qore-modules/${PKGVERSION}/SqlUtil/AbstractTable.qc
 34202share/qore-modules/${PKGVERSION}/SqlUtil/Database.qc
 34203share/qore-modules/${PKGVERSION}/SqlUtil/SqlResultInfo.qc
 34204share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtil.qm
 34205share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilColumnDataType.qc
 34206share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilColumnField.qc
 34207share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilDateType.qc
 34208share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilDbSpecificDataType.qc
 34209share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilFloatType.qc
 34210share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilIntType.qc
 34211share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilStringType.qc
 34212share/qore-modules/${PKGVERSION}/SqlUtil/Table.qc
 34213share/qore-modules/${PKGVERSION}/Sqlite3SqlUtil.qm
 34214share/qore-modules/${PKGVERSION}/Swagger.qm
 34215share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProvider.qc
 34216share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProvider.qm
 34217share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProviderBase.qc
 34218share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProviderFactory.qc
 34219share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerRequestDataProvider.qc
 34220share/qore-modules/${PKGVERSION}/TableMapper.qm
 34221share/qore-modules/${PKGVERSION}/TelnetClient.qm
 34222share/qore-modules/${PKGVERSION}/TextWrap.qm
 34223share/qore-modules/${PKGVERSION}/Util.qm
 34224share/qore-modules/${PKGVERSION}/VscDebugAdapter.qm
 34225share/qore-modules/${PKGVERSION}/WebSocketClient.qm
 34226share/qore-modules/${PKGVERSION}/WebSocketHandler.qm
 34227share/qore-modules/${PKGVERSION}/WebSocketUtil.qm
 34228share/qore-modules/${PKGVERSION}/WebUtil.qm
 34229share/qore-modules/${PKGVERSION}/ZeyosRestClient.qm
31360share/qore/Doxyfile.in 34230share/qore/Doxyfile.in
31361share/qore/qore-logo-55x200.png 34231share/qore/qore-logo-55x200.png

cvs diff -r1.16 -r1.17 pkgsrc/lang/qore/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/qore/distinfo 2022/05/09 12:51:04 1.16
+++ pkgsrc/lang/qore/distinfo 2022/10/20 11:35:08 1.17
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.16 2022/05/09 12:51:04 jperkin Exp $ 1$NetBSD: distinfo,v 1.17 2022/10/20 11:35:08 nros Exp $
2 2
3BLAKE2s (qore-1.2.tar.bz2) = 5346943b0712cbbb478b3a713499b50a65d1481914f8a1976a2d964db11ac60f 3BLAKE2s (qore-1.12.0.tar.bz2) = f2bbea224f22ad357efa31020c2f108e2fd65070a1dcf707e6eef18657212b51
4SHA512 (qore-1.2.tar.bz2) = 2e4b9ca981d186777db231a6edb72393a57e03de54417025a734988eb0386f63fdfd2277eb9f65117832f2a56a66721665b7d934f11428219afbb36948df4dc3 4SHA512 (qore-1.12.0.tar.bz2) = 461b0afa678356d4b8ccaf7b86c92efdf9c0ded1595b4714c42b7f3939010f5c14181129ac50cb67fbe893d3b94cc5da4cf2320ba997a37bf1f4f81668ce4a06
5Size (qore-1.2.tar.bz2) = 45399125 bytes 5Size (qore-1.12.0.tar.bz2) = 50633623 bytes
6SHA1 (patch-lib_StatementBlock.cpp) = 90630317a5cee4e089cec51c05e5d895aa8b75f7 
7SHA1 (patch-lib_ql__lib.qpp) = a94737d5ed7c930ddc667c5e8be45cd1095d5a4a 6SHA1 (patch-lib_ql__lib.qpp) = a94737d5ed7c930ddc667c5e8be45cd1095d5a4a

File Deleted: pkgsrc/lang/qore/patches/Attic/patch-lib_StatementBlock.cpp