Received: by mail.netbsd.org (Postfix, from userid 605) id B54E484D91; Thu, 20 Oct 2022 11:35:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE40184CF7 for ; Thu, 20 Oct 2022 11:35:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8_K3470U3AE6 for ; Thu, 20 Oct 2022 11:35:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 61D9084D4A for ; Thu, 20 Oct 2022 11:35:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A4F6FA90; Thu, 20 Oct 2022 11:35:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166626570945320" MIME-Version: 1.0 Date: Thu, 20 Oct 2022 11:35:09 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/lang/qore To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20221020113509.5A4F6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166626570945320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Thu Oct 20 11:35:09 UTC 2022 Modified Files: pkgsrc/lang/qore: Makefile PLIST distinfo Removed Files: pkgsrc/lang/qore/patches: patch-lib_StatementBlock.cpp Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/qore/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/qore/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/qore/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/lang/qore/patches/patch-lib_StatementBlock.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166626570945320 Content-Disposition: inline Content-Length: 340712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/qore/Makefile diff -u pkgsrc/lang/qore/Makefile:1.21 pkgsrc/lang/qore/Makefile:1.22 --- pkgsrc/lang/qore/Makefile:1.21 Thu Jan 27 17:39:45 2022 +++ pkgsrc/lang/qore/Makefile Thu Oct 20 11:35:08 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/01/27 17:39:45 nros Exp $ +# $NetBSD: Makefile,v 1.22 2022/10/20 11:35:08 nros Exp $ -DISTNAME= qore-1.2 +DISTNAME= qore-1.12.0 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/} EXTRACT_SUFX= .tar.bz2 @@ -11,7 +11,6 @@ MAINTAINER= nros@NetBSD.org COMMENT= Embeddable multithreaded scripting language HOMEPAGE= http://www.qore.org/ LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mit -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.0 GNU_CONFIGURE= yes USE_LIBTOOL= yes Index: pkgsrc/lang/qore/PLIST diff -u pkgsrc/lang/qore/PLIST:1.9 pkgsrc/lang/qore/PLIST:1.10 --- pkgsrc/lang/qore/PLIST:1.9 Thu Jan 27 17:39:45 2022 +++ pkgsrc/lang/qore/PLIST Thu Oct 20 11:35:08 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/01/27 17:39:45 nros Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/10/20 11:35:08 nros Exp $ bin/qdbg bin/qdbg-remote bin/qdbg-server @@ -15,6 +15,8 @@ bin/schema-reverse bin/sfrest bin/sqlutil include/qore/AbstractException.h +include/qore/AbstractPollState.h +include/qore/AbstractPollableIoObjectBase.h include/qore/AbstractPrivateData.h include/qore/AbstractQoreNode.h include/qore/AbstractThreadResource.h @@ -109,8 +111,8 @@ lib/cmake/Qore/QoreConfigVersion.cmake lib/cmake/Qore/QoreMacros.cmake lib/libqore.la lib/pkgconfig/qore.pc -lib/qore-modules/${PKGVERSION}.0/astparser-api-${PKGVERSION}.qmod -lib/qore-modules/${PKGVERSION}.0/reflection-api-${PKGVERSION}.qmod +lib/qore-modules/${PKGVERSION}/astparser-api-1.3.qmod +lib/qore-modules/${PKGVERSION}/reflection-api-1.3.qmod man/man1/qore.1 share/doc/qore/lang/html/_pseudo___q_c___all_8dox_8h_source.html share/doc/qore/lang/html/_pseudo___q_c___binary_8dox_8h_source.html @@ -130,6 +132,9 @@ share/doc/qore/lang/html/_q_c___abstract share/doc/qore/lang/html/_q_c___abstract_datasource_8dox_8h_source.html share/doc/qore/lang/html/_q_c___abstract_iterator_8dox_8h_source.html share/doc/qore/lang/html/_q_c___abstract_line_iterator_8dox_8h_source.html +share/doc/qore/lang/html/_q_c___abstract_poll_operation_8dox_8h_source.html +share/doc/qore/lang/html/_q_c___abstract_pollable_io_object_8dox_8h_source.html +share/doc/qore/lang/html/_q_c___abstract_pollable_io_object_base_8dox_8h_source.html share/doc/qore/lang/html/_q_c___abstract_quantified_bidirectional_iterator_8dox_8h_source.html share/doc/qore/lang/html/_q_c___abstract_quantified_iterator_8dox_8h_source.html share/doc/qore/lang/html/_q_c___abstract_s_q_l_statement_8dox_8h_source.html @@ -198,6 +203,8 @@ share/doc/qore/lang/html/_q_c___sequence share/doc/qore/lang/html/_q_c___serializable_8dox_8h_source.html share/doc/qore/lang/html/_q_c___single_value_iterator_8dox_8h_source.html share/doc/qore/lang/html/_q_c___socket_8dox_8h_source.html +share/doc/qore/lang/html/_q_c___socket_poll_operation_8dox_8h_source.html +share/doc/qore/lang/html/_q_c___socket_poll_operation_base_8dox_8h_source.html share/doc/qore/lang/html/_q_c___stderr_output_stream_8dox_8h_source.html share/doc/qore/lang/html/_q_c___stdout_output_stream_8dox_8h_source.html share/doc/qore/lang/html/_q_c___stream_base_8dox_8h_source.html @@ -238,6 +245,24 @@ share/doc/qore/lang/html/class_qore_1_1_ share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.map share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.md5 share/doc/qore/lang/html/class_qore_1_1_abstract_line_iterator__inherit__graph.png +share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation-members.html +share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation.html +share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation.js +share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation__inherit__graph.map +share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation__inherit__graph.md5 +share/doc/qore/lang/html/class_qore_1_1_abstract_poll_operation__inherit__graph.png +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object-members.html +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object.html +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object.js +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object__inherit__graph.map +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object__inherit__graph.md5 +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object__inherit__graph.png +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base-members.html +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base.html +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base.js +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base__inherit__graph.map +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base__inherit__graph.md5 +share/doc/qore/lang/html/class_qore_1_1_abstract_pollable_io_object_base__inherit__graph.png share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator-members.html share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator.html share/doc/qore/lang/html/class_qore_1_1_abstract_quantified_bidirectional_iterator__inherit__graph.map @@ -549,6 +574,18 @@ share/doc/qore/lang/html/class_qore_1_1_ share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.map share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.md5 share/doc/qore/lang/html/class_qore_1_1_socket__inherit__graph.png +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation-members.html +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation.html +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation.js +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation__inherit__graph.map +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation__inherit__graph.md5 +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation__inherit__graph.png +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base-members.html +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base.html +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base.js +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base__inherit__graph.map +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base__inherit__graph.md5 +share/doc/qore/lang/html/class_qore_1_1_socket_poll_operation_base__inherit__graph.png share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream-members.html share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream.html share/doc/qore/lang/html/class_qore_1_1_stderr_output_stream.js @@ -822,6 +859,7 @@ share/doc/qore/lang/html/functions_m.htm share/doc/qore/lang/html/functions_n.html share/doc/qore/lang/html/functions_o.html share/doc/qore/lang/html/functions_p.html +share/doc/qore/lang/html/functions_q.html share/doc/qore/lang/html/functions_r.html share/doc/qore/lang/html/functions_s.html share/doc/qore/lang/html/functions_t.html @@ -1204,6 +1242,9 @@ share/doc/qore/lang/html/inherit_graph_4 share/doc/qore/lang/html/inherit_graph_5.map share/doc/qore/lang/html/inherit_graph_5.md5 share/doc/qore/lang/html/inherit_graph_5.png +share/doc/qore/lang/html/inherit_graph_50.map +share/doc/qore/lang/html/inherit_graph_50.md5 +share/doc/qore/lang/html/inherit_graph_50.png share/doc/qore/lang/html/inherit_graph_6.map share/doc/qore/lang/html/inherit_graph_6.md5 share/doc/qore/lang/html/inherit_graph_6.png @@ -1331,6 +1372,7 @@ share/doc/qore/lang/html/navtreeindex18. share/doc/qore/lang/html/navtreeindex19.js share/doc/qore/lang/html/navtreeindex2.js share/doc/qore/lang/html/navtreeindex20.js +share/doc/qore/lang/html/navtreeindex21.js share/doc/qore/lang/html/navtreeindex3.js share/doc/qore/lang/html/navtreeindex4.js share/doc/qore/lang/html/navtreeindex5.js @@ -1693,6 +1735,9 @@ share/doc/qore/lang/html/struct_qore_1_1 share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info-members.html share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info.html share/doc/qore/lang/html/struct_qore_1_1_object_serialization_info.js +share/doc/qore/lang/html/struct_qore_1_1_pipe_info-members.html +share/doc/qore/lang/html/struct_qore_1_1_pipe_info.html +share/doc/qore/lang/html/struct_qore_1_1_pipe_info.js share/doc/qore/lang/html/struct_qore_1_1_serialization_info-members.html share/doc/qore/lang/html/struct_qore_1_1_serialization_info.html share/doc/qore/lang/html/struct_qore_1_1_serialization_info.js @@ -1727,6 +1772,8 @@ share/doc/qore/library/html/_abstract_ex share/doc/qore/library/html/_abstract_exception_8h__dep__incl.md5 share/doc/qore/library/html/_abstract_exception_8h__dep__incl.png share/doc/qore/library/html/_abstract_exception_8h_source.html +share/doc/qore/library/html/_abstract_poll_state_8h_source.html +share/doc/qore/library/html/_abstract_pollable_io_object_base_8h_source.html share/doc/qore/library/html/_abstract_private_data_8h_source.html share/doc/qore/library/html/_abstract_qore_node_8h_source.html share/doc/qore/library/html/_abstract_thread_resource_8h_source.html @@ -2384,6 +2431,8 @@ share/doc/qore/library/html/class_qore_o share/doc/qore/library/html/class_qore_object__inherit__graph.map share/doc/qore/library/html/class_qore_object__inherit__graph.md5 share/doc/qore/library/html/class_qore_object__inherit__graph.png +share/doc/qore/library/html/class_qore_object_weak_ref_holder-members.html +share/doc/qore/library/html/class_qore_object_weak_ref_holder.html share/doc/qore/library/html/class_qore_parent_class_iterator-members.html share/doc/qore/library/html/class_qore_parent_class_iterator.html share/doc/qore/library/html/class_qore_parent_class_iterator.js @@ -2956,6 +3005,9 @@ share/doc/qore/library/html/inherit_grap share/doc/qore/library/html/inherit_graph_12.map share/doc/qore/library/html/inherit_graph_12.md5 share/doc/qore/library/html/inherit_graph_12.png +share/doc/qore/library/html/inherit_graph_120.map +share/doc/qore/library/html/inherit_graph_120.md5 +share/doc/qore/library/html/inherit_graph_120.png share/doc/qore/library/html/inherit_graph_13.map share/doc/qore/library/html/inherit_graph_13.md5 share/doc/qore/library/html/inherit_graph_13.png @@ -3251,6 +3303,7 @@ share/doc/qore/library/html/macros-none_ share/doc/qore/library/html/macros-parisc_8h_source.html share/doc/qore/library/html/macros-powerpc_8h_source.html share/doc/qore/library/html/macros-ppc64_8h_source.html +share/doc/qore/library/html/macros-riscv_8h_source.html share/doc/qore/library/html/macros-sparc_8h_source.html share/doc/qore/library/html/macros-x86__64_8h_source.html share/doc/qore/library/html/macros_8h_source.html @@ -3273,6 +3326,7 @@ share/doc/qore/library/html/navtreeindex share/doc/qore/library/html/navtreeindex10.js share/doc/qore/library/html/navtreeindex11.js share/doc/qore/library/html/navtreeindex12.js +share/doc/qore/library/html/navtreeindex13.js share/doc/qore/library/html/navtreeindex2.js share/doc/qore/library/html/navtreeindex3.js share/doc/qore/library/html/navtreeindex4.js @@ -3648,12 +3702,6 @@ share/doc/qore/modules/AwsRestClient/htm share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.map share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.md5 share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_client__inherit__graph.png -share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection-members.html -share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection.html -share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection.js -share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection__inherit__graph.map -share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection__inherit__graph.md5 -share/doc/qore/modules/AwsRestClient/html/class_aws_rest_client_1_1_aws_rest_connection__inherit__graph.png share/doc/qore/modules/AwsRestClient/html/classes.html share/doc/qore/modules/AwsRestClient/html/closed.png share/doc/qore/modules/AwsRestClient/html/dir_13add0083e006ac756009d5942a24d28.html @@ -3677,9 +3725,6 @@ share/doc/qore/modules/AwsRestClient/htm share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.map share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.md5 share/doc/qore/modules/AwsRestClient/html/inherit_graph_0.png -share/doc/qore/modules/AwsRestClient/html/inherit_graph_1.map -share/doc/qore/modules/AwsRestClient/html/inherit_graph_1.md5 -share/doc/qore/modules/AwsRestClient/html/inherit_graph_1.png share/doc/qore/modules/AwsRestClient/html/inherits.html share/doc/qore/modules/AwsRestClient/html/jquery.js share/doc/qore/modules/AwsRestClient/html/menu.js @@ -3911,6 +3956,8 @@ share/doc/qore/modules/AwsRestClient/htm share/doc/qore/modules/AwsRestClient/html/search/namespaces_9.js share/doc/qore/modules/AwsRestClient/html/search/namespaces_a.html share/doc/qore/modules/AwsRestClient/html/search/namespaces_a.js +share/doc/qore/modules/AwsRestClient/html/search/namespaces_b.html +share/doc/qore/modules/AwsRestClient/html/search/namespaces_b.js share/doc/qore/modules/AwsRestClient/html/search/nomatches.html share/doc/qore/modules/AwsRestClient/html/search/pages_0.html share/doc/qore/modules/AwsRestClient/html/search/pages_0.js @@ -4018,6 +4065,408 @@ share/doc/qore/modules/AwsRestClient/htm share/doc/qore/modules/AwsRestClient/html/tab_h.png share/doc/qore/modules/AwsRestClient/html/tab_s.png share/doc/qore/modules/AwsRestClient/html/tabs.css +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_call_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_data_provider_8qm_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_data_provider_factory_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_delete_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_get_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_head_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_options_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_patch_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_post_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/_aws_rest_client_put_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/AwsRestClientDataProvider/html/annotated.html +share/doc/qore/modules/AwsRestClientDataProvider/html/annotated_dup.js +share/doc/qore/modules/AwsRestClientDataProvider/html/bc_s.png +share/doc/qore/modules/AwsRestClientDataProvider/html/bdwn.png +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_call_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_call_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_call_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider_factory-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider_factory.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_data_provider_factory.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_delete_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_delete_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_delete_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_get_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_get_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_get_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_head_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_head_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_head_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_options_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_options_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_options_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_patch_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_patch_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_patch_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_post_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_post_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_post_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_put_data_provider-members.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_put_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/class_aws_rest_client_data_provider_1_1_aws_rest_client_put_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/classes.html +share/doc/qore/modules/AwsRestClientDataProvider/html/closed.png +share/doc/qore/modules/AwsRestClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html +share/doc/qore/modules/AwsRestClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/doc.png +share/doc/qore/modules/AwsRestClientDataProvider/html/doxygen.css +share/doc/qore/modules/AwsRestClientDataProvider/html/doxygen.svg +share/doc/qore/modules/AwsRestClientDataProvider/html/dynsections.js +share/doc/qore/modules/AwsRestClientDataProvider/html/folderclosed.png +share/doc/qore/modules/AwsRestClientDataProvider/html/folderopen.png +share/doc/qore/modules/AwsRestClientDataProvider/html/functions.html +share/doc/qore/modules/AwsRestClientDataProvider/html/functions_func.html +share/doc/qore/modules/AwsRestClientDataProvider/html/functions_vars.html +share/doc/qore/modules/AwsRestClientDataProvider/html/graph_legend.html +share/doc/qore/modules/AwsRestClientDataProvider/html/graph_legend.md5 +share/doc/qore/modules/AwsRestClientDataProvider/html/graph_legend.png +share/doc/qore/modules/AwsRestClientDataProvider/html/index.html +share/doc/qore/modules/AwsRestClientDataProvider/html/index.qhp +share/doc/qore/modules/AwsRestClientDataProvider/html/jquery.js +share/doc/qore/modules/AwsRestClientDataProvider/html/menu.js +share/doc/qore/modules/AwsRestClientDataProvider/html/menudata.js +share/doc/qore/modules/AwsRestClientDataProvider/html/namespace_aws_rest_client_data_provider.html +share/doc/qore/modules/AwsRestClientDataProvider/html/namespace_aws_rest_client_data_provider.js +share/doc/qore/modules/AwsRestClientDataProvider/html/namespaces.html +share/doc/qore/modules/AwsRestClientDataProvider/html/namespaces_dup.js +share/doc/qore/modules/AwsRestClientDataProvider/html/nav_f.png +share/doc/qore/modules/AwsRestClientDataProvider/html/nav_g.png +share/doc/qore/modules/AwsRestClientDataProvider/html/nav_h.png +share/doc/qore/modules/AwsRestClientDataProvider/html/navtree.css +share/doc/qore/modules/AwsRestClientDataProvider/html/navtree.js +share/doc/qore/modules/AwsRestClientDataProvider/html/navtreedata.js +share/doc/qore/modules/AwsRestClientDataProvider/html/navtreeindex0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/open.png +share/doc/qore/modules/AwsRestClientDataProvider/html/pages.html +share/doc/qore/modules/AwsRestClientDataProvider/html/qore-logo-55x200.png +share/doc/qore/modules/AwsRestClientDataProvider/html/resize.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_0.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_10.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_10.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_11.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_11.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_12.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_12.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_13.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_13.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_14.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_14.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_15.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_15.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_16.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_16.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_17.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_17.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_18.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_18.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_19.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_19.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_1a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_2.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_2.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_3.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_3.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_4.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_4.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_5.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_5.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_6.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_6.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_7.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_7.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_8.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_8.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_9.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_9.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_b.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_b.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_c.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_c.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_d.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_d.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_e.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_e.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_f.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/all_f.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_0.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_1.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_1.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_10.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_10.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_11.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_11.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_12.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_12.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_13.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_13.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_14.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_14.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_15.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_15.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_2.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_2.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_3.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_3.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_4.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_4.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_5.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_5.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_6.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_6.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_7.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_7.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_8.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_8.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_9.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_9.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_b.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_b.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_c.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_c.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_d.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_d.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_e.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_e.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_f.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/classes_f.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/close.svg +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_0.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_1.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_1.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_10.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_10.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_11.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_11.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_12.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_12.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_13.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_13.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_14.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_14.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_15.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_15.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_16.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_16.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_17.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_17.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_18.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_18.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_19.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_19.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_2.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_2.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_3.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_3.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_4.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_4.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_5.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_5.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_6.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_6.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_7.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_7.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_8.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_8.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_9.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_9.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_b.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_b.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_c.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_c.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_d.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_d.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_e.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_e.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_f.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/functions_f.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_0.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_1.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_1.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_10.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_10.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_11.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_11.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_12.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_12.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_2.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_2.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_3.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_3.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_4.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_4.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_5.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_5.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_6.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_6.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_7.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_7.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_8.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_8.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_9.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_9.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_b.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_b.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_c.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_c.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_d.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_d.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_e.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_e.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_f.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/groups_f.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/mag_sel.svg +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_0.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_1.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_1.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_2.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_2.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_3.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_3.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_4.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_4.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_5.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_5.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_6.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_6.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_7.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_7.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_8.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_8.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_9.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_9.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_b.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/namespaces_b.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/nomatches.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_0.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_1.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_1.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_10.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_10.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_11.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_11.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_12.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_12.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_13.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_13.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_2.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_2.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_3.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_3.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_4.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_4.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_5.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_5.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_6.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_6.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_7.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_7.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_8.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_8.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_9.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_9.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_b.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_b.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_c.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_c.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_d.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_d.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_e.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_e.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_f.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/pages_f.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/search.css +share/doc/qore/modules/AwsRestClientDataProvider/html/search/search.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/search_l.png +share/doc/qore/modules/AwsRestClientDataProvider/html/search/search_m.png +share/doc/qore/modules/AwsRestClientDataProvider/html/search/search_r.png +share/doc/qore/modules/AwsRestClientDataProvider/html/search/searchdata.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_0.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_0.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_1.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_1.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_10.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_10.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_11.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_11.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_12.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_12.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_13.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_13.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_14.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_14.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_15.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_15.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_16.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_16.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_17.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_17.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_18.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_18.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_19.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_19.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_2.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_2.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_3.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_3.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_4.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_4.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_5.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_5.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_6.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_6.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_7.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_7.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_8.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_8.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_9.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_9.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_a.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_a.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_b.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_b.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_c.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_c.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_d.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_d.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_e.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_e.js +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_f.html +share/doc/qore/modules/AwsRestClientDataProvider/html/search/variables_f.js +share/doc/qore/modules/AwsRestClientDataProvider/html/splitbar.png +share/doc/qore/modules/AwsRestClientDataProvider/html/sync_off.png +share/doc/qore/modules/AwsRestClientDataProvider/html/sync_on.png +share/doc/qore/modules/AwsRestClientDataProvider/html/tab_a.png +share/doc/qore/modules/AwsRestClientDataProvider/html/tab_b.png +share/doc/qore/modules/AwsRestClientDataProvider/html/tab_h.png +share/doc/qore/modules/AwsRestClientDataProvider/html/tab_s.png +share/doc/qore/modules/AwsRestClientDataProvider/html/tabs.css share/doc/qore/modules/BillwerkRestClient/html/annotated.html share/doc/qore/modules/BillwerkRestClient/html/annotated_dup.js share/doc/qore/modules/BillwerkRestClient/html/bc_s.png @@ -4291,6 +4740,8 @@ share/doc/qore/modules/BillwerkRestClien share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_9.js share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_a.html share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_a.js +share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_b.html +share/doc/qore/modules/BillwerkRestClient/html/search/namespaces_b.js share/doc/qore/modules/BillwerkRestClient/html/search/nomatches.html share/doc/qore/modules/BillwerkRestClient/html/search/pages_0.html share/doc/qore/modules/BillwerkRestClient/html/search/pages_0.js @@ -4676,6 +5127,8 @@ share/doc/qore/modules/BulkSqlUtil/html/ share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_9.js share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_a.html share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_a.js +share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_b.html +share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_b.js share/doc/qore/modules/BulkSqlUtil/html/search/nomatches.html share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.html share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.js @@ -5054,6 +5507,8 @@ share/doc/qore/modules/CdsRestClient/htm share/doc/qore/modules/CdsRestClient/html/search/namespaces_9.js share/doc/qore/modules/CdsRestClient/html/search/namespaces_a.html share/doc/qore/modules/CdsRestClient/html/search/namespaces_a.js +share/doc/qore/modules/CdsRestClient/html/search/namespaces_b.html +share/doc/qore/modules/CdsRestClient/html/search/namespaces_b.js share/doc/qore/modules/CdsRestClient/html/search/nomatches.html share/doc/qore/modules/CdsRestClient/html/search/pages_0.html share/doc/qore/modules/CdsRestClient/html/search/pages_0.js @@ -5518,6 +5973,8 @@ share/doc/qore/modules/CdsRestDataProvid share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_9.js share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_a.html share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_a.js +share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_b.html +share/doc/qore/modules/CdsRestDataProvider/html/search/namespaces_b.js share/doc/qore/modules/CdsRestDataProvider/html/search/nomatches.html share/doc/qore/modules/CdsRestDataProvider/html/search/pages_0.html share/doc/qore/modules/CdsRestDataProvider/html/search/pages_0.js @@ -5635,6 +6092,7 @@ share/doc/qore/modules/ConnectionProvide share/doc/qore/modules/ConnectionProvider/html/_http_based_connection_8qc_8dox_8h_source.html share/doc/qore/modules/ConnectionProvider/html/_http_connection_8qc_8dox_8h_source.html share/doc/qore/modules/ConnectionProvider/html/_invalid_connection_8qc_8dox_8h_source.html +share/doc/qore/modules/ConnectionProvider/html/_polling_connection_monitor_8qc_8dox_8h_source.html share/doc/qore/modules/ConnectionProvider/html/annotated.html share/doc/qore/modules/ConnectionProvider/html/annotated_dup.js share/doc/qore/modules/ConnectionProvider/html/bc_s.png @@ -5684,6 +6142,9 @@ share/doc/qore/modules/ConnectionProvide share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.map share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.md5 share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_invalid_connection__inherit__graph.png +share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_polling_connection_monitor-members.html +share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_polling_connection_monitor.html +share/doc/qore/modules/ConnectionProvider/html/class_connection_provider_1_1_polling_connection_monitor.js share/doc/qore/modules/ConnectionProvider/html/classes.html share/doc/qore/modules/ConnectionProvider/html/closed.png share/doc/qore/modules/ConnectionProvider/html/deprecated.html @@ -5732,6 +6193,9 @@ share/doc/qore/modules/ConnectionProvide share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.map share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.md5 share/doc/qore/modules/ConnectionProvider/html/inherit_graph_8.png +share/doc/qore/modules/ConnectionProvider/html/inherit_graph_9.map +share/doc/qore/modules/ConnectionProvider/html/inherit_graph_9.md5 +share/doc/qore/modules/ConnectionProvider/html/inherit_graph_9.png share/doc/qore/modules/ConnectionProvider/html/inherits.html share/doc/qore/modules/ConnectionProvider/html/jquery.js share/doc/qore/modules/ConnectionProvider/html/menu.js @@ -6419,6 +6883,8 @@ share/doc/qore/modules/CsvUtil/html/sear share/doc/qore/modules/CsvUtil/html/search/namespaces_9.js share/doc/qore/modules/CsvUtil/html/search/namespaces_a.html share/doc/qore/modules/CsvUtil/html/search/namespaces_a.js +share/doc/qore/modules/CsvUtil/html/search/namespaces_b.html +share/doc/qore/modules/CsvUtil/html/search/namespaces_b.js share/doc/qore/modules/CsvUtil/html/search/nomatches.html share/doc/qore/modules/CsvUtil/html/search/pages_0.html share/doc/qore/modules/CsvUtil/html/search/pages_0.js @@ -6548,6 +7014,8 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/_list_data_type_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/_null_data_provider_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/_null_data_provider_factory_8qc_8dox_8h_source.html +share/doc/qore/modules/DataProvider/html/_observable_8qc_8dox_8h_source.html +share/doc/qore/modules/DataProvider/html/_observer_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/_qore_binary_data_type_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/_qore_binary_data_type_base_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/_qore_binary_or_nothing_data_type_8qc_8dox_8h_source.html @@ -6593,6 +7061,7 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/_qore_string_data_type_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/_qore_string_data_type_base_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/_qore_string_or_nothing_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/DataProvider/html/_soft_list_data_type_8qc_8dox_8h_source.html share/doc/qore/modules/DataProvider/html/annotated.html share/doc/qore/modules/DataProvider/html/annotated_dup.js share/doc/qore/modules/DataProvider/html/bc_s.png @@ -6642,6 +7111,9 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.map share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.md5 share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_data_provider_type__inherit__graph.png +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_event_filter-members.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_event_filter.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_abstract_event_filter.js share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider-members.html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider.html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_data_provider.js @@ -6687,6 +7159,12 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.map share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.md5 share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_default_record_iterator__inherit__graph.png +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable-members.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable.js +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable__inherit__graph.map +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable__inherit__graph.md5 +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_delayed_observable__inherit__graph.png share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type-members.html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type.html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_hash_data_type.js @@ -6717,6 +7195,15 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.map share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.md5 share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_null_data_provider_factory__inherit__graph.png +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable-members.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable.js +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable__inherit__graph.map +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable__inherit__graph.md5 +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observable__inherit__graph.png +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observer-members.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observer.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_observer.js share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue-members.html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue.html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_pipeline_queue.js @@ -6878,7 +7365,6 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_data_type__inherit__graph.png share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type-members.html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type.html -share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type.js share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.map share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.md5 share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_soft_bool_no_null_data_type__inherit__graph.png @@ -6990,6 +7476,12 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.map share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.md5 share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_qore_string_or_nothing_data_type__inherit__graph.png +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type-members.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type.html +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type.js +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type__inherit__graph.map +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type__inherit__graph.md5 +share/doc/qore/modules/DataProvider/html/class_data_provider_1_1_soft_list_data_type__inherit__graph.png share/doc/qore/modules/DataProvider/html/classes.html share/doc/qore/modules/DataProvider/html/closed.png share/doc/qore/modules/DataProvider/html/dir_13add0083e006ac756009d5942a24d28.html @@ -7020,6 +7512,7 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/functions_func_l.html share/doc/qore/modules/DataProvider/html/functions_func_m.html share/doc/qore/modules/DataProvider/html/functions_func_n.html +share/doc/qore/modules/DataProvider/html/functions_func_o.html share/doc/qore/modules/DataProvider/html/functions_func_p.html share/doc/qore/modules/DataProvider/html/functions_func_q.html share/doc/qore/modules/DataProvider/html/functions_func_r.html @@ -7043,6 +7536,26 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/functions_u.html share/doc/qore/modules/DataProvider/html/functions_v.html share/doc/qore/modules/DataProvider/html/functions_vars.html +share/doc/qore/modules/DataProvider/html/functions_vars.js +share/doc/qore/modules/DataProvider/html/functions_vars_b.html +share/doc/qore/modules/DataProvider/html/functions_vars_c.html +share/doc/qore/modules/DataProvider/html/functions_vars_d.html +share/doc/qore/modules/DataProvider/html/functions_vars_e.html +share/doc/qore/modules/DataProvider/html/functions_vars_f.html +share/doc/qore/modules/DataProvider/html/functions_vars_g.html +share/doc/qore/modules/DataProvider/html/functions_vars_h.html +share/doc/qore/modules/DataProvider/html/functions_vars_i.html +share/doc/qore/modules/DataProvider/html/functions_vars_l.html +share/doc/qore/modules/DataProvider/html/functions_vars_m.html +share/doc/qore/modules/DataProvider/html/functions_vars_n.html +share/doc/qore/modules/DataProvider/html/functions_vars_o.html +share/doc/qore/modules/DataProvider/html/functions_vars_p.html +share/doc/qore/modules/DataProvider/html/functions_vars_q.html +share/doc/qore/modules/DataProvider/html/functions_vars_r.html +share/doc/qore/modules/DataProvider/html/functions_vars_s.html +share/doc/qore/modules/DataProvider/html/functions_vars_t.html +share/doc/qore/modules/DataProvider/html/functions_vars_u.html +share/doc/qore/modules/DataProvider/html/functions_vars_v.html share/doc/qore/modules/DataProvider/html/functions_w.html share/doc/qore/modules/DataProvider/html/graph_legend.html share/doc/qore/modules/DataProvider/html/graph_legend.md5 @@ -7060,7 +7573,14 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/group__crypto__transformations.js share/doc/qore/modules/DataProvider/html/group__cryptographic__constants.js share/doc/qore/modules/DataProvider/html/group__cryptographic__functions.js +share/doc/qore/modules/DataProvider/html/group__data__provider__api__profiles.html +share/doc/qore/modules/DataProvider/html/group__data__type__tags.html share/doc/qore/modules/DataProvider/html/group__database__driver__constants.js +share/doc/qore/modules/DataProvider/html/group__dataprovider__expression__type__codes.html +share/doc/qore/modules/DataProvider/html/group__dataprovider__generic__search__op__funcs.html +share/doc/qore/modules/DataProvider/html/group__dataprovider__generic__search__ops.html +share/doc/qore/modules/DataProvider/html/group__dataprovider__logic__ops.html +share/doc/qore/modules/DataProvider/html/group__dataprovider__message__support.html share/doc/qore/modules/DataProvider/html/group__date__and__time__functions.js share/doc/qore/modules/DataProvider/html/group__db__provider__upsert__results.html share/doc/qore/modules/DataProvider/html/group__dbi__capabilities.js @@ -7074,6 +7594,7 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/group__event__map__constants.js share/doc/qore/modules/DataProvider/html/group__event__source__constants.js share/doc/qore/modules/DataProvider/html/group__exception__type__constants.js +share/doc/qore/modules/DataProvider/html/group__expression__role__codes.html share/doc/qore/modules/DataProvider/html/group__file__locking__constants.js share/doc/qore/modules/DataProvider/html/group__file__open__constants.js share/doc/qore/modules/DataProvider/html/group__file__seek__constants.js @@ -7084,6 +7605,7 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/group__io__constants.js share/doc/qore/modules/DataProvider/html/group__library__option__constants.js share/doc/qore/modules/DataProvider/html/group__list__functions.js +share/doc/qore/modules/DataProvider/html/group__logic__capability__codes.html share/doc/qore/modules/DataProvider/html/group__math__constants.js share/doc/qore/modules/DataProvider/html/group__math__functions.js share/doc/qore/modules/DataProvider/html/group__misc__functions.js @@ -7103,6 +7625,7 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/group__regex__constants.js share/doc/qore/modules/DataProvider/html/group__signal__constants.js share/doc/qore/modules/DataProvider/html/group__signal__handling__functions.js +share/doc/qore/modules/DataProvider/html/group__signature__type__codes.html share/doc/qore/modules/DataProvider/html/group__socket__poll__constants.js share/doc/qore/modules/DataProvider/html/group__socket__type__constants.js share/doc/qore/modules/DataProvider/html/group__sql__constants.js @@ -7175,9 +7698,45 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/inherit_graph_22.map share/doc/qore/modules/DataProvider/html/inherit_graph_22.md5 share/doc/qore/modules/DataProvider/html/inherit_graph_22.png +share/doc/qore/modules/DataProvider/html/inherit_graph_23.map +share/doc/qore/modules/DataProvider/html/inherit_graph_23.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_23.png +share/doc/qore/modules/DataProvider/html/inherit_graph_24.map +share/doc/qore/modules/DataProvider/html/inherit_graph_24.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_24.png +share/doc/qore/modules/DataProvider/html/inherit_graph_25.map +share/doc/qore/modules/DataProvider/html/inherit_graph_25.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_25.png +share/doc/qore/modules/DataProvider/html/inherit_graph_26.map +share/doc/qore/modules/DataProvider/html/inherit_graph_26.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_26.png +share/doc/qore/modules/DataProvider/html/inherit_graph_27.map +share/doc/qore/modules/DataProvider/html/inherit_graph_27.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_27.png +share/doc/qore/modules/DataProvider/html/inherit_graph_28.map +share/doc/qore/modules/DataProvider/html/inherit_graph_28.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_28.png +share/doc/qore/modules/DataProvider/html/inherit_graph_29.map +share/doc/qore/modules/DataProvider/html/inherit_graph_29.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_29.png share/doc/qore/modules/DataProvider/html/inherit_graph_3.map share/doc/qore/modules/DataProvider/html/inherit_graph_3.md5 share/doc/qore/modules/DataProvider/html/inherit_graph_3.png +share/doc/qore/modules/DataProvider/html/inherit_graph_30.map +share/doc/qore/modules/DataProvider/html/inherit_graph_30.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_30.png +share/doc/qore/modules/DataProvider/html/inherit_graph_31.map +share/doc/qore/modules/DataProvider/html/inherit_graph_31.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_31.png +share/doc/qore/modules/DataProvider/html/inherit_graph_32.map +share/doc/qore/modules/DataProvider/html/inherit_graph_32.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_32.png +share/doc/qore/modules/DataProvider/html/inherit_graph_33.map +share/doc/qore/modules/DataProvider/html/inherit_graph_33.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_33.png +share/doc/qore/modules/DataProvider/html/inherit_graph_34.map +share/doc/qore/modules/DataProvider/html/inherit_graph_34.md5 +share/doc/qore/modules/DataProvider/html/inherit_graph_34.png share/doc/qore/modules/DataProvider/html/inherit_graph_4.map share/doc/qore/modules/DataProvider/html/inherit_graph_4.md5 share/doc/qore/modules/DataProvider/html/inherit_graph_4.png @@ -7224,6 +7783,7 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/navtreeindex6.js share/doc/qore/modules/DataProvider/html/navtreeindex7.js share/doc/qore/modules/DataProvider/html/navtreeindex8.js +share/doc/qore/modules/DataProvider/html/navtreeindex9.js share/doc/qore/modules/DataProvider/html/open.png share/doc/qore/modules/DataProvider/html/pages.html share/doc/qore/modules/DataProvider/html/qore-logo-55x200.png @@ -7514,15 +8074,39 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/search/variables_f.html share/doc/qore/modules/DataProvider/html/search/variables_f.js share/doc/qore/modules/DataProvider/html/splitbar.png +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_allowed_value_info-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_allowed_value_info.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_allowed_value_info.js share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info-members.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_field_info.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression_info-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression_info.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_expression_info.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_factory_info-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_factory_info.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_factory_info.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_field_reference-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_field_reference.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_field_reference.js share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info-members.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_info.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_message_info-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_message_info.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_message_info.js share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info-members.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_option_info.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_signature_type_info-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_signature_type_info.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_signature_type_info.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_summary_info-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_summary_info.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_summary_info.js share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info-members.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_data_provider_type_entry_info.js @@ -7541,6 +8125,9 @@ share/doc/qore/modules/DataProvider/html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info-members.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info.html share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_pipeline_option_info.js +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_search_operator_info-members.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_search_operator_info.html +share/doc/qore/modules/DataProvider/html/struct_data_provider_1_1_search_operator_info.js share/doc/qore/modules/DataProvider/html/sync_off.png share/doc/qore/modules/DataProvider/html/sync_on.png share/doc/qore/modules/DataProvider/html/tab_a.png @@ -7791,6 +8378,8 @@ share/doc/qore/modules/DatasourceProvide share/doc/qore/modules/DatasourceProvider/html/search/namespaces_7.js share/doc/qore/modules/DatasourceProvider/html/search/namespaces_8.html share/doc/qore/modules/DatasourceProvider/html/search/namespaces_8.js +share/doc/qore/modules/DatasourceProvider/html/search/namespaces_9.html +share/doc/qore/modules/DatasourceProvider/html/search/namespaces_9.js share/doc/qore/modules/DatasourceProvider/html/search/nomatches.html share/doc/qore/modules/DatasourceProvider/html/search/pages_0.html share/doc/qore/modules/DatasourceProvider/html/search/pages_0.js @@ -8610,6 +9199,8 @@ share/doc/qore/modules/DebugCmdLine/html share/doc/qore/modules/DebugCmdLine/html/search/namespaces_8.js share/doc/qore/modules/DebugCmdLine/html/search/namespaces_9.html share/doc/qore/modules/DebugCmdLine/html/search/namespaces_9.js +share/doc/qore/modules/DebugCmdLine/html/search/namespaces_a.html +share/doc/qore/modules/DebugCmdLine/html/search/namespaces_a.js share/doc/qore/modules/DebugCmdLine/html/search/nomatches.html share/doc/qore/modules/DebugCmdLine/html/search/pages_0.html share/doc/qore/modules/DebugCmdLine/html/search/pages_0.js @@ -8998,6 +9589,8 @@ share/doc/qore/modules/DebugHandler/html share/doc/qore/modules/DebugHandler/html/search/namespaces_8.js share/doc/qore/modules/DebugHandler/html/search/namespaces_9.html share/doc/qore/modules/DebugHandler/html/search/namespaces_9.js +share/doc/qore/modules/DebugHandler/html/search/namespaces_a.html +share/doc/qore/modules/DebugHandler/html/search/namespaces_a.js share/doc/qore/modules/DebugHandler/html/search/nomatches.html share/doc/qore/modules/DebugHandler/html/search/pages_0.html share/doc/qore/modules/DebugHandler/html/search/pages_0.js @@ -9355,6 +9948,8 @@ share/doc/qore/modules/DebugLinenoiseCmd share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_8.js share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_9.html share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_9.js +share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_a.html +share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/namespaces_a.js share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/nomatches.html share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_0.html share/doc/qore/modules/DebugLinenoiseCmdLine/html/search/pages_0.js @@ -10389,6 +10984,8 @@ share/doc/qore/modules/Diff/html/search/ share/doc/qore/modules/Diff/html/search/namespaces_8.js share/doc/qore/modules/Diff/html/search/namespaces_9.html share/doc/qore/modules/Diff/html/search/namespaces_9.js +share/doc/qore/modules/Diff/html/search/namespaces_a.html +share/doc/qore/modules/Diff/html/search/namespaces_a.js share/doc/qore/modules/Diff/html/search/nomatches.html share/doc/qore/modules/Diff/html/search/pages_0.html share/doc/qore/modules/Diff/html/search/pages_0.js @@ -10494,21 +11091,536 @@ share/doc/qore/modules/Diff/html/tab_b.p share/doc/qore/modules/Diff/html/tab_h.png share/doc/qore/modules/Diff/html/tab_s.png share/doc/qore/modules/Diff/html/tabs.css +share/doc/qore/modules/FileDataProvider/html/_file_copy_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_copy_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_create_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_create_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_data_provider_8qm_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_data_provider_factory_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_delete_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_get_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_get_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_get_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_list_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_list_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_mkdir_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_mkdir_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_move_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_move_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_path_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_stat_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_stat_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_stat_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/_file_target_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FileDataProvider/html/annotated.html +share/doc/qore/modules/FileDataProvider/html/annotated_dup.js +share/doc/qore/modules/FileDataProvider/html/bc_s.png +share/doc/qore/modules/FileDataProvider/html/bdwn.png +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type__inherit__graph.map +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type__inherit__graph.md5 +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_copy_request_data_type__inherit__graph.png +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_request_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_request_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_create_request_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider_factory-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider_factory.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_data_provider_factory.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_delete_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_delete_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_delete_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_request_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_request_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_request_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_response_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_response_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_get_response_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_response_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_response_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_list_response_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_request_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_request_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_mkdir_request_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type__inherit__graph.map +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type__inherit__graph.md5 +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_move_request_data_type__inherit__graph.png +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_path_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_path_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_path_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_data_provider-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_data_provider.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_data_provider.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_request_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_request_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_request_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_response_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_response_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_stat_response_data_type.js +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_target_response_data_type-members.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_target_response_data_type.html +share/doc/qore/modules/FileDataProvider/html/class_file_data_provider_1_1_file_target_response_data_type.js +share/doc/qore/modules/FileDataProvider/html/classes.html +share/doc/qore/modules/FileDataProvider/html/closed.png +share/doc/qore/modules/FileDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html +share/doc/qore/modules/FileDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html +share/doc/qore/modules/FileDataProvider/html/doc.png +share/doc/qore/modules/FileDataProvider/html/doxygen.css +share/doc/qore/modules/FileDataProvider/html/doxygen.svg +share/doc/qore/modules/FileDataProvider/html/dynsections.js +share/doc/qore/modules/FileDataProvider/html/folderclosed.png +share/doc/qore/modules/FileDataProvider/html/folderopen.png +share/doc/qore/modules/FileDataProvider/html/functions.html +share/doc/qore/modules/FileDataProvider/html/functions_func.html +share/doc/qore/modules/FileDataProvider/html/functions_vars.html +share/doc/qore/modules/FileDataProvider/html/graph_legend.html +share/doc/qore/modules/FileDataProvider/html/graph_legend.md5 +share/doc/qore/modules/FileDataProvider/html/graph_legend.png +share/doc/qore/modules/FileDataProvider/html/hierarchy.html +share/doc/qore/modules/FileDataProvider/html/hierarchy.js +share/doc/qore/modules/FileDataProvider/html/index.html +share/doc/qore/modules/FileDataProvider/html/index.qhp +share/doc/qore/modules/FileDataProvider/html/inherit_graph_0.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_0.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_0.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_1.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_1.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_1.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_10.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_10.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_10.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_11.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_11.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_11.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_12.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_12.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_12.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_13.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_13.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_13.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_14.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_14.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_14.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_15.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_15.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_15.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_16.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_16.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_16.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_17.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_17.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_17.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_18.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_18.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_18.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_19.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_19.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_19.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_2.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_2.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_2.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_3.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_3.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_3.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_4.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_4.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_4.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_5.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_5.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_5.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_6.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_6.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_6.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_7.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_7.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_7.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_8.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_8.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_8.png +share/doc/qore/modules/FileDataProvider/html/inherit_graph_9.map +share/doc/qore/modules/FileDataProvider/html/inherit_graph_9.md5 +share/doc/qore/modules/FileDataProvider/html/inherit_graph_9.png +share/doc/qore/modules/FileDataProvider/html/inherits.html +share/doc/qore/modules/FileDataProvider/html/jquery.js +share/doc/qore/modules/FileDataProvider/html/menu.js +share/doc/qore/modules/FileDataProvider/html/menudata.js +share/doc/qore/modules/FileDataProvider/html/namespace_file_data_provider.html +share/doc/qore/modules/FileDataProvider/html/namespace_file_data_provider.js +share/doc/qore/modules/FileDataProvider/html/namespaces.html +share/doc/qore/modules/FileDataProvider/html/namespaces_dup.js +share/doc/qore/modules/FileDataProvider/html/nav_f.png +share/doc/qore/modules/FileDataProvider/html/nav_g.png +share/doc/qore/modules/FileDataProvider/html/nav_h.png +share/doc/qore/modules/FileDataProvider/html/navtree.css +share/doc/qore/modules/FileDataProvider/html/navtree.js +share/doc/qore/modules/FileDataProvider/html/navtreedata.js +share/doc/qore/modules/FileDataProvider/html/navtreeindex0.js +share/doc/qore/modules/FileDataProvider/html/open.png +share/doc/qore/modules/FileDataProvider/html/pages.html +share/doc/qore/modules/FileDataProvider/html/qore-logo-55x200.png +share/doc/qore/modules/FileDataProvider/html/resize.js +share/doc/qore/modules/FileDataProvider/html/search/all_0.html +share/doc/qore/modules/FileDataProvider/html/search/all_0.js +share/doc/qore/modules/FileDataProvider/html/search/all_1.html +share/doc/qore/modules/FileDataProvider/html/search/all_1.js +share/doc/qore/modules/FileDataProvider/html/search/all_10.html +share/doc/qore/modules/FileDataProvider/html/search/all_10.js +share/doc/qore/modules/FileDataProvider/html/search/all_11.html +share/doc/qore/modules/FileDataProvider/html/search/all_11.js +share/doc/qore/modules/FileDataProvider/html/search/all_12.html +share/doc/qore/modules/FileDataProvider/html/search/all_12.js +share/doc/qore/modules/FileDataProvider/html/search/all_13.html +share/doc/qore/modules/FileDataProvider/html/search/all_13.js +share/doc/qore/modules/FileDataProvider/html/search/all_14.html +share/doc/qore/modules/FileDataProvider/html/search/all_14.js +share/doc/qore/modules/FileDataProvider/html/search/all_15.html +share/doc/qore/modules/FileDataProvider/html/search/all_15.js +share/doc/qore/modules/FileDataProvider/html/search/all_16.html +share/doc/qore/modules/FileDataProvider/html/search/all_16.js +share/doc/qore/modules/FileDataProvider/html/search/all_17.html +share/doc/qore/modules/FileDataProvider/html/search/all_17.js +share/doc/qore/modules/FileDataProvider/html/search/all_18.html +share/doc/qore/modules/FileDataProvider/html/search/all_18.js +share/doc/qore/modules/FileDataProvider/html/search/all_19.html +share/doc/qore/modules/FileDataProvider/html/search/all_19.js +share/doc/qore/modules/FileDataProvider/html/search/all_1a.html +share/doc/qore/modules/FileDataProvider/html/search/all_1a.js +share/doc/qore/modules/FileDataProvider/html/search/all_2.html +share/doc/qore/modules/FileDataProvider/html/search/all_2.js +share/doc/qore/modules/FileDataProvider/html/search/all_3.html +share/doc/qore/modules/FileDataProvider/html/search/all_3.js +share/doc/qore/modules/FileDataProvider/html/search/all_4.html +share/doc/qore/modules/FileDataProvider/html/search/all_4.js +share/doc/qore/modules/FileDataProvider/html/search/all_5.html +share/doc/qore/modules/FileDataProvider/html/search/all_5.js +share/doc/qore/modules/FileDataProvider/html/search/all_6.html +share/doc/qore/modules/FileDataProvider/html/search/all_6.js +share/doc/qore/modules/FileDataProvider/html/search/all_7.html +share/doc/qore/modules/FileDataProvider/html/search/all_7.js +share/doc/qore/modules/FileDataProvider/html/search/all_8.html +share/doc/qore/modules/FileDataProvider/html/search/all_8.js +share/doc/qore/modules/FileDataProvider/html/search/all_9.html +share/doc/qore/modules/FileDataProvider/html/search/all_9.js +share/doc/qore/modules/FileDataProvider/html/search/all_a.html +share/doc/qore/modules/FileDataProvider/html/search/all_a.js +share/doc/qore/modules/FileDataProvider/html/search/all_b.html +share/doc/qore/modules/FileDataProvider/html/search/all_b.js +share/doc/qore/modules/FileDataProvider/html/search/all_c.html +share/doc/qore/modules/FileDataProvider/html/search/all_c.js +share/doc/qore/modules/FileDataProvider/html/search/all_d.html +share/doc/qore/modules/FileDataProvider/html/search/all_d.js +share/doc/qore/modules/FileDataProvider/html/search/all_e.html +share/doc/qore/modules/FileDataProvider/html/search/all_e.js +share/doc/qore/modules/FileDataProvider/html/search/all_f.html +share/doc/qore/modules/FileDataProvider/html/search/all_f.js +share/doc/qore/modules/FileDataProvider/html/search/classes_0.html +share/doc/qore/modules/FileDataProvider/html/search/classes_0.js +share/doc/qore/modules/FileDataProvider/html/search/classes_1.html +share/doc/qore/modules/FileDataProvider/html/search/classes_1.js +share/doc/qore/modules/FileDataProvider/html/search/classes_10.html +share/doc/qore/modules/FileDataProvider/html/search/classes_10.js +share/doc/qore/modules/FileDataProvider/html/search/classes_11.html +share/doc/qore/modules/FileDataProvider/html/search/classes_11.js +share/doc/qore/modules/FileDataProvider/html/search/classes_12.html +share/doc/qore/modules/FileDataProvider/html/search/classes_12.js +share/doc/qore/modules/FileDataProvider/html/search/classes_13.html +share/doc/qore/modules/FileDataProvider/html/search/classes_13.js +share/doc/qore/modules/FileDataProvider/html/search/classes_14.html +share/doc/qore/modules/FileDataProvider/html/search/classes_14.js +share/doc/qore/modules/FileDataProvider/html/search/classes_15.html +share/doc/qore/modules/FileDataProvider/html/search/classes_15.js +share/doc/qore/modules/FileDataProvider/html/search/classes_2.html +share/doc/qore/modules/FileDataProvider/html/search/classes_2.js +share/doc/qore/modules/FileDataProvider/html/search/classes_3.html +share/doc/qore/modules/FileDataProvider/html/search/classes_3.js +share/doc/qore/modules/FileDataProvider/html/search/classes_4.html +share/doc/qore/modules/FileDataProvider/html/search/classes_4.js +share/doc/qore/modules/FileDataProvider/html/search/classes_5.html +share/doc/qore/modules/FileDataProvider/html/search/classes_5.js +share/doc/qore/modules/FileDataProvider/html/search/classes_6.html +share/doc/qore/modules/FileDataProvider/html/search/classes_6.js +share/doc/qore/modules/FileDataProvider/html/search/classes_7.html +share/doc/qore/modules/FileDataProvider/html/search/classes_7.js +share/doc/qore/modules/FileDataProvider/html/search/classes_8.html +share/doc/qore/modules/FileDataProvider/html/search/classes_8.js +share/doc/qore/modules/FileDataProvider/html/search/classes_9.html +share/doc/qore/modules/FileDataProvider/html/search/classes_9.js +share/doc/qore/modules/FileDataProvider/html/search/classes_a.html +share/doc/qore/modules/FileDataProvider/html/search/classes_a.js +share/doc/qore/modules/FileDataProvider/html/search/classes_b.html +share/doc/qore/modules/FileDataProvider/html/search/classes_b.js +share/doc/qore/modules/FileDataProvider/html/search/classes_c.html +share/doc/qore/modules/FileDataProvider/html/search/classes_c.js +share/doc/qore/modules/FileDataProvider/html/search/classes_d.html +share/doc/qore/modules/FileDataProvider/html/search/classes_d.js +share/doc/qore/modules/FileDataProvider/html/search/classes_e.html +share/doc/qore/modules/FileDataProvider/html/search/classes_e.js +share/doc/qore/modules/FileDataProvider/html/search/classes_f.html +share/doc/qore/modules/FileDataProvider/html/search/classes_f.js +share/doc/qore/modules/FileDataProvider/html/search/close.svg +share/doc/qore/modules/FileDataProvider/html/search/functions_0.html +share/doc/qore/modules/FileDataProvider/html/search/functions_0.js +share/doc/qore/modules/FileDataProvider/html/search/functions_1.html +share/doc/qore/modules/FileDataProvider/html/search/functions_1.js +share/doc/qore/modules/FileDataProvider/html/search/functions_10.html +share/doc/qore/modules/FileDataProvider/html/search/functions_10.js +share/doc/qore/modules/FileDataProvider/html/search/functions_11.html +share/doc/qore/modules/FileDataProvider/html/search/functions_11.js +share/doc/qore/modules/FileDataProvider/html/search/functions_12.html +share/doc/qore/modules/FileDataProvider/html/search/functions_12.js +share/doc/qore/modules/FileDataProvider/html/search/functions_13.html +share/doc/qore/modules/FileDataProvider/html/search/functions_13.js +share/doc/qore/modules/FileDataProvider/html/search/functions_14.html +share/doc/qore/modules/FileDataProvider/html/search/functions_14.js +share/doc/qore/modules/FileDataProvider/html/search/functions_15.html +share/doc/qore/modules/FileDataProvider/html/search/functions_15.js +share/doc/qore/modules/FileDataProvider/html/search/functions_16.html +share/doc/qore/modules/FileDataProvider/html/search/functions_16.js +share/doc/qore/modules/FileDataProvider/html/search/functions_17.html +share/doc/qore/modules/FileDataProvider/html/search/functions_17.js +share/doc/qore/modules/FileDataProvider/html/search/functions_18.html +share/doc/qore/modules/FileDataProvider/html/search/functions_18.js +share/doc/qore/modules/FileDataProvider/html/search/functions_19.html +share/doc/qore/modules/FileDataProvider/html/search/functions_19.js +share/doc/qore/modules/FileDataProvider/html/search/functions_2.html +share/doc/qore/modules/FileDataProvider/html/search/functions_2.js +share/doc/qore/modules/FileDataProvider/html/search/functions_3.html +share/doc/qore/modules/FileDataProvider/html/search/functions_3.js +share/doc/qore/modules/FileDataProvider/html/search/functions_4.html +share/doc/qore/modules/FileDataProvider/html/search/functions_4.js +share/doc/qore/modules/FileDataProvider/html/search/functions_5.html +share/doc/qore/modules/FileDataProvider/html/search/functions_5.js +share/doc/qore/modules/FileDataProvider/html/search/functions_6.html +share/doc/qore/modules/FileDataProvider/html/search/functions_6.js +share/doc/qore/modules/FileDataProvider/html/search/functions_7.html +share/doc/qore/modules/FileDataProvider/html/search/functions_7.js +share/doc/qore/modules/FileDataProvider/html/search/functions_8.html +share/doc/qore/modules/FileDataProvider/html/search/functions_8.js +share/doc/qore/modules/FileDataProvider/html/search/functions_9.html +share/doc/qore/modules/FileDataProvider/html/search/functions_9.js +share/doc/qore/modules/FileDataProvider/html/search/functions_a.html +share/doc/qore/modules/FileDataProvider/html/search/functions_a.js +share/doc/qore/modules/FileDataProvider/html/search/functions_b.html +share/doc/qore/modules/FileDataProvider/html/search/functions_b.js +share/doc/qore/modules/FileDataProvider/html/search/functions_c.html +share/doc/qore/modules/FileDataProvider/html/search/functions_c.js +share/doc/qore/modules/FileDataProvider/html/search/functions_d.html +share/doc/qore/modules/FileDataProvider/html/search/functions_d.js +share/doc/qore/modules/FileDataProvider/html/search/functions_e.html +share/doc/qore/modules/FileDataProvider/html/search/functions_e.js +share/doc/qore/modules/FileDataProvider/html/search/functions_f.html +share/doc/qore/modules/FileDataProvider/html/search/functions_f.js +share/doc/qore/modules/FileDataProvider/html/search/groups_0.html +share/doc/qore/modules/FileDataProvider/html/search/groups_0.js +share/doc/qore/modules/FileDataProvider/html/search/groups_1.html +share/doc/qore/modules/FileDataProvider/html/search/groups_1.js +share/doc/qore/modules/FileDataProvider/html/search/groups_10.html +share/doc/qore/modules/FileDataProvider/html/search/groups_10.js +share/doc/qore/modules/FileDataProvider/html/search/groups_11.html +share/doc/qore/modules/FileDataProvider/html/search/groups_11.js +share/doc/qore/modules/FileDataProvider/html/search/groups_12.html +share/doc/qore/modules/FileDataProvider/html/search/groups_12.js +share/doc/qore/modules/FileDataProvider/html/search/groups_2.html +share/doc/qore/modules/FileDataProvider/html/search/groups_2.js +share/doc/qore/modules/FileDataProvider/html/search/groups_3.html +share/doc/qore/modules/FileDataProvider/html/search/groups_3.js +share/doc/qore/modules/FileDataProvider/html/search/groups_4.html +share/doc/qore/modules/FileDataProvider/html/search/groups_4.js +share/doc/qore/modules/FileDataProvider/html/search/groups_5.html +share/doc/qore/modules/FileDataProvider/html/search/groups_5.js +share/doc/qore/modules/FileDataProvider/html/search/groups_6.html +share/doc/qore/modules/FileDataProvider/html/search/groups_6.js +share/doc/qore/modules/FileDataProvider/html/search/groups_7.html +share/doc/qore/modules/FileDataProvider/html/search/groups_7.js +share/doc/qore/modules/FileDataProvider/html/search/groups_8.html +share/doc/qore/modules/FileDataProvider/html/search/groups_8.js +share/doc/qore/modules/FileDataProvider/html/search/groups_9.html +share/doc/qore/modules/FileDataProvider/html/search/groups_9.js +share/doc/qore/modules/FileDataProvider/html/search/groups_a.html +share/doc/qore/modules/FileDataProvider/html/search/groups_a.js +share/doc/qore/modules/FileDataProvider/html/search/groups_b.html +share/doc/qore/modules/FileDataProvider/html/search/groups_b.js +share/doc/qore/modules/FileDataProvider/html/search/groups_c.html +share/doc/qore/modules/FileDataProvider/html/search/groups_c.js +share/doc/qore/modules/FileDataProvider/html/search/groups_d.html +share/doc/qore/modules/FileDataProvider/html/search/groups_d.js +share/doc/qore/modules/FileDataProvider/html/search/groups_e.html +share/doc/qore/modules/FileDataProvider/html/search/groups_e.js +share/doc/qore/modules/FileDataProvider/html/search/groups_f.html +share/doc/qore/modules/FileDataProvider/html/search/groups_f.js +share/doc/qore/modules/FileDataProvider/html/search/mag_sel.svg +share/doc/qore/modules/FileDataProvider/html/search/namespaces_0.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_0.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_1.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_1.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_2.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_2.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_3.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_3.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_4.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_4.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_5.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_5.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_6.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_6.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_7.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_7.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_8.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_8.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_9.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_9.js +share/doc/qore/modules/FileDataProvider/html/search/namespaces_a.html +share/doc/qore/modules/FileDataProvider/html/search/namespaces_a.js +share/doc/qore/modules/FileDataProvider/html/search/nomatches.html +share/doc/qore/modules/FileDataProvider/html/search/pages_0.html +share/doc/qore/modules/FileDataProvider/html/search/pages_0.js +share/doc/qore/modules/FileDataProvider/html/search/pages_1.html +share/doc/qore/modules/FileDataProvider/html/search/pages_1.js +share/doc/qore/modules/FileDataProvider/html/search/pages_10.html +share/doc/qore/modules/FileDataProvider/html/search/pages_10.js +share/doc/qore/modules/FileDataProvider/html/search/pages_11.html +share/doc/qore/modules/FileDataProvider/html/search/pages_11.js +share/doc/qore/modules/FileDataProvider/html/search/pages_12.html +share/doc/qore/modules/FileDataProvider/html/search/pages_12.js +share/doc/qore/modules/FileDataProvider/html/search/pages_2.html +share/doc/qore/modules/FileDataProvider/html/search/pages_2.js +share/doc/qore/modules/FileDataProvider/html/search/pages_3.html +share/doc/qore/modules/FileDataProvider/html/search/pages_3.js +share/doc/qore/modules/FileDataProvider/html/search/pages_4.html +share/doc/qore/modules/FileDataProvider/html/search/pages_4.js +share/doc/qore/modules/FileDataProvider/html/search/pages_5.html +share/doc/qore/modules/FileDataProvider/html/search/pages_5.js +share/doc/qore/modules/FileDataProvider/html/search/pages_6.html +share/doc/qore/modules/FileDataProvider/html/search/pages_6.js +share/doc/qore/modules/FileDataProvider/html/search/pages_7.html +share/doc/qore/modules/FileDataProvider/html/search/pages_7.js +share/doc/qore/modules/FileDataProvider/html/search/pages_8.html +share/doc/qore/modules/FileDataProvider/html/search/pages_8.js +share/doc/qore/modules/FileDataProvider/html/search/pages_9.html +share/doc/qore/modules/FileDataProvider/html/search/pages_9.js +share/doc/qore/modules/FileDataProvider/html/search/pages_a.html +share/doc/qore/modules/FileDataProvider/html/search/pages_a.js +share/doc/qore/modules/FileDataProvider/html/search/pages_b.html +share/doc/qore/modules/FileDataProvider/html/search/pages_b.js +share/doc/qore/modules/FileDataProvider/html/search/pages_c.html +share/doc/qore/modules/FileDataProvider/html/search/pages_c.js +share/doc/qore/modules/FileDataProvider/html/search/pages_d.html +share/doc/qore/modules/FileDataProvider/html/search/pages_d.js +share/doc/qore/modules/FileDataProvider/html/search/pages_e.html +share/doc/qore/modules/FileDataProvider/html/search/pages_e.js +share/doc/qore/modules/FileDataProvider/html/search/pages_f.html +share/doc/qore/modules/FileDataProvider/html/search/pages_f.js +share/doc/qore/modules/FileDataProvider/html/search/search.css +share/doc/qore/modules/FileDataProvider/html/search/search.js +share/doc/qore/modules/FileDataProvider/html/search/search_l.png +share/doc/qore/modules/FileDataProvider/html/search/search_m.png +share/doc/qore/modules/FileDataProvider/html/search/search_r.png +share/doc/qore/modules/FileDataProvider/html/search/searchdata.js +share/doc/qore/modules/FileDataProvider/html/search/variables_0.html +share/doc/qore/modules/FileDataProvider/html/search/variables_0.js +share/doc/qore/modules/FileDataProvider/html/search/variables_1.html +share/doc/qore/modules/FileDataProvider/html/search/variables_1.js +share/doc/qore/modules/FileDataProvider/html/search/variables_10.html +share/doc/qore/modules/FileDataProvider/html/search/variables_10.js +share/doc/qore/modules/FileDataProvider/html/search/variables_11.html +share/doc/qore/modules/FileDataProvider/html/search/variables_11.js +share/doc/qore/modules/FileDataProvider/html/search/variables_12.html +share/doc/qore/modules/FileDataProvider/html/search/variables_12.js +share/doc/qore/modules/FileDataProvider/html/search/variables_13.html +share/doc/qore/modules/FileDataProvider/html/search/variables_13.js +share/doc/qore/modules/FileDataProvider/html/search/variables_14.html +share/doc/qore/modules/FileDataProvider/html/search/variables_14.js +share/doc/qore/modules/FileDataProvider/html/search/variables_15.html +share/doc/qore/modules/FileDataProvider/html/search/variables_15.js +share/doc/qore/modules/FileDataProvider/html/search/variables_16.html +share/doc/qore/modules/FileDataProvider/html/search/variables_16.js +share/doc/qore/modules/FileDataProvider/html/search/variables_17.html +share/doc/qore/modules/FileDataProvider/html/search/variables_17.js +share/doc/qore/modules/FileDataProvider/html/search/variables_18.html +share/doc/qore/modules/FileDataProvider/html/search/variables_18.js +share/doc/qore/modules/FileDataProvider/html/search/variables_19.html +share/doc/qore/modules/FileDataProvider/html/search/variables_19.js +share/doc/qore/modules/FileDataProvider/html/search/variables_2.html +share/doc/qore/modules/FileDataProvider/html/search/variables_2.js +share/doc/qore/modules/FileDataProvider/html/search/variables_3.html +share/doc/qore/modules/FileDataProvider/html/search/variables_3.js +share/doc/qore/modules/FileDataProvider/html/search/variables_4.html +share/doc/qore/modules/FileDataProvider/html/search/variables_4.js +share/doc/qore/modules/FileDataProvider/html/search/variables_5.html +share/doc/qore/modules/FileDataProvider/html/search/variables_5.js +share/doc/qore/modules/FileDataProvider/html/search/variables_6.html +share/doc/qore/modules/FileDataProvider/html/search/variables_6.js +share/doc/qore/modules/FileDataProvider/html/search/variables_7.html +share/doc/qore/modules/FileDataProvider/html/search/variables_7.js +share/doc/qore/modules/FileDataProvider/html/search/variables_8.html +share/doc/qore/modules/FileDataProvider/html/search/variables_8.js +share/doc/qore/modules/FileDataProvider/html/search/variables_9.html +share/doc/qore/modules/FileDataProvider/html/search/variables_9.js +share/doc/qore/modules/FileDataProvider/html/search/variables_a.html +share/doc/qore/modules/FileDataProvider/html/search/variables_a.js +share/doc/qore/modules/FileDataProvider/html/search/variables_b.html +share/doc/qore/modules/FileDataProvider/html/search/variables_b.js +share/doc/qore/modules/FileDataProvider/html/search/variables_c.html +share/doc/qore/modules/FileDataProvider/html/search/variables_c.js +share/doc/qore/modules/FileDataProvider/html/search/variables_d.html +share/doc/qore/modules/FileDataProvider/html/search/variables_d.js +share/doc/qore/modules/FileDataProvider/html/search/variables_e.html +share/doc/qore/modules/FileDataProvider/html/search/variables_e.js +share/doc/qore/modules/FileDataProvider/html/search/variables_f.html +share/doc/qore/modules/FileDataProvider/html/search/variables_f.js +share/doc/qore/modules/FileDataProvider/html/splitbar.png +share/doc/qore/modules/FileDataProvider/html/sync_off.png +share/doc/qore/modules/FileDataProvider/html/sync_on.png +share/doc/qore/modules/FileDataProvider/html/tab_a.png +share/doc/qore/modules/FileDataProvider/html/tab_b.png +share/doc/qore/modules/FileDataProvider/html/tab_h.png +share/doc/qore/modules/FileDataProvider/html/tab_s.png +share/doc/qore/modules/FileDataProvider/html/tabs.css share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_8qc_8dox_8h_source.html share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_8qm_8dox_8h_source.html share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_file_8qc_8dox_8h_source.html share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_ftp_8qc_8dox_8h_source.html share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_http_8qc_8dox_8h_source.html share/doc/qore/modules/FileLocationHandler/html/_file_location_handler_sftp_8qc_8dox_8h_source.html +share/doc/qore/modules/FileLocationHandler/html/_output_stram_wrapper_8qc_8dox_8h_source.html share/doc/qore/modules/FileLocationHandler/html/annotated.html share/doc/qore/modules/FileLocationHandler/html/annotated_dup.js share/doc/qore/modules/FileLocationHandler/html/bc_s.png share/doc/qore/modules/FileLocationHandler/html/bdwn.png +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler-members.html +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler.html +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler.js +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler__inherit__graph.map +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler__inherit__graph.md5 +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_abstract_file_location_handler__inherit__graph.png share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler-members.html share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler.html -share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler__inherit__graph.map -share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler__inherit__graph.md5 -share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler__inherit__graph.png share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file-members.html share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file.html share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_file.js @@ -10533,6 +11645,12 @@ share/doc/qore/modules/FileLocationHandl share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.map share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.md5 share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_file_location_handler_sftp__inherit__graph.png +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper-members.html +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper.html +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper.js +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper__inherit__graph.map +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper__inherit__graph.md5 +share/doc/qore/modules/FileLocationHandler/html/class_file_location_handler_1_1_output_stream_wrapper__inherit__graph.png share/doc/qore/modules/FileLocationHandler/html/classes.html share/doc/qore/modules/FileLocationHandler/html/closed.png share/doc/qore/modules/FileLocationHandler/html/dir_13add0083e006ac756009d5942a24d28.html @@ -10556,6 +11674,15 @@ share/doc/qore/modules/FileLocationHandl share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.map share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.md5 share/doc/qore/modules/FileLocationHandler/html/inherit_graph_0.png +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_1.map +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_1.md5 +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_1.png +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_2.map +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_2.md5 +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_2.png +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_3.map +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_3.md5 +share/doc/qore/modules/FileLocationHandler/html/inherit_graph_3.png share/doc/qore/modules/FileLocationHandler/html/inherits.html share/doc/qore/modules/FileLocationHandler/html/jquery.js share/doc/qore/modules/FileLocationHandler/html/menu.js @@ -10863,6 +11990,9 @@ share/doc/qore/modules/FileLocationHandl share/doc/qore/modules/FileLocationHandler/html/search/variables_f.html share/doc/qore/modules/FileLocationHandler/html/search/variables_f.js share/doc/qore/modules/FileLocationHandler/html/splitbar.png +share/doc/qore/modules/FileLocationHandler/html/struct_file_location_handler_1_1_file_handler_option_info-members.html +share/doc/qore/modules/FileLocationHandler/html/struct_file_location_handler_1_1_file_handler_option_info.html +share/doc/qore/modules/FileLocationHandler/html/struct_file_location_handler_1_1_file_handler_option_info.js share/doc/qore/modules/FileLocationHandler/html/sync_off.png share/doc/qore/modules/FileLocationHandler/html/sync_on.png share/doc/qore/modules/FileLocationHandler/html/tab_a.png @@ -10874,9 +12004,33 @@ share/doc/qore/modules/FilePoller/html/a share/doc/qore/modules/FilePoller/html/annotated_dup.js share/doc/qore/modules/FilePoller/html/bc_s.png share/doc/qore/modules/FilePoller/html/bdwn.png +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider-members.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider.js +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider__inherit__graph.map +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider__inherit__graph.md5 +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_delayed_poller_data_provider__inherit__graph.png share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller-members.html share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.html share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller.js +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider-members.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider.js +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider__inherit__graph.map +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider__inherit__graph.md5 +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider__inherit__graph.png +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base-members.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base.js +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base__inherit__graph.map +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base__inherit__graph.md5 +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_base__inherit__graph.png +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_factory-members.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_factory.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_data_provider_factory.js +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_file_event_info_data_type-members.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_file_event_info_data_type.html +share/doc/qore/modules/FilePoller/html/class_file_poller_1_1_file_poller_file_event_info_data_type.js share/doc/qore/modules/FilePoller/html/classes.html share/doc/qore/modules/FilePoller/html/closed.png share/doc/qore/modules/FilePoller/html/dir_13add0083e006ac756009d5942a24d28.html @@ -10893,13 +12047,33 @@ share/doc/qore/modules/FilePoller/html/f share/doc/qore/modules/FilePoller/html/graph_legend.html share/doc/qore/modules/FilePoller/html/graph_legend.md5 share/doc/qore/modules/FilePoller/html/graph_legend.png +share/doc/qore/modules/FilePoller/html/hierarchy.html +share/doc/qore/modules/FilePoller/html/hierarchy.js share/doc/qore/modules/FilePoller/html/index.html share/doc/qore/modules/FilePoller/html/index.qhp +share/doc/qore/modules/FilePoller/html/inherit_graph_0.map +share/doc/qore/modules/FilePoller/html/inherit_graph_0.md5 +share/doc/qore/modules/FilePoller/html/inherit_graph_0.png +share/doc/qore/modules/FilePoller/html/inherit_graph_1.map +share/doc/qore/modules/FilePoller/html/inherit_graph_1.md5 +share/doc/qore/modules/FilePoller/html/inherit_graph_1.png +share/doc/qore/modules/FilePoller/html/inherit_graph_2.map +share/doc/qore/modules/FilePoller/html/inherit_graph_2.md5 +share/doc/qore/modules/FilePoller/html/inherit_graph_2.png +share/doc/qore/modules/FilePoller/html/inherit_graph_3.map +share/doc/qore/modules/FilePoller/html/inherit_graph_3.md5 +share/doc/qore/modules/FilePoller/html/inherit_graph_3.png +share/doc/qore/modules/FilePoller/html/inherit_graph_4.map +share/doc/qore/modules/FilePoller/html/inherit_graph_4.md5 +share/doc/qore/modules/FilePoller/html/inherit_graph_4.png +share/doc/qore/modules/FilePoller/html/inherits.html share/doc/qore/modules/FilePoller/html/jquery.js share/doc/qore/modules/FilePoller/html/menu.js share/doc/qore/modules/FilePoller/html/menudata.js share/doc/qore/modules/FilePoller/html/namespace_file_poller.html share/doc/qore/modules/FilePoller/html/namespace_file_poller.js +share/doc/qore/modules/FilePoller/html/namespacemembers.html +share/doc/qore/modules/FilePoller/html/namespacemembers_vars.html share/doc/qore/modules/FilePoller/html/namespaces.html share/doc/qore/modules/FilePoller/html/namespaces_dup.js share/doc/qore/modules/FilePoller/html/nav_f.png @@ -11221,6 +12395,9 @@ share/doc/qore/modules/FilePoller/html/s share/doc/qore/modules/FilePoller/html/search/variables_f.html share/doc/qore/modules/FilePoller/html/search/variables_f.js share/doc/qore/modules/FilePoller/html/splitbar.png +share/doc/qore/modules/FilePoller/html/struct_file_poller_1_1_file_poller_file_event_info-members.html +share/doc/qore/modules/FilePoller/html/struct_file_poller_1_1_file_poller_file_event_info.html +share/doc/qore/modules/FilePoller/html/struct_file_poller_1_1_file_poller_file_event_info.js share/doc/qore/modules/FilePoller/html/sync_off.png share/doc/qore/modules/FilePoller/html/sync_on.png share/doc/qore/modules/FilePoller/html/tab_a.png @@ -11266,6 +12443,7 @@ share/doc/qore/modules/FixedLengthUtil/h share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_base__inherit__graph.png share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator-members.html share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator.html +share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator.js share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.map share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.md5 share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_data_iterator__inherit__graph.png @@ -11577,6 +12755,8 @@ share/doc/qore/modules/FixedLengthUtil/h share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_8.js share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_9.html share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_9.js +share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_a.html +share/doc/qore/modules/FixedLengthUtil/html/search/namespaces_a.js share/doc/qore/modules/FixedLengthUtil/html/search/nomatches.html share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.html share/doc/qore/modules/FixedLengthUtil/html/search/pages_0.js @@ -12039,6 +13219,8 @@ share/doc/qore/modules/FreetdsSqlUtil/ht share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_8.js share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_9.html share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_9.js +share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_a.html +share/doc/qore/modules/FreetdsSqlUtil/html/search/namespaces_a.js share/doc/qore/modules/FreetdsSqlUtil/html/search/nomatches.html share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.html share/doc/qore/modules/FreetdsSqlUtil/html/search/pages_0.js @@ -12212,6 +13394,7 @@ share/doc/qore/modules/FsUtil/html/names share/doc/qore/modules/FsUtil/html/namespace_fs_util.js share/doc/qore/modules/FsUtil/html/namespacemembers.html share/doc/qore/modules/FsUtil/html/namespacemembers_func.html +share/doc/qore/modules/FsUtil/html/namespacemembers_vars.html share/doc/qore/modules/FsUtil/html/namespaces.html share/doc/qore/modules/FsUtil/html/namespaces_dup.js share/doc/qore/modules/FsUtil/html/nav_f.png @@ -12293,8 +13476,6 @@ share/doc/qore/modules/FsUtil/html/searc share/doc/qore/modules/FsUtil/html/search/classes_13.js share/doc/qore/modules/FsUtil/html/search/classes_14.html share/doc/qore/modules/FsUtil/html/search/classes_14.js -share/doc/qore/modules/FsUtil/html/search/classes_15.html -share/doc/qore/modules/FsUtil/html/search/classes_15.js share/doc/qore/modules/FsUtil/html/search/classes_2.html share/doc/qore/modules/FsUtil/html/search/classes_2.js share/doc/qore/modules/FsUtil/html/search/classes_3.html @@ -12419,22 +13600,6 @@ share/doc/qore/modules/FsUtil/html/searc share/doc/qore/modules/FsUtil/html/search/namespaces_0.js share/doc/qore/modules/FsUtil/html/search/namespaces_1.html share/doc/qore/modules/FsUtil/html/search/namespaces_1.js -share/doc/qore/modules/FsUtil/html/search/namespaces_2.html -share/doc/qore/modules/FsUtil/html/search/namespaces_2.js -share/doc/qore/modules/FsUtil/html/search/namespaces_3.html -share/doc/qore/modules/FsUtil/html/search/namespaces_3.js -share/doc/qore/modules/FsUtil/html/search/namespaces_4.html -share/doc/qore/modules/FsUtil/html/search/namespaces_4.js -share/doc/qore/modules/FsUtil/html/search/namespaces_5.html -share/doc/qore/modules/FsUtil/html/search/namespaces_5.js -share/doc/qore/modules/FsUtil/html/search/namespaces_6.html -share/doc/qore/modules/FsUtil/html/search/namespaces_6.js -share/doc/qore/modules/FsUtil/html/search/namespaces_7.html -share/doc/qore/modules/FsUtil/html/search/namespaces_7.js -share/doc/qore/modules/FsUtil/html/search/namespaces_8.html -share/doc/qore/modules/FsUtil/html/search/namespaces_8.js -share/doc/qore/modules/FsUtil/html/search/namespaces_9.html -share/doc/qore/modules/FsUtil/html/search/namespaces_9.js share/doc/qore/modules/FsUtil/html/search/nomatches.html share/doc/qore/modules/FsUtil/html/search/pages_0.html share/doc/qore/modules/FsUtil/html/search/pages_0.js @@ -12502,8 +13667,6 @@ share/doc/qore/modules/FsUtil/html/searc share/doc/qore/modules/FsUtil/html/search/variables_17.js share/doc/qore/modules/FsUtil/html/search/variables_18.html share/doc/qore/modules/FsUtil/html/search/variables_18.js -share/doc/qore/modules/FsUtil/html/search/variables_19.html -share/doc/qore/modules/FsUtil/html/search/variables_19.js share/doc/qore/modules/FsUtil/html/search/variables_2.html share/doc/qore/modules/FsUtil/html/search/variables_2.js share/doc/qore/modules/FsUtil/html/search/variables_3.html @@ -12540,13 +13703,452 @@ share/doc/qore/modules/FsUtil/html/tab_b share/doc/qore/modules/FsUtil/html/tab_h.png share/doc/qore/modules/FsUtil/html/tab_s.png share/doc/qore/modules/FsUtil/html/tabs.css +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_create_file_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_create_file_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_data_provider_8qm_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_data_provider_factory_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_delete_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_get_file_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_get_file_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_get_file_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_list_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_mkdir_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_move_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_move_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_path_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_stat_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/_ftp_client_stat_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/FtpClientDataProvider/html/annotated.html +share/doc/qore/modules/FtpClientDataProvider/html/annotated_dup.js +share/doc/qore/modules/FtpClientDataProvider/html/bc_s.png +share/doc/qore/modules/FtpClientDataProvider/html/bdwn.png +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_request_data_type-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_request_data_type.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_create_file_request_data_type.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider_factory-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider_factory.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_data_provider_factory.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_delete_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_delete_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_delete_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_request_data_type-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_request_data_type.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_request_data_type.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_response_data_type-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_response_data_type.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_get_file_response_data_type.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_list_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_list_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_list_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_mkdir_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_mkdir_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_mkdir_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_request_data_type-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_request_data_type.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_move_request_data_type.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_path_data_type-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_path_data_type.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_path_data_type.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_data_provider-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_response_data_type-members.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_response_data_type.html +share/doc/qore/modules/FtpClientDataProvider/html/class_ftp_client_data_provider_1_1_ftp_client_stat_response_data_type.js +share/doc/qore/modules/FtpClientDataProvider/html/classes.html +share/doc/qore/modules/FtpClientDataProvider/html/closed.png +share/doc/qore/modules/FtpClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html +share/doc/qore/modules/FtpClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html +share/doc/qore/modules/FtpClientDataProvider/html/doc.png +share/doc/qore/modules/FtpClientDataProvider/html/doxygen.css +share/doc/qore/modules/FtpClientDataProvider/html/doxygen.svg +share/doc/qore/modules/FtpClientDataProvider/html/dynsections.js +share/doc/qore/modules/FtpClientDataProvider/html/folderclosed.png +share/doc/qore/modules/FtpClientDataProvider/html/folderopen.png +share/doc/qore/modules/FtpClientDataProvider/html/functions.html +share/doc/qore/modules/FtpClientDataProvider/html/functions_func.html +share/doc/qore/modules/FtpClientDataProvider/html/functions_vars.html +share/doc/qore/modules/FtpClientDataProvider/html/graph_legend.html +share/doc/qore/modules/FtpClientDataProvider/html/graph_legend.md5 +share/doc/qore/modules/FtpClientDataProvider/html/graph_legend.png +share/doc/qore/modules/FtpClientDataProvider/html/index.html +share/doc/qore/modules/FtpClientDataProvider/html/index.qhp +share/doc/qore/modules/FtpClientDataProvider/html/jquery.js +share/doc/qore/modules/FtpClientDataProvider/html/menu.js +share/doc/qore/modules/FtpClientDataProvider/html/menudata.js +share/doc/qore/modules/FtpClientDataProvider/html/namespace_ftp_client_data_provider.html +share/doc/qore/modules/FtpClientDataProvider/html/namespace_ftp_client_data_provider.js +share/doc/qore/modules/FtpClientDataProvider/html/namespaces.html +share/doc/qore/modules/FtpClientDataProvider/html/namespaces_dup.js +share/doc/qore/modules/FtpClientDataProvider/html/nav_f.png +share/doc/qore/modules/FtpClientDataProvider/html/nav_g.png +share/doc/qore/modules/FtpClientDataProvider/html/nav_h.png +share/doc/qore/modules/FtpClientDataProvider/html/navtree.css +share/doc/qore/modules/FtpClientDataProvider/html/navtree.js +share/doc/qore/modules/FtpClientDataProvider/html/navtreedata.js +share/doc/qore/modules/FtpClientDataProvider/html/navtreeindex0.js +share/doc/qore/modules/FtpClientDataProvider/html/open.png +share/doc/qore/modules/FtpClientDataProvider/html/pages.html +share/doc/qore/modules/FtpClientDataProvider/html/qore-logo-55x200.png +share/doc/qore/modules/FtpClientDataProvider/html/resize.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_0.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_0.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_1.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_1.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_10.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_10.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_11.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_11.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_12.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_12.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_13.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_13.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_14.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_14.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_15.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_15.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_16.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_16.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_17.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_17.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_18.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_18.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_19.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_19.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_1a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_1a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_2.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_2.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_3.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_3.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_4.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_4.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_5.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_5.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_6.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_6.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_7.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_7.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_8.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_8.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_9.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_9.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_b.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_b.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_c.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_c.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_d.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_d.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_e.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_e.js +share/doc/qore/modules/FtpClientDataProvider/html/search/all_f.html +share/doc/qore/modules/FtpClientDataProvider/html/search/all_f.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_0.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_0.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_1.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_1.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_10.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_10.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_11.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_11.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_12.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_12.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_13.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_13.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_14.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_14.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_15.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_15.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_2.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_2.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_3.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_3.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_4.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_4.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_5.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_5.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_6.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_6.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_7.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_7.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_8.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_8.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_9.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_9.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_b.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_b.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_c.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_c.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_d.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_d.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_e.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_e.js +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_f.html +share/doc/qore/modules/FtpClientDataProvider/html/search/classes_f.js +share/doc/qore/modules/FtpClientDataProvider/html/search/close.svg +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_0.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_0.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_1.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_1.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_10.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_10.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_11.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_11.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_12.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_12.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_13.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_13.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_14.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_14.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_15.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_15.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_16.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_16.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_17.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_17.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_18.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_18.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_19.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_19.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_2.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_2.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_3.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_3.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_4.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_4.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_5.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_5.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_6.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_6.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_7.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_7.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_8.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_8.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_9.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_9.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_b.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_b.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_c.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_c.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_d.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_d.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_e.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_e.js +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_f.html +share/doc/qore/modules/FtpClientDataProvider/html/search/functions_f.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_0.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_0.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_1.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_1.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_10.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_10.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_11.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_11.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_12.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_12.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_2.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_2.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_3.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_3.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_4.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_4.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_5.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_5.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_6.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_6.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_7.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_7.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_8.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_8.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_9.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_9.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_b.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_b.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_c.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_c.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_d.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_d.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_e.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_e.js +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_f.html +share/doc/qore/modules/FtpClientDataProvider/html/search/groups_f.js +share/doc/qore/modules/FtpClientDataProvider/html/search/mag_sel.svg +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_0.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_0.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_1.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_1.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_2.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_2.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_3.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_3.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_4.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_4.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_5.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_5.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_6.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_6.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_7.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_7.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_8.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_8.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_9.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_9.js +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/namespaces_a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/nomatches.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_0.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_0.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_1.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_1.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_10.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_10.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_11.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_11.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_12.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_12.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_2.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_2.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_3.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_3.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_4.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_4.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_5.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_5.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_6.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_6.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_7.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_7.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_8.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_8.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_9.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_9.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_b.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_b.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_c.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_c.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_d.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_d.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_e.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_e.js +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_f.html +share/doc/qore/modules/FtpClientDataProvider/html/search/pages_f.js +share/doc/qore/modules/FtpClientDataProvider/html/search/search.css +share/doc/qore/modules/FtpClientDataProvider/html/search/search.js +share/doc/qore/modules/FtpClientDataProvider/html/search/search_l.png +share/doc/qore/modules/FtpClientDataProvider/html/search/search_m.png +share/doc/qore/modules/FtpClientDataProvider/html/search/search_r.png +share/doc/qore/modules/FtpClientDataProvider/html/search/searchdata.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_0.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_0.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_1.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_1.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_10.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_10.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_11.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_11.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_12.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_12.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_13.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_13.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_14.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_14.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_15.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_15.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_16.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_16.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_17.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_17.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_18.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_18.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_19.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_19.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_2.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_2.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_3.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_3.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_4.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_4.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_5.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_5.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_6.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_6.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_7.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_7.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_8.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_8.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_9.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_9.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_a.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_a.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_b.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_b.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_c.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_c.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_d.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_d.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_e.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_e.js +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_f.html +share/doc/qore/modules/FtpClientDataProvider/html/search/variables_f.js +share/doc/qore/modules/FtpClientDataProvider/html/splitbar.png +share/doc/qore/modules/FtpClientDataProvider/html/sync_off.png +share/doc/qore/modules/FtpClientDataProvider/html/sync_on.png +share/doc/qore/modules/FtpClientDataProvider/html/tab_a.png +share/doc/qore/modules/FtpClientDataProvider/html/tab_b.png +share/doc/qore/modules/FtpClientDataProvider/html/tab_h.png +share/doc/qore/modules/FtpClientDataProvider/html/tab_s.png +share/doc/qore/modules/FtpClientDataProvider/html/tabs.css share/doc/qore/modules/FtpPoller/html/annotated.html share/doc/qore/modules/FtpPoller/html/annotated_dup.js share/doc/qore/modules/FtpPoller/html/bc_s.png share/doc/qore/modules/FtpPoller/html/bdwn.png +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider-members.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider.js +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider__inherit__graph.map +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider__inherit__graph.md5 +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_delayed_poller_data_provider__inherit__graph.png share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller-members.html share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller.html share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller.js +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider-members.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider.js +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider__inherit__graph.map +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider__inherit__graph.md5 +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider__inherit__graph.png +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base-members.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base.js +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base__inherit__graph.map +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base__inherit__graph.md5 +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_base__inherit__graph.png +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_factory-members.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_factory.html +share/doc/qore/modules/FtpPoller/html/class_ftp_poller_1_1_ftp_poller_data_provider_factory.js share/doc/qore/modules/FtpPoller/html/classes.html share/doc/qore/modules/FtpPoller/html/closed.png share/doc/qore/modules/FtpPoller/html/dir_13add0083e006ac756009d5942a24d28.html @@ -12563,13 +14165,27 @@ share/doc/qore/modules/FtpPoller/html/fu share/doc/qore/modules/FtpPoller/html/graph_legend.html share/doc/qore/modules/FtpPoller/html/graph_legend.md5 share/doc/qore/modules/FtpPoller/html/graph_legend.png +share/doc/qore/modules/FtpPoller/html/hierarchy.html +share/doc/qore/modules/FtpPoller/html/hierarchy.js share/doc/qore/modules/FtpPoller/html/index.html share/doc/qore/modules/FtpPoller/html/index.qhp +share/doc/qore/modules/FtpPoller/html/inherit_graph_0.map +share/doc/qore/modules/FtpPoller/html/inherit_graph_0.md5 +share/doc/qore/modules/FtpPoller/html/inherit_graph_0.png +share/doc/qore/modules/FtpPoller/html/inherit_graph_1.map +share/doc/qore/modules/FtpPoller/html/inherit_graph_1.md5 +share/doc/qore/modules/FtpPoller/html/inherit_graph_1.png +share/doc/qore/modules/FtpPoller/html/inherit_graph_2.map +share/doc/qore/modules/FtpPoller/html/inherit_graph_2.md5 +share/doc/qore/modules/FtpPoller/html/inherit_graph_2.png +share/doc/qore/modules/FtpPoller/html/inherits.html share/doc/qore/modules/FtpPoller/html/jquery.js share/doc/qore/modules/FtpPoller/html/menu.js share/doc/qore/modules/FtpPoller/html/menudata.js share/doc/qore/modules/FtpPoller/html/namespace_ftp_poller.html share/doc/qore/modules/FtpPoller/html/namespace_ftp_poller.js +share/doc/qore/modules/FtpPoller/html/namespacemembers.html +share/doc/qore/modules/FtpPoller/html/namespacemembers_vars.html share/doc/qore/modules/FtpPoller/html/namespaces.html share/doc/qore/modules/FtpPoller/html/namespaces_dup.js share/doc/qore/modules/FtpPoller/html/nav_f.png @@ -13239,6 +14855,420 @@ share/doc/qore/modules/FtpPollerUtil/htm share/doc/qore/modules/FtpPollerUtil/html/tab_h.png share/doc/qore/modules/FtpPollerUtil/html/tab_s.png share/doc/qore/modules/FtpPollerUtil/html/tabs.css +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_with_method_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_call_without_body_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_data_provider_8qm_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_data_provider_factory_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_delete_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_get_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_head_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_options_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_patch_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_post_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/_http_client_put_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/HttpClientDataProvider/html/annotated.html +share/doc/qore/modules/HttpClientDataProvider/html/annotated_dup.js +share/doc/qore/modules/HttpClientDataProvider/html/bc_s.png +share/doc/qore/modules/HttpClientDataProvider/html/bdwn.png +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_request_data_type-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_request_data_type.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_request_data_type.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_response_data_type-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_response_data_type.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_response_data_type.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_with_method_request_data_type-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_with_method_request_data_type.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_with_method_request_data_type.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_without_body_request_data_type-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_without_body_request_data_type.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_call_without_body_request_data_type.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider_factory-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider_factory.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_data_provider_factory.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_delete_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_delete_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_delete_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_get_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_get_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_get_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_head_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_head_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_head_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_options_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_options_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_options_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_patch_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_patch_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_patch_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_post_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_post_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_post_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_put_data_provider-members.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_put_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/class_http_client_data_provider_1_1_http_client_put_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/classes.html +share/doc/qore/modules/HttpClientDataProvider/html/closed.png +share/doc/qore/modules/HttpClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html +share/doc/qore/modules/HttpClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html +share/doc/qore/modules/HttpClientDataProvider/html/doc.png +share/doc/qore/modules/HttpClientDataProvider/html/doxygen.css +share/doc/qore/modules/HttpClientDataProvider/html/doxygen.svg +share/doc/qore/modules/HttpClientDataProvider/html/dynsections.js +share/doc/qore/modules/HttpClientDataProvider/html/folderclosed.png +share/doc/qore/modules/HttpClientDataProvider/html/folderopen.png +share/doc/qore/modules/HttpClientDataProvider/html/functions.html +share/doc/qore/modules/HttpClientDataProvider/html/functions_func.html +share/doc/qore/modules/HttpClientDataProvider/html/functions_vars.html +share/doc/qore/modules/HttpClientDataProvider/html/graph_legend.html +share/doc/qore/modules/HttpClientDataProvider/html/graph_legend.md5 +share/doc/qore/modules/HttpClientDataProvider/html/graph_legend.png +share/doc/qore/modules/HttpClientDataProvider/html/index.html +share/doc/qore/modules/HttpClientDataProvider/html/index.qhp +share/doc/qore/modules/HttpClientDataProvider/html/jquery.js +share/doc/qore/modules/HttpClientDataProvider/html/menu.js +share/doc/qore/modules/HttpClientDataProvider/html/menudata.js +share/doc/qore/modules/HttpClientDataProvider/html/namespace_http_client_data_provider.html +share/doc/qore/modules/HttpClientDataProvider/html/namespace_http_client_data_provider.js +share/doc/qore/modules/HttpClientDataProvider/html/namespaces.html +share/doc/qore/modules/HttpClientDataProvider/html/namespaces_dup.js +share/doc/qore/modules/HttpClientDataProvider/html/nav_f.png +share/doc/qore/modules/HttpClientDataProvider/html/nav_g.png +share/doc/qore/modules/HttpClientDataProvider/html/nav_h.png +share/doc/qore/modules/HttpClientDataProvider/html/navtree.css +share/doc/qore/modules/HttpClientDataProvider/html/navtree.js +share/doc/qore/modules/HttpClientDataProvider/html/navtreedata.js +share/doc/qore/modules/HttpClientDataProvider/html/navtreeindex0.js +share/doc/qore/modules/HttpClientDataProvider/html/open.png +share/doc/qore/modules/HttpClientDataProvider/html/pages.html +share/doc/qore/modules/HttpClientDataProvider/html/qore-logo-55x200.png +share/doc/qore/modules/HttpClientDataProvider/html/resize.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_0.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_0.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_1.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_1.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_10.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_10.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_11.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_11.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_12.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_12.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_13.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_13.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_14.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_14.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_15.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_15.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_16.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_16.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_17.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_17.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_18.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_18.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_19.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_19.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_1a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_1a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_2.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_2.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_3.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_3.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_4.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_4.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_5.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_5.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_6.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_6.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_7.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_7.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_8.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_8.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_9.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_9.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_b.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_b.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_c.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_c.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_d.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_d.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_e.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_e.js +share/doc/qore/modules/HttpClientDataProvider/html/search/all_f.html +share/doc/qore/modules/HttpClientDataProvider/html/search/all_f.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_0.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_0.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_1.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_1.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_10.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_10.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_11.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_11.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_12.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_12.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_13.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_13.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_14.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_14.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_15.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_15.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_2.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_2.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_3.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_3.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_4.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_4.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_5.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_5.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_6.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_6.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_7.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_7.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_8.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_8.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_9.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_9.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_b.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_b.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_c.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_c.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_d.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_d.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_e.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_e.js +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_f.html +share/doc/qore/modules/HttpClientDataProvider/html/search/classes_f.js +share/doc/qore/modules/HttpClientDataProvider/html/search/close.svg +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_0.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_0.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_1.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_1.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_10.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_10.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_11.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_11.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_12.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_12.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_13.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_13.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_14.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_14.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_15.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_15.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_16.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_16.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_17.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_17.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_18.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_18.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_19.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_19.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_2.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_2.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_3.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_3.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_4.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_4.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_5.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_5.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_6.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_6.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_7.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_7.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_8.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_8.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_9.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_9.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_b.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_b.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_c.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_c.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_d.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_d.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_e.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_e.js +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_f.html +share/doc/qore/modules/HttpClientDataProvider/html/search/functions_f.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_0.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_0.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_1.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_1.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_10.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_10.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_11.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_11.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_12.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_12.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_2.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_2.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_3.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_3.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_4.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_4.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_5.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_5.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_6.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_6.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_7.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_7.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_8.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_8.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_9.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_9.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_b.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_b.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_c.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_c.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_d.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_d.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_e.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_e.js +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_f.html +share/doc/qore/modules/HttpClientDataProvider/html/search/groups_f.js +share/doc/qore/modules/HttpClientDataProvider/html/search/mag_sel.svg +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_0.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_0.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_1.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_1.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_2.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_2.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_3.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_3.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_4.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_4.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_5.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_5.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_6.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_6.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_7.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_7.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_8.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_8.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_9.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_9.js +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/namespaces_a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/nomatches.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_0.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_0.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_1.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_1.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_10.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_10.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_11.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_11.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_12.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_12.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_2.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_2.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_3.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_3.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_4.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_4.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_5.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_5.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_6.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_6.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_7.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_7.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_8.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_8.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_9.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_9.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_b.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_b.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_c.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_c.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_d.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_d.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_e.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_e.js +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_f.html +share/doc/qore/modules/HttpClientDataProvider/html/search/pages_f.js +share/doc/qore/modules/HttpClientDataProvider/html/search/search.css +share/doc/qore/modules/HttpClientDataProvider/html/search/search.js +share/doc/qore/modules/HttpClientDataProvider/html/search/search_l.png +share/doc/qore/modules/HttpClientDataProvider/html/search/search_m.png +share/doc/qore/modules/HttpClientDataProvider/html/search/search_r.png +share/doc/qore/modules/HttpClientDataProvider/html/search/searchdata.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_0.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_0.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_1.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_1.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_10.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_10.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_11.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_11.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_12.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_12.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_13.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_13.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_14.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_14.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_15.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_15.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_16.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_16.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_17.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_17.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_18.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_18.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_19.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_19.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_2.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_2.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_3.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_3.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_4.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_4.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_5.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_5.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_6.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_6.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_7.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_7.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_8.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_8.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_9.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_9.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_a.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_a.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_b.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_b.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_c.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_c.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_d.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_d.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_e.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_e.js +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_f.html +share/doc/qore/modules/HttpClientDataProvider/html/search/variables_f.js +share/doc/qore/modules/HttpClientDataProvider/html/splitbar.png +share/doc/qore/modules/HttpClientDataProvider/html/sync_off.png +share/doc/qore/modules/HttpClientDataProvider/html/sync_on.png +share/doc/qore/modules/HttpClientDataProvider/html/tab_a.png +share/doc/qore/modules/HttpClientDataProvider/html/tab_b.png +share/doc/qore/modules/HttpClientDataProvider/html/tab_h.png +share/doc/qore/modules/HttpClientDataProvider/html/tab_s.png +share/doc/qore/modules/HttpClientDataProvider/html/tabs.css share/doc/qore/modules/HttpServer/html/annotated.html share/doc/qore/modules/HttpServer/html/annotated_dup.js share/doc/qore/modules/HttpServer/html/bc_s.png @@ -14089,6 +16119,8 @@ share/doc/qore/modules/HttpServerUtil/ht share/doc/qore/modules/HttpServerUtil/html/search/namespaces_2.js share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.html share/doc/qore/modules/HttpServerUtil/html/search/namespaces_3.js +share/doc/qore/modules/HttpServerUtil/html/search/namespaces_4.html +share/doc/qore/modules/HttpServerUtil/html/search/namespaces_4.js share/doc/qore/modules/HttpServerUtil/html/search/nomatches.html share/doc/qore/modules/HttpServerUtil/html/search/pages_0.html share/doc/qore/modules/HttpServerUtil/html/search/pages_0.js @@ -14345,6 +16377,12 @@ share/doc/qore/modules/Logger/html/class share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.map share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.md5 share/doc/qore/modules/Logger/html/class_logger_1_1_logger_root__inherit__graph.png +share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender-members.html +share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender.html +share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender.js +share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender__inherit__graph.map +share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender__inherit__graph.md5 +share/doc/qore/modules/Logger/html/class_logger_1_1_stdout_appender__inherit__graph.png share/doc/qore/modules/Logger/html/classes.html share/doc/qore/modules/Logger/html/closed.png share/doc/qore/modules/Logger/html/dir_13add0083e006ac756009d5942a24d28.html @@ -14491,10 +16529,6 @@ share/doc/qore/modules/Logger/html/searc share/doc/qore/modules/Logger/html/search/classes_12.js share/doc/qore/modules/Logger/html/search/classes_13.html share/doc/qore/modules/Logger/html/search/classes_13.js -share/doc/qore/modules/Logger/html/search/classes_14.html -share/doc/qore/modules/Logger/html/search/classes_14.js -share/doc/qore/modules/Logger/html/search/classes_15.html -share/doc/qore/modules/Logger/html/search/classes_15.js share/doc/qore/modules/Logger/html/search/classes_2.html share/doc/qore/modules/Logger/html/search/classes_2.js share/doc/qore/modules/Logger/html/search/classes_3.html @@ -14619,24 +16653,6 @@ share/doc/qore/modules/Logger/html/searc share/doc/qore/modules/Logger/html/search/namespaces_0.js share/doc/qore/modules/Logger/html/search/namespaces_1.html share/doc/qore/modules/Logger/html/search/namespaces_1.js -share/doc/qore/modules/Logger/html/search/namespaces_2.html -share/doc/qore/modules/Logger/html/search/namespaces_2.js -share/doc/qore/modules/Logger/html/search/namespaces_3.html -share/doc/qore/modules/Logger/html/search/namespaces_3.js -share/doc/qore/modules/Logger/html/search/namespaces_4.html -share/doc/qore/modules/Logger/html/search/namespaces_4.js -share/doc/qore/modules/Logger/html/search/namespaces_5.html -share/doc/qore/modules/Logger/html/search/namespaces_5.js -share/doc/qore/modules/Logger/html/search/namespaces_6.html -share/doc/qore/modules/Logger/html/search/namespaces_6.js -share/doc/qore/modules/Logger/html/search/namespaces_7.html -share/doc/qore/modules/Logger/html/search/namespaces_7.js -share/doc/qore/modules/Logger/html/search/namespaces_8.html -share/doc/qore/modules/Logger/html/search/namespaces_8.js -share/doc/qore/modules/Logger/html/search/namespaces_9.html -share/doc/qore/modules/Logger/html/search/namespaces_9.js -share/doc/qore/modules/Logger/html/search/namespaces_a.html -share/doc/qore/modules/Logger/html/search/namespaces_a.js share/doc/qore/modules/Logger/html/search/nomatches.html share/doc/qore/modules/Logger/html/search/pages_0.html share/doc/qore/modules/Logger/html/search/pages_0.js @@ -14704,8 +16720,6 @@ share/doc/qore/modules/Logger/html/searc share/doc/qore/modules/Logger/html/search/variables_17.js share/doc/qore/modules/Logger/html/search/variables_18.html share/doc/qore/modules/Logger/html/search/variables_18.js -share/doc/qore/modules/Logger/html/search/variables_19.html -share/doc/qore/modules/Logger/html/search/variables_19.js share/doc/qore/modules/Logger/html/search/variables_2.html share/doc/qore/modules/Logger/html/search/variables_2.js share/doc/qore/modules/Logger/html/search/variables_3.html @@ -15482,6 +17496,8 @@ share/doc/qore/modules/Mapper/html/searc share/doc/qore/modules/Mapper/html/search/namespaces_8.js share/doc/qore/modules/Mapper/html/search/namespaces_9.html share/doc/qore/modules/Mapper/html/search/namespaces_9.js +share/doc/qore/modules/Mapper/html/search/namespaces_a.html +share/doc/qore/modules/Mapper/html/search/namespaces_a.js share/doc/qore/modules/Mapper/html/search/nomatches.html share/doc/qore/modules/Mapper/html/search/pages_0.html share/doc/qore/modules/Mapper/html/search/pages_0.js @@ -16741,6 +18757,8 @@ share/doc/qore/modules/MysqlSqlUtil/html share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_8.js share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_9.html share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_9.js +share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_a.html +share/doc/qore/modules/MysqlSqlUtil/html/search/namespaces_a.js share/doc/qore/modules/MysqlSqlUtil/html/search/nomatches.html share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.html share/doc/qore/modules/MysqlSqlUtil/html/search/pages_0.js @@ -17234,6 +19252,8 @@ share/doc/qore/modules/OracleSqlUtil/htm share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_9.js share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_a.html share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_a.js +share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_b.html +share/doc/qore/modules/OracleSqlUtil/html/search/namespaces_b.js share/doc/qore/modules/OracleSqlUtil/html/search/nomatches.html share/doc/qore/modules/OracleSqlUtil/html/search/pages_0.html share/doc/qore/modules/OracleSqlUtil/html/search/pages_0.js @@ -17711,6 +19731,8 @@ share/doc/qore/modules/PgsqlSqlUtil/html share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_8.js share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_9.html share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_9.js +share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_a.html +share/doc/qore/modules/PgsqlSqlUtil/html/search/namespaces_a.js share/doc/qore/modules/PgsqlSqlUtil/html/search/nomatches.html share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.html share/doc/qore/modules/PgsqlSqlUtil/html/search/pages_0.js @@ -18074,6 +20096,8 @@ share/doc/qore/modules/Pop3Client/html/s share/doc/qore/modules/Pop3Client/html/search/namespaces_8.js share/doc/qore/modules/Pop3Client/html/search/namespaces_9.html share/doc/qore/modules/Pop3Client/html/search/namespaces_9.js +share/doc/qore/modules/Pop3Client/html/search/namespaces_a.html +share/doc/qore/modules/Pop3Client/html/search/namespaces_a.js share/doc/qore/modules/Pop3Client/html/search/nomatches.html share/doc/qore/modules/Pop3Client/html/search/pages_0.html share/doc/qore/modules/Pop3Client/html/search/pages_0.js @@ -18514,6 +20538,8 @@ share/doc/qore/modules/QUnit/html/search share/doc/qore/modules/QUnit/html/search/namespaces_8.js share/doc/qore/modules/QUnit/html/search/namespaces_9.html share/doc/qore/modules/QUnit/html/search/namespaces_9.js +share/doc/qore/modules/QUnit/html/search/namespaces_a.html +share/doc/qore/modules/QUnit/html/search/namespaces_a.js share/doc/qore/modules/QUnit/html/search/nomatches.html share/doc/qore/modules/QUnit/html/search/pages_0.html share/doc/qore/modules/QUnit/html/search/pages_0.js @@ -18899,6 +20925,8 @@ share/doc/qore/modules/Qdx/html/search/n share/doc/qore/modules/Qdx/html/search/namespaces_8.js share/doc/qore/modules/Qdx/html/search/namespaces_9.html share/doc/qore/modules/Qdx/html/search/namespaces_9.js +share/doc/qore/modules/Qdx/html/search/namespaces_a.html +share/doc/qore/modules/Qdx/html/search/namespaces_a.js share/doc/qore/modules/Qdx/html/search/nomatches.html share/doc/qore/modules/Qdx/html/search/pages_0.html share/doc/qore/modules/Qdx/html/search/pages_0.js @@ -19331,6 +21359,8 @@ share/doc/qore/modules/Qorize/html/searc share/doc/qore/modules/Qorize/html/search/namespaces_8.js share/doc/qore/modules/Qorize/html/search/namespaces_9.html share/doc/qore/modules/Qorize/html/search/namespaces_9.js +share/doc/qore/modules/Qorize/html/search/namespaces_a.html +share/doc/qore/modules/Qorize/html/search/namespaces_a.js share/doc/qore/modules/Qorize/html/search/nomatches.html share/doc/qore/modules/Qorize/html/search/pages_0.html share/doc/qore/modules/Qorize/html/search/pages_0.js @@ -19695,6 +21725,8 @@ share/doc/qore/modules/RestClient/html/s share/doc/qore/modules/RestClient/html/search/namespaces_3.js share/doc/qore/modules/RestClient/html/search/namespaces_4.html share/doc/qore/modules/RestClient/html/search/namespaces_4.js +share/doc/qore/modules/RestClient/html/search/namespaces_5.html +share/doc/qore/modules/RestClient/html/search/namespaces_5.js share/doc/qore/modules/RestClient/html/search/nomatches.html share/doc/qore/modules/RestClient/html/search/pages_0.html share/doc/qore/modules/RestClient/html/search/pages_0.js @@ -19798,6 +21830,398 @@ share/doc/qore/modules/RestClient/html/t share/doc/qore/modules/RestClient/html/tab_h.png share/doc/qore/modules/RestClient/html/tab_s.png share/doc/qore/modules/RestClient/html/tabs.css +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_response_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_with_method_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_call_without_body_request_data_type_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_data_provider_8qm_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_data_provider_factory_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_delete_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_get_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_head_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_options_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_patch_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_post_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/_rest_client_put_data_provider_8qc_8dox_8h_source.html +share/doc/qore/modules/RestClientDataProvider/html/annotated.html +share/doc/qore/modules/RestClientDataProvider/html/annotated_dup.js +share/doc/qore/modules/RestClientDataProvider/html/bc_s.png +share/doc/qore/modules/RestClientDataProvider/html/bdwn.png +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_request_data_type-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_request_data_type.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_request_data_type.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_response_data_type-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_response_data_type.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_response_data_type.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_with_method_request_data_type-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_with_method_request_data_type.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_with_method_request_data_type.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_without_body_request_data_type-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_without_body_request_data_type.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_call_without_body_request_data_type.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider_factory-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider_factory.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_data_provider_factory.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_delete_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_delete_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_delete_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_get_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_get_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_get_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_head_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_head_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_head_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_options_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_options_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_options_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_patch_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_patch_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_patch_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_post_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_post_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_post_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_put_data_provider-members.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_put_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/class_rest_client_data_provider_1_1_rest_client_put_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/classes.html +share/doc/qore/modules/RestClientDataProvider/html/closed.png +share/doc/qore/modules/RestClientDataProvider/html/dir_13add0083e006ac756009d5942a24d28.html +share/doc/qore/modules/RestClientDataProvider/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html +share/doc/qore/modules/RestClientDataProvider/html/doc.png +share/doc/qore/modules/RestClientDataProvider/html/doxygen.css +share/doc/qore/modules/RestClientDataProvider/html/doxygen.svg +share/doc/qore/modules/RestClientDataProvider/html/dynsections.js +share/doc/qore/modules/RestClientDataProvider/html/folderclosed.png +share/doc/qore/modules/RestClientDataProvider/html/folderopen.png +share/doc/qore/modules/RestClientDataProvider/html/functions.html +share/doc/qore/modules/RestClientDataProvider/html/functions_func.html +share/doc/qore/modules/RestClientDataProvider/html/functions_vars.html +share/doc/qore/modules/RestClientDataProvider/html/graph_legend.html +share/doc/qore/modules/RestClientDataProvider/html/graph_legend.md5 +share/doc/qore/modules/RestClientDataProvider/html/graph_legend.png +share/doc/qore/modules/RestClientDataProvider/html/index.html +share/doc/qore/modules/RestClientDataProvider/html/index.qhp +share/doc/qore/modules/RestClientDataProvider/html/jquery.js +share/doc/qore/modules/RestClientDataProvider/html/menu.js +share/doc/qore/modules/RestClientDataProvider/html/menudata.js +share/doc/qore/modules/RestClientDataProvider/html/namespace_rest_client_data_provider.html +share/doc/qore/modules/RestClientDataProvider/html/namespace_rest_client_data_provider.js +share/doc/qore/modules/RestClientDataProvider/html/namespaces.html +share/doc/qore/modules/RestClientDataProvider/html/namespaces_dup.js +share/doc/qore/modules/RestClientDataProvider/html/nav_f.png +share/doc/qore/modules/RestClientDataProvider/html/nav_g.png +share/doc/qore/modules/RestClientDataProvider/html/nav_h.png +share/doc/qore/modules/RestClientDataProvider/html/navtree.css +share/doc/qore/modules/RestClientDataProvider/html/navtree.js +share/doc/qore/modules/RestClientDataProvider/html/navtreedata.js +share/doc/qore/modules/RestClientDataProvider/html/navtreeindex0.js +share/doc/qore/modules/RestClientDataProvider/html/open.png +share/doc/qore/modules/RestClientDataProvider/html/pages.html +share/doc/qore/modules/RestClientDataProvider/html/qore-logo-55x200.png +share/doc/qore/modules/RestClientDataProvider/html/resize.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_0.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_0.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_1.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_1.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_10.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_10.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_11.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_11.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_12.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_12.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_13.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_13.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_14.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_14.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_15.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_15.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_16.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_16.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_17.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_17.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_18.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_18.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_19.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_19.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_1a.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_1a.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_2.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_2.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_3.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_3.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_4.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_4.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_5.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_5.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_6.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_6.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_7.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_7.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_8.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_8.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_9.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_9.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_a.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_a.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_b.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_b.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_c.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_c.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_d.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_d.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_e.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_e.js +share/doc/qore/modules/RestClientDataProvider/html/search/all_f.html +share/doc/qore/modules/RestClientDataProvider/html/search/all_f.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_0.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_0.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_1.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_1.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_10.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_10.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_11.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_11.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_12.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_12.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_13.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_13.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_2.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_2.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_3.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_3.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_4.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_4.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_5.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_5.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_6.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_6.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_7.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_7.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_8.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_8.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_9.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_9.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_a.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_a.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_b.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_b.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_c.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_c.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_d.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_d.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_e.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_e.js +share/doc/qore/modules/RestClientDataProvider/html/search/classes_f.html +share/doc/qore/modules/RestClientDataProvider/html/search/classes_f.js +share/doc/qore/modules/RestClientDataProvider/html/search/close.svg +share/doc/qore/modules/RestClientDataProvider/html/search/functions_0.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_0.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_1.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_1.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_10.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_10.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_11.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_11.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_12.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_12.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_13.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_13.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_14.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_14.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_15.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_15.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_16.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_16.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_17.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_17.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_18.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_18.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_19.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_19.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_2.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_2.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_3.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_3.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_4.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_4.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_5.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_5.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_6.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_6.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_7.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_7.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_8.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_8.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_9.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_9.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_a.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_a.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_b.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_b.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_c.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_c.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_d.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_d.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_e.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_e.js +share/doc/qore/modules/RestClientDataProvider/html/search/functions_f.html +share/doc/qore/modules/RestClientDataProvider/html/search/functions_f.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_0.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_0.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_1.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_1.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_10.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_10.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_11.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_11.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_12.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_12.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_2.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_2.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_3.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_3.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_4.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_4.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_5.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_5.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_6.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_6.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_7.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_7.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_8.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_8.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_9.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_9.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_a.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_a.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_b.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_b.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_c.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_c.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_d.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_d.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_e.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_e.js +share/doc/qore/modules/RestClientDataProvider/html/search/groups_f.html +share/doc/qore/modules/RestClientDataProvider/html/search/groups_f.js +share/doc/qore/modules/RestClientDataProvider/html/search/mag_sel.svg +share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_0.html +share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_0.js +share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_1.html +share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_1.js +share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_2.html +share/doc/qore/modules/RestClientDataProvider/html/search/namespaces_2.js +share/doc/qore/modules/RestClientDataProvider/html/search/nomatches.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_0.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_0.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_1.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_1.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_10.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_10.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_11.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_11.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_12.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_12.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_2.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_2.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_3.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_3.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_4.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_4.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_5.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_5.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_6.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_6.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_7.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_7.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_8.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_8.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_9.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_9.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_a.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_a.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_b.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_b.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_c.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_c.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_d.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_d.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_e.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_e.js +share/doc/qore/modules/RestClientDataProvider/html/search/pages_f.html +share/doc/qore/modules/RestClientDataProvider/html/search/pages_f.js +share/doc/qore/modules/RestClientDataProvider/html/search/search.css +share/doc/qore/modules/RestClientDataProvider/html/search/search.js +share/doc/qore/modules/RestClientDataProvider/html/search/search_l.png +share/doc/qore/modules/RestClientDataProvider/html/search/search_m.png +share/doc/qore/modules/RestClientDataProvider/html/search/search_r.png +share/doc/qore/modules/RestClientDataProvider/html/search/searchdata.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_0.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_0.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_1.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_1.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_10.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_10.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_11.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_11.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_12.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_12.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_13.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_13.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_14.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_14.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_15.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_15.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_16.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_16.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_17.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_17.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_18.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_18.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_2.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_2.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_3.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_3.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_4.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_4.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_5.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_5.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_6.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_6.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_7.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_7.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_8.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_8.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_9.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_9.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_a.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_a.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_b.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_b.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_c.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_c.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_d.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_d.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_e.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_e.js +share/doc/qore/modules/RestClientDataProvider/html/search/variables_f.html +share/doc/qore/modules/RestClientDataProvider/html/search/variables_f.js +share/doc/qore/modules/RestClientDataProvider/html/splitbar.png +share/doc/qore/modules/RestClientDataProvider/html/sync_off.png +share/doc/qore/modules/RestClientDataProvider/html/sync_on.png +share/doc/qore/modules/RestClientDataProvider/html/tab_a.png +share/doc/qore/modules/RestClientDataProvider/html/tab_b.png +share/doc/qore/modules/RestClientDataProvider/html/tab_h.png +share/doc/qore/modules/RestClientDataProvider/html/tab_s.png +share/doc/qore/modules/RestClientDataProvider/html/tabs.css share/doc/qore/modules/RestHandler/html/annotated.html share/doc/qore/modules/RestHandler/html/annotated_dup.js share/doc/qore/modules/RestHandler/html/bc_s.png @@ -20079,6 +22503,8 @@ share/doc/qore/modules/RestHandler/html/ share/doc/qore/modules/RestHandler/html/search/namespaces_7.js share/doc/qore/modules/RestHandler/html/search/namespaces_8.html share/doc/qore/modules/RestHandler/html/search/namespaces_8.js +share/doc/qore/modules/RestHandler/html/search/namespaces_9.html +share/doc/qore/modules/RestHandler/html/search/namespaces_9.js share/doc/qore/modules/RestHandler/html/search/nomatches.html share/doc/qore/modules/RestHandler/html/search/pages_0.html share/doc/qore/modules/RestHandler/html/search/pages_0.js @@ -20931,6 +23357,8 @@ share/doc/qore/modules/SalesforceRestCli share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_8.js share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_9.html share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_9.js +share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_a.html +share/doc/qore/modules/SalesforceRestClient/html/search/namespaces_a.js share/doc/qore/modules/SalesforceRestClient/html/search/nomatches.html share/doc/qore/modules/SalesforceRestClient/html/search/pages_0.html share/doc/qore/modules/SalesforceRestClient/html/search/pages_0.js @@ -21395,6 +23823,8 @@ share/doc/qore/modules/SalesforceRestDat share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_8.js share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_9.html share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_9.js +share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_a.html +share/doc/qore/modules/SalesforceRestDataProvider/html/search/namespaces_a.js share/doc/qore/modules/SalesforceRestDataProvider/html/search/nomatches.html share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_0.html share/doc/qore/modules/SalesforceRestDataProvider/html/search/pages_0.js @@ -21777,6 +24207,8 @@ share/doc/qore/modules/Sap4HanaRestClien share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_8.js share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_9.html share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_9.js +share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_a.html +share/doc/qore/modules/Sap4HanaRestClient/html/search/namespaces_a.js share/doc/qore/modules/Sap4HanaRestClient/html/search/nomatches.html share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_0.html share/doc/qore/modules/Sap4HanaRestClient/html/search/pages_0.js @@ -22162,6 +24594,8 @@ share/doc/qore/modules/Schema/html/searc share/doc/qore/modules/Schema/html/search/namespaces_8.js share/doc/qore/modules/Schema/html/search/namespaces_9.html share/doc/qore/modules/Schema/html/search/namespaces_9.js +share/doc/qore/modules/Schema/html/search/namespaces_a.html +share/doc/qore/modules/Schema/html/search/namespaces_a.js share/doc/qore/modules/Schema/html/search/nomatches.html share/doc/qore/modules/Schema/html/search/pages_0.html share/doc/qore/modules/Schema/html/search/pages_0.js @@ -22650,6 +25084,8 @@ share/doc/qore/modules/SchemaReverse/htm share/doc/qore/modules/SchemaReverse/html/search/namespaces_8.js share/doc/qore/modules/SchemaReverse/html/search/namespaces_9.html share/doc/qore/modules/SchemaReverse/html/search/namespaces_9.js +share/doc/qore/modules/SchemaReverse/html/search/namespaces_a.html +share/doc/qore/modules/SchemaReverse/html/search/namespaces_a.js share/doc/qore/modules/SchemaReverse/html/search/nomatches.html share/doc/qore/modules/SchemaReverse/html/search/pages_0.html share/doc/qore/modules/SchemaReverse/html/search/pages_0.js @@ -23026,6 +25462,8 @@ share/doc/qore/modules/ServiceNowRestCli share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_8.js share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_9.html share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_9.js +share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_a.html +share/doc/qore/modules/ServiceNowRestClient/html/search/namespaces_a.js share/doc/qore/modules/ServiceNowRestClient/html/search/nomatches.html share/doc/qore/modules/ServiceNowRestClient/html/search/pages_0.html share/doc/qore/modules/ServiceNowRestClient/html/search/pages_0.js @@ -23869,6 +26307,8 @@ share/doc/qore/modules/SewioRestClient/h share/doc/qore/modules/SewioRestClient/html/search/namespaces_8.js share/doc/qore/modules/SewioRestClient/html/search/namespaces_9.html share/doc/qore/modules/SewioRestClient/html/search/namespaces_9.js +share/doc/qore/modules/SewioRestClient/html/search/namespaces_a.html +share/doc/qore/modules/SewioRestClient/html/search/namespaces_a.js share/doc/qore/modules/SewioRestClient/html/search/nomatches.html share/doc/qore/modules/SewioRestClient/html/search/pages_0.html share/doc/qore/modules/SewioRestClient/html/search/pages_0.js @@ -23981,15 +26421,9 @@ share/doc/qore/modules/SewioWebSocketCli share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client-members.html share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client.html share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client.js -share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client__inherit__graph.map -share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client__inherit__graph.md5 -share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_client__inherit__graph.png share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection-members.html share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection.html share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection.js -share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection__inherit__graph.map -share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection__inherit__graph.md5 -share/doc/qore/modules/SewioWebSocketClient/html/class_sewio_web_socket_client_1_1_sewio_web_socket_connection__inherit__graph.png share/doc/qore/modules/SewioWebSocketClient/html/classes.html share/doc/qore/modules/SewioWebSocketClient/html/closed.png share/doc/qore/modules/SewioWebSocketClient/html/dir_13add0083e006ac756009d5942a24d28.html @@ -24006,17 +26440,8 @@ share/doc/qore/modules/SewioWebSocketCli share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.html share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.md5 share/doc/qore/modules/SewioWebSocketClient/html/graph_legend.png -share/doc/qore/modules/SewioWebSocketClient/html/hierarchy.html -share/doc/qore/modules/SewioWebSocketClient/html/hierarchy.js share/doc/qore/modules/SewioWebSocketClient/html/index.html share/doc/qore/modules/SewioWebSocketClient/html/index.qhp -share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_0.map -share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_0.md5 -share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_0.png -share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_1.map -share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_1.md5 -share/doc/qore/modules/SewioWebSocketClient/html/inherit_graph_1.png -share/doc/qore/modules/SewioWebSocketClient/html/inherits.html share/doc/qore/modules/SewioWebSocketClient/html/jquery.js share/doc/qore/modules/SewioWebSocketClient/html/menu.js share/doc/qore/modules/SewioWebSocketClient/html/menudata.js @@ -24247,6 +26672,8 @@ share/doc/qore/modules/SewioWebSocketCli share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_8.js share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_9.html share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_9.js +share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_a.html +share/doc/qore/modules/SewioWebSocketClient/html/search/namespaces_a.js share/doc/qore/modules/SewioWebSocketClient/html/search/nomatches.html share/doc/qore/modules/SewioWebSocketClient/html/search/pages_0.html share/doc/qore/modules/SewioWebSocketClient/html/search/pages_0.js @@ -24370,9 +26797,36 @@ share/doc/qore/modules/SmtpClient/html/c share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client-members.html share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.html share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider_factory-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider_factory.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_data_provider_factory.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_send_email_data_provider-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_send_email_data_provider.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client_send_email_data_provider.js share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection-members.html share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.html share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation__inherit__graph.map +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation__inherit__graph.md5 +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_ping_poll_operation__inherit__graph.png +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_attachment_data_type-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_attachment_data_type.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_attachment_data_type.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_request_data_type-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_request_data_type.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_request_data_type.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_data_type-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_data_type.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_data_type.js +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_info_data_type-members.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_info_data_type.html +share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_send_email_response_info_data_type.js share/doc/qore/modules/SmtpClient/html/classes.html share/doc/qore/modules/SmtpClient/html/closed.png share/doc/qore/modules/SmtpClient/html/dir_13add0083e006ac756009d5942a24d28.html @@ -24399,6 +26853,15 @@ share/doc/qore/modules/SmtpClient/html/i share/doc/qore/modules/SmtpClient/html/inherit_graph_1.map share/doc/qore/modules/SmtpClient/html/inherit_graph_1.md5 share/doc/qore/modules/SmtpClient/html/inherit_graph_1.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_10.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_10.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_10.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_11.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_11.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_11.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_12.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_12.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_12.png share/doc/qore/modules/SmtpClient/html/inherit_graph_2.map share/doc/qore/modules/SmtpClient/html/inherit_graph_2.md5 share/doc/qore/modules/SmtpClient/html/inherit_graph_2.png @@ -24408,6 +26871,21 @@ share/doc/qore/modules/SmtpClient/html/i share/doc/qore/modules/SmtpClient/html/inherit_graph_4.map share/doc/qore/modules/SmtpClient/html/inherit_graph_4.md5 share/doc/qore/modules/SmtpClient/html/inherit_graph_4.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_5.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_5.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_5.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_6.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_6.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_6.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_7.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_7.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_7.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_8.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_8.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_8.png +share/doc/qore/modules/SmtpClient/html/inherit_graph_9.map +share/doc/qore/modules/SmtpClient/html/inherit_graph_9.md5 +share/doc/qore/modules/SmtpClient/html/inherit_graph_9.png share/doc/qore/modules/SmtpClient/html/inherits.html share/doc/qore/modules/SmtpClient/html/jquery.js share/doc/qore/modules/SmtpClient/html/menu.js @@ -24639,6 +27117,8 @@ share/doc/qore/modules/SmtpClient/html/s share/doc/qore/modules/SmtpClient/html/search/namespaces_8.js share/doc/qore/modules/SmtpClient/html/search/namespaces_9.html share/doc/qore/modules/SmtpClient/html/search/namespaces_9.js +share/doc/qore/modules/SmtpClient/html/search/namespaces_a.html +share/doc/qore/modules/SmtpClient/html/search/namespaces_a.js share/doc/qore/modules/SmtpClient/html/search/nomatches.html share/doc/qore/modules/SmtpClient/html/search/pages_0.html share/doc/qore/modules/SmtpClient/html/search/pages_0.js @@ -24797,6 +27277,12 @@ share/doc/qore/modules/SqlUtil/html/clas share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.map share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.md5 share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_constraint__inherit__graph.png +share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database-members.html +share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database.html +share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database.js +share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database__inherit__graph.map +share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database__inherit__graph.md5 +share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_database__inherit__graph.png share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object-members.html share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object.html share/doc/qore/modules/SqlUtil/html/class_sql_util_1_1_abstract_ddl_object.js @@ -25023,6 +27509,7 @@ share/doc/qore/modules/SqlUtil/html/func share/doc/qore/modules/SqlUtil/html/functions_u.html share/doc/qore/modules/SqlUtil/html/functions_v.html share/doc/qore/modules/SqlUtil/html/functions_vars.html +share/doc/qore/modules/SqlUtil/html/functions_w.html share/doc/qore/modules/SqlUtil/html/graph_legend.html share/doc/qore/modules/SqlUtil/html/graph_legend.md5 share/doc/qore/modules/SqlUtil/html/graph_legend.png @@ -25061,6 +27548,7 @@ share/doc/qore/modules/SqlUtil/html/grou share/doc/qore/modules/SqlUtil/html/group__functional__domain__constants.js share/doc/qore/modules/SqlUtil/html/group__hmac__functions.js share/doc/qore/modules/SqlUtil/html/group__import__visibility__constants.js +share/doc/qore/modules/SqlUtil/html/group__info__actions.html share/doc/qore/modules/SqlUtil/html/group__io__constants.js share/doc/qore/modules/SqlUtil/html/group__library__option__constants.js share/doc/qore/modules/SqlUtil/html/group__list__functions.js @@ -25186,6 +27674,9 @@ share/doc/qore/modules/SqlUtil/html/inhe share/doc/qore/modules/SqlUtil/html/inherit_graph_28.map share/doc/qore/modules/SqlUtil/html/inherit_graph_28.md5 share/doc/qore/modules/SqlUtil/html/inherit_graph_28.png +share/doc/qore/modules/SqlUtil/html/inherit_graph_29.map +share/doc/qore/modules/SqlUtil/html/inherit_graph_29.md5 +share/doc/qore/modules/SqlUtil/html/inherit_graph_29.png share/doc/qore/modules/SqlUtil/html/inherit_graph_3.map share/doc/qore/modules/SqlUtil/html/inherit_graph_3.md5 share/doc/qore/modules/SqlUtil/html/inherit_graph_3.png @@ -25228,6 +27719,7 @@ share/doc/qore/modules/SqlUtil/html/navt share/doc/qore/modules/SqlUtil/html/navtreedata.js share/doc/qore/modules/SqlUtil/html/navtreeindex0.js share/doc/qore/modules/SqlUtil/html/navtreeindex1.js +share/doc/qore/modules/SqlUtil/html/navtreeindex10.js share/doc/qore/modules/SqlUtil/html/navtreeindex2.js share/doc/qore/modules/SqlUtil/html/navtreeindex3.js share/doc/qore/modules/SqlUtil/html/navtreeindex4.js @@ -25551,6 +28043,9 @@ share/doc/qore/modules/SqlUtil/html/stru share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info-members.html share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info.html share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_operator_info.js +share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_query_info-members.html +share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_query_info.html +share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_query_info.js share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info-members.html share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info.html share/doc/qore/modules/SqlUtil/html/struct_sql_util_1_1_sql_command_info.js @@ -25570,6 +28065,392 @@ share/doc/qore/modules/SqlUtil/html/tab_ share/doc/qore/modules/SqlUtil/html/tab_h.png share/doc/qore/modules/SqlUtil/html/tab_s.png share/doc/qore/modules/SqlUtil/html/tabs.css +share/doc/qore/modules/Sqlite3SqlUtil/html/annotated.html +share/doc/qore/modules/Sqlite3SqlUtil/html/annotated_dup.js +share/doc/qore/modules/Sqlite3SqlUtil/html/bc_s.png +share/doc/qore/modules/Sqlite3SqlUtil/html/bdwn.png +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_column-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_column.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_column.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_database-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_database.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_database.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_foreign_constraint-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_foreign_constraint.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_foreign_constraint.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_index-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_index.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_index.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_primary_key-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_primary_key.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_primary_key.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_savepoint_helper-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_savepoint_helper.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_savepoint_helper.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_table-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_table.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_table.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_trigger-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_trigger.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_trigger.js +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_view-members.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_view.html +share/doc/qore/modules/Sqlite3SqlUtil/html/class_sqlite3_sql_util_1_1_sqlite3_view.js +share/doc/qore/modules/Sqlite3SqlUtil/html/classes.html +share/doc/qore/modules/Sqlite3SqlUtil/html/closed.png +share/doc/qore/modules/Sqlite3SqlUtil/html/dir_13add0083e006ac756009d5942a24d28.html +share/doc/qore/modules/Sqlite3SqlUtil/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/doc.png +share/doc/qore/modules/Sqlite3SqlUtil/html/doxygen.css +share/doc/qore/modules/Sqlite3SqlUtil/html/doxygen.svg +share/doc/qore/modules/Sqlite3SqlUtil/html/dynsections.js +share/doc/qore/modules/Sqlite3SqlUtil/html/folderclosed.png +share/doc/qore/modules/Sqlite3SqlUtil/html/folderopen.png +share/doc/qore/modules/Sqlite3SqlUtil/html/functions.html +share/doc/qore/modules/Sqlite3SqlUtil/html/functions_func.html +share/doc/qore/modules/Sqlite3SqlUtil/html/functions_vars.html +share/doc/qore/modules/Sqlite3SqlUtil/html/graph_legend.html +share/doc/qore/modules/Sqlite3SqlUtil/html/graph_legend.md5 +share/doc/qore/modules/Sqlite3SqlUtil/html/graph_legend.png +share/doc/qore/modules/Sqlite3SqlUtil/html/index.html +share/doc/qore/modules/Sqlite3SqlUtil/html/index.qhp +share/doc/qore/modules/Sqlite3SqlUtil/html/jquery.js +share/doc/qore/modules/Sqlite3SqlUtil/html/menu.js +share/doc/qore/modules/Sqlite3SqlUtil/html/menudata.js +share/doc/qore/modules/Sqlite3SqlUtil/html/namespace_sqlite3_sql_util.html +share/doc/qore/modules/Sqlite3SqlUtil/html/namespace_sqlite3_sql_util.js +share/doc/qore/modules/Sqlite3SqlUtil/html/namespacemembers.html +share/doc/qore/modules/Sqlite3SqlUtil/html/namespacemembers_func.html +share/doc/qore/modules/Sqlite3SqlUtil/html/namespaces.html +share/doc/qore/modules/Sqlite3SqlUtil/html/namespaces_dup.js +share/doc/qore/modules/Sqlite3SqlUtil/html/nav_f.png +share/doc/qore/modules/Sqlite3SqlUtil/html/nav_g.png +share/doc/qore/modules/Sqlite3SqlUtil/html/nav_h.png +share/doc/qore/modules/Sqlite3SqlUtil/html/navtree.css +share/doc/qore/modules/Sqlite3SqlUtil/html/navtree.js +share/doc/qore/modules/Sqlite3SqlUtil/html/navtreedata.js +share/doc/qore/modules/Sqlite3SqlUtil/html/navtreeindex0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/open.png +share/doc/qore/modules/Sqlite3SqlUtil/html/pages.html +share/doc/qore/modules/Sqlite3SqlUtil/html/qore-logo-55x200.png +share/doc/qore/modules/Sqlite3SqlUtil/html/resize.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_0.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_10.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_10.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_11.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_11.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_12.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_12.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_13.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_13.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_14.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_14.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_15.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_15.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_16.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_16.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_17.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_17.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_18.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_18.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_19.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_19.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_1a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_2.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_2.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_3.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_3.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_4.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_4.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_5.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_5.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_6.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_6.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_7.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_7.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_8.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_8.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_9.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_9.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_b.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_b.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_c.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_c.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_d.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_d.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_e.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_e.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_f.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/all_f.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_0.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_1.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_1.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_10.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_10.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_11.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_11.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_12.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_12.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_13.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_13.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_14.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_14.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_15.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_15.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_2.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_2.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_3.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_3.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_4.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_4.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_5.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_5.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_6.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_6.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_7.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_7.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_8.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_8.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_9.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_9.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_b.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_b.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_c.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_c.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_d.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_d.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_e.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_e.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_f.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/classes_f.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/close.svg +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_0.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_1.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_1.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_10.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_10.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_11.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_11.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_12.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_12.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_13.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_13.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_14.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_14.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_15.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_15.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_16.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_16.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_17.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_17.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_18.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_18.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_19.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_19.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_2.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_2.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_3.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_3.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_4.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_4.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_5.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_5.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_6.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_6.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_7.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_7.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_8.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_8.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_9.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_9.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_b.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_b.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_c.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_c.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_d.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_d.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_e.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_e.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_f.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/functions_f.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_0.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_1.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_1.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_10.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_10.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_11.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_11.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_12.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_12.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_2.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_2.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_3.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_3.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_4.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_4.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_5.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_5.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_6.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_6.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_7.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_7.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_8.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_8.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_9.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_9.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_b.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_b.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_c.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_c.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_d.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_d.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_e.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_e.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_f.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/groups_f.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/mag_sel.svg +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_0.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_1.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_1.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_2.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_2.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_3.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_3.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_4.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_4.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_5.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_5.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_6.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_6.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_7.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_7.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_8.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_8.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_9.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_9.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/namespaces_a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/nomatches.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_0.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_1.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_1.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_10.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_10.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_11.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_11.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_12.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_12.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_2.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_2.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_3.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_3.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_4.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_4.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_5.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_5.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_6.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_6.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_7.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_7.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_8.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_8.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_9.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_9.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_b.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_b.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_c.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_c.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_d.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_d.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_e.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_e.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_f.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/pages_f.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/search.css +share/doc/qore/modules/Sqlite3SqlUtil/html/search/search.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/search_l.png +share/doc/qore/modules/Sqlite3SqlUtil/html/search/search_m.png +share/doc/qore/modules/Sqlite3SqlUtil/html/search/search_r.png +share/doc/qore/modules/Sqlite3SqlUtil/html/search/searchdata.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_0.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_0.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_1.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_1.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_10.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_10.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_11.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_11.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_12.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_12.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_13.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_13.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_14.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_14.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_15.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_15.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_16.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_16.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_17.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_17.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_18.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_18.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_19.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_19.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_2.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_2.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_3.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_3.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_4.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_4.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_5.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_5.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_6.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_6.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_7.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_7.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_8.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_8.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_9.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_9.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_a.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_a.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_b.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_b.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_c.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_c.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_d.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_d.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_e.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_e.js +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_f.html +share/doc/qore/modules/Sqlite3SqlUtil/html/search/variables_f.js +share/doc/qore/modules/Sqlite3SqlUtil/html/splitbar.png +share/doc/qore/modules/Sqlite3SqlUtil/html/sync_off.png +share/doc/qore/modules/Sqlite3SqlUtil/html/sync_on.png +share/doc/qore/modules/Sqlite3SqlUtil/html/tab_a.png +share/doc/qore/modules/Sqlite3SqlUtil/html/tab_b.png +share/doc/qore/modules/Sqlite3SqlUtil/html/tab_h.png +share/doc/qore/modules/Sqlite3SqlUtil/html/tab_s.png +share/doc/qore/modules/Sqlite3SqlUtil/html/tabs.css share/doc/qore/modules/Swagger/html/annotated.html share/doc/qore/modules/Swagger/html/annotated_dup.js share/doc/qore/modules/Swagger/html/bc_s.png @@ -26371,6 +29252,8 @@ share/doc/qore/modules/SwaggerDataProvid share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_7.js share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_8.html share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_8.js +share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_9.html +share/doc/qore/modules/SwaggerDataProvider/html/search/namespaces_9.js share/doc/qore/modules/SwaggerDataProvider/html/search/nomatches.html share/doc/qore/modules/SwaggerDataProvider/html/search/pages_0.html share/doc/qore/modules/SwaggerDataProvider/html/search/pages_0.js @@ -26780,6 +29663,8 @@ share/doc/qore/modules/TableMapper/html/ share/doc/qore/modules/TableMapper/html/search/namespaces_9.js share/doc/qore/modules/TableMapper/html/search/namespaces_a.html share/doc/qore/modules/TableMapper/html/search/namespaces_a.js +share/doc/qore/modules/TableMapper/html/search/namespaces_b.html +share/doc/qore/modules/TableMapper/html/search/namespaces_b.js share/doc/qore/modules/TableMapper/html/search/nomatches.html share/doc/qore/modules/TableMapper/html/search/pages_0.html share/doc/qore/modules/TableMapper/html/search/pages_0.js @@ -27229,6 +30114,8 @@ share/doc/qore/modules/TelnetClient/html share/doc/qore/modules/TelnetClient/html/search/namespaces_9.js share/doc/qore/modules/TelnetClient/html/search/namespaces_a.html share/doc/qore/modules/TelnetClient/html/search/namespaces_a.js +share/doc/qore/modules/TelnetClient/html/search/namespaces_b.html +share/doc/qore/modules/TelnetClient/html/search/namespaces_b.js share/doc/qore/modules/TelnetClient/html/search/nomatches.html share/doc/qore/modules/TelnetClient/html/search/pages_0.html share/doc/qore/modules/TelnetClient/html/search/pages_0.js @@ -27592,6 +30479,8 @@ share/doc/qore/modules/TextWrap/html/sea share/doc/qore/modules/TextWrap/html/search/namespaces_9.js share/doc/qore/modules/TextWrap/html/search/namespaces_a.html share/doc/qore/modules/TextWrap/html/search/namespaces_a.js +share/doc/qore/modules/TextWrap/html/search/namespaces_b.html +share/doc/qore/modules/TextWrap/html/search/namespaces_b.js share/doc/qore/modules/TextWrap/html/search/nomatches.html share/doc/qore/modules/TextWrap/html/search/pages_0.html share/doc/qore/modules/TextWrap/html/search/pages_0.js @@ -28300,6 +31189,8 @@ share/doc/qore/modules/VscDebugAdapter/h share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_9.js share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_a.html share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_a.js +share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_b.html +share/doc/qore/modules/VscDebugAdapter/html/search/namespaces_b.js share/doc/qore/modules/VscDebugAdapter/html/search/nomatches.html share/doc/qore/modules/VscDebugAdapter/html/search/pages_0.html share/doc/qore/modules/VscDebugAdapter/html/search/pages_0.js @@ -28405,20 +31296,8 @@ share/doc/qore/modules/VscDebugAdapter/h share/doc/qore/modules/VscDebugAdapter/html/tab_h.png share/doc/qore/modules/VscDebugAdapter/html/tab_s.png share/doc/qore/modules/VscDebugAdapter/html/tabs.css -share/doc/qore/modules/WebSocketClient/html/annotated.html -share/doc/qore/modules/WebSocketClient/html/annotated_dup.js share/doc/qore/modules/WebSocketClient/html/bc_s.png share/doc/qore/modules/WebSocketClient/html/bdwn.png -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client-members.html -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client.html -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client.js -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object-members.html -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object.html -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object.js -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.map -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.md5 -share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.png -share/doc/qore/modules/WebSocketClient/html/classes.html share/doc/qore/modules/WebSocketClient/html/closed.png share/doc/qore/modules/WebSocketClient/html/dir_13add0083e006ac756009d5942a24d28.html share/doc/qore/modules/WebSocketClient/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html @@ -28428,109 +31307,14 @@ share/doc/qore/modules/WebSocketClient/h share/doc/qore/modules/WebSocketClient/html/dynsections.js share/doc/qore/modules/WebSocketClient/html/folderclosed.png share/doc/qore/modules/WebSocketClient/html/folderopen.png -share/doc/qore/modules/WebSocketClient/html/functions.html -share/doc/qore/modules/WebSocketClient/html/functions_func.html -share/doc/qore/modules/WebSocketClient/html/functions_vars.html share/doc/qore/modules/WebSocketClient/html/graph_legend.html share/doc/qore/modules/WebSocketClient/html/graph_legend.md5 share/doc/qore/modules/WebSocketClient/html/graph_legend.png -share/doc/qore/modules/WebSocketClient/html/group___buffered_stream_reader.js -share/doc/qore/modules/WebSocketClient/html/group___string_concat_decoding.js -share/doc/qore/modules/WebSocketClient/html/group___string_concat_encoding.js -share/doc/qore/modules/WebSocketClient/html/group___w_s_client_raw_callback_return_codes.html -share/doc/qore/modules/WebSocketClient/html/group__boolean__constants.js -share/doc/qore/modules/WebSocketClient/html/group__breakpoint__policy__options.js -share/doc/qore/modules/WebSocketClient/html/group__call__type__constants.js -share/doc/qore/modules/WebSocketClient/html/group__compression__constants.js -share/doc/qore/modules/WebSocketClient/html/group__compression__transformations.js -share/doc/qore/modules/WebSocketClient/html/group__compresssion__functions.js -share/doc/qore/modules/WebSocketClient/html/group__context__functions.js -share/doc/qore/modules/WebSocketClient/html/group__crypto__transformations.js -share/doc/qore/modules/WebSocketClient/html/group__cryptographic__constants.js -share/doc/qore/modules/WebSocketClient/html/group__cryptographic__functions.js -share/doc/qore/modules/WebSocketClient/html/group__database__driver__constants.js -share/doc/qore/modules/WebSocketClient/html/group__date__and__time__functions.js -share/doc/qore/modules/WebSocketClient/html/group__dbi__capabilities.js -share/doc/qore/modules/WebSocketClient/html/group__debug__flow__options.js -share/doc/qore/modules/WebSocketClient/html/group__debug__rs__options.js -share/doc/qore/modules/WebSocketClient/html/group__digest__algorithms.js -share/doc/qore/modules/WebSocketClient/html/group__digest__functions.js -share/doc/qore/modules/WebSocketClient/html/group__env__functions.js -share/doc/qore/modules/WebSocketClient/html/group__error__constants.js -share/doc/qore/modules/WebSocketClient/html/group__event__constants.js -share/doc/qore/modules/WebSocketClient/html/group__event__map__constants.js -share/doc/qore/modules/WebSocketClient/html/group__event__source__constants.js -share/doc/qore/modules/WebSocketClient/html/group__exception__type__constants.js -share/doc/qore/modules/WebSocketClient/html/group__file__locking__constants.js -share/doc/qore/modules/WebSocketClient/html/group__file__open__constants.js -share/doc/qore/modules/WebSocketClient/html/group__file__seek__constants.js -share/doc/qore/modules/WebSocketClient/html/group__file__stat__constants.js -share/doc/qore/modules/WebSocketClient/html/group__functional__domain__constants.js -share/doc/qore/modules/WebSocketClient/html/group__hmac__functions.js -share/doc/qore/modules/WebSocketClient/html/group__import__visibility__constants.js -share/doc/qore/modules/WebSocketClient/html/group__io__constants.js -share/doc/qore/modules/WebSocketClient/html/group__library__option__constants.js -share/doc/qore/modules/WebSocketClient/html/group__list__functions.js -share/doc/qore/modules/WebSocketClient/html/group__math__constants.js -share/doc/qore/modules/WebSocketClient/html/group__math__functions.js -share/doc/qore/modules/WebSocketClient/html/group__misc__functions.js -share/doc/qore/modules/WebSocketClient/html/group__network__address__family__constants.js -share/doc/qore/modules/WebSocketClient/html/group__network__address__information__constants.js -share/doc/qore/modules/WebSocketClient/html/group__null__and__nothing__constants.js -share/doc/qore/modules/WebSocketClient/html/group__number__formatting__constants.js -share/doc/qore/modules/WebSocketClient/html/group__number__string__formatting__constants.js -share/doc/qore/modules/WebSocketClient/html/group__object__functions.js -share/doc/qore/modules/WebSocketClient/html/group__old__dbi__functions.js -share/doc/qore/modules/WebSocketClient/html/group__option__constants.js -share/doc/qore/modules/WebSocketClient/html/group__parse__options.js -share/doc/qore/modules/WebSocketClient/html/group__parse__url__options.js -share/doc/qore/modules/WebSocketClient/html/group__protocol__constants.js -share/doc/qore/modules/WebSocketClient/html/group__range__functions.js -share/doc/qore/modules/WebSocketClient/html/group__regex__constants.js -share/doc/qore/modules/WebSocketClient/html/group__signal__constants.js -share/doc/qore/modules/WebSocketClient/html/group__signal__handling__functions.js -share/doc/qore/modules/WebSocketClient/html/group__socket__poll__constants.js -share/doc/qore/modules/WebSocketClient/html/group__socket__type__constants.js -share/doc/qore/modules/WebSocketClient/html/group__sql__constants.js -share/doc/qore/modules/WebSocketClient/html/group__ssl__mode__constants.js -share/doc/qore/modules/WebSocketClient/html/group__string__functions.js -share/doc/qore/modules/WebSocketClient/html/group__string__type__constants.js -share/doc/qore/modules/WebSocketClient/html/group__system__and__build__constants.js -share/doc/qore/modules/WebSocketClient/html/group__tattr__control__character__constants.js -share/doc/qore/modules/WebSocketClient/html/group__tattr__control__mode__constants.js -share/doc/qore/modules/WebSocketClient/html/group__tattr__input__mode__constants.js -share/doc/qore/modules/WebSocketClient/html/group__tattr__local__mode__constants.js -share/doc/qore/modules/WebSocketClient/html/group__tattr__output__mode__constants.js -share/doc/qore/modules/WebSocketClient/html/group__tattr__term__setting__constants.js -share/doc/qore/modules/WebSocketClient/html/group__threading__functions.js -share/doc/qore/modules/WebSocketClient/html/group__type__code__constants.js -share/doc/qore/modules/WebSocketClient/html/group__type__code__map__constants.js -share/doc/qore/modules/WebSocketClient/html/group__type__conversion__functions.js -share/doc/qore/modules/WebSocketClient/html/group__user__and__group__functions.js -share/doc/qore/modules/WebSocketClient/html/group__warning__constants.js -share/doc/qore/modules/WebSocketClient/html/group__x509__verification__constants.js -share/doc/qore/modules/WebSocketClient/html/hierarchy.html -share/doc/qore/modules/WebSocketClient/html/hierarchy.js share/doc/qore/modules/WebSocketClient/html/index.html share/doc/qore/modules/WebSocketClient/html/index.qhp -share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.map -share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.md5 -share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.png -share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.map -share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.md5 -share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.png -share/doc/qore/modules/WebSocketClient/html/inherits.html share/doc/qore/modules/WebSocketClient/html/jquery.js share/doc/qore/modules/WebSocketClient/html/menu.js share/doc/qore/modules/WebSocketClient/html/menudata.js -share/doc/qore/modules/WebSocketClient/html/modules.html -share/doc/qore/modules/WebSocketClient/html/modules.js -share/doc/qore/modules/WebSocketClient/html/namespace_web_socket_client.html -share/doc/qore/modules/WebSocketClient/html/namespace_web_socket_client.js -share/doc/qore/modules/WebSocketClient/html/namespacemembers.html -share/doc/qore/modules/WebSocketClient/html/namespacemembers_vars.html -share/doc/qore/modules/WebSocketClient/html/namespaces.html -share/doc/qore/modules/WebSocketClient/html/namespaces_dup.js share/doc/qore/modules/WebSocketClient/html/nav_f.png share/doc/qore/modules/WebSocketClient/html/nav_g.png share/doc/qore/modules/WebSocketClient/html/nav_h.png @@ -28538,11 +31322,6 @@ share/doc/qore/modules/WebSocketClient/h share/doc/qore/modules/WebSocketClient/html/navtree.js share/doc/qore/modules/WebSocketClient/html/navtreedata.js share/doc/qore/modules/WebSocketClient/html/navtreeindex0.js -share/doc/qore/modules/WebSocketClient/html/navtreeindex1.js -share/doc/qore/modules/WebSocketClient/html/navtreeindex2.js -share/doc/qore/modules/WebSocketClient/html/navtreeindex3.js -share/doc/qore/modules/WebSocketClient/html/navtreeindex4.js -share/doc/qore/modules/WebSocketClient/html/navtreeindex5.js share/doc/qore/modules/WebSocketClient/html/open.png share/doc/qore/modules/WebSocketClient/html/pages.html share/doc/qore/modules/WebSocketClient/html/qore-logo-55x200.png @@ -28743,6 +31522,8 @@ share/doc/qore/modules/WebSocketClient/h share/doc/qore/modules/WebSocketClient/html/search/namespaces_2.js share/doc/qore/modules/WebSocketClient/html/search/namespaces_3.html share/doc/qore/modules/WebSocketClient/html/search/namespaces_3.js +share/doc/qore/modules/WebSocketClient/html/search/namespaces_4.html +share/doc/qore/modules/WebSocketClient/html/search/namespaces_4.js share/doc/qore/modules/WebSocketClient/html/search/nomatches.html share/doc/qore/modules/WebSocketClient/html/search/pages_0.html share/doc/qore/modules/WebSocketClient/html/search/pages_0.js @@ -30017,6 +32798,8 @@ share/doc/qore/modules/WebUtil/html/sear share/doc/qore/modules/WebUtil/html/search/namespaces_8.js share/doc/qore/modules/WebUtil/html/search/namespaces_9.html share/doc/qore/modules/WebUtil/html/search/namespaces_9.js +share/doc/qore/modules/WebUtil/html/search/namespaces_a.html +share/doc/qore/modules/WebUtil/html/search/namespaces_a.js share/doc/qore/modules/WebUtil/html/search/nomatches.html share/doc/qore/modules/WebUtil/html/search/pages_0.html share/doc/qore/modules/WebUtil/html/search/pages_0.js @@ -30395,6 +33178,8 @@ share/doc/qore/modules/ZeyosRestClient/h share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_9.js share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_a.html share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_a.js +share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_b.html +share/doc/qore/modules/ZeyosRestClient/html/search/namespaces_b.js share/doc/qore/modules/ZeyosRestClient/html/search/nomatches.html share/doc/qore/modules/ZeyosRestClient/html/search/pages_0.html share/doc/qore/modules/ZeyosRestClient/html/search/pages_0.js @@ -31132,230 +33917,315 @@ share/doc/qore/modules/reflection/html/t share/doc/qore/modules/reflection/html/tab_h.png share/doc/qore/modules/reflection/html/tab_s.png share/doc/qore/modules/reflection/html/tabs.css -share/qore-modules/${PKGVERSION}.0/AwsRestClient.qm -share/qore-modules/${PKGVERSION}.0/BillwerkRestClient.qm -share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/AbstractBulkOperation.qc -share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/BulkInsertOperation.qc -share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/BulkSqlUtil.qm -share/qore-modules/${PKGVERSION}.0/BulkSqlUtil/BulkUpsertOperation.qc -share/qore-modules/${PKGVERSION}.0/CdsRestClient.qm -share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsEntityDataProvider.qc -share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProvider.qc -share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProvider.qm -share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProviderDefs.qc -share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/CdsRestDataProvider/CdsRestRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/AbstractConnection.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/AbstractConnectionWithInfo.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/ConnectionProvider.qm -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/ConnectionSchemeCache.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/FilesystemConnection.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/FtpConnection.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/HttpBasedConnection.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/HttpConnection.qc -share/qore-modules/${PKGVERSION}.0/ConnectionProvider/InvalidConnection.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/AbstractCsvIterator.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/AbstractCsvWriter.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvDataIterator.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvFileIterator.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvFileWriter.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvHelper.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvIterator.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvReadDataProvider.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvReadDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvStringWriter.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvUtil.qm -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvWriteDataProvider.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvWriteDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/CsvUtil/CsvWriter.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataField.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProcessor.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProvider.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderBulkOperation.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderBulkRecordInterface.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/AbstractDataProviderType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DataProvider.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DataProvider.qm -share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderBulkRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderPipeline.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderPipelineFactory.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderTypeCache.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DataProviderTypeEntry.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultBulkInserter.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultBulkRecordIterface.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultBulkUpserter.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/DefaultRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/HashDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/HashDeclDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/ListDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/NullDataProvider.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/NullDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBinaryDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBinaryDataTypeBase.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBinaryOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBoolDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBoolDataTypeBase.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreBoolOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDataField.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDateDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDateDataTypeBase.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreDateOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreFloatDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreFloatDataTypeBase.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreFloatOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreHashDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreIntDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreIntDataTypeBase.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreIntOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreListDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreNumberDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreNumberDataTypeBase.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreNumberOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBinaryDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBinaryNoNullDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBinaryOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBoolDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBoolNoNullDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftBoolOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftDateDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftDateNoNullDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftDateOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftFloatDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftFloatNoNullDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftFloatOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftIntDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftIntNoNullDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftIntOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftNumberDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftNumberNoNullDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftNumberOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftStringDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreSoftStringOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreStringDataType.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreStringDataTypeBase.qc -share/qore-modules/${PKGVERSION}.0/DataProvider/QoreStringOrNothingDataType.qc -share/qore-modules/${PKGVERSION}.0/DatasourceProvider.qm -share/qore-modules/${PKGVERSION}.0/DbDataProvider/AbstractDbRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/AbstractDbTableBulkOperation.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbDataProvider.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbDataProvider.qm -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbForeignConstraintDataType.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbForeignConstraintsDataType.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbIndexDataType.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbIndexesDataType.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbSelectBulkRecordInterface.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbSelectRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableBulkInserter.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableBulkRecordInterface.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableBulkUpserter.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableDataProvider.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTableTransactionHelper.qc -share/qore-modules/${PKGVERSION}.0/DbDataProvider/DbTransactionHelper.qc -share/qore-modules/${PKGVERSION}.0/DebugCmdLine.qm -share/qore-modules/${PKGVERSION}.0/DebugHandler.qm -share/qore-modules/${PKGVERSION}.0/DebugLinenoiseCmdLine.qm -share/qore-modules/${PKGVERSION}.0/DebugProgramControl.qm -share/qore-modules/${PKGVERSION}.0/DebugUtil.qm -share/qore-modules/${PKGVERSION}.0/Diff.qm -share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandler.qc -share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandler.qm -share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerFile.qc -share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerFtp.qc -share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerHttp.qc -share/qore-modules/${PKGVERSION}.0/FileLocationHandler/FileLocationHandlerSftp.qc -share/qore-modules/${PKGVERSION}.0/FilePoller.qm -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthAbstractIterator.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthAbstractWriter.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthBase.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthDataIterator.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthDataWriter.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthFileIterator.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthFileWriter.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthIterator.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthReadDataProvider.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthReadDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthUtil.qm -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthWriteDataProvider.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthWriteDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/FixedLengthUtil/FixedLengthWriter.qc -share/qore-modules/${PKGVERSION}.0/FreetdsSqlUtil.qm -share/qore-modules/${PKGVERSION}.0/FsUtil.qm -share/qore-modules/${PKGVERSION}.0/FtpPoller.qm -share/qore-modules/${PKGVERSION}.0/FtpPollerUtil.qm -share/qore-modules/${PKGVERSION}.0/HttpServer.qm -share/qore-modules/${PKGVERSION}.0/HttpServerUtil.qm -share/qore-modules/${PKGVERSION}.0/Logger.qm -share/qore-modules/${PKGVERSION}.0/MailMessage.qm -share/qore-modules/${PKGVERSION}.0/Mapper.qm -share/qore-modules/${PKGVERSION}.0/MapperUtil.qm -share/qore-modules/${PKGVERSION}.0/Mime.qm -share/qore-modules/${PKGVERSION}.0/MysqlSqlUtil.qm -share/qore-modules/${PKGVERSION}.0/OracleSqlUtil.qm -share/qore-modules/${PKGVERSION}.0/PgsqlSqlUtil.qm -share/qore-modules/${PKGVERSION}.0/Pop3Client.qm -share/qore-modules/${PKGVERSION}.0/QUnit.qm -share/qore-modules/${PKGVERSION}.0/Qdx.qm -share/qore-modules/${PKGVERSION}.0/Qorize.qm -share/qore-modules/${PKGVERSION}.0/RestClient.qm -share/qore-modules/${PKGVERSION}.0/RestHandler.qm -share/qore-modules/${PKGVERSION}.0/RestSchemaValidator.qm -share/qore-modules/${PKGVERSION}.0/SalesforceRestClient.qm -share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProvider.qc -share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProvider.qm -share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProviderDefs.qc -share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestObjectDataProvider.qc -share/qore-modules/${PKGVERSION}.0/SalesforceRestDataProvider/SalesforceRestRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/Sap4HanaRestClient.qm -share/qore-modules/${PKGVERSION}.0/Schema.qm -share/qore-modules/${PKGVERSION}.0/SchemaReverse.qm -share/qore-modules/${PKGVERSION}.0/ServiceNowRestClient.qm -share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qc -share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qm -share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProviderDefs.qc -share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowRestRecordIterator.qc -share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowTableDataProvider.qc -share/qore-modules/${PKGVERSION}.0/ServiceNowRestDataProvider/ServiceNowTablesDataProvider.qc -share/qore-modules/${PKGVERSION}.0/SewioRestClient.qm -share/qore-modules/${PKGVERSION}.0/SewioWebSocketClient.qm -share/qore-modules/${PKGVERSION}.0/SmtpClient.qm -share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractDatabase.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractNumericDataType.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractSavepointHelper.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractSqlUtilBase.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/AbstractTable.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/Database.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlResultInfo.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtil.qm -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilColumnDataType.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilColumnField.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilDateType.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilDbSpecificDataType.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilFloatType.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilIntType.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/SqlUtilStringType.qc -share/qore-modules/${PKGVERSION}.0/SqlUtil/Table.qc -share/qore-modules/${PKGVERSION}.0/Swagger.qm -share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProvider.qc -share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProvider.qm -share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProviderBase.qc -share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerDataProviderFactory.qc -share/qore-modules/${PKGVERSION}.0/SwaggerDataProvider/SwaggerRequestDataProvider.qc -share/qore-modules/${PKGVERSION}.0/TableMapper.qm -share/qore-modules/${PKGVERSION}.0/TelnetClient.qm -share/qore-modules/${PKGVERSION}.0/TextWrap.qm -share/qore-modules/${PKGVERSION}.0/Util.qm -share/qore-modules/${PKGVERSION}.0/VscDebugAdapter.qm -share/qore-modules/${PKGVERSION}.0/WebSocketClient.qm -share/qore-modules/${PKGVERSION}.0/WebSocketHandler.qm -share/qore-modules/${PKGVERSION}.0/WebSocketUtil.qm -share/qore-modules/${PKGVERSION}.0/WebUtil.qm -share/qore-modules/${PKGVERSION}.0/ZeyosRestClient.qm +share/qore-modules/${PKGVERSION}/AwsRestClient.qm +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientCallDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDataProvider.qm +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientDeleteDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientGetDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientHeadDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientOptionsDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientPatchDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientPostDataProvider.qc +share/qore-modules/${PKGVERSION}/AwsRestClientDataProvider/AwsRestClientPutDataProvider.qc +share/qore-modules/${PKGVERSION}/BillwerkRestClient.qm +share/qore-modules/${PKGVERSION}/BulkSqlUtil/AbstractBulkOperation.qc +share/qore-modules/${PKGVERSION}/BulkSqlUtil/BulkInsertOperation.qc +share/qore-modules/${PKGVERSION}/BulkSqlUtil/BulkSqlUtil.qm +share/qore-modules/${PKGVERSION}/BulkSqlUtil/BulkUpsertOperation.qc +share/qore-modules/${PKGVERSION}/CdsRestClient.qm +share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsEntityDataProvider.qc +share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProvider.qc +share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProvider.qm +share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProviderDefs.qc +share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/CdsRestDataProvider/CdsRestRecordIterator.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/AbstractConnection.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/AbstractConnectionWithInfo.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/ConnectionProvider.qm +share/qore-modules/${PKGVERSION}/ConnectionProvider/ConnectionSchemeCache.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/FilesystemConnection.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/FtpConnection.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/HttpBasedConnection.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/HttpConnection.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/InvalidConnection.qc +share/qore-modules/${PKGVERSION}/ConnectionProvider/PollingConnectionMonitor.qc +share/qore-modules/${PKGVERSION}/CsvUtil/AbstractCsvIterator.qc +share/qore-modules/${PKGVERSION}/CsvUtil/AbstractCsvWriter.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvDataIterator.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvFileIterator.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvFileWriter.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvHelper.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvIterator.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvReadDataProvider.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvReadDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvStringWriter.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvUtil.qm +share/qore-modules/${PKGVERSION}/CsvUtil/CsvWriteDataProvider.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvWriteDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/CsvUtil/CsvWriter.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataField.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProcessor.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProvider.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderBulkOperation.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderBulkRecordInterface.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderRecordIterator.qc +share/qore-modules/${PKGVERSION}/DataProvider/AbstractDataProviderType.qc +share/qore-modules/${PKGVERSION}/DataProvider/DataProvider.qc +share/qore-modules/${PKGVERSION}/DataProvider/DataProvider.qm +share/qore-modules/${PKGVERSION}/DataProvider/DataProviderBulkRecordIterator.qc +share/qore-modules/${PKGVERSION}/DataProvider/DataProviderPipeline.qc +share/qore-modules/${PKGVERSION}/DataProvider/DataProviderPipelineFactory.qc +share/qore-modules/${PKGVERSION}/DataProvider/DataProviderTypeCache.qc +share/qore-modules/${PKGVERSION}/DataProvider/DataProviderTypeEntry.qc +share/qore-modules/${PKGVERSION}/DataProvider/DefaultBulkInserter.qc +share/qore-modules/${PKGVERSION}/DataProvider/DefaultBulkRecordIterface.qc +share/qore-modules/${PKGVERSION}/DataProvider/DefaultBulkUpserter.qc +share/qore-modules/${PKGVERSION}/DataProvider/DefaultRecordIterator.qc +share/qore-modules/${PKGVERSION}/DataProvider/HashDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/HashDeclDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/ListDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/NullDataProvider.qc +share/qore-modules/${PKGVERSION}/DataProvider/NullDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/DataProvider/Observable.qc +share/qore-modules/${PKGVERSION}/DataProvider/Observer.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreBinaryDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreBinaryDataTypeBase.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreBinaryOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreBoolDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreBoolDataTypeBase.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreBoolOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreDataField.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreDateDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreDateDataTypeBase.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreDateOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreFloatDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreFloatDataTypeBase.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreFloatOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreHashDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreIntDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreIntDataTypeBase.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreIntOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreListDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreNumberDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreNumberDataTypeBase.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreNumberOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBinaryDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBinaryNoNullDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBinaryOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBoolDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBoolNoNullDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftBoolOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftDateDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftDateNoNullDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftDateOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftFloatDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftFloatNoNullDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftFloatOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftIntDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftIntNoNullDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftIntOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftNumberDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftNumberNoNullDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftNumberOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftStringDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreSoftStringOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreStringDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreStringDataTypeBase.qc +share/qore-modules/${PKGVERSION}/DataProvider/QoreStringOrNothingDataType.qc +share/qore-modules/${PKGVERSION}/DataProvider/SoftListDataType.qc +share/qore-modules/${PKGVERSION}/DatasourceProvider.qm +share/qore-modules/${PKGVERSION}/DbDataProvider/AbstractDbRecordIterator.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/AbstractDbTableBulkOperation.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbDataProvider.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbDataProvider.qm +share/qore-modules/${PKGVERSION}/DbDataProvider/DbDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbForeignConstraintDataType.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbForeignConstraintsDataType.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbIndexDataType.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbIndexesDataType.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbSelectBulkRecordInterface.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbSelectRecordIterator.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableBulkInserter.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableBulkRecordInterface.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableBulkUpserter.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableDataProvider.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableRecordIterator.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbTableTransactionHelper.qc +share/qore-modules/${PKGVERSION}/DbDataProvider/DbTransactionHelper.qc +share/qore-modules/${PKGVERSION}/DebugCmdLine.qm +share/qore-modules/${PKGVERSION}/DebugHandler.qm +share/qore-modules/${PKGVERSION}/DebugLinenoiseCmdLine.qm +share/qore-modules/${PKGVERSION}/DebugProgramControl.qm +share/qore-modules/${PKGVERSION}/DebugUtil.qm +share/qore-modules/${PKGVERSION}/Diff.qm +share/qore-modules/${PKGVERSION}/FileDataProvider/FileCopyDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileCopyRequestDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileCreateDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileCreateRequestDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileDataProvider.qm +share/qore-modules/${PKGVERSION}/FileDataProvider/FileDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileDeleteDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileGetDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileGetRequestDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileGetResponseDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileListDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileListResponseDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileMkdirDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileMkdirRequestDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileMoveDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileMoveRequestDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FilePathDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileStatDataProvider.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileStatRequestDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileStatResponseDataType.qc +share/qore-modules/${PKGVERSION}/FileDataProvider/FileTargetResponseDataType.qc +share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandler.qc +share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandler.qm +share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerFile.qc +share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerFtp.qc +share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerHttp.qc +share/qore-modules/${PKGVERSION}/FileLocationHandler/FileLocationHandlerSftp.qc +share/qore-modules/${PKGVERSION}/FileLocationHandler/OutputStramWrapper.qc +share/qore-modules/${PKGVERSION}/FilePoller.qm +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthAbstractIterator.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthAbstractWriter.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthBase.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthDataIterator.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthDataWriter.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthFileIterator.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthFileWriter.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthIterator.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthReadDataProvider.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthReadDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthUtil.qm +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthWriteDataProvider.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthWriteDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/FixedLengthUtil/FixedLengthWriter.qc +share/qore-modules/${PKGVERSION}/FreetdsSqlUtil.qm +share/qore-modules/${PKGVERSION}/FsUtil.qm +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientCreateFileDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientCreateFileRequestDataType.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDataProvider.qm +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientDeleteDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientGetFileDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientGetFileRequestDataType.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientGetFileResponseDataType.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientListDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientMkdirDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientMoveDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientMoveRequestDataType.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientPathDataType.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientStatDataProvider.qc +share/qore-modules/${PKGVERSION}/FtpClientDataProvider/FtpClientStatResponseDataType.qc +share/qore-modules/${PKGVERSION}/FtpPoller.qm +share/qore-modules/${PKGVERSION}/FtpPollerUtil.qm +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallRequestDataType.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallResponseDataType.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallWithMethodRequestDataType.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientCallWithoutBodyRequestDataType.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDataProvider.qm +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientDeleteDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientGetDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientHeadDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientOptionsDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientPatchDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientPostDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpClientDataProvider/HttpClientPutDataProvider.qc +share/qore-modules/${PKGVERSION}/HttpServer.qm +share/qore-modules/${PKGVERSION}/HttpServerUtil.qm +share/qore-modules/${PKGVERSION}/Logger.qm +share/qore-modules/${PKGVERSION}/MailMessage.qm +share/qore-modules/${PKGVERSION}/Mapper.qm +share/qore-modules/${PKGVERSION}/MapperUtil.qm +share/qore-modules/${PKGVERSION}/Mime.qm +share/qore-modules/${PKGVERSION}/MysqlSqlUtil.qm +share/qore-modules/${PKGVERSION}/OracleSqlUtil.qm +share/qore-modules/${PKGVERSION}/PgsqlSqlUtil.qm +share/qore-modules/${PKGVERSION}/Pop3Client.qm +share/qore-modules/${PKGVERSION}/QUnit.qm +share/qore-modules/${PKGVERSION}/Qdx.qm +share/qore-modules/${PKGVERSION}/Qorize.qm +share/qore-modules/${PKGVERSION}/RestClient.qm +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallRequestDataType.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallResponseDataType.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallWithMethodRequestDataType.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientCallWithoutBodyRequestDataType.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDataProvider.qm +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientDeleteDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientGetDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientHeadDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientOptionsDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientPatchDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientPostDataProvider.qc +share/qore-modules/${PKGVERSION}/RestClientDataProvider/RestClientPutDataProvider.qc +share/qore-modules/${PKGVERSION}/RestHandler.qm +share/qore-modules/${PKGVERSION}/RestSchemaValidator.qm +share/qore-modules/${PKGVERSION}/SalesforceRestClient.qm +share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProvider.qc +share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProvider.qm +share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProviderDefs.qc +share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestObjectDataProvider.qc +share/qore-modules/${PKGVERSION}/SalesforceRestDataProvider/SalesforceRestRecordIterator.qc +share/qore-modules/${PKGVERSION}/Sap4HanaRestClient.qm +share/qore-modules/${PKGVERSION}/Schema.qm +share/qore-modules/${PKGVERSION}/SchemaReverse.qm +share/qore-modules/${PKGVERSION}/ServiceNowRestClient.qm +share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qc +share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qm +share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProviderDefs.qc +share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowRestRecordIterator.qc +share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowTableDataProvider.qc +share/qore-modules/${PKGVERSION}/ServiceNowRestDataProvider/ServiceNowTablesDataProvider.qc +share/qore-modules/${PKGVERSION}/SewioRestClient.qm +share/qore-modules/${PKGVERSION}/SewioWebSocketClient.qm +share/qore-modules/${PKGVERSION}/SmtpClient.qm +share/qore-modules/${PKGVERSION}/SqlUtil/AbstractDatabase.qc +share/qore-modules/${PKGVERSION}/SqlUtil/AbstractNumericDataType.qc +share/qore-modules/${PKGVERSION}/SqlUtil/AbstractSavepointHelper.qc +share/qore-modules/${PKGVERSION}/SqlUtil/AbstractSqlUtilBase.qc +share/qore-modules/${PKGVERSION}/SqlUtil/AbstractTable.qc +share/qore-modules/${PKGVERSION}/SqlUtil/Database.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlResultInfo.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtil.qm +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilColumnDataType.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilColumnField.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilDateType.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilDbSpecificDataType.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilFloatType.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilIntType.qc +share/qore-modules/${PKGVERSION}/SqlUtil/SqlUtilStringType.qc +share/qore-modules/${PKGVERSION}/SqlUtil/Table.qc +share/qore-modules/${PKGVERSION}/Sqlite3SqlUtil.qm +share/qore-modules/${PKGVERSION}/Swagger.qm +share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProvider.qc +share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProvider.qm +share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProviderBase.qc +share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerDataProviderFactory.qc +share/qore-modules/${PKGVERSION}/SwaggerDataProvider/SwaggerRequestDataProvider.qc +share/qore-modules/${PKGVERSION}/TableMapper.qm +share/qore-modules/${PKGVERSION}/TelnetClient.qm +share/qore-modules/${PKGVERSION}/TextWrap.qm +share/qore-modules/${PKGVERSION}/Util.qm +share/qore-modules/${PKGVERSION}/VscDebugAdapter.qm +share/qore-modules/${PKGVERSION}/WebSocketClient.qm +share/qore-modules/${PKGVERSION}/WebSocketHandler.qm +share/qore-modules/${PKGVERSION}/WebSocketUtil.qm +share/qore-modules/${PKGVERSION}/WebUtil.qm +share/qore-modules/${PKGVERSION}/ZeyosRestClient.qm share/qore/Doxyfile.in share/qore/qore-logo-55x200.png Index: pkgsrc/lang/qore/distinfo diff -u pkgsrc/lang/qore/distinfo:1.16 pkgsrc/lang/qore/distinfo:1.17 --- pkgsrc/lang/qore/distinfo:1.16 Mon May 9 12:51:04 2022 +++ pkgsrc/lang/qore/distinfo Thu Oct 20 11:35:08 2022 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.16 2022/05/09 12:51:04 jperkin Exp $ +$NetBSD: distinfo,v 1.17 2022/10/20 11:35:08 nros Exp $ -BLAKE2s (qore-1.2.tar.bz2) = 5346943b0712cbbb478b3a713499b50a65d1481914f8a1976a2d964db11ac60f -SHA512 (qore-1.2.tar.bz2) = 2e4b9ca981d186777db231a6edb72393a57e03de54417025a734988eb0386f63fdfd2277eb9f65117832f2a56a66721665b7d934f11428219afbb36948df4dc3 -Size (qore-1.2.tar.bz2) = 45399125 bytes -SHA1 (patch-lib_StatementBlock.cpp) = 90630317a5cee4e089cec51c05e5d895aa8b75f7 +BLAKE2s (qore-1.12.0.tar.bz2) = f2bbea224f22ad357efa31020c2f108e2fd65070a1dcf707e6eef18657212b51 +SHA512 (qore-1.12.0.tar.bz2) = 461b0afa678356d4b8ccaf7b86c92efdf9c0ded1595b4714c42b7f3939010f5c14181129ac50cb67fbe893d3b94cc5da4cf2320ba997a37bf1f4f81668ce4a06 +Size (qore-1.12.0.tar.bz2) = 50633623 bytes SHA1 (patch-lib_ql__lib.qpp) = a94737d5ed7c930ddc667c5e8be45cd1095d5a4a --_----------=_166626570945320--