Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

qore-1.19.2-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: qore Distribution: openSUSE Tumbleweed
Version: 1.19.2 Vendor: openSUSE
Release: 1.1 Build date: Sun May 26 13:34:21 2024
Group: Development/Languages/Other Build host: reproducible
Size: 7193715 Source RPM: qore-1.19.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://qore.org
Summary: Multithreaded Programming Language
Qore is a scripting language supporting threading and embedded logic.
It applies a scripting-based approach to interface development and
can also be used as a general purpose language.

Provides

Requires

License

GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT

Changelog

* Sun May 26 2024 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Update to 1.19.2
    * requires libqore.so.12.4.1
    * libqore-stdlib package moved to qore package
    * Added the HueRestClient class
    * Implemented the GoogleRestClient module
    * Implemented a logger interface class
    * Fixed reporting URLs for invalid connections
    * Fixed non-blocking I/O checking for a connect on Darwin
    * Added connection features to connection info
    * Allow user modules included with external binary modules
    * Fixed compatibility with recent versions of ServiceNow
    * Added missing allowed values to field data info
    * Fixed a bug where an access exception could be raised
    * Fixed bug with http connection context leak
    * Fixed setting the varargs flag on user variants
    * Fixed returning the OAuth2 token URL
    * Fixed REST headers in the SalesforceRestClient module
    * Fixed a bug setting the time zone on macOS Sonoma
    * Fixed conversions of soft bool, binary, float, int
    * CSV writer automatically detects output fields
    * Fixed a race condition that could cause an exception
    * Fixed trunc handling in the mapper when bulk processing
    * Fixed mappings with default values and outout field types
    * Fixed adding, updating, and removing connections
    * Fixed support for nullable object props
    * Fixed deadlocks in polling connection monitoring
    * Added the encode_chars HTTP / REST option
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN
* Sat Sep 02 2023 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Update to 1.18.1
    * Added the ElasticSearchDataProvider module + tests
    * Fixed TID assignments after all TIDs have been assigned
    * Implemented support for ellipses in Qore
    * Implemented options to allow some badly-formatted Swagger
    * Set the default connect timeout for HTTP connection
    * Implemented an initial EmpathicBuildingDataProvider module
    * Fixed date subtraction when the RHS is 1970-01-01Z
    * Fix compilation of QoreEllipsesNode during non-scu
    * Verify connection option values against allowed_values
    * Fixed a bug where the HttpConnection scheme could not be used
    * Allow user modules included with external binary modules
    * Fixed compatibility with recent versions of ServiceNow
    * Fixed operator handling in ServiceNow searches
    * Fixed URI path reporting in REST error messages
    * Added missing allowed values to field data info
* Fri Jul 21 2023 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Fix qore-stdlib configuration
* Tue Jul 18 2023 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Update to 1.16.1
    * Add include/qore/macros-riscv.h to include_HEADERS
    * fixed a bug in parse_datasource() parsing option values
    * added support for a new DBI driver method
    * Feature/4684 jdbc drivers
    * fixed setting connection status to OK
    * allow auth headers to be set with WebSocket client connect
    * fixed a deadlock when the WebSocketClient goes out of scope
    * allow data provider hierarchy to be browsed
    * use delayed observable classes from factories
    * Schema module does not report changes with negative verbose values
    * added support for MS SQL Server DBs with the DataProvider
    * ensure that exception attributes from ping errors
    * Make more PowerPC platforms use the PowerPC macros
    * added generic search capabilities to DbDataProvider
    * fixed a bug in hash assignments in HashDataType
    * fixed ws client data providers to allow initialization
    * fixed a bug reloading certs on running listeners
    * added missing transaction flag to connection info for data
    * fixed connection options
    * allow handler information to be returned
* Tue Jan 24 2023 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Remove buildroot from mydatarootdir
* Mon Jan 16 2023 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Update to 1.13.0
    * implemented support for including REST path args
    * fixed a bug handling the swagger_base_path RestClient option
    * RestHandler will always set the socketobject request content
    * implemented get_safe_url()
    * fixed parse_url() with passwords with / chars in it
    * fixed handling child attributes in connection objects
    * fixed REST ping operations
    * fixed bugs in HTTP communications with 32-bit builds of Qore
* Thu Dec 08 2022 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Update to 1.12.4
    * fixed a bug building documentation with autotools
    * fixed bugs in C++ QoreSocket::send*() methods not used in the Qore
      language
    * fixed a bug building documentation with release files created from
      the autotools makefile target
    * fixed bugs in the cmake configuration generating documentation for
      builtin modules
    * provide APIs to provide additional information about child data
    * Bugfix/4545 swagger fix
    * Add support for RISC-V
    * Bugfix/4538 sqlutil expressions
    * refs #4550 fixed WebUtil to never serve files outside the root dir
    * refs #4553 fixed a bug building with openssl 3+
    * refs #4555 do not return / chars in data provider names
    * refs #4557 implemented support for event handling in DataProviders
    * refs #4559 fixed FsUtil to behave more consistently regarding target
    * refs #4561 fixed bugs handling escape chars in regex subst replacement
    * refs #4565 fixed WebSocket PING/PONG handling
    * refs #4567 fixed bugs in HTTPClient class setting keys and certs
    * refs #4572 added child capability indicator attributes to data
    * refs #4574 allow HTTP certs to be reloaded from the source location
    * refs #4576 DataProvider module: updated child capability info
    * refs #4578 added the argument hash to methods returning REST API path
    * refs #4583 fixed race conditions in the Logger module
    * refs #4587 fixed a bug setting the data provider name in Swagger schema
    * refs #4590 QUnit: allow the exception argument to be checked
    * refs #4595 working socket polling infrastructure
    * refs #4605 fixed handling abstract memberGate() and methodGate() methods
    * refs #4607 fixed the unreferenced-variable warning
    * refs #4609 fixed cast<> with lvalues
    * added OdbcFirebirdSqlUtil module
    * refs #4620 fixed bugs serializing / deserializing SqlUtil tables
    * refs #4622 fixed AbstractDataProvider::search*() methods
    * Bugfix/4624 data provider search fix
    * refs #4626 added support for the immediate data:// location
    * refs #4628 fixed sequence* mapper keys in DbTableDataProvider
    * Bugfix/4624 4632 fixes
    * refs #4634 fixed WebSocketHandler::sendOne()
    * refs #4637 allow information about schema changes after alignments
    * refs #4639 allow for the client's time zone to be set
    * refs #4643 fixed handling signal args
    * refs #4646 allow REST handlers to set custom headers in error responses
    * refs #4658 fixed a race condition in deadlock detection
    * Enablement of the architecture s390x
    * Move qore-doc.spec to qore.spec
    * Remove fix-logger-doc.patch and fix-building-doc.patch
    * Remove clean section because of integration in rpm
* Sun Jun 05 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 1.8.0
    * Updated modules with initial support for generic expressions for
      searches
    * Addded support for data provider options to support default values
    * Addded search_operators to the data provider response to report
      supported search operators
    * Fixed a type error in DataProvider::search*() calls with an empty
      where hash argument
    * RestClient module
    * Fixed a bug where REST schema validation was not applied in all
      contexts with specialized REST clients
    * RestHandler module
    * Do not raise a validation error when a response with an unknown
      code has a message body; this hides the true error message from
      the caller in case of error messages
    * Allow a logger to be set in validators
    * ServiceNowRestDataProvider module
    * Fixed bugs handling the orderby, orderbydesc, and groupby search
      options
    * Fixed a bug where the cast<>() operator threw parse-time exceptions
      with hashdecls that could succeed at runtime
    * Fixed a bug handling types at parse time with the minus operator and
      complex hash operands
    * Fixed a static memory leak in libqore shutting down the library when
      built with openssl 3+
    * Fixed a bug where HTTP redirect messages were encoded twice causing
      redirect failures in cases where the redirect URI path had encoded
      elements
    * Fixed a crash related to stack exhaustion resolving deeply-nested
      references
  - Add fix-building-doc.patch
  - Add fix-logger-doc.patch
  - Update to version 1.7.2
    * Fixed parse_datasource() to parse datasource strings with a DB name
      as a path or with ':' chars in the DB or host name
  - Update to version 1.7.1
    * DataProvider module: made it possible to determine the default field
      type in HashDataType
    * FsUtil module: fixed join_paths() to handle an arbitrary number of
      paths as arguments (the most common use case)
    * RestHandler module: improved error handling and sending error messages
      when exceptions contain non-serializable objects
    * Fixed a bug handling reference assignments and calculating matches
      with overloaded functions and methods
    * Fixed a bug with compilers that do not guarantee left to right argument
      execution order such as g++ 12+; note that the C++ standard does not
      guarantee this in any case
    * Fixed cast<> operator handling of "or nothing" types at parse and runtime
    * Load the default provider with OpenSSL3+ to make it work on platforms
      where this provider is not automatically loaded
  - Update to version 1.6.0
    * DataProvider module: added the desc key supporting a markdown description
      to data provider info
    * Mapper module: implemented options supporting suppressing data provider
      calls on input and output
    * Added HTTPClient::getSafeURL() and HTTPClient::getSafeProxyURL()
  - Update to version 1.5.0
    * CsvUtil and FixedLengthUtil: added support for resolving locations
      with the FileLocationHandler module
    * DataProvider module:fixed a type error iterating data in
      DefaultBulkRecordIterface
* Sun Jun 05 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 1.4.0
    * DataProvider module
    * Added support for tags on data provider types
    * Fixed data provider factory info to provide info about the
      actual data provider factory instead of only provider info
    * Added "from example" APIs to data provider factories
    * Added generic search capabilities to data providers with no
      native search functionality
    * Util module:
    * Implemented the serialize_to_string() API
    * parse_uri_query() fails if the string has newlines in it
    * RestHandler module: Added missing make*() methods with REST
      responses to the RestHandler class
    * added the CipherMap constant providing a hash of known ciphers
    * Support for OpenSSL 3+ added
    * when Qore is compiled with OpenSSL3 or greater, all cipher
      and digest algorithms known to the encryption library are
      supported with dynamic APIs
    * Removed code that generated unnecessary ILLEGAL-CALL
      exceptions at parse time
  - Update to version 1.3.0
    * FileLocationHandler module
    * updated for read/write operations and added streaming APIs
    * Added an optional encoding parameter to the FtpClient::getAsString() API
    * Fixed a bug handling committing parse operations where final
      checks were not always made before committing
    * Fixed return type for Type::isAssignableFrom(Type) in the
      reflection module
    * Fixed bugs in variant matching that could lead to unexpected
      results at runtime as well as errors with inherited Java code
    * Fixed a bug dispatching method and function calls at runtime in
      certain cases
  - Update to version 1.2.0
    * DataProvider module
    * Added a logger to the AbstractDataProvider class to enable
      logging
    * Added support for creating, updating, and deleting data providers
    * DbDataProvider module
    * Added support for creating, updating, and deleting data providers
    * FreetdsSqlUtil module
    * Fixed a bug where offset and limit were not properly supported
      with MS SQL Server DBs
    * Fixed a bug where date/time values in other time zones were not
      bound correctly
    * Fixed a bug handling transaction savepoints
    * Fixed a bug in certain type errors involving complex types where
      the specific complex type was omitted from the error message
    * Fixed a bug initializing constant values at parse time;
      now all constant expressions requiring evaluation are evaluated
      after all other parsing is done
  - Update to version 1.1.0
    * Added DataProviderTypeCache::listParentTypes() to allow a list
      of parent types to be returned
    * Added StringOutputStream::hasData()
    * rethrow now accepts optional exception arguments to allow
      exceptions to be enriched in a catch block while maintaining
      the original call stack, and the on_error statement now includes
      an implicit argument $1 giving the currently-active exception,
      additionally, rethrow statements are now allowed in on_error
      statement blocks to allow for exception enrichment without
      requiring a try/catch block.
    * Fixed a bug in the stack guard implementation where additional
      guard area was needed in the primary thread on some platforms
    * Fixed bugs tagging functions and constants provided by builtin
      modules with their module name; required to consistently provide
      unique binary names when imported into Java, for example
    * Fixed a bug initializing constant values that could result in
      spurious errors
    * Added regex APIs to the C++ string class
    * Added a warning for constant operands with the square bracket
      operator that are not integers
    * Fixed a bug handling EOF conditions while parsing the final
      part of regular expressions
* Fri May 20 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 1.0.13
    * Fixed: builtin namespaces are not consistently tagged with the
      providing module's name
    * Update QUnit constructor variants taking list arguments to allow
      them to work better with Python and Java subclasses
    * Fixed: not possible to use a Mapper with an output provider only
      for the output data type
    * Fixed a bug where qpp would not recognize multi-line method
    * Fixed a regression in the SwaggerDataProvider
  - Update to version 1.0.12
    * Fixed handling implicit in-object calls in arguments
    * Adding missing methods for transaction management with
      supported DataProviders
    * Fixed upsert usage with unique constraints and indices
      when there is a non-matching PK
    * Fixed handling reserved words as column names in the
      PgsqlSqlUtil module
    * Fixed a bug in parse_to_qore_value() with floats and numbers
      with trailing zeros
    * Fixed handling recursive references in Swagger schemas in the
      Swagger module
    * Fixed handling recursive references in Swagger schemas in the
      SwaggerDataProvider module
    * Mail and MailMessage fixes - downstream patches
  - Drop upstream fixed fix-module-linker-flags.patch
* Thu Oct 28 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to 1.0.10:
    * Might break backwards compatibility:
    * Some server-side APIs have changed (integration of the Logger
      module in the HttpServer and the HttpServerUtil modules).
    * Implemented the invalid-catch warning when types are required
      by parse options and added to the default warning mask for modules
    * Added support for thread-local global variables
    * Type errors with function and method resolution will report the full
      namespace paths of class and hashdecl types
    * ConnectionProvider module:
    * updated the AbstractConnection::getInfo() method
    * added the AbstractConnection::getExtendedInfo() method
    * DataProvider module:
    * added the limit search option to the DefaultRecordIterator class
    * HttpServer module:
    * allow dynamic handlers to be disabled before being removed
    * integrated the Logger module
    * removed deprecated APIs
    * HttpServerUtil module:
    * integrated the Logger module
    * Logger module:
    * added support for the %h and %P patterns for hostname and PID
    * allow file appenders to be reopened
    * enable serialization for LoggerEvent objects as well as for
      them to be submitted directly to Logger objects
    * Added qjar tool for exporting javadoc
    * Many bug fixes
    * Full release notes:
      https://docs.qore.org/qore-1.0.10/lang/html/release_notes.html
  - Add fix-module-linker-flags.patch fixing gh#4335
* Sat Jun 12 2021 Jan Engelhardt <jengelh@inai.de>
  - Trim marketing wording from description.
* Tue Jun 08 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to 0.9.15
    * DataProvider: Fixed a bug where the data type was not supported
      correctly as a data provider type
    * Fixed a potential crash when raising a large number of exceptions
    * Fixed a potential deadlock loading user modules with complex
      initialization code
    * Fixed a bug where SSL errors were not properly cleared before
      I/O operations in all cases
    * Fixed a bug where empty binary values could not be deserialized
    * Fixed handling Qore program destruction in a foreign thread in
      a binary module that could cause a crash
  - Fixed abi Provides generation
* Wed May 19 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to 0.9.14
    * OracleSqlUtil module and SqlUtil module: fixed various SQL
      generation issues
    * Swagger module: fixed a bug where unknown string format types
      were not ignored but instead caused an exception to be thrown
    * Util module: fixed a bug in parse_memory_size()
    * Full changes:
      https://docs.qore.org/qore-0.9.14/lang/html/release_notes.html
* Wed Apr 14 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to 0.9.13
    * Fixes CVE-2020-13615
    * Added saprest tool (a SAP rest client)
    * Bug fixes and improvements for
    * CsvUtil
    * DataProvider
    * FixedLengthUtil
    * HttpServer nad HttpServerUtil
    * ServiceNowRestDataProvider
    * WebUtil
    * RestClient: additional fixes to REST path handling with schema
      validators with a base path
    * New Modules in Qore:
    * ServiceNowRestClient: provides APIs for communicating with
      the ServiceNow REST API
    * ServiceNowRestDataProvider: Provides a data provider API
      for the ServiceNow REST API
    * https://docs.qore.org/qore-0.9.13/lang/html/release_notes.html
  - ABI breaks with 0.9.0 update, removed outdated API and updated
    qore-module.prov
  - Refreshed reproducible.patch
  - Drop unused qore-libtool-2.4.6.patch
  - Split -doc package, building the documentation requires the
    yaml module, so this would create a dependency circle

Files

/usr/bin/qdbg
/usr/bin/qdbg-remote
/usr/bin/qdbg-server
/usr/bin/qdbg-vsc-adapter
/usr/bin/qore
/usr/lib64/qore-modules
/usr/lib64/qore-modules/1.19.2
/usr/lib64/qore-modules/1.19.2/astparser-api-1.4.qmod
/usr/lib64/qore-modules/1.19.2/reflection-api-1.4.qmod
/usr/share/man/man1/qore.1.gz
/usr/share/qore-modules
/usr/share/qore-modules/1.19.2
/usr/share/qore-modules/1.19.2/AwsRestClient.qm
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientCallDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientDataProvider.qm
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientDataProviderBase.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientGetDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientHeadDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientOptionsDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientPatchDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientPostDataProvider.qc
/usr/share/qore-modules/1.19.2/AwsRestClientDataProvider/AwsRestClientPutDataProvider.qc
/usr/share/qore-modules/1.19.2/BillwerkRestClient.qm
/usr/share/qore-modules/1.19.2/BulkSqlUtil
/usr/share/qore-modules/1.19.2/BulkSqlUtil/AbstractBulkOperation.qc
/usr/share/qore-modules/1.19.2/BulkSqlUtil/BulkInsertOperation.qc
/usr/share/qore-modules/1.19.2/BulkSqlUtil/BulkSqlUtil.qm
/usr/share/qore-modules/1.19.2/BulkSqlUtil/BulkUpsertOperation.qc
/usr/share/qore-modules/1.19.2/CdsRestClient.qm
/usr/share/qore-modules/1.19.2/CdsRestDataProvider
/usr/share/qore-modules/1.19.2/CdsRestDataProvider/CdsEntityDataProvider.qc
/usr/share/qore-modules/1.19.2/CdsRestDataProvider/CdsRestDataProvider.qc
/usr/share/qore-modules/1.19.2/CdsRestDataProvider/CdsRestDataProvider.qm
/usr/share/qore-modules/1.19.2/CdsRestDataProvider/CdsRestDataProviderBase.qc
/usr/share/qore-modules/1.19.2/CdsRestDataProvider/CdsRestDataProviderDefs.qc
/usr/share/qore-modules/1.19.2/CdsRestDataProvider/CdsRestDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/CdsRestDataProvider/CdsRestRecordIterator.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider
/usr/share/qore-modules/1.19.2/ConnectionProvider/AbstractConnection.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/AbstractConnectionWithInfo.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/ConnectionProvider.qm
/usr/share/qore-modules/1.19.2/ConnectionProvider/ConnectionSchemeCache.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/FilesystemConnection.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/FtpConnection.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/HttpBasedConnection.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/HttpConnection.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/InvalidConnection.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/PollingConnectionMonitor.qc
/usr/share/qore-modules/1.19.2/ConnectionProvider/UpdateOptionsInterface.qc
/usr/share/qore-modules/1.19.2/CsvUtil
/usr/share/qore-modules/1.19.2/CsvUtil/AbstractCsvIterator.qc
/usr/share/qore-modules/1.19.2/CsvUtil/AbstractCsvWriter.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvDataIterator.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvFileIterator.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvFileWriter.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvHelper.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvIterator.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvReadDataProvider.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvReadDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvStringWriter.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvUtil.qm
/usr/share/qore-modules/1.19.2/CsvUtil/CsvWriteDataProvider.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvWriteDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/CsvUtil/CsvWriter.qc
/usr/share/qore-modules/1.19.2/DataProvider
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataField.qc
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataProcessor.qc
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataProvider.qc
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataProviderBulkOperation.qc
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataProviderBulkRecordInterface.qc
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataProviderRecordIterator.qc
/usr/share/qore-modules/1.19.2/DataProvider/AbstractDataProviderType.qc
/usr/share/qore-modules/1.19.2/DataProvider/DataProvider.qc
/usr/share/qore-modules/1.19.2/DataProvider/DataProvider.qm
/usr/share/qore-modules/1.19.2/DataProvider/DataProviderBulkRecordIterator.qc
/usr/share/qore-modules/1.19.2/DataProvider/DataProviderPipeline.qc
/usr/share/qore-modules/1.19.2/DataProvider/DataProviderPipelineFactory.qc
/usr/share/qore-modules/1.19.2/DataProvider/DataProviderTypeCache.qc
/usr/share/qore-modules/1.19.2/DataProvider/DataProviderTypeEntry.qc
/usr/share/qore-modules/1.19.2/DataProvider/DefaultBulkInserter.qc
/usr/share/qore-modules/1.19.2/DataProvider/DefaultBulkRecordIterface.qc
/usr/share/qore-modules/1.19.2/DataProvider/DefaultBulkUpserter.qc
/usr/share/qore-modules/1.19.2/DataProvider/DefaultRecordIterator.qc
/usr/share/qore-modules/1.19.2/DataProvider/HashDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/HashDeclDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/ListDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/NullDataProvider.qc
/usr/share/qore-modules/1.19.2/DataProvider/NullDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/DataProvider/Observable.qc
/usr/share/qore-modules/1.19.2/DataProvider/Observer.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBase64BinaryDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBase64BinaryOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBinaryDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBinaryDataTypeBase.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBinaryOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBoolDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBoolDataTypeBase.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreBoolOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreDataField.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreDateDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreDateDataTypeBase.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreDateOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreFloatDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreFloatDataTypeBase.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreFloatOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreHashDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreHexBinaryDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreHexBinaryOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreIntDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreIntDataTypeBase.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreIntOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreListDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreNumberDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreNumberDataTypeBase.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreNumberOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftBinaryDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftBinaryNoNullDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftBinaryOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftBoolDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftBoolNoNullDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftBoolOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftDateDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftDateNoNullDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftDateOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftFloatDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftFloatNoNullDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftFloatOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftIntDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftIntNoNullDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftIntOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftNumberDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftNumberNoNullDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftNumberOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftStringDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreSoftStringOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreStringDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreStringDataTypeBase.qc
/usr/share/qore-modules/1.19.2/DataProvider/QoreStringOrNothingDataType.qc
/usr/share/qore-modules/1.19.2/DataProvider/SoftListDataType.qc
/usr/share/qore-modules/1.19.2/DatasourceProvider.qm
/usr/share/qore-modules/1.19.2/DbDataProvider
/usr/share/qore-modules/1.19.2/DbDataProvider/AbstractDbRecordIterator.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/AbstractDbTableBulkOperation.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbDataProvider.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbDataProvider.qm
/usr/share/qore-modules/1.19.2/DbDataProvider/DbDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbForeignConstraintDataType.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbForeignConstraintsDataType.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbIndexDataType.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbIndexesDataType.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbSelectBulkRecordInterface.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbSelectRecordIterator.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbTableBulkInserter.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbTableBulkRecordInterface.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbTableBulkUpserter.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbTableDataProvider.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbTableRecordIterator.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbTableTransactionHelper.qc
/usr/share/qore-modules/1.19.2/DbDataProvider/DbTransactionHelper.qc
/usr/share/qore-modules/1.19.2/DebugCmdLine.qm
/usr/share/qore-modules/1.19.2/DebugHandler.qm
/usr/share/qore-modules/1.19.2/DebugLinenoiseCmdLine.qm
/usr/share/qore-modules/1.19.2/DebugProgramControl.qm
/usr/share/qore-modules/1.19.2/DebugUtil.qm
/usr/share/qore-modules/1.19.2/Diff.qm
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchAcknowledgedDataType.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDataProvider.qm
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDataProviderBase.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDocumentCreateDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDocumentDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDocumentDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDocumentReadDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchDocumentUpdateDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexCreateDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexDataTypeBase.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexReadAllDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexReadDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexSearchDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexTableDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchIndexesDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchPipelineCreateDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchPipelineDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchPipelineDataTypeBase.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchPipelineDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchPipelineReadAllDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchPipelineReadDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchPipelineUpdateDataProvider.qc
/usr/share/qore-modules/1.19.2/ElasticSearchDataProvider/ElasticSearchRecordIterator.qc
/usr/share/qore-modules/1.19.2/EmpathicBuildingDataProvider
/usr/share/qore-modules/1.19.2/EmpathicBuildingDataProvider/EmpathicBuildingDataProvider.qc
/usr/share/qore-modules/1.19.2/EmpathicBuildingDataProvider/EmpathicBuildingDataProvider.qm
/usr/share/qore-modules/1.19.2/EmpathicBuildingDataProvider/EmpathicBuildingDataProviderBase.qc
/usr/share/qore-modules/1.19.2/EmpathicBuildingDataProvider/EmpathicBuildingDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/EmpathicBuildingDataProvider/EmpathicBuildingMeasurementsCreateDataProvider.qc
/usr/share/qore-modules/1.19.2/EmpathicBuildingDataProvider/EmpathicBuildingMeasurementsDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider
/usr/share/qore-modules/1.19.2/FileDataProvider/FileCopyDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileCopyRequestDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileCreateDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileCreateRequestDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileDataProvider.qm
/usr/share/qore-modules/1.19.2/FileDataProvider/FileDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileGetDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileGetRequestDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileGetResponseDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileListDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileListResponseDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileMkdirDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileMkdirRequestDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileMoveDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileMoveRequestDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FilePathDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileStatDataProvider.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileStatRequestDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileStatResponseDataType.qc
/usr/share/qore-modules/1.19.2/FileDataProvider/FileTargetResponseDataType.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandler.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandler.qm
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandlerData.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandlerFile.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandlerFtp.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandlerHttp.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandlerRest.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler/FileLocationHandlerSftp.qc
/usr/share/qore-modules/1.19.2/FileLocationHandler/OutputStramWrapper.qc
/usr/share/qore-modules/1.19.2/FilePoller.qm
/usr/share/qore-modules/1.19.2/FixedLengthUtil
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthAbstractIterator.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthAbstractWriter.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthBase.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthDataIterator.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthDataWriter.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthFileIterator.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthFileWriter.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthIterator.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthReadDataProvider.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthReadDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthUtil.qm
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthWriteDataProvider.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthWriteDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/FixedLengthUtil/FixedLengthWriter.qc
/usr/share/qore-modules/1.19.2/FreetdsSqlUtil.qm
/usr/share/qore-modules/1.19.2/FsUtil.qm
/usr/share/qore-modules/1.19.2/FtpClientDataProvider
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientCreateFileDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientCreateFileRequestDataType.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientDataProvider.qm
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientGetFileDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientGetFileRequestDataType.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientGetFileResponseDataType.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientListDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientMkdirDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientMoveDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientMoveRequestDataType.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientPathDataType.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientStatDataProvider.qc
/usr/share/qore-modules/1.19.2/FtpClientDataProvider/FtpClientStatResponseDataType.qc
/usr/share/qore-modules/1.19.2/FtpPoller.qm
/usr/share/qore-modules/1.19.2/FtpPollerUtil.qm
/usr/share/qore-modules/1.19.2/GoogleDataProvider
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarBaseDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsGetDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsInsertDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsInstancesDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsListDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsPatchDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsQuickAddDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarEventsUpdateDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarFreeBusyDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarGetDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarInsertDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarListDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarListElementType.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarListListDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarPatchDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarType.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarUpdateDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleCalendarsDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleDataProvider.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleDataProvider.qm
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleDataProviderBase.qc
/usr/share/qore-modules/1.19.2/GoogleDataProvider/GoogleDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/GoogleRestClient.qm
/usr/share/qore-modules/1.19.2/HttpClientDataProvider
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientCallDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientCallRequestDataType.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientCallResponseDataType.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientCallWithMethodRequestDataType.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientCallWithoutBodyRequestDataType.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientDataProvider.qm
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientGetDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientHeadDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientOptionsDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientPatchDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientPostDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpClientDataProvider/HttpClientPutDataProvider.qc
/usr/share/qore-modules/1.19.2/HttpServer.qm
/usr/share/qore-modules/1.19.2/HttpServerUtil.qm
/usr/share/qore-modules/1.19.2/HueRestClient.qm
/usr/share/qore-modules/1.19.2/JdbcFirebirdSqlUtil.qm
/usr/share/qore-modules/1.19.2/JdbcMicrosoftSqlUtil.qm
/usr/share/qore-modules/1.19.2/JdbcOracleSqlUtil.qm
/usr/share/qore-modules/1.19.2/JdbcPostgresqlSqlUtil.qm
/usr/share/qore-modules/1.19.2/Logger.qm
/usr/share/qore-modules/1.19.2/MailMessage.qm
/usr/share/qore-modules/1.19.2/Mapper.qm
/usr/share/qore-modules/1.19.2/MapperUtil.qm
/usr/share/qore-modules/1.19.2/Mime.qm
/usr/share/qore-modules/1.19.2/MssqlSqlUtilBase.qm
/usr/share/qore-modules/1.19.2/MysqlSqlUtil.qm
/usr/share/qore-modules/1.19.2/OdbcFirebirdSqlUtil.qm
/usr/share/qore-modules/1.19.2/OracleSqlUtil.qm
/usr/share/qore-modules/1.19.2/OracleSqlUtilBase.qm
/usr/share/qore-modules/1.19.2/PgsqlSqlUtil.qm
/usr/share/qore-modules/1.19.2/PgsqlSqlUtilBase.qm
/usr/share/qore-modules/1.19.2/Pop3Client.qm
/usr/share/qore-modules/1.19.2/QUnit.qm
/usr/share/qore-modules/1.19.2/Qdx.qm
/usr/share/qore-modules/1.19.2/Qorize.qm
/usr/share/qore-modules/1.19.2/RestClient.qm
/usr/share/qore-modules/1.19.2/RestClientDataProvider
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientCallDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientCallRequestDataType.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientCallResponseDataType.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientCallWithMethodRequestDataType.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientCallWithoutBodyRequestDataType.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientDataProvider.qm
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientDataProviderBase.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientDeleteDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientGetDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientHeadDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientOptionsDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientPatchDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientPostDataProvider.qc
/usr/share/qore-modules/1.19.2/RestClientDataProvider/RestClientPutDataProvider.qc
/usr/share/qore-modules/1.19.2/RestHandler.qm
/usr/share/qore-modules/1.19.2/RestSchemaValidator.qm
/usr/share/qore-modules/1.19.2/SalesforceRestClient.qm
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider/SalesforceRestDataProvider.qc
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider/SalesforceRestDataProvider.qm
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider/SalesforceRestDataProviderBase.qc
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider/SalesforceRestDataProviderDefs.qc
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider/SalesforceRestDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider/SalesforceRestObjectDataProvider.qc
/usr/share/qore-modules/1.19.2/SalesforceRestDataProvider/SalesforceRestRecordIterator.qc
/usr/share/qore-modules/1.19.2/Sap4HanaRestClient.qm
/usr/share/qore-modules/1.19.2/Schema.qm
/usr/share/qore-modules/1.19.2/SchemaReverse.qm
/usr/share/qore-modules/1.19.2/ServiceNowRestClient.qm
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qc
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowRestDataProvider.qm
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowRestDataProviderBase.qc
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowRestDataProviderDefs.qc
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowRestDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowRestRecordIterator.qc
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowTableDataProvider.qc
/usr/share/qore-modules/1.19.2/ServiceNowRestDataProvider/ServiceNowTablesDataProvider.qc
/usr/share/qore-modules/1.19.2/SewioRestClient.qm
/usr/share/qore-modules/1.19.2/SewioWebSocketClient.qm
/usr/share/qore-modules/1.19.2/SmtpClient.qm
/usr/share/qore-modules/1.19.2/SqlUtil
/usr/share/qore-modules/1.19.2/SqlUtil/AbstractDatabase.qc
/usr/share/qore-modules/1.19.2/SqlUtil/AbstractNumericDataType.qc
/usr/share/qore-modules/1.19.2/SqlUtil/AbstractSavepointHelper.qc
/usr/share/qore-modules/1.19.2/SqlUtil/AbstractSqlUtilBase.qc
/usr/share/qore-modules/1.19.2/SqlUtil/AbstractTable.qc
/usr/share/qore-modules/1.19.2/SqlUtil/Database.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlResultInfo.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtil.qm
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtilColumnDataType.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtilColumnField.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtilDateType.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtilDbSpecificDataType.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtilFloatType.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtilIntType.qc
/usr/share/qore-modules/1.19.2/SqlUtil/SqlUtilStringType.qc
/usr/share/qore-modules/1.19.2/SqlUtil/Table.qc
/usr/share/qore-modules/1.19.2/Sqlite3SqlUtil.qm
/usr/share/qore-modules/1.19.2/Swagger.qm
/usr/share/qore-modules/1.19.2/SwaggerDataProvider
/usr/share/qore-modules/1.19.2/SwaggerDataProvider/SwaggerDataProvider.qc
/usr/share/qore-modules/1.19.2/SwaggerDataProvider/SwaggerDataProvider.qm
/usr/share/qore-modules/1.19.2/SwaggerDataProvider/SwaggerDataProviderBase.qc
/usr/share/qore-modules/1.19.2/SwaggerDataProvider/SwaggerDataProviderCommon.qc
/usr/share/qore-modules/1.19.2/SwaggerDataProvider/SwaggerDataProviderFactory.qc
/usr/share/qore-modules/1.19.2/SwaggerDataProvider/SwaggerRequestDataProvider.qc
/usr/share/qore-modules/1.19.2/TableMapper.qm
/usr/share/qore-modules/1.19.2/TelnetClient.qm
/usr/share/qore-modules/1.19.2/TextWrap.qm
/usr/share/qore-modules/1.19.2/Util.qm
/usr/share/qore-modules/1.19.2/VscDebugAdapter.qm
/usr/share/qore-modules/1.19.2/WebSocketClient.qm
/usr/share/qore-modules/1.19.2/WebSocketHandler.qm
/usr/share/qore-modules/1.19.2/WebSocketUtil.qm
/usr/share/qore-modules/1.19.2/WebUtil.qm
/usr/share/qore-modules/1.19.2/XdbcFirebirdSqlUtilBase.qm
/usr/share/qore-modules/1.19.2/ZeyosRestClient.qm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jun 25 23:32:20 2024