From 67cfcaba2e68f535bde276126dd509aac02ad32e Mon Sep 17 00:00:00 2001 From: danylo-safonov-solid Date: Fri, 22 Sep 2023 19:17:32 +0300 Subject: [PATCH 1/4] wider sdk --- README.md | 2 ++ pubspec.yaml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60320a8..3369356 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,5 @@ The main scenario is Supabase Edge Functions, but it should also work for other Note: your filename may differ from the example 5. You can use the function now. + +Note that because of the [bug in dart_edge](https://github.com/invertase/dart_edge/issues/50), SDK versions >= 3.1.0 are not actually supported. diff --git a/pubspec.yaml b/pubspec.yaml index 8856f83..faeb884 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,9 +6,7 @@ version: 0.0.1 repository: https://github.com/solid-software/deno_postgres_interop environment: - # https://github.com/invertase/dart_edge/issues/50 - # Tested with 3.0.6, but others should work too - sdk: '>=3.0.0 <3.1.0' + sdk: ^3.0.0 dependencies: args: ^2.4.2 From 7e5785942deeef3486122433e3a380a2da643322 Mon Sep 17 00:00:00 2001 From: danylo-safonov-solid Date: Fri, 22 Sep 2023 19:34:04 +0300 Subject: [PATCH 2/4] upd --- doc/api/__404error.html | 112 + doc/api/categories.json | 1 + .../Client-class-sidebar.html | 26 + .../deno_postgres_interop/Client-class.html | 276 + .../Client/Client.config.html | 128 + .../Client/Client.empty.html | 126 + .../deno_postgres_interop/Client/Client.html | 127 + .../ClientConfiguration-class-sidebar.html | 32 + .../ClientConfiguration-class.html | 342 + .../ClientConfiguration.html | 136 + .../ClientConfiguration/applicationName.html | 134 + .../ClientConfiguration/connection.html | 134 + .../ClientConfiguration/database.html | 134 + .../ClientConfiguration/hostname.html | 134 + .../ClientConfiguration/options.html | 134 + .../ClientConfiguration/password.html | 134 + .../ClientConfiguration/port.html | 134 + .../ClientConfiguration/tls.html | 134 + .../ClientConfiguration/user.html | 134 + ...tConfigurationProps-extension-sidebar.html | 13 + .../ClientConfigurationProps.html | 151 + .../ClientConfigurationProps/hostType.html | 134 + .../ClientOptions-class-sidebar.html | 28 + .../ClientOptions-class.html | 298 + .../ClientOptions/ClientOptions.html | 138 + .../ClientOptions/applicationName.html | 134 + .../ClientOptions/database.html | 134 + .../ClientOptions/hostname.html | 134 + .../ClientOptions/password.html | 134 + .../ClientOptions/user.html | 134 + .../ClientOptionsProps-extension-sidebar.html | 19 + .../ClientOptionsProps.html | 217 + .../ClientOptionsProps/connection.html | 139 + .../ClientOptionsProps/hostType.html | 134 + .../ClientOptionsProps/optionsMap.html | 139 + .../ClientOptionsProps/optionsString.html | 139 + .../ClientOptionsProps/port.html | 139 + .../ClientOptionsProps/portString.html | 139 + .../ClientOptionsProps/tls.html | 145 + .../Column-class-sidebar.html | 29 + .../deno_postgres_interop/Column-class.html | 309 + .../deno_postgres_interop/Column/Column.html | 133 + .../Column/columnLength.html | 134 + .../deno_postgres_interop/Column/index.html | 134 + .../deno_postgres_interop/Column/name.html | 134 + .../Column/tableOid.html | 134 + .../Column/typeModifier.html | 134 + .../deno_postgres_interop/Column/typeOid.html | 134 + .../ColumnFormat-enum-sidebar.html | 30 + .../deno_postgres_interop/ColumnFormat.html | 328 + .../ColumnFormat/ColumnFormat.html | 124 + .../ColumnFormat/id.html | 127 + .../ColumnFormat/values-constant.html | 123 + .../ColumnProps-extension-sidebar.html | 13 + .../deno_postgres_interop/ColumnProps.html | 151 + .../ColumnProps/format.html | 135 + .../CommandType-enum-sidebar.html | 36 + .../deno_postgres_interop/CommandType.html | 386 ++ .../CommandType/CommandType.html | 119 + .../CommandType/values-constant.html | 123 + .../Connection-class-sidebar.html | 24 + .../Connection-class.html | 254 + .../Connection/Connection.html | 129 + .../deno_postgres_interop/Connection/pid.html | 134 + .../ConnectionError-class-sidebar.html | 26 + .../ConnectionError-class.html | 271 + .../ConnectionError/ConnectionError.html | 119 + .../ConnectionError/cause.html | 134 + .../ConnectionError/message.html | 134 + .../ConnectionError/name.html | 134 + .../ConnectionOptions-class-sidebar.html | 24 + .../ConnectionOptions-class.html | 254 + .../ConnectionOptions/ConnectionOptions.html | 131 + .../ConnectionOptions/attempts.html | 134 + ...nectionOptionsProps-extension-sidebar.html | 14 + .../ConnectionOptionsProps.html | 162 + .../ConnectionOptionsProps/interval.html | 139 + .../ConnectionOptionsProps/nextInterval.html | 139 + .../ConnectionParamsError-class-sidebar.html | 26 + .../ConnectionParamsError-class.html | 271 + .../ConnectionParamsError.html | 119 + .../ConnectionParamsError/cause.html | 134 + .../ConnectionParamsError/message.html | 134 + .../ConnectionParamsError/name.html | 134 + .../ConnectionProps-extension-sidebar.html | 19 + .../ConnectionProps.html | 220 + .../ConnectionProps/end.html | 130 + .../ConnectionProps/isCarriedOverTLS.html | 134 + .../ConnectionProps/isConnected.html | 134 + .../ConnectionProps/queryArray.html | 133 + .../ConnectionProps/startup.html | 132 + .../ConnectionProps/transport.html | 134 + doc/api/deno_postgres_interop/EncodedArg.html | 127 + .../IsolationLevel-enum-sidebar.html | 32 + .../deno_postgres_interop/IsolationLevel.html | 338 + .../IsolationLevel/IsolationLevel.html | 119 + .../IsolationLevel/values-constant.html | 123 + .../Notice-class-sidebar.html | 40 + .../deno_postgres_interop/Notice-class.html | 426 ++ .../deno_postgres_interop/Notice/Notice.html | 143 + .../deno_postgres_interop/Notice/code.html | 134 + .../deno_postgres_interop/Notice/column.html | 134 + .../Notice/constraint.html | 134 + .../Notice/dataType.html | 134 + .../deno_postgres_interop/Notice/detail.html | 134 + .../deno_postgres_interop/Notice/file.html | 134 + .../deno_postgres_interop/Notice/hint.html | 134 + .../Notice/internalPosition.html | 134 + .../Notice/internalQuery.html | 134 + .../deno_postgres_interop/Notice/line.html | 134 + .../deno_postgres_interop/Notice/message.html | 134 + .../Notice/position.html | 134 + .../deno_postgres_interop/Notice/routine.html | 134 + .../deno_postgres_interop/Notice/schema.html | 134 + .../Notice/severity.html | 134 + .../deno_postgres_interop/Notice/table.html | 134 + .../deno_postgres_interop/Notice/where.html | 134 + ...artialConnectionOptions-class-sidebar.html | 28 + .../PartialConnectionOptions-class.html | 271 + .../PartialConnectionOptions.fromMap.html | 137 + .../PartialConnectionOptions.html | 131 + .../PartialConnectionOptions/asMap.html | 138 + .../PartialConnectionOptions/attempts.html | 127 + .../PartialConnectionOptions/interval.html | 128 + .../nextInterval.html | 128 + .../PartialTLSOptions-class-sidebar.html | 28 + .../PartialTLSOptions-class.html | 270 + .../PartialTLSOptions.fromMap.html | 130 + .../PartialTLSOptions/PartialTLSOptions.html | 129 + .../PartialTLSOptions/asMap.html | 136 + .../PartialTLSOptions/caCertificates.html | 127 + .../PartialTLSOptions/isEnabled.html | 127 + .../PartialTLSOptions/isEnforced.html | 127 + .../Pool-class-sidebar.html | 25 + doc/api/deno_postgres_interop/Pool-class.html | 257 + doc/api/deno_postgres_interop/Pool/Pool.html | 128 + .../Pool/Pool.withOptions.html | 138 + .../Pool/Pool.withString.html | 138 + .../PoolClient-class-sidebar.html | 25 + .../PoolClient-class.html | 275 + .../PoolClient/PoolClient.html | 129 + .../PoolClient/release.html | 130 + .../PoolProps-extension-sidebar.html | 18 + doc/api/deno_postgres_interop/PoolProps.html | 208 + .../PoolProps/connect.html | 130 + .../PoolProps/connectionsCount.html | 134 + .../deno_postgres_interop/PoolProps/end.html | 130 + .../initializedConnectionsCount.html | 131 + .../PoolProps/openConnectionsCount.html | 134 + .../PostgresError-class-sidebar.html | 27 + .../PostgresError-class.html | 282 + .../PostgresError/PostgresError.html | 119 + .../PostgresError/cause.html | 134 + .../PostgresError/fields.html | 134 + .../PostgresError/message.html | 134 + .../PostgresError/name.html | 134 + .../Query-class-sidebar.html | 27 + .../deno_postgres_interop/Query-class.html | 285 + .../Query/Query.withArgs.html | 135 + .../Query/Query.withConfig.html | 135 + doc/api/deno_postgres_interop/Query/args.html | 127 + .../deno_postgres_interop/Query/fields.html | 134 + doc/api/deno_postgres_interop/Query/text.html | 134 + .../QueryArrayResult-class-sidebar.html | 30 + .../QueryArrayResult-class.html | 332 + .../QueryArrayResult/QueryArrayResult.html | 127 + .../QueryArrayResult/rows.html | 134 + .../QueryClient-class-sidebar.html | 24 + .../QueryClient-class.html | 259 + .../QueryClient/QueryClient.html | 127 + .../QueryClient/session.html | 134 + .../QueryClientProps-extension-sidebar.html | 24 + .../QueryClientProps.html | 290 + .../QueryClientProps/closeConnection.html | 130 + .../QueryClientProps/connect.html | 130 + .../QueryClientProps/createTransaction.html | 140 + .../QueryClientProps/end.html | 130 + .../QueryClientProps/isConnected.html | 134 + .../QueryClientProps/queryArray.html | 136 + .../queryArrayWithOptions.html | 134 + .../QueryClientProps/queryObject.html | 136 + .../queryObjectWithOptions.html | 134 + .../resetSessionMetadata.html | 130 + .../QueryClientProps/transaction.html | 148 + .../QueryObjectResult-class-sidebar.html | 30 + .../QueryObjectResult-class.html | 333 + .../QueryObjectResult/QueryObjectResult.html | 127 + .../QueryObjectResult/columns.html | 134 + ...ryObjectResultProps-extension-sidebar.html | 13 + .../QueryObjectResultProps.html | 151 + .../QueryObjectResultProps/rows.html | 139 + .../QueryProps-extension-sidebar.html | 14 + doc/api/deno_postgres_interop/QueryProps.html | 162 + .../QueryProps/isCamelCase.html | 134 + .../QueryProps/resultType.html | 135 + .../QueryResult-class-sidebar.html | 29 + .../QueryResult-class.html | 318 + .../QueryResult/QueryResult.html | 127 + .../QueryResult/handleCommandComplete.html | 131 + .../QueryResult/loadColumnDescriptions.html | 131 + .../QueryResult/query.html | 134 + .../QueryResult/rowCount.html | 134 + .../QueryResult/rowDescription.html | 134 + .../QueryResult/warnings.html | 134 + .../QueryResultProps-extension-sidebar.html | 15 + .../QueryResultProps.html | 171 + .../QueryResultProps/command.html | 136 + .../QueryResultProps/insertRow.html | 131 + .../ResultType-enum-sidebar.html | 29 + doc/api/deno_postgres_interop/ResultType.html | 308 + .../ResultType/ResultType.html | 119 + .../ResultType/values-constant.html | 123 + .../RowDescription-class-sidebar.html | 25 + .../RowDescription-class.html | 261 + .../RowDescription/RowDescription.html | 128 + .../RowDescription/columnCount.html | 134 + .../RowDescription/columns.html | 134 + .../Savepoint-class-sidebar.html | 23 + .../Savepoint-class.html | 243 + .../Savepoint/Savepoint.html | 133 + .../SavepointProps-extension-sidebar.html | 16 + .../deno_postgres_interop/SavepointProps.html | 184 + .../SavepointProps/instancesCount.html | 134 + .../SavepointProps/release.html | 130 + .../SavepointProps/update.html | 130 + .../Session-class-sidebar.html | 25 + .../deno_postgres_interop/Session-class.html | 264 + .../Session/Session.html | 119 + .../deno_postgres_interop/Session/pid.html | 134 + .../deno_postgres_interop/Session/tls.html | 134 + .../SessionProps-extension-sidebar.html | 14 + .../deno_postgres_interop/SessionProps.html | 162 + .../SessionProps/currentTransacton.html | 134 + .../SessionProps/transport.html | 138 + .../TLSOptions-class-sidebar.html | 24 + .../TLSOptions-class.html | 254 + .../TLSOptions/TLSOptions.html | 129 + .../TLSOptions/caCertificates.html | 134 + .../TLSOptionsProps-extension-sidebar.html | 14 + .../TLSOptionsProps.html | 162 + .../TLSOptionsProps/isEnabled.html | 134 + .../TLSOptionsProps/isEnforced.html | 134 + .../Transaction-class-sidebar.html | 25 + .../Transaction-class.html | 267 + .../Transaction/Transaction.html | 135 + .../Transaction/getSavepoint.html | 131 + .../Transaction/savepoints.html | 134 + .../TransactionError-class-sidebar.html | 26 + .../TransactionError-class.html | 272 + .../TransactionError/TransactionError.html | 119 + .../TransactionError/cause.html | 135 + .../TransactionError/message.html | 134 + .../TransactionError/name.html | 134 + .../TransactionOptions-class-sidebar.html | 24 + .../TransactionOptions-class.html | 254 + .../TransactionOptions.html | 129 + .../TransactionOptions/snapshot.html | 134 + ...sactionOptionsProps-extension-sidebar.html | 14 + .../TransactionOptionsProps.html | 162 + .../TransactionOptionsProps/isReadOnly.html | 134 + .../isolationLevel.html | 138 + .../TransactionProps-extension-sidebar.html | 26 + .../TransactionProps.html | 312 + .../TransactionProps/begin.html | 130 + .../TransactionProps/commit.html | 137 + .../TransactionProps/createSavepoint.html | 132 + .../getActiveSavepointsNames.html | 131 + .../TransactionProps/isolationLevel.html | 135 + .../TransactionProps/queryArray.html | 136 + .../queryArrayWithOptions.html | 134 + .../TransactionProps/queryObject.html | 136 + .../queryObjectWithOptions.html | 134 + .../TransactionProps/rollback.html | 135 + .../TransactionProps/rollbackByName.html | 132 + .../TransactionProps/rollbackWithChain.html | 136 + .../TransactionProps/snapshot.html | 134 + .../Transport-enum-sidebar.html | 31 + doc/api/deno_postgres_interop/Transport.html | 326 + .../Transport/Transport.html | 119 + .../Transport/values-constant.html | 123 + ...deno_postgres_interop-library-sidebar.html | 61 + .../deno_postgres_interop-library.html | 552 ++ doc/api/index.html | 161 + doc/api/index.json | 1 + doc/api/search.html | 102 + doc/api/static-assets/docs.dart.js | 6152 +++++++++++++++++ doc/api/static-assets/docs.dart.js.map | 16 + doc/api/static-assets/favicon.png | Bin 0 -> 1767 bytes doc/api/static-assets/github.css | 99 + doc/api/static-assets/highlight.pack.js | 780 +++ doc/api/static-assets/play_button.svg | 1 + doc/api/static-assets/readme.md | 22 + doc/api/static-assets/search.svg | 1 + doc/api/static-assets/styles.css | 1200 ++++ example/pubspec.yaml | 4 +- pubspec.yaml | 2 +- 296 files changed, 46946 insertions(+), 4 deletions(-) create mode 100644 doc/api/__404error.html create mode 100644 doc/api/categories.json create mode 100644 doc/api/deno_postgres_interop/Client-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Client-class.html create mode 100644 doc/api/deno_postgres_interop/Client/Client.config.html create mode 100644 doc/api/deno_postgres_interop/Client/Client.empty.html create mode 100644 doc/api/deno_postgres_interop/Client/Client.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration-class.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/connection.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/database.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/hostname.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/options.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/password.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/port.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/tls.html create mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/user.html create mode 100644 doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ClientConfigurationProps.html create mode 100644 doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions-class.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions/applicationName.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions/database.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions/hostname.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions/password.html create mode 100644 doc/api/deno_postgres_interop/ClientOptions/user.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/connection.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/port.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/portString.html create mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/tls.html create mode 100644 doc/api/deno_postgres_interop/Column-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Column-class.html create mode 100644 doc/api/deno_postgres_interop/Column/Column.html create mode 100644 doc/api/deno_postgres_interop/Column/columnLength.html create mode 100644 doc/api/deno_postgres_interop/Column/index.html create mode 100644 doc/api/deno_postgres_interop/Column/name.html create mode 100644 doc/api/deno_postgres_interop/Column/tableOid.html create mode 100644 doc/api/deno_postgres_interop/Column/typeModifier.html create mode 100644 doc/api/deno_postgres_interop/Column/typeOid.html create mode 100644 doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ColumnFormat.html create mode 100644 doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html create mode 100644 doc/api/deno_postgres_interop/ColumnFormat/id.html create mode 100644 doc/api/deno_postgres_interop/ColumnFormat/values-constant.html create mode 100644 doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ColumnProps.html create mode 100644 doc/api/deno_postgres_interop/ColumnProps/format.html create mode 100644 doc/api/deno_postgres_interop/CommandType-enum-sidebar.html create mode 100644 doc/api/deno_postgres_interop/CommandType.html create mode 100644 doc/api/deno_postgres_interop/CommandType/CommandType.html create mode 100644 doc/api/deno_postgres_interop/CommandType/values-constant.html create mode 100644 doc/api/deno_postgres_interop/Connection-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Connection-class.html create mode 100644 doc/api/deno_postgres_interop/Connection/Connection.html create mode 100644 doc/api/deno_postgres_interop/Connection/pid.html create mode 100644 doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ConnectionError-class.html create mode 100644 doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html create mode 100644 doc/api/deno_postgres_interop/ConnectionError/cause.html create mode 100644 doc/api/deno_postgres_interop/ConnectionError/message.html create mode 100644 doc/api/deno_postgres_interop/ConnectionError/name.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptions-class.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptions/attempts.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html create mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html create mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError-class.html create mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html create mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/cause.html create mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/message.html create mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/name.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps/end.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps/isConnected.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps/queryArray.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps/startup.html create mode 100644 doc/api/deno_postgres_interop/ConnectionProps/transport.html create mode 100644 doc/api/deno_postgres_interop/EncodedArg.html create mode 100644 doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html create mode 100644 doc/api/deno_postgres_interop/IsolationLevel.html create mode 100644 doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html create mode 100644 doc/api/deno_postgres_interop/IsolationLevel/values-constant.html create mode 100644 doc/api/deno_postgres_interop/Notice-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Notice-class.html create mode 100644 doc/api/deno_postgres_interop/Notice/Notice.html create mode 100644 doc/api/deno_postgres_interop/Notice/code.html create mode 100644 doc/api/deno_postgres_interop/Notice/column.html create mode 100644 doc/api/deno_postgres_interop/Notice/constraint.html create mode 100644 doc/api/deno_postgres_interop/Notice/dataType.html create mode 100644 doc/api/deno_postgres_interop/Notice/detail.html create mode 100644 doc/api/deno_postgres_interop/Notice/file.html create mode 100644 doc/api/deno_postgres_interop/Notice/hint.html create mode 100644 doc/api/deno_postgres_interop/Notice/internalPosition.html create mode 100644 doc/api/deno_postgres_interop/Notice/internalQuery.html create mode 100644 doc/api/deno_postgres_interop/Notice/line.html create mode 100644 doc/api/deno_postgres_interop/Notice/message.html create mode 100644 doc/api/deno_postgres_interop/Notice/position.html create mode 100644 doc/api/deno_postgres_interop/Notice/routine.html create mode 100644 doc/api/deno_postgres_interop/Notice/schema.html create mode 100644 doc/api/deno_postgres_interop/Notice/severity.html create mode 100644 doc/api/deno_postgres_interop/Notice/table.html create mode 100644 doc/api/deno_postgres_interop/Notice/where.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions-class.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html create mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions-class.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html create mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html create mode 100644 doc/api/deno_postgres_interop/Pool-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Pool-class.html create mode 100644 doc/api/deno_postgres_interop/Pool/Pool.html create mode 100644 doc/api/deno_postgres_interop/Pool/Pool.withOptions.html create mode 100644 doc/api/deno_postgres_interop/Pool/Pool.withString.html create mode 100644 doc/api/deno_postgres_interop/PoolClient-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/PoolClient-class.html create mode 100644 doc/api/deno_postgres_interop/PoolClient/PoolClient.html create mode 100644 doc/api/deno_postgres_interop/PoolClient/release.html create mode 100644 doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/PoolProps.html create mode 100644 doc/api/deno_postgres_interop/PoolProps/connect.html create mode 100644 doc/api/deno_postgres_interop/PoolProps/connectionsCount.html create mode 100644 doc/api/deno_postgres_interop/PoolProps/end.html create mode 100644 doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html create mode 100644 doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html create mode 100644 doc/api/deno_postgres_interop/PostgresError-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/PostgresError-class.html create mode 100644 doc/api/deno_postgres_interop/PostgresError/PostgresError.html create mode 100644 doc/api/deno_postgres_interop/PostgresError/cause.html create mode 100644 doc/api/deno_postgres_interop/PostgresError/fields.html create mode 100644 doc/api/deno_postgres_interop/PostgresError/message.html create mode 100644 doc/api/deno_postgres_interop/PostgresError/name.html create mode 100644 doc/api/deno_postgres_interop/Query-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Query-class.html create mode 100644 doc/api/deno_postgres_interop/Query/Query.withArgs.html create mode 100644 doc/api/deno_postgres_interop/Query/Query.withConfig.html create mode 100644 doc/api/deno_postgres_interop/Query/args.html create mode 100644 doc/api/deno_postgres_interop/Query/fields.html create mode 100644 doc/api/deno_postgres_interop/Query/text.html create mode 100644 doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryArrayResult-class.html create mode 100644 doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html create mode 100644 doc/api/deno_postgres_interop/QueryArrayResult/rows.html create mode 100644 doc/api/deno_postgres_interop/QueryClient-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryClient-class.html create mode 100644 doc/api/deno_postgres_interop/QueryClient/QueryClient.html create mode 100644 doc/api/deno_postgres_interop/QueryClient/session.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/connect.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/end.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/isConnected.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryArray.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryObject.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html create mode 100644 doc/api/deno_postgres_interop/QueryClientProps/transaction.html create mode 100644 doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryObjectResult-class.html create mode 100644 doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html create mode 100644 doc/api/deno_postgres_interop/QueryObjectResult/columns.html create mode 100644 doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryObjectResultProps.html create mode 100644 doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html create mode 100644 doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryProps.html create mode 100644 doc/api/deno_postgres_interop/QueryProps/isCamelCase.html create mode 100644 doc/api/deno_postgres_interop/QueryProps/resultType.html create mode 100644 doc/api/deno_postgres_interop/QueryResult-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryResult-class.html create mode 100644 doc/api/deno_postgres_interop/QueryResult/QueryResult.html create mode 100644 doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html create mode 100644 doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html create mode 100644 doc/api/deno_postgres_interop/QueryResult/query.html create mode 100644 doc/api/deno_postgres_interop/QueryResult/rowCount.html create mode 100644 doc/api/deno_postgres_interop/QueryResult/rowDescription.html create mode 100644 doc/api/deno_postgres_interop/QueryResult/warnings.html create mode 100644 doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/QueryResultProps.html create mode 100644 doc/api/deno_postgres_interop/QueryResultProps/command.html create mode 100644 doc/api/deno_postgres_interop/QueryResultProps/insertRow.html create mode 100644 doc/api/deno_postgres_interop/ResultType-enum-sidebar.html create mode 100644 doc/api/deno_postgres_interop/ResultType.html create mode 100644 doc/api/deno_postgres_interop/ResultType/ResultType.html create mode 100644 doc/api/deno_postgres_interop/ResultType/values-constant.html create mode 100644 doc/api/deno_postgres_interop/RowDescription-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/RowDescription-class.html create mode 100644 doc/api/deno_postgres_interop/RowDescription/RowDescription.html create mode 100644 doc/api/deno_postgres_interop/RowDescription/columnCount.html create mode 100644 doc/api/deno_postgres_interop/RowDescription/columns.html create mode 100644 doc/api/deno_postgres_interop/Savepoint-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Savepoint-class.html create mode 100644 doc/api/deno_postgres_interop/Savepoint/Savepoint.html create mode 100644 doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/SavepointProps.html create mode 100644 doc/api/deno_postgres_interop/SavepointProps/instancesCount.html create mode 100644 doc/api/deno_postgres_interop/SavepointProps/release.html create mode 100644 doc/api/deno_postgres_interop/SavepointProps/update.html create mode 100644 doc/api/deno_postgres_interop/Session-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Session-class.html create mode 100644 doc/api/deno_postgres_interop/Session/Session.html create mode 100644 doc/api/deno_postgres_interop/Session/pid.html create mode 100644 doc/api/deno_postgres_interop/Session/tls.html create mode 100644 doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/SessionProps.html create mode 100644 doc/api/deno_postgres_interop/SessionProps/currentTransacton.html create mode 100644 doc/api/deno_postgres_interop/SessionProps/transport.html create mode 100644 doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/TLSOptions-class.html create mode 100644 doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html create mode 100644 doc/api/deno_postgres_interop/TLSOptions/caCertificates.html create mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps.html create mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html create mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html create mode 100644 doc/api/deno_postgres_interop/Transaction-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Transaction-class.html create mode 100644 doc/api/deno_postgres_interop/Transaction/Transaction.html create mode 100644 doc/api/deno_postgres_interop/Transaction/getSavepoint.html create mode 100644 doc/api/deno_postgres_interop/Transaction/savepoints.html create mode 100644 doc/api/deno_postgres_interop/TransactionError-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/TransactionError-class.html create mode 100644 doc/api/deno_postgres_interop/TransactionError/TransactionError.html create mode 100644 doc/api/deno_postgres_interop/TransactionError/cause.html create mode 100644 doc/api/deno_postgres_interop/TransactionError/message.html create mode 100644 doc/api/deno_postgres_interop/TransactionError/name.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptions-class.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptions/snapshot.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html create mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/begin.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/commit.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryArray.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryObject.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/rollback.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html create mode 100644 doc/api/deno_postgres_interop/TransactionProps/snapshot.html create mode 100644 doc/api/deno_postgres_interop/Transport-enum-sidebar.html create mode 100644 doc/api/deno_postgres_interop/Transport.html create mode 100644 doc/api/deno_postgres_interop/Transport/Transport.html create mode 100644 doc/api/deno_postgres_interop/Transport/values-constant.html create mode 100644 doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html create mode 100644 doc/api/deno_postgres_interop/deno_postgres_interop-library.html create mode 100644 doc/api/index.html create mode 100644 doc/api/index.json create mode 100644 doc/api/search.html create mode 100644 doc/api/static-assets/docs.dart.js create mode 100644 doc/api/static-assets/docs.dart.js.map create mode 100644 doc/api/static-assets/favicon.png create mode 100644 doc/api/static-assets/github.css create mode 100644 doc/api/static-assets/highlight.pack.js create mode 100644 doc/api/static-assets/play_button.svg create mode 100644 doc/api/static-assets/readme.md create mode 100644 doc/api/static-assets/search.svg create mode 100644 doc/api/static-assets/styles.css diff --git a/doc/api/__404error.html b/doc/api/__404error.html new file mode 100644 index 0000000..157842c --- /dev/null +++ b/doc/api/__404error.html @@ -0,0 +1,112 @@ + + + + + + + + + deno_postgres_interop - Dart API docs + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
deno_postgres_interop
+ +
+ +
+
+
+ +
+

404: Something's gone wrong :-(

+ +
+

You've tried to visit a page that doesn't exist. Luckily this site + has other pages.

+

If you were looking for something specific, try searching: +

+

+ +
+
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/categories.json b/doc/api/categories.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/doc/api/categories.json @@ -0,0 +1 @@ +[] diff --git a/doc/api/deno_postgres_interop/Client-class-sidebar.html b/doc/api/deno_postgres_interop/Client-class-sidebar.html new file mode 100644 index 0000000..c956f1f --- /dev/null +++ b/doc/api/deno_postgres_interop/Client-class-sidebar.html @@ -0,0 +1,26 @@ +
    + +
  1. Constructors
  2. +
  3. Client
  4. +
  5. config
  6. +
  7. empty
  8. + + +
  9. + Properties +
  10. +
  11. hashCode
  12. +
  13. runtimeType
  14. +
  15. session
  16. + +
  17. Methods
  18. +
  19. noSuchMethod
  20. +
  21. toString
  22. + +
  23. Operators
  24. +
  25. operator ==
  26. + + + + +
diff --git a/doc/api/deno_postgres_interop/Client-class.html b/doc/api/deno_postgres_interop/Client-class.html new file mode 100644 index 0000000..f9d7ae9 --- /dev/null +++ b/doc/api/deno_postgres_interop/Client-class.html @@ -0,0 +1,276 @@ + + + + + + + + Client class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Client
+ +
+ +
+
+
+ +
+
+

Client class + +

+ + +
+

deno-postgres@v0.17.0/Client.

+
+ + +
+
+ +
Inheritance
+
+ +
+ + + + + +
Available Extensions
+
+ + +
Annotations
+
+
    +
  • @JS()
  • +
+
+ + +
+
+ + +
+

Constructors

+ +
+
+ Client(String dbUrl) +
+
+ deno-postgres@v0.17.0/Client/constructor. +
factory
+
+
+ Client.config(ClientOptions config) +
+
+ deno-postgres@v0.17.0/Client/constructor. +
factory
+
+
+ Client.empty() +
+
+ deno-postgres@v0.17.0/Client/constructor. +
factory
+
+
+
+ +
+

Properties

+ +
+
+ hashCode + int + +
+
+ The hash code for this object. +
read-onlyinherited
+ +
+ +
+ runtimeType + Type + +
+
+ A representation of the runtime type of the object. +
read-onlyinherited
+ +
+ +
+ session + Session + +
+
+ deno-postgres@v0.17.0/QueryClient/session. +
read-onlyinherited
+ +
+ +
+
+ + +
+

Methods

+
+
+ noSuchMethod(Invocation invocation) + → dynamic + + + +
+
+ Invoked when a nonexistent method or property is accessed. +
inherited
+ +
+ +
+ toString() + String + + + +
+
+ A string representation of this object. +
inherited
+ +
+ +
+
+ +
+

Operators

+
+
+ operator ==(Object other) + bool + + + +
+
+ The equality operator. +
inherited
+ +
+ +
+
+ + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Client/Client.config.html b/doc/api/deno_postgres_interop/Client/Client.config.html new file mode 100644 index 0000000..7a8684b --- /dev/null +++ b/doc/api/deno_postgres_interop/Client/Client.config.html @@ -0,0 +1,128 @@ + + + + + + + + Client.config constructor - Client - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Client.config
+ +
+ +
+
+
+ +
+
+

Client.config constructor +

+ +
+ + Client.config(
  1. ClientOptions config
  2. +
) +
+ + +
+

deno-postgres@v0.17.0/Client/constructor.

+
+ + + +
+

Implementation

+
factory Client.config(ClientOptions config) =>
+    callConstructor('Client', [config]);
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Client/Client.empty.html b/doc/api/deno_postgres_interop/Client/Client.empty.html new file mode 100644 index 0000000..feb744c --- /dev/null +++ b/doc/api/deno_postgres_interop/Client/Client.empty.html @@ -0,0 +1,126 @@ + + + + + + + + Client.empty constructor - Client - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Client.empty
+ +
+ +
+
+
+ +
+
+

Client.empty constructor +

+ +
+ + Client.empty() +
+ + +
+

deno-postgres@v0.17.0/Client/constructor.

+
+ + + +
+

Implementation

+
factory Client.empty() => callConstructor('Client', null);
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Client/Client.html b/doc/api/deno_postgres_interop/Client/Client.html new file mode 100644 index 0000000..ba67cc5 --- /dev/null +++ b/doc/api/deno_postgres_interop/Client/Client.html @@ -0,0 +1,127 @@ + + + + + + + + Client constructor - Client - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Client
+ +
+ +
+
+
+ +
+
+

Client constructor +

+ +
+ + Client(
  1. String dbUrl
  2. +
) +
+ + +
+

deno-postgres@v0.17.0/Client/constructor.

+
+ + + +
+

Implementation

+
external factory Client
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html b/doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html new file mode 100644 index 0000000..e70bb53 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html @@ -0,0 +1,32 @@ +
    + +
  1. Constructors
  2. +
  3. ClientConfiguration
  4. + + +
  5. + Properties +
  6. +
  7. applicationName
  8. +
  9. connection
  10. +
  11. database
  12. +
  13. hashCode
  14. +
  15. hostname
  16. +
  17. options
  18. +
  19. password
  20. +
  21. port
  22. +
  23. runtimeType
  24. +
  25. tls
  26. +
  27. user
  28. + +
  29. Methods
  30. +
  31. noSuchMethod
  32. +
  33. toString
  34. + +
  35. Operators
  36. +
  37. operator ==
  38. + + + + +
diff --git a/doc/api/deno_postgres_interop/ClientConfiguration-class.html b/doc/api/deno_postgres_interop/ClientConfiguration-class.html new file mode 100644 index 0000000..f4a46f0 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration-class.html @@ -0,0 +1,342 @@ + + + + + + + + ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ClientConfiguration
+ +
+ +
+
+
+ +
+
+

ClientConfiguration class + +

+ + +
+

deno-postgres@v0.17.0/ClientConfiguration.

+
+ + +
+
+ + + + + + +
Available Extensions
+
+ + +
Annotations
+
+
    +
  • @JS()
  • +
+
+ + +
+
+ + +
+

Constructors

+ +
+
+ ClientConfiguration({required String applicationName, required ConnectionOptions connection, required String database, required String hostname, required String options, required int port, required TLSOptions tls, required String user, required Transport hostType, String? password}) +
+
+ deno-postgres@v0.17.0/ClientConfiguration. +
factory
+
+
+
+ +
+

Properties

+ +
+
+ applicationName + String + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/applicationName. +
read-only
+ +
+ +
+ connection + ConnectionOptions + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/connection. +
read-only
+ +
+ +
+ database + String + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/database. +
read-only
+ +
+ +
+ hashCode + int + +
+
+ The hash code for this object. +
read-onlyinherited
+ +
+ +
+ hostname + String + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/hostname. +
read-only
+ +
+ +
+ options + Map<String, String> + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/options. +
read-only
+ +
+ +
+ password + String? + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/password. +
read-only
+ +
+ +
+ port + int + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/port. +
read-only
+ +
+ +
+ runtimeType + Type + +
+
+ A representation of the runtime type of the object. +
read-onlyinherited
+ +
+ +
+ tls + TLSOptions + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/tls. +
read-only
+ +
+ +
+ user + String + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/user. +
read-only
+ +
+ +
+
+ + +
+

Methods

+
+
+ noSuchMethod(Invocation invocation) + → dynamic + + + +
+
+ Invoked when a nonexistent method or property is accessed. +
inherited
+ +
+ +
+ toString() + String + + + +
+
+ A string representation of this object. +
inherited
+ +
+ +
+
+ +
+

Operators

+
+
+ operator ==(Object other) + bool + + + +
+
+ The equality operator. +
inherited
+ +
+ +
+
+ + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html b/doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html new file mode 100644 index 0000000..3f9a210 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html @@ -0,0 +1,136 @@ + + + + + + + + ClientConfiguration constructor - ClientConfiguration - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ClientConfiguration
+ +
+ +
+
+
+ +
+
+

ClientConfiguration constructor +

+ +
+ + ClientConfiguration(
  1. {required String applicationName,
  2. +
  3. required ConnectionOptions connection,
  4. +
  5. required String database,
  6. +
  7. required String hostname,
  8. +
  9. required String options,
  10. +
  11. required int port,
  12. +
  13. required TLSOptions tls,
  14. +
  15. required String user,
  16. +
  17. required Transport hostType,
  18. +
  19. String? password}
  20. +
) +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration.

+
+ + + +
+

Implementation

+
factory ClientConfiguration
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html b/doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html new file mode 100644 index 0000000..9685ace --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html @@ -0,0 +1,134 @@ + + + + + + + + applicationName property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
applicationName
+ +
+ +
+
+
+ +
+
+

applicationName property +

+ + + +
+ +
+ + String + applicationName + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/applicationName.

+
+ + +
+

Implementation

+
external String get applicationName;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/connection.html b/doc/api/deno_postgres_interop/ClientConfiguration/connection.html new file mode 100644 index 0000000..696d56e --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/connection.html @@ -0,0 +1,134 @@ + + + + + + + + connection property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
connection
+ +
+ +
+
+
+ +
+
+

connection property +

+ + + +
+ +
+ + ConnectionOptions + connection + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/connection.

+
+ + +
+

Implementation

+
external ConnectionOptions get connection;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/database.html b/doc/api/deno_postgres_interop/ClientConfiguration/database.html new file mode 100644 index 0000000..03681f7 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/database.html @@ -0,0 +1,134 @@ + + + + + + + + database property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
database
+ +
+ +
+
+
+ +
+
+

database property +

+ + + +
+ +
+ + String + database + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/database.

+
+ + +
+

Implementation

+
external String get database;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/hostname.html b/doc/api/deno_postgres_interop/ClientConfiguration/hostname.html new file mode 100644 index 0000000..37c0efc --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/hostname.html @@ -0,0 +1,134 @@ + + + + + + + + hostname property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
hostname
+ +
+ +
+
+
+ +
+
+

hostname property +

+ + + +
+ +
+ + String + hostname + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/hostname.

+
+ + +
+

Implementation

+
external String get hostname;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/options.html b/doc/api/deno_postgres_interop/ClientConfiguration/options.html new file mode 100644 index 0000000..8db4ea2 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/options.html @@ -0,0 +1,134 @@ + + + + + + + + options property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
options
+ +
+ +
+
+
+ +
+
+

options property +

+ + + +
+ +
+ + Map<String, String> + options + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/options.

+
+ + +
+

Implementation

+
external Map<String, String> get options;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/password.html b/doc/api/deno_postgres_interop/ClientConfiguration/password.html new file mode 100644 index 0000000..290af1e --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/password.html @@ -0,0 +1,134 @@ + + + + + + + + password property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
password
+ +
+ +
+
+
+ +
+
+

password property +

+ + + +
+ +
+ + String? + password + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/password.

+
+ + +
+

Implementation

+
external String? get password;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/port.html b/doc/api/deno_postgres_interop/ClientConfiguration/port.html new file mode 100644 index 0000000..b705538 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/port.html @@ -0,0 +1,134 @@ + + + + + + + + port property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
port
+ +
+ +
+
+
+ +
+
+

port property +

+ + + +
+ +
+ + int + port + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/port.

+
+ + +
+

Implementation

+
external int get port;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/tls.html b/doc/api/deno_postgres_interop/ClientConfiguration/tls.html new file mode 100644 index 0000000..4a0c227 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/tls.html @@ -0,0 +1,134 @@ + + + + + + + + tls property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
tls
+ +
+ +
+
+
+ +
+
+

tls property +

+ + + +
+ +
+ + TLSOptions + tls + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/tls.

+
+ + +
+

Implementation

+
external TLSOptions get tls;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/user.html b/doc/api/deno_postgres_interop/ClientConfiguration/user.html new file mode 100644 index 0000000..7e858f2 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfiguration/user.html @@ -0,0 +1,134 @@ + + + + + + + + user property - ClientConfiguration class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
user
+ +
+ +
+
+
+ +
+
+

user property +

+ + + +
+ +
+ + String + user + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/user.

+
+ + +
+

Implementation

+
external String get user;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html new file mode 100644 index 0000000..7cd4cab --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html @@ -0,0 +1,13 @@ +
    + + + + +
  1. Properties
  2. +
  3. hostType
  4. + + + + + +
diff --git a/doc/api/deno_postgres_interop/ClientConfigurationProps.html b/doc/api/deno_postgres_interop/ClientConfigurationProps.html new file mode 100644 index 0000000..e039a19 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfigurationProps.html @@ -0,0 +1,151 @@ + + + + + + + + ClientConfigurationProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ClientConfigurationProps
+ +
+ +
+
+
+
+
+

ClientConfigurationProps extension + +

+ + +
+

deno-postgres@v0.17.0/ClientConfiguration.

+
+ +
+
+
on
+
+ +
+
+ + + +
+ +
+

Properties

+ +
+
+ hostType + Transport + +
+
+ deno-postgres@v0.17.0/ClientConfiguration/host_type. +
read-only
+ +
+ +
+
+ + + + + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html b/doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html new file mode 100644 index 0000000..43eb924 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html @@ -0,0 +1,134 @@ + + + + + + + + hostType property - ClientConfigurationProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
hostType
+ +
+ +
+
+
+ +
+
+

hostType property +

+ + + +
+ +
+ + Transport + hostType + + +
+ + +
+

deno-postgres@v0.17.0/ClientConfiguration/host_type.

+
+ + +
+

Implementation

+
Transport get hostType => Transport.parse(getProperty(this, 'host_type'));
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html b/doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html new file mode 100644 index 0000000..1a36abb --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html @@ -0,0 +1,28 @@ +
    + +
  1. Constructors
  2. +
  3. ClientOptions
  4. + + +
  5. + Properties +
  6. +
  7. applicationName
  8. +
  9. database
  10. +
  11. hashCode
  12. +
  13. hostname
  14. +
  15. password
  16. +
  17. runtimeType
  18. +
  19. user
  20. + +
  21. Methods
  22. +
  23. noSuchMethod
  24. +
  25. toString
  26. + +
  27. Operators
  28. +
  29. operator ==
  30. + + + + +
diff --git a/doc/api/deno_postgres_interop/ClientOptions-class.html b/doc/api/deno_postgres_interop/ClientOptions-class.html new file mode 100644 index 0000000..bc51e7e --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions-class.html @@ -0,0 +1,298 @@ + + + + + + + + ClientOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ClientOptions
+ +
+ +
+
+
+ +
+
+

ClientOptions class + +

+ + +
+

deno-postgres@v0.17.0/ClientOptions.

+
+ + +
+
+ + + + + + +
Available Extensions
+
+ + +
Annotations
+
+
    +
  • @JS()
  • +
+
+ + +
+
+ + +
+

Constructors

+ +
+
+ ClientOptions({String? applicationName, PartialConnectionOptions? connection, String? database, String? hostname, Transport? hostType, String? optionsString, Map<String, String>? optionsMap, String? password, String? portString, int? port, PartialTLSOptions? tls, String? user}) +
+
+ deno-postgres@v0.17.0/ClientOptions. +
factory
+
+
+
+ +
+

Properties

+ +
+
+ applicationName + String? + +
+
+ deno-postgres@v0.17.0/ClientOptions/applicationName. +
read-only
+ +
+ +
+ database + String? + +
+
+ deno-postgres@v0.17.0/ClientOptions/database. +
read-only
+ +
+ +
+ hashCode + int + +
+
+ The hash code for this object. +
read-onlyinherited
+ +
+ +
+ hostname + String? + +
+
+ deno-postgres@v0.17.0/ClientOptions/hostname. +
read-only
+ +
+ +
+ password + String? + +
+
+ deno-postgres@v0.17.0/ClientOptions/password. +
read-only
+ +
+ +
+ runtimeType + Type + +
+
+ A representation of the runtime type of the object. +
read-onlyinherited
+ +
+ +
+ user + String? + +
+
+ deno-postgres@v0.17.0/ClientOptions/user. +
read-only
+ +
+ +
+
+ + +
+

Methods

+
+
+ noSuchMethod(Invocation invocation) + → dynamic + + + +
+
+ Invoked when a nonexistent method or property is accessed. +
inherited
+ +
+ +
+ toString() + String + + + +
+
+ A string representation of this object. +
inherited
+ +
+ +
+
+ +
+

Operators

+
+
+ operator ==(Object other) + bool + + + +
+
+ The equality operator. +
inherited
+ +
+ +
+
+ + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html b/doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html new file mode 100644 index 0000000..127b88a --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html @@ -0,0 +1,138 @@ + + + + + + + + ClientOptions constructor - ClientOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ClientOptions
+ +
+ +
+
+
+ +
+
+

ClientOptions constructor +

+ +
+ + ClientOptions(
  1. {String? applicationName,
  2. +
  3. PartialConnectionOptions? connection,
  4. +
  5. String? database,
  6. +
  7. String? hostname,
  8. +
  9. Transport? hostType,
  10. +
  11. String? optionsString,
  12. +
  13. Map<String, String>? optionsMap,
  14. +
  15. String? password,
  16. +
  17. String? portString,
  18. +
  19. int? port,
  20. +
  21. PartialTLSOptions? tls,
  22. +
  23. String? user}
  24. +
) +
+ + +
+

deno-postgres@v0.17.0/ClientOptions.

+
+ + + +
+

Implementation

+
factory ClientOptions
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptions/applicationName.html b/doc/api/deno_postgres_interop/ClientOptions/applicationName.html new file mode 100644 index 0000000..da64930 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions/applicationName.html @@ -0,0 +1,134 @@ + + + + + + + + applicationName property - ClientOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
applicationName
+ +
+ +
+
+
+ +
+
+

applicationName property +

+ + + +
+ +
+ + String? + applicationName + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/applicationName.

+
+ + +
+

Implementation

+
external String? get applicationName;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptions/database.html b/doc/api/deno_postgres_interop/ClientOptions/database.html new file mode 100644 index 0000000..455275c --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions/database.html @@ -0,0 +1,134 @@ + + + + + + + + database property - ClientOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
database
+ +
+ +
+
+
+ +
+
+

database property +

+ + + +
+ +
+ + String? + database + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/database.

+
+ + +
+

Implementation

+
external String? get database;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptions/hostname.html b/doc/api/deno_postgres_interop/ClientOptions/hostname.html new file mode 100644 index 0000000..2e4b1d0 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions/hostname.html @@ -0,0 +1,134 @@ + + + + + + + + hostname property - ClientOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
hostname
+ +
+ +
+
+
+ +
+
+

hostname property +

+ + + +
+ +
+ + String? + hostname + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/hostname.

+
+ + +
+

Implementation

+
external String? get hostname;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptions/password.html b/doc/api/deno_postgres_interop/ClientOptions/password.html new file mode 100644 index 0000000..017388d --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions/password.html @@ -0,0 +1,134 @@ + + + + + + + + password property - ClientOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
password
+ +
+ +
+
+
+ +
+
+

password property +

+ + + +
+ +
+ + String? + password + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/password.

+
+ + +
+

Implementation

+
external String? get password;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptions/user.html b/doc/api/deno_postgres_interop/ClientOptions/user.html new file mode 100644 index 0000000..b0b6b21 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptions/user.html @@ -0,0 +1,134 @@ + + + + + + + + user property - ClientOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
user
+ +
+ +
+
+
+ +
+
+

user property +

+ + + +
+ +
+ + String? + user + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/user.

+
+ + +
+

Implementation

+
external String? get user;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html new file mode 100644 index 0000000..fc80cc7 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html @@ -0,0 +1,19 @@ +
    + + + + +
  1. Properties
  2. +
  3. connection
  4. +
  5. hostType
  6. +
  7. optionsMap
  8. +
  9. optionsString
  10. +
  11. port
  12. +
  13. portString
  14. +
  15. tls
  16. + + + + + +
diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps.html b/doc/api/deno_postgres_interop/ClientOptionsProps.html new file mode 100644 index 0000000..5883992 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps.html @@ -0,0 +1,217 @@ + + + + + + + + ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ClientOptionsProps
+ +
+ +
+
+
+
+
+

ClientOptionsProps extension + +

+ + +
+

deno-postgres@v0.17.0/ClientOptions.

+
+ +
+
+
on
+
+ +
+
+ + + +
+ +
+

Properties

+ +
+
+ connection + PartialConnectionOptions? + +
+
+ deno-postgres@v0.17.0/ClientOptions/connection. +
read-only
+ +
+ +
+ hostType + Transport + +
+
+ deno-postgres@v0.17.0/ClientOptions/host_type. +
read-only
+ +
+ +
+ optionsMap + Map<String, String>? + +
+
+ deno-postgres@v0.17.0/ClientOptions/options. +
read-only
+ +
+ +
+ optionsString + String? + +
+
+ deno-postgres@v0.17.0/ClientOptions/options. +
read-only
+ +
+ +
+ port + int? + +
+
+ deno-postgres@v0.17.0/ClientOptions/port. +
read-only
+ +
+ +
+ portString + String? + +
+
+ deno-postgres@v0.17.0/ClientOptions/port. +
read-only
+ +
+ +
+ tls + PartialTLSOptions? + +
+
+ deno-postgres@v0.17.0/ClientOptions/tls. +
read-only
+ +
+ +
+
+ + + + + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/connection.html b/doc/api/deno_postgres_interop/ClientOptionsProps/connection.html new file mode 100644 index 0000000..a378cf5 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps/connection.html @@ -0,0 +1,139 @@ + + + + + + + + connection property - ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
connection
+ +
+ +
+
+
+ +
+
+

connection property +

+ + + +
+ +
+ + PartialConnectionOptions? + connection + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/connection.

+
+ + +
+

Implementation

+
PartialConnectionOptions? get connection {
+  final map =
+      dartify(getProperty(this, 'connection')) as Map<dynamic, dynamic>?;
+
+  return map == null ? null : PartialConnectionOptions.fromMap(map);
+}
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html b/doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html new file mode 100644 index 0000000..5eb2f82 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html @@ -0,0 +1,134 @@ + + + + + + + + hostType property - ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
hostType
+ +
+ +
+
+
+ +
+
+

hostType property +

+ + + +
+ +
+ + Transport + hostType + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/host_type.

+
+ + +
+

Implementation

+
Transport get hostType => Transport.parse(getProperty(this, 'host_type'));
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html b/doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html new file mode 100644 index 0000000..84ed8d8 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html @@ -0,0 +1,139 @@ + + + + + + + + optionsMap property - ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
optionsMap
+ +
+ +
+
+
+ +
+
+

optionsMap property +

+ + + +
+ +
+ + Map<String, String>? + optionsMap + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/options.

+

Either this or optionsString is null.

+
+ + +
+

Implementation

+
Map<String, String>? get optionsMap {
+  final prop = getProperty(this, 'options');
+
+  return prop is String ? null : prop as Map<String, String>;
+}
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html b/doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html new file mode 100644 index 0000000..3740efc --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html @@ -0,0 +1,139 @@ + + + + + + + + optionsString property - ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
optionsString
+ +
+ +
+
+
+ +
+
+

optionsString property +

+ + + +
+ +
+ + String? + optionsString + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/options.

+

Either this or optionsMap is null.

+
+ + +
+

Implementation

+
String? get optionsString {
+  final prop = getProperty(this, 'options');
+
+  return prop is String ? prop : null;
+}
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/port.html b/doc/api/deno_postgres_interop/ClientOptionsProps/port.html new file mode 100644 index 0000000..732603e --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps/port.html @@ -0,0 +1,139 @@ + + + + + + + + port property - ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
port
+ +
+ +
+
+
+ +
+
+

port property +

+ + + +
+ +
+ + int? + port + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/port.

+

Either this or portString is null.

+
+ + +
+

Implementation

+
int? get port {
+  final prop = getProperty(this, 'port');
+
+  return prop is int ? prop : null;
+}
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/portString.html b/doc/api/deno_postgres_interop/ClientOptionsProps/portString.html new file mode 100644 index 0000000..dc89a7c --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps/portString.html @@ -0,0 +1,139 @@ + + + + + + + + portString property - ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
portString
+ +
+ +
+
+
+ +
+
+

portString property +

+ + + +
+ +
+ + String? + portString + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/port.

+

Either this or port is null.

+
+ + +
+

Implementation

+
String? get portString {
+  final prop = getProperty(this, 'port');
+
+  return prop is String ? prop : null;
+}
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/tls.html b/doc/api/deno_postgres_interop/ClientOptionsProps/tls.html new file mode 100644 index 0000000..b677926 --- /dev/null +++ b/doc/api/deno_postgres_interop/ClientOptionsProps/tls.html @@ -0,0 +1,145 @@ + + + + + + + + tls property - ClientOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
tls
+ +
+ +
+
+
+ +
+
+

tls property +

+ + + +
+ +
+ + PartialTLSOptions? + tls + + +
+ + +
+

deno-postgres@v0.17.0/ClientOptions/tls.

+
+ + +
+

Implementation

+
PartialTLSOptions? get tls {
+  final map =
+      dartify(getProperty(this, 'connection')) as Map<dynamic, dynamic>?;
+
+  if (map == null) return null;
+
+  return PartialTLSOptions(
+    caCertificates: map['caCertificates'] as List<String>?,
+    isEnabled: map['enabled'] as bool?,
+    isEnforced: map['enforced'] as bool?,
+  );
+}
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column-class-sidebar.html b/doc/api/deno_postgres_interop/Column-class-sidebar.html new file mode 100644 index 0000000..2669624 --- /dev/null +++ b/doc/api/deno_postgres_interop/Column-class-sidebar.html @@ -0,0 +1,29 @@ +
    + +
  1. Constructors
  2. +
  3. Column
  4. + + +
  5. + Properties +
  6. +
  7. columnLength
  8. +
  9. hashCode
  10. +
  11. index
  12. +
  13. name
  14. +
  15. runtimeType
  16. +
  17. tableOid
  18. +
  19. typeModifier
  20. +
  21. typeOid
  22. + +
  23. Methods
  24. +
  25. noSuchMethod
  26. +
  27. toString
  28. + +
  29. Operators
  30. +
  31. operator ==
  32. + + + + +
diff --git a/doc/api/deno_postgres_interop/Column-class.html b/doc/api/deno_postgres_interop/Column-class.html new file mode 100644 index 0000000..f856baf --- /dev/null +++ b/doc/api/deno_postgres_interop/Column-class.html @@ -0,0 +1,309 @@ + + + + + + + + Column class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Column
+ +
+ +
+
+
+ +
+
+

Column class + +

+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+
+ + + + + + +
Available Extensions
+
+ + +
Annotations
+
+
    +
  • @JS()
  • +
+
+ + +
+
+ + +
+

Constructors

+ +
+
+ Column({required String name, required int tableOid, required int index, required int typeOid, required int columnLength, required int typeModifier, required ColumnFormat format}) +
+
+ deno-postgres@v0.17.0/Column. +
factory
+
+
+
+ +
+

Properties

+ +
+
+ columnLength + int + +
+
+ deno-postgres@v0.17.0/Column. +
read-only
+ +
+ +
+ hashCode + int + +
+
+ The hash code for this object. +
read-onlyinherited
+ +
+ +
+ index + int + +
+
+ deno-postgres@v0.17.0/Column. +
read-only
+ +
+ +
+ name + String + +
+
+ deno-postgres@v0.17.0/Column. +
read-only
+ +
+ +
+ runtimeType + Type + +
+
+ A representation of the runtime type of the object. +
read-onlyinherited
+ +
+ +
+ tableOid + int + +
+
+ deno-postgres@v0.17.0/Column. +
read-only
+ +
+ +
+ typeModifier + int + +
+
+ deno-postgres@v0.17.0/Column. +
read-only
+ +
+ +
+ typeOid + int + +
+
+ deno-postgres@v0.17.0/Column. +
read-only
+ +
+ +
+
+ + +
+

Methods

+
+
+ noSuchMethod(Invocation invocation) + → dynamic + + + +
+
+ Invoked when a nonexistent method or property is accessed. +
inherited
+ +
+ +
+ toString() + String + + + +
+
+ A string representation of this object. +
inherited
+ +
+ +
+
+ +
+

Operators

+
+
+ operator ==(Object other) + bool + + + +
+
+ The equality operator. +
inherited
+ +
+ +
+
+ + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column/Column.html b/doc/api/deno_postgres_interop/Column/Column.html new file mode 100644 index 0000000..b90dcc2 --- /dev/null +++ b/doc/api/deno_postgres_interop/Column/Column.html @@ -0,0 +1,133 @@ + + + + + + + + Column constructor - Column - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Column
+ +
+ +
+
+
+ +
+
+

Column constructor +

+ +
+ + Column(
  1. {required String name,
  2. +
  3. required int tableOid,
  4. +
  5. required int index,
  6. +
  7. required int typeOid,
  8. +
  9. required int columnLength,
  10. +
  11. required int typeModifier,
  12. +
  13. required ColumnFormat format}
  14. +
) +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + + +
+

Implementation

+
factory Column
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column/columnLength.html b/doc/api/deno_postgres_interop/Column/columnLength.html new file mode 100644 index 0000000..3b88b06 --- /dev/null +++ b/doc/api/deno_postgres_interop/Column/columnLength.html @@ -0,0 +1,134 @@ + + + + + + + + columnLength property - Column class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
columnLength
+ +
+ +
+
+
+ +
+
+

columnLength property +

+ + + +
+ +
+ + int + columnLength + + +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+

Implementation

+
external int get columnLength;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column/index.html b/doc/api/deno_postgres_interop/Column/index.html new file mode 100644 index 0000000..8f9fa1a --- /dev/null +++ b/doc/api/deno_postgres_interop/Column/index.html @@ -0,0 +1,134 @@ + + + + + + + + index property - Column class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
index
+ +
+ +
+
+
+ +
+
+

index property +

+ + + +
+ +
+ + int + index + + +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+

Implementation

+
external int get index;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column/name.html b/doc/api/deno_postgres_interop/Column/name.html new file mode 100644 index 0000000..2215194 --- /dev/null +++ b/doc/api/deno_postgres_interop/Column/name.html @@ -0,0 +1,134 @@ + + + + + + + + name property - Column class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
name
+ +
+ +
+
+
+ +
+
+

name property +

+ + + +
+ +
+ + String + name + + +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+

Implementation

+
external String get name;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column/tableOid.html b/doc/api/deno_postgres_interop/Column/tableOid.html new file mode 100644 index 0000000..e2184fa --- /dev/null +++ b/doc/api/deno_postgres_interop/Column/tableOid.html @@ -0,0 +1,134 @@ + + + + + + + + tableOid property - Column class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
tableOid
+ +
+ +
+
+
+ +
+
+

tableOid property +

+ + + +
+ +
+ + int + tableOid + + +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+

Implementation

+
external int get tableOid;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column/typeModifier.html b/doc/api/deno_postgres_interop/Column/typeModifier.html new file mode 100644 index 0000000..d87b21f --- /dev/null +++ b/doc/api/deno_postgres_interop/Column/typeModifier.html @@ -0,0 +1,134 @@ + + + + + + + + typeModifier property - Column class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
typeModifier
+ +
+ +
+
+
+ +
+
+

typeModifier property +

+ + + +
+ +
+ + int + typeModifier + + +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+

Implementation

+
external int get typeModifier;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Column/typeOid.html b/doc/api/deno_postgres_interop/Column/typeOid.html new file mode 100644 index 0000000..1654656 --- /dev/null +++ b/doc/api/deno_postgres_interop/Column/typeOid.html @@ -0,0 +1,134 @@ + + + + + + + + typeOid property - Column class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
typeOid
+ +
+ +
+
+
+ +
+
+

typeOid property +

+ + + +
+ +
+ + int + typeOid + + +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+

Implementation

+
external int get typeOid;
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html b/doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html new file mode 100644 index 0000000..dcf727c --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html @@ -0,0 +1,30 @@ +
    + +
  1. Constructors
  2. +
  3. ColumnFormat
  4. + +
  5. Values
  6. +
  7. text
  8. +
  9. binary
  10. + +
  11. + Properties +
  12. +
  13. hashCode
  14. +
  15. id
  16. +
  17. index
  18. +
  19. runtimeType
  20. + +
  21. Methods
  22. +
  23. noSuchMethod
  24. +
  25. toString
  26. + +
  27. Operators
  28. +
  29. operator ==
  30. + + + + +
  31. Constants
  32. +
  33. values
  34. +
diff --git a/doc/api/deno_postgres_interop/ColumnFormat.html b/doc/api/deno_postgres_interop/ColumnFormat.html new file mode 100644 index 0000000..6bac151 --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnFormat.html @@ -0,0 +1,328 @@ + + + + + + + + ColumnFormat enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ColumnFormat
+ +
+ +
+
+
+ +
+
+ +

+ ColumnFormat + enum + + +

+
+ + +
+

enum Format { +TEXT = 0, +BINARY = 1, +}

+
+ + +
+
+ +
Inheritance
+
+ +
+ + + + + + +
+
+ + +
+

Constructors

+ +
+
+ ColumnFormat(int id) +
+
+ +
const
+
+
+
+ +
+

Values

+ +
+
+ text + → const ColumnFormat + + +
+
+

text.

+ + +
+ ColumnFormat(0) +
+
+ +
+ binary + → const ColumnFormat + + +
+
+

binary.

+ + +
+ ColumnFormat(1) +
+
+ +
+
+ +
+

Properties

+ +
+
+ hashCode + int + +
+
+ The hash code for this object. +
read-onlyinherited
+ +
+ +
+ id + int + +
+
+ Used for interop. +
final
+ +
+ +
+ index + int + +
+
+ A numeric identifier for the enumerated value. +
read-onlyinherited
+ +
+ +
+ runtimeType + Type + +
+
+ A representation of the runtime type of the object. +
read-onlyinherited
+ +
+ +
+
+ + +
+

Methods

+
+
+ noSuchMethod(Invocation invocation) + → dynamic + + + +
+
+ Invoked when a nonexistent method or property is accessed. +
inherited
+ +
+ +
+ toString() + String + + + +
+
+ A string representation of this object. +
inherited
+ +
+ +
+
+ +
+

Operators

+
+
+ operator ==(Object other) + bool + + + +
+
+ The equality operator. +
inherited
+ +
+ +
+
+ + + + +
+

Constants

+ +
+
+ values + → const List<ColumnFormat> + + +
+
+ A constant List of the values in this enum, in order of their declaration. + + +
+ [text, binary] +
+
+ +
+
+
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html b/doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html new file mode 100644 index 0000000..f71e9fa --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html @@ -0,0 +1,124 @@ + + + + + + + + ColumnFormat constructor - ColumnFormat - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ColumnFormat
+ +
+ +
+
+
+ +
+
+

ColumnFormat constructor +

+ +
+ const + ColumnFormat(
  1. int id
  2. +
) +
+ + + + + +
+

Implementation

+
const ColumnFormat
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ColumnFormat/id.html b/doc/api/deno_postgres_interop/ColumnFormat/id.html new file mode 100644 index 0000000..35088b6 --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnFormat/id.html @@ -0,0 +1,127 @@ + + + + + + + + id property - ColumnFormat enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
id
+ +
+ +
+
+
+ +
+
+

id property +

+ +
+ + int + id +
final
+ +
+ +
+

Used for interop.

+
+ + +
+

Implementation

+
final int id;
+
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ColumnFormat/values-constant.html b/doc/api/deno_postgres_interop/ColumnFormat/values-constant.html new file mode 100644 index 0000000..0e9ae0a --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnFormat/values-constant.html @@ -0,0 +1,123 @@ + + + + + + + + values constant - ColumnFormat enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
values
+ +
+ +
+
+
+ +
+
+

values constant +

+ +
+ + List<ColumnFormat> + const values + + +
+ +
+

A constant List of the values in this enum, in order of their declaration.

+
+ + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html new file mode 100644 index 0000000..21ab214 --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html @@ -0,0 +1,13 @@ +
    + + + + +
  1. Properties
  2. +
  3. format
  4. + + + + + +
diff --git a/doc/api/deno_postgres_interop/ColumnProps.html b/doc/api/deno_postgres_interop/ColumnProps.html new file mode 100644 index 0000000..6aaf493 --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnProps.html @@ -0,0 +1,151 @@ + + + + + + + + ColumnProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
ColumnProps
+ +
+ +
+
+
+
+
+

ColumnProps extension + +

+ + +
+

deno-postgres@v0.17.0/Column.

+
+ +
+
+
on
+
+ +
+
+ + + +
+ +
+

Properties

+ +
+
+ format + ColumnFormat + +
+
+ deno-postgres@v0.17.0/Column. +
read-only
+ +
+ +
+
+ + + + + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ColumnProps/format.html b/doc/api/deno_postgres_interop/ColumnProps/format.html new file mode 100644 index 0000000..d20b0d7 --- /dev/null +++ b/doc/api/deno_postgres_interop/ColumnProps/format.html @@ -0,0 +1,135 @@ + + + + + + + + format property - ColumnProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
format
+ +
+ +
+
+
+ +
+
+

format property +

+ + + +
+ +
+ + ColumnFormat + format + + +
+ + +
+

deno-postgres@v0.17.0/Column.

+
+ + +
+

Implementation

+
ColumnFormat get format => ColumnFormat.values
+    .firstWhere((e) => e.id == getProperty(this, 'format'));
+
+ +
+ + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/CommandType-enum-sidebar.html b/doc/api/deno_postgres_interop/CommandType-enum-sidebar.html new file mode 100644 index 0000000..0bf4ab6 --- /dev/null +++ b/doc/api/deno_postgres_interop/CommandType-enum-sidebar.html @@ -0,0 +1,36 @@ +
    + +
  1. Constructors
  2. +
  3. CommandType
  4. + +
  5. Values
  6. +
  7. insert
  8. +
  9. delete
  10. +
  11. update
  12. +
  13. select
  14. +
  15. move
  16. +
  17. fetch
  18. +
  19. copy
  20. + +
  21. + Properties +
  22. +
  23. hashCode
  24. +
  25. index
  26. +
  27. runtimeType
  28. + +
  29. Methods
  30. +
  31. noSuchMethod
  32. +
  33. toString
  34. + +
  35. Operators
  36. +
  37. operator ==
  38. + + + +
  39. Static methods
  40. +
  41. parse
  42. + +
  43. Constants
  44. +
  45. values
  46. +
diff --git a/doc/api/deno_postgres_interop/CommandType.html b/doc/api/deno_postgres_interop/CommandType.html new file mode 100644 index 0000000..d13551b --- /dev/null +++ b/doc/api/deno_postgres_interop/CommandType.html @@ -0,0 +1,386 @@ + + + + + + + + CommandType enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
CommandType
+ +
+ +
+
+
+ +
+
+ +

+ CommandType + enum + + +

+
+ + +
+

All sql commands.

+
+ + +
+
+ +
Inheritance
+
+ +
+ + + + + + +
+
+ + +
+

Constructors

+ +
+
+ CommandType() +
+
+ +
const
+
+
+
+ +
+

Values

+ +
+
+ insert + → const CommandType + + +
+
+

insert.

+ + +
+ +
+ delete + → const CommandType + + +
+
+

delete.

+ + +
+ +
+ update + → const CommandType + + +
+
+

update.

+ + +
+ +
+ select + → const CommandType + + +
+
+

select.

+ + +
+ +
+ move + → const CommandType + + +
+
+

move.

+ + +
+ +
+ fetch + → const CommandType + + +
+
+

fetch.

+ + +
+ +
+ copy + → const CommandType + + +
+
+

copy.

+ + +
+ +
+
+ +
+

Properties

+ +
+
+ hashCode + int + +
+
+ The hash code for this object. +
read-onlyinherited
+ +
+ +
+ index + int + +
+
+ A numeric identifier for the enumerated value. +
read-onlyinherited
+ +
+ +
+ runtimeType + Type + +
+
+ A representation of the runtime type of the object. +
read-onlyinherited
+ +
+ +
+
+ + +
+

Methods

+
+
+ noSuchMethod(Invocation invocation) + → dynamic + + + +
+
+ Invoked when a nonexistent method or property is accessed. +
inherited
+ +
+ +
+ toString() + String + + + +
+
+ A string representation of this object. +
inherited
+ +
+ +
+
+ +
+

Operators

+
+
+ operator ==(Object other) + bool + + + +
+
+ The equality operator. +
inherited
+ +
+ +
+
+ + +
+

Static Methods

+
+
+ parse(String string) + CommandType + + + +
+
+ Parses a string containing an CommandType literal into its instance. + + +
+ +
+
+ + +
+

Constants

+ +
+
+ values + → const List<CommandType> + + +
+
+ A constant List of the values in this enum, in order of their declaration. + + +
+ [insert, delete, update, select, move, fetch, copy] +
+
+ +
+
+
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/CommandType/CommandType.html b/doc/api/deno_postgres_interop/CommandType/CommandType.html new file mode 100644 index 0000000..641b348 --- /dev/null +++ b/doc/api/deno_postgres_interop/CommandType/CommandType.html @@ -0,0 +1,119 @@ + + + + + + + + CommandType constructor - CommandType - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
CommandType
+ +
+ +
+
+
+ +
+
+

CommandType constructor +

+ +
+ const + CommandType() +
+ + + + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/CommandType/values-constant.html b/doc/api/deno_postgres_interop/CommandType/values-constant.html new file mode 100644 index 0000000..e1d443b --- /dev/null +++ b/doc/api/deno_postgres_interop/CommandType/values-constant.html @@ -0,0 +1,123 @@ + + + + + + + + values constant - CommandType enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
values
+ +
+ +
+
+
+ +
+
+

values constant +

+ +
+ + List<CommandType> + const values + + +
+ +
+

A constant List of the values in this enum, in order of their declaration.

+
+ + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Connection-class-sidebar.html b/doc/api/deno_postgres_interop/Connection-class-sidebar.html new file mode 100644 index 0000000..cd154ea --- /dev/null +++ b/doc/api/deno_postgres_interop/Connection-class-sidebar.html @@ -0,0 +1,24 @@ +
    + +
  1. Constructors
  2. +
  3. Connection
  4. + + +
  5. + Properties +
  6. +
  7. hashCode
  8. +
  9. pid
  10. +
  11. runtimeType
  12. + +
  13. Methods
  14. +
  15. noSuchMethod
  16. +
  17. toString
  18. + +
  19. Operators
  20. +
  21. operator ==
  22. + + + + +
diff --git a/doc/api/deno_postgres_interop/Connection-class.html b/doc/api/deno_postgres_interop/Connection-class.html new file mode 100644 index 0000000..8fa5566 --- /dev/null +++ b/doc/api/deno_postgres_interop/Connection-class.html @@ -0,0 +1,254 @@ + + + + + + + + Connection class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Connection
+ +
+ +
+
+
+ +
+
+

Connection class + +

+ + +
+

deno-postgres@v0.17.0/Connection.

+
+ + +
+
+ + + + + + +
Available Extensions
+
+ + +
Annotations
+
+
    +
  • @JS()
  • +
+
+ + +
+
+ + +
+

Constructors

+ +
+
+ Connection({required ClientConfiguration connectionParams, required Future<void> disconnectionCallback()}) +
+
+ deno-postgres@v0.17.0/Connection/constructor. +
factory
+
+
+
+ +
+

Properties

+ +
+
+ hashCode + int + +
+
+ The hash code for this object. +
read-onlyinherited
+ +
+ +
+ pid + int + +
+
+ deno-postgres@v0.17.0/Connection/connected. +
read-only
+ +
+ +
+ runtimeType + Type + +
+
+ A representation of the runtime type of the object. +
read-onlyinherited
+ +
+ +
+
+ + +
+

Methods

+
+
+ noSuchMethod(Invocation invocation) + → dynamic + + + +
+
+ Invoked when a nonexistent method or property is accessed. +
inherited
+ +
+ +
+ toString() + String + + + +
+
+ A string representation of this object. +
inherited
+ +
+ +
+
+ +
+

Operators

+
+
+ operator ==(Object other) + bool + + + +
+
+ The equality operator. +
inherited
+ +
+ +
+
+ + + + + +
+ + + + + +
+ +
+ + deno_postgres_interop + 0.0.1 + + + +
+ + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Connection/Connection.html b/doc/api/deno_postgres_interop/Connection/Connection.html new file mode 100644 index 0000000..7d9ebf5 --- /dev/null +++ b/doc/api/deno_postgres_interop/Connection/Connection.html @@ -0,0 +1,129 @@ + + + + + + + + Connection constructor - Connection - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
+ +
+ menu + +
Connection
+ +
+ +
+
+
+ +
+
+

Connection constructor +

+ +
+ + Connection(
  1. {required ClientConfiguration connectionParams,
  2. +
  3. required Future<void> disconnectionCallback(
      +)}
    1. +
    ) +
    + + +
    +

    deno-postgres@v0.17.0/Connection/constructor.

    +
    + + + +
    +

    Implementation

    +
    factory Connection
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Connection/pid.html b/doc/api/deno_postgres_interop/Connection/pid.html new file mode 100644 index 0000000..e22b375 --- /dev/null +++ b/doc/api/deno_postgres_interop/Connection/pid.html @@ -0,0 +1,134 @@ + + + + + + + + pid property - Connection class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    pid
    + +
    + +
    +
    +
    + +
    +
    +

    pid property +

    + + + +
    + +
    + + int + pid + + +
    + + +
    +

    deno-postgres@v0.17.0/Connection/connected.

    +
    + + +
    +

    Implementation

    +
    external int get pid;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html b/doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html new file mode 100644 index 0000000..3cc289c --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html @@ -0,0 +1,26 @@ +
      + +
    1. Constructors
    2. +
    3. ConnectionError
    4. + + +
    5. + Properties +
    6. +
    7. cause
    8. +
    9. hashCode
    10. +
    11. message
    12. +
    13. name
    14. +
    15. runtimeType
    16. + +
    17. Methods
    18. +
    19. noSuchMethod
    20. +
    21. toString
    22. + +
    23. Operators
    24. +
    25. operator ==
    26. + + + + +
    diff --git a/doc/api/deno_postgres_interop/ConnectionError-class.html b/doc/api/deno_postgres_interop/ConnectionError-class.html new file mode 100644 index 0000000..a384453 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionError-class.html @@ -0,0 +1,271 @@ + + + + + + + + ConnectionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionError
    + +
    + +
    +
    +
    + +
    +
    +

    ConnectionError class + +

    + + +
    +

    deno-postgres@v0.17.0/ConnectionError.

    +
    + + +
    +
    + + + + + + + + +
    Annotations
    +
    +
      +
    • @JS('Error')
    • +
    +
    + + +
    +
    + + +
    +

    Constructors

    + +
    +
    + ConnectionError() +
    +
    + +
    +
    +
    + +
    +

    Properties

    + +
    +
    + cause + Error? + +
    +
    + js/Error/cause. +
    read-onlyinherited
    + +
    + +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + message + String + +
    +
    + js/Error/message. +
    read-onlyinherited
    + +
    + +
    + name + String + +
    +
    + js/Error/name. +
    read-onlyinherited
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html b/doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html new file mode 100644 index 0000000..1b27b8d --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html @@ -0,0 +1,119 @@ + + + + + + + + ConnectionError constructor - ConnectionError - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionError
    + +
    + +
    +
    +
    + +
    +
    +

    ConnectionError constructor +

    + +
    + + ConnectionError() +
    + + + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionError/cause.html b/doc/api/deno_postgres_interop/ConnectionError/cause.html new file mode 100644 index 0000000..0c98395 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionError/cause.html @@ -0,0 +1,134 @@ + + + + + + + + cause property - ConnectionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    cause
    + +
    + +
    +
    +
    + +
    +
    +

    cause property +

    + + + +
    + +
    + + Error? + cause +
    inherited
    + +
    + + +
    +

    js/Error/cause.

    +
    + + +
    +

    Implementation

    +
    external Error? get cause;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionError/message.html b/doc/api/deno_postgres_interop/ConnectionError/message.html new file mode 100644 index 0000000..8f7d3c1 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionError/message.html @@ -0,0 +1,134 @@ + + + + + + + + message property - ConnectionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    message
    + +
    + +
    +
    +
    + +
    +
    +

    message property +

    + + + +
    + +
    + + String + message +
    inherited
    + +
    + + +
    +

    js/Error/message.

    +
    + + +
    +

    Implementation

    +
    external String get message;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionError/name.html b/doc/api/deno_postgres_interop/ConnectionError/name.html new file mode 100644 index 0000000..52174f4 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionError/name.html @@ -0,0 +1,134 @@ + + + + + + + + name property - ConnectionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    name
    + +
    + +
    +
    +
    + +
    +
    +

    name property +

    + + + +
    + +
    + + String + name +
    inherited
    + +
    + + +
    +

    js/Error/name.

    +
    + + +
    +

    Implementation

    +
    external String get name;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html b/doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html new file mode 100644 index 0000000..c18d293 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html @@ -0,0 +1,24 @@ +
      + +
    1. Constructors
    2. +
    3. ConnectionOptions
    4. + + +
    5. + Properties +
    6. +
    7. attempts
    8. +
    9. hashCode
    10. +
    11. runtimeType
    12. + +
    13. Methods
    14. +
    15. noSuchMethod
    16. +
    17. toString
    18. + +
    19. Operators
    20. +
    21. operator ==
    22. + + + + +
    diff --git a/doc/api/deno_postgres_interop/ConnectionOptions-class.html b/doc/api/deno_postgres_interop/ConnectionOptions-class.html new file mode 100644 index 0000000..23c83cf --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptions-class.html @@ -0,0 +1,254 @@ + + + + + + + + ConnectionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionOptions
    + +
    + +
    +
    +
    + +
    +
    +

    ConnectionOptions class + +

    + + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +
    + + +
    +
    + + + + + + +
    Available Extensions
    +
    + + +
    Annotations
    +
    +
      +
    • @JS()
    • +
    +
    + + +
    +
    + + +
    +

    Constructors

    + +
    +
    + ConnectionOptions({required int attempts, int nextInterval(int previousInterval)?, int? interval}) +
    +
    + deno-postgres@v0.17.0/ConnectionOptions. +
    factory
    +
    +
    +
    + +
    +

    Properties

    + +
    +
    + attempts + int + +
    +
    + deno-postgres@v0.17.0/ConnectionOptions. +
    read-only
    + +
    + +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html b/doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html new file mode 100644 index 0000000..8c04830 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html @@ -0,0 +1,131 @@ + + + + + + + + ConnectionOptions constructor - ConnectionOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionOptions
    + +
    + +
    +
    +
    + +
    +
    +

    ConnectionOptions constructor +

    + +
    + + ConnectionOptions(
    1. {required int attempts,
    2. +
    3. int nextInterval(
      1. int previousInterval
      2. +
      +)?,
    4. +
    5. int? interval}
    6. +
    ) +
    + + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +
    + + + +
    +

    Implementation

    +
    factory ConnectionOptions
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionOptions/attempts.html b/doc/api/deno_postgres_interop/ConnectionOptions/attempts.html new file mode 100644 index 0000000..8fec2f7 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptions/attempts.html @@ -0,0 +1,134 @@ + + + + + + + + attempts property - ConnectionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    attempts
    + +
    + +
    +
    +
    + +
    +
    +

    attempts property +

    + + + +
    + +
    + + int + attempts + + +
    + + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +
    + + +
    +

    Implementation

    +
    external int get attempts;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html new file mode 100644 index 0000000..6ff228f --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html @@ -0,0 +1,14 @@ +
      + + + + +
    1. Properties
    2. +
    3. interval
    4. +
    5. nextInterval
    6. + + + + + +
    diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps.html new file mode 100644 index 0000000..7cb2006 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptionsProps.html @@ -0,0 +1,162 @@ + + + + + + + + ConnectionOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionOptionsProps
    + +
    + +
    +
    +
    +
    +
    +

    ConnectionOptionsProps extension + +

    + + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +
    + +
    +
    +
    on
    +
    + +
    +
    + + + +
    + +
    +

    Properties

    + +
    +
    + interval + int? + +
    +
    + deno-postgres@v0.17.0/ConnectionOptions. +
    read-only
    + +
    + +
    + nextInterval + → (int Function(int previousInterval)?) + +
    +
    + deno-postgres@v0.17.0/ConnectionOptions. +
    read-only
    + +
    + +
    +
    + + + + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html new file mode 100644 index 0000000..b857d94 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html @@ -0,0 +1,139 @@ + + + + + + + + interval property - ConnectionOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    interval
    + +
    + +
    +
    +
    + +
    +
    +

    interval property +

    + + + +
    + +
    + + int? + interval + + +
    + + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +

    Either this or nextInterval is null.

    +
    + + +
    +

    Implementation

    +
    int? get interval {
    +  final prop = getProperty(this, 'interval');
    +
    +  return prop is int ? prop : null;
    +}
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html new file mode 100644 index 0000000..34038db --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html @@ -0,0 +1,139 @@ + + + + + + + + nextInterval property - ConnectionOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    nextInterval
    + +
    + +
    +
    +
    + +
    +
    +

    nextInterval property +

    + + + +
    + +
    + + (int Function(int previousInterval)?) + nextInterval + + +
    + + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +

    Either this or interval is null.

    +
    + + +
    +

    Implementation

    +
    int Function(int previousInterval)? get nextInterval {
    +  final prop = getProperty(this, 'interval');
    +
    +  return prop is int ? null : prop as int Function(int previousInterval);
    +}
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html b/doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html new file mode 100644 index 0000000..1563dc1 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html @@ -0,0 +1,26 @@ +
      + +
    1. Constructors
    2. +
    3. ConnectionParamsError
    4. + + +
    5. + Properties +
    6. +
    7. cause
    8. +
    9. hashCode
    10. +
    11. message
    12. +
    13. name
    14. +
    15. runtimeType
    16. + +
    17. Methods
    18. +
    19. noSuchMethod
    20. +
    21. toString
    22. + +
    23. Operators
    24. +
    25. operator ==
    26. + + + + +
    diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError-class.html b/doc/api/deno_postgres_interop/ConnectionParamsError-class.html new file mode 100644 index 0000000..d892297 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionParamsError-class.html @@ -0,0 +1,271 @@ + + + + + + + + ConnectionParamsError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionParamsError
    + +
    + +
    +
    +
    + +
    +
    +

    ConnectionParamsError class + +

    + + +
    +

    deno-postgres@v0.17.0/ConnectionParamsError.

    +
    + + +
    +
    + + + + + + + + +
    Annotations
    +
    +
      +
    • @JS('Error')
    • +
    +
    + + +
    +
    + + +
    +

    Constructors

    + +
    +
    + ConnectionParamsError() +
    +
    + +
    +
    +
    + +
    +

    Properties

    + +
    +
    + cause + Error? + +
    +
    + js/Error/cause. +
    read-onlyinherited
    + +
    + +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + message + String + +
    +
    + js/Error/message. +
    read-onlyinherited
    + +
    + +
    + name + String + +
    +
    + js/Error/name. +
    read-onlyinherited
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html b/doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html new file mode 100644 index 0000000..7675d5f --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html @@ -0,0 +1,119 @@ + + + + + + + + ConnectionParamsError constructor - ConnectionParamsError - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionParamsError
    + +
    + +
    +
    +
    + +
    +
    +

    ConnectionParamsError constructor +

    + +
    + + ConnectionParamsError() +
    + + + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/cause.html b/doc/api/deno_postgres_interop/ConnectionParamsError/cause.html new file mode 100644 index 0000000..18b9433 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionParamsError/cause.html @@ -0,0 +1,134 @@ + + + + + + + + cause property - ConnectionParamsError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    cause
    + +
    + +
    +
    +
    + +
    +
    +

    cause property +

    + + + +
    + +
    + + Error? + cause +
    inherited
    + +
    + + +
    +

    js/Error/cause.

    +
    + + +
    +

    Implementation

    +
    external Error? get cause;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/message.html b/doc/api/deno_postgres_interop/ConnectionParamsError/message.html new file mode 100644 index 0000000..728b83e --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionParamsError/message.html @@ -0,0 +1,134 @@ + + + + + + + + message property - ConnectionParamsError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    message
    + +
    + +
    +
    +
    + +
    +
    +

    message property +

    + + + +
    + +
    + + String + message +
    inherited
    + +
    + + +
    +

    js/Error/message.

    +
    + + +
    +

    Implementation

    +
    external String get message;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/name.html b/doc/api/deno_postgres_interop/ConnectionParamsError/name.html new file mode 100644 index 0000000..eb89e7e --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionParamsError/name.html @@ -0,0 +1,134 @@ + + + + + + + + name property - ConnectionParamsError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    name
    + +
    + +
    +
    +
    + +
    +
    +

    name property +

    + + + +
    + +
    + + String + name +
    inherited
    + +
    + + +
    +

    js/Error/name.

    +
    + + +
    +

    Implementation

    +
    external String get name;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html new file mode 100644 index 0000000..4d4fee8 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html @@ -0,0 +1,19 @@ +
      + + + + +
    1. Properties
    2. +
    3. isCarriedOverTLS
    4. +
    5. isConnected
    6. +
    7. transport
    8. + +
    9. Methods
    10. +
    11. end
    12. +
    13. queryArray
    14. +
    15. startup
    16. + + + + +
    diff --git a/doc/api/deno_postgres_interop/ConnectionProps.html b/doc/api/deno_postgres_interop/ConnectionProps.html new file mode 100644 index 0000000..cd10f83 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps.html @@ -0,0 +1,220 @@ + + + + + + + + ConnectionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    ConnectionProps
    + +
    + +
    +
    +
    +
    +
    +

    ConnectionProps extension + +

    + + +
    +

    deno-postgres@v0.17.0/Connection.

    +
    + +
    +
    +
    on
    +
    + +
    +
    + + + +
    + +
    +

    Properties

    + +
    +
    + isCarriedOverTLS + bool + +
    +
    + deno-postgres@v0.17.0/Connection/tls. +
    read-only
    + +
    + +
    + isConnected + bool + +
    +
    + deno-postgres@v0.17.0/Connection/connected. +
    read-only
    + +
    + +
    + transport + Transport + +
    +
    + deno-postgres@v0.17.0/Connection/transport. +
    read-only
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + end() + Future<void> + + + +
    +
    + deno-postgres@v0.17.0/Connection/end. + + +
    + +
    + queryArray<T extends QueryResult>(Query query) + Future<T> + + + +
    +
    + deno-postgres@v0.17.0/Connection/query. +deno-postgres@v0.17.0/Connection/query. + + +
    + +
    + startup({required bool isReconnection}) + Future<void> + + + +
    +
    + deno-postgres@v0.17.0/Connection/startup. + + +
    + +
    +
    + + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionProps/end.html b/doc/api/deno_postgres_interop/ConnectionProps/end.html new file mode 100644 index 0000000..420fff3 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps/end.html @@ -0,0 +1,130 @@ + + + + + + + + end method - ConnectionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    end
    + +
    + +
    +
    +
    + +
    +
    +

    end method +

    + +
    + + +Future<void> +end() + + + +
    + +
    +

    deno-postgres@v0.17.0/Connection/end.

    +
    + + + +
    +

    Implementation

    +
    Future<void> end() => callFutureMethod(this, 'end');
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html b/doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html new file mode 100644 index 0000000..0cffec6 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html @@ -0,0 +1,134 @@ + + + + + + + + isCarriedOverTLS property - ConnectionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    isCarriedOverTLS
    + +
    + +
    +
    +
    + +
    +
    +

    isCarriedOverTLS property +

    + + + +
    + +
    + + bool + isCarriedOverTLS + + +
    + + +
    +

    deno-postgres@v0.17.0/Connection/tls.

    +
    + + +
    +

    Implementation

    +
    bool get isCarriedOverTLS => getProperty(this, 'tls');
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionProps/isConnected.html b/doc/api/deno_postgres_interop/ConnectionProps/isConnected.html new file mode 100644 index 0000000..1f14c81 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps/isConnected.html @@ -0,0 +1,134 @@ + + + + + + + + isConnected property - ConnectionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    isConnected
    + +
    + +
    +
    +
    + +
    +
    +

    isConnected property +

    + + + +
    + +
    + + bool + isConnected + + +
    + + +
    +

    deno-postgres@v0.17.0/Connection/connected.

    +
    + + +
    +

    Implementation

    +
    bool get isConnected => getProperty(this, 'connected');
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionProps/queryArray.html b/doc/api/deno_postgres_interop/ConnectionProps/queryArray.html new file mode 100644 index 0000000..286a7b3 --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps/queryArray.html @@ -0,0 +1,133 @@ + + + + + + + + queryArray method - ConnectionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    queryArray
    + +
    + +
    +
    +
    + +
    +
    +

    queryArray<T extends QueryResult> method +

    + +
    + + +Future<T> +queryArray<T extends QueryResult>(
    1. Query query
    2. +
    ) + + + +
    + +
    +

    deno-postgres@v0.17.0/Connection/query. +deno-postgres@v0.17.0/Connection/query.

    +
    + + + +
    +

    Implementation

    +
    Future<T> queryArray<T extends QueryResult>(Query query) =>
    +    callFutureMethod(this, 'query', [query]);
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionProps/startup.html b/doc/api/deno_postgres_interop/ConnectionProps/startup.html new file mode 100644 index 0000000..a5c142f --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps/startup.html @@ -0,0 +1,132 @@ + + + + + + + + startup method - ConnectionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    startup
    + +
    + +
    +
    +
    + +
    +
    +

    startup method +

    + +
    + + +Future<void> +startup(
    1. {required bool isReconnection}
    2. +
    ) + + + +
    + +
    +

    deno-postgres@v0.17.0/Connection/startup.

    +
    + + + +
    +

    Implementation

    +
    Future<void> startup({required bool isReconnection}) =>
    +    callFutureMethod(this, 'startup', [isReconnection]);
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ConnectionProps/transport.html b/doc/api/deno_postgres_interop/ConnectionProps/transport.html new file mode 100644 index 0000000..bdaabad --- /dev/null +++ b/doc/api/deno_postgres_interop/ConnectionProps/transport.html @@ -0,0 +1,134 @@ + + + + + + + + transport property - ConnectionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    transport
    + +
    + +
    +
    +
    + +
    +
    +

    transport property +

    + + + +
    + +
    + + Transport + transport + + +
    + + +
    +

    deno-postgres@v0.17.0/Connection/transport.

    +
    + + +
    +

    Implementation

    +
    Transport get transport => Transport.parse(getProperty(this, 'transport'));
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/EncodedArg.html b/doc/api/deno_postgres_interop/EncodedArg.html new file mode 100644 index 0000000..d5b4c13 --- /dev/null +++ b/doc/api/deno_postgres_interop/EncodedArg.html @@ -0,0 +1,127 @@ + + + + + + + + EncodedArg typedef - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    EncodedArg
    + +
    + +
    +
    +
    + +
    +
    +

    EncodedArg typedef + +

    + +
    + + +EncodedArg = dynamic + + +
    + + +
    +

    deno-postgres@v0.17.0/EncodedArg.

    +
    + + +
    +

    Implementation

    +
    typedef EncodedArg = dynamic;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html b/doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html new file mode 100644 index 0000000..ee27e81 --- /dev/null +++ b/doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html @@ -0,0 +1,32 @@ +
      + +
    1. Constructors
    2. +
    3. IsolationLevel
    4. + +
    5. Values
    6. +
    7. readCommitted
    8. +
    9. repeatableRead
    10. +
    11. serializable
    12. + +
    13. + Properties +
    14. +
    15. hashCode
    16. +
    17. index
    18. +
    19. runtimeType
    20. + +
    21. Methods
    22. +
    23. noSuchMethod
    24. +
    25. toString
    26. + +
    27. Operators
    28. +
    29. operator ==
    30. + + + +
    31. Static methods
    32. +
    33. parse
    34. + +
    35. Constants
    36. +
    37. values
    38. +
    diff --git a/doc/api/deno_postgres_interop/IsolationLevel.html b/doc/api/deno_postgres_interop/IsolationLevel.html new file mode 100644 index 0000000..fa52571 --- /dev/null +++ b/doc/api/deno_postgres_interop/IsolationLevel.html @@ -0,0 +1,338 @@ + + + + + + + + IsolationLevel enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    IsolationLevel
    + +
    + +
    +
    +
    + +
    +
    + +

    + IsolationLevel + enum + + +

    +
    + + +
    +

    Transaction Isolation.

    +
    + + +
    +
    + +
    Inheritance
    +
    + +
    + + + + + + +
    +
    + + +
    +

    Constructors

    + +
    +
    + IsolationLevel() +
    +
    + +
    const
    +
    +
    +
    + +
    +

    Values

    + +
    +
    + readCommitted + → const IsolationLevel + + +
    +
    +

    Transaction Isolation/Read Committed Isolation Level.

    + + +
    + +
    + repeatableRead + → const IsolationLevel + + +
    +
    +

    Transaction Isolation/Repeatable Read Isolation Level.

    + + +
    + +
    + serializable + → const IsolationLevel + + +
    +
    +

    Transaction Isolation/Serializable Isolation Level.

    + + +
    + +
    +
    + +
    +

    Properties

    + +
    +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + index + int + +
    +
    + A numeric identifier for the enumerated value. +
    read-onlyinherited
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + +
    +

    Static Methods

    +
    +
    + parse(String string) + IsolationLevel + + + +
    +
    + Parses a string containing an IsolationLevel literal into its instance. + + +
    + +
    +
    + + +
    +

    Constants

    + +
    +
    + values + → const List<IsolationLevel> + + +
    +
    + A constant List of the values in this enum, in order of their declaration. + + +
    + [readCommitted, repeatableRead, serializable] +
    +
    + +
    +
    +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html b/doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html new file mode 100644 index 0000000..851b2d1 --- /dev/null +++ b/doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html @@ -0,0 +1,119 @@ + + + + + + + + IsolationLevel constructor - IsolationLevel - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    IsolationLevel
    + +
    + +
    +
    +
    + +
    +
    +

    IsolationLevel constructor +

    + +
    + const + IsolationLevel() +
    + + + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/IsolationLevel/values-constant.html b/doc/api/deno_postgres_interop/IsolationLevel/values-constant.html new file mode 100644 index 0000000..9bd6946 --- /dev/null +++ b/doc/api/deno_postgres_interop/IsolationLevel/values-constant.html @@ -0,0 +1,123 @@ + + + + + + + + values constant - IsolationLevel enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    values
    + +
    + +
    +
    +
    + +
    +
    +

    values constant +

    + +
    + + List<IsolationLevel> + const values + + +
    + +
    +

    A constant List of the values in this enum, in order of their declaration.

    +
    + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice-class-sidebar.html b/doc/api/deno_postgres_interop/Notice-class-sidebar.html new file mode 100644 index 0000000..4d9a268 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice-class-sidebar.html @@ -0,0 +1,40 @@ +
      + +
    1. Constructors
    2. +
    3. Notice
    4. + + +
    5. + Properties +
    6. +
    7. code
    8. +
    9. column
    10. +
    11. constraint
    12. +
    13. dataType
    14. +
    15. detail
    16. +
    17. file
    18. +
    19. hashCode
    20. +
    21. hint
    22. +
    23. internalPosition
    24. +
    25. internalQuery
    26. +
    27. line
    28. +
    29. message
    30. +
    31. position
    32. +
    33. routine
    34. +
    35. runtimeType
    36. +
    37. schema
    38. +
    39. severity
    40. +
    41. table
    42. +
    43. where
    44. + +
    45. Methods
    46. +
    47. noSuchMethod
    48. +
    49. toString
    50. + +
    51. Operators
    52. +
    53. operator ==
    54. + + + + +
    diff --git a/doc/api/deno_postgres_interop/Notice-class.html b/doc/api/deno_postgres_interop/Notice-class.html new file mode 100644 index 0000000..b7c4a50 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice-class.html @@ -0,0 +1,426 @@ + + + + + + + + Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    Notice
    + +
    + +
    +
    +
    + +
    +
    +

    Notice class + +

    + + +
    +

    deno-postgres@v0.17.0/Notice.

    +
    + + +
    +
    + + + + + + + + +
    Annotations
    +
    +
      +
    • @JS()
    • +
    +
    + + +
    +
    + + +
    +

    Constructors

    + +
    +
    + Notice({required String severity, required String code, required String message, String? detail, String? hint, String? position, String? internalPosition, String? internalQuery, String? where, String? schema, String? table, String? column, String? dataType, String? constraint, String? file, String? line, String? routine}) +
    +
    + deno-postgres@v0.17.0/Notice. +
    factory
    +
    +
    +
    + +
    +

    Properties

    + +
    +
    + code + String + +
    +
    + deno-postgres@v0.17.0/Notice/code. +
    read-only
    + +
    + +
    + column + String? + +
    +
    + deno-postgres@v0.17.0/Notice/column. +
    read-only
    + +
    + +
    + constraint + String? + +
    +
    + deno-postgres@v0.17.0/Notice/constraint. +
    read-only
    + +
    + +
    + dataType + String? + +
    +
    + deno-postgres@v0.17.0/Notice/dataType. +
    read-only
    + +
    + +
    + detail + String? + +
    +
    + deno-postgres@v0.17.0/Notice/detail. +
    read-only
    + +
    + +
    + file + String? + +
    +
    + deno-postgres@v0.17.0/Notice/file. +
    read-only
    + +
    + +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + hint + String? + +
    +
    + deno-postgres@v0.17.0/Notice/hint. +
    read-only
    + +
    + +
    + internalPosition + String? + +
    +
    + deno-postgres@v0.17.0/Notice/internalPosition. +
    read-only
    + +
    + +
    + internalQuery + String? + +
    +
    + deno-postgres@v0.17.0/Notice/internalQuery. +
    read-only
    + +
    + +
    + line + String? + +
    +
    + deno-postgres@v0.17.0/Notice/line. +
    read-only
    + +
    + +
    + message + String + +
    +
    + deno-postgres@v0.17.0/Notice/message. +
    read-only
    + +
    + +
    + position + String? + +
    +
    + deno-postgres@v0.17.0/Notice/position. +
    read-only
    + +
    + +
    + routine + String? + +
    +
    + deno-postgres@v0.17.0/Notice/routine. +
    read-only
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    + schema + String? + +
    +
    + deno-postgres@v0.17.0/Notice/schema. +
    read-only
    + +
    + +
    + severity + String + +
    +
    + deno-postgres@v0.17.0/Notice/severity. +
    read-only
    + +
    + +
    + table + String? + +
    +
    + deno-postgres@v0.17.0/Notice/table. +
    read-only
    + +
    + +
    + where + String? + +
    +
    + deno-postgres@v0.17.0/Notice/where. +
    read-only
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/Notice.html b/doc/api/deno_postgres_interop/Notice/Notice.html new file mode 100644 index 0000000..07fa52e --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/Notice.html @@ -0,0 +1,143 @@ + + + + + + + + Notice constructor - Notice - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    Notice
    + +
    + +
    +
    +
    + +
    +
    +

    Notice constructor +

    + +
    + + Notice(
    1. {required String severity,
    2. +
    3. required String code,
    4. +
    5. required String message,
    6. +
    7. String? detail,
    8. +
    9. String? hint,
    10. +
    11. String? position,
    12. +
    13. String? internalPosition,
    14. +
    15. String? internalQuery,
    16. +
    17. String? where,
    18. +
    19. String? schema,
    20. +
    21. String? table,
    22. +
    23. String? column,
    24. +
    25. String? dataType,
    26. +
    27. String? constraint,
    28. +
    29. String? file,
    30. +
    31. String? line,
    32. +
    33. String? routine}
    34. +
    ) +
    + + +
    +

    deno-postgres@v0.17.0/Notice.

    +
    + + + +
    +

    Implementation

    +
    factory Notice
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/code.html b/doc/api/deno_postgres_interop/Notice/code.html new file mode 100644 index 0000000..13785dc --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/code.html @@ -0,0 +1,134 @@ + + + + + + + + code property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    code
    + +
    + +
    +
    +
    + +
    +
    +

    code property +

    + + + +
    + +
    + + String + code + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/code.

    +
    + + +
    +

    Implementation

    +
    external String get code;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/column.html b/doc/api/deno_postgres_interop/Notice/column.html new file mode 100644 index 0000000..1512f6a --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/column.html @@ -0,0 +1,134 @@ + + + + + + + + column property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    column
    + +
    + +
    +
    +
    + +
    +
    +

    column property +

    + + + +
    + +
    + + String? + column + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/column.

    +
    + + +
    +

    Implementation

    +
    external String? get column;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/constraint.html b/doc/api/deno_postgres_interop/Notice/constraint.html new file mode 100644 index 0000000..03e072b --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/constraint.html @@ -0,0 +1,134 @@ + + + + + + + + constraint property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    constraint
    + +
    + +
    +
    +
    + +
    +
    +

    constraint property +

    + + + +
    + +
    + + String? + constraint + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/constraint.

    +
    + + +
    +

    Implementation

    +
    external String? get constraint;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/dataType.html b/doc/api/deno_postgres_interop/Notice/dataType.html new file mode 100644 index 0000000..45a88d7 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/dataType.html @@ -0,0 +1,134 @@ + + + + + + + + dataType property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    dataType
    + +
    + +
    +
    +
    + +
    +
    +

    dataType property +

    + + + +
    + +
    + + String? + dataType + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/dataType.

    +
    + + +
    +

    Implementation

    +
    external String? get dataType;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/detail.html b/doc/api/deno_postgres_interop/Notice/detail.html new file mode 100644 index 0000000..759f877 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/detail.html @@ -0,0 +1,134 @@ + + + + + + + + detail property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    detail
    + +
    + +
    +
    +
    + +
    +
    +

    detail property +

    + + + +
    + +
    + + String? + detail + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/detail.

    +
    + + +
    +

    Implementation

    +
    external String? get detail;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/file.html b/doc/api/deno_postgres_interop/Notice/file.html new file mode 100644 index 0000000..1b68f83 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/file.html @@ -0,0 +1,134 @@ + + + + + + + + file property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    file
    + +
    + +
    +
    +
    + +
    +
    +

    file property +

    + + + +
    + +
    + + String? + file + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/file.

    +
    + + +
    +

    Implementation

    +
    external String? get file;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/hint.html b/doc/api/deno_postgres_interop/Notice/hint.html new file mode 100644 index 0000000..00a4d87 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/hint.html @@ -0,0 +1,134 @@ + + + + + + + + hint property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    hint
    + +
    + +
    +
    +
    + +
    +
    +

    hint property +

    + + + +
    + +
    + + String? + hint + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/hint.

    +
    + + +
    +

    Implementation

    +
    external String? get hint;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/internalPosition.html b/doc/api/deno_postgres_interop/Notice/internalPosition.html new file mode 100644 index 0000000..956981c --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/internalPosition.html @@ -0,0 +1,134 @@ + + + + + + + + internalPosition property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    internalPosition
    + +
    + +
    +
    +
    + +
    +
    +

    internalPosition property +

    + + + +
    + +
    + + String? + internalPosition + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/internalPosition.

    +
    + + +
    +

    Implementation

    +
    external String? get internalPosition;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/internalQuery.html b/doc/api/deno_postgres_interop/Notice/internalQuery.html new file mode 100644 index 0000000..82cc901 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/internalQuery.html @@ -0,0 +1,134 @@ + + + + + + + + internalQuery property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    internalQuery
    + +
    + +
    +
    +
    + +
    +
    +

    internalQuery property +

    + + + +
    + +
    + + String? + internalQuery + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/internalQuery.

    +
    + + +
    +

    Implementation

    +
    external String? get internalQuery;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/line.html b/doc/api/deno_postgres_interop/Notice/line.html new file mode 100644 index 0000000..7477052 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/line.html @@ -0,0 +1,134 @@ + + + + + + + + line property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    line
    + +
    + +
    +
    +
    + +
    +
    +

    line property +

    + + + +
    + +
    + + String? + line + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/line.

    +
    + + +
    +

    Implementation

    +
    external String? get line;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/message.html b/doc/api/deno_postgres_interop/Notice/message.html new file mode 100644 index 0000000..3d1061f --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/message.html @@ -0,0 +1,134 @@ + + + + + + + + message property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    message
    + +
    + +
    +
    +
    + +
    +
    +

    message property +

    + + + +
    + +
    + + String + message + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/message.

    +
    + + +
    +

    Implementation

    +
    external String get message;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/position.html b/doc/api/deno_postgres_interop/Notice/position.html new file mode 100644 index 0000000..c5cc6a0 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/position.html @@ -0,0 +1,134 @@ + + + + + + + + position property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    position
    + +
    + +
    +
    +
    + +
    +
    +

    position property +

    + + + +
    + +
    + + String? + position + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/position.

    +
    + + +
    +

    Implementation

    +
    external String? get position;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/routine.html b/doc/api/deno_postgres_interop/Notice/routine.html new file mode 100644 index 0000000..86f269d --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/routine.html @@ -0,0 +1,134 @@ + + + + + + + + routine property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    routine
    + +
    + +
    +
    +
    + +
    +
    +

    routine property +

    + + + +
    + +
    + + String? + routine + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/routine.

    +
    + + +
    +

    Implementation

    +
    external String? get routine;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/schema.html b/doc/api/deno_postgres_interop/Notice/schema.html new file mode 100644 index 0000000..8f2e0e3 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/schema.html @@ -0,0 +1,134 @@ + + + + + + + + schema property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    schema
    + +
    + +
    +
    +
    + +
    +
    +

    schema property +

    + + + +
    + +
    + + String? + schema + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/schema.

    +
    + + +
    +

    Implementation

    +
    external String? get schema;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/severity.html b/doc/api/deno_postgres_interop/Notice/severity.html new file mode 100644 index 0000000..7f5e2e4 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/severity.html @@ -0,0 +1,134 @@ + + + + + + + + severity property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    severity
    + +
    + +
    +
    +
    + +
    +
    +

    severity property +

    + + + +
    + +
    + + String + severity + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/severity.

    +
    + + +
    +

    Implementation

    +
    external String get severity;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/table.html b/doc/api/deno_postgres_interop/Notice/table.html new file mode 100644 index 0000000..99bdb09 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/table.html @@ -0,0 +1,134 @@ + + + + + + + + table property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    table
    + +
    + +
    +
    +
    + +
    +
    +

    table property +

    + + + +
    + +
    + + String? + table + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/table.

    +
    + + +
    +

    Implementation

    +
    external String? get table;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Notice/where.html b/doc/api/deno_postgres_interop/Notice/where.html new file mode 100644 index 0000000..358c8d0 --- /dev/null +++ b/doc/api/deno_postgres_interop/Notice/where.html @@ -0,0 +1,134 @@ + + + + + + + + where property - Notice class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    where
    + +
    + +
    +
    +
    + +
    +
    +

    where property +

    + + + +
    + +
    + + String? + where + + +
    + + +
    +

    deno-postgres@v0.17.0/Notice/where.

    +
    + + +
    +

    Implementation

    +
    external String? get where;
    +
    + +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html b/doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html new file mode 100644 index 0000000..d314e7e --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html @@ -0,0 +1,28 @@ +
      + +
    1. Constructors
    2. +
    3. PartialConnectionOptions
    4. +
    5. fromMap
    6. + + +
    7. + Properties +
    8. +
    9. attempts
    10. +
    11. hashCode
    12. +
    13. interval
    14. +
    15. nextInterval
    16. +
    17. runtimeType
    18. + +
    19. Methods
    20. +
    21. asMap
    22. +
    23. noSuchMethod
    24. +
    25. toString
    26. + +
    27. Operators
    28. +
    29. operator ==
    30. + + + + +
    diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions-class.html b/doc/api/deno_postgres_interop/PartialConnectionOptions-class.html new file mode 100644 index 0000000..3740cfd --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions-class.html @@ -0,0 +1,271 @@ + + + + + + + + PartialConnectionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PartialConnectionOptions
    + +
    + +
    +
    +
    + +
    +
    +

    PartialConnectionOptions class + +

    + + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +
    + + + + +
    +

    Constructors

    + +
    +
    + PartialConnectionOptions({int? attempts, int nextInterval(int previousInterval)?, int? interval}) +
    +
    + constructor. +
    +
    + PartialConnectionOptions.fromMap(Map map) +
    +
    + used for interop. +
    factory
    +
    +
    +
    + +
    +

    Properties

    + +
    +
    + attempts + int? + +
    +
    + deno-postgres@v0.17.0/ConnectionOptions. +
    final
    + +
    + +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + interval + int? + +
    +
    + deno-postgres@v0.17.0/ConnectionOptions. +
    final
    + +
    + +
    + nextInterval + → (int Function(int previousInterval)?) + +
    +
    + deno-postgres@v0.17.0/ConnectionOptions. +
    final
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + asMap() + Map<String, dynamic> + + + +
    +
    + used for jsify. + + +
    + +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html new file mode 100644 index 0000000..2c8d431 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html @@ -0,0 +1,137 @@ + + + + + + + + PartialConnectionOptions.fromMap constructor - PartialConnectionOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PartialConnectionOptions.fromMap
    + +
    + +
    +
    +
    + +
    +
    +

    PartialConnectionOptions.fromMap constructor +

    + +
    + + PartialConnectionOptions.fromMap(
    1. Map map
    2. +
    ) +
    + + +
    +

    used for interop.

    +
    + + + +
    +

    Implementation

    +
    factory PartialConnectionOptions.fromMap(Map<dynamic, dynamic> map) {
    +  final intervalProp = map['interval'];
    +
    +  return PartialConnectionOptions(
    +    attempts: map['attempts'] as int?,
    +    interval: intervalProp is int ? intervalProp : null,
    +    nextInterval: intervalProp is! int
    +        ? intervalProp as int Function(int previousInterval)?
    +        : null,
    +  );
    +}
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html new file mode 100644 index 0000000..34a0900 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html @@ -0,0 +1,131 @@ + + + + + + + + PartialConnectionOptions constructor - PartialConnectionOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PartialConnectionOptions
    + +
    + +
    +
    +
    + +
    +
    +

    PartialConnectionOptions constructor +

    + +
    + + PartialConnectionOptions(
    1. {int? attempts,
    2. +
    3. int nextInterval(
      1. int previousInterval
      2. +
      +)?,
    4. +
    5. int? interval}
    6. +
    ) +
    + + +
    +

    constructor.

    +
    + + + +
    +

    Implementation

    +
    PartialConnectionOptions
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html new file mode 100644 index 0000000..b31cc87 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html @@ -0,0 +1,138 @@ + + + + + + + + asMap method - PartialConnectionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    asMap
    + +
    + +
    +
    +
    + +
    +
    +

    asMap method +

    + +
    + + +Map<String, dynamic> +asMap() + + + +
    + +
    +

    used for jsify.

    +
    + + + +
    +

    Implementation

    +
    Map<String, dynamic> asMap() {
    +  return {
    +    if (attempts != null) 'attempts': attempts,
    +    if (nextInterval != null)
    +      'interval': nextInterval
    +    else if (interval != null)
    +      'interval': interval,
    +  };
    +}
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html new file mode 100644 index 0000000..052a9ed --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html @@ -0,0 +1,127 @@ + + + + + + + + attempts property - PartialConnectionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    attempts
    + +
    + +
    +
    +
    + +
    +
    +

    attempts property +

    + +
    + + int? + attempts +
    final
    + +
    + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +
    + + +
    +

    Implementation

    +
    final int? attempts;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html new file mode 100644 index 0000000..2e958cf --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html @@ -0,0 +1,128 @@ + + + + + + + + interval property - PartialConnectionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    interval
    + +
    + +
    +
    +
    + +
    +
    +

    interval property +

    + +
    + + int? + interval +
    final
    + +
    + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +

    Either this or nextInterval is null.

    +
    + + +
    +

    Implementation

    +
    final int? interval;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html new file mode 100644 index 0000000..48fa6b2 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html @@ -0,0 +1,128 @@ + + + + + + + + nextInterval property - PartialConnectionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    nextInterval
    + +
    + +
    +
    +
    + +
    +
    +

    nextInterval property +

    + +
    + + (int Function(int previousInterval)?) + nextInterval +
    final
    + +
    + +
    +

    deno-postgres@v0.17.0/ConnectionOptions.

    +

    Either this or interval is null.

    +
    + + +
    +

    Implementation

    +
    final int Function(int previousInterval)? nextInterval;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html b/doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html new file mode 100644 index 0000000..bc97285 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html @@ -0,0 +1,28 @@ +
      + +
    1. Constructors
    2. +
    3. PartialTLSOptions
    4. +
    5. fromMap
    6. + + +
    7. + Properties +
    8. +
    9. caCertificates
    10. +
    11. hashCode
    12. +
    13. isEnabled
    14. +
    15. isEnforced
    16. +
    17. runtimeType
    18. + +
    19. Methods
    20. +
    21. asMap
    22. +
    23. noSuchMethod
    24. +
    25. toString
    26. + +
    27. Operators
    28. +
    29. operator ==
    30. + + + + +
    diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions-class.html b/doc/api/deno_postgres_interop/PartialTLSOptions-class.html new file mode 100644 index 0000000..97a0129 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions-class.html @@ -0,0 +1,270 @@ + + + + + + + + PartialTLSOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PartialTLSOptions
    + +
    + +
    +
    +
    + +
    +
    +

    PartialTLSOptions class + +

    + + +
    +

    deno-postgres@v0.17.0/TLSOptions.

    +
    + + + + +
    +

    Constructors

    + +
    +
    + PartialTLSOptions({bool? isEnabled, bool? isEnforced, List<String>? caCertificates}) +
    +
    + constructor. +
    +
    + PartialTLSOptions.fromMap(Map map) +
    +
    + used for interop. +
    +
    +
    + +
    +

    Properties

    + +
    +
    + caCertificates + List<String>? + +
    +
    + deno-postgres@v0.17.0/TLSOptions/caCertificates. +
    final
    + +
    + +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + isEnabled + bool? + +
    +
    + deno-postgres@v0.17.0/TLSOptions/enabled. +
    final
    + +
    + +
    + isEnforced + bool? + +
    +
    + deno-postgres@v0.17.0/TLSOptions/enfroce. +
    final
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + asMap() + Map<String, dynamic> + + + +
    +
    + used for jsify. + + +
    + +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html b/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html new file mode 100644 index 0000000..d365d8e --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html @@ -0,0 +1,130 @@ + + + + + + + + PartialTLSOptions.fromMap constructor - PartialTLSOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PartialTLSOptions.fromMap
    + +
    + +
    +
    +
    + +
    +
    +

    PartialTLSOptions.fromMap constructor +

    + +
    + + PartialTLSOptions.fromMap(
    1. Map map
    2. +
    ) +
    + + +
    +

    used for interop.

    +
    + + + +
    +

    Implementation

    +
    PartialTLSOptions.fromMap(Map<dynamic, dynamic> map)
    +    : caCertificates = map['caCertificates'] as List<String>?,
    +      isEnabled = map['enabled'] as bool?,
    +      isEnforced = map['enforced'] as bool?;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html b/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html new file mode 100644 index 0000000..a29f370 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html @@ -0,0 +1,129 @@ + + + + + + + + PartialTLSOptions constructor - PartialTLSOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PartialTLSOptions
    + +
    + +
    +
    +
    + +
    +
    +

    PartialTLSOptions constructor +

    + +
    + + PartialTLSOptions(
    1. {bool? isEnabled,
    2. +
    3. bool? isEnforced,
    4. +
    5. List<String>? caCertificates}
    6. +
    ) +
    + + +
    +

    constructor.

    +
    + + + +
    +

    Implementation

    +
    PartialTLSOptions
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html b/doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html new file mode 100644 index 0000000..3d45bb1 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html @@ -0,0 +1,136 @@ + + + + + + + + asMap method - PartialTLSOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    asMap
    + +
    + +
    +
    +
    + +
    +
    +

    asMap method +

    + +
    + + +Map<String, dynamic> +asMap() + + + +
    + +
    +

    used for jsify.

    +
    + + + +
    +

    Implementation

    +
    Map<String, dynamic> asMap() {
    +  return {
    +    if (isEnabled != null) 'enabled': isEnabled,
    +    if (isEnforced != null) 'enforce': isEnforced,
    +    if (caCertificates != null) 'caCertificates': caCertificates,
    +  };
    +}
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html b/doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html new file mode 100644 index 0000000..6ceeff5 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html @@ -0,0 +1,127 @@ + + + + + + + + caCertificates property - PartialTLSOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    caCertificates
    + +
    + +
    +
    +
    + +
    +
    +

    caCertificates property +

    + +
    + + List<String>? + caCertificates +
    final
    + +
    + +
    +

    deno-postgres@v0.17.0/TLSOptions/caCertificates.

    +
    + + +
    +

    Implementation

    +
    final List<String>? caCertificates;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html b/doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html new file mode 100644 index 0000000..353f7fb --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html @@ -0,0 +1,127 @@ + + + + + + + + isEnabled property - PartialTLSOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    isEnabled
    + +
    + +
    +
    +
    + +
    +
    +

    isEnabled property +

    + +
    + + bool? + isEnabled +
    final
    + +
    + +
    +

    deno-postgres@v0.17.0/TLSOptions/enabled.

    +
    + + +
    +

    Implementation

    +
    final bool? isEnabled;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html b/doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html new file mode 100644 index 0000000..4fdcc41 --- /dev/null +++ b/doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html @@ -0,0 +1,127 @@ + + + + + + + + isEnforced property - PartialTLSOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    isEnforced
    + +
    + +
    +
    +
    + +
    +
    +

    isEnforced property +

    + +
    + + bool? + isEnforced +
    final
    + +
    + +
    +

    deno-postgres@v0.17.0/TLSOptions/enfroce.

    +
    + + +
    +

    Implementation

    +
    final bool? isEnforced;
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Pool-class-sidebar.html b/doc/api/deno_postgres_interop/Pool-class-sidebar.html new file mode 100644 index 0000000..9888657 --- /dev/null +++ b/doc/api/deno_postgres_interop/Pool-class-sidebar.html @@ -0,0 +1,25 @@ +
      + +
    1. Constructors
    2. +
    3. Pool
    4. +
    5. withOptions
    6. +
    7. withString
    8. + + +
    9. + Properties +
    10. +
    11. hashCode
    12. +
    13. runtimeType
    14. + +
    15. Methods
    16. +
    17. noSuchMethod
    18. +
    19. toString
    20. + +
    21. Operators
    22. +
    23. operator ==
    24. + + + + +
    diff --git a/doc/api/deno_postgres_interop/Pool-class.html b/doc/api/deno_postgres_interop/Pool-class.html new file mode 100644 index 0000000..6d75918 --- /dev/null +++ b/doc/api/deno_postgres_interop/Pool-class.html @@ -0,0 +1,257 @@ + + + + + + + + Pool class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    Pool
    + +
    + +
    +
    +
    + +
    +
    +

    Pool class + +

    + + +
    +

    deno-postgres@v0.17.0/Pool.

    +
    + + +
    +
    + + + + + + +
    Available Extensions
    +
    + + +
    Annotations
    +
    +
      +
    • @JS()
    • +
    +
    + + +
    +
    + + +
    +

    Constructors

    + +
    +
    + Pool({required int size, bool? lazy}) +
    +
    + deno-postgres@v0.17.0/Pool/constructor. +
    factory
    +
    +
    + Pool.withOptions({required ClientOptions connectionParams, required int size, bool? lazy}) +
    +
    + deno-postgres@v0.17.0/Pool/constructor. +
    factory
    +
    +
    + Pool.withString({required String connectionString, required int size, bool? lazy}) +
    +
    + deno-postgres@v0.17.0/Pool/constructor. +
    factory
    +
    +
    +
    + +
    +

    Properties

    + +
    +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Pool/Pool.html b/doc/api/deno_postgres_interop/Pool/Pool.html new file mode 100644 index 0000000..e89cb75 --- /dev/null +++ b/doc/api/deno_postgres_interop/Pool/Pool.html @@ -0,0 +1,128 @@ + + + + + + + + Pool constructor - Pool - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    Pool
    + +
    + +
    +
    +
    + +
    +
    +

    Pool constructor +

    + +
    + + Pool(
    1. {required int size,
    2. +
    3. bool? lazy}
    4. +
    ) +
    + + +
    +

    deno-postgres@v0.17.0/Pool/constructor.

    +
    + + + +
    +

    Implementation

    +
    factory Pool
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Pool/Pool.withOptions.html b/doc/api/deno_postgres_interop/Pool/Pool.withOptions.html new file mode 100644 index 0000000..15f9e05 --- /dev/null +++ b/doc/api/deno_postgres_interop/Pool/Pool.withOptions.html @@ -0,0 +1,138 @@ + + + + + + + + Pool.withOptions constructor - Pool - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    Pool.withOptions
    + +
    + +
    +
    +
    + +
    +
    +

    Pool.withOptions constructor +

    + +
    + + Pool.withOptions(
    1. {required ClientOptions connectionParams,
    2. +
    3. required int size,
    4. +
    5. bool? lazy}
    6. +
    ) +
    + + +
    +

    deno-postgres@v0.17.0/Pool/constructor.

    +
    + + + +
    +

    Implementation

    +
    factory Pool.withOptions({
    +  required ClientOptions connectionParams,
    +  required int size,
    +  bool? lazy,
    +}) =>
    +    callConstructor('Pool', [
    +      connectionParams,
    +      size,
    +      if (lazy != null) lazy,
    +    ]);
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Pool/Pool.withString.html b/doc/api/deno_postgres_interop/Pool/Pool.withString.html new file mode 100644 index 0000000..af850ad --- /dev/null +++ b/doc/api/deno_postgres_interop/Pool/Pool.withString.html @@ -0,0 +1,138 @@ + + + + + + + + Pool.withString constructor - Pool - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    Pool.withString
    + +
    + +
    +
    +
    + +
    +
    +

    Pool.withString constructor +

    + +
    + + Pool.withString(
    1. {required String connectionString,
    2. +
    3. required int size,
    4. +
    5. bool? lazy}
    6. +
    ) +
    + + +
    +

    deno-postgres@v0.17.0/Pool/constructor.

    +
    + + + +
    +

    Implementation

    +
    factory Pool.withString({
    +  required String connectionString,
    +  required int size,
    +  bool? lazy,
    +}) =>
    +    callConstructor('Pool', [
    +      connectionString,
    +      size,
    +      if (lazy != null) lazy,
    +    ]);
    +
    + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolClient-class-sidebar.html b/doc/api/deno_postgres_interop/PoolClient-class-sidebar.html new file mode 100644 index 0000000..5f08df4 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolClient-class-sidebar.html @@ -0,0 +1,25 @@ +
      + +
    1. Constructors
    2. +
    3. PoolClient
    4. + + +
    5. + Properties +
    6. +
    7. hashCode
    8. +
    9. runtimeType
    10. +
    11. session
    12. + +
    13. Methods
    14. +
    15. noSuchMethod
    16. +
    17. release
    18. +
    19. toString
    20. + +
    21. Operators
    22. +
    23. operator ==
    24. + + + + +
    diff --git a/doc/api/deno_postgres_interop/PoolClient-class.html b/doc/api/deno_postgres_interop/PoolClient-class.html new file mode 100644 index 0000000..02bbb00 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolClient-class.html @@ -0,0 +1,275 @@ + + + + + + + + PoolClient class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PoolClient
    + +
    + +
    +
    +
    + +
    +
    +

    PoolClient class + +

    + + +
    +

    deno-postgres@v0.17.0/PoolClient.

    +
    + + +
    +
    + +
    Inheritance
    +
    + +
    + + + + + +
    Available Extensions
    +
    + + +
    Annotations
    +
    +
      +
    • @JS()
    • +
    +
    + + +
    +
    + + +
    +

    Constructors

    + +
    +
    + PoolClient(ClientConfiguration config, void releaseCallback()) +
    +
    + deno-postgres@v0.17.0/PoolClient/constructor. +
    factory
    +
    +
    +
    + +
    +

    Properties

    + +
    +
    + hashCode + int + +
    +
    + The hash code for this object. +
    read-onlyinherited
    + +
    + +
    + runtimeType + Type + +
    +
    + A representation of the runtime type of the object. +
    read-onlyinherited
    + +
    + +
    + session + Session + +
    +
    + deno-postgres@v0.17.0/QueryClient/session. +
    read-onlyinherited
    + +
    + +
    +
    + + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + release() + → void + + + +
    +
    + deno-postgres@v0.17.0/PoolClient/constructor/release. + + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

    +
    +
    + operator ==(Object other) + bool + + + +
    +
    + The equality operator. +
    inherited
    + +
    + +
    +
    + + + + + +
    + + + + + +
    + +
    + + deno_postgres_interop + 0.0.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolClient/PoolClient.html b/doc/api/deno_postgres_interop/PoolClient/PoolClient.html new file mode 100644 index 0000000..1f158e3 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolClient/PoolClient.html @@ -0,0 +1,129 @@ + + + + + + + + PoolClient constructor - PoolClient - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    PoolClient
    + +
    + +
    +
    +
    + +
    +
    +

    PoolClient constructor +

    + +
    + + PoolClient(
    1. ClientConfiguration config,
    2. +
    3. void releaseCallback(
        +)
      1. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/PoolClient/constructor.

      +
      + + + +
      +

      Implementation

      +
      external factory PoolClient
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolClient/release.html b/doc/api/deno_postgres_interop/PoolClient/release.html new file mode 100644 index 0000000..1ecd240 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolClient/release.html @@ -0,0 +1,130 @@ + + + + + + + + release method - PoolClient class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      release
      + +
      + +
      +
      +
      + +
      +
      +

      release method +

      + +
      + + +void +release() + + + +
      + +
      +

      deno-postgres@v0.17.0/PoolClient/constructor/release.

      +
      + + + +
      +

      Implementation

      +
      external void release();
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html b/doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html new file mode 100644 index 0000000..b56bf8f --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html @@ -0,0 +1,18 @@ +
        + + + + +
      1. Properties
      2. +
      3. connectionsCount
      4. +
      5. openConnectionsCount
      6. + +
      7. Methods
      8. +
      9. connect
      10. +
      11. end
      12. +
      13. initializedConnectionsCount
      14. + + + + +
      diff --git a/doc/api/deno_postgres_interop/PoolProps.html b/doc/api/deno_postgres_interop/PoolProps.html new file mode 100644 index 0000000..0b8fd19 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolProps.html @@ -0,0 +1,208 @@ + + + + + + + + PoolProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      PoolProps
      + +
      + +
      +
      +
      +
      +
      +

      PoolProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/Pool.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + connectionsCount + int + +
      +
      + deno-postgres@v0.17.0/Pool/size. +
      read-only
      + +
      + +
      + openConnectionsCount + int + +
      +
      + deno-postgres@v0.17.0/Pool/available. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + connect() + Future<PoolClient> + + + +
      +
      + deno-postgres@v0.17.0/Pool/connect. + + +
      + +
      + end() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Pool/end. + + +
      + +
      + initializedConnectionsCount() + Future<int> + + + +
      +
      + deno-postgres@v0.17.0/Pool/initialized. + + +
      + +
      +
      + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolProps/connect.html b/doc/api/deno_postgres_interop/PoolProps/connect.html new file mode 100644 index 0000000..0b5d674 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolProps/connect.html @@ -0,0 +1,130 @@ + + + + + + + + connect method - PoolProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      connect
      + +
      + +
      +
      +
      + +
      +
      +

      connect method +

      + +
      + + +Future<PoolClient> +connect() + + + +
      + +
      +

      deno-postgres@v0.17.0/Pool/connect.

      +
      + + + +
      +

      Implementation

      +
      Future<PoolClient> connect() => callFutureMethod(this, 'connect');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolProps/connectionsCount.html b/doc/api/deno_postgres_interop/PoolProps/connectionsCount.html new file mode 100644 index 0000000..c501831 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolProps/connectionsCount.html @@ -0,0 +1,134 @@ + + + + + + + + connectionsCount property - PoolProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      connectionsCount
      + +
      + +
      +
      +
      + +
      +
      +

      connectionsCount property +

      + + + +
      + +
      + + int + connectionsCount + + +
      + + +
      +

      deno-postgres@v0.17.0/Pool/size.

      +
      + + +
      +

      Implementation

      +
      int get connectionsCount => getProperty(this, 'size');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolProps/end.html b/doc/api/deno_postgres_interop/PoolProps/end.html new file mode 100644 index 0000000..790ec1e --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolProps/end.html @@ -0,0 +1,130 @@ + + + + + + + + end method - PoolProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      end
      + +
      + +
      +
      +
      + +
      +
      +

      end method +

      + +
      + + +Future<void> +end() + + + +
      + +
      +

      deno-postgres@v0.17.0/Pool/end.

      +
      + + + +
      +

      Implementation

      +
      Future<void> end() => callFutureMethod(this, 'end');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html b/doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html new file mode 100644 index 0000000..c3ef444 --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html @@ -0,0 +1,131 @@ + + + + + + + + initializedConnectionsCount method - PoolProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      initializedConnectionsCount
      + +
      + +
      +
      +
      + +
      +
      +

      initializedConnectionsCount method +

      + +
      + + +Future<int> +initializedConnectionsCount() + + + +
      + +
      +

      deno-postgres@v0.17.0/Pool/initialized.

      +
      + + + +
      +

      Implementation

      +
      Future<int> initializedConnectionsCount() =>
      +    callFutureMethod(this, 'initialized');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html b/doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html new file mode 100644 index 0000000..cfe3bab --- /dev/null +++ b/doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html @@ -0,0 +1,134 @@ + + + + + + + + openConnectionsCount property - PoolProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      openConnectionsCount
      + +
      + +
      +
      +
      + +
      +
      +

      openConnectionsCount property +

      + + + +
      + +
      + + int + openConnectionsCount + + +
      + + +
      +

      deno-postgres@v0.17.0/Pool/available.

      +
      + + +
      +

      Implementation

      +
      int get openConnectionsCount => getProperty(this, 'available');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PostgresError-class-sidebar.html b/doc/api/deno_postgres_interop/PostgresError-class-sidebar.html new file mode 100644 index 0000000..a32c743 --- /dev/null +++ b/doc/api/deno_postgres_interop/PostgresError-class-sidebar.html @@ -0,0 +1,27 @@ +
        + +
      1. Constructors
      2. +
      3. PostgresError
      4. + + +
      5. + Properties +
      6. +
      7. cause
      8. +
      9. fields
      10. +
      11. hashCode
      12. +
      13. message
      14. +
      15. name
      16. +
      17. runtimeType
      18. + +
      19. Methods
      20. +
      21. noSuchMethod
      22. +
      23. toString
      24. + +
      25. Operators
      26. +
      27. operator ==
      28. + + + + +
      diff --git a/doc/api/deno_postgres_interop/PostgresError-class.html b/doc/api/deno_postgres_interop/PostgresError-class.html new file mode 100644 index 0000000..83a99db --- /dev/null +++ b/doc/api/deno_postgres_interop/PostgresError-class.html @@ -0,0 +1,282 @@ + + + + + + + + PostgresError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      PostgresError
      + +
      + +
      +
      +
      + +
      +
      +

      PostgresError class + +

      + + +
      +

      deno-postgres@v0.17.0/PostgresError.

      +
      + + +
      +
      + + + + + + + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + PostgresError() +
      +
      + +
      +
      +
      + +
      +

      Properties

      + +
      +
      + cause + Error? + +
      +
      + js/Error/cause. +
      read-onlyinherited
      + +
      + +
      + fields + Notice + +
      +
      + deno-postgres@v0.17.0/PostgresError. +
      read-only
      + +
      + +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + message + String + +
      +
      + js/Error/message. +
      read-onlyinherited
      + +
      + +
      + name + String + +
      +
      + js/Error/name. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PostgresError/PostgresError.html b/doc/api/deno_postgres_interop/PostgresError/PostgresError.html new file mode 100644 index 0000000..aee1b79 --- /dev/null +++ b/doc/api/deno_postgres_interop/PostgresError/PostgresError.html @@ -0,0 +1,119 @@ + + + + + + + + PostgresError constructor - PostgresError - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      PostgresError
      + +
      + +
      +
      +
      + +
      +
      +

      PostgresError constructor +

      + +
      + + PostgresError() +
      + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PostgresError/cause.html b/doc/api/deno_postgres_interop/PostgresError/cause.html new file mode 100644 index 0000000..c002559 --- /dev/null +++ b/doc/api/deno_postgres_interop/PostgresError/cause.html @@ -0,0 +1,134 @@ + + + + + + + + cause property - PostgresError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      cause
      + +
      + +
      +
      +
      + +
      +
      +

      cause property +

      + + + +
      + +
      + + Error? + cause +
      inherited
      + +
      + + +
      +

      js/Error/cause.

      +
      + + +
      +

      Implementation

      +
      external Error? get cause;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PostgresError/fields.html b/doc/api/deno_postgres_interop/PostgresError/fields.html new file mode 100644 index 0000000..e5a9a85 --- /dev/null +++ b/doc/api/deno_postgres_interop/PostgresError/fields.html @@ -0,0 +1,134 @@ + + + + + + + + fields property - PostgresError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      fields
      + +
      + +
      +
      +
      + +
      +
      +

      fields property +

      + + + +
      + +
      + + Notice + fields + + +
      + + +
      +

      deno-postgres@v0.17.0/PostgresError.

      +
      + + +
      +

      Implementation

      +
      external Notice get fields;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PostgresError/message.html b/doc/api/deno_postgres_interop/PostgresError/message.html new file mode 100644 index 0000000..0df7335 --- /dev/null +++ b/doc/api/deno_postgres_interop/PostgresError/message.html @@ -0,0 +1,134 @@ + + + + + + + + message property - PostgresError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      message
      + +
      + +
      +
      +
      + +
      +
      +

      message property +

      + + + +
      + +
      + + String + message +
      inherited
      + +
      + + +
      +

      js/Error/message.

      +
      + + +
      +

      Implementation

      +
      external String get message;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/PostgresError/name.html b/doc/api/deno_postgres_interop/PostgresError/name.html new file mode 100644 index 0000000..994a860 --- /dev/null +++ b/doc/api/deno_postgres_interop/PostgresError/name.html @@ -0,0 +1,134 @@ + + + + + + + + name property - PostgresError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      name
      + +
      + +
      +
      +
      + +
      +
      +

      name property +

      + + + +
      + +
      + + String + name +
      inherited
      + +
      + + +
      +

      js/Error/name.

      +
      + + +
      +

      Implementation

      +
      external String get name;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Query-class-sidebar.html b/doc/api/deno_postgres_interop/Query-class-sidebar.html new file mode 100644 index 0000000..403788b --- /dev/null +++ b/doc/api/deno_postgres_interop/Query-class-sidebar.html @@ -0,0 +1,27 @@ +
        + +
      1. Constructors
      2. +
      3. withArgs
      4. +
      5. withConfig
      6. + + +
      7. + Properties +
      8. +
      9. args
      10. +
      11. fields
      12. +
      13. hashCode
      14. +
      15. runtimeType
      16. +
      17. text
      18. + +
      19. Methods
      20. +
      21. noSuchMethod
      22. +
      23. toString
      24. + +
      25. Operators
      26. +
      27. operator ==
      28. + + + + +
      diff --git a/doc/api/deno_postgres_interop/Query-class.html b/doc/api/deno_postgres_interop/Query-class.html new file mode 100644 index 0000000..3e16df0 --- /dev/null +++ b/doc/api/deno_postgres_interop/Query-class.html @@ -0,0 +1,285 @@ + + + + + + + + Query class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Query
      + +
      + +
      +
      +
      + +
      +
      +

      Query class + +

      + + +
      +

      deno-postgres@v0.17.0/Query.

      +
      + + +
      +
      + + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + Query.withArgs({required String text, required ResultType resultType, QueryArguments? args}) +
      +
      + deno-postgres@v0.17.0/Query/constructor. +deno-postgres@v0.17.0/Query/constructor. +
      factory
      +
      +
      + Query.withConfig({required QueryObjectOptions config, required ResultType resultType, QueryArguments? args}) +
      +
      + deno-postgres@v0.17.0/Query/constructor. +deno-postgres@v0.17.0/Query/constructor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + args + List + +
      +
      + deno-postgres@v0.17.0/Query/args. +
      read / write
      + +
      + +
      + fields + List<String>? + +
      +
      + deno-postgres@v0.17.0/Query/args. +
      read-only
      + +
      + +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + text + String + +
      +
      + deno-postgres@v0.17.0/Query/args. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Query/Query.withArgs.html b/doc/api/deno_postgres_interop/Query/Query.withArgs.html new file mode 100644 index 0000000..d9f3c75 --- /dev/null +++ b/doc/api/deno_postgres_interop/Query/Query.withArgs.html @@ -0,0 +1,135 @@ + + + + + + + + Query.withArgs constructor - Query - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Query.withArgs
      + +
      + +
      +
      +
      + +
      +
      +

      Query.withArgs constructor +

      + +
      + + Query.withArgs(
      1. {required String text,
      2. +
      3. required ResultType resultType,
      4. +
      5. QueryArguments? args}
      6. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/Query/constructor. +deno-postgres@v0.17.0/Query/constructor.

      +
      + + + +
      +

      Implementation

      +
      factory Query.withArgs({
      +  required String text,
      +  required ResultType resultType,
      +  QueryArguments? args,
      +}) =>
      +    callConstructor('Query', [text, resultType, args]) as Query;
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Query/Query.withConfig.html b/doc/api/deno_postgres_interop/Query/Query.withConfig.html new file mode 100644 index 0000000..e701335 --- /dev/null +++ b/doc/api/deno_postgres_interop/Query/Query.withConfig.html @@ -0,0 +1,135 @@ + + + + + + + + Query.withConfig constructor - Query - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Query.withConfig
      + +
      + +
      +
      +
      + +
      +
      +

      Query.withConfig constructor +

      + +
      + + Query.withConfig(
      1. {required QueryObjectOptions config,
      2. +
      3. required ResultType resultType,
      4. +
      5. QueryArguments? args}
      6. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/Query/constructor. +deno-postgres@v0.17.0/Query/constructor.

      +
      + + + +
      +

      Implementation

      +
      factory Query.withConfig({
      +  required QueryObjectOptions config,
      +  required ResultType resultType,
      +  QueryArguments? args,
      +}) =>
      +    callConstructor('Query', [config, resultType, args]) as Query;
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Query/args.html b/doc/api/deno_postgres_interop/Query/args.html new file mode 100644 index 0000000..00bbad6 --- /dev/null +++ b/doc/api/deno_postgres_interop/Query/args.html @@ -0,0 +1,127 @@ + + + + + + + + args property - Query class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      args
      + +
      + +
      +
      +
      + +
      +
      +

      args property +

      + +
      + + List + args +
      read / write
      + +
      + +
      +

      deno-postgres@v0.17.0/Query/args.

      +
      + + +
      +

      Implementation

      +
      external List<EncodedArg> args;
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Query/fields.html b/doc/api/deno_postgres_interop/Query/fields.html new file mode 100644 index 0000000..7012cdd --- /dev/null +++ b/doc/api/deno_postgres_interop/Query/fields.html @@ -0,0 +1,134 @@ + + + + + + + + fields property - Query class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      fields
      + +
      + +
      +
      +
      + +
      +
      +

      fields property +

      + + + +
      + +
      + + List<String>? + fields + + +
      + + +
      +

      deno-postgres@v0.17.0/Query/args.

      +
      + + +
      +

      Implementation

      +
      external List<String>? get fields;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Query/text.html b/doc/api/deno_postgres_interop/Query/text.html new file mode 100644 index 0000000..901070e --- /dev/null +++ b/doc/api/deno_postgres_interop/Query/text.html @@ -0,0 +1,134 @@ + + + + + + + + text property - Query class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      text
      + +
      + +
      +
      +
      + +
      +
      +

      text property +

      + + + +
      + +
      + + String + text + + +
      + + +
      +

      deno-postgres@v0.17.0/Query/args.

      +
      + + +
      +

      Implementation

      +
      external String get text;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html b/doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html new file mode 100644 index 0000000..b285c86 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html @@ -0,0 +1,30 @@ +
        + +
      1. Constructors
      2. +
      3. QueryArrayResult
      4. + + +
      5. + Properties +
      6. +
      7. hashCode
      8. +
      9. query
      10. +
      11. rowCount
      12. +
      13. rowDescription
      14. +
      15. rows
      16. +
      17. runtimeType
      18. +
      19. warnings
      20. + +
      21. Methods
      22. +
      23. handleCommandComplete
      24. +
      25. loadColumnDescriptions
      26. +
      27. noSuchMethod
      28. +
      29. toString
      30. + +
      31. Operators
      32. +
      33. operator ==
      34. + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryArrayResult-class.html b/doc/api/deno_postgres_interop/QueryArrayResult-class.html new file mode 100644 index 0000000..4a503f3 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryArrayResult-class.html @@ -0,0 +1,332 @@ + + + + + + + + QueryArrayResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryArrayResult
      + +
      + +
      +
      +
      + +
      +
      +

      QueryArrayResult<T extends List> class + +

      + + +
      +

      deno-postgres@v0.17.0/QueryArrayResult.

      +
      + + +
      +
      + +
      Inheritance
      +
      + +
      + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + QueryArrayResult(Query query) +
      +
      + deno-postgres@v0.17.0/QueryResult/constructor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + query + Query + +
      +
      + deno-postgres@v0.17.0/QueryResult/constructor. +
      read-onlyinherited
      + +
      + +
      + rowCount + int? + +
      +
      + deno-postgres@v0.17.0/QueryResult/rowCount. +
      read-onlyinherited
      + +
      + +
      + rowDescription + RowDescription? + +
      +
      + deno-postgres@v0.17.0/QueryResult/rowDescription. +
      read-onlyinherited
      + +
      + +
      + rows + List<T> + +
      +
      + deno-postgres@v0.17.0/QueryArrayResult/rows. +
      read-only
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + warnings + List<Notice> + +
      +
      + deno-postgres@v0.17.0/QueryResult/warnings. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + handleCommandComplete(String commandTag) + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryResult/handleCommandComplete. +
      inherited
      + +
      + +
      + loadColumnDescriptions(RowDescription description) + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions. +
      inherited
      + +
      + +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html b/doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html new file mode 100644 index 0000000..56c64fc --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html @@ -0,0 +1,127 @@ + + + + + + + + QueryArrayResult constructor - QueryArrayResult - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryArrayResult
      + +
      + +
      +
      +
      + +
      +
      +

      QueryArrayResult<T extends List> constructor +

      + +
      + + QueryArrayResult<T extends List>(
      1. Query query
      2. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/constructor.

      +
      + + + +
      +

      Implementation

      +
      external factory QueryArrayResult
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryArrayResult/rows.html b/doc/api/deno_postgres_interop/QueryArrayResult/rows.html new file mode 100644 index 0000000..ef8c06a --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryArrayResult/rows.html @@ -0,0 +1,134 @@ + + + + + + + + rows property - QueryArrayResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      rows
      + +
      + +
      +
      +
      + +
      +
      +

      rows property +

      + + + +
      + +
      + + List<T> + rows + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryArrayResult/rows.

      +
      + + +
      +

      Implementation

      +
      external List<T> get rows;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClient-class-sidebar.html b/doc/api/deno_postgres_interop/QueryClient-class-sidebar.html new file mode 100644 index 0000000..7ba4d51 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClient-class-sidebar.html @@ -0,0 +1,24 @@ +
        + +
      1. Constructors
      2. +
      3. QueryClient
      4. + + +
      5. + Properties +
      6. +
      7. hashCode
      8. +
      9. runtimeType
      10. +
      11. session
      12. + +
      13. Methods
      14. +
      15. noSuchMethod
      16. +
      17. toString
      18. + +
      19. Operators
      20. +
      21. operator ==
      22. + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryClient-class.html b/doc/api/deno_postgres_interop/QueryClient-class.html new file mode 100644 index 0000000..f5d55fc --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClient-class.html @@ -0,0 +1,259 @@ + + + + + + + + QueryClient class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryClient
      + +
      + +
      +
      +
      + +
      +
      +

      QueryClient class + +

      + + +
      +

      deno-postgres@v0.17.0/QueryClient.

      +
      + + +
      +
      + + + + + +
      Implementers
      +
      + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + QueryClient(Connection connection) +
      +
      + deno-postgres@v0.17.0/QueryClient/constructor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + session + Session + +
      +
      + deno-postgres@v0.17.0/QueryClient/session. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClient/QueryClient.html b/doc/api/deno_postgres_interop/QueryClient/QueryClient.html new file mode 100644 index 0000000..58b0759 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClient/QueryClient.html @@ -0,0 +1,127 @@ + + + + + + + + QueryClient constructor - QueryClient - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryClient
      + +
      + +
      +
      +
      + +
      +
      +

      QueryClient constructor +

      + +
      + + QueryClient(
      1. Connection connection
      2. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/QueryClient/constructor.

      +
      + + + +
      +

      Implementation

      +
      external factory QueryClient
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClient/session.html b/doc/api/deno_postgres_interop/QueryClient/session.html new file mode 100644 index 0000000..ff7dfd9 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClient/session.html @@ -0,0 +1,134 @@ + + + + + + + + session property - QueryClient class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      session
      + +
      + +
      +
      +
      + +
      +
      +

      session property +

      + + + +
      + +
      + + Session + session + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryClient/session.

      +
      + + +
      +

      Implementation

      +
      external Session get session;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html new file mode 100644 index 0000000..b6e92c9 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html @@ -0,0 +1,24 @@ +
        + + + + +
      1. Properties
      2. +
      3. isConnected
      4. + +
      5. Methods
      6. +
      7. closeConnection
      8. +
      9. connect
      10. +
      11. createTransaction
      12. +
      13. end
      14. +
      15. queryArray
      16. +
      17. queryArrayWithOptions
      18. +
      19. queryObject
      20. +
      21. queryObjectWithOptions
      22. +
      23. resetSessionMetadata
      24. +
      25. transaction
      26. + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryClientProps.html b/doc/api/deno_postgres_interop/QueryClientProps.html new file mode 100644 index 0000000..5e08167 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps.html @@ -0,0 +1,290 @@ + + + + + + + + QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryClientProps
      + +
      + +
      +
      +
      +
      +
      +

      QueryClientProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/QueryClient.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + isConnected + bool + +
      +
      + deno-postgres@v0.17.0/QueryClient/connected. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + closeConnection() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/closeConnection. + + +
      + +
      + connect() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/connect. + + +
      + +
      + createTransaction(String name, [TransactionOptions? options]) + Transaction + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/createTransaction. + + +
      + +
      + end() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/end. + + +
      + +
      + queryArray<T extends List>(String query, [QueryArguments? args]) + Future<QueryArrayResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/queryArray. + + +
      + +
      + queryArrayWithOptions<T extends List>(QueryObjectOptions config) + Future<QueryArrayResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/queryArray. + + +
      + +
      + queryObject<T>(String query, [QueryArguments? arguments]) + Future<QueryObjectResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/queryObject. + + +
      + +
      + queryObjectWithOptions<T>(QueryObjectOptions config) + Future<QueryObjectResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/queryObject. + + +
      + +
      + resetSessionMetadata() + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryClient/resetSessionMetadata. + + +
      + +
      + transaction<T>(String name, Future<T> f(Transaction), [TransactionOptions? options]) + Future<T> + + + +
      +
      + Convinience wrapper for createTransaction, +TransactionProps.begin, +and TransactionProps.commit. + + +
      + +
      +
      + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html b/doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html new file mode 100644 index 0000000..29c4c6c --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html @@ -0,0 +1,130 @@ + + + + + + + + closeConnection method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      closeConnection
      + +
      + +
      +
      +
      + +
      +
      +

      closeConnection method +

      + +
      + + +Future<void> +closeConnection() + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/closeConnection.

      +
      + + + +
      +

      Implementation

      +
      Future<void> closeConnection() => callFutureMethod(this, 'closeConnection');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/connect.html b/doc/api/deno_postgres_interop/QueryClientProps/connect.html new file mode 100644 index 0000000..1efbac2 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/connect.html @@ -0,0 +1,130 @@ + + + + + + + + connect method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      connect
      + +
      + +
      +
      +
      + +
      +
      +

      connect method +

      + +
      + + +Future<void> +connect() + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/connect.

      +
      + + + +
      +

      Implementation

      +
      Future<void> connect() => callFutureMethod(this, 'connect');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html b/doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html new file mode 100644 index 0000000..32a3344 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html @@ -0,0 +1,140 @@ + + + + + + + + createTransaction method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      createTransaction
      + +
      + +
      +
      +
      + +
      +
      +

      createTransaction method +

      + +
      + + +Transaction +createTransaction(
      1. String name,
      2. +
      3. [TransactionOptions? options]
      4. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/createTransaction.

      +
      + + + +
      +

      Implementation

      +
      Transaction createTransaction(String name, [TransactionOptions? options]) =>
      +    callMethod(
      +      this,
      +      'createTransaction',
      +      [
      +        name,
      +        if (options != null) options,
      +      ],
      +    );
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/end.html b/doc/api/deno_postgres_interop/QueryClientProps/end.html new file mode 100644 index 0000000..8398171 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/end.html @@ -0,0 +1,130 @@ + + + + + + + + end method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      end
      + +
      + +
      +
      +
      + +
      +
      +

      end method +

      + +
      + + +Future<void> +end() + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/end.

      +
      + + + +
      +

      Implementation

      +
      Future<void> end() => callFutureMethod(this, 'end');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/isConnected.html b/doc/api/deno_postgres_interop/QueryClientProps/isConnected.html new file mode 100644 index 0000000..8cfae19 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/isConnected.html @@ -0,0 +1,134 @@ + + + + + + + + isConnected property - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      isConnected
      + +
      + +
      +
      +
      + +
      +
      +

      isConnected property +

      + + + +
      + +
      + + bool + isConnected + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryClient/connected.

      +
      + + +
      +

      Implementation

      +
      bool get isConnected => getProperty(this, 'connected');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryArray.html b/doc/api/deno_postgres_interop/QueryClientProps/queryArray.html new file mode 100644 index 0000000..17e3601 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/queryArray.html @@ -0,0 +1,136 @@ + + + + + + + + queryArray method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryArray
      + +
      + +
      +
      +
      + +
      +
      +

      queryArray<T extends List> method +

      + +
      + + +Future<QueryArrayResult<T>> +queryArray<T extends List>(
      1. String query,
      2. +
      3. [QueryArguments? args]
      4. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/queryArray.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryArrayResult<T>> queryArray<T extends List<dynamic>>(
      +  String query, [
      +  QueryArguments? args,
      +]) =>
      +    ClientCommon.queryArray(this, query, args);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html b/doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html new file mode 100644 index 0000000..f37fb1c --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html @@ -0,0 +1,134 @@ + + + + + + + + queryArrayWithOptions method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryArrayWithOptions
      + +
      + +
      +
      +
      + +
      +
      +

      queryArrayWithOptions<T extends List> method +

      + +
      + + +Future<QueryArrayResult<T>> +queryArrayWithOptions<T extends List>(
      1. QueryObjectOptions config
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/queryArray.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryArrayResult<T>> queryArrayWithOptions<T extends List<dynamic>>(
      +  QueryObjectOptions config,
      +) =>
      +    ClientCommon.queryArrayWithOptions(this, config);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryObject.html b/doc/api/deno_postgres_interop/QueryClientProps/queryObject.html new file mode 100644 index 0000000..d83cc09 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/queryObject.html @@ -0,0 +1,136 @@ + + + + + + + + queryObject method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryObject
      + +
      + +
      +
      +
      + +
      +
      +

      queryObject<T> method +

      + +
      + + +Future<QueryObjectResult<T>> +queryObject<T>(
      1. String query,
      2. +
      3. [QueryArguments? arguments]
      4. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/queryObject.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryObjectResult<T>> queryObject<T>(
      +  String query, [
      +  QueryArguments? arguments,
      +]) =>
      +    ClientCommon.queryObject(this, query, arguments);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html b/doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html new file mode 100644 index 0000000..ec104c6 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html @@ -0,0 +1,134 @@ + + + + + + + + queryObjectWithOptions method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryObjectWithOptions
      + +
      + +
      +
      +
      + +
      +
      +

      queryObjectWithOptions<T> method +

      + +
      + + +Future<QueryObjectResult<T>> +queryObjectWithOptions<T>(
      1. QueryObjectOptions config
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/queryObject.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryObjectResult<T>> queryObjectWithOptions<T>(
      +  QueryObjectOptions config,
      +) =>
      +    ClientCommon.queryObjectWithOptions(this, config);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html b/doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html new file mode 100644 index 0000000..7715c1b --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html @@ -0,0 +1,130 @@ + + + + + + + + resetSessionMetadata method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      resetSessionMetadata
      + +
      + +
      +
      +
      + +
      +
      +

      resetSessionMetadata method +

      + +
      + + +void +resetSessionMetadata() + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryClient/resetSessionMetadata.

      +
      + + + +
      +

      Implementation

      +
      void resetSessionMetadata() => callMethod(this, 'resetSessionMetadata', []);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryClientProps/transaction.html b/doc/api/deno_postgres_interop/QueryClientProps/transaction.html new file mode 100644 index 0000000..f03abed --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryClientProps/transaction.html @@ -0,0 +1,148 @@ + + + + + + + + transaction method - QueryClientProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      transaction
      + +
      + +
      +
      +
      + +
      +
      +

      transaction<T> method +

      + +
      + + +Future<T> +transaction<T>(
      1. String name,
      2. +
      3. Future<T> f(
        1. Transaction
        2. +
        +),
      4. +
      5. [TransactionOptions? options]
      6. +
      ) + + + +
      + +
      +

      Convinience wrapper for createTransaction, +TransactionProps.begin, +and TransactionProps.commit.

      +
      + + + +
      +

      Implementation

      +
      Future<T> transaction<T>(
      +  String name,
      +  Future<T> Function(Transaction) f, [
      +  TransactionOptions? options,
      +]) async {
      +  final transaction = createTransaction(name, options);
      +  await transaction.begin();
      +  final result = await f(transaction);
      +  await transaction.commit();
      +
      +  return result;
      +}
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html b/doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html new file mode 100644 index 0000000..e0c6ca2 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html @@ -0,0 +1,30 @@ +
        + +
      1. Constructors
      2. +
      3. QueryObjectResult
      4. + + +
      5. + Properties +
      6. +
      7. columns
      8. +
      9. hashCode
      10. +
      11. query
      12. +
      13. rowCount
      14. +
      15. rowDescription
      16. +
      17. runtimeType
      18. +
      19. warnings
      20. + +
      21. Methods
      22. +
      23. handleCommandComplete
      24. +
      25. loadColumnDescriptions
      26. +
      27. noSuchMethod
      28. +
      29. toString
      30. + +
      31. Operators
      32. +
      33. operator ==
      34. + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryObjectResult-class.html b/doc/api/deno_postgres_interop/QueryObjectResult-class.html new file mode 100644 index 0000000..a581322 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryObjectResult-class.html @@ -0,0 +1,333 @@ + + + + + + + + QueryObjectResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryObjectResult
      + +
      + +
      +
      +
      + +
      +
      +

      QueryObjectResult<T> class + +

      + + +
      +

      deno-postgres@v0.17.0/QueryObjectResult.

      +
      + + +
      +
      + +
      Inheritance
      +
      + +
      + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + QueryObjectResult(Query query) +
      +
      + deno-postgres@v0.17.0/QueryResult/constructor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + columns + List<String>? + +
      +
      + deno-postgres@v0.17.0/QueryObjectResult/columns. +
      read-only
      + +
      + +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + query + Query + +
      +
      + deno-postgres@v0.17.0/QueryResult/constructor. +
      read-onlyinherited
      + +
      + +
      + rowCount + int? + +
      +
      + deno-postgres@v0.17.0/QueryResult/rowCount. +
      read-onlyinherited
      + +
      + +
      + rowDescription + RowDescription? + +
      +
      + deno-postgres@v0.17.0/QueryResult/rowDescription. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + warnings + List<Notice> + +
      +
      + deno-postgres@v0.17.0/QueryResult/warnings. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + handleCommandComplete(String commandTag) + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryResult/handleCommandComplete. +
      inherited
      + +
      + +
      + loadColumnDescriptions(RowDescription description) + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions. +
      inherited
      + +
      + +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html b/doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html new file mode 100644 index 0000000..839f5e0 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html @@ -0,0 +1,127 @@ + + + + + + + + QueryObjectResult constructor - QueryObjectResult - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryObjectResult
      + +
      + +
      +
      +
      + +
      +
      +

      QueryObjectResult<T> constructor +

      + +
      + + QueryObjectResult<T>(
      1. Query query
      2. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/constructor.

      +
      + + + +
      +

      Implementation

      +
      external factory QueryObjectResult
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryObjectResult/columns.html b/doc/api/deno_postgres_interop/QueryObjectResult/columns.html new file mode 100644 index 0000000..034ec52 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryObjectResult/columns.html @@ -0,0 +1,134 @@ + + + + + + + + columns property - QueryObjectResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      columns
      + +
      + +
      +
      +
      + +
      +
      +

      columns property +

      + + + +
      + +
      + + List<String>? + columns + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryObjectResult/columns.

      +
      + + +
      +

      Implementation

      +
      external List<String>? get columns;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html new file mode 100644 index 0000000..935b67b --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html @@ -0,0 +1,13 @@ +
        + + + + +
      1. Properties
      2. +
      3. rows
      4. + + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryObjectResultProps.html b/doc/api/deno_postgres_interop/QueryObjectResultProps.html new file mode 100644 index 0000000..c744288 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryObjectResultProps.html @@ -0,0 +1,151 @@ + + + + + + + + QueryObjectResultProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryObjectResultProps
      + +
      + +
      +
      +
      +
      +
      +

      QueryObjectResultProps<T> extension + +

      + + +
      +

      deno-postgres@v0.17.0/QueryObjectResult.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + rows + List<Map<String, dynamic>> + +
      +
      + deno-postgres@v0.17.0/QueryObjectResult/rows. +
      read-only
      + +
      + +
      +
      + + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html b/doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html new file mode 100644 index 0000000..c3d5c3d --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html @@ -0,0 +1,139 @@ + + + + + + + + rows property - QueryObjectResultProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      rows
      + +
      + +
      +
      +
      + +
      +
      +

      rows property +

      + + + +
      + +
      + + List<Map<String, dynamic>> + rows + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryObjectResult/rows.

      +
      + + +
      +

      Implementation

      +
      List<Map<String, dynamic>> get rows =>
      +    // ignore: cast_nullable_to_non_nullable
      +    (dartify(getProperty(this, 'rows')) as List)
      +        .cast<Map<dynamic, dynamic>>()
      +        .map((e) => e.cast<String, dynamic>())
      +        .toList();
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html new file mode 100644 index 0000000..956484f --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html @@ -0,0 +1,14 @@ +
        + + + + +
      1. Properties
      2. +
      3. isCamelCase
      4. +
      5. resultType
      6. + + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryProps.html b/doc/api/deno_postgres_interop/QueryProps.html new file mode 100644 index 0000000..1d9725d --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryProps.html @@ -0,0 +1,162 @@ + + + + + + + + QueryProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryProps
      + +
      + +
      +
      +
      +
      +
      +

      QueryProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/Query.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + isCamelCase + bool? + +
      +
      + deno-postgres@v0.17.0/Query/args. +
      read-only
      + +
      + +
      + resultType + ResultType + +
      +
      + deno-postgres@v0.17.0/Query/result_type. +
      read-only
      + +
      + +
      +
      + + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryProps/isCamelCase.html b/doc/api/deno_postgres_interop/QueryProps/isCamelCase.html new file mode 100644 index 0000000..692e101 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryProps/isCamelCase.html @@ -0,0 +1,134 @@ + + + + + + + + isCamelCase property - QueryProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      isCamelCase
      + +
      + +
      +
      +
      + +
      +
      +

      isCamelCase property +

      + + + +
      + +
      + + bool? + isCamelCase + + +
      + + +
      +

      deno-postgres@v0.17.0/Query/args.

      +
      + + +
      +

      Implementation

      +
      bool? get isCamelCase => getProperty(this, 'camelcase');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryProps/resultType.html b/doc/api/deno_postgres_interop/QueryProps/resultType.html new file mode 100644 index 0000000..193634a --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryProps/resultType.html @@ -0,0 +1,135 @@ + + + + + + + + resultType property - QueryProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      resultType
      + +
      + +
      +
      +
      + +
      +
      +

      resultType property +

      + + + +
      + +
      + + ResultType + resultType + + +
      + + +
      +

      deno-postgres@v0.17.0/Query/result_type.

      +
      + + +
      +

      Implementation

      +
      ResultType get resultType =>
      +    ResultType.values[getProperty(this, 'result_type')];
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult-class-sidebar.html b/doc/api/deno_postgres_interop/QueryResult-class-sidebar.html new file mode 100644 index 0000000..1057fc0 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult-class-sidebar.html @@ -0,0 +1,29 @@ +
        + +
      1. Constructors
      2. +
      3. QueryResult
      4. + + +
      5. + Properties +
      6. +
      7. hashCode
      8. +
      9. query
      10. +
      11. rowCount
      12. +
      13. rowDescription
      14. +
      15. runtimeType
      16. +
      17. warnings
      18. + +
      19. Methods
      20. +
      21. handleCommandComplete
      22. +
      23. loadColumnDescriptions
      24. +
      25. noSuchMethod
      26. +
      27. toString
      28. + +
      29. Operators
      30. +
      31. operator ==
      32. + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryResult-class.html b/doc/api/deno_postgres_interop/QueryResult-class.html new file mode 100644 index 0000000..67a3444 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult-class.html @@ -0,0 +1,318 @@ + + + + + + + + QueryResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryResult
      + +
      + +
      +
      +
      + +
      +
      +

      QueryResult class + +

      + + +
      +

      deno-postgres@v0.17.0/QueryResult.

      +
      + + +
      +
      + + + + + +
      Implementers
      +
      + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + QueryResult(Query query) +
      +
      + deno-postgres@v0.17.0/QueryResult/constructor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + query + Query + +
      +
      + deno-postgres@v0.17.0/QueryResult/constructor. +
      read-only
      + +
      + +
      + rowCount + int? + +
      +
      + deno-postgres@v0.17.0/QueryResult/rowCount. +
      read-only
      + +
      + +
      + rowDescription + RowDescription? + +
      +
      + deno-postgres@v0.17.0/QueryResult/rowDescription. +
      read-only
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + warnings + List<Notice> + +
      +
      + deno-postgres@v0.17.0/QueryResult/warnings. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + handleCommandComplete(String commandTag) + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryResult/handleCommandComplete. + + +
      + +
      + loadColumnDescriptions(RowDescription description) + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions. + + +
      + +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult/QueryResult.html b/doc/api/deno_postgres_interop/QueryResult/QueryResult.html new file mode 100644 index 0000000..55e245b --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult/QueryResult.html @@ -0,0 +1,127 @@ + + + + + + + + QueryResult constructor - QueryResult - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryResult
      + +
      + +
      +
      +
      + +
      +
      +

      QueryResult constructor +

      + +
      + + QueryResult(
      1. Query query
      2. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/constructor.

      +
      + + + +
      +

      Implementation

      +
      external factory QueryResult
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html b/doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html new file mode 100644 index 0000000..1d1630e --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html @@ -0,0 +1,131 @@ + + + + + + + + handleCommandComplete method - QueryResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      handleCommandComplete
      + +
      + +
      +
      +
      + +
      +
      +

      handleCommandComplete method +

      + +
      + + +void +handleCommandComplete(
      1. String commandTag
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryResult/handleCommandComplete.

      +
      + + + +
      +

      Implementation

      +
      external void handleCommandComplete(String commandTag);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html b/doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html new file mode 100644 index 0000000..65f19b6 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html @@ -0,0 +1,131 @@ + + + + + + + + loadColumnDescriptions method - QueryResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      loadColumnDescriptions
      + +
      + +
      +
      +
      + +
      +
      +

      loadColumnDescriptions method +

      + +
      + + +void +loadColumnDescriptions(
      1. RowDescription description
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions.

      +
      + + + +
      +

      Implementation

      +
      external void loadColumnDescriptions(RowDescription description);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult/query.html b/doc/api/deno_postgres_interop/QueryResult/query.html new file mode 100644 index 0000000..7542758 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult/query.html @@ -0,0 +1,134 @@ + + + + + + + + query property - QueryResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      query
      + +
      + +
      +
      +
      + +
      +
      +

      query property +

      + + + +
      + +
      + + Query + query + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/constructor.

      +
      + + +
      +

      Implementation

      +
      external Query get query;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult/rowCount.html b/doc/api/deno_postgres_interop/QueryResult/rowCount.html new file mode 100644 index 0000000..050bbff --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult/rowCount.html @@ -0,0 +1,134 @@ + + + + + + + + rowCount property - QueryResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      rowCount
      + +
      + +
      +
      +
      + +
      +
      +

      rowCount property +

      + + + +
      + +
      + + int? + rowCount + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/rowCount.

      +
      + + +
      +

      Implementation

      +
      external int? get rowCount;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult/rowDescription.html b/doc/api/deno_postgres_interop/QueryResult/rowDescription.html new file mode 100644 index 0000000..2e12e19 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult/rowDescription.html @@ -0,0 +1,134 @@ + + + + + + + + rowDescription property - QueryResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      rowDescription
      + +
      + +
      +
      +
      + +
      +
      +

      rowDescription property +

      + + + +
      + +
      + + RowDescription? + rowDescription + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/rowDescription.

      +
      + + +
      +

      Implementation

      +
      external RowDescription? get rowDescription;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResult/warnings.html b/doc/api/deno_postgres_interop/QueryResult/warnings.html new file mode 100644 index 0000000..b1d027b --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResult/warnings.html @@ -0,0 +1,134 @@ + + + + + + + + warnings property - QueryResult class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      warnings
      + +
      + +
      +
      +
      + +
      +
      +

      warnings property +

      + + + +
      + +
      + + List<Notice> + warnings + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/warnings.

      +
      + + +
      +

      Implementation

      +
      external List<Notice> get warnings;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html new file mode 100644 index 0000000..1ee2d6b --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html @@ -0,0 +1,15 @@ +
        + + + + +
      1. Properties
      2. +
      3. command
      4. + +
      5. Methods
      6. +
      7. insertRow
      8. + + + + +
      diff --git a/doc/api/deno_postgres_interop/QueryResultProps.html b/doc/api/deno_postgres_interop/QueryResultProps.html new file mode 100644 index 0000000..4ffad82 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResultProps.html @@ -0,0 +1,171 @@ + + + + + + + + QueryResultProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      QueryResultProps
      + +
      + +
      +
      +
      +
      +
      +

      QueryResultProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/QueryResult.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + command + CommandType + +
      +
      + deno-postgres@v0.17.0/QueryResult/command. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + insertRow(List<List<int>> row) + → void + + + +
      +
      + deno-postgres@v0.17.0/QueryResult/insertRow. + + +
      + +
      +
      + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResultProps/command.html b/doc/api/deno_postgres_interop/QueryResultProps/command.html new file mode 100644 index 0000000..a49fbc3 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResultProps/command.html @@ -0,0 +1,136 @@ + + + + + + + + command property - QueryResultProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      command
      + +
      + +
      +
      +
      + +
      +
      +

      command property +

      + + + +
      + +
      + + CommandType + command + + +
      + + +
      +

      deno-postgres@v0.17.0/QueryResult/command.

      +
      + + +
      +

      Implementation

      +
      CommandType get command => CommandType.parse(
      +      getProperty(this, 'command'),
      +    );
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/QueryResultProps/insertRow.html b/doc/api/deno_postgres_interop/QueryResultProps/insertRow.html new file mode 100644 index 0000000..104b2c1 --- /dev/null +++ b/doc/api/deno_postgres_interop/QueryResultProps/insertRow.html @@ -0,0 +1,131 @@ + + + + + + + + insertRow method - QueryResultProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      insertRow
      + +
      + +
      +
      +
      + +
      +
      +

      insertRow method +

      + +
      + + +void +insertRow(
      1. List<List<int>> row
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/QueryResult/insertRow.

      +
      + + + +
      +

      Implementation

      +
      void insertRow(List<List<int>> row) => callMethod(this, 'insertRow', [row]);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ResultType-enum-sidebar.html b/doc/api/deno_postgres_interop/ResultType-enum-sidebar.html new file mode 100644 index 0000000..d9b3370 --- /dev/null +++ b/doc/api/deno_postgres_interop/ResultType-enum-sidebar.html @@ -0,0 +1,29 @@ +
        + +
      1. Constructors
      2. +
      3. ResultType
      4. + +
      5. Values
      6. +
      7. array
      8. +
      9. object
      10. + +
      11. + Properties +
      12. +
      13. hashCode
      14. +
      15. index
      16. +
      17. runtimeType
      18. + +
      19. Methods
      20. +
      21. noSuchMethod
      22. +
      23. toString
      24. + +
      25. Operators
      26. +
      27. operator ==
      28. + + + + +
      29. Constants
      30. +
      31. values
      32. +
      diff --git a/doc/api/deno_postgres_interop/ResultType.html b/doc/api/deno_postgres_interop/ResultType.html new file mode 100644 index 0000000..a1aa80e --- /dev/null +++ b/doc/api/deno_postgres_interop/ResultType.html @@ -0,0 +1,308 @@ + + + + + + + + ResultType enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      ResultType
      + +
      + +
      +
      +
      + +
      +
      + +

      + ResultType + enum + + +

      +
      + + +
      +

      deno-postgres@v0.17.0/ResultType.

      +
      + + +
      +
      + +
      Inheritance
      +
      + +
      + + + + + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + ResultType() +
      +
      + +
      const
      +
      +
      +
      + +
      +

      Values

      + +
      +
      + array + → const ResultType + + +
      +
      +

      array.

      + + +
      + +
      + object + → const ResultType + + +
      +
      +

      object.

      + + +
      + +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + index + int + +
      +
      + A numeric identifier for the enumerated value. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + +
      +

      Constants

      + +
      +
      + values + → const List<ResultType> + + +
      +
      + A constant List of the values in this enum, in order of their declaration. + + +
      + [array, object] +
      +
      + +
      +
      +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ResultType/ResultType.html b/doc/api/deno_postgres_interop/ResultType/ResultType.html new file mode 100644 index 0000000..085e66f --- /dev/null +++ b/doc/api/deno_postgres_interop/ResultType/ResultType.html @@ -0,0 +1,119 @@ + + + + + + + + ResultType constructor - ResultType - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      ResultType
      + +
      + +
      +
      +
      + +
      +
      +

      ResultType constructor +

      + +
      + const + ResultType() +
      + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/ResultType/values-constant.html b/doc/api/deno_postgres_interop/ResultType/values-constant.html new file mode 100644 index 0000000..cb0540f --- /dev/null +++ b/doc/api/deno_postgres_interop/ResultType/values-constant.html @@ -0,0 +1,123 @@ + + + + + + + + values constant - ResultType enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      values
      + +
      + +
      +
      +
      + +
      +
      +

      values constant +

      + +
      + + List<ResultType> + const values + + +
      + +
      +

      A constant List of the values in this enum, in order of their declaration.

      +
      + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/RowDescription-class-sidebar.html b/doc/api/deno_postgres_interop/RowDescription-class-sidebar.html new file mode 100644 index 0000000..4241397 --- /dev/null +++ b/doc/api/deno_postgres_interop/RowDescription-class-sidebar.html @@ -0,0 +1,25 @@ +
        + +
      1. Constructors
      2. +
      3. RowDescription
      4. + + +
      5. + Properties +
      6. +
      7. columnCount
      8. +
      9. columns
      10. +
      11. hashCode
      12. +
      13. runtimeType
      14. + +
      15. Methods
      16. +
      17. noSuchMethod
      18. +
      19. toString
      20. + +
      21. Operators
      22. +
      23. operator ==
      24. + + + + +
      diff --git a/doc/api/deno_postgres_interop/RowDescription-class.html b/doc/api/deno_postgres_interop/RowDescription-class.html new file mode 100644 index 0000000..a9c4724 --- /dev/null +++ b/doc/api/deno_postgres_interop/RowDescription-class.html @@ -0,0 +1,261 @@ + + + + + + + + RowDescription class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      RowDescription
      + +
      + +
      +
      +
      + +
      +
      +

      RowDescription class + +

      + + +
      +

      deno-postgres@v0.17.0/RowDescription.

      +
      + + +
      +
      + + + + + + + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + RowDescription(int columnCount, List<Column> columns) +
      +
      + https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0 +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + columnCount + int + +
      +
      + https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0 +
      read-only
      + +
      + +
      + columns + List<Column> + +
      +
      + https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0 +
      read-only
      + +
      + +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/RowDescription/RowDescription.html b/doc/api/deno_postgres_interop/RowDescription/RowDescription.html new file mode 100644 index 0000000..4a74e66 --- /dev/null +++ b/doc/api/deno_postgres_interop/RowDescription/RowDescription.html @@ -0,0 +1,128 @@ + + + + + + + + RowDescription constructor - RowDescription - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      RowDescription
      + +
      + +
      +
      +
      + +
      +
      +

      RowDescription constructor +

      + +
      + + RowDescription(
      1. int columnCount,
      2. +
      3. List<Column> columns
      4. +
      ) +
      + + +
      +

      https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0

      +
      + + + +
      +

      Implementation

      +
      external factory RowDescription
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/RowDescription/columnCount.html b/doc/api/deno_postgres_interop/RowDescription/columnCount.html new file mode 100644 index 0000000..950d1fd --- /dev/null +++ b/doc/api/deno_postgres_interop/RowDescription/columnCount.html @@ -0,0 +1,134 @@ + + + + + + + + columnCount property - RowDescription class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      columnCount
      + +
      + +
      +
      +
      + +
      +
      +

      columnCount property +

      + + + +
      + +
      + + int + columnCount + + +
      + + +
      +

      https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0

      +
      + + +
      +

      Implementation

      +
      external int get columnCount;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/RowDescription/columns.html b/doc/api/deno_postgres_interop/RowDescription/columns.html new file mode 100644 index 0000000..73edfbf --- /dev/null +++ b/doc/api/deno_postgres_interop/RowDescription/columns.html @@ -0,0 +1,134 @@ + + + + + + + + columns property - RowDescription class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      columns
      + +
      + +
      +
      +
      + +
      +
      +

      columns property +

      + + + +
      + +
      + + List<Column> + columns + + +
      + + +
      +

      https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0

      +
      + + +
      +

      Implementation

      +
      external List<Column> get columns;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Savepoint-class-sidebar.html b/doc/api/deno_postgres_interop/Savepoint-class-sidebar.html new file mode 100644 index 0000000..47451b0 --- /dev/null +++ b/doc/api/deno_postgres_interop/Savepoint-class-sidebar.html @@ -0,0 +1,23 @@ +
        + +
      1. Constructors
      2. +
      3. Savepoint
      4. + + +
      5. + Properties +
      6. +
      7. hashCode
      8. +
      9. runtimeType
      10. + +
      11. Methods
      12. +
      13. noSuchMethod
      14. +
      15. toString
      16. + +
      17. Operators
      18. +
      19. operator ==
      20. + + + + +
      diff --git a/doc/api/deno_postgres_interop/Savepoint-class.html b/doc/api/deno_postgres_interop/Savepoint-class.html new file mode 100644 index 0000000..32be87c --- /dev/null +++ b/doc/api/deno_postgres_interop/Savepoint-class.html @@ -0,0 +1,243 @@ + + + + + + + + Savepoint class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Savepoint
      + +
      + +
      +
      +
      + +
      +
      +

      Savepoint class + +

      + + +
      +

      deno-postgres@v0.17.0/Savepoint.

      +
      + + +
      +
      + + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + Savepoint(String name, Future<void> updateCallback(String name), Future<void> releaseCallback(String name)) +
      +
      + deno-postgres@v0.17.0/Savepoint/constructor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Savepoint/Savepoint.html b/doc/api/deno_postgres_interop/Savepoint/Savepoint.html new file mode 100644 index 0000000..c6f67b6 --- /dev/null +++ b/doc/api/deno_postgres_interop/Savepoint/Savepoint.html @@ -0,0 +1,133 @@ + + + + + + + + Savepoint constructor - Savepoint - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Savepoint
      + +
      + +
      +
      +
      + +
      +
      +

      Savepoint constructor +

      + +
      + + Savepoint(
      1. String name,
      2. +
      3. Future<void> updateCallback(
        1. String name
        2. +
        +),
      4. +
      5. Future<void> releaseCallback(
        1. String name
        2. +
        +)
      6. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/Savepoint/constructor.

      +
      + + + +
      +

      Implementation

      +
      factory Savepoint
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html b/doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html new file mode 100644 index 0000000..232b483 --- /dev/null +++ b/doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html @@ -0,0 +1,16 @@ +
        + + + + +
      1. Properties
      2. +
      3. instancesCount
      4. + +
      5. Methods
      6. +
      7. release
      8. +
      9. update
      10. + + + + +
      diff --git a/doc/api/deno_postgres_interop/SavepointProps.html b/doc/api/deno_postgres_interop/SavepointProps.html new file mode 100644 index 0000000..47963b9 --- /dev/null +++ b/doc/api/deno_postgres_interop/SavepointProps.html @@ -0,0 +1,184 @@ + + + + + + + + SavepointProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      SavepointProps
      + +
      + +
      +
      +
      +
      +
      +

      SavepointProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/Savepoint.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + instancesCount + int + +
      +
      + deno-postgres@v0.17.0/Savepoint/instances. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + release() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Savepoint/instances. + + +
      + +
      + update() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Savepoint/instances. + + +
      + +
      +
      + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/SavepointProps/instancesCount.html b/doc/api/deno_postgres_interop/SavepointProps/instancesCount.html new file mode 100644 index 0000000..a1e039c --- /dev/null +++ b/doc/api/deno_postgres_interop/SavepointProps/instancesCount.html @@ -0,0 +1,134 @@ + + + + + + + + instancesCount property - SavepointProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      instancesCount
      + +
      + +
      +
      +
      + +
      +
      +

      instancesCount property +

      + + + +
      + +
      + + int + instancesCount + + +
      + + +
      +

      deno-postgres@v0.17.0/Savepoint/instances.

      +
      + + +
      +

      Implementation

      +
      int get instancesCount => getProperty(this, 'instances');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/SavepointProps/release.html b/doc/api/deno_postgres_interop/SavepointProps/release.html new file mode 100644 index 0000000..fd6e949 --- /dev/null +++ b/doc/api/deno_postgres_interop/SavepointProps/release.html @@ -0,0 +1,130 @@ + + + + + + + + release method - SavepointProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      release
      + +
      + +
      +
      +
      + +
      +
      +

      release method +

      + +
      + + +Future<void> +release() + + + +
      + +
      +

      deno-postgres@v0.17.0/Savepoint/instances.

      +
      + + + +
      +

      Implementation

      +
      Future<void> release() => callFutureMethod(this, 'release');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/SavepointProps/update.html b/doc/api/deno_postgres_interop/SavepointProps/update.html new file mode 100644 index 0000000..798a21f --- /dev/null +++ b/doc/api/deno_postgres_interop/SavepointProps/update.html @@ -0,0 +1,130 @@ + + + + + + + + update method - SavepointProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      update
      + +
      + +
      +
      +
      + +
      +
      +

      update method +

      + +
      + + +Future<void> +update() + + + +
      + +
      +

      deno-postgres@v0.17.0/Savepoint/instances.

      +
      + + + +
      +

      Implementation

      +
      Future<void> update() => callFutureMethod(this, 'update');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Session-class-sidebar.html b/doc/api/deno_postgres_interop/Session-class-sidebar.html new file mode 100644 index 0000000..3f6409d --- /dev/null +++ b/doc/api/deno_postgres_interop/Session-class-sidebar.html @@ -0,0 +1,25 @@ +
        + +
      1. Constructors
      2. +
      3. Session
      4. + + +
      5. + Properties +
      6. +
      7. hashCode
      8. +
      9. pid
      10. +
      11. runtimeType
      12. +
      13. tls
      14. + +
      15. Methods
      16. +
      17. noSuchMethod
      18. +
      19. toString
      20. + +
      21. Operators
      22. +
      23. operator ==
      24. + + + + +
      diff --git a/doc/api/deno_postgres_interop/Session-class.html b/doc/api/deno_postgres_interop/Session-class.html new file mode 100644 index 0000000..dce2db0 --- /dev/null +++ b/doc/api/deno_postgres_interop/Session-class.html @@ -0,0 +1,264 @@ + + + + + + + + Session class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Session
      + +
      + +
      +
      +
      + +
      +
      +

      Session class + +

      + + +
      +

      deno-postgres@v0.17.0/Session.

      +
      + + +
      +
      + + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + Session() +
      +
      + +
      +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + pid + int? + +
      +
      + deno-postgres@v0.17.0/Session/pid +
      read-only
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + tls + bool? + +
      +
      + deno-postgres@v0.17.0/Session/tls +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Session/Session.html b/doc/api/deno_postgres_interop/Session/Session.html new file mode 100644 index 0000000..a1f153f --- /dev/null +++ b/doc/api/deno_postgres_interop/Session/Session.html @@ -0,0 +1,119 @@ + + + + + + + + Session constructor - Session - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Session
      + +
      + +
      +
      +
      + +
      +
      +

      Session constructor +

      + +
      + + Session() +
      + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Session/pid.html b/doc/api/deno_postgres_interop/Session/pid.html new file mode 100644 index 0000000..1c925b3 --- /dev/null +++ b/doc/api/deno_postgres_interop/Session/pid.html @@ -0,0 +1,134 @@ + + + + + + + + pid property - Session class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      pid
      + +
      + +
      +
      +
      + +
      +
      +

      pid property +

      + + + +
      + +
      + + int? + pid + + +
      + + +
      +

      deno-postgres@v0.17.0/Session/pid

      +
      + + +
      +

      Implementation

      +
      external int? get pid;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Session/tls.html b/doc/api/deno_postgres_interop/Session/tls.html new file mode 100644 index 0000000..bf40092 --- /dev/null +++ b/doc/api/deno_postgres_interop/Session/tls.html @@ -0,0 +1,134 @@ + + + + + + + + tls property - Session class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      tls
      + +
      + +
      +
      +
      + +
      +
      +

      tls property +

      + + + +
      + +
      + + bool? + tls + + +
      + + +
      +

      deno-postgres@v0.17.0/Session/tls

      +
      + + +
      +

      Implementation

      +
      external bool? get tls;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html b/doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html new file mode 100644 index 0000000..96b962d --- /dev/null +++ b/doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html @@ -0,0 +1,14 @@ +
        + + + + +
      1. Properties
      2. +
      3. currentTransacton
      4. +
      5. transport
      6. + + + + + +
      diff --git a/doc/api/deno_postgres_interop/SessionProps.html b/doc/api/deno_postgres_interop/SessionProps.html new file mode 100644 index 0000000..78d3dd3 --- /dev/null +++ b/doc/api/deno_postgres_interop/SessionProps.html @@ -0,0 +1,162 @@ + + + + + + + + SessionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      SessionProps
      + +
      + +
      +
      +
      +
      +
      +

      SessionProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/Session.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + currentTransacton + String? + +
      +
      + deno-postgres@v0.17.0/Session/current_transaction +
      read-only
      + +
      + +
      + transport + Transport? + +
      +
      + deno-postgres@v0.17.0/Session/transport +
      read-only
      + +
      + +
      +
      + + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/SessionProps/currentTransacton.html b/doc/api/deno_postgres_interop/SessionProps/currentTransacton.html new file mode 100644 index 0000000..628eb2b --- /dev/null +++ b/doc/api/deno_postgres_interop/SessionProps/currentTransacton.html @@ -0,0 +1,134 @@ + + + + + + + + currentTransacton property - SessionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      currentTransacton
      + +
      + +
      +
      +
      + +
      +
      +

      currentTransacton property +

      + + + +
      + +
      + + String? + currentTransacton + + +
      + + +
      +

      deno-postgres@v0.17.0/Session/current_transaction

      +
      + + +
      +

      Implementation

      +
      String? get currentTransacton => getProperty(this, 'current_transaction');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/SessionProps/transport.html b/doc/api/deno_postgres_interop/SessionProps/transport.html new file mode 100644 index 0000000..5eef82b --- /dev/null +++ b/doc/api/deno_postgres_interop/SessionProps/transport.html @@ -0,0 +1,138 @@ + + + + + + + + transport property - SessionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      transport
      + +
      + +
      +
      +
      + +
      +
      +

      transport property +

      + + + +
      + +
      + + Transport? + transport + + +
      + + +
      +

      deno-postgres@v0.17.0/Session/transport

      +
      + + +
      +

      Implementation

      +
      Transport? get transport {
      +  final string = getProperty<String?>(this, 'transport');
      +
      +  return string == null ? null : Transport.parse(string);
      +}
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html b/doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html new file mode 100644 index 0000000..c4d26cb --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html @@ -0,0 +1,24 @@ +
        + +
      1. Constructors
      2. +
      3. TLSOptions
      4. + + +
      5. + Properties +
      6. +
      7. caCertificates
      8. +
      9. hashCode
      10. +
      11. runtimeType
      12. + +
      13. Methods
      14. +
      15. noSuchMethod
      16. +
      17. toString
      18. + +
      19. Operators
      20. +
      21. operator ==
      22. + + + + +
      diff --git a/doc/api/deno_postgres_interop/TLSOptions-class.html b/doc/api/deno_postgres_interop/TLSOptions-class.html new file mode 100644 index 0000000..dc5eac1 --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptions-class.html @@ -0,0 +1,254 @@ + + + + + + + + TLSOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TLSOptions
      + +
      + +
      +
      +
      + +
      +
      +

      TLSOptions class + +

      + + +
      +

      deno-postgres@v0.17.0/TLSOptions.

      +
      + + +
      +
      + + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + TLSOptions({required List<String> caCertificates, required bool isEnabled, required bool isEnforced}) +
      +
      + deno-postgres@v0.17.0/TLSOptions. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + caCertificates + List<String> + +
      +
      + deno-postgres@v0.17.0/TLSOptions/caCertificates. +
      read-only
      + +
      + +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html b/doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html new file mode 100644 index 0000000..7aadd24 --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html @@ -0,0 +1,129 @@ + + + + + + + + TLSOptions constructor - TLSOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TLSOptions
      + +
      + +
      +
      +
      + +
      +
      +

      TLSOptions constructor +

      + +
      + + TLSOptions(
      1. {required List<String> caCertificates,
      2. +
      3. required bool isEnabled,
      4. +
      5. required bool isEnforced}
      6. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/TLSOptions.

      +
      + + + +
      +

      Implementation

      +
      factory TLSOptions
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TLSOptions/caCertificates.html b/doc/api/deno_postgres_interop/TLSOptions/caCertificates.html new file mode 100644 index 0000000..436901f --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptions/caCertificates.html @@ -0,0 +1,134 @@ + + + + + + + + caCertificates property - TLSOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      caCertificates
      + +
      + +
      +
      +
      + +
      +
      +

      caCertificates property +

      + + + +
      + +
      + + List<String> + caCertificates + + +
      + + +
      +

      deno-postgres@v0.17.0/TLSOptions/caCertificates.

      +
      + + +
      +

      Implementation

      +
      external List<String> get caCertificates;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html new file mode 100644 index 0000000..87b397f --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html @@ -0,0 +1,14 @@ +
        + + + + +
      1. Properties
      2. +
      3. isEnabled
      4. +
      5. isEnforced
      6. + + + + + +
      diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps.html b/doc/api/deno_postgres_interop/TLSOptionsProps.html new file mode 100644 index 0000000..9c276c3 --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptionsProps.html @@ -0,0 +1,162 @@ + + + + + + + + TLSOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TLSOptionsProps
      + +
      + +
      +
      +
      +
      +
      +

      TLSOptionsProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/TLSOptions.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + isEnabled + bool + +
      +
      + deno-postgres@v0.17.0/TLSOptions/enabled. +
      read-only
      + +
      + +
      + isEnforced + bool + +
      +
      + deno-postgres@v0.17.0/TLSOptions/enforce. +
      read-only
      + +
      + +
      +
      + + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html b/doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html new file mode 100644 index 0000000..ca7e3ee --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html @@ -0,0 +1,134 @@ + + + + + + + + isEnabled property - TLSOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      isEnabled
      + +
      + +
      +
      +
      + +
      +
      +

      isEnabled property +

      + + + +
      + +
      + + bool + isEnabled + + +
      + + +
      +

      deno-postgres@v0.17.0/TLSOptions/enabled.

      +
      + + +
      +

      Implementation

      +
      bool get isEnabled => getProperty(this, 'isEnabled');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html b/doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html new file mode 100644 index 0000000..42aee60 --- /dev/null +++ b/doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html @@ -0,0 +1,134 @@ + + + + + + + + isEnforced property - TLSOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      isEnforced
      + +
      + +
      +
      +
      + +
      +
      +

      isEnforced property +

      + + + +
      + +
      + + bool + isEnforced + + +
      + + +
      +

      deno-postgres@v0.17.0/TLSOptions/enforce.

      +
      + + +
      +

      Implementation

      +
      bool get isEnforced => getProperty(this, 'enforce');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Transaction-class-sidebar.html b/doc/api/deno_postgres_interop/Transaction-class-sidebar.html new file mode 100644 index 0000000..7c30448 --- /dev/null +++ b/doc/api/deno_postgres_interop/Transaction-class-sidebar.html @@ -0,0 +1,25 @@ +
        + +
      1. Constructors
      2. +
      3. Transaction
      4. + + +
      5. + Properties +
      6. +
      7. hashCode
      8. +
      9. runtimeType
      10. +
      11. savepoints
      12. + +
      13. Methods
      14. +
      15. getSavepoint
      16. +
      17. noSuchMethod
      18. +
      19. toString
      20. + +
      21. Operators
      22. +
      23. operator ==
      24. + + + + +
      diff --git a/doc/api/deno_postgres_interop/Transaction-class.html b/doc/api/deno_postgres_interop/Transaction-class.html new file mode 100644 index 0000000..8d9858c --- /dev/null +++ b/doc/api/deno_postgres_interop/Transaction-class.html @@ -0,0 +1,267 @@ + + + + + + + + Transaction class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Transaction
      + +
      + +
      +
      +
      + +
      +
      +

      Transaction class + +

      + + +
      +

      deno-postgres@v0.17.0/Transaction.

      +
      + + +
      +
      + + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + Transaction({required String name, required QueryClient client, required Future<QueryResult> executeQueryCallback(Query query), required void updateClientLockCallback(String? name), TransactionOptions? options}) +
      +
      + deno-postgres@v0.17.0/Transaction/construtor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + savepoints + List<Savepoint> + +
      +
      + deno-postgres@v0.17.0/Transaction/savepoints. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + getSavepoint(String name) + Savepoint? + + + +
      +
      + deno-postgres@v0.17.0/Transaction/getSavepoint. + + +
      + +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Transaction/Transaction.html b/doc/api/deno_postgres_interop/Transaction/Transaction.html new file mode 100644 index 0000000..30b1556 --- /dev/null +++ b/doc/api/deno_postgres_interop/Transaction/Transaction.html @@ -0,0 +1,135 @@ + + + + + + + + Transaction constructor - Transaction - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Transaction
      + +
      + +
      +
      +
      + +
      +
      +

      Transaction constructor +

      + +
      + + Transaction(
      1. {required String name,
      2. +
      3. required QueryClient client,
      4. +
      5. required Future<QueryResult> executeQueryCallback(
        1. Query query
        2. +
        +),
      6. +
      7. required void updateClientLockCallback(
        1. String? name
        2. +
        +),
      8. +
      9. TransactionOptions? options}
      10. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/Transaction/construtor.

      +
      + + + +
      +

      Implementation

      +
      factory Transaction
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Transaction/getSavepoint.html b/doc/api/deno_postgres_interop/Transaction/getSavepoint.html new file mode 100644 index 0000000..f11c8f3 --- /dev/null +++ b/doc/api/deno_postgres_interop/Transaction/getSavepoint.html @@ -0,0 +1,131 @@ + + + + + + + + getSavepoint method - Transaction class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      getSavepoint
      + +
      + +
      +
      +
      + +
      +
      +

      getSavepoint method +

      + +
      + + +Savepoint? +getSavepoint(
      1. String name
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/getSavepoint.

      +
      + + + +
      +

      Implementation

      +
      external Savepoint? getSavepoint(String name);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Transaction/savepoints.html b/doc/api/deno_postgres_interop/Transaction/savepoints.html new file mode 100644 index 0000000..a5dab64 --- /dev/null +++ b/doc/api/deno_postgres_interop/Transaction/savepoints.html @@ -0,0 +1,134 @@ + + + + + + + + savepoints property - Transaction class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      savepoints
      + +
      + +
      +
      +
      + +
      +
      +

      savepoints property +

      + + + +
      + +
      + + List<Savepoint> + savepoints + + +
      + + +
      +

      deno-postgres@v0.17.0/Transaction/savepoints.

      +
      + + +
      +

      Implementation

      +
      external List<Savepoint> get savepoints;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionError-class-sidebar.html b/doc/api/deno_postgres_interop/TransactionError-class-sidebar.html new file mode 100644 index 0000000..a60a241 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionError-class-sidebar.html @@ -0,0 +1,26 @@ +
        + +
      1. Constructors
      2. +
      3. TransactionError
      4. + + +
      5. + Properties +
      6. +
      7. cause
      8. +
      9. hashCode
      10. +
      11. message
      12. +
      13. name
      14. +
      15. runtimeType
      16. + +
      17. Methods
      18. +
      19. noSuchMethod
      20. +
      21. toString
      22. + +
      23. Operators
      24. +
      25. operator ==
      26. + + + + +
      diff --git a/doc/api/deno_postgres_interop/TransactionError-class.html b/doc/api/deno_postgres_interop/TransactionError-class.html new file mode 100644 index 0000000..800e9a4 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionError-class.html @@ -0,0 +1,272 @@ + + + + + + + + TransactionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TransactionError
      + +
      + +
      +
      +
      + +
      +
      +

      TransactionError class + +

      + + +
      +

      deno-postgres@v0.17.0/TransactionError.

      +
      + + +
      +
      + + + + + + + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + TransactionError() +
      +
      + +
      +
      +
      + +
      +

      Properties

      + +
      +
      + cause + PostgresError + +
      +
      + js/Error/cause. +deno-postgres@v0.17.0/TransactionError/constructor. +
      read-only
      + +
      + +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + message + String + +
      +
      + js/Error/message. +
      read-only
      + +
      + +
      + name + String + +
      +
      + js/Error/name. +
      read-only
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionError/TransactionError.html b/doc/api/deno_postgres_interop/TransactionError/TransactionError.html new file mode 100644 index 0000000..54bf50a --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionError/TransactionError.html @@ -0,0 +1,119 @@ + + + + + + + + TransactionError constructor - TransactionError - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TransactionError
      + +
      + +
      +
      +
      + +
      +
      +

      TransactionError constructor +

      + +
      + + TransactionError() +
      + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionError/cause.html b/doc/api/deno_postgres_interop/TransactionError/cause.html new file mode 100644 index 0000000..74b36e5 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionError/cause.html @@ -0,0 +1,135 @@ + + + + + + + + cause property - TransactionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      cause
      + +
      + +
      +
      +
      + +
      +
      +

      cause property +

      + + + +
      + +
      + + PostgresError + cause + + +
      + + +
      +

      js/Error/cause. +deno-postgres@v0.17.0/TransactionError/constructor.

      +
      + + +
      +

      Implementation

      +
      external PostgresError get cause;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionError/message.html b/doc/api/deno_postgres_interop/TransactionError/message.html new file mode 100644 index 0000000..2d8d887 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionError/message.html @@ -0,0 +1,134 @@ + + + + + + + + message property - TransactionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      message
      + +
      + +
      +
      +
      + +
      +
      +

      message property +

      + + + +
      + +
      + + String + message + + +
      + + +
      +

      js/Error/message.

      +
      + + +
      +

      Implementation

      +
      external String get message;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionError/name.html b/doc/api/deno_postgres_interop/TransactionError/name.html new file mode 100644 index 0000000..b3060df --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionError/name.html @@ -0,0 +1,134 @@ + + + + + + + + name property - TransactionError class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      name
      + +
      + +
      +
      +
      + +
      +
      +

      name property +

      + + + +
      + +
      + + String + name + + +
      + + +
      +

      js/Error/name.

      +
      + + +
      +

      Implementation

      +
      external String get name;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html b/doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html new file mode 100644 index 0000000..f9a3103 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html @@ -0,0 +1,24 @@ +
        + +
      1. Constructors
      2. +
      3. TransactionOptions
      4. + + +
      5. + Properties +
      6. +
      7. hashCode
      8. +
      9. runtimeType
      10. +
      11. snapshot
      12. + +
      13. Methods
      14. +
      15. noSuchMethod
      16. +
      17. toString
      18. + +
      19. Operators
      20. +
      21. operator ==
      22. + + + + +
      diff --git a/doc/api/deno_postgres_interop/TransactionOptions-class.html b/doc/api/deno_postgres_interop/TransactionOptions-class.html new file mode 100644 index 0000000..1b12a5d --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptions-class.html @@ -0,0 +1,254 @@ + + + + + + + + TransactionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TransactionOptions
      + +
      + +
      +
      +
      + +
      +
      +

      TransactionOptions class + +

      + + +
      +

      deno-postgres@v0.17.0/TransactionOptions.

      +
      + + +
      +
      + + + + + + +
      Available Extensions
      +
      + + +
      Annotations
      +
      +
        +
      • @JS()
      • +
      +
      + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + TransactionOptions({IsolationLevel? isolationLevel, bool? isReadOnly, String? snapshot}) +
      +
      + deno-postgres@v0.17.0/TransactionOptions/constructor. +
      factory
      +
      +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      + snapshot + String? + +
      +
      + deno-postgres@v0.17.0/TransactionOptions/snapshot. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html b/doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html new file mode 100644 index 0000000..5e8577b --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html @@ -0,0 +1,129 @@ + + + + + + + + TransactionOptions constructor - TransactionOptions - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TransactionOptions
      + +
      + +
      +
      +
      + +
      +
      +

      TransactionOptions constructor +

      + +
      + + TransactionOptions(
      1. {IsolationLevel? isolationLevel,
      2. +
      3. bool? isReadOnly,
      4. +
      5. String? snapshot}
      6. +
      ) +
      + + +
      +

      deno-postgres@v0.17.0/TransactionOptions/constructor.

      +
      + + + +
      +

      Implementation

      +
      factory TransactionOptions
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionOptions/snapshot.html b/doc/api/deno_postgres_interop/TransactionOptions/snapshot.html new file mode 100644 index 0000000..8002179 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptions/snapshot.html @@ -0,0 +1,134 @@ + + + + + + + + snapshot property - TransactionOptions class - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      snapshot
      + +
      + +
      +
      +
      + +
      +
      +

      snapshot property +

      + + + +
      + +
      + + String? + snapshot + + +
      + + +
      +

      deno-postgres@v0.17.0/TransactionOptions/snapshot.

      +
      + + +
      +

      Implementation

      +
      external String? get snapshot;
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html new file mode 100644 index 0000000..9db275d --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html @@ -0,0 +1,14 @@ +
        + + + + +
      1. Properties
      2. +
      3. isolationLevel
      4. +
      5. isReadOnly
      6. + + + + + +
      diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps.html b/doc/api/deno_postgres_interop/TransactionOptionsProps.html new file mode 100644 index 0000000..127bb75 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptionsProps.html @@ -0,0 +1,162 @@ + + + + + + + + TransactionOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TransactionOptionsProps
      + +
      + +
      +
      +
      +
      +
      +

      TransactionOptionsProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/TransactionOptions.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + isolationLevel + IsolationLevel? + +
      +
      + deno-postgres@v0.17.0/TransactionOptions/isolation_level. +
      read-only
      + +
      + +
      + isReadOnly + bool? + +
      +
      + deno-postgres@v0.17.0/TransactionOptions/read_only. +
      read-only
      + +
      + +
      +
      + + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html b/doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html new file mode 100644 index 0000000..21be932 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html @@ -0,0 +1,134 @@ + + + + + + + + isReadOnly property - TransactionOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      isReadOnly
      + +
      + +
      +
      +
      + +
      +
      +

      isReadOnly property +

      + + + +
      + +
      + + bool? + isReadOnly + + +
      + + +
      +

      deno-postgres@v0.17.0/TransactionOptions/read_only.

      +
      + + +
      +

      Implementation

      +
      bool? get isReadOnly => getProperty(this, 'read_only');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html b/doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html new file mode 100644 index 0000000..6fbca6d --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html @@ -0,0 +1,138 @@ + + + + + + + + isolationLevel property - TransactionOptionsProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      isolationLevel
      + +
      + +
      +
      +
      + +
      +
      +

      isolationLevel property +

      + + + +
      + +
      + + IsolationLevel? + isolationLevel + + +
      + + +
      +

      deno-postgres@v0.17.0/TransactionOptions/isolation_level.

      +
      + + +
      +

      Implementation

      +
      IsolationLevel? get isolationLevel {
      +  final jsProperty = getProperty<String?>(this, 'isolation_level');
      +
      +  return jsProperty == null ? null : IsolationLevel.parse(jsProperty);
      +}
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html b/doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html new file mode 100644 index 0000000..5619216 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html @@ -0,0 +1,26 @@ +
        + + + + +
      1. Properties
      2. +
      3. isolationLevel
      4. +
      5. snapshot
      6. + +
      7. Methods
      8. +
      9. begin
      10. +
      11. commit
      12. +
      13. createSavepoint
      14. +
      15. getActiveSavepointsNames
      16. +
      17. queryArray
      18. +
      19. queryArrayWithOptions
      20. +
      21. queryObject
      22. +
      23. queryObjectWithOptions
      24. +
      25. rollback
      26. +
      27. rollbackByName
      28. +
      29. rollbackWithChain
      30. + + + + +
      diff --git a/doc/api/deno_postgres_interop/TransactionProps.html b/doc/api/deno_postgres_interop/TransactionProps.html new file mode 100644 index 0000000..6888622 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps.html @@ -0,0 +1,312 @@ + + + + + + + + TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      TransactionProps
      + +
      + +
      +
      +
      +
      +
      +

      TransactionProps extension + +

      + + +
      +

      deno-postgres@v0.17.0/Transaction.

      +
      + +
      +
      +
      on
      +
      + +
      +
      + + + +
      + +
      +

      Properties

      + +
      +
      + isolationLevel + IsolationLevel + +
      +
      + deno-postgres@v0.17.0/Transaction/isolation_level. +
      read-only
      + +
      + +
      + snapshot + Future<String> + +
      +
      + deno-postgres@v0.17.0/Transaction/getSnapshot. +
      read-only
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + begin() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/begin. + + +
      + +
      + commit({bool? chain}) + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/commit. + + +
      + +
      + createSavepoint(String name) + Future<Savepoint> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/savepoint. + + +
      + +
      + getActiveSavepointsNames() + List<String> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/getSavepoints. + + +
      + +
      + queryArray<T extends List>(String query, [QueryArguments? args]) + Future<QueryArrayResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/queryArray. + + +
      + +
      + queryArrayWithOptions<T extends List>(QueryObjectOptions config) + Future<QueryArrayResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/queryArray. + + +
      + +
      + queryObject<T>(String query, [QueryArguments? arguments]) + Future<QueryObjectResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/queryObject. + + +
      + +
      + queryObjectWithOptions<T>(QueryObjectOptions config) + Future<QueryObjectResult<T>> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/queryObject. + + +
      + +
      + rollback([Savepoint? savepoint]) + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/rollback. + + +
      + +
      + rollbackByName(String savepoint) + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/rollback. + + +
      + +
      + rollbackWithChain() + Future<void> + + + +
      +
      + deno-postgres@v0.17.0/Transaction/rollback. + + +
      + +
      +
      + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/begin.html b/doc/api/deno_postgres_interop/TransactionProps/begin.html new file mode 100644 index 0000000..b94461e --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/begin.html @@ -0,0 +1,130 @@ + + + + + + + + begin method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      begin
      + +
      + +
      +
      +
      + +
      +
      +

      begin method +

      + +
      + + +Future<void> +begin() + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/begin.

      +
      + + + +
      +

      Implementation

      +
      Future<void> begin() => callFutureMethod(this, 'begin');
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/commit.html b/doc/api/deno_postgres_interop/TransactionProps/commit.html new file mode 100644 index 0000000..c31fad4 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/commit.html @@ -0,0 +1,137 @@ + + + + + + + + commit method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      commit
      + +
      + +
      +
      +
      + +
      +
      +

      commit method +

      + +
      + + +Future<void> +commit(
      1. {bool? chain}
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/commit.

      +
      + + + +
      +

      Implementation

      +
      Future<void> commit({bool? chain}) => callFutureMethod(
      +      this,
      +      'commit',
      +      [
      +        if (chain != null) {'chain': chain},
      +      ],
      +    );
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html b/doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html new file mode 100644 index 0000000..e4ef038 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html @@ -0,0 +1,132 @@ + + + + + + + + createSavepoint method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      createSavepoint
      + +
      + +
      +
      +
      + +
      +
      +

      createSavepoint method +

      + +
      + + +Future<Savepoint> +createSavepoint(
      1. String name
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/savepoint.

      +
      + + + +
      +

      Implementation

      +
      Future<Savepoint> createSavepoint(String name) =>
      +    callFutureMethod(this, 'savepoint', [name]);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html b/doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html new file mode 100644 index 0000000..08468bd --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html @@ -0,0 +1,131 @@ + + + + + + + + getActiveSavepointsNames method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      getActiveSavepointsNames
      + +
      + +
      +
      +
      + +
      +
      +

      getActiveSavepointsNames method +

      + +
      + + +List<String> +getActiveSavepointsNames() + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/getSavepoints.

      +
      + + + +
      +

      Implementation

      +
      List<String> getActiveSavepointsNames() =>
      +    callMethod(this, 'getSavepoints', []);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html b/doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html new file mode 100644 index 0000000..69880a4 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html @@ -0,0 +1,135 @@ + + + + + + + + isolationLevel property - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      isolationLevel
      + +
      + +
      +
      +
      + +
      +
      +

      isolationLevel property +

      + + + +
      + +
      + + IsolationLevel + isolationLevel + + +
      + + +
      +

      deno-postgres@v0.17.0/Transaction/isolation_level.

      +
      + + +
      +

      Implementation

      +
      IsolationLevel get isolationLevel =>
      +    IsolationLevel.parse(getProperty(this, 'isolation_name'));
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryArray.html b/doc/api/deno_postgres_interop/TransactionProps/queryArray.html new file mode 100644 index 0000000..03e8b31 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/queryArray.html @@ -0,0 +1,136 @@ + + + + + + + + queryArray method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryArray
      + +
      + +
      +
      +
      + +
      +
      +

      queryArray<T extends List> method +

      + +
      + + +Future<QueryArrayResult<T>> +queryArray<T extends List>(
      1. String query,
      2. +
      3. [QueryArguments? args]
      4. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/queryArray.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryArrayResult<T>> queryArray<T extends List<dynamic>>(
      +  String query, [
      +  QueryArguments? args,
      +]) =>
      +    ClientCommon.queryArray(this, query, args);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html b/doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html new file mode 100644 index 0000000..23def82 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html @@ -0,0 +1,134 @@ + + + + + + + + queryArrayWithOptions method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryArrayWithOptions
      + +
      + +
      +
      +
      + +
      +
      +

      queryArrayWithOptions<T extends List> method +

      + +
      + + +Future<QueryArrayResult<T>> +queryArrayWithOptions<T extends List>(
      1. QueryObjectOptions config
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/queryArray.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryArrayResult<T>> queryArrayWithOptions<T extends List<dynamic>>(
      +  QueryObjectOptions config,
      +) =>
      +    ClientCommon.queryArrayWithOptions(this, config);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryObject.html b/doc/api/deno_postgres_interop/TransactionProps/queryObject.html new file mode 100644 index 0000000..7ae87cf --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/queryObject.html @@ -0,0 +1,136 @@ + + + + + + + + queryObject method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryObject
      + +
      + +
      +
      +
      + +
      +
      +

      queryObject<T> method +

      + +
      + + +Future<QueryObjectResult<T>> +queryObject<T>(
      1. String query,
      2. +
      3. [QueryArguments? arguments]
      4. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/queryObject.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryObjectResult<T>> queryObject<T>(
      +  String query, [
      +  QueryArguments? arguments,
      +]) =>
      +    ClientCommon.queryObject(this, query, arguments);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html b/doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html new file mode 100644 index 0000000..e9c76d3 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html @@ -0,0 +1,134 @@ + + + + + + + + queryObjectWithOptions method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      queryObjectWithOptions
      + +
      + +
      +
      +
      + +
      +
      +

      queryObjectWithOptions<T> method +

      + +
      + + +Future<QueryObjectResult<T>> +queryObjectWithOptions<T>(
      1. QueryObjectOptions config
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/queryObject.

      +
      + + + +
      +

      Implementation

      +
      Future<QueryObjectResult<T>> queryObjectWithOptions<T>(
      +  QueryObjectOptions config,
      +) =>
      +    ClientCommon.queryObjectWithOptions(this, config);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/rollback.html b/doc/api/deno_postgres_interop/TransactionProps/rollback.html new file mode 100644 index 0000000..1a433c2 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/rollback.html @@ -0,0 +1,135 @@ + + + + + + + + rollback method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      rollback
      + +
      + +
      +
      +
      + +
      +
      +

      rollback method +

      + +
      + + +Future<void> +rollback(
      1. [Savepoint? savepoint]
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/rollback.

      +
      + + + +
      +

      Implementation

      +
      Future<void> rollback([Savepoint? savepoint]) => callFutureMethod(
      +      this,
      +      'rollback',
      +      [if (savepoint != null) savepoint],
      +    );
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html b/doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html new file mode 100644 index 0000000..d0dab6b --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html @@ -0,0 +1,132 @@ + + + + + + + + rollbackByName method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      rollbackByName
      + +
      + +
      +
      +
      + +
      +
      +

      rollbackByName method +

      + +
      + + +Future<void> +rollbackByName(
      1. String savepoint
      2. +
      ) + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/rollback.

      +
      + + + +
      +

      Implementation

      +
      Future<void> rollbackByName(String savepoint) =>
      +    callFutureMethod(this, 'rollback', [savepoint]);
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html b/doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html new file mode 100644 index 0000000..d131e3e --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html @@ -0,0 +1,136 @@ + + + + + + + + rollbackWithChain method - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      rollbackWithChain
      + +
      + +
      +
      +
      + +
      +
      +

      rollbackWithChain method +

      + +
      + + +Future<void> +rollbackWithChain() + + + +
      + +
      +

      deno-postgres@v0.17.0/Transaction/rollback.

      +
      + + + +
      +

      Implementation

      +
      Future<void> rollbackWithChain() => callFutureMethod(
      +      this,
      +      'rollback',
      +      [
      +        jsify({'chain': true}),
      +      ],
      +    );
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/TransactionProps/snapshot.html b/doc/api/deno_postgres_interop/TransactionProps/snapshot.html new file mode 100644 index 0000000..c16f470 --- /dev/null +++ b/doc/api/deno_postgres_interop/TransactionProps/snapshot.html @@ -0,0 +1,134 @@ + + + + + + + + snapshot property - TransactionProps extension - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      snapshot
      + +
      + +
      +
      +
      + +
      +
      +

      snapshot property +

      + + + +
      + +
      + + Future<String> + snapshot + + +
      + + +
      +

      deno-postgres@v0.17.0/Transaction/getSnapshot.

      +
      + + +
      +

      Implementation

      +
      Future<String> get snapshot => callFutureMethod(this, 'getSnapshot');
      +
      + +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Transport-enum-sidebar.html b/doc/api/deno_postgres_interop/Transport-enum-sidebar.html new file mode 100644 index 0000000..8f01050 --- /dev/null +++ b/doc/api/deno_postgres_interop/Transport-enum-sidebar.html @@ -0,0 +1,31 @@ +
        + +
      1. Constructors
      2. +
      3. Transport
      4. + +
      5. Values
      6. +
      7. tcp
      8. +
      9. socket
      10. + +
      11. + Properties +
      12. +
      13. hashCode
      14. +
      15. index
      16. +
      17. runtimeType
      18. + +
      19. Methods
      20. +
      21. noSuchMethod
      22. +
      23. toString
      24. + +
      25. Operators
      26. +
      27. operator ==
      28. + + + +
      29. Static methods
      30. +
      31. parse
      32. + +
      33. Constants
      34. +
      35. values
      36. +
      diff --git a/doc/api/deno_postgres_interop/Transport.html b/doc/api/deno_postgres_interop/Transport.html new file mode 100644 index 0000000..f991c76 --- /dev/null +++ b/doc/api/deno_postgres_interop/Transport.html @@ -0,0 +1,326 @@ + + + + + + + + Transport enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Transport
      + +
      + +
      +
      +
      + +
      +
      + +

      + Transport + enum + + +

      +
      + + +
      +

      TCP | SOCKET.

      +
      + + +
      +
      + +
      Inheritance
      +
      + +
      + + + + + + +
      +
      + + +
      +

      Constructors

      + +
      +
      + Transport() +
      +
      + +
      const
      +
      +
      +
      + +
      +

      Values

      + +
      +
      + tcp + → const Transport + + +
      +
      +

      tcp.

      + + +
      + +
      + socket + → const Transport + + +
      +
      +

      socket.

      + + +
      + +
      +
      + +
      +

      Properties

      + +
      +
      + hashCode + int + +
      +
      + The hash code for this object. +
      read-onlyinherited
      + +
      + +
      + index + int + +
      +
      + A numeric identifier for the enumerated value. +
      read-onlyinherited
      + +
      + +
      + runtimeType + Type + +
      +
      + A representation of the runtime type of the object. +
      read-onlyinherited
      + +
      + +
      +
      + + +
      +

      Methods

      +
      +
      + noSuchMethod(Invocation invocation) + → dynamic + + + +
      +
      + Invoked when a nonexistent method or property is accessed. +
      inherited
      + +
      + +
      + toString() + String + + + +
      +
      + A string representation of this object. +
      inherited
      + +
      + +
      +
      + +
      +

      Operators

      +
      +
      + operator ==(Object other) + bool + + + +
      +
      + The equality operator. +
      inherited
      + +
      + +
      +
      + + +
      +

      Static Methods

      +
      +
      + parse(String string) + Transport + + + +
      +
      + Parses a string containing an Transport literal into its instance. + + +
      + +
      +
      + + +
      +

      Constants

      + +
      +
      + values + → const List<Transport> + + +
      +
      + A constant List of the values in this enum, in order of their declaration. + + +
      + [tcp, socket] +
      +
      + +
      +
      +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Transport/Transport.html b/doc/api/deno_postgres_interop/Transport/Transport.html new file mode 100644 index 0000000..9cb13ad --- /dev/null +++ b/doc/api/deno_postgres_interop/Transport/Transport.html @@ -0,0 +1,119 @@ + + + + + + + + Transport constructor - Transport - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      Transport
      + +
      + +
      +
      +
      + +
      +
      +

      Transport constructor +

      + +
      + const + Transport() +
      + + + + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/Transport/values-constant.html b/doc/api/deno_postgres_interop/Transport/values-constant.html new file mode 100644 index 0000000..7294598 --- /dev/null +++ b/doc/api/deno_postgres_interop/Transport/values-constant.html @@ -0,0 +1,123 @@ + + + + + + + + values constant - Transport enum - deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      values
      + +
      + +
      +
      +
      + +
      +
      +

      values constant +

      + +
      + + List<Transport> + const values + + +
      + +
      +

      A constant List of the values in this enum, in order of their declaration.

      +
      + + + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html b/doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html new file mode 100644 index 0000000..9a54cd4 --- /dev/null +++ b/doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html @@ -0,0 +1,61 @@ +
        +
      1. Classes
      2. +
      3. Client
      4. +
      5. ClientConfiguration
      6. +
      7. ClientOptions
      8. +
      9. Column
      10. +
      11. Connection
      12. +
      13. ConnectionError
      14. +
      15. ConnectionOptions
      16. +
      17. ConnectionParamsError
      18. +
      19. Notice
      20. +
      21. PartialConnectionOptions
      22. +
      23. PartialTLSOptions
      24. +
      25. Pool
      26. +
      27. PoolClient
      28. +
      29. PostgresError
      30. +
      31. Query
      32. +
      33. QueryArrayResult
      34. +
      35. QueryClient
      36. +
      37. QueryObjectResult
      38. +
      39. QueryResult
      40. +
      41. RowDescription
      42. +
      43. Savepoint
      44. +
      45. Session
      46. +
      47. TLSOptions
      48. +
      49. Transaction
      50. +
      51. TransactionError
      52. +
      53. TransactionOptions
      54. + +
      55. Extensions
      56. +
      57. ClientConfigurationProps
      58. +
      59. ClientOptionsProps
      60. +
      61. ColumnProps
      62. +
      63. ConnectionOptionsProps
      64. +
      65. ConnectionProps
      66. +
      67. PoolProps
      68. +
      69. QueryClientProps
      70. +
      71. QueryObjectResultProps
      72. +
      73. QueryProps
      74. +
      75. QueryResultProps
      76. +
      77. SavepointProps
      78. +
      79. SessionProps
      80. +
      81. TLSOptionsProps
      82. +
      83. TransactionOptionsProps
      84. +
      85. TransactionProps
      86. + + + + + +
      87. Enums
      88. +
      89. ColumnFormat
      90. +
      91. CommandType
      92. +
      93. IsolationLevel
      94. +
      95. ResultType
      96. +
      97. Transport
      98. + +
      99. Typedefs
      100. +
      101. EncodedArg
      102. + +
      diff --git a/doc/api/deno_postgres_interop/deno_postgres_interop-library.html b/doc/api/deno_postgres_interop/deno_postgres_interop-library.html new file mode 100644 index 0000000..16e87cb --- /dev/null +++ b/doc/api/deno_postgres_interop/deno_postgres_interop-library.html @@ -0,0 +1,552 @@ + + + + + + + + deno_postgres_interop library - Dart API + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      deno_postgres_interop
      + +
      + +
      +
      +
      + +
      + +
      +

      deno_postgres_interop library + +

      + + +
      +

      An interop for deno-postgres@v0.17.0.

      +
      + + +
      +

      Classes

      + +
      +
      + Client + +
      +
      + deno-postgres@v0.17.0/Client. +
      + +
      + ClientConfiguration + +
      +
      + deno-postgres@v0.17.0/ClientConfiguration. +
      + +
      + ClientOptions + +
      +
      + deno-postgres@v0.17.0/ClientOptions. +
      + +
      + Column + +
      +
      + deno-postgres@v0.17.0/Column. +
      + +
      + Connection + +
      +
      + deno-postgres@v0.17.0/Connection. +
      + +
      + ConnectionError + +
      +
      + deno-postgres@v0.17.0/ConnectionError. +
      + +
      + ConnectionOptions + +
      +
      + deno-postgres@v0.17.0/ConnectionOptions. +
      + +
      + ConnectionParamsError + +
      +
      + deno-postgres@v0.17.0/ConnectionParamsError. +
      + +
      + Notice + +
      +
      + deno-postgres@v0.17.0/Notice. +
      + +
      + PartialConnectionOptions + +
      +
      + deno-postgres@v0.17.0/ConnectionOptions. +
      + +
      + PartialTLSOptions + +
      +
      + deno-postgres@v0.17.0/TLSOptions. +
      + +
      + Pool + +
      +
      + deno-postgres@v0.17.0/Pool. +
      + +
      + PoolClient + +
      +
      + deno-postgres@v0.17.0/PoolClient. +
      + +
      + PostgresError + +
      +
      + deno-postgres@v0.17.0/PostgresError. +
      + +
      + Query + +
      +
      + deno-postgres@v0.17.0/Query. +
      + +
      + QueryArrayResult<T extends List> + +
      +
      + deno-postgres@v0.17.0/QueryArrayResult. +
      + +
      + QueryClient + +
      +
      + deno-postgres@v0.17.0/QueryClient. +
      + +
      + QueryObjectResult<T> + +
      +
      + deno-postgres@v0.17.0/QueryObjectResult. +
      + +
      + QueryResult + +
      +
      + deno-postgres@v0.17.0/QueryResult. +
      + +
      + RowDescription + +
      +
      + deno-postgres@v0.17.0/RowDescription. +
      + +
      + Savepoint + +
      +
      + deno-postgres@v0.17.0/Savepoint. +
      + +
      + Session + +
      +
      + deno-postgres@v0.17.0/Session. +
      + +
      + TLSOptions + +
      +
      + deno-postgres@v0.17.0/TLSOptions. +
      + +
      + Transaction + +
      +
      + deno-postgres@v0.17.0/Transaction. +
      + +
      + TransactionError + +
      +
      + deno-postgres@v0.17.0/TransactionError. +
      + +
      + TransactionOptions + +
      +
      + deno-postgres@v0.17.0/TransactionOptions. +
      + +
      +
      + + +
      +

      Extensions

      + +
      +
      + ClientConfigurationProps + +
      +
      + deno-postgres@v0.17.0/ClientConfiguration. +
      + + +
      + ClientOptionsProps + +
      +
      + deno-postgres@v0.17.0/ClientOptions. +
      + + +
      + ColumnProps + +
      +
      + deno-postgres@v0.17.0/Column. +
      + + +
      + ConnectionOptionsProps + +
      +
      + deno-postgres@v0.17.0/ConnectionOptions. +
      + + +
      + ConnectionProps + +
      +
      + deno-postgres@v0.17.0/Connection. +
      + + +
      + PoolProps + +
      +
      + deno-postgres@v0.17.0/Pool. +
      + + +
      + QueryClientProps + +
      +
      + deno-postgres@v0.17.0/QueryClient. +
      + + +
      + QueryObjectResultProps + +
      +
      + deno-postgres@v0.17.0/QueryObjectResult. +
      + + +
      + QueryProps + +
      +
      + deno-postgres@v0.17.0/Query. +
      + + +
      + QueryResultProps + +
      +
      + deno-postgres@v0.17.0/QueryResult. +
      + + +
      + SavepointProps + +
      +
      + deno-postgres@v0.17.0/Savepoint. +
      + + +
      + SessionProps + +
      +
      + deno-postgres@v0.17.0/Session. +
      + + +
      + TLSOptionsProps + +
      +
      + deno-postgres@v0.17.0/TLSOptions. +
      + + +
      + TransactionOptionsProps + +
      +
      + deno-postgres@v0.17.0/TransactionOptions. +
      + + +
      + TransactionProps + +
      +
      + deno-postgres@v0.17.0/Transaction. +
      + + +
      +
      + + + + +
      +

      Enums

      + +
      +
      + ColumnFormat + +
      +
      + enum Format { +TEXT = 0, +BINARY = 1, +} +
      + +
      + CommandType + +
      +
      + All sql commands. +
      + +
      + IsolationLevel + +
      +
      + Transaction Isolation. +
      + +
      + ResultType + +
      +
      + deno-postgres@v0.17.0/ResultType. +
      + +
      + Transport + +
      +
      + TCP | SOCKET. +
      + +
      +
      + +
      +

      Typedefs

      + +
      + +
      + EncodedArg + = dynamic + + + +
      +
      + deno-postgres@v0.17.0/EncodedArg. + + +
      + + +
      +
      + + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/index.html b/doc/api/index.html new file mode 100644 index 0000000..1a8b4f1 --- /dev/null +++ b/doc/api/index.html @@ -0,0 +1,161 @@ + + + + + + + + + deno_postgres_interop - Dart API docs + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      deno_postgres_interop
      + +
      + +
      +
      +
      + +
      + +
      +

      deno_postgres_interop

      +

      style: solid +$solid_lints

      +

      The package allows the use +of Deno Postgres +in Deno Deploy +on dart_edge +by creating interop bindings for the js library +since other drivers rely on dart:io and don't work there.

      +

      The main scenario is Supabase Edge Functions, but it should also work for other cases with dart2js.

      +

      Usage with Supabase edge functions

      +
        +
      1. +

        Add dependency in your pubspec.yaml:

        +
        dependencies:
        +  deno_postgres_interop: <INSERT LATEST VERSION>
        +
        +

        or run

        +
        dart pub add deno_postgres_interop
        +
        +
      2. +
      3. +

        Import the package:

        +
        import 'package:deno_postgres_interop/deno_postgres_interop.dart';
        +
        +
      4. +
      5. +

        Compile the code that uses this package with:

        +
        dart run edge build supabase_functions
        +
        +
      6. +
      7. +

        Add imports to generated file by calling the script:

        +
        dart run deno_postgres_interop:add_imports \
        +  --filename=example/functions/dart_edge/main.dart.js
        +
        +

        Note: your filename may differ from the example

        +
      8. +
      9. +

        You can use the function now.

        +
      10. +
      +

      Note that because of the bug in dart_edge, SDK versions >= 3.1.0 are not actually supported.

      +
      + + +
      +

      Libraries

      +
      +
      + deno_postgres_interop + +
      +
      An interop for deno-postgres@v0.17.0. +
      + +
      +
      + +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/index.json b/doc/api/index.json new file mode 100644 index 0000000..66bec5c --- /dev/null +++ b/doc/api/index.json @@ -0,0 +1 @@ +[{"name":"deno_postgres_interop","qualifiedName":"deno_postgres_interop","href":"deno_postgres_interop/deno_postgres_interop-library.html","kind":8,"overriddenDepth":0,"packageRank":0,"desc":"An interop for deno-postgres@v0.17.0."},{"name":"Client","qualifiedName":"deno_postgres_interop.Client","href":"deno_postgres_interop/Client-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Client","qualifiedName":"deno_postgres_interop.Client.Client","href":"deno_postgres_interop/Client/Client.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client/constructor.","enclosedBy":{"name":"Client","kind":3,"href":"deno_postgres_interop/Client-class.html"}},{"name":"Client.config","qualifiedName":"deno_postgres_interop.Client.config","href":"deno_postgres_interop/Client/Client.config.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client/constructor.","enclosedBy":{"name":"Client","kind":3,"href":"deno_postgres_interop/Client-class.html"}},{"name":"Client.empty","qualifiedName":"deno_postgres_interop.Client.empty","href":"deno_postgres_interop/Client/Client.empty.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client/constructor.","enclosedBy":{"name":"Client","kind":3,"href":"deno_postgres_interop/Client-class.html"}},{"name":"ClientConfiguration","qualifiedName":"deno_postgres_interop.ClientConfiguration","href":"deno_postgres_interop/ClientConfiguration-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ClientConfiguration","qualifiedName":"deno_postgres_interop.ClientConfiguration.ClientConfiguration","href":"deno_postgres_interop/ClientConfiguration/ClientConfiguration.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"applicationName","qualifiedName":"deno_postgres_interop.ClientConfiguration.applicationName","href":"deno_postgres_interop/ClientConfiguration/applicationName.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/applicationName.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"connection","qualifiedName":"deno_postgres_interop.ClientConfiguration.connection","href":"deno_postgres_interop/ClientConfiguration/connection.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/connection.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"database","qualifiedName":"deno_postgres_interop.ClientConfiguration.database","href":"deno_postgres_interop/ClientConfiguration/database.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/database.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"hostname","qualifiedName":"deno_postgres_interop.ClientConfiguration.hostname","href":"deno_postgres_interop/ClientConfiguration/hostname.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/hostname.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"options","qualifiedName":"deno_postgres_interop.ClientConfiguration.options","href":"deno_postgres_interop/ClientConfiguration/options.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/options.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"password","qualifiedName":"deno_postgres_interop.ClientConfiguration.password","href":"deno_postgres_interop/ClientConfiguration/password.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/password.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"port","qualifiedName":"deno_postgres_interop.ClientConfiguration.port","href":"deno_postgres_interop/ClientConfiguration/port.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/port.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"tls","qualifiedName":"deno_postgres_interop.ClientConfiguration.tls","href":"deno_postgres_interop/ClientConfiguration/tls.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/tls.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"user","qualifiedName":"deno_postgres_interop.ClientConfiguration.user","href":"deno_postgres_interop/ClientConfiguration/user.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/user.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"ClientConfigurationProps","qualifiedName":"deno_postgres_interop.ClientConfigurationProps","href":"deno_postgres_interop/ClientConfigurationProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"hostType","qualifiedName":"deno_postgres_interop.ClientConfigurationProps.hostType","href":"deno_postgres_interop/ClientConfigurationProps/hostType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/host_type.","enclosedBy":{"name":"ClientConfigurationProps","kind":6,"href":"deno_postgres_interop/ClientConfigurationProps.html"}},{"name":"ClientOptions","qualifiedName":"deno_postgres_interop.ClientOptions","href":"deno_postgres_interop/ClientOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ClientOptions","qualifiedName":"deno_postgres_interop.ClientOptions.ClientOptions","href":"deno_postgres_interop/ClientOptions/ClientOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"applicationName","qualifiedName":"deno_postgres_interop.ClientOptions.applicationName","href":"deno_postgres_interop/ClientOptions/applicationName.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/applicationName.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"database","qualifiedName":"deno_postgres_interop.ClientOptions.database","href":"deno_postgres_interop/ClientOptions/database.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/database.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"hostname","qualifiedName":"deno_postgres_interop.ClientOptions.hostname","href":"deno_postgres_interop/ClientOptions/hostname.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/hostname.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"password","qualifiedName":"deno_postgres_interop.ClientOptions.password","href":"deno_postgres_interop/ClientOptions/password.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/password.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"user","qualifiedName":"deno_postgres_interop.ClientOptions.user","href":"deno_postgres_interop/ClientOptions/user.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/user.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"ClientOptionsProps","qualifiedName":"deno_postgres_interop.ClientOptionsProps","href":"deno_postgres_interop/ClientOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"connection","qualifiedName":"deno_postgres_interop.ClientOptionsProps.connection","href":"deno_postgres_interop/ClientOptionsProps/connection.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/connection.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"hostType","qualifiedName":"deno_postgres_interop.ClientOptionsProps.hostType","href":"deno_postgres_interop/ClientOptionsProps/hostType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/host_type.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"optionsMap","qualifiedName":"deno_postgres_interop.ClientOptionsProps.optionsMap","href":"deno_postgres_interop/ClientOptionsProps/optionsMap.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/options.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"optionsString","qualifiedName":"deno_postgres_interop.ClientOptionsProps.optionsString","href":"deno_postgres_interop/ClientOptionsProps/optionsString.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/options.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"port","qualifiedName":"deno_postgres_interop.ClientOptionsProps.port","href":"deno_postgres_interop/ClientOptionsProps/port.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/port.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"portString","qualifiedName":"deno_postgres_interop.ClientOptionsProps.portString","href":"deno_postgres_interop/ClientOptionsProps/portString.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/port.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"tls","qualifiedName":"deno_postgres_interop.ClientOptionsProps.tls","href":"deno_postgres_interop/ClientOptionsProps/tls.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/tls.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"Column","qualifiedName":"deno_postgres_interop.Column","href":"deno_postgres_interop/Column-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Column","qualifiedName":"deno_postgres_interop.Column.Column","href":"deno_postgres_interop/Column/Column.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"columnLength","qualifiedName":"deno_postgres_interop.Column.columnLength","href":"deno_postgres_interop/Column/columnLength.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"index","qualifiedName":"deno_postgres_interop.Column.index","href":"deno_postgres_interop/Column/index.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.Column.name","href":"deno_postgres_interop/Column/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"tableOid","qualifiedName":"deno_postgres_interop.Column.tableOid","href":"deno_postgres_interop/Column/tableOid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"typeModifier","qualifiedName":"deno_postgres_interop.Column.typeModifier","href":"deno_postgres_interop/Column/typeModifier.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"typeOid","qualifiedName":"deno_postgres_interop.Column.typeOid","href":"deno_postgres_interop/Column/typeOid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"ColumnFormat","qualifiedName":"deno_postgres_interop.ColumnFormat","href":"deno_postgres_interop/ColumnFormat.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"enum Format {\nTEXT = 0,\nBINARY = 1,\n}","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ColumnFormat","qualifiedName":"deno_postgres_interop.ColumnFormat.ColumnFormat","href":"deno_postgres_interop/ColumnFormat/ColumnFormat.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ColumnFormat","kind":5,"href":"deno_postgres_interop/ColumnFormat.html"}},{"name":"id","qualifiedName":"deno_postgres_interop.ColumnFormat.id","href":"deno_postgres_interop/ColumnFormat/id.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"Used for interop.","enclosedBy":{"name":"ColumnFormat","kind":5,"href":"deno_postgres_interop/ColumnFormat.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.ColumnFormat.values","href":"deno_postgres_interop/ColumnFormat/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ColumnFormat","kind":5,"href":"deno_postgres_interop/ColumnFormat.html"}},{"name":"ColumnProps","qualifiedName":"deno_postgres_interop.ColumnProps","href":"deno_postgres_interop/ColumnProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"format","qualifiedName":"deno_postgres_interop.ColumnProps.format","href":"deno_postgres_interop/ColumnProps/format.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"ColumnProps","kind":6,"href":"deno_postgres_interop/ColumnProps.html"}},{"name":"CommandType","qualifiedName":"deno_postgres_interop.CommandType","href":"deno_postgres_interop/CommandType.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"All sql commands.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"CommandType","qualifiedName":"deno_postgres_interop.CommandType.CommandType","href":"deno_postgres_interop/CommandType/CommandType.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"CommandType","kind":5,"href":"deno_postgres_interop/CommandType.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.CommandType.values","href":"deno_postgres_interop/CommandType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CommandType","kind":5,"href":"deno_postgres_interop/CommandType.html"}},{"name":"Connection","qualifiedName":"deno_postgres_interop.Connection","href":"deno_postgres_interop/Connection-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Connection","qualifiedName":"deno_postgres_interop.Connection.Connection","href":"deno_postgres_interop/Connection/Connection.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/constructor.","enclosedBy":{"name":"Connection","kind":3,"href":"deno_postgres_interop/Connection-class.html"}},{"name":"pid","qualifiedName":"deno_postgres_interop.Connection.pid","href":"deno_postgres_interop/Connection/pid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/connected.","enclosedBy":{"name":"Connection","kind":3,"href":"deno_postgres_interop/Connection-class.html"}},{"name":"ConnectionError","qualifiedName":"deno_postgres_interop.ConnectionError","href":"deno_postgres_interop/ConnectionError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ConnectionError","qualifiedName":"deno_postgres_interop.ConnectionError.ConnectionError","href":"deno_postgres_interop/ConnectionError/ConnectionError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.ConnectionError.cause","href":"deno_postgres_interop/ConnectionError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.ConnectionError.message","href":"deno_postgres_interop/ConnectionError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.ConnectionError.name","href":"deno_postgres_interop/ConnectionError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"ConnectionOptions","qualifiedName":"deno_postgres_interop.ConnectionOptions","href":"deno_postgres_interop/ConnectionOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ConnectionOptions","qualifiedName":"deno_postgres_interop.ConnectionOptions.ConnectionOptions","href":"deno_postgres_interop/ConnectionOptions/ConnectionOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptions","kind":3,"href":"deno_postgres_interop/ConnectionOptions-class.html"}},{"name":"attempts","qualifiedName":"deno_postgres_interop.ConnectionOptions.attempts","href":"deno_postgres_interop/ConnectionOptions/attempts.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptions","kind":3,"href":"deno_postgres_interop/ConnectionOptions-class.html"}},{"name":"ConnectionOptionsProps","qualifiedName":"deno_postgres_interop.ConnectionOptionsProps","href":"deno_postgres_interop/ConnectionOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"interval","qualifiedName":"deno_postgres_interop.ConnectionOptionsProps.interval","href":"deno_postgres_interop/ConnectionOptionsProps/interval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptionsProps","kind":6,"href":"deno_postgres_interop/ConnectionOptionsProps.html"}},{"name":"nextInterval","qualifiedName":"deno_postgres_interop.ConnectionOptionsProps.nextInterval","href":"deno_postgres_interop/ConnectionOptionsProps/nextInterval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptionsProps","kind":6,"href":"deno_postgres_interop/ConnectionOptionsProps.html"}},{"name":"ConnectionParamsError","qualifiedName":"deno_postgres_interop.ConnectionParamsError","href":"deno_postgres_interop/ConnectionParamsError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionParamsError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ConnectionParamsError","qualifiedName":"deno_postgres_interop.ConnectionParamsError.ConnectionParamsError","href":"deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.ConnectionParamsError.cause","href":"deno_postgres_interop/ConnectionParamsError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.ConnectionParamsError.message","href":"deno_postgres_interop/ConnectionParamsError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.ConnectionParamsError.name","href":"deno_postgres_interop/ConnectionParamsError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"ConnectionProps","qualifiedName":"deno_postgres_interop.ConnectionProps","href":"deno_postgres_interop/ConnectionProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"end","qualifiedName":"deno_postgres_interop.ConnectionProps.end","href":"deno_postgres_interop/ConnectionProps/end.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/end.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"isCarriedOverTLS","qualifiedName":"deno_postgres_interop.ConnectionProps.isCarriedOverTLS","href":"deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/tls.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"isConnected","qualifiedName":"deno_postgres_interop.ConnectionProps.isConnected","href":"deno_postgres_interop/ConnectionProps/isConnected.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/connected.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"queryArray","qualifiedName":"deno_postgres_interop.ConnectionProps.queryArray","href":"deno_postgres_interop/ConnectionProps/queryArray.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/query.\ndeno-postgres@v0.17.0/Connection/query.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"startup","qualifiedName":"deno_postgres_interop.ConnectionProps.startup","href":"deno_postgres_interop/ConnectionProps/startup.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/startup.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"transport","qualifiedName":"deno_postgres_interop.ConnectionProps.transport","href":"deno_postgres_interop/ConnectionProps/transport.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/transport.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"EncodedArg","qualifiedName":"deno_postgres_interop.EncodedArg","href":"deno_postgres_interop/EncodedArg.html","kind":20,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/EncodedArg.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"IsolationLevel","qualifiedName":"deno_postgres_interop.IsolationLevel","href":"deno_postgres_interop/IsolationLevel.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"Transaction Isolation.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"IsolationLevel","qualifiedName":"deno_postgres_interop.IsolationLevel.IsolationLevel","href":"deno_postgres_interop/IsolationLevel/IsolationLevel.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"IsolationLevel","kind":5,"href":"deno_postgres_interop/IsolationLevel.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.IsolationLevel.values","href":"deno_postgres_interop/IsolationLevel/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"IsolationLevel","kind":5,"href":"deno_postgres_interop/IsolationLevel.html"}},{"name":"Notice","qualifiedName":"deno_postgres_interop.Notice","href":"deno_postgres_interop/Notice-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Notice","qualifiedName":"deno_postgres_interop.Notice.Notice","href":"deno_postgres_interop/Notice/Notice.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"code","qualifiedName":"deno_postgres_interop.Notice.code","href":"deno_postgres_interop/Notice/code.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/code.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"column","qualifiedName":"deno_postgres_interop.Notice.column","href":"deno_postgres_interop/Notice/column.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/column.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"constraint","qualifiedName":"deno_postgres_interop.Notice.constraint","href":"deno_postgres_interop/Notice/constraint.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/constraint.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"dataType","qualifiedName":"deno_postgres_interop.Notice.dataType","href":"deno_postgres_interop/Notice/dataType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/dataType.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"detail","qualifiedName":"deno_postgres_interop.Notice.detail","href":"deno_postgres_interop/Notice/detail.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/detail.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"file","qualifiedName":"deno_postgres_interop.Notice.file","href":"deno_postgres_interop/Notice/file.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/file.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"hint","qualifiedName":"deno_postgres_interop.Notice.hint","href":"deno_postgres_interop/Notice/hint.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/hint.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"internalPosition","qualifiedName":"deno_postgres_interop.Notice.internalPosition","href":"deno_postgres_interop/Notice/internalPosition.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/internalPosition.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"internalQuery","qualifiedName":"deno_postgres_interop.Notice.internalQuery","href":"deno_postgres_interop/Notice/internalQuery.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/internalQuery.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"line","qualifiedName":"deno_postgres_interop.Notice.line","href":"deno_postgres_interop/Notice/line.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/line.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.Notice.message","href":"deno_postgres_interop/Notice/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/message.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"position","qualifiedName":"deno_postgres_interop.Notice.position","href":"deno_postgres_interop/Notice/position.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/position.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"routine","qualifiedName":"deno_postgres_interop.Notice.routine","href":"deno_postgres_interop/Notice/routine.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/routine.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"schema","qualifiedName":"deno_postgres_interop.Notice.schema","href":"deno_postgres_interop/Notice/schema.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/schema.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"severity","qualifiedName":"deno_postgres_interop.Notice.severity","href":"deno_postgres_interop/Notice/severity.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/severity.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"table","qualifiedName":"deno_postgres_interop.Notice.table","href":"deno_postgres_interop/Notice/table.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/table.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"where","qualifiedName":"deno_postgres_interop.Notice.where","href":"deno_postgres_interop/Notice/where.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/where.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"PartialConnectionOptions","qualifiedName":"deno_postgres_interop.PartialConnectionOptions","href":"deno_postgres_interop/PartialConnectionOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PartialConnectionOptions","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.PartialConnectionOptions","href":"deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"constructor.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"asMap","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.asMap","href":"deno_postgres_interop/PartialConnectionOptions/asMap.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"used for jsify.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"attempts","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.attempts","href":"deno_postgres_interop/PartialConnectionOptions/attempts.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"PartialConnectionOptions.fromMap","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.fromMap","href":"deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"used for interop.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"interval","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.interval","href":"deno_postgres_interop/PartialConnectionOptions/interval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"nextInterval","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.nextInterval","href":"deno_postgres_interop/PartialConnectionOptions/nextInterval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"PartialTLSOptions","qualifiedName":"deno_postgres_interop.PartialTLSOptions","href":"deno_postgres_interop/PartialTLSOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PartialTLSOptions","qualifiedName":"deno_postgres_interop.PartialTLSOptions.PartialTLSOptions","href":"deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"constructor.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"asMap","qualifiedName":"deno_postgres_interop.PartialTLSOptions.asMap","href":"deno_postgres_interop/PartialTLSOptions/asMap.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"used for jsify.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"caCertificates","qualifiedName":"deno_postgres_interop.PartialTLSOptions.caCertificates","href":"deno_postgres_interop/PartialTLSOptions/caCertificates.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/caCertificates.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"PartialTLSOptions.fromMap","qualifiedName":"deno_postgres_interop.PartialTLSOptions.fromMap","href":"deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"used for interop.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"isEnabled","qualifiedName":"deno_postgres_interop.PartialTLSOptions.isEnabled","href":"deno_postgres_interop/PartialTLSOptions/isEnabled.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enabled.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"isEnforced","qualifiedName":"deno_postgres_interop.PartialTLSOptions.isEnforced","href":"deno_postgres_interop/PartialTLSOptions/isEnforced.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enfroce.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"Pool","qualifiedName":"deno_postgres_interop.Pool","href":"deno_postgres_interop/Pool-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Pool","qualifiedName":"deno_postgres_interop.Pool.Pool","href":"deno_postgres_interop/Pool/Pool.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/constructor.","enclosedBy":{"name":"Pool","kind":3,"href":"deno_postgres_interop/Pool-class.html"}},{"name":"Pool.withOptions","qualifiedName":"deno_postgres_interop.Pool.withOptions","href":"deno_postgres_interop/Pool/Pool.withOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/constructor.","enclosedBy":{"name":"Pool","kind":3,"href":"deno_postgres_interop/Pool-class.html"}},{"name":"Pool.withString","qualifiedName":"deno_postgres_interop.Pool.withString","href":"deno_postgres_interop/Pool/Pool.withString.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/constructor.","enclosedBy":{"name":"Pool","kind":3,"href":"deno_postgres_interop/Pool-class.html"}},{"name":"PoolClient","qualifiedName":"deno_postgres_interop.PoolClient","href":"deno_postgres_interop/PoolClient-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PoolClient.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PoolClient","qualifiedName":"deno_postgres_interop.PoolClient.PoolClient","href":"deno_postgres_interop/PoolClient/PoolClient.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PoolClient/constructor.","enclosedBy":{"name":"PoolClient","kind":3,"href":"deno_postgres_interop/PoolClient-class.html"}},{"name":"release","qualifiedName":"deno_postgres_interop.PoolClient.release","href":"deno_postgres_interop/PoolClient/release.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PoolClient/constructor/release.","enclosedBy":{"name":"PoolClient","kind":3,"href":"deno_postgres_interop/PoolClient-class.html"}},{"name":"PoolProps","qualifiedName":"deno_postgres_interop.PoolProps","href":"deno_postgres_interop/PoolProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"connect","qualifiedName":"deno_postgres_interop.PoolProps.connect","href":"deno_postgres_interop/PoolProps/connect.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/connect.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"connectionsCount","qualifiedName":"deno_postgres_interop.PoolProps.connectionsCount","href":"deno_postgres_interop/PoolProps/connectionsCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/size.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"end","qualifiedName":"deno_postgres_interop.PoolProps.end","href":"deno_postgres_interop/PoolProps/end.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/end.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"initializedConnectionsCount","qualifiedName":"deno_postgres_interop.PoolProps.initializedConnectionsCount","href":"deno_postgres_interop/PoolProps/initializedConnectionsCount.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/initialized.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"openConnectionsCount","qualifiedName":"deno_postgres_interop.PoolProps.openConnectionsCount","href":"deno_postgres_interop/PoolProps/openConnectionsCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/available.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"PostgresError","qualifiedName":"deno_postgres_interop.PostgresError","href":"deno_postgres_interop/PostgresError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PostgresError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PostgresError","qualifiedName":"deno_postgres_interop.PostgresError.PostgresError","href":"deno_postgres_interop/PostgresError/PostgresError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.PostgresError.cause","href":"deno_postgres_interop/PostgresError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"fields","qualifiedName":"deno_postgres_interop.PostgresError.fields","href":"deno_postgres_interop/PostgresError/fields.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PostgresError.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.PostgresError.message","href":"deno_postgres_interop/PostgresError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.PostgresError.name","href":"deno_postgres_interop/PostgresError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"Query","qualifiedName":"deno_postgres_interop.Query","href":"deno_postgres_interop/Query-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"args","qualifiedName":"deno_postgres_interop.Query.args","href":"deno_postgres_interop/Query/args.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"fields","qualifiedName":"deno_postgres_interop.Query.fields","href":"deno_postgres_interop/Query/fields.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"text","qualifiedName":"deno_postgres_interop.Query.text","href":"deno_postgres_interop/Query/text.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"Query.withArgs","qualifiedName":"deno_postgres_interop.Query.withArgs","href":"deno_postgres_interop/Query/Query.withArgs.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/constructor.\ndeno-postgres@v0.17.0/Query/constructor.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"Query.withConfig","qualifiedName":"deno_postgres_interop.Query.withConfig","href":"deno_postgres_interop/Query/Query.withConfig.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/constructor.\ndeno-postgres@v0.17.0/Query/constructor.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"QueryArrayResult","qualifiedName":"deno_postgres_interop.QueryArrayResult","href":"deno_postgres_interop/QueryArrayResult-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryArrayResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryArrayResult","qualifiedName":"deno_postgres_interop.QueryArrayResult.QueryArrayResult","href":"deno_postgres_interop/QueryArrayResult/QueryArrayResult.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryArrayResult","kind":3,"href":"deno_postgres_interop/QueryArrayResult-class.html"}},{"name":"rows","qualifiedName":"deno_postgres_interop.QueryArrayResult.rows","href":"deno_postgres_interop/QueryArrayResult/rows.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryArrayResult/rows.","enclosedBy":{"name":"QueryArrayResult","kind":3,"href":"deno_postgres_interop/QueryArrayResult-class.html"}},{"name":"QueryClient","qualifiedName":"deno_postgres_interop.QueryClient","href":"deno_postgres_interop/QueryClient-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryClient","qualifiedName":"deno_postgres_interop.QueryClient.QueryClient","href":"deno_postgres_interop/QueryClient/QueryClient.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/constructor.","enclosedBy":{"name":"QueryClient","kind":3,"href":"deno_postgres_interop/QueryClient-class.html"}},{"name":"session","qualifiedName":"deno_postgres_interop.QueryClient.session","href":"deno_postgres_interop/QueryClient/session.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/session.","enclosedBy":{"name":"QueryClient","kind":3,"href":"deno_postgres_interop/QueryClient-class.html"}},{"name":"QueryClientProps","qualifiedName":"deno_postgres_interop.QueryClientProps","href":"deno_postgres_interop/QueryClientProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"closeConnection","qualifiedName":"deno_postgres_interop.QueryClientProps.closeConnection","href":"deno_postgres_interop/QueryClientProps/closeConnection.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/closeConnection.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"connect","qualifiedName":"deno_postgres_interop.QueryClientProps.connect","href":"deno_postgres_interop/QueryClientProps/connect.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/connect.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"createTransaction","qualifiedName":"deno_postgres_interop.QueryClientProps.createTransaction","href":"deno_postgres_interop/QueryClientProps/createTransaction.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/createTransaction.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"end","qualifiedName":"deno_postgres_interop.QueryClientProps.end","href":"deno_postgres_interop/QueryClientProps/end.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/end.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"isConnected","qualifiedName":"deno_postgres_interop.QueryClientProps.isConnected","href":"deno_postgres_interop/QueryClientProps/isConnected.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/connected.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryArray","qualifiedName":"deno_postgres_interop.QueryClientProps.queryArray","href":"deno_postgres_interop/QueryClientProps/queryArray.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryArray.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryArrayWithOptions","qualifiedName":"deno_postgres_interop.QueryClientProps.queryArrayWithOptions","href":"deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryArray.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryObject","qualifiedName":"deno_postgres_interop.QueryClientProps.queryObject","href":"deno_postgres_interop/QueryClientProps/queryObject.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryObject.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryObjectWithOptions","qualifiedName":"deno_postgres_interop.QueryClientProps.queryObjectWithOptions","href":"deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryObject.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"resetSessionMetadata","qualifiedName":"deno_postgres_interop.QueryClientProps.resetSessionMetadata","href":"deno_postgres_interop/QueryClientProps/resetSessionMetadata.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/resetSessionMetadata.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"transaction","qualifiedName":"deno_postgres_interop.QueryClientProps.transaction","href":"deno_postgres_interop/QueryClientProps/transaction.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"Convinience wrapper for createTransaction,\nTransactionProps.begin,\nand TransactionProps.commit.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"QueryObjectResult","qualifiedName":"deno_postgres_interop.QueryObjectResult","href":"deno_postgres_interop/QueryObjectResult-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryObjectResult","qualifiedName":"deno_postgres_interop.QueryObjectResult.QueryObjectResult","href":"deno_postgres_interop/QueryObjectResult/QueryObjectResult.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryObjectResult","kind":3,"href":"deno_postgres_interop/QueryObjectResult-class.html"}},{"name":"columns","qualifiedName":"deno_postgres_interop.QueryObjectResult.columns","href":"deno_postgres_interop/QueryObjectResult/columns.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult/columns.","enclosedBy":{"name":"QueryObjectResult","kind":3,"href":"deno_postgres_interop/QueryObjectResult-class.html"}},{"name":"QueryObjectResultProps","qualifiedName":"deno_postgres_interop.QueryObjectResultProps","href":"deno_postgres_interop/QueryObjectResultProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"rows","qualifiedName":"deno_postgres_interop.QueryObjectResultProps.rows","href":"deno_postgres_interop/QueryObjectResultProps/rows.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult/rows.","enclosedBy":{"name":"QueryObjectResultProps","kind":6,"href":"deno_postgres_interop/QueryObjectResultProps.html"}},{"name":"QueryProps","qualifiedName":"deno_postgres_interop.QueryProps","href":"deno_postgres_interop/QueryProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"isCamelCase","qualifiedName":"deno_postgres_interop.QueryProps.isCamelCase","href":"deno_postgres_interop/QueryProps/isCamelCase.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"QueryProps","kind":6,"href":"deno_postgres_interop/QueryProps.html"}},{"name":"resultType","qualifiedName":"deno_postgres_interop.QueryProps.resultType","href":"deno_postgres_interop/QueryProps/resultType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/result_type.","enclosedBy":{"name":"QueryProps","kind":6,"href":"deno_postgres_interop/QueryProps.html"}},{"name":"QueryResult","qualifiedName":"deno_postgres_interop.QueryResult","href":"deno_postgres_interop/QueryResult-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryResult","qualifiedName":"deno_postgres_interop.QueryResult.QueryResult","href":"deno_postgres_interop/QueryResult/QueryResult.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"handleCommandComplete","qualifiedName":"deno_postgres_interop.QueryResult.handleCommandComplete","href":"deno_postgres_interop/QueryResult/handleCommandComplete.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/handleCommandComplete.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"loadColumnDescriptions","qualifiedName":"deno_postgres_interop.QueryResult.loadColumnDescriptions","href":"deno_postgres_interop/QueryResult/loadColumnDescriptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"query","qualifiedName":"deno_postgres_interop.QueryResult.query","href":"deno_postgres_interop/QueryResult/query.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"rowCount","qualifiedName":"deno_postgres_interop.QueryResult.rowCount","href":"deno_postgres_interop/QueryResult/rowCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/rowCount.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"rowDescription","qualifiedName":"deno_postgres_interop.QueryResult.rowDescription","href":"deno_postgres_interop/QueryResult/rowDescription.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/rowDescription.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"warnings","qualifiedName":"deno_postgres_interop.QueryResult.warnings","href":"deno_postgres_interop/QueryResult/warnings.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/warnings.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"QueryResultProps","qualifiedName":"deno_postgres_interop.QueryResultProps","href":"deno_postgres_interop/QueryResultProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"command","qualifiedName":"deno_postgres_interop.QueryResultProps.command","href":"deno_postgres_interop/QueryResultProps/command.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/command.","enclosedBy":{"name":"QueryResultProps","kind":6,"href":"deno_postgres_interop/QueryResultProps.html"}},{"name":"insertRow","qualifiedName":"deno_postgres_interop.QueryResultProps.insertRow","href":"deno_postgres_interop/QueryResultProps/insertRow.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/insertRow.","enclosedBy":{"name":"QueryResultProps","kind":6,"href":"deno_postgres_interop/QueryResultProps.html"}},{"name":"ResultType","qualifiedName":"deno_postgres_interop.ResultType","href":"deno_postgres_interop/ResultType.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ResultType.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ResultType","qualifiedName":"deno_postgres_interop.ResultType.ResultType","href":"deno_postgres_interop/ResultType/ResultType.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ResultType","kind":5,"href":"deno_postgres_interop/ResultType.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.ResultType.values","href":"deno_postgres_interop/ResultType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ResultType","kind":5,"href":"deno_postgres_interop/ResultType.html"}},{"name":"RowDescription","qualifiedName":"deno_postgres_interop.RowDescription","href":"deno_postgres_interop/RowDescription-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/RowDescription.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"RowDescription","qualifiedName":"deno_postgres_interop.RowDescription.RowDescription","href":"deno_postgres_interop/RowDescription/RowDescription.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0","enclosedBy":{"name":"RowDescription","kind":3,"href":"deno_postgres_interop/RowDescription-class.html"}},{"name":"columnCount","qualifiedName":"deno_postgres_interop.RowDescription.columnCount","href":"deno_postgres_interop/RowDescription/columnCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0","enclosedBy":{"name":"RowDescription","kind":3,"href":"deno_postgres_interop/RowDescription-class.html"}},{"name":"columns","qualifiedName":"deno_postgres_interop.RowDescription.columns","href":"deno_postgres_interop/RowDescription/columns.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0","enclosedBy":{"name":"RowDescription","kind":3,"href":"deno_postgres_interop/RowDescription-class.html"}},{"name":"Savepoint","qualifiedName":"deno_postgres_interop.Savepoint","href":"deno_postgres_interop/Savepoint-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Savepoint","qualifiedName":"deno_postgres_interop.Savepoint.Savepoint","href":"deno_postgres_interop/Savepoint/Savepoint.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/constructor.","enclosedBy":{"name":"Savepoint","kind":3,"href":"deno_postgres_interop/Savepoint-class.html"}},{"name":"SavepointProps","qualifiedName":"deno_postgres_interop.SavepointProps","href":"deno_postgres_interop/SavepointProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"instancesCount","qualifiedName":"deno_postgres_interop.SavepointProps.instancesCount","href":"deno_postgres_interop/SavepointProps/instancesCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/instances.","enclosedBy":{"name":"SavepointProps","kind":6,"href":"deno_postgres_interop/SavepointProps.html"}},{"name":"release","qualifiedName":"deno_postgres_interop.SavepointProps.release","href":"deno_postgres_interop/SavepointProps/release.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/instances.","enclosedBy":{"name":"SavepointProps","kind":6,"href":"deno_postgres_interop/SavepointProps.html"}},{"name":"update","qualifiedName":"deno_postgres_interop.SavepointProps.update","href":"deno_postgres_interop/SavepointProps/update.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/instances.","enclosedBy":{"name":"SavepointProps","kind":6,"href":"deno_postgres_interop/SavepointProps.html"}},{"name":"Session","qualifiedName":"deno_postgres_interop.Session","href":"deno_postgres_interop/Session-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Session","qualifiedName":"deno_postgres_interop.Session.Session","href":"deno_postgres_interop/Session/Session.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Session","kind":3,"href":"deno_postgres_interop/Session-class.html"}},{"name":"pid","qualifiedName":"deno_postgres_interop.Session.pid","href":"deno_postgres_interop/Session/pid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/pid","enclosedBy":{"name":"Session","kind":3,"href":"deno_postgres_interop/Session-class.html"}},{"name":"tls","qualifiedName":"deno_postgres_interop.Session.tls","href":"deno_postgres_interop/Session/tls.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/tls","enclosedBy":{"name":"Session","kind":3,"href":"deno_postgres_interop/Session-class.html"}},{"name":"SessionProps","qualifiedName":"deno_postgres_interop.SessionProps","href":"deno_postgres_interop/SessionProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"currentTransacton","qualifiedName":"deno_postgres_interop.SessionProps.currentTransacton","href":"deno_postgres_interop/SessionProps/currentTransacton.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/current_transaction","enclosedBy":{"name":"SessionProps","kind":6,"href":"deno_postgres_interop/SessionProps.html"}},{"name":"transport","qualifiedName":"deno_postgres_interop.SessionProps.transport","href":"deno_postgres_interop/SessionProps/transport.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/transport","enclosedBy":{"name":"SessionProps","kind":6,"href":"deno_postgres_interop/SessionProps.html"}},{"name":"TLSOptions","qualifiedName":"deno_postgres_interop.TLSOptions","href":"deno_postgres_interop/TLSOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"TLSOptions","qualifiedName":"deno_postgres_interop.TLSOptions.TLSOptions","href":"deno_postgres_interop/TLSOptions/TLSOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"TLSOptions","kind":3,"href":"deno_postgres_interop/TLSOptions-class.html"}},{"name":"caCertificates","qualifiedName":"deno_postgres_interop.TLSOptions.caCertificates","href":"deno_postgres_interop/TLSOptions/caCertificates.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/caCertificates.","enclosedBy":{"name":"TLSOptions","kind":3,"href":"deno_postgres_interop/TLSOptions-class.html"}},{"name":"TLSOptionsProps","qualifiedName":"deno_postgres_interop.TLSOptionsProps","href":"deno_postgres_interop/TLSOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"isEnabled","qualifiedName":"deno_postgres_interop.TLSOptionsProps.isEnabled","href":"deno_postgres_interop/TLSOptionsProps/isEnabled.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enabled.","enclosedBy":{"name":"TLSOptionsProps","kind":6,"href":"deno_postgres_interop/TLSOptionsProps.html"}},{"name":"isEnforced","qualifiedName":"deno_postgres_interop.TLSOptionsProps.isEnforced","href":"deno_postgres_interop/TLSOptionsProps/isEnforced.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enforce.","enclosedBy":{"name":"TLSOptionsProps","kind":6,"href":"deno_postgres_interop/TLSOptionsProps.html"}},{"name":"Transaction","qualifiedName":"deno_postgres_interop.Transaction","href":"deno_postgres_interop/Transaction-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Transaction","qualifiedName":"deno_postgres_interop.Transaction.Transaction","href":"deno_postgres_interop/Transaction/Transaction.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/construtor.","enclosedBy":{"name":"Transaction","kind":3,"href":"deno_postgres_interop/Transaction-class.html"}},{"name":"getSavepoint","qualifiedName":"deno_postgres_interop.Transaction.getSavepoint","href":"deno_postgres_interop/Transaction/getSavepoint.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/getSavepoint.","enclosedBy":{"name":"Transaction","kind":3,"href":"deno_postgres_interop/Transaction-class.html"}},{"name":"savepoints","qualifiedName":"deno_postgres_interop.Transaction.savepoints","href":"deno_postgres_interop/Transaction/savepoints.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/savepoints.","enclosedBy":{"name":"Transaction","kind":3,"href":"deno_postgres_interop/Transaction-class.html"}},{"name":"TransactionError","qualifiedName":"deno_postgres_interop.TransactionError","href":"deno_postgres_interop/TransactionError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"TransactionError","qualifiedName":"deno_postgres_interop.TransactionError.TransactionError","href":"deno_postgres_interop/TransactionError/TransactionError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.TransactionError.cause","href":"deno_postgres_interop/TransactionError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.\ndeno-postgres@v0.17.0/TransactionError/constructor.","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.TransactionError.message","href":"deno_postgres_interop/TransactionError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.TransactionError.name","href":"deno_postgres_interop/TransactionError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"TransactionOptions","qualifiedName":"deno_postgres_interop.TransactionOptions","href":"deno_postgres_interop/TransactionOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"TransactionOptions","qualifiedName":"deno_postgres_interop.TransactionOptions.TransactionOptions","href":"deno_postgres_interop/TransactionOptions/TransactionOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/constructor.","enclosedBy":{"name":"TransactionOptions","kind":3,"href":"deno_postgres_interop/TransactionOptions-class.html"}},{"name":"snapshot","qualifiedName":"deno_postgres_interop.TransactionOptions.snapshot","href":"deno_postgres_interop/TransactionOptions/snapshot.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/snapshot.","enclosedBy":{"name":"TransactionOptions","kind":3,"href":"deno_postgres_interop/TransactionOptions-class.html"}},{"name":"TransactionOptionsProps","qualifiedName":"deno_postgres_interop.TransactionOptionsProps","href":"deno_postgres_interop/TransactionOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"isReadOnly","qualifiedName":"deno_postgres_interop.TransactionOptionsProps.isReadOnly","href":"deno_postgres_interop/TransactionOptionsProps/isReadOnly.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/read_only.","enclosedBy":{"name":"TransactionOptionsProps","kind":6,"href":"deno_postgres_interop/TransactionOptionsProps.html"}},{"name":"isolationLevel","qualifiedName":"deno_postgres_interop.TransactionOptionsProps.isolationLevel","href":"deno_postgres_interop/TransactionOptionsProps/isolationLevel.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/isolation_level.","enclosedBy":{"name":"TransactionOptionsProps","kind":6,"href":"deno_postgres_interop/TransactionOptionsProps.html"}},{"name":"TransactionProps","qualifiedName":"deno_postgres_interop.TransactionProps","href":"deno_postgres_interop/TransactionProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"begin","qualifiedName":"deno_postgres_interop.TransactionProps.begin","href":"deno_postgres_interop/TransactionProps/begin.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/begin.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"commit","qualifiedName":"deno_postgres_interop.TransactionProps.commit","href":"deno_postgres_interop/TransactionProps/commit.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/commit.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"createSavepoint","qualifiedName":"deno_postgres_interop.TransactionProps.createSavepoint","href":"deno_postgres_interop/TransactionProps/createSavepoint.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/savepoint.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"getActiveSavepointsNames","qualifiedName":"deno_postgres_interop.TransactionProps.getActiveSavepointsNames","href":"deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/getSavepoints.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"isolationLevel","qualifiedName":"deno_postgres_interop.TransactionProps.isolationLevel","href":"deno_postgres_interop/TransactionProps/isolationLevel.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/isolation_level.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryArray","qualifiedName":"deno_postgres_interop.TransactionProps.queryArray","href":"deno_postgres_interop/TransactionProps/queryArray.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryArray.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryArrayWithOptions","qualifiedName":"deno_postgres_interop.TransactionProps.queryArrayWithOptions","href":"deno_postgres_interop/TransactionProps/queryArrayWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryArray.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryObject","qualifiedName":"deno_postgres_interop.TransactionProps.queryObject","href":"deno_postgres_interop/TransactionProps/queryObject.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryObject.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryObjectWithOptions","qualifiedName":"deno_postgres_interop.TransactionProps.queryObjectWithOptions","href":"deno_postgres_interop/TransactionProps/queryObjectWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryObject.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"rollback","qualifiedName":"deno_postgres_interop.TransactionProps.rollback","href":"deno_postgres_interop/TransactionProps/rollback.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/rollback.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"rollbackByName","qualifiedName":"deno_postgres_interop.TransactionProps.rollbackByName","href":"deno_postgres_interop/TransactionProps/rollbackByName.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/rollback.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"rollbackWithChain","qualifiedName":"deno_postgres_interop.TransactionProps.rollbackWithChain","href":"deno_postgres_interop/TransactionProps/rollbackWithChain.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/rollback.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"snapshot","qualifiedName":"deno_postgres_interop.TransactionProps.snapshot","href":"deno_postgres_interop/TransactionProps/snapshot.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/getSnapshot.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"Transport","qualifiedName":"deno_postgres_interop.Transport","href":"deno_postgres_interop/Transport.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"TCP | SOCKET.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Transport","qualifiedName":"deno_postgres_interop.Transport.Transport","href":"deno_postgres_interop/Transport/Transport.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Transport","kind":5,"href":"deno_postgres_interop/Transport.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.Transport.values","href":"deno_postgres_interop/Transport/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"Transport","kind":5,"href":"deno_postgres_interop/Transport.html"}}] diff --git a/doc/api/search.html b/doc/api/search.html new file mode 100644 index 0000000..3ae95c6 --- /dev/null +++ b/doc/api/search.html @@ -0,0 +1,102 @@ + + + + + + + + + deno_postgres_interop - Dart API docs + + + + + + + + + + + + + + + + + +
      + +
      + menu + +
      deno_postgres_interop
      + +
      + +
      +
      +
      + +
      +
      + + + + + +
      + +
      + + deno_postgres_interop + 0.0.1 + + + +
      + + + + + + + + + + + + diff --git a/doc/api/static-assets/docs.dart.js b/doc/api/static-assets/docs.dart.js new file mode 100644 index 0000000..5adefab --- /dev/null +++ b/doc/api/static-assets/docs.dart.js @@ -0,0 +1,6152 @@ +(function dartProgram(){function copyProperties(a,b){var s=Object.keys(a) +for(var r=0;r=0)return true +if(typeof version=="function"&&version.length==0){var q=version() +if(/^\d+\.\d+\.\d+\.\d+$/.test(q))return true}}catch(p){}return false}() +function inherit(a,b){a.prototype.constructor=a +a.prototype["$i"+a.name]=a +if(b!=null){if(z){Object.setPrototypeOf(a.prototype,b.prototype) +return}var s=Object.create(b.prototype) +copyProperties(a.prototype,s) +a.prototype=s}}function inheritMany(a,b){for(var s=0;s").b(a))return new A.c9(a,b.k("@<0>").G(c).k("c9<1,2>")) +return new A.aX(a,b.k("@<0>").G(c).k("aX<1,2>"))}, +i9(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +aN(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +iF(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +fc(a,b,c){return a}, +iZ(a){var s,r +for(s=$.be.length,r=0;r").G(d).k("bJ<1,2>")) +return new A.ao(a,b,c.k("@<0>").G(d).k("ao<1,2>"))}, +iv(){return new A.bq("No element")}, +l8(){return new A.bq("Too many elements")}, +aO:function aO(){}, +cS:function cS(a,b){this.a=a +this.$ti=b}, +aX:function aX(a,b){this.a=a +this.$ti=b}, +c9:function c9(a,b){this.a=a +this.$ti=b}, +c6:function c6(){}, +ak:function ak(a,b){this.a=a +this.$ti=b}, +bR:function bR(a){this.a=a}, +cV:function cV(a){this.a=a}, +fT:function fT(){}, +f:function f(){}, +a7:function a7(){}, +bT:function bT(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +ao:function ao(a,b,c){this.a=a +this.b=b +this.$ti=c}, +bJ:function bJ(a,b,c){this.a=a +this.b=b +this.$ti=c}, +bV:function bV(a,b){this.a=null +this.b=a +this.c=b}, +ap:function ap(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ax:function ax(a,b,c){this.a=a +this.b=b +this.$ti=c}, +e2:function e2(a,b){this.a=a +this.b=b}, +bM:function bM(){}, +dY:function dY(){}, +bs:function bs(){}, +cy:function cy(){}, +kY(){throw A.b(A.r("Cannot modify unmodifiable Map"))}, +km(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +kg(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.G.b(a)}, +p(a){var s +if(typeof a=="string")return a +if(typeof a=="number"){if(a!==0)return""+a}else if(!0===a)return"true" +else if(!1===a)return"false" +else if(a==null)return"null" +s=J.aD(a) +return s}, +dD(a){var s,r=$.jn +if(r==null)r=$.jn=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +jo(a,b){var s,r,q,p,o,n=null,m=/^\s*[+-]?((0x[a-f0-9]+)|(\d+)|([a-z0-9]+))\s*$/i.exec(a) +if(m==null)return n +s=m[3] +if(b==null){if(s!=null)return parseInt(a,10) +if(m[2]!=null)return parseInt(a,16) +return n}if(b<2||b>36)throw A.b(A.V(b,2,36,"radix",n)) +if(b===10&&s!=null)return parseInt(a,10) +if(b<10||s==null){r=b<=10?47+b:86+b +q=m[1] +for(p=q.length,o=0;or)return n}return parseInt(a,b)}, +fR(a){return A.lj(a)}, +lj(a){var s,r,q,p +if(a instanceof A.t)return A.T(A.bC(a),null) +s=J.bd(a) +if(s===B.M||s===B.O||t.o.b(a)){r=B.p(a) +if(r!=="Object"&&r!=="")return r +q=a.constructor +if(typeof q=="function"){p=q.name +if(typeof p=="string"&&p!=="Object"&&p!=="")return p}}return A.T(A.bC(a),null)}, +jp(a){if(a==null||typeof a=="number"||A.i2(a))return J.aD(a) +if(typeof a=="string")return JSON.stringify(a) +if(a instanceof A.aG)return a.j(0) +if(a instanceof A.ci)return a.bc(!0) +return"Instance of '"+A.fR(a)+"'"}, +lk(a,b,c){var s,r,q,p +if(c<=500&&b===0&&c===a.length)return String.fromCharCode.apply(null,a) +for(s=b,r="";s>>0,s&1023|56320)}}throw A.b(A.V(a,0,1114111,null,null))}, +iX(a,b){var s,r="index" +if(!A.k2(b))return new A.Z(!0,b,r,null) +s=J.aV(a) +if(b<0||b>=s)return A.E(b,s,a,r) +return A.ll(b,r)}, +mZ(a,b,c){if(a>c)return A.V(a,0,c,"start",null) +if(b!=null)if(bc)return A.V(b,a,c,"end",null) +return new A.Z(!0,b,"end",null)}, +mT(a){return new A.Z(!0,a,null,null)}, +b(a){return A.kf(new Error(),a)}, +kf(a,b){var s +if(b==null)b=new A.av() +a.dartException=b +s=A.nq +if("defineProperty" in Object){Object.defineProperty(a,"message",{get:s}) +a.name=""}else a.toString=s +return a}, +nq(){return J.aD(this.dartException)}, +ff(a){throw A.b(a)}, +kl(a,b){throw A.kf(b,a)}, +cE(a){throw A.b(A.aY(a))}, +aw(a){var s,r,q,p,o,n +a=A.nk(a.replace(String({}),"$receiver$")) +s=a.match(/\\\$[a-zA-Z]+\\\$/g) +if(s==null)s=A.n([],t.s) +r=s.indexOf("\\$arguments\\$") +q=s.indexOf("\\$argumentsExpr\\$") +p=s.indexOf("\\$expr\\$") +o=s.indexOf("\\$method\\$") +n=s.indexOf("\\$receiver\\$") +return new A.fV(a.replace(new RegExp("\\\\\\$arguments\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$argumentsExpr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$expr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$method\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$receiver\\\\\\$","g"),"((?:x|[^x])*)"),r,q,p,o,n)}, +fW(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +jv(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +iz(a,b){var s=b==null,r=s?null:b.method +return new A.de(a,r,s?null:b.receiver)}, +ai(a){if(a==null)return new A.fQ(a) +if(a instanceof A.bL)return A.aU(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.aU(a,a.dartException) +return A.mQ(a)}, +aU(a,b){if(t.U.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +mQ(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null +if(!("message" in a))return a +s=a.message +if("number" in a&&typeof a.number=="number"){r=a.number +q=r&65535 +if((B.d.ae(r,16)&8191)===10)switch(q){case 438:return A.aU(a,A.iz(A.p(s)+" (Error "+q+")",e)) +case 445:case 5007:p=A.p(s) +return A.aU(a,new A.c2(p+" (Error "+q+")",e))}}if(a instanceof TypeError){o=$.kp() +n=$.kq() +m=$.kr() +l=$.ks() +k=$.kv() +j=$.kw() +i=$.ku() +$.kt() +h=$.ky() +g=$.kx() +f=o.J(s) +if(f!=null)return A.aU(a,A.iz(s,f)) +else{f=n.J(s) +if(f!=null){f.method="call" +return A.aU(a,A.iz(s,f))}else{f=m.J(s) +if(f==null){f=l.J(s) +if(f==null){f=k.J(s) +if(f==null){f=j.J(s) +if(f==null){f=i.J(s) +if(f==null){f=l.J(s) +if(f==null){f=h.J(s) +if(f==null){f=g.J(s) +p=f!=null}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0 +if(p)return A.aU(a,new A.c2(s,f==null?e:f.method))}}return A.aU(a,new A.dX(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.c4() +s=function(b){try{return String(b)}catch(d){}return null}(a) +return A.aU(a,new A.Z(!1,e,e,typeof s=="string"?s.replace(/^RangeError:\s*/,""):s))}if(typeof InternalError=="function"&&a instanceof InternalError)if(typeof s=="string"&&s==="too much recursion")return new A.c4() +return a}, +aT(a){var s +if(a instanceof A.bL)return a.b +if(a==null)return new A.cn(a) +s=a.$cachedTrace +if(s!=null)return s +return a.$cachedTrace=new A.cn(a)}, +kh(a){if(a==null)return J.aj(a) +if(typeof a=="object")return A.dD(a) +return J.aj(a)}, +n0(a,b){var s,r,q,p=a.length +for(s=0;s=0}, +nk(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +k9(a){return a}, +nn(a,b,c,d){var s,r,q,p=new A.h7(b,a,0),o=t.F,n=0,m="" +for(;p.n();){s=p.d +if(s==null)s=o.a(s) +r=s.b +q=r.index +m=m+A.p(A.k9(B.a.m(a,n,q)))+A.p(c.$1(s)) +n=q+r[0].length}p=m+A.p(A.k9(B.a.M(a,n))) +return p.charCodeAt(0)==0?p:p}, +eF:function eF(a,b){this.a=a +this.b=b}, +bF:function bF(){}, +bG:function bG(a,b,c){this.a=a +this.b=b +this.$ti=c}, +fV:function fV(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +c2:function c2(a,b){this.a=a +this.b=b}, +de:function de(a,b,c){this.a=a +this.b=b +this.c=c}, +dX:function dX(a){this.a=a}, +fQ:function fQ(a){this.a=a}, +bL:function bL(a,b){this.a=a +this.b=b}, +cn:function cn(a){this.a=a +this.b=null}, +aG:function aG(){}, +cT:function cT(){}, +cU:function cU(){}, +dP:function dP(){}, +dK:function dK(){}, +bh:function bh(a,b){this.a=a +this.b=b}, +e9:function e9(a){this.a=a}, +dF:function dF(a){this.a=a}, +b2:function b2(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +fF:function fF(a){this.a=a}, +fI:function fI(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +an:function an(a,b){this.a=a +this.$ti=b}, +dg:function dg(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +ia:function ia(a){this.a=a}, +ib:function ib(a){this.a=a}, +ic:function ic(a){this.a=a}, +ci:function ci(){}, +eE:function eE(){}, +fD:function fD(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +et:function et(a){this.b=a}, +h7:function h7(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +mk(a){return a}, +li(a){return new Int8Array(a)}, +aA(a,b,c){if(a>>>0!==a||a>=c)throw A.b(A.iX(b,a))}, +mh(a,b,c){var s +if(!(a>>>0!==a))s=b>>>0!==b||a>b||b>c +else s=!0 +if(s)throw A.b(A.mZ(a,b,c)) +return b}, +dn:function dn(){}, +bY:function bY(){}, +dp:function dp(){}, +bo:function bo(){}, +bW:function bW(){}, +bX:function bX(){}, +dq:function dq(){}, +dr:function dr(){}, +ds:function ds(){}, +dt:function dt(){}, +du:function du(){}, +dv:function dv(){}, +dw:function dw(){}, +bZ:function bZ(){}, +c_:function c_(){}, +ce:function ce(){}, +cf:function cf(){}, +cg:function cg(){}, +ch:function ch(){}, +jr(a,b){var s=b.c +return s==null?b.c=A.iK(a,b.y,!0):s}, +iE(a,b){var s=b.c +return s==null?b.c=A.cs(a,"aI",[b.y]):s}, +js(a){var s=a.x +if(s===6||s===7||s===8)return A.js(a.y) +return s===12||s===13}, +lm(a){return a.at}, +fd(a){return A.eZ(v.typeUniverse,a,!1)}, +aR(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.x +switch(c){case 5:case 1:case 2:case 3:case 4:return b +case 6:s=b.y +r=A.aR(a,s,a0,a1) +if(r===s)return b +return A.jN(a,r,!0) +case 7:s=b.y +r=A.aR(a,s,a0,a1) +if(r===s)return b +return A.iK(a,r,!0) +case 8:s=b.y +r=A.aR(a,s,a0,a1) +if(r===s)return b +return A.jM(a,r,!0) +case 9:q=b.z +p=A.cB(a,q,a0,a1) +if(p===q)return b +return A.cs(a,b.y,p) +case 10:o=b.y +n=A.aR(a,o,a0,a1) +m=b.z +l=A.cB(a,m,a0,a1) +if(n===o&&l===m)return b +return A.iI(a,n,l) +case 12:k=b.y +j=A.aR(a,k,a0,a1) +i=b.z +h=A.mN(a,i,a0,a1) +if(j===k&&h===i)return b +return A.jL(a,j,h) +case 13:g=b.z +a1+=g.length +f=A.cB(a,g,a0,a1) +o=b.y +n=A.aR(a,o,a0,a1) +if(f===g&&n===o)return b +return A.iJ(a,n,f,!0) +case 14:e=b.y +if(e") +for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, +k0(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=", " +if(a5!=null){s=a5.length +if(a4==null){a4=A.n([],t.s) +r=null}else r=a4.length +q=a4.length +for(p=s;p>0;--p)a4.push("T"+(q+p)) +for(o=t.X,n=t._,m="<",l="",p=0;p0){a0+=a1+"[" +for(a1="",p=0;p0){a0+=a1+"{" +for(a1="",p=0;p "+a}, +T(a,b){var s,r,q,p,o,n,m=a.x +if(m===5)return"erased" +if(m===2)return"dynamic" +if(m===3)return"void" +if(m===1)return"Never" +if(m===4)return"any" +if(m===6){s=A.T(a.y,b) +return s}if(m===7){r=a.y +s=A.T(r,b) +q=r.x +return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.T(a.y,b)+">" +if(m===9){p=A.mP(a.y) +o=a.z +return o.length>0?p+("<"+A.k6(o,b)+">"):p}if(m===11)return A.mI(a,b) +if(m===12)return A.k0(a,b,null) +if(m===13)return A.k0(a.y,b,a.z) +if(m===14){n=a.y +return b[b.length-1-n]}return"?"}, +mP(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +lU(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +lT(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.eZ(a,b,!1) +else if(typeof m=="number"){s=m +r=A.ct(a,5,"#") +q=A.hQ(s) +for(p=0;p0)p+="<"+A.cr(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.W(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.az(a,r) +a.eC.set(p,q) +return q}, +iI(a,b,c){var s,r,q,p,o,n +if(b.x===10){s=b.y +r=b.z.concat(c)}else{r=c +s=b}q=s.at+(";<"+A.cr(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.W(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.az(a,o) +a.eC.set(q,n) +return n}, +lQ(a,b,c){var s,r,q="+"+(b+"("+A.cr(c)+")"),p=a.eC.get(q) +if(p!=null)return p +s=new A.W(null,null) +s.x=11 +s.y=b +s.z=c +s.at=q +r=A.az(a,s) +a.eC.set(q,r) +return r}, +jL(a,b,c){var s,r,q,p,o,n=b.at,m=c.a,l=m.length,k=c.b,j=k.length,i=c.c,h=i.length,g="("+A.cr(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.cr(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.lK(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.W(null,null) +p.x=12 +p.y=b +p.z=c +p.at=r +o=A.az(a,p) +a.eC.set(r,o) +return o}, +iJ(a,b,c,d){var s,r=b.at+("<"+A.cr(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.lM(a,b,c,r,d) +a.eC.set(r,s) +return s}, +lM(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=A.hQ(s) +for(q=0,p=0;p0){n=A.aR(a,b,r,0) +m=A.cB(a,c,r,0) +return A.iJ(a,n,m,c!==m)}}l=new A.W(null,null) +l.x=13 +l.y=b +l.z=c +l.at=d +return A.az(a,l)}, +jG(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +jI(a){var s,r,q,p,o,n,m,l=a.r,k=a.s +for(s=l.length,r=0;r=48&&q<=57)r=A.lD(r+1,q,l,k) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.jH(a,r,l,k,!1) +else if(q===46)r=A.jH(a,r,l,k,!0) +else{++r +switch(q){case 44:break +case 58:k.push(!1) +break +case 33:k.push(!0) +break +case 59:k.push(A.aQ(a.u,a.e,k.pop())) +break +case 94:k.push(A.lP(a.u,k.pop())) +break +case 35:k.push(A.ct(a.u,5,"#")) +break +case 64:k.push(A.ct(a.u,2,"@")) +break +case 126:k.push(A.ct(a.u,3,"~")) +break +case 60:k.push(a.p) +a.p=k.length +break +case 62:A.lF(a,k) +break +case 38:A.lE(a,k) +break +case 42:p=a.u +k.push(A.jN(p,A.aQ(p,a.e,k.pop()),a.n)) +break +case 63:p=a.u +k.push(A.iK(p,A.aQ(p,a.e,k.pop()),a.n)) +break +case 47:p=a.u +k.push(A.jM(p,A.aQ(p,a.e,k.pop()),a.n)) +break +case 40:k.push(-3) +k.push(a.p) +a.p=k.length +break +case 41:A.lC(a,k) +break +case 91:k.push(a.p) +a.p=k.length +break +case 93:o=k.splice(a.p) +A.jJ(a.u,a.e,o) +a.p=k.pop() +k.push(o) +k.push(-1) +break +case 123:k.push(a.p) +a.p=k.length +break +case 125:o=k.splice(a.p) +A.lH(a.u,a.e,o) +a.p=k.pop() +k.push(o) +k.push(-2) +break +case 43:n=l.indexOf("(",r) +k.push(l.substring(r,n)) +k.push(-4) +k.push(a.p) +a.p=k.length +r=n+1 +break +default:throw"Bad character "+q}}}m=k.pop() +return A.aQ(a.u,a.e,m)}, +lD(a,b,c,d){var s,r,q=b-48 +for(s=c.length;a=48&&r<=57))break +q=q*10+(r-48)}d.push(q) +return a}, +jH(a,b,c,d,e){var s,r,q,p,o,n,m=b+1 +for(s=c.length;m>>0)-97&65535)<26||r===95||r===36||r===124))q=r>=48&&r<=57 +else q=!0 +if(!q)break}}p=c.substring(b,m) +if(e){s=a.u +o=a.e +if(o.x===10)o=o.y +n=A.lU(s,o.y)[p] +if(n==null)A.ff('No "'+p+'" in "'+A.lm(o)+'"') +d.push(A.cu(s,o,n))}else d.push(p) +return m}, +lF(a,b){var s,r=a.u,q=A.jF(a,b),p=b.pop() +if(typeof p=="string")b.push(A.cs(r,p,q)) +else{s=A.aQ(r,a.e,p) +switch(s.x){case 12:b.push(A.iJ(r,s,q,a.n)) +break +default:b.push(A.iI(r,s,q)) +break}}}, +lC(a,b){var s,r,q,p,o,n=null,m=a.u,l=b.pop() +if(typeof l=="number")switch(l){case-1:s=b.pop() +r=n +break +case-2:r=b.pop() +s=n +break +default:b.push(l) +r=n +s=r +break}else{b.push(l) +r=n +s=r}q=A.jF(a,b) +l=b.pop() +switch(l){case-3:l=b.pop() +if(s==null)s=m.sEA +if(r==null)r=m.sEA +p=A.aQ(m,a.e,l) +o=new A.ek() +o.a=q +o.b=s +o.c=r +b.push(A.jL(m,p,o)) +return +case-4:b.push(A.lQ(m,b.pop(),q)) +return +default:throw A.b(A.cM("Unexpected state under `()`: "+A.p(l)))}}, +lE(a,b){var s=b.pop() +if(0===s){b.push(A.ct(a.u,1,"0&")) +return}if(1===s){b.push(A.ct(a.u,4,"1&")) +return}throw A.b(A.cM("Unexpected extended operation "+A.p(s)))}, +jF(a,b){var s=b.splice(a.p) +A.jJ(a.u,a.e,s) +a.p=b.pop() +return s}, +aQ(a,b,c){if(typeof c=="string")return A.cs(a,c,a.sEA) +else if(typeof c=="number"){b.toString +return A.lG(a,b,c)}else return c}, +jJ(a,b,c){var s,r=c.length +for(s=0;sn)return!1 +m=n-o +l=s.b +k=r.b +j=l.length +i=k.length +if(o+j=d)return!1 +a1=f[b] +b+=3 +if(a00?new Array(q):v.typeUniverse.sEA +for(o=0;o0?new Array(a):v.typeUniverse.sEA}, +W:function W(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +ek:function ek(){this.c=this.b=this.a=null}, +hL:function hL(a){this.a=a}, +eg:function eg(){}, +cq:function cq(a){this.a=a}, +lt(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.mU() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.bb(new A.h9(q),1)).observe(s,{childList:true}) +return new A.h8(q,s,r)}else if(self.setImmediate!=null)return A.mV() +return A.mW()}, +lu(a){self.scheduleImmediate(A.bb(new A.ha(a),0))}, +lv(a){self.setImmediate(A.bb(new A.hb(a),0))}, +lw(a){A.lI(0,a)}, +lI(a,b){var s=new A.hJ() +s.bP(a,b) +return s}, +mE(a){return new A.e3(new A.I($.C,a.k("I<0>")),a.k("e3<0>"))}, +mf(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +mc(a,b){A.mg(a,b)}, +me(a,b){b.ai(0,a)}, +md(a,b){b.ak(A.ai(a),A.aT(a))}, +mg(a,b){var s,r,q=new A.hT(b),p=new A.hU(b) +if(a instanceof A.I)a.ba(q,p,t.z) +else{s=t.z +if(a instanceof A.I)a.aV(q,p,s) +else{r=new A.I($.C,t.aY) +r.a=8 +r.c=a +r.ba(q,p,s)}}}, +mR(a){var s=function(b,c){return function(d,e){while(true)try{b(d,e) +break}catch(r){e=r +d=c}}}(a,1) +return $.C.bw(new A.i6(s))}, +fi(a,b){var s=A.fc(a,"error",t.K) +return new A.cN(s,b==null?A.j5(a):b)}, +j5(a){var s +if(t.U.b(a)){s=a.gaa() +if(s!=null)return s}return B.J}, +jD(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.aI() +b.ab(a) +A.ca(b,r)}else{r=b.c +b.b8(a) +a.aH(r)}}, +ly(a,b){var s,r,q={},p=q.a=a +for(;s=p.a,(s&4)!==0;){p=p.c +q.a=p}if((s&24)===0){r=b.c +b.b8(p) +q.a.aH(r) +return}if((s&16)===0&&b.c==null){b.ab(p) +return}b.a^=2 +A.ba(null,null,b.b,new A.hk(q,b))}, +ca(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g={},f=g.a=a +for(;!0;){s={} +r=f.a +q=(r&16)===0 +p=!q +if(b==null){if(p&&(r&1)===0){f=f.c +A.i3(f.a,f.b)}return}s.a=b +o=b.a +for(f=b;o!=null;f=o,o=n){f.a=null +A.ca(g.a,f) +s.a=o +n=o.a}r=g.a +m=r.c +s.b=p +s.c=m +if(q){l=f.c +l=(l&1)!==0||(l&15)===8}else l=!0 +if(l){k=f.b.b +if(p){r=r.b===k +r=!(r||r)}else r=!1 +if(r){A.i3(m.a,m.b) +return}j=$.C +if(j!==k)$.C=k +else j=null +f=f.c +if((f&15)===8)new A.hr(s,g,p).$0() +else if(q){if((f&1)!==0)new A.hq(s,m).$0()}else if((f&2)!==0)new A.hp(g,s).$0() +if(j!=null)$.C=j +f=s.c +if(f instanceof A.I){r=s.a.$ti +r=r.k("aI<2>").b(f)||!r.z[1].b(f)}else r=!1 +if(r){i=s.a.b +if((f.a&24)!==0){h=i.c +i.c=null +b=i.ad(h) +i.a=f.a&30|i.a&1 +i.c=f.c +g.a=f +continue}else A.jD(f,i) +return}}i=s.a.b +h=i.c +i.c=null +b=i.ad(h) +f=s.b +r=s.c +if(!f){i.a=8 +i.c=r}else{i.a=i.a&1|16 +i.c=r}g.a=i +f=i}}, +mJ(a,b){if(t.C.b(a))return b.bw(a) +if(t.w.b(a))return a +throw A.b(A.is(a,"onError",u.c))}, +mG(){var s,r +for(s=$.bA;s!=null;s=$.bA){$.cA=null +r=s.b +$.bA=r +if(r==null)$.cz=null +s.a.$0()}}, +mM(){$.iT=!0 +try{A.mG()}finally{$.cA=null +$.iT=!1 +if($.bA!=null)$.j1().$1(A.kb())}}, +k8(a){var s=new A.e4(a),r=$.cz +if(r==null){$.bA=$.cz=s +if(!$.iT)$.j1().$1(A.kb())}else $.cz=r.b=s}, +mL(a){var s,r,q,p=$.bA +if(p==null){A.k8(a) +$.cA=$.cz +return}s=new A.e4(a) +r=$.cA +if(r==null){s.b=p +$.bA=$.cA=s}else{q=r.b +s.b=q +$.cA=r.b=s +if(q==null)$.cz=s}}, +nl(a){var s,r=null,q=$.C +if(B.c===q){A.ba(r,r,B.c,a) +return}s=!1 +if(s){A.ba(r,r,q,a) +return}A.ba(r,r,q,q.bh(a))}, +nW(a){A.fc(a,"stream",t.K) +return new A.eM()}, +i3(a,b){A.mL(new A.i4(a,b))}, +k4(a,b,c,d){var s,r=$.C +if(r===c)return d.$0() +$.C=c +s=r +try{r=d.$0() +return r}finally{$.C=s}}, +k5(a,b,c,d,e){var s,r=$.C +if(r===c)return d.$1(e) +$.C=c +s=r +try{r=d.$1(e) +return r}finally{$.C=s}}, +mK(a,b,c,d,e,f){var s,r=$.C +if(r===c)return d.$2(e,f) +$.C=c +s=r +try{r=d.$2(e,f) +return r}finally{$.C=s}}, +ba(a,b,c,d){if(B.c!==c)d=c.bh(d) +A.k8(d)}, +h9:function h9(a){this.a=a}, +h8:function h8(a,b,c){this.a=a +this.b=b +this.c=c}, +ha:function ha(a){this.a=a}, +hb:function hb(a){this.a=a}, +hJ:function hJ(){}, +hK:function hK(a,b){this.a=a +this.b=b}, +e3:function e3(a,b){this.a=a +this.b=!1 +this.$ti=b}, +hT:function hT(a){this.a=a}, +hU:function hU(a){this.a=a}, +i6:function i6(a){this.a=a}, +cN:function cN(a,b){this.a=a +this.b=b}, +c7:function c7(){}, +b8:function b8(a,b){this.a=a +this.$ti=b}, +bv:function bv(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +I:function I(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +hh:function hh(a,b){this.a=a +this.b=b}, +ho:function ho(a,b){this.a=a +this.b=b}, +hl:function hl(a){this.a=a}, +hm:function hm(a){this.a=a}, +hn:function hn(a,b,c){this.a=a +this.b=b +this.c=c}, +hk:function hk(a,b){this.a=a +this.b=b}, +hj:function hj(a,b){this.a=a +this.b=b}, +hi:function hi(a,b,c){this.a=a +this.b=b +this.c=c}, +hr:function hr(a,b,c){this.a=a +this.b=b +this.c=c}, +hs:function hs(a){this.a=a}, +hq:function hq(a,b){this.a=a +this.b=b}, +hp:function hp(a,b){this.a=a +this.b=b}, +e4:function e4(a){this.a=a +this.b=null}, +eM:function eM(){}, +hS:function hS(){}, +i4:function i4(a,b){this.a=a +this.b=b}, +hw:function hw(){}, +hx:function hx(a,b){this.a=a +this.b=b}, +hy:function hy(a,b,c){this.a=a +this.b=b +this.c=c}, +ji(a,b,c){return A.n0(a,new A.b2(b.k("@<0>").G(c).k("b2<1,2>")))}, +dh(a,b){return new A.b2(a.k("@<0>").G(b).k("b2<1,2>"))}, +bS(a){return new A.cb(a.k("cb<0>"))}, +iG(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +lB(a,b){var s=new A.cc(a,b) +s.c=a.e +return s}, +jj(a,b){var s,r,q=A.bS(b) +for(s=a.length,r=0;r=0)return null +return r}return null}, +ls(a,b,c,d){var s=a?$.kA():$.kz() +if(s==null)return null +if(0===c&&d===b.length)return A.jA(s,b) +return A.jA(s,b.subarray(c,A.b3(c,d,b.length)))}, +jA(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +j6(a,b,c,d,e,f){if(B.d.aq(f,4)!==0)throw A.b(A.N("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.b(A.N("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.b(A.N("Invalid base64 padding, more than two '=' characters",a,b))}, +m8(a){switch(a){case 65:return"Missing extension byte" +case 67:return"Unexpected extension byte" +case 69:return"Invalid UTF-8 byte" +case 71:return"Overlong encoding" +case 73:return"Out of unicode range" +case 75:return"Encoded surrogate" +case 77:return"Unfinished UTF-8 octet sequence" +default:return""}}, +m7(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) +for(s=J.cC(a),r=0;r>>0!==0?255:q}return o}, +ep:function ep(a,b){this.a=a +this.b=b +this.c=null}, +eq:function eq(a){this.a=a}, +h5:function h5(){}, +h4:function h4(){}, +fk:function fk(){}, +fl:function fl(){}, +cW:function cW(){}, +cY:function cY(){}, +fq:function fq(){}, +fw:function fw(){}, +fv:function fv(){}, +fG:function fG(){}, +fH:function fH(a){this.a=a}, +h2:function h2(){}, +h6:function h6(){}, +hP:function hP(a){this.b=0 +this.c=a}, +h3:function h3(a){this.a=a}, +hO:function hO(a){this.a=a +this.b=16 +this.c=0}, +ik(a,b){var s=A.jo(a,b) +if(s!=null)return s +throw A.b(A.N(a,null,null))}, +l_(a,b){a=A.b(a) +a.stack=b.j(0) +throw a +throw A.b("unreachable")}, +jk(a,b,c,d){var s,r=c?J.lb(a,d):J.la(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.a2(a);s.n();)r.push(s.gq(s)) +if(b)return r +return J.ix(r)}, +jm(a,b,c){var s=A.lg(a,c) +return s}, +lg(a,b){var s,r +if(Array.isArray(a))return A.n(a.slice(0),b.k("A<0>")) +s=A.n([],b.k("A<0>")) +for(r=J.a2(a);r.n();)s.push(r.gq(r)) +return s}, +ju(a,b,c){var s=A.lk(a,b,A.b3(b,c,a.length)) +return s}, +iD(a,b){return new A.fD(a,A.jh(a,!1,b,!1,!1,!1))}, +jt(a,b,c){var s=J.a2(b) +if(!s.n())return a +if(c.length===0){do a+=A.p(s.gq(s)) +while(s.n())}else{a+=A.p(s.gq(s)) +for(;s.n();)a=a+c+A.p(s.gq(s))}return a}, +jV(a,b,c,d){var s,r,q,p,o,n="0123456789ABCDEF" +if(c===B.h){s=$.kD() +s=s.b.test(b)}else s=!1 +if(s)return b +r=B.I.X(b) +for(s=r.length,q=0,p="";q>>4]&1<<(o&15))!==0)p+=A.ar(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +fr(a){if(typeof a=="number"||A.i2(a)||a==null)return J.aD(a) +if(typeof a=="string")return JSON.stringify(a) +return A.jp(a)}, +l0(a,b){A.fc(a,"error",t.K) +A.fc(b,"stackTrace",t.l) +A.l_(a,b)}, +cM(a){return new A.cL(a)}, +aE(a,b){return new A.Z(!1,null,b,a)}, +is(a,b,c){return new A.Z(!0,a,b,c)}, +ll(a,b){return new A.c3(null,null,!0,a,b,"Value not in range")}, +V(a,b,c,d,e){return new A.c3(b,c,!0,a,d,"Invalid value")}, +b3(a,b,c){if(0>a||a>c)throw A.b(A.V(a,0,c,"start",null)) +if(b!=null){if(a>b||b>c)throw A.b(A.V(b,a,c,"end",null)) +return b}return c}, +jq(a,b){if(a<0)throw A.b(A.V(a,0,null,b,null)) +return a}, +E(a,b,c,d){return new A.db(b,!0,a,d,"Index out of range")}, +r(a){return new A.dZ(a)}, +jw(a){return new A.dW(a)}, +dJ(a){return new A.bq(a)}, +aY(a){return new A.cX(a)}, +N(a,b,c){return new A.fu(a,b,c)}, +l9(a,b,c){var s,r +if(A.iZ(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.n([],t.s) +$.be.push(a) +try{A.mD(a,s)}finally{$.be.pop()}r=A.jt(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +iw(a,b,c){var s,r +if(A.iZ(a))return b+"..."+c +s=new A.O(b) +$.be.push(a) +try{r=s +r.a=A.jt(r.a,a,", ")}finally{$.be.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +mD(a,b){var s,r,q,p,o,n,m,l=a.gv(a),k=0,j=0 +while(!0){if(!(k<80||j<3))break +if(!l.n())return +s=A.p(l.gq(l)) +b.push(s) +k+=s.length+2;++j}if(!l.n()){if(j<=5)return +r=b.pop() +q=b.pop()}else{p=l.gq(l);++j +if(!l.n()){if(j<=4){b.push(A.p(p)) +return}r=A.p(p) +q=b.pop() +k+=r.length+2}else{o=l.gq(l);++j +for(;l.n();p=o,o=n){n=l.gq(l);++j +if(j>100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=A.p(p) +r=A.p(o) +k+=r.length+q.length+4}}if(j>b.length+2){k+=5 +m="..."}else m=null +while(!0){if(!(k>80&&b.length>3))break +k-=b.pop().length+2 +if(m==null){k+=5 +m="..."}}if(m!=null)b.push(m) +b.push(q) +b.push(r)}, +iB(a,b,c,d){var s +if(B.k===c){s=B.e.gt(a) +b=J.aj(b) +return A.iF(A.aN(A.aN($.iq(),s),b))}if(B.k===d){s=B.e.gt(a) +b=J.aj(b) +c=J.aj(c) +return A.iF(A.aN(A.aN(A.aN($.iq(),s),b),c))}s=B.e.gt(a) +b=J.aj(b) +c=J.aj(c) +d=J.aj(d) +d=A.iF(A.aN(A.aN(A.aN(A.aN($.iq(),s),b),c),d)) +return d}, +fZ(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=null,a4=a5.length +if(a4>=5){s=((a5.charCodeAt(4)^58)*3|a5.charCodeAt(0)^100|a5.charCodeAt(1)^97|a5.charCodeAt(2)^116|a5.charCodeAt(3)^97)>>>0 +if(s===0)return A.jx(a4=14)r[7]=a4 +q=r[1] +if(q>=0)if(A.k7(a5,0,q,20,r)===20)r[7]=q +p=r[2]+1 +o=r[3] +n=r[4] +m=r[5] +l=r[6] +if(lq+3){j=a3 +k=!1}else{i=o>0 +if(i&&o+1===n){j=a3 +k=!1}else{if(!B.a.F(a5,"\\",n))if(p>0)h=B.a.F(a5,"\\",p-1)||B.a.F(a5,"\\",p-2) +else h=!1 +else h=!0 +if(h){j=a3 +k=!1}else{if(!(mn+2&&B.a.F(a5,"/..",m-3) +else h=!0 +if(h){j=a3 +k=!1}else{if(q===4)if(B.a.F(a5,"file",0)){if(p<=0){if(!B.a.F(a5,"/",n)){g="file:///" +s=3}else{g="file://" +s=2}a5=g+B.a.m(a5,n,a4) +q-=0 +i=s-0 +m+=i +l+=i +a4=a5.length +p=7 +o=7 +n=7}else if(n===m){++l +f=m+1 +a5=B.a.Z(a5,n,m,"/");++a4 +m=f}j="file"}else if(B.a.F(a5,"http",0)){if(i&&o+3===n&&B.a.F(a5,"80",o+1)){l-=3 +e=n-3 +m-=3 +a5=B.a.Z(a5,o,n,"") +a4-=3 +n=e}j="http"}else j=a3 +else if(q===5&&B.a.F(a5,"https",0)){if(i&&o+4===n&&B.a.F(a5,"443",o+1)){l-=4 +e=n-4 +m-=4 +a5=B.a.Z(a5,o,n,"") +a4-=3 +n=e}j="https"}else j=a3 +k=!0}}}}else j=a3 +if(k){if(a40)j=A.m1(a5,0,q) +else{if(q===0)A.bx(a5,0,"Invalid empty scheme") +j=""}if(p>0){d=q+3 +c=d9)k.$2("invalid character",s)}else{if(q===3)k.$2(m,s) +o=A.ik(B.a.m(a,r,s),null) +if(o>255)k.$2(l,r) +n=q+1 +j[q]=o +r=s+1 +q=n}}if(q!==3)k.$2(m,c) +o=A.ik(B.a.m(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +jy(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.h_(a),c=new A.h0(d,a) +if(a.length<2)d.$2("address is too short",e) +s=A.n([],t.t) +for(r=b,q=r,p=!1,o=!1;r>>0) +s.push((k[2]<<8|k[3])>>>0)}if(p){if(s.length>7)d.$2("an address with a wildcard must have less than 7 parts",e)}else if(s.length!==8)d.$2("an address without a wildcard must contain exactly 8 parts",e) +j=new Uint8Array(16) +for(l=s.length,i=9-l,r=0,h=0;r=b&&q=b&&s>>4]&1<<(p&15))!==0){if(q&&65<=p&&90>=p){if(i==null)i=new A.O("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.O("") +if(r>>4]&1<<(o&15))!==0)A.bx(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.bx(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.a.m(a,b,c) +return A.lV(r?a.toLowerCase():a)}, +lV(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +m2(a,b,c){return A.cx(a,b,c,B.ac,!1,!1)}, +m_(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null)return r?"/":"" +else s=A.cx(a,b,c,B.v,!0,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.a.B(s,"/"))s="/"+s +return A.m3(s,e,f)}, +m3(a,b,c){var s=b.length===0 +if(s&&!c&&!B.a.B(a,"/")&&!B.a.B(a,"\\"))return A.m5(a,!s||c) +return A.m6(a)}, +iN(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.b(A.aE("Both query and queryParameters specified",null)) +return A.cx(a,b,c,B.j,!0,!1)}if(d==null)return null +s=new A.O("") +r.a="" +d.A(0,new A.hM(new A.hN(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +lY(a,b,c){return A.cx(a,b,c,B.j,!0,!1)}, +iO(a,b,c){var s,r,q,p,o,n=b+2 +if(n>=a.length)return"%" +s=a.charCodeAt(b+1) +r=a.charCodeAt(n) +q=A.i9(s) +p=A.i9(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.i[B.d.ae(o,4)]&1<<(o&15))!==0)return A.ar(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.a.m(a,b,b+3).toUpperCase() +return null}, +iM(a){var s,r,q,p,o,n="0123456789ABCDEF" +if(a<128){s=new Uint8Array(3) +s[0]=37 +s[1]=n.charCodeAt(a>>>4) +s[2]=n.charCodeAt(a&15)}else{if(a>2047)if(a>65535){r=240 +q=4}else{r=224 +q=3}else{r=192 +q=2}s=new Uint8Array(3*q) +for(p=0;--q,q>=0;r=128){o=B.d.cb(a,6*q)&63|r +s[p]=37 +s[p+1]=n.charCodeAt(o>>>4) +s[p+2]=n.charCodeAt(o&15) +p+=3}}return A.ju(s,0,null)}, +cx(a,b,c,d,e,f){var s=A.jT(a,b,c,d,e,f) +return s==null?B.a.m(a,b,c):s}, +jT(a,b,c,d,e,f){var s,r,q,p,o,n,m,l,k,j,i=null +for(s=!e,r=b,q=r,p=i;r>>4]&1<<(o&15))!==0)++r +else{if(o===37){n=A.iO(a,r,!1) +if(n==null){r+=3 +continue}if("%"===n){n="%25" +m=1}else m=3}else if(o===92&&f){n="/" +m=1}else if(s&&o<=93&&(B.w[o>>>4]&1<<(o&15))!==0){A.bx(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.jR(a.charCodeAt(0)))for(s=1;s127||(B.u[r>>>4]&1<<(r&15))===0)break}return a}, +lX(a,b){var s,r,q +for(s=0,r=0;r<2;++r){q=a.charCodeAt(b+r) +if(48<=q&&q<=57)s=s*16+q-48 +else{q|=32 +if(97<=q&&q<=102)s=s*16+q-87 +else throw A.b(A.aE("Invalid URL encoding",null))}}return s}, +iP(a,b,c,d,e){var s,r,q,p,o=b +while(!0){if(!(o127)throw A.b(A.aE("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.b(A.aE("Truncated URI",null)) +p.push(A.lX(a,o+1)) +o+=2}else if(r===43)p.push(32) +else p.push(r)}}return B.aw.X(p)}, +jR(a){var s=a|32 +return 97<=s&&s<=122}, +jx(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.n([b-1],t.t) +for(s=a.length,r=b,q=-1,p=null;rb)throw A.b(A.N(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.b.gam(j) +if(p!==44||r!==n+7||!B.a.F(a,"base64",n+1))throw A.b(A.N("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.z.cE(0,a,m,s) +else{l=A.jT(a,m,s,B.j,!0,!1) +if(l!=null)a=B.a.Z(a,m,s,l)}return new A.fX(a,j,c)}, +mj(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.jf(22,t.bX) +for(s=0;s<22;++s)f[s]=new Uint8Array(96) +r=new A.hY(f) +q=new A.hZ() +p=new A.i_() +o=r.$2(0,225) +q.$3(o,n,1) +q.$3(o,m,14) +q.$3(o,l,34) +q.$3(o,k,3) +q.$3(o,j,227) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(14,225) +q.$3(o,n,1) +q.$3(o,m,15) +q.$3(o,l,34) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(15,225) +q.$3(o,n,1) +q.$3(o,"%",225) +q.$3(o,l,34) +q.$3(o,k,9) +q.$3(o,j,233) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(1,225) +q.$3(o,n,1) +q.$3(o,l,34) +q.$3(o,k,10) +q.$3(o,j,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(2,235) +q.$3(o,n,139) +q.$3(o,k,131) +q.$3(o,j,131) +q.$3(o,m,146) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(3,235) +q.$3(o,n,11) +q.$3(o,k,68) +q.$3(o,j,68) +q.$3(o,m,18) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(4,229) +q.$3(o,n,5) +p.$3(o,"AZ",229) +q.$3(o,l,102) +q.$3(o,"@",68) +q.$3(o,"[",232) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(5,229) +q.$3(o,n,5) +p.$3(o,"AZ",229) +q.$3(o,l,102) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(6,231) +p.$3(o,"19",7) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(7,231) +p.$3(o,"09",7) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +q.$3(r.$2(8,8),"]",5) +o=r.$2(9,235) +q.$3(o,n,11) +q.$3(o,m,16) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(16,235) +q.$3(o,n,11) +q.$3(o,m,17) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(17,235) +q.$3(o,n,11) +q.$3(o,k,9) +q.$3(o,j,233) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(10,235) +q.$3(o,n,11) +q.$3(o,m,18) +q.$3(o,k,10) +q.$3(o,j,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(18,235) +q.$3(o,n,11) +q.$3(o,m,19) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(19,235) +q.$3(o,n,11) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(11,235) +q.$3(o,n,11) +q.$3(o,k,10) +q.$3(o,j,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(12,236) +q.$3(o,n,12) +q.$3(o,i,12) +q.$3(o,h,205) +o=r.$2(13,237) +q.$3(o,n,13) +q.$3(o,i,13) +p.$3(r.$2(20,245),"az",21) +o=r.$2(21,245) +p.$3(o,"az",21) +p.$3(o,"09",21) +q.$3(o,"+-.",21) +return f}, +k7(a,b,c,d,e){var s,r,q,p,o=$.kE() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +he:function he(){}, +z:function z(){}, +cL:function cL(a){this.a=a}, +av:function av(){}, +Z:function Z(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +c3:function c3(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.a=c +_.b=d +_.c=e +_.d=f}, +db:function db(a,b,c,d,e){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e}, +dZ:function dZ(a){this.a=a}, +dW:function dW(a){this.a=a}, +bq:function bq(a){this.a=a}, +cX:function cX(a){this.a=a}, +dz:function dz(){}, +c4:function c4(){}, +hg:function hg(a){this.a=a}, +fu:function fu(a,b,c){this.a=a +this.b=b +this.c=c}, +v:function v(){}, +F:function F(){}, +t:function t(){}, +eP:function eP(){}, +O:function O(a){this.a=a}, +h1:function h1(a){this.a=a}, +fY:function fY(a){this.a=a}, +h_:function h_(a){this.a=a}, +h0:function h0(a,b){this.a=a +this.b=b}, +cw:function cw(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.z=_.y=_.w=$}, +hN:function hN(a,b){this.a=a +this.b=b}, +hM:function hM(a){this.a=a}, +fX:function fX(a,b,c){this.a=a +this.b=b +this.c=c}, +hY:function hY(a){this.a=a}, +hZ:function hZ(){}, +i_:function i_(){}, +eH:function eH(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=null}, +ea:function ea(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.z=_.y=_.w=$}, +lx(a,b){var s +for(s=b.gv(b);s.n();)a.appendChild(s.gq(s))}, +kZ(a,b,c){var s=document.body +s.toString +s=new A.ax(new A.L(B.n.H(s,a,b,c)),new A.fo(),t.ba.k("ax")) +return t.h.a(s.gV(s))}, +bK(a){var s,r="element tag unavailable" +try{r=a.tagName}catch(s){}return r}, +je(a){return A.l3(a,null,null).a7(new A.fx(),t.N)}, +l3(a,b,c){var s=new A.I($.C,t.bR),r=new A.b8(s,t.E),q=new XMLHttpRequest() +B.L.cF(q,"GET",a,!0) +A.jC(q,"load",new A.fy(q,r),!1) +A.jC(q,"error",r.gck(),!1) +q.send() +return s}, +jC(a,b,c,d){var s=A.mS(new A.hf(c),t.D) +if(s!=null&&!0)J.kH(a,b,s,!1) +return new A.eh(a,b,s,!1)}, +jE(a){var s=document.createElement("a"),r=new A.hz(s,window.location) +r=new A.bw(r) +r.bN(a) +return r}, +lz(a,b,c,d){return!0}, +lA(a,b,c,d){var s,r=d.a,q=r.a +q.href=c +s=q.hostname +r=r.b +if(!(s==r.hostname&&q.port===r.port&&q.protocol===r.protocol))if(s==="")if(q.port===""){r=q.protocol +r=r===":"||r===""}else r=!1 +else r=!1 +else r=!0 +return r}, +jK(){var s=t.N,r=A.jj(B.t,s),q=A.n(["TEMPLATE"],t.s) +s=new A.eS(r,A.bS(s),A.bS(s),A.bS(s),null) +s.bO(null,new A.ap(B.t,new A.hI(),t.I),q,null) +return s}, +mS(a,b){var s=$.C +if(s===B.c)return a +return s.cj(a,b)}, +l:function l(){}, +cI:function cI(){}, +cJ:function cJ(){}, +cK:function cK(){}, +bg:function bg(){}, +bE:function bE(){}, +aW:function aW(){}, +a3:function a3(){}, +d_:function d_(){}, +x:function x(){}, +bi:function bi(){}, +fn:function fn(){}, +P:function P(){}, +a_:function a_(){}, +d0:function d0(){}, +d1:function d1(){}, +d2:function d2(){}, +aZ:function aZ(){}, +d3:function d3(){}, +bH:function bH(){}, +bI:function bI(){}, +d4:function d4(){}, +d5:function d5(){}, +q:function q(){}, +fo:function fo(){}, +h:function h(){}, +c:function c(){}, +a4:function a4(){}, +d6:function d6(){}, +d7:function d7(){}, +d9:function d9(){}, +a5:function a5(){}, +da:function da(){}, +b0:function b0(){}, +bO:function bO(){}, +a6:function a6(){}, +fx:function fx(){}, +fy:function fy(a,b){this.a=a +this.b=b}, +b1:function b1(){}, +aJ:function aJ(){}, +bn:function bn(){}, +di:function di(){}, +dj:function dj(){}, +dk:function dk(){}, +fL:function fL(a){this.a=a}, +dl:function dl(){}, +fM:function fM(a){this.a=a}, +a8:function a8(){}, +dm:function dm(){}, +L:function L(a){this.a=a}, +m:function m(){}, +c0:function c0(){}, +aa:function aa(){}, +dB:function dB(){}, +as:function as(){}, +dE:function dE(){}, +fS:function fS(a){this.a=a}, +dG:function dG(){}, +ab:function ab(){}, +dH:function dH(){}, +ac:function ac(){}, +dI:function dI(){}, +ad:function ad(){}, +dL:function dL(){}, +fU:function fU(a){this.a=a}, +X:function X(){}, +c5:function c5(){}, +dN:function dN(){}, +dO:function dO(){}, +br:function br(){}, +b5:function b5(){}, +af:function af(){}, +Y:function Y(){}, +dQ:function dQ(){}, +dR:function dR(){}, +dS:function dS(){}, +ag:function ag(){}, +dT:function dT(){}, +dU:function dU(){}, +S:function S(){}, +e0:function e0(){}, +e1:function e1(){}, +bu:function bu(){}, +e7:function e7(){}, +c8:function c8(){}, +el:function el(){}, +cd:function cd(){}, +eK:function eK(){}, +eQ:function eQ(){}, +e5:function e5(){}, +ay:function ay(a){this.a=a}, +aP:function aP(a){this.a=a}, +hc:function hc(a,b){this.a=a +this.b=b}, +hd:function hd(a,b){this.a=a +this.b=b}, +ef:function ef(a){this.a=a}, +iu:function iu(a,b){this.a=a +this.$ti=b}, +eh:function eh(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.e=d}, +hf:function hf(a){this.a=a}, +bw:function bw(a){this.a=a}, +D:function D(){}, +c1:function c1(a){this.a=a}, +fO:function fO(a){this.a=a}, +fN:function fN(a,b,c){this.a=a +this.b=b +this.c=c}, +ck:function ck(){}, +hG:function hG(){}, +hH:function hH(){}, +eS:function eS(a,b,c,d,e){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=e}, +hI:function hI(){}, +eR:function eR(){}, +bN:function bN(a,b){var _=this +_.a=a +_.b=b +_.c=-1 +_.d=null}, +hz:function hz(a,b){this.a=a +this.b=b}, +f0:function f0(a){this.a=a +this.b=0}, +hR:function hR(a){this.a=a}, +e8:function e8(){}, +eb:function eb(){}, +ec:function ec(){}, +ed:function ed(){}, +ee:function ee(){}, +ei:function ei(){}, +ej:function ej(){}, +en:function en(){}, +eo:function eo(){}, +eu:function eu(){}, +ev:function ev(){}, +ew:function ew(){}, +ex:function ex(){}, +ey:function ey(){}, +ez:function ez(){}, +eC:function eC(){}, +eD:function eD(){}, +eG:function eG(){}, +cl:function cl(){}, +cm:function cm(){}, +eI:function eI(){}, +eJ:function eJ(){}, +eL:function eL(){}, +eT:function eT(){}, +eU:function eU(){}, +co:function co(){}, +cp:function cp(){}, +eV:function eV(){}, +eW:function eW(){}, +f1:function f1(){}, +f2:function f2(){}, +f3:function f3(){}, +f4:function f4(){}, +f5:function f5(){}, +f6:function f6(){}, +f7:function f7(){}, +f8:function f8(){}, +f9:function f9(){}, +fa:function fa(){}, +jY(a){var s,r,q +if(a==null)return a +if(typeof a=="string"||typeof a=="number"||A.i2(a))return a +s=Object.getPrototypeOf(a) +if(s===Object.prototype||s===null)return A.aS(a) +if(Array.isArray(a)){r=[] +for(q=0;q")),r=new A.b8(s,b.k("b8<0>")) +a.then(A.bb(new A.io(r),1),A.bb(new A.ip(r),1)) +return s}, +io:function io(a){this.a=a}, +ip:function ip(a){this.a=a}, +fP:function fP(a){this.a=a}, +am:function am(){}, +df:function df(){}, +aq:function aq(){}, +dx:function dx(){}, +dC:function dC(){}, +bp:function bp(){}, +dM:function dM(){}, +cO:function cO(a){this.a=a}, +i:function i(){}, +au:function au(){}, +dV:function dV(){}, +er:function er(){}, +es:function es(){}, +eA:function eA(){}, +eB:function eB(){}, +eN:function eN(){}, +eO:function eO(){}, +eX:function eX(){}, +eY:function eY(){}, +cP:function cP(){}, +cQ:function cQ(){}, +fj:function fj(a){this.a=a}, +cR:function cR(){}, +aF:function aF(){}, +dy:function dy(){}, +e6:function e6(){}, +B:function B(a,b){this.a=a +this.b=b}, +l4(a){var s,r,q,p,o,n,m,l,k="enclosedBy",j=J.cC(a) +if(j.i(a,k)!=null){s=t.a.a(j.i(a,k)) +r=J.cC(s) +q=new A.fp(A.bz(r.i(s,"name")),B.r[A.iQ(r.i(s,"kind"))],A.bz(r.i(s,"href")))}else q=null +r=j.i(a,"name") +p=j.i(a,"qualifiedName") +o=A.iQ(j.i(a,"packageRank")) +n=j.i(a,"href") +m=B.r[A.iQ(j.i(a,"kind"))] +l=A.m9(j.i(a,"overriddenDepth")) +if(l==null)l=0 +return new A.K(r,p,o,m,n,l,j.i(a,"desc"),q)}, +Q:function Q(a,b){this.a=a +this.b=b}, +fz:function fz(a){this.a=a}, +fC:function fC(a,b){this.a=a +this.b=b}, +fA:function fA(){}, +fB:function fB(){}, +K:function K(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +fp:function fp(a,b,c){this.a=a +this.b=b +this.c=c}, +nh(){var s=self.hljs +if(s!=null)s.highlightAll() +A.nd() +A.n7() +A.n8() +A.n9()}, +nd(){var s,r,q,p,o,n,m,l,k=document,j=k.querySelector("body") +if(j==null)return +s=j.getAttribute("data-"+new A.aP(new A.ay(j)).S("using-base-href")) +if(s==null)return +if(s!=="true"){r=j.getAttribute("data-"+new A.aP(new A.ay(j)).S("base-href")) +if(r==null)return +q=r}else q="" +p=k.querySelector("#dartdoc-main-content") +if(p==null)return +o=p.getAttribute("data-"+new A.aP(new A.ay(p)).S("above-sidebar")) +n=k.querySelector("#dartdoc-sidebar-left-content") +if(o!=null&&o.length!==0&&n!=null)A.je(q+A.p(o)).a7(new A.ii(n),t.P) +m=p.getAttribute("data-"+new A.aP(new A.ay(p)).S("below-sidebar")) +l=k.querySelector("#dartdoc-sidebar-right") +if(m!=null&&m.length!==0&&l!=null)A.je(q+A.p(m)).a7(new A.ij(l),t.P)}, +ii:function ii(a){this.a=a}, +ij:function ij(a){this.a=a}, +n8(){var s=document,r=t.cD,q=r.a(s.getElementById("search-box")),p=r.a(s.getElementById("search-body")),o=r.a(s.getElementById("search-sidebar")) +s=window +r=$.cG() +A.kj(s.fetch(r+"index.json",null),t.z).a7(new A.ie(new A.ig(q,p,o),q,p,o),t.P)}, +iH(a){var s=A.n([],t.k),r=A.n([],t.M) +return new A.hA(a,A.fZ(window.location.href),s,r)}, +mi(a,b){var s,r,q,p,o,n,m,l,k=document,j=k.createElement("div"),i=b.e +j.setAttribute("data-href",i==null?"":i) +i=J.M(j) +i.gP(j).u(0,"tt-suggestion") +s=k.createElement("span") +r=J.M(s) +r.gP(s).u(0,"tt-suggestion-title") +r.sI(s,A.iR(b.a+" "+b.d.j(0).toLowerCase(),a)) +j.appendChild(s) +q=b.w +r=q!=null +if(r){p=k.createElement("span") +o=J.M(p) +o.gP(p).u(0,"tt-suggestion-container") +o.sI(p,"(in "+A.iR(q.a,a)+")") +j.appendChild(p)}n=b.r +if(n!=null&&n.length!==0){m=k.createElement("blockquote") +p=J.M(m) +p.gP(m).u(0,"one-line-description") +o=k.createElement("textarea") +t.J.a(o) +B.aj.a9(o,n) +o=o.value +o.toString +m.setAttribute("title",o) +p.sI(m,A.iR(n,a)) +j.appendChild(m)}i.L(j,"mousedown",new A.hW()) +i.L(j,"click",new A.hX(b)) +if(r){i=q.a +r=q.b.j(0) +p=q.c +o=k.createElement("div") +J.a1(o).u(0,"tt-container") +l=k.createElement("p") +l.textContent="Results from " +J.a1(l).u(0,"tt-container-text") +k=k.createElement("a") +k.setAttribute("href",p) +J.fh(k,i+" "+r) +l.appendChild(k) +o.appendChild(l) +A.mF(o,j)}return j}, +mF(a,b){var s,r=J.kM(a) +if(r==null)return +s=$.b9.i(0,r) +if(s!=null)s.appendChild(b) +else{a.appendChild(b) +$.b9.l(0,r,a)}}, +iR(a,b){return A.nn(a,A.iD(b,!1),new A.i0(),null)}, +i1:function i1(){}, +ig:function ig(a,b,c){this.a=a +this.b=b +this.c=c}, +ie:function ie(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +hA:function hA(a,b,c,d){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=$ +_.f=null +_.r="" +_.w=c +_.x=d +_.y=-1}, +hB:function hB(a){this.a=a}, +hC:function hC(a,b){this.a=a +this.b=b}, +hD:function hD(a,b){this.a=a +this.b=b}, +hE:function hE(a,b){this.a=a +this.b=b}, +hF:function hF(a,b){this.a=a +this.b=b}, +hW:function hW(){}, +hX:function hX(a){this.a=a}, +i0:function i0(){}, +n7(){var s=window.document,r=s.getElementById("sidenav-left-toggle"),q=s.querySelector(".sidebar-offcanvas-left"),p=s.getElementById("overlay-under-drawer"),o=new A.ih(q,p) +if(p!=null)J.j2(p,"click",o) +if(r!=null)J.j2(r,"click",o)}, +ih:function ih(a,b){this.a=a +this.b=b}, +n9(){var s,r="colorTheme",q="dark-theme",p="light-theme",o=document,n=o.body +if(n==null)return +s=t.p.a(o.getElementById("theme")) +B.f.L(s,"change",new A.id(s,n)) +if(window.localStorage.getItem(r)!=null){s.checked=window.localStorage.getItem(r)==="true" +if(s.checked===!0){n.setAttribute("class",q) +s.setAttribute("value",q) +window.localStorage.setItem(r,"true")}else{n.setAttribute("class",p) +s.setAttribute("value",p) +window.localStorage.setItem(r,"false")}}}, +id:function id(a,b){this.a=a +this.b=b}, +nj(a){if(typeof dartPrint=="function"){dartPrint(a) +return}if(typeof console=="object"&&typeof console.log!="undefined"){console.log(a) +return}if(typeof print=="function"){print(a) +return}throw"Unable to print message: "+String(a)}, +np(a){A.kl(new A.bR("Field '"+a+"' has been assigned during initialization."),new Error())}, +cF(){A.kl(new A.bR("Field '' has been assigned during initialization."),new Error())}},J={ +j_(a,b,c,d){return{i:a,p:b,e:c,x:d}}, +i8(a){var s,r,q,p,o,n=a[v.dispatchPropertyName] +if(n==null)if($.iY==null){A.nb() +n=a[v.dispatchPropertyName]}if(n!=null){s=n.p +if(!1===s)return n.i +if(!0===s)return a +r=Object.getPrototypeOf(a) +if(s===r)return n.i +if(n.e===r)throw A.b(A.jw("Return interceptor for "+A.p(s(a,n))))}q=a.constructor +if(q==null)p=null +else{o=$.ht +if(o==null)o=$.ht=v.getIsolateTag("_$dart_js") +p=q[o]}if(p!=null)return p +p=A.ng(a) +if(p!=null)return p +if(typeof a=="function")return B.N +s=Object.getPrototypeOf(a) +if(s==null)return B.x +if(s===Object.prototype)return B.x +if(typeof q=="function"){o=$.ht +if(o==null)o=$.ht=v.getIsolateTag("_$dart_js") +Object.defineProperty(q,o,{value:B.m,enumerable:false,writable:true,configurable:true}) +return B.m}return B.m}, +la(a,b){if(a<0||a>4294967295)throw A.b(A.V(a,0,4294967295,"length",null)) +return J.lc(new Array(a),b)}, +lb(a,b){if(a<0)throw A.b(A.aE("Length must be a non-negative integer: "+a,null)) +return A.n(new Array(a),b.k("A<0>"))}, +jf(a,b){if(a<0)throw A.b(A.aE("Length must be a non-negative integer: "+a,null)) +return A.n(new Array(a),b.k("A<0>"))}, +lc(a,b){return J.ix(A.n(a,b.k("A<0>")))}, +ix(a){a.fixed$length=Array +return a}, +ld(a,b){return J.kJ(a,b)}, +jg(a){if(a<256)switch(a){case 9:case 10:case 11:case 12:case 13:case 32:case 133:case 160:return!0 +default:return!1}switch(a){case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8232:case 8233:case 8239:case 8287:case 12288:case 65279:return!0 +default:return!1}}, +le(a,b){var s,r +for(s=a.length;b0;b=s){s=b-1 +r=a.charCodeAt(s) +if(r!==32&&r!==13&&!J.jg(r))break}return b}, +bd(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.bP.prototype +return J.dd.prototype}if(typeof a=="string")return J.aK.prototype +if(a==null)return J.bQ.prototype +if(typeof a=="boolean")return J.dc.prototype +if(Array.isArray(a))return J.A.prototype +if(typeof a!="object"){if(typeof a=="function")return J.al.prototype +if(typeof a=="symbol")return J.bm.prototype +if(typeof a=="bigint")return J.bl.prototype +return a}if(a instanceof A.t)return a +return J.i8(a)}, +cC(a){if(typeof a=="string")return J.aK.prototype +if(a==null)return a +if(Array.isArray(a))return J.A.prototype +if(typeof a!="object"){if(typeof a=="function")return J.al.prototype +if(typeof a=="symbol")return J.bm.prototype +if(typeof a=="bigint")return J.bl.prototype +return a}if(a instanceof A.t)return a +return J.i8(a)}, +fe(a){if(a==null)return a +if(Array.isArray(a))return J.A.prototype +if(typeof a!="object"){if(typeof a=="function")return J.al.prototype +if(typeof a=="symbol")return J.bm.prototype +if(typeof a=="bigint")return J.bl.prototype +return a}if(a instanceof A.t)return a +return J.i8(a)}, +n1(a){if(typeof a=="number")return J.bk.prototype +if(typeof a=="string")return J.aK.prototype +if(a==null)return a +if(!(a instanceof A.t))return J.b7.prototype +return a}, +kd(a){if(typeof a=="string")return J.aK.prototype +if(a==null)return a +if(!(a instanceof A.t))return J.b7.prototype +return a}, +M(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.al.prototype +if(typeof a=="symbol")return J.bm.prototype +if(typeof a=="bigint")return J.bl.prototype +return a}if(a instanceof A.t)return a +return J.i8(a)}, +bD(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.bd(a).K(a,b)}, +ir(a,b){if(typeof b==="number")if(Array.isArray(a)||typeof a=="string"||A.kg(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b").G(b).k("ak<1,2>"))}, +ah(a){if(!!a.fixed$length)A.ff(A.r("clear")) +a.length=0}, +T(a,b){var s,r=A.jk(a.length,"",!1,t.N) +for(s=0;ss)throw A.b(A.V(b,0,s,"start",null)) +if(cs)throw A.b(A.V(c,b,s,"end",null)) +if(b===c)return A.n([],A.by(a)) +return A.n(a.slice(b,c),A.by(a))}, +gct(a){if(a.length>0)return a[0] +throw A.b(A.iv())}, +gam(a){var s=a.length +if(s>0)return a[s-1] +throw A.b(A.iv())}, +bg(a,b){var s,r=a.length +for(s=0;s0){a[0]=q +a[1]=r}return}if(A.by(a).c.b(null)){for(p=0,o=0;o0)this.c7(a,p)}, +c7(a,b){var s,r=a.length +for(;s=r-1,r>0;r=s)if(a[s]===null){a[s]=void 0;--b +if(b===0)break}}, +E(a,b){var s +for(s=0;s=0&&b=0&&b=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.bk.prototype={ +bj(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.gaQ(b) +if(this.gaQ(a)===s)return 0 +if(this.gaQ(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +gaQ(a){return a===0?1/a<0:a<0}, +a6(a){if(a>0){if(a!==1/0)return Math.round(a)}else if(a>-1/0)return 0-Math.round(0-a) +throw A.b(A.r(""+a+".round()"))}, +j(a){if(a===0&&1/a<0)return"-0.0" +else return""+a}, +gt(a){var s,r,q,p,o=a|0 +if(a===o)return o&536870911 +s=Math.abs(a) +r=Math.log(s)/0.6931471805599453|0 +q=Math.pow(2,r) +p=s<1?s/q:q/s +return((p*9007199254740992|0)+(p*3542243181176521|0))*599197+r*1259&536870911}, +aq(a,b){var s=a%b +if(s===0)return 0 +if(s>0)return s +return s+b}, +cc(a,b){return(a|0)===a?a/b|0:this.cd(a,b)}, +cd(a,b){var s=a/b +if(s>=-2147483648&&s<=2147483647)return s|0 +if(s>0){if(s!==1/0)return Math.floor(s)}else if(s>-1/0)return Math.ceil(s) +throw A.b(A.r("Result of truncating division is "+A.p(s)+": "+A.p(a)+" ~/ "+b))}, +ae(a,b){var s +if(a>0)s=this.b9(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +cb(a,b){if(0>b)throw A.b(A.mT(b)) +return this.b9(a,b)}, +b9(a,b){return b>31?0:a>>>b}, +gC(a){return A.bc(t.H)}, +$iH:1, +$iU:1} +J.bP.prototype={ +gC(a){return A.bc(t.S)}, +$iu:1, +$ik:1} +J.dd.prototype={ +gC(a){return A.bc(t.i)}, +$iu:1} +J.aK.prototype={ +bC(a,b){return a+b}, +Z(a,b,c,d){var s=A.b3(b,c,a.length) +return a.substring(0,b)+d+a.substring(s)}, +F(a,b,c){var s +if(c<0||c>a.length)throw A.b(A.V(c,0,a.length,null,null)) +s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}, +B(a,b){return this.F(a,b,0)}, +m(a,b,c){return a.substring(b,A.b3(b,c,a.length))}, +M(a,b){return this.m(a,b,null)}, +cQ(a){return a.toLowerCase()}, +cR(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(p.charCodeAt(0)===133){s=J.le(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=p.charCodeAt(r)===133?J.lf(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +bD(a,b){var s,r +if(0>=b)return"" +if(b===1||a.length===0)return a +if(b!==b>>>0)throw A.b(B.H) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +al(a,b,c){var s +if(c<0||c>a.length)throw A.b(A.V(c,0,a.length,null,null)) +s=a.indexOf(b,c) +return s}, +br(a,b){return this.al(a,b,0)}, +cl(a,b,c){var s=a.length +if(c>s)throw A.b(A.V(c,0,s,null,null)) +return A.j0(a,b,c)}, +E(a,b){return this.cl(a,b,0)}, +bj(a,b){var s +if(a===b)s=0 +else s=a>6}r=r+((r&67108863)<<3)&536870911 +r^=r>>11 +return r+((r&16383)<<15)&536870911}, +gC(a){return A.bc(t.N)}, +gh(a){return a.length}, +$iu:1, +$id:1} +A.aO.prototype={ +gv(a){var s=A.J(this) +return new A.cS(J.a2(this.ga3()),s.k("@<1>").G(s.z[1]).k("cS<1,2>"))}, +gh(a){return J.aV(this.ga3())}, +p(a,b){return A.J(this).z[1].a(J.cH(this.ga3(),b))}, +j(a){return J.aD(this.ga3())}} +A.cS.prototype={ +n(){return this.a.n()}, +gq(a){var s=this.a +return this.$ti.z[1].a(s.gq(s))}} +A.aX.prototype={ +ga3(){return this.a}} +A.c9.prototype={$if:1} +A.c6.prototype={ +i(a,b){return this.$ti.z[1].a(J.ir(this.a,b))}, +l(a,b,c){J.fg(this.a,b,this.$ti.c.a(c))}, +$if:1, +$ij:1} +A.ak.prototype={ +ag(a,b){return new A.ak(this.a,this.$ti.k("@<1>").G(b).k("ak<1,2>"))}, +ga3(){return this.a}} +A.bR.prototype={ +j(a){return"LateInitializationError: "+this.a}} +A.cV.prototype={ +gh(a){return this.a.length}, +i(a,b){return this.a.charCodeAt(b)}} +A.fT.prototype={} +A.f.prototype={} +A.a7.prototype={ +gv(a){return new A.bT(this,this.gh(this))}, +ao(a,b){return this.bK(0,b)}} +A.bT.prototype={ +gq(a){var s=this.d +return s==null?A.J(this).c.a(s):s}, +n(){var s,r=this,q=r.a,p=J.cC(q),o=p.gh(q) +if(r.b!==o)throw A.b(A.aY(q)) +s=r.c +if(s>=o){r.d=null +return!1}r.d=p.p(q,s);++r.c +return!0}} +A.ao.prototype={ +gv(a){return new A.bV(J.a2(this.a),this.b)}, +gh(a){return J.aV(this.a)}, +p(a,b){return this.b.$1(J.cH(this.a,b))}} +A.bJ.prototype={$if:1} +A.bV.prototype={ +n(){var s=this,r=s.b +if(r.n()){s.a=s.c.$1(r.gq(r)) +return!0}s.a=null +return!1}, +gq(a){var s=this.a +return s==null?A.J(this).z[1].a(s):s}} +A.ap.prototype={ +gh(a){return J.aV(this.a)}, +p(a,b){return this.b.$1(J.cH(this.a,b))}} +A.ax.prototype={ +gv(a){return new A.e2(J.a2(this.a),this.b)}} +A.e2.prototype={ +n(){var s,r +for(s=this.a,r=this.b;s.n();)if(r.$1(s.gq(s)))return!0 +return!1}, +gq(a){var s=this.a +return s.gq(s)}} +A.bM.prototype={} +A.dY.prototype={ +l(a,b,c){throw A.b(A.r("Cannot modify an unmodifiable list"))}} +A.bs.prototype={} +A.cy.prototype={} +A.eF.prototype={$r:"+item,matchPosition(1,2)",$s:1} +A.bF.prototype={ +j(a){return A.iA(this)}, +l(a,b,c){A.kY()}, +$iy:1} +A.bG.prototype={ +gh(a){return this.b.length}, +gc1(){var s=this.$keys +if(s==null){s=Object.keys(this.a) +this.$keys=s}return s}, +a4(a,b){if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +i(a,b){if(!this.a4(0,b))return null +return this.b[this.a[b]]}, +A(a,b){var s,r,q=this.gc1(),p=this.b +for(s=q.length,r=0;r>>0}, +j(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.fR(this.a)+"'")}} +A.e9.prototype={ +j(a){return"Reading static variable '"+this.a+"' during its initialization"}} +A.dF.prototype={ +j(a){return"RuntimeError: "+this.a}} +A.b2.prototype={ +gh(a){return this.a}, +gD(a){return new A.an(this,A.J(this).k("an<1>"))}, +gbB(a){var s=A.J(this) +return A.lh(new A.an(this,s.k("an<1>")),new A.fF(this),s.c,s.z[1])}, +a4(a,b){var s=this.b +if(s==null)return!1 +return s[b]!=null}, +i(a,b){var s,r,q,p,o=null +if(typeof b=="string"){s=this.b +if(s==null)return o +r=s[b] +q=r==null?o:r.b +return q}else if(typeof b=="number"&&(b&0x3fffffff)===b){p=this.c +if(p==null)return o +r=p[b] +q=r==null?o:r.b +return q}else return this.cB(b)}, +cB(a){var s,r,q=this.d +if(q==null)return null +s=q[this.bs(a)] +r=this.bt(s,a) +if(r<0)return null +return s[r].b}, +l(a,b,c){var s,r,q,p,o,n,m=this +if(typeof b=="string"){s=m.b +m.aY(s==null?m.b=m.aF():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=m.c +m.aY(r==null?m.c=m.aF():r,b,c)}else{q=m.d +if(q==null)q=m.d=m.aF() +p=m.bs(b) +o=q[p] +if(o==null)q[p]=[m.aG(b,c)] +else{n=m.bt(o,b) +if(n>=0)o[n].b=c +else o.push(m.aG(b,c))}}}, +ah(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.b6()}}, +A(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$2(r.a,r.b) +if(q!==s.r)throw A.b(A.aY(s)) +r=r.c}}, +aY(a,b,c){var s=a[b] +if(s==null)a[b]=this.aG(b,c) +else s.b=c}, +b6(){this.r=this.r+1&1073741823}, +aG(a,b){var s,r=this,q=new A.fI(a,b) +if(r.e==null)r.e=r.f=q +else{s=r.f +s.toString +q.d=s +r.f=s.c=q}++r.a +r.b6() +return q}, +bs(a){return J.aj(a)&1073741823}, +bt(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}} +A.fF.prototype={ +$1(a){var s=this.a,r=s.i(0,a) +return r==null?A.J(s).z[1].a(r):r}, +$S(){return A.J(this.a).k("2(1)")}} +A.fI.prototype={} +A.an.prototype={ +gh(a){return this.a.a}, +gv(a){var s=this.a,r=new A.dg(s,s.r) +r.c=s.e +return r}} +A.dg.prototype={ +gq(a){return this.d}, +n(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.b(A.aY(q)) +s=r.c +if(s==null){r.d=null +return!1}else{r.d=s.a +r.c=s.c +return!0}}} +A.ia.prototype={ +$1(a){return this.a(a)}, +$S:37} +A.ib.prototype={ +$2(a,b){return this.a(a,b)}, +$S:43} +A.ic.prototype={ +$1(a){return this.a(a)}, +$S:19} +A.ci.prototype={ +j(a){return this.bc(!1)}, +bc(a){var s,r,q,p,o,n=this.c_(),m=this.b4(),l=(a?""+"Record ":"")+"(" +for(s=n.length,r="",q=0;q0;){--q;--s +j[q]=r[s]}}j=A.jl(j,!1,k) +j.fixed$length=Array +j.immutable$list=Array +return j}} +A.eE.prototype={ +b4(){return[this.a,this.b]}, +K(a,b){if(b==null)return!1 +return b instanceof A.eE&&this.$s===b.$s&&J.bD(this.a,b.a)&&J.bD(this.b,b.b)}, +gt(a){return A.iB(this.$s,this.a,this.b,B.k)}} +A.fD.prototype={ +j(a){return"RegExp/"+this.a+"/"+this.b.flags}, +gc2(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.jh(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +bZ(a,b){var s,r=this.gc2() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.et(s)}} +A.et.prototype={ +gcr(a){var s=this.b +return s.index+s[0].length}, +i(a,b){return this.b[b]}, +$ifK:1, +$iiC:1} +A.h7.prototype={ +gq(a){var s=this.d +return s==null?t.F.a(s):s}, +n(){var s,r,q,p,o,n=this,m=n.b +if(m==null)return!1 +s=n.c +r=m.length +if(s<=r){q=n.a +p=q.bZ(m,s) +if(p!=null){n.d=p +o=p.gcr(p) +if(p.b.index===o){if(q.b.unicode){s=n.c +q=s+1 +if(q=55296&&s<=56319){s=m.charCodeAt(q) +s=s>=56320&&s<=57343}else s=!1}else s=!1}else s=!1 +o=(s?o+1:o)+1}n.c=o +return!0}}n.b=n.d=null +return!1}} +A.dn.prototype={ +gC(a){return B.ak}, +$iu:1} +A.bY.prototype={} +A.dp.prototype={ +gC(a){return B.al}, +$iu:1} +A.bo.prototype={ +gh(a){return a.length}, +$io:1} +A.bW.prototype={ +i(a,b){A.aA(b,a,a.length) +return a[b]}, +l(a,b,c){A.aA(b,a,a.length) +a[b]=c}, +$if:1, +$ij:1} +A.bX.prototype={ +l(a,b,c){A.aA(b,a,a.length) +a[b]=c}, +$if:1, +$ij:1} +A.dq.prototype={ +gC(a){return B.am}, +$iu:1} +A.dr.prototype={ +gC(a){return B.an}, +$iu:1} +A.ds.prototype={ +gC(a){return B.ao}, +i(a,b){A.aA(b,a,a.length) +return a[b]}, +$iu:1} +A.dt.prototype={ +gC(a){return B.ap}, +i(a,b){A.aA(b,a,a.length) +return a[b]}, +$iu:1} +A.du.prototype={ +gC(a){return B.aq}, +i(a,b){A.aA(b,a,a.length) +return a[b]}, +$iu:1} +A.dv.prototype={ +gC(a){return B.as}, +i(a,b){A.aA(b,a,a.length) +return a[b]}, +$iu:1} +A.dw.prototype={ +gC(a){return B.at}, +i(a,b){A.aA(b,a,a.length) +return a[b]}, +$iu:1} +A.bZ.prototype={ +gC(a){return B.au}, +gh(a){return a.length}, +i(a,b){A.aA(b,a,a.length) +return a[b]}, +$iu:1} +A.c_.prototype={ +gC(a){return B.av}, +gh(a){return a.length}, +i(a,b){A.aA(b,a,a.length) +return a[b]}, +$iu:1, +$ib6:1} +A.ce.prototype={} +A.cf.prototype={} +A.cg.prototype={} +A.ch.prototype={} +A.W.prototype={ +k(a){return A.cu(v.typeUniverse,this,a)}, +G(a){return A.jO(v.typeUniverse,this,a)}} +A.ek.prototype={} +A.hL.prototype={ +j(a){return A.T(this.a,null)}} +A.eg.prototype={ +j(a){return this.a}} +A.cq.prototype={$iav:1} +A.h9.prototype={ +$1(a){var s=this.a,r=s.a +s.a=null +r.$0()}, +$S:9} +A.h8.prototype={ +$1(a){var s,r +this.a.a=a +s=this.b +r=this.c +s.firstChild?s.removeChild(r):s.appendChild(r)}, +$S:26} +A.ha.prototype={ +$0(){this.a.$0()}, +$S:7} +A.hb.prototype={ +$0(){this.a.$0()}, +$S:7} +A.hJ.prototype={ +bP(a,b){if(self.setTimeout!=null)self.setTimeout(A.bb(new A.hK(this,b),0),a) +else throw A.b(A.r("`setTimeout()` not found."))}} +A.hK.prototype={ +$0(){this.b.$0()}, +$S:0} +A.e3.prototype={ +ai(a,b){var s,r=this +if(b==null)b=r.$ti.c.a(b) +if(!r.b)r.a.aZ(b) +else{s=r.a +if(r.$ti.k("aI<1>").b(b))s.b0(b) +else s.az(b)}}, +ak(a,b){var s=this.a +if(this.b)s.a0(a,b) +else s.b_(a,b)}} +A.hT.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:4} +A.hU.prototype={ +$2(a,b){this.a.$2(1,new A.bL(a,b))}, +$S:31} +A.i6.prototype={ +$2(a,b){this.a(a,b)}, +$S:20} +A.cN.prototype={ +j(a){return A.p(this.a)}, +$iz:1, +gaa(){return this.b}} +A.c7.prototype={ +ak(a,b){var s +A.fc(a,"error",t.K) +s=this.a +if((s.a&30)!==0)throw A.b(A.dJ("Future already completed")) +if(b==null)b=A.j5(a) +s.b_(a,b)}, +aj(a){return this.ak(a,null)}} +A.b8.prototype={ +ai(a,b){var s=this.a +if((s.a&30)!==0)throw A.b(A.dJ("Future already completed")) +s.aZ(b)}} +A.bv.prototype={ +cC(a){if((this.c&15)!==6)return!0 +return this.b.b.aU(this.d,a.a)}, +cw(a){var s,r=this.e,q=null,p=a.a,o=this.b.b +if(t.C.b(r))q=o.cK(r,p,a.b) +else q=o.aU(r,p) +try{p=q +return p}catch(s){if(t.n.b(A.ai(s))){if((this.c&1)!==0)throw A.b(A.aE("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.b(A.aE("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.I.prototype={ +b8(a){this.a=this.a&1|4 +this.c=a}, +aV(a,b,c){var s,r,q=$.C +if(q===B.c){if(b!=null&&!t.C.b(b)&&!t.w.b(b))throw A.b(A.is(b,"onError",u.c))}else if(b!=null)b=A.mJ(b,q) +s=new A.I(q,c.k("I<0>")) +r=b==null?1:3 +this.av(new A.bv(s,r,a,b,this.$ti.k("@<1>").G(c).k("bv<1,2>"))) +return s}, +a7(a,b){return this.aV(a,null,b)}, +ba(a,b,c){var s=new A.I($.C,c.k("I<0>")) +this.av(new A.bv(s,3,a,b,this.$ti.k("@<1>").G(c).k("bv<1,2>"))) +return s}, +ca(a){this.a=this.a&1|16 +this.c=a}, +ab(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +av(a){var s=this,r=s.a +if(r<=3){a.a=s.c +s.c=a}else{if((r&4)!==0){r=s.c +if((r.a&24)===0){r.av(a) +return}s.ab(r)}A.ba(null,null,s.b,new A.hh(s,a))}}, +aH(a){var s,r,q,p,o,n=this,m={} +m.a=a +if(a==null)return +s=n.a +if(s<=3){r=n.c +n.c=a +if(r!=null){q=a.a +for(p=a;q!=null;p=q,q=o)o=q.a +p.a=r}}else{if((s&4)!==0){s=n.c +if((s.a&24)===0){s.aH(a) +return}n.ab(s)}m.a=n.ad(a) +A.ba(null,null,n.b,new A.ho(m,n))}}, +aI(){var s=this.c +this.c=null +return this.ad(s)}, +ad(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +bT(a){var s,r,q,p=this +p.a^=2 +try{a.aV(new A.hl(p),new A.hm(p),t.P)}catch(q){s=A.ai(q) +r=A.aT(q) +A.nl(new A.hn(p,s,r))}}, +az(a){var s=this,r=s.aI() +s.a=8 +s.c=a +A.ca(s,r)}, +a0(a,b){var s=this.aI() +this.ca(A.fi(a,b)) +A.ca(this,s)}, +aZ(a){if(this.$ti.k("aI<1>").b(a)){this.b0(a) +return}this.bS(a)}, +bS(a){this.a^=2 +A.ba(null,null,this.b,new A.hj(this,a))}, +b0(a){if(this.$ti.b(a)){A.ly(a,this) +return}this.bT(a)}, +b_(a,b){this.a^=2 +A.ba(null,null,this.b,new A.hi(this,a,b))}, +$iaI:1} +A.hh.prototype={ +$0(){A.ca(this.a,this.b)}, +$S:0} +A.ho.prototype={ +$0(){A.ca(this.b,this.a.a)}, +$S:0} +A.hl.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.az(p.$ti.c.a(a))}catch(q){s=A.ai(q) +r=A.aT(q) +p.a0(s,r)}}, +$S:9} +A.hm.prototype={ +$2(a,b){this.a.a0(a,b)}, +$S:23} +A.hn.prototype={ +$0(){this.a.a0(this.b,this.c)}, +$S:0} +A.hk.prototype={ +$0(){A.jD(this.a.a,this.b)}, +$S:0} +A.hj.prototype={ +$0(){this.a.az(this.b)}, +$S:0} +A.hi.prototype={ +$0(){this.a.a0(this.b,this.c)}, +$S:0} +A.hr.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.cI(q.d)}catch(p){s=A.ai(p) +r=A.aT(p) +q=m.c&&m.b.a.c.a===s +o=m.a +if(q)o.c=m.b.a.c +else o.c=A.fi(s,r) +o.b=!0 +return}if(l instanceof A.I&&(l.a&24)!==0){if((l.a&16)!==0){q=m.a +q.c=l.c +q.b=!0}return}if(l instanceof A.I){n=m.b.a +q=m.a +q.c=l.a7(new A.hs(n),t.z) +q.b=!1}}, +$S:0} +A.hs.prototype={ +$1(a){return this.a}, +$S:27} +A.hq.prototype={ +$0(){var s,r,q,p,o +try{q=this.a +p=q.a +q.c=p.b.b.aU(p.d,this.b)}catch(o){s=A.ai(o) +r=A.aT(o) +q=this.a +q.c=A.fi(s,r) +q.b=!0}}, +$S:0} +A.hp.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.cC(s)&&p.a.e!=null){p.c=p.a.cw(s) +p.b=!1}}catch(o){r=A.ai(o) +q=A.aT(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.fi(r,q) +n.b=!0}}, +$S:0} +A.e4.prototype={} +A.eM.prototype={} +A.hS.prototype={} +A.i4.prototype={ +$0(){A.l0(this.a,this.b)}, +$S:0} +A.hw.prototype={ +cM(a){var s,r,q +try{if(B.c===$.C){a.$0() +return}A.k4(null,null,this,a)}catch(q){s=A.ai(q) +r=A.aT(q) +A.i3(s,r)}}, +cO(a,b){var s,r,q +try{if(B.c===$.C){a.$1(b) +return}A.k5(null,null,this,a,b)}catch(q){s=A.ai(q) +r=A.aT(q) +A.i3(s,r)}}, +cP(a,b){return this.cO(a,b,t.z)}, +bh(a){return new A.hx(this,a)}, +cj(a,b){return new A.hy(this,a,b)}, +cJ(a){if($.C===B.c)return a.$0() +return A.k4(null,null,this,a)}, +cI(a){return this.cJ(a,t.z)}, +cN(a,b){if($.C===B.c)return a.$1(b) +return A.k5(null,null,this,a,b)}, +aU(a,b){return this.cN(a,b,t.z,t.z)}, +cL(a,b,c){if($.C===B.c)return a.$2(b,c) +return A.mK(null,null,this,a,b,c)}, +cK(a,b,c){return this.cL(a,b,c,t.z,t.z,t.z)}, +cG(a){return a}, +bw(a){return this.cG(a,t.z,t.z,t.z)}} +A.hx.prototype={ +$0(){return this.a.cM(this.b)}, +$S:0} +A.hy.prototype={ +$1(a){return this.a.cP(this.b,a)}, +$S(){return this.c.k("~(0)")}} +A.cb.prototype={ +gv(a){var s=new A.cc(this,this.r) +s.c=this.e +return s}, +gh(a){return this.a}, +E(a,b){var s,r +if(b!=="__proto__"){s=this.b +if(s==null)return!1 +return s[b]!=null}else{r=this.bX(b) +return r}}, +bX(a){var s=this.d +if(s==null)return!1 +return this.aE(s[this.aA(a)],a)>=0}, +u(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.b1(s==null?q.b=A.iG():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.b1(r==null?q.c=A.iG():r,b)}else return q.bQ(0,b)}, +bQ(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.iG() +s=q.aA(b) +r=p[s] +if(r==null)p[s]=[q.aw(b)] +else{if(q.aE(r,b)>=0)return!1 +r.push(q.aw(b))}return!0}, +a5(a,b){var s +if(b!=="__proto__")return this.c5(this.b,b) +else{s=this.c4(0,b) +return s}}, +c4(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.aA(b) +r=n[s] +q=o.aE(r,b) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.bd(p) +return!0}, +b1(a,b){if(a[b]!=null)return!1 +a[b]=this.aw(b) +return!0}, +c5(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.bd(s) +delete a[b] +return!0}, +b2(){this.r=this.r+1&1073741823}, +aw(a){var s,r=this,q=new A.hu(a) +if(r.e==null)r.e=r.f=q +else{s=r.f +s.toString +q.c=s +r.f=s.b=q}++r.a +r.b2() +return q}, +bd(a){var s=this,r=a.c,q=a.b +if(r==null)s.e=q +else r.b=q +if(q==null)s.f=r +else q.c=r;--s.a +s.b2()}, +aA(a){return J.aj(a)&1073741823}, +aE(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r").G(b).k("ak<1,2>"))}, +cs(a,b,c,d){var s +A.b3(b,c,this.gh(a)) +for(s=b;s"))}return new A.eq(this)}, +l(a,b,c){var s,r,q=this +if(q.b==null)q.c.l(0,b,c) +else if(q.a4(0,b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.ce().l(0,b,c)}, +a4(a,b){if(this.b==null)return this.c.a4(0,b) +return Object.prototype.hasOwnProperty.call(this.a,b)}, +A(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.A(0,b) +s=o.a1() +for(r=0;r=0){g="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(f) +if(g===k)continue +k=g}else{if(f===-1){if(o<0){e=p==null?null:p.a.length +if(e==null)e=0 +o=e+(r-q) +n=r}++m +if(k===61)continue}k=g}if(f!==-2){if(p==null){p=new A.O("") +e=p}else e=p +e.a+=B.a.m(a1,q,r) +e.a+=A.ar(k) +q=l +continue}}throw A.b(A.N("Invalid base64 data",a1,r))}if(p!=null){e=p.a+=B.a.m(a1,q,a3) +d=e.length +if(o>=0)A.j6(a1,n,a3,o,m,d) +else{c=B.d.aq(d-1,4)+1 +if(c===1)throw A.b(A.N(a,a1,a3)) +for(;c<4;){e+="=" +p.a=e;++c}}e=p.a +return B.a.Z(a1,a2,a3,e.charCodeAt(0)==0?e:e)}b=a3-a2 +if(o>=0)A.j6(a1,n,a3,o,m,b) +else{c=B.d.aq(b,4) +if(c===1)throw A.b(A.N(a,a1,a3)) +if(c>1)a1=B.a.Z(a1,a3,a3,c===2?"==":"=")}return a1}} +A.fl.prototype={} +A.cW.prototype={} +A.cY.prototype={} +A.fq.prototype={} +A.fw.prototype={ +j(a){return"unknown"}} +A.fv.prototype={ +X(a){var s=this.bY(a,0,a.length) +return s==null?a:s}, +bY(a,b,c){var s,r,q,p +for(s=b,r=null;s":q=">" +break +case"/":q="/" +break +default:q=null}if(q!=null){if(r==null)r=new A.O("") +if(s>b)r.a+=B.a.m(a,b,s) +r.a+=q +b=s+1}}if(r==null)return null +if(c>b)r.a+=B.a.m(a,b,c) +p=r.a +return p.charCodeAt(0)==0?p:p}} +A.fG.prototype={ +co(a,b,c){var s=A.mH(b,this.gcq().a) +return s}, +gcq(){return B.P}} +A.fH.prototype={} +A.h2.prototype={} +A.h6.prototype={ +X(a){var s,r,q,p=A.b3(0,null,a.length),o=p-0 +if(o===0)return new Uint8Array(0) +s=o*3 +r=new Uint8Array(s) +q=new A.hP(r) +if(q.c0(a,0,p)!==p)q.aK() +return new Uint8Array(r.subarray(0,A.mh(0,q.b,s)))}} +A.hP.prototype={ +aK(){var s=this,r=s.c,q=s.b,p=s.b=q+1 +r[q]=239 +q=s.b=p+1 +r[p]=191 +s.b=q+1 +r[q]=189}, +cf(a,b){var s,r,q,p,o=this +if((b&64512)===56320){s=65536+((a&1023)<<10)|b&1023 +r=o.c +q=o.b +p=o.b=q+1 +r[q]=s>>>18|240 +q=o.b=p+1 +r[p]=s>>>12&63|128 +p=o.b=q+1 +r[q]=s>>>6&63|128 +o.b=p+1 +r[p]=s&63|128 +return!0}else{o.aK() +return!1}}, +c0(a,b,c){var s,r,q,p,o,n,m,l=this +if(b!==c&&(a.charCodeAt(c-1)&64512)===55296)--c +for(s=l.c,r=s.length,q=b;q=r)break +l.b=o+1 +s[o]=p}else{o=p&64512 +if(o===55296){if(l.b+4>r)break +n=q+1 +if(l.cf(p,a.charCodeAt(n)))q=n}else if(o===56320){if(l.b+3>r)break +l.aK()}else if(p<=2047){o=l.b +m=o+1 +if(m>=r)break +l.b=m +s[o]=p>>>6|192 +l.b=m+1 +s[m]=p&63|128}else{o=l.b +if(o+2>=r)break +m=l.b=o+1 +s[o]=p>>>12|224 +o=l.b=m+1 +s[m]=p>>>6&63|128 +l.b=o+1 +s[o]=p&63|128}}}return q}} +A.h3.prototype={ +X(a){var s=this.a,r=A.lr(s,a,0,null) +if(r!=null)return r +return new A.hO(s).cm(a,0,null,!0)}} +A.hO.prototype={ +cm(a,b,c,d){var s,r,q,p,o=this,n=A.b3(b,c,J.aV(a)) +if(b===n)return"" +s=A.m7(a,b,n) +r=o.aB(s,0,n-b,!0) +q=o.b +if((q&1)!==0){p=A.m8(q) +o.b=0 +throw A.b(A.N(p,a,b+o.c))}return r}, +aB(a,b,c,d){var s,r,q=this +if(c-b>1000){s=B.d.cc(b+c,2) +r=q.aB(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.aB(a,s,c,d)}return q.cp(a,b,c,d)}, +cp(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=65533,j=l.b,i=l.c,h=new A.O(""),g=b+1,f=a[b] +$label0$0:for(s=l.a;!0;){for(;!0;g=p){r="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE".charCodeAt(f)&31 +i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 +j=" \x000:XECCCCCN:lDb \x000:XECCCCCNvlDb \x000:XECCCCCN:lDb AAAAA\x00\x00\x00\x00\x00AAAAA00000AAAAA:::::AAAAAGG000AAAAA00KKKAAAAAG::::AAAAA:IIIIAAAAA000\x800AAAAA\x00\x00\x00\x00 AAAAA".charCodeAt(j+r) +if(j===0){h.a+=A.ar(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.ar(k) +break +case 65:h.a+=A.ar(k);--g +break +default:q=h.a+=A.ar(k) +h.a=q+A.ar(k) +break}else{l.b=j +l.c=g-1 +return""}j=0}if(g===c)break $label0$0 +p=g+1 +f=a[g]}p=g+1 +f=a[g] +if(f<128){while(!0){if(!(p=128){o=n-1 +p=n +break}p=n}if(o-g<20)for(m=g;m32)if(s)h.a+=A.ar(k) +else{l.b=77 +l.c=c +return""}l.b=j +l.c=i +s=h.a +return s.charCodeAt(0)==0?s:s}} +A.he.prototype={ +j(a){return this.b3()}} +A.z.prototype={ +gaa(){return A.aT(this.$thrownJsError)}} +A.cL.prototype={ +j(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.fr(s) +return"Assertion failed"}} +A.av.prototype={} +A.Z.prototype={ +gaD(){return"Invalid argument"+(!this.a?"(s)":"")}, +gaC(){return""}, +j(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+p,n=s.gaD()+q+o +if(!s.a)return n +return n+s.gaC()+": "+A.fr(s.gaP())}, +gaP(){return this.b}} +A.c3.prototype={ +gaP(){return this.b}, +gaD(){return"RangeError"}, +gaC(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+A.p(q):"" +else if(q==null)s=": Not greater than or equal to "+A.p(r) +else if(q>r)s=": Not in inclusive range "+A.p(r)+".."+A.p(q) +else s=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.a.m(e,0,75)+"..." +return g+"\n"+e}for(r=1,q=0,p=!1,o=0;o1?g+(" (at line "+r+", character "+(f-q+1)+")\n"):g+(" (at character "+(f+1)+")\n") +m=e.length +for(o=f;o78)if(f-q<75){l=q+75 +k=q +j="" +i="..."}else{if(m-f<75){k=m-75 +l=m +i=""}else{k=f-36 +l=f+36 +i="..."}j="..."}else{l=m +k=q +j="" +i=""}return g+j+B.a.m(e,k,l)+i+"\n"+B.a.bD(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.p(f)+")"):g}} +A.v.prototype={ +ag(a,b){return A.kS(this,A.J(this).k("v.E"),b)}, +ao(a,b){return new A.ax(this,b,A.J(this).k("ax"))}, +gh(a){var s,r=this.gv(this) +for(s=0;r.n();)++s +return s}, +gV(a){var s,r=this.gv(this) +if(!r.n())throw A.b(A.iv()) +s=r.gq(r) +if(r.n())throw A.b(A.l8()) +return s}, +p(a,b){var s,r +A.jq(b,"index") +s=this.gv(this) +for(r=b;s.n();){if(r===0)return s.gq(s);--r}throw A.b(A.E(b,b-r,this,"index"))}, +j(a){return A.l9(this,"(",")")}} +A.F.prototype={ +gt(a){return A.t.prototype.gt.call(this,this)}, +j(a){return"null"}} +A.t.prototype={$it:1, +K(a,b){return this===b}, +gt(a){return A.dD(this)}, +j(a){return"Instance of '"+A.fR(this)+"'"}, +gC(a){return A.n3(this)}, +toString(){return this.j(this)}} +A.eP.prototype={ +j(a){return""}, +$iae:1} +A.O.prototype={ +gh(a){return this.a.length}, +j(a){var s=this.a +return s.charCodeAt(0)==0?s:s}} +A.h1.prototype={ +$2(a,b){var s,r,q,p=B.a.br(b,"=") +if(p===-1){if(b!=="")J.fg(a,A.iP(b,0,b.length,this.a,!0),"")}else if(p!==0){s=B.a.m(b,0,p) +r=B.a.M(b,p+1) +q=this.a +J.fg(a,A.iP(s,0,s.length,q,!0),A.iP(r,0,r.length,q,!0))}return a}, +$S:45} +A.fY.prototype={ +$2(a,b){throw A.b(A.N("Illegal IPv4 address, "+a,this.a,b))}, +$S:40} +A.h_.prototype={ +$2(a,b){throw A.b(A.N("Illegal IPv6 address, "+a,this.a,b))}, +$S:17} +A.h0.prototype={ +$2(a,b){var s +if(b-a>4)this.a.$2("an IPv6 part can only contain a maximum of 4 hex digits",a) +s=A.ik(B.a.m(this.b,a,b),16) +if(s<0||s>65535)this.a.$2("each part must be in the range of `0x0..0xFFFF`",a) +return s}, +$S:18} +A.cw.prototype={ +gaf(){var s,r,q,p,o=this,n=o.w +if(n===$){s=o.a +r=s.length!==0?""+s+":":"" +q=o.c +p=q==null +if(!p||s==="file"){s=r+"//" +r=o.b +if(r.length!==0)s=s+r+"@" +if(!p)s+=q +r=o.d +if(r!=null)s=s+":"+A.p(r)}else s=r +s+=o.e +r=o.f +if(r!=null)s=s+"?"+r +r=o.r +if(r!=null)s=s+"#"+r +n!==$&&A.cF() +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +gt(a){var s,r=this,q=r.y +if(q===$){s=B.a.gt(r.gaf()) +r.y!==$&&A.cF() +r.y=s +q=s}return q}, +gaS(){var s,r=this,q=r.z +if(q===$){s=r.f +s=A.jz(s==null?"":s) +r.z!==$&&A.cF() +q=r.z=new A.bt(s,t.V)}return q}, +gbA(){return this.b}, +gaN(a){var s=this.c +if(s==null)return"" +if(B.a.B(s,"["))return B.a.m(s,1,s.length-1) +return s}, +gan(a){var s=this.d +return s==null?A.jP(this.a):s}, +gaR(a){var s=this.f +return s==null?"":s}, +gbl(){var s=this.r +return s==null?"":s}, +aT(a,b){var s,r,q,p,o=this,n=o.a,m=n==="file",l=o.b,k=o.d,j=o.c +if(!(j!=null))j=l.length!==0||k!=null||m?"":null +s=o.e +if(!m)r=j!=null&&s.length!==0 +else r=!0 +if(r&&!B.a.B(s,"/"))s="/"+s +q=s +p=A.iN(null,0,0,b) +return A.iL(n,l,j,k,q,p,o.r)}, +gbn(){return this.c!=null}, +gbq(){return this.f!=null}, +gbo(){return this.r!=null}, +j(a){return this.gaf()}, +K(a,b){var s,r,q=this +if(b==null)return!1 +if(q===b)return!0 +if(t.R.b(b))if(q.a===b.gar())if(q.c!=null===b.gbn())if(q.b===b.gbA())if(q.gaN(q)===b.gaN(b))if(q.gan(q)===b.gan(b))if(q.e===b.gbv(b)){s=q.f +r=s==null +if(!r===b.gbq()){if(r)s="" +if(s===b.gaR(b)){s=q.r +r=s==null +if(!r===b.gbo()){if(r)s="" +s=s===b.gbl()}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +$ie_:1, +gar(){return this.a}, +gbv(a){return this.e}} +A.hN.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=A.jV(B.i,a,B.h,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.jV(B.i,b,B.h,!0)}}, +$S:16} +A.hM.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.a2(b),r=this.a;s.n();)r.$2(a,s.gq(s))}, +$S:2} +A.fX.prototype={ +gbz(){var s,r,q,p,o=this,n=null,m=o.c +if(m==null){m=o.a +s=o.b[0]+1 +r=B.a.al(m,"?",s) +q=m.length +if(r>=0){p=A.cx(m,r+1,q,B.j,!1,!1) +q=r}else p=n +m=o.c=new A.ea("data","",n,n,A.cx(m,s,q,B.v,!1,!1),p,n)}return m}, +j(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.hY.prototype={ +$2(a,b){var s=this.a[a] +B.ah.cs(s,0,96,b) +return s}, +$S:21} +A.hZ.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:6} +A.eH.prototype={ +gbn(){return this.c>0}, +gbp(){return this.c>0&&this.d+1r?B.a.m(this.a,r,s-1):""}, +gaN(a){var s=this.c +return s>0?B.a.m(this.a,s,this.d):""}, +gan(a){var s,r=this +if(r.gbp())return A.ik(B.a.m(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.a.B(r.a,"http"))return 80 +if(s===5&&B.a.B(r.a,"https"))return 443 +return 0}, +gbv(a){return B.a.m(this.a,this.e,this.f)}, +gaR(a){var s=this.f,r=this.r +return s=s.r)return B.ag +return new A.bt(A.jz(s.gaR(s)),t.V)}, +aT(a,b){var s,r,q,p,o,n=this,m=null,l=n.gar(),k=l==="file",j=n.c,i=j>0?B.a.m(n.a,n.b+3,j):"",h=n.gbp()?n.gan(n):m +j=n.c +if(j>0)s=B.a.m(n.a,j,n.d) +else s=i.length!==0||h!=null||k?"":m +j=n.a +r=B.a.m(j,n.e,n.f) +if(!k)q=s!=null&&r.length!==0 +else q=!0 +if(q&&!B.a.B(r,"/"))r="/"+r +p=A.iN(m,0,0,b) +q=n.r +o=q>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.bI.prototype={ +j(a){var s,r=a.left +r.toString +s=a.top +s.toString +return"Rectangle ("+A.p(r)+", "+A.p(s)+") "+A.p(this.ga_(a))+" x "+A.p(this.gY(a))}, +K(a,b){var s,r +if(b==null)return!1 +if(t.q.b(b)){s=a.left +s.toString +r=b.left +r.toString +if(s===r){s=a.top +s.toString +r=b.top +r.toString +if(s===r){s=J.M(b) +s=this.ga_(a)===s.ga_(b)&&this.gY(a)===s.gY(b)}else s=!1}else s=!1}else s=!1 +return s}, +gt(a){var s,r=a.left +r.toString +s=a.top +s.toString +return A.iB(r,s,this.ga_(a),this.gY(a))}, +gb5(a){return a.height}, +gY(a){var s=this.gb5(a) +s.toString +return s}, +gbe(a){return a.width}, +ga_(a){var s=this.gbe(a) +s.toString +return s}, +$ib4:1} +A.d4.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.d5.prototype={ +gh(a){return a.length}} +A.q.prototype={ +gci(a){return new A.ay(a)}, +gP(a){return new A.ef(a)}, +j(a){return a.localName}, +H(a,b,c,d){var s,r,q,p +if(c==null){s=$.jd +if(s==null){s=A.n([],t.Q) +r=new A.c1(s) +s.push(A.jE(null)) +s.push(A.jK()) +$.jd=r +d=r}else d=s +s=$.jc +if(s==null){d.toString +s=new A.f0(d) +$.jc=s +c=s}else{d.toString +s.a=d +c=s}}if($.aH==null){s=document +r=s.implementation.createHTMLDocument("") +$.aH=r +$.it=r.createRange() +r=$.aH.createElement("base") +t.B.a(r) +s=s.baseURI +s.toString +r.href=s +$.aH.head.appendChild(r)}s=$.aH +if(s.body==null){r=s.createElement("body") +s.body=t.Y.a(r)}s=$.aH +if(t.Y.b(a)){s=s.body +s.toString +q=s}else{s.toString +q=s.createElement(a.tagName) +$.aH.body.appendChild(q)}if("createContextualFragment" in window.Range.prototype&&!B.b.E(B.ab,a.tagName)){$.it.selectNodeContents(q) +s=$.it +p=s.createContextualFragment(b)}else{q.innerHTML=b +p=$.aH.createDocumentFragment() +for(;s=q.firstChild,s!=null;)p.appendChild(s)}if(q!==$.aH.body)J.j3(q) +c.aX(p) +document.adoptNode(p) +return p}, +cn(a,b,c){return this.H(a,b,c,null)}, +sI(a,b){this.a9(a,b)}, +a9(a,b){a.textContent=null +a.appendChild(this.H(a,b,null,null))}, +gI(a){return a.innerHTML}, +$iq:1} +A.fo.prototype={ +$1(a){return t.h.b(a)}, +$S:11} +A.h.prototype={$ih:1} +A.c.prototype={ +bf(a,b,c,d){if(c!=null)this.bR(a,b,c,d)}, +L(a,b,c){return this.bf(a,b,c,null)}, +bR(a,b,c,d){return a.addEventListener(b,A.bb(c,1),d)}} +A.a4.prototype={$ia4:1} +A.d6.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.d7.prototype={ +gh(a){return a.length}} +A.d9.prototype={ +gh(a){return a.length}} +A.a5.prototype={$ia5:1} +A.da.prototype={ +gh(a){return a.length}} +A.b0.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.bO.prototype={} +A.a6.prototype={ +cF(a,b,c,d){return a.open(b,c,!0)}, +$ia6:1} +A.fx.prototype={ +$1(a){var s=a.responseText +s.toString +return s}, +$S:24} +A.fy.prototype={ +$1(a){var s,r,q,p=this.a,o=p.status +o.toString +s=o>=200&&o<300 +r=o>307&&o<400 +o=s||o===0||o===304||r +q=this.b +if(o)q.ai(0,p) +else q.aj(a)}, +$S:25} +A.b1.prototype={} +A.aJ.prototype={$iaJ:1} +A.bn.prototype={$ibn:1} +A.di.prototype={ +j(a){return String(a)}} +A.dj.prototype={ +gh(a){return a.length}} +A.dk.prototype={ +i(a,b){return A.aS(a.get(b))}, +A(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.aS(s.value[1]))}}, +gD(a){var s=A.n([],t.s) +this.A(a,new A.fL(s)) +return s}, +gh(a){return a.size}, +l(a,b,c){throw A.b(A.r("Not supported"))}, +$iy:1} +A.fL.prototype={ +$2(a,b){return this.a.push(a)}, +$S:2} +A.dl.prototype={ +i(a,b){return A.aS(a.get(b))}, +A(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.aS(s.value[1]))}}, +gD(a){var s=A.n([],t.s) +this.A(a,new A.fM(s)) +return s}, +gh(a){return a.size}, +l(a,b,c){throw A.b(A.r("Not supported"))}, +$iy:1} +A.fM.prototype={ +$2(a,b){return this.a.push(a)}, +$S:2} +A.a8.prototype={$ia8:1} +A.dm.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.L.prototype={ +gV(a){var s=this.a,r=s.childNodes.length +if(r===0)throw A.b(A.dJ("No elements")) +if(r>1)throw A.b(A.dJ("More than one element")) +s=s.firstChild +s.toString +return s}, +N(a,b){var s,r,q,p,o +if(b instanceof A.L){s=b.a +r=this.a +if(s!==r)for(q=s.childNodes.length,p=0;p>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.aa.prototype={ +gh(a){return a.length}, +$iaa:1} +A.dB.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.as.prototype={$ias:1} +A.dE.prototype={ +i(a,b){return A.aS(a.get(b))}, +A(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.aS(s.value[1]))}}, +gD(a){var s=A.n([],t.s) +this.A(a,new A.fS(s)) +return s}, +gh(a){return a.size}, +l(a,b,c){throw A.b(A.r("Not supported"))}, +$iy:1} +A.fS.prototype={ +$2(a,b){return this.a.push(a)}, +$S:2} +A.dG.prototype={ +gh(a){return a.length}} +A.ab.prototype={$iab:1} +A.dH.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.ac.prototype={$iac:1} +A.dI.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.ad.prototype={ +gh(a){return a.length}, +$iad:1} +A.dL.prototype={ +i(a,b){return a.getItem(A.bz(b))}, +l(a,b,c){a.setItem(b,c)}, +A(a,b){var s,r,q +for(s=0;!0;++s){r=a.key(s) +if(r==null)return +q=a.getItem(r) +q.toString +b.$2(r,q)}}, +gD(a){var s=A.n([],t.s) +this.A(a,new A.fU(s)) +return s}, +gh(a){return a.length}, +$iy:1} +A.fU.prototype={ +$2(a,b){return this.a.push(a)}, +$S:5} +A.X.prototype={$iX:1} +A.c5.prototype={ +H(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.au(a,b,c,d) +s=A.kZ(""+b+"
      ",c,d) +r=document.createDocumentFragment() +new A.L(r).N(0,new A.L(s)) +return r}} +A.dN.prototype={ +H(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.au(a,b,c,d) +s=document +r=s.createDocumentFragment() +s=new A.L(B.y.H(s.createElement("table"),b,c,d)) +s=new A.L(s.gV(s)) +new A.L(r).N(0,new A.L(s.gV(s))) +return r}} +A.dO.prototype={ +H(a,b,c,d){var s,r +if("createContextualFragment" in window.Range.prototype)return this.au(a,b,c,d) +s=document +r=s.createDocumentFragment() +s=new A.L(B.y.H(s.createElement("table"),b,c,d)) +new A.L(r).N(0,new A.L(s.gV(s))) +return r}} +A.br.prototype={ +a9(a,b){var s,r +a.textContent=null +s=a.content +s.toString +J.kF(s) +r=this.H(a,b,null,null) +a.content.appendChild(r)}, +$ibr:1} +A.b5.prototype={$ib5:1} +A.af.prototype={$iaf:1} +A.Y.prototype={$iY:1} +A.dQ.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.dR.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.dS.prototype={ +gh(a){return a.length}} +A.ag.prototype={$iag:1} +A.dT.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.dU.prototype={ +gh(a){return a.length}} +A.S.prototype={} +A.e0.prototype={ +j(a){return String(a)}} +A.e1.prototype={ +gh(a){return a.length}} +A.bu.prototype={$ibu:1} +A.e7.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.c8.prototype={ +j(a){var s,r,q,p=a.left +p.toString +s=a.top +s.toString +r=a.width +r.toString +q=a.height +q.toString +return"Rectangle ("+A.p(p)+", "+A.p(s)+") "+A.p(r)+" x "+A.p(q)}, +K(a,b){var s,r +if(b==null)return!1 +if(t.q.b(b)){s=a.left +s.toString +r=b.left +r.toString +if(s===r){s=a.top +s.toString +r=b.top +r.toString +if(s===r){s=a.width +s.toString +r=J.M(b) +if(s===r.ga_(b)){s=a.height +s.toString +r=s===r.gY(b) +s=r}else s=!1}else s=!1}else s=!1}else s=!1 +return s}, +gt(a){var s,r,q,p=a.left +p.toString +s=a.top +s.toString +r=a.width +r.toString +q=a.height +q.toString +return A.iB(p,s,r,q)}, +gb5(a){return a.height}, +gY(a){var s=a.height +s.toString +return s}, +gbe(a){return a.width}, +ga_(a){var s=a.width +s.toString +return s}} +A.el.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.cd.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.eK.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.eQ.prototype={ +gh(a){return a.length}, +i(a,b){var s=a.length +if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) +return a[b]}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return a[b]}, +$if:1, +$io:1, +$ij:1} +A.e5.prototype={ +A(a,b){var s,r,q,p,o,n +for(s=this.gD(this),r=s.length,q=this.a,p=0;p0)p[r]=q[0].toUpperCase()+B.a.M(q,1)}return B.b.T(p,"")}, +S(a){var s,r,q,p,o +for(s=a.length,r=0,q="";r0?q+"-":q)+o}return q.charCodeAt(0)==0?q:q}} +A.hc.prototype={ +$2(a,b){if(B.a.B(a,"data-"))this.b.$2(this.a.bb(B.a.M(a,5)),b)}, +$S:5} +A.hd.prototype={ +$2(a,b){if(B.a.B(a,"data-"))this.b.push(this.a.bb(B.a.M(a,5)))}, +$S:5} +A.ef.prototype={ +R(){var s,r,q,p,o=A.bS(t.N) +for(s=this.a.className.split(" "),r=s.length,q=0;q") +return}if(!l.a.W(a)){l.a2(a,b) +window +s=A.p(b) +if(typeof console!="undefined")window.console.warn("Removing disallowed element <"+e+"> from "+s) +return}if(g!=null)if(!l.a.O(a,"is",g)){l.a2(a,b) +window +if(typeof console!="undefined")window.console.warn("Removing disallowed type extension <"+e+' is="'+g+'">') +return}s=f.gD(f) +r=A.n(s.slice(0),A.by(s)) +for(q=f.gD(f).length-1,s=f.a,p="Removing disallowed attribute <"+e+" ";q>=0;--q){o=r[q] +n=l.a +m=J.kP(o) +A.bz(o) +if(!n.O(a,m,s.getAttribute(o))){window +n=s.getAttribute(o) +if(typeof console!="undefined")window.console.warn(p+o+'="'+A.p(n)+'">') +s.removeAttribute(o)}}if(t.f.b(a)){s=a.content +s.toString +l.aX(s)}}, +bE(a,b){switch(a.nodeType){case 1:this.c9(a,b) +break +case 8:case 11:case 3:case 4:break +default:this.a2(a,b)}}} +A.hR.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a +n.bE(a,b) +s=a.lastChild +for(;s!=null;){r=null +try{r=s.previousSibling +if(r!=null){q=r.nextSibling +p=s +p=q==null?p!=null:q!==p +q=p}else q=!1 +if(q){q=A.dJ("Corrupt HTML") +throw A.b(q)}}catch(o){q=s;++n.b +p=q.parentNode +if(a!==p){if(p!=null)p.removeChild(q)}else a.removeChild(q) +s=null +r=a.lastChild}if(s!=null)this.$2(s,a) +s=r}}, +$S:44} +A.e8.prototype={} +A.eb.prototype={} +A.ec.prototype={} +A.ed.prototype={} +A.ee.prototype={} +A.ei.prototype={} +A.ej.prototype={} +A.en.prototype={} +A.eo.prototype={} +A.eu.prototype={} +A.ev.prototype={} +A.ew.prototype={} +A.ex.prototype={} +A.ey.prototype={} +A.ez.prototype={} +A.eC.prototype={} +A.eD.prototype={} +A.eG.prototype={} +A.cl.prototype={} +A.cm.prototype={} +A.eI.prototype={} +A.eJ.prototype={} +A.eL.prototype={} +A.eT.prototype={} +A.eU.prototype={} +A.co.prototype={} +A.cp.prototype={} +A.eV.prototype={} +A.eW.prototype={} +A.f1.prototype={} +A.f2.prototype={} +A.f3.prototype={} +A.f4.prototype={} +A.f5.prototype={} +A.f6.prototype={} +A.f7.prototype={} +A.f8.prototype={} +A.f9.prototype={} +A.fa.prototype={} +A.cZ.prototype={ +aJ(a){var s=$.kn() +if(s.b.test(a))return a +throw A.b(A.is(a,"value","Not a valid class token"))}, +j(a){return this.R().T(0," ")}, +aW(a,b){var s,r,q +this.aJ(b) +s=this.R() +r=s.E(0,b) +if(!r){s.u(0,b) +q=!0}else{s.a5(0,b) +q=!1}this.ap(s) +return q}, +gv(a){var s=this.R() +return A.lB(s,s.r)}, +gh(a){return this.R().a}, +u(a,b){var s +this.aJ(b) +s=this.cD(0,new A.fm(b)) +return s==null?!1:s}, +a5(a,b){var s,r +this.aJ(b) +s=this.R() +r=s.a5(0,b) +this.ap(s) +return r}, +p(a,b){return this.R().p(0,b)}, +cD(a,b){var s=this.R(),r=b.$1(s) +this.ap(s) +return r}} +A.fm.prototype={ +$1(a){return a.u(0,this.a)}, +$S:32} +A.d8.prototype={ +gac(){var s=this.b,r=A.J(s) +return new A.ao(new A.ax(s,new A.fs(),r.k("ax")),new A.ft(),r.k("ao"))}, +l(a,b,c){var s=this.gac() +J.kO(s.b.$1(J.cH(s.a,b)),c)}, +gh(a){return J.aV(this.gac().a)}, +i(a,b){var s=this.gac() +return s.b.$1(J.cH(s.a,b))}, +gv(a){var s=A.jl(this.gac(),!1,t.h) +return new J.bf(s,s.length)}} +A.fs.prototype={ +$1(a){return t.h.b(a)}, +$S:11} +A.ft.prototype={ +$1(a){return t.h.a(a)}, +$S:33} +A.io.prototype={ +$1(a){return this.a.ai(0,a)}, +$S:4} +A.ip.prototype={ +$1(a){if(a==null)return this.a.aj(new A.fP(a===undefined)) +return this.a.aj(a)}, +$S:4} +A.fP.prototype={ +j(a){return"Promise was rejected with a value of `"+(this.a?"undefined":"null")+"`."}} +A.am.prototype={$iam:1} +A.df.prototype={ +gh(a){return a.length}, +i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) +return a.getItem(b)}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return this.i(a,b)}, +$if:1, +$ij:1} +A.aq.prototype={$iaq:1} +A.dx.prototype={ +gh(a){return a.length}, +i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) +return a.getItem(b)}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return this.i(a,b)}, +$if:1, +$ij:1} +A.dC.prototype={ +gh(a){return a.length}} +A.bp.prototype={$ibp:1} +A.dM.prototype={ +gh(a){return a.length}, +i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) +return a.getItem(b)}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return this.i(a,b)}, +$if:1, +$ij:1} +A.cO.prototype={ +R(){var s,r,q,p,o=this.a.getAttribute("class"),n=A.bS(t.N) +if(o==null)return n +for(s=o.split(" "),r=s.length,q=0;q'+b+"",c) +q=o.createDocumentFragment() +o=new A.L(r) +p=o.gV(o) +for(;o=p.firstChild,o!=null;)q.appendChild(o) +return q}, +$ii:1} +A.au.prototype={$iau:1} +A.dV.prototype={ +gh(a){return a.length}, +i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) +return a.getItem(b)}, +l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, +p(a,b){return this.i(a,b)}, +$if:1, +$ij:1} +A.er.prototype={} +A.es.prototype={} +A.eA.prototype={} +A.eB.prototype={} +A.eN.prototype={} +A.eO.prototype={} +A.eX.prototype={} +A.eY.prototype={} +A.cP.prototype={ +gh(a){return a.length}} +A.cQ.prototype={ +i(a,b){return A.aS(a.get(b))}, +A(a,b){var s,r=a.entries() +for(;!0;){s=r.next() +if(s.done)return +b.$2(s.value[0],A.aS(s.value[1]))}}, +gD(a){var s=A.n([],t.s) +this.A(a,new A.fj(s)) +return s}, +gh(a){return a.size}, +l(a,b,c){throw A.b(A.r("Not supported"))}, +$iy:1} +A.fj.prototype={ +$2(a,b){return this.a.push(a)}, +$S:2} +A.cR.prototype={ +gh(a){return a.length}} +A.aF.prototype={} +A.dy.prototype={ +gh(a){return a.length}} +A.e6.prototype={} +A.B.prototype={ +b3(){return"Kind."+this.b}, +j(a){var s +switch(this.a){case 0:s="accessor" +break +case 1:s="constant" +break +case 2:s="constructor" +break +case 3:s="class" +break +case 4:s="dynamic" +break +case 5:s="enum" +break +case 6:s="extension" +break +case 7:s="function" +break +case 8:s="library" +break +case 9:s="method" +break +case 10:s="mixin" +break +case 11:s="Never" +break +case 12:s="package" +break +case 13:s="parameter" +break +case 14:s="prefix" +break +case 15:s="property" +break +case 16:s="SDK" +break +case 17:s="topic" +break +case 18:s="top-level constant" +break +case 19:s="top-level property" +break +case 20:s="typedef" +break +case 21:s="type parameter" +break +default:s=null}return s}} +A.Q.prototype={ +b3(){return"_MatchPosition."+this.b}} +A.fz.prototype={ +bk(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=null +if(b.length===0)return A.n([],t.M) +s=b.toLowerCase() +r=A.n([],t.r) +for(q=this.a,p=q.length,o=s.length>1,n="dart:"+s,m=0;m") +m=new A.fz(A.jm(new A.ap(o,A.nm(),n),!0,n.k("a7.E"))) +l=A.fZ(String(window.location)).gaS().i(0,"search") +if(l!=null){k=m.bk(0,l) +if(k.length!==0){j=B.b.gct(k).e +if(j!=null){window.location.assign($.cG()+j) +s=1 +break}}}n=p.b +if(n!=null)A.iH(m).aO(0,n) +n=p.c +if(n!=null)A.iH(m).aO(0,n) +n=p.d +if(n!=null)A.iH(m).aO(0,n) +case 1:return A.me(q,r)}}) +return A.mf($async$$1,r)}, +$S:39} +A.hA.prototype={ +gU(){var s,r,q=this,p=q.c +if(p===$){s=document.createElement("div") +s.setAttribute("role","listbox") +s.setAttribute("aria-expanded","false") +r=s.style +r.display="none" +J.a1(s).u(0,"tt-menu") +s.appendChild(q.gbu()) +s.appendChild(q.ga8()) +q.c!==$&&A.cF() +q.c=s +p=s}return p}, +gbu(){var s,r=this.d +if(r===$){s=document.createElement("div") +J.a1(s).u(0,"enter-search-message") +this.d!==$&&A.cF() +this.d=s +r=s}return r}, +ga8(){var s,r=this.e +if(r===$){s=document.createElement("div") +J.a1(s).u(0,"tt-search-results") +this.e!==$&&A.cF() +this.e=s +r=s}return r}, +aO(a,b){var s,r,q,p=this +b.disabled=!1 +b.setAttribute("placeholder","Search API Docs") +s=document +B.K.L(s,"keydown",new A.hB(b)) +r=s.createElement("div") +J.a1(r).u(0,"tt-wrapper") +B.f.bx(b,r) +b.setAttribute("autocomplete","off") +b.setAttribute("spellcheck","false") +b.classList.add("tt-input") +r.appendChild(b) +r.appendChild(p.gU()) +p.bF(b) +if(B.a.E(window.location.href,"search.html")){q=p.b.gaS().i(0,"q") +if(q==null)return +q=B.o.X(q) +$.iV=$.i5 +p.cA(q,!0) +p.bG(q) +p.aM() +$.iV=10}}, +bG(a){var s,r,q,p,o,n="search-summary",m=document,l=m.getElementById("dartdoc-main-content") +if(l==null)return +l.textContent="" +s=m.createElement("section") +J.a1(s).u(0,n) +l.appendChild(s) +s=m.createElement("h2") +J.fh(s,"Search Results") +l.appendChild(s) +s=m.createElement("div") +r=J.M(s) +r.gP(s).u(0,n) +r.sI(s,""+$.i5+' results for "'+a+'"') +l.appendChild(s) +if($.b9.a!==0)for(m=$.b9.gbB($.b9),m=new A.bV(J.a2(m.a),m.b),s=A.J(m).z[1];m.n();){r=m.a +l.appendChild(r==null?s.a(r):r)}else{q=m.createElement("div") +s=J.M(q) +s.gP(q).u(0,n) +s.sI(q,'There was not a match for "'+a+'". Want to try searching from additional Dart-related sites? ') +p=A.fZ("https://dart.dev/search?cx=011220921317074318178%3A_yy-tmb5t_i&ie=UTF-8&hl=en&q=").aT(0,A.ji(["q",a],t.N,t.z)) +o=m.createElement("a") +o.setAttribute("href",p.gaf()) +o.textContent="Search on dart.dev." +q.appendChild(o) +l.appendChild(q)}}, +aM(){var s=this.gU(),r=s.style +r.display="none" +s.setAttribute("aria-expanded","false") +return s}, +by(a,b,c){var s,r,q,p,o=this +o.x=A.n([],t.M) +s=o.w +B.b.ah(s) +$.b9.ah(0) +o.ga8().textContent="" +r=b.length +if(r===0){o.aM() +return}for(q=0;q10?'Press "Enter" key to see all '+p+" results":""}, +cS(a,b){return this.by(a,b,!1)}, +aL(a,b,c){var s,r,q,p=this +if(p.r===a&&!b)return +if(a==null||a.length===0){p.cS("",A.n([],t.M)) +return}s=p.a.bk(0,a) +r=s.length +$.i5=r +q=$.iV +if(r>q)s=B.b.bI(s,0,q) +p.r=a +p.by(a,s,c)}, +cA(a,b){return this.aL(a,!1,b)}, +bm(a){return this.aL(a,!1,!1)}, +cz(a,b){return this.aL(a,b,!1)}, +bi(a){var s,r=this +r.y=-1 +s=r.f +if(s!=null){a.value=s +r.f=null}r.aM()}, +bF(a){var s=this +B.f.L(a,"focus",new A.hC(s,a)) +B.f.L(a,"blur",new A.hD(s,a)) +B.f.L(a,"input",new A.hE(s,a)) +B.f.L(a,"keydown",new A.hF(s,a))}} +A.hB.prototype={ +$1(a){if(!t.v.b(a))return +if(a.key==="/"&&!t.p.b(document.activeElement)){a.preventDefault() +this.a.focus()}}, +$S:1} +A.hC.prototype={ +$1(a){this.a.cz(this.b.value,!0)}, +$S:1} +A.hD.prototype={ +$1(a){this.a.bi(this.b)}, +$S:1} +A.hE.prototype={ +$1(a){this.a.bm(this.b.value)}, +$S:1} +A.hF.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e="tt-cursor" +if(a.type!=="keydown")return +t.v.a(a) +s=a.code +if(s==="Enter"){a.preventDefault() +s=f.a +r=s.y +if(r!==-1){s=s.w[r] +q=s.getAttribute("data-"+new A.aP(new A.ay(s)).S("href")) +if(q!=null)window.location.assign($.cG()+q) +return}else{p=B.o.X(s.r) +o=A.fZ($.cG()+"search.html").aT(0,A.ji(["q",p],t.N,t.z)) +window.location.assign(o.gaf()) +return}}r=f.a +n=r.w +m=n.length-1 +l=r.y +if(s==="ArrowUp")if(l===-1)r.y=m +else r.y=l-1 +else if(s==="ArrowDown")if(l===m)r.y=-1 +else r.y=l+1 +else if(s==="Escape")r.bi(f.b) +else{if(r.f!=null){r.f=null +r.bm(f.b.value)}return}s=l!==-1 +if(s)J.a1(n[l]).a5(0,e) +k=r.y +if(k!==-1){j=n[k] +J.a1(j).u(0,e) +s=r.y +if(s===0)r.gU().scrollTop=0 +else if(s===m)r.gU().scrollTop=B.d.a6(B.e.a6(r.gU().scrollHeight)) +else{i=B.e.a6(j.offsetTop) +h=B.e.a6(r.gU().offsetHeight) +if(i"+A.p(a.i(0,0))+""}, +$S:41} +A.ih.prototype={ +$1(a){var s=this.a +if(s!=null)J.a1(s).aW(0,"active") +s=this.b +if(s!=null)J.a1(s).aW(0,"active")}, +$S:12} +A.id.prototype={ +$1(a){var s="dark-theme",r="colorTheme",q="light-theme",p=this.a,o=this.b +if(p.checked===!0){o.setAttribute("class",s) +p.setAttribute("value",s) +window.localStorage.setItem(r,"true")}else{o.setAttribute("class",q) +p.setAttribute("value",q) +window.localStorage.setItem(r,"false")}}, +$S:1};(function aliases(){var s=J.bj.prototype +s.bJ=s.j +s=J.aL.prototype +s.bL=s.j +s=A.v.prototype +s.bK=s.ao +s=A.q.prototype +s.au=s.H +s=A.ck.prototype +s.bM=s.O})();(function installTearOffs(){var s=hunkHelpers._static_2,r=hunkHelpers._static_1,q=hunkHelpers._static_0,p=hunkHelpers.installInstanceTearOff,o=hunkHelpers.installStaticTearOff +s(J,"ms","ld",42) +r(A,"mU","lu",3) +r(A,"mV","lv",3) +r(A,"mW","lw",3) +q(A,"kb","mM",0) +p(A.c7.prototype,"gck",0,1,null,["$2","$1"],["ak","aj"],22,0,0) +o(A,"n5",4,null,["$4"],["lz"],14,0) +o(A,"n6",4,null,["$4"],["lA"],14,0) +r(A,"nm","l4",29)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.inherit,q=hunkHelpers.inheritMany +r(A.t,null) +q(A.t,[A.iy,J.bj,J.bf,A.v,A.cS,A.z,A.e,A.fT,A.bT,A.bV,A.e2,A.bM,A.dY,A.ci,A.bF,A.fV,A.fQ,A.bL,A.cn,A.aG,A.w,A.fI,A.dg,A.fD,A.et,A.h7,A.W,A.ek,A.hL,A.hJ,A.e3,A.cN,A.c7,A.bv,A.I,A.e4,A.eM,A.hS,A.at,A.hu,A.cc,A.f_,A.bU,A.cW,A.cY,A.fw,A.hP,A.hO,A.he,A.dz,A.c4,A.hg,A.fu,A.F,A.eP,A.O,A.cw,A.fX,A.eH,A.fn,A.iu,A.eh,A.bw,A.D,A.c1,A.ck,A.eR,A.bN,A.hz,A.f0,A.fP,A.fz,A.K,A.fp,A.hA]) +q(J.bj,[J.dc,J.bQ,J.a,J.bl,J.bm,J.bk,J.aK]) +q(J.a,[J.aL,J.A,A.dn,A.bY,A.c,A.cI,A.bE,A.a_,A.x,A.e8,A.P,A.d2,A.d3,A.eb,A.bI,A.ed,A.d5,A.h,A.ei,A.a5,A.da,A.en,A.di,A.dj,A.eu,A.ev,A.a8,A.ew,A.ey,A.aa,A.eC,A.eG,A.ac,A.eI,A.ad,A.eL,A.X,A.eT,A.dS,A.ag,A.eV,A.dU,A.e0,A.f1,A.f3,A.f5,A.f7,A.f9,A.am,A.er,A.aq,A.eA,A.dC,A.eN,A.au,A.eX,A.cP,A.e6]) +q(J.aL,[J.dA,J.b7,J.al]) +r(J.fE,J.A) +q(J.bk,[J.bP,J.dd]) +q(A.v,[A.aO,A.f,A.ao,A.ax]) +q(A.aO,[A.aX,A.cy]) +r(A.c9,A.aX) +r(A.c6,A.cy) +r(A.ak,A.c6) +q(A.z,[A.bR,A.av,A.de,A.dX,A.e9,A.dF,A.eg,A.cL,A.Z,A.dZ,A.dW,A.bq,A.cX]) +q(A.e,[A.bs,A.L,A.d8]) +r(A.cV,A.bs) +q(A.f,[A.a7,A.an]) +r(A.bJ,A.ao) +q(A.a7,[A.ap,A.eq]) +r(A.eE,A.ci) +r(A.eF,A.eE) +r(A.bG,A.bF) +r(A.c2,A.av) +q(A.aG,[A.cT,A.cU,A.dP,A.fF,A.ia,A.ic,A.h9,A.h8,A.hT,A.hl,A.hs,A.hy,A.hZ,A.i_,A.fo,A.fx,A.fy,A.hf,A.fO,A.fN,A.hG,A.hH,A.hI,A.fm,A.fs,A.ft,A.io,A.ip,A.fC,A.fB,A.ii,A.ij,A.ie,A.hB,A.hC,A.hD,A.hE,A.hF,A.hW,A.hX,A.i0,A.ih,A.id]) +q(A.dP,[A.dK,A.bh]) +q(A.w,[A.b2,A.ep,A.e5,A.aP]) +q(A.cU,[A.ib,A.hU,A.i6,A.hm,A.fJ,A.h1,A.fY,A.h_,A.h0,A.hN,A.hM,A.hY,A.fL,A.fM,A.fS,A.fU,A.hc,A.hd,A.hR,A.fj,A.fA]) +q(A.bY,[A.dp,A.bo]) +q(A.bo,[A.ce,A.cg]) +r(A.cf,A.ce) +r(A.bW,A.cf) +r(A.ch,A.cg) +r(A.bX,A.ch) +q(A.bW,[A.dq,A.dr]) +q(A.bX,[A.ds,A.dt,A.du,A.dv,A.dw,A.bZ,A.c_]) +r(A.cq,A.eg) +q(A.cT,[A.ha,A.hb,A.hK,A.hh,A.ho,A.hn,A.hk,A.hj,A.hi,A.hr,A.hq,A.hp,A.i4,A.hx,A.h5,A.h4,A.i1,A.ig]) +r(A.b8,A.c7) +r(A.hw,A.hS) +q(A.at,[A.cj,A.cZ]) +r(A.cb,A.cj) +r(A.cv,A.bU) +r(A.bt,A.cv) +q(A.cW,[A.fk,A.fq,A.fG]) +q(A.cY,[A.fl,A.fv,A.fH,A.h6,A.h3]) +r(A.h2,A.fq) +q(A.Z,[A.c3,A.db]) +r(A.ea,A.cw) +q(A.c,[A.m,A.d7,A.b1,A.ab,A.cl,A.af,A.Y,A.co,A.e1,A.cR,A.aF]) +q(A.m,[A.q,A.a3,A.aZ,A.bu]) +q(A.q,[A.l,A.i]) +q(A.l,[A.cJ,A.cK,A.bg,A.aW,A.d9,A.aJ,A.dG,A.c5,A.dN,A.dO,A.br,A.b5]) +r(A.d_,A.a_) +r(A.bi,A.e8) +q(A.P,[A.d0,A.d1]) +r(A.ec,A.eb) +r(A.bH,A.ec) +r(A.ee,A.ed) +r(A.d4,A.ee) +r(A.a4,A.bE) +r(A.ej,A.ei) +r(A.d6,A.ej) +r(A.eo,A.en) +r(A.b0,A.eo) +r(A.bO,A.aZ) +r(A.a6,A.b1) +q(A.h,[A.S,A.as]) +r(A.bn,A.S) +r(A.dk,A.eu) +r(A.dl,A.ev) +r(A.ex,A.ew) +r(A.dm,A.ex) +r(A.ez,A.ey) +r(A.c0,A.ez) +r(A.eD,A.eC) +r(A.dB,A.eD) +r(A.dE,A.eG) +r(A.cm,A.cl) +r(A.dH,A.cm) +r(A.eJ,A.eI) +r(A.dI,A.eJ) +r(A.dL,A.eL) +r(A.eU,A.eT) +r(A.dQ,A.eU) +r(A.cp,A.co) +r(A.dR,A.cp) +r(A.eW,A.eV) +r(A.dT,A.eW) +r(A.f2,A.f1) +r(A.e7,A.f2) +r(A.c8,A.bI) +r(A.f4,A.f3) +r(A.el,A.f4) +r(A.f6,A.f5) +r(A.cd,A.f6) +r(A.f8,A.f7) +r(A.eK,A.f8) +r(A.fa,A.f9) +r(A.eQ,A.fa) +r(A.ay,A.e5) +q(A.cZ,[A.ef,A.cO]) +r(A.eS,A.ck) +r(A.es,A.er) +r(A.df,A.es) +r(A.eB,A.eA) +r(A.dx,A.eB) +r(A.bp,A.i) +r(A.eO,A.eN) +r(A.dM,A.eO) +r(A.eY,A.eX) +r(A.dV,A.eY) +r(A.cQ,A.e6) +r(A.dy,A.aF) +q(A.he,[A.B,A.Q]) +s(A.bs,A.dY) +s(A.cy,A.e) +s(A.ce,A.e) +s(A.cf,A.bM) +s(A.cg,A.e) +s(A.ch,A.bM) +s(A.cv,A.f_) +s(A.e8,A.fn) +s(A.eb,A.e) +s(A.ec,A.D) +s(A.ed,A.e) +s(A.ee,A.D) +s(A.ei,A.e) +s(A.ej,A.D) +s(A.en,A.e) +s(A.eo,A.D) +s(A.eu,A.w) +s(A.ev,A.w) +s(A.ew,A.e) +s(A.ex,A.D) +s(A.ey,A.e) +s(A.ez,A.D) +s(A.eC,A.e) +s(A.eD,A.D) +s(A.eG,A.w) +s(A.cl,A.e) +s(A.cm,A.D) +s(A.eI,A.e) +s(A.eJ,A.D) +s(A.eL,A.w) +s(A.eT,A.e) +s(A.eU,A.D) +s(A.co,A.e) +s(A.cp,A.D) +s(A.eV,A.e) +s(A.eW,A.D) +s(A.f1,A.e) +s(A.f2,A.D) +s(A.f3,A.e) +s(A.f4,A.D) +s(A.f5,A.e) +s(A.f6,A.D) +s(A.f7,A.e) +s(A.f8,A.D) +s(A.f9,A.e) +s(A.fa,A.D) +s(A.er,A.e) +s(A.es,A.D) +s(A.eA,A.e) +s(A.eB,A.D) +s(A.eN,A.e) +s(A.eO,A.D) +s(A.eX,A.e) +s(A.eY,A.D) +s(A.e6,A.w)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{k:"int",H:"double",U:"num",d:"String",ah:"bool",F:"Null",j:"List"},mangledNames:{},types:["~()","F(h)","~(d,@)","~(~())","~(@)","~(d,d)","~(b6,d,k)","F()","@()","F(@)","ah(d)","ah(m)","~(h)","ah(a9)","ah(q,d,d,bw)","F(d)","~(d,d?)","~(d,k?)","k(k,k)","@(d)","~(k,@)","b6(@,@)","~(t[ae?])","F(t,ae)","d(a6)","~(as)","F(~())","I<@>(@)","~(t?,t?)","K(y)","d(d)","F(@,ae)","ah(aM)","q(m)","~(Q)","k(+item,matchPosition(K,Q),+item,matchPosition(K,Q))","K(+item,matchPosition(K,Q))","@(@)","d()","aI(@)","~(d,k)","d(fK)","k(@,@)","@(@,d)","~(m,m?)","y(y,d)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;item,matchPosition":(a,b)=>c=>c instanceof A.eF&&a.b(c.a)&&b.b(c.b)}} +A.lS(v.typeUniverse,JSON.parse('{"dA":"aL","b7":"aL","al":"aL","nO":"a","nP":"a","nu":"a","ns":"h","nK":"h","nv":"aF","nt":"c","nS":"c","nU":"c","nr":"i","nL":"i","oe":"as","nw":"l","nR":"l","nV":"m","nJ":"m","oa":"aZ","o9":"Y","nA":"S","nz":"a3","nX":"a3","nQ":"q","nN":"b1","nM":"b0","nB":"x","nE":"a_","nG":"X","nH":"P","nD":"P","nF":"P","dc":{"u":[]},"bQ":{"F":[],"u":[]},"aL":{"a":[]},"A":{"j":["1"],"a":[],"f":["1"]},"fE":{"A":["1"],"j":["1"],"a":[],"f":["1"]},"bk":{"H":[],"U":[]},"bP":{"H":[],"k":[],"U":[],"u":[]},"dd":{"H":[],"U":[],"u":[]},"aK":{"d":[],"u":[]},"aO":{"v":["2"]},"aX":{"aO":["1","2"],"v":["2"],"v.E":"2"},"c9":{"aX":["1","2"],"aO":["1","2"],"f":["2"],"v":["2"],"v.E":"2"},"c6":{"e":["2"],"j":["2"],"aO":["1","2"],"f":["2"],"v":["2"]},"ak":{"c6":["1","2"],"e":["2"],"j":["2"],"aO":["1","2"],"f":["2"],"v":["2"],"e.E":"2","v.E":"2"},"bR":{"z":[]},"cV":{"e":["k"],"j":["k"],"f":["k"],"e.E":"k"},"f":{"v":["1"]},"a7":{"f":["1"],"v":["1"]},"ao":{"v":["2"],"v.E":"2"},"bJ":{"ao":["1","2"],"f":["2"],"v":["2"],"v.E":"2"},"ap":{"a7":["2"],"f":["2"],"v":["2"],"a7.E":"2","v.E":"2"},"ax":{"v":["1"],"v.E":"1"},"bs":{"e":["1"],"j":["1"],"f":["1"]},"bF":{"y":["1","2"]},"bG":{"y":["1","2"]},"c2":{"av":[],"z":[]},"de":{"z":[]},"dX":{"z":[]},"cn":{"ae":[]},"aG":{"b_":[]},"cT":{"b_":[]},"cU":{"b_":[]},"dP":{"b_":[]},"dK":{"b_":[]},"bh":{"b_":[]},"e9":{"z":[]},"dF":{"z":[]},"b2":{"w":["1","2"],"y":["1","2"],"w.V":"2"},"an":{"f":["1"],"v":["1"],"v.E":"1"},"et":{"iC":[],"fK":[]},"dn":{"a":[],"u":[]},"bY":{"a":[]},"dp":{"a":[],"u":[]},"bo":{"o":["1"],"a":[]},"bW":{"e":["H"],"o":["H"],"j":["H"],"a":[],"f":["H"]},"bX":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"]},"dq":{"e":["H"],"o":["H"],"j":["H"],"a":[],"f":["H"],"u":[],"e.E":"H"},"dr":{"e":["H"],"o":["H"],"j":["H"],"a":[],"f":["H"],"u":[],"e.E":"H"},"ds":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"dt":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"du":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"dv":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"dw":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"bZ":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"c_":{"e":["k"],"b6":[],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"eg":{"z":[]},"cq":{"av":[],"z":[]},"I":{"aI":["1"]},"cN":{"z":[]},"b8":{"c7":["1"]},"cb":{"at":["1"],"aM":["1"],"f":["1"]},"e":{"j":["1"],"f":["1"]},"w":{"y":["1","2"]},"bU":{"y":["1","2"]},"bt":{"y":["1","2"]},"at":{"aM":["1"],"f":["1"]},"cj":{"at":["1"],"aM":["1"],"f":["1"]},"ep":{"w":["d","@"],"y":["d","@"],"w.V":"@"},"eq":{"a7":["d"],"f":["d"],"v":["d"],"a7.E":"d","v.E":"d"},"H":{"U":[]},"k":{"U":[]},"j":{"f":["1"]},"iC":{"fK":[]},"aM":{"f":["1"],"v":["1"]},"cL":{"z":[]},"av":{"z":[]},"Z":{"z":[]},"c3":{"z":[]},"db":{"z":[]},"dZ":{"z":[]},"dW":{"z":[]},"bq":{"z":[]},"cX":{"z":[]},"dz":{"z":[]},"c4":{"z":[]},"eP":{"ae":[]},"cw":{"e_":[]},"eH":{"e_":[]},"ea":{"e_":[]},"x":{"a":[]},"q":{"m":[],"a":[]},"h":{"a":[]},"a4":{"a":[]},"a5":{"a":[]},"a6":{"a":[]},"a8":{"a":[]},"m":{"a":[]},"aa":{"a":[]},"as":{"h":[],"a":[]},"ab":{"a":[]},"ac":{"a":[]},"ad":{"a":[]},"X":{"a":[]},"af":{"a":[]},"Y":{"a":[]},"ag":{"a":[]},"bw":{"a9":[]},"l":{"q":[],"m":[],"a":[]},"cI":{"a":[]},"cJ":{"q":[],"m":[],"a":[]},"cK":{"q":[],"m":[],"a":[]},"bg":{"q":[],"m":[],"a":[]},"bE":{"a":[]},"aW":{"q":[],"m":[],"a":[]},"a3":{"m":[],"a":[]},"d_":{"a":[]},"bi":{"a":[]},"P":{"a":[]},"a_":{"a":[]},"d0":{"a":[]},"d1":{"a":[]},"d2":{"a":[]},"aZ":{"m":[],"a":[]},"d3":{"a":[]},"bH":{"e":["b4"],"j":["b4"],"o":["b4"],"a":[],"f":["b4"],"e.E":"b4"},"bI":{"a":[],"b4":["U"]},"d4":{"e":["d"],"j":["d"],"o":["d"],"a":[],"f":["d"],"e.E":"d"},"d5":{"a":[]},"c":{"a":[]},"d6":{"e":["a4"],"j":["a4"],"o":["a4"],"a":[],"f":["a4"],"e.E":"a4"},"d7":{"a":[]},"d9":{"q":[],"m":[],"a":[]},"da":{"a":[]},"b0":{"e":["m"],"j":["m"],"o":["m"],"a":[],"f":["m"],"e.E":"m"},"bO":{"m":[],"a":[]},"b1":{"a":[]},"aJ":{"q":[],"m":[],"a":[]},"bn":{"h":[],"a":[]},"di":{"a":[]},"dj":{"a":[]},"dk":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"dl":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"dm":{"e":["a8"],"j":["a8"],"o":["a8"],"a":[],"f":["a8"],"e.E":"a8"},"L":{"e":["m"],"j":["m"],"f":["m"],"e.E":"m"},"c0":{"e":["m"],"j":["m"],"o":["m"],"a":[],"f":["m"],"e.E":"m"},"dB":{"e":["aa"],"j":["aa"],"o":["aa"],"a":[],"f":["aa"],"e.E":"aa"},"dE":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"dG":{"q":[],"m":[],"a":[]},"dH":{"e":["ab"],"j":["ab"],"o":["ab"],"a":[],"f":["ab"],"e.E":"ab"},"dI":{"e":["ac"],"j":["ac"],"o":["ac"],"a":[],"f":["ac"],"e.E":"ac"},"dL":{"a":[],"w":["d","d"],"y":["d","d"],"w.V":"d"},"c5":{"q":[],"m":[],"a":[]},"dN":{"q":[],"m":[],"a":[]},"dO":{"q":[],"m":[],"a":[]},"br":{"q":[],"m":[],"a":[]},"b5":{"q":[],"m":[],"a":[]},"dQ":{"e":["Y"],"j":["Y"],"o":["Y"],"a":[],"f":["Y"],"e.E":"Y"},"dR":{"e":["af"],"j":["af"],"o":["af"],"a":[],"f":["af"],"e.E":"af"},"dS":{"a":[]},"dT":{"e":["ag"],"j":["ag"],"o":["ag"],"a":[],"f":["ag"],"e.E":"ag"},"dU":{"a":[]},"S":{"h":[],"a":[]},"e0":{"a":[]},"e1":{"a":[]},"bu":{"m":[],"a":[]},"e7":{"e":["x"],"j":["x"],"o":["x"],"a":[],"f":["x"],"e.E":"x"},"c8":{"a":[],"b4":["U"]},"el":{"e":["a5?"],"j":["a5?"],"o":["a5?"],"a":[],"f":["a5?"],"e.E":"a5?"},"cd":{"e":["m"],"j":["m"],"o":["m"],"a":[],"f":["m"],"e.E":"m"},"eK":{"e":["ad"],"j":["ad"],"o":["ad"],"a":[],"f":["ad"],"e.E":"ad"},"eQ":{"e":["X"],"j":["X"],"o":["X"],"a":[],"f":["X"],"e.E":"X"},"e5":{"w":["d","d"],"y":["d","d"]},"ay":{"w":["d","d"],"y":["d","d"],"w.V":"d"},"aP":{"w":["d","d"],"y":["d","d"],"w.V":"d"},"ef":{"at":["d"],"aM":["d"],"f":["d"]},"c1":{"a9":[]},"ck":{"a9":[]},"eS":{"a9":[]},"eR":{"a9":[]},"cZ":{"at":["d"],"aM":["d"],"f":["d"]},"d8":{"e":["q"],"j":["q"],"f":["q"],"e.E":"q"},"am":{"a":[]},"aq":{"a":[]},"au":{"a":[]},"df":{"e":["am"],"j":["am"],"a":[],"f":["am"],"e.E":"am"},"dx":{"e":["aq"],"j":["aq"],"a":[],"f":["aq"],"e.E":"aq"},"dC":{"a":[]},"bp":{"i":[],"q":[],"m":[],"a":[]},"dM":{"e":["d"],"j":["d"],"a":[],"f":["d"],"e.E":"d"},"cO":{"at":["d"],"aM":["d"],"f":["d"]},"i":{"q":[],"m":[],"a":[]},"dV":{"e":["au"],"j":["au"],"a":[],"f":["au"],"e.E":"au"},"cP":{"a":[]},"cQ":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"cR":{"a":[]},"aF":{"a":[]},"dy":{"a":[]},"l7":{"j":["k"],"f":["k"]},"b6":{"j":["k"],"f":["k"]},"lp":{"j":["k"],"f":["k"]},"l5":{"j":["k"],"f":["k"]},"ln":{"j":["k"],"f":["k"]},"l6":{"j":["k"],"f":["k"]},"lo":{"j":["k"],"f":["k"]},"l1":{"j":["H"],"f":["H"]},"l2":{"j":["H"],"f":["H"]}}')) +A.lR(v.typeUniverse,JSON.parse('{"bf":1,"bT":1,"bV":2,"e2":1,"bM":1,"dY":1,"bs":1,"cy":2,"bF":2,"dg":1,"bo":1,"eM":1,"cc":1,"f_":2,"bU":2,"cj":1,"cv":2,"cW":2,"cY":2,"eh":1,"D":1,"bN":1}')) +var u={c:"Error handler must accept one Object or one Object and a StackTrace as arguments, and return a value of the returned future's type"} +var t=(function rtii(){var s=A.fd +return{B:s("bg"),Y:s("aW"),O:s("f<@>"),h:s("q"),U:s("z"),D:s("h"),Z:s("b_"),p:s("aJ"),k:s("A"),M:s("A"),Q:s("A"),r:s("A<+item,matchPosition(K,Q)>"),s:s("A"),b:s("A<@>"),t:s("A"),T:s("bQ"),g:s("al"),G:s("o<@>"),e:s("a"),v:s("bn"),j:s("j<@>"),a:s("y"),I:s("ap"),W:s("ap<+item,matchPosition(K,Q),K>"),P:s("F"),K:s("t"),L:s("nT"),d:s("+()"),q:s("b4"),F:s("iC"),c:s("bp"),l:s("ae"),N:s("d"),u:s("i"),f:s("br"),J:s("b5"),m:s("u"),n:s("av"),bX:s("b6"),o:s("b7"),V:s("bt"),R:s("e_"),E:s("b8"),x:s("bu"),ba:s("L"),bR:s("I"),aY:s("I<@>"),y:s("ah"),i:s("H"),z:s("@"),w:s("@(t)"),C:s("@(t,ae)"),S:s("k"),A:s("0&*"),_:s("t*"),bc:s("aI?"),cD:s("aJ?"),X:s("t?"),H:s("U")}})();(function constants(){var s=hunkHelpers.makeConstList +B.n=A.aW.prototype +B.K=A.bO.prototype +B.L=A.a6.prototype +B.f=A.aJ.prototype +B.M=J.bj.prototype +B.b=J.A.prototype +B.d=J.bP.prototype +B.e=J.bk.prototype +B.a=J.aK.prototype +B.N=J.al.prototype +B.O=J.a.prototype +B.ah=A.c_.prototype +B.x=J.dA.prototype +B.y=A.c5.prototype +B.aj=A.b5.prototype +B.m=J.b7.prototype +B.aA=new A.fl() +B.z=new A.fk() +B.aB=new A.fw() +B.o=new A.fv() +B.p=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.A=function() { + var toStringFunction = Object.prototype.toString; + function getTag(o) { + var s = toStringFunction.call(o); + return s.substring(8, s.length - 1); + } + function getUnknownTag(object, tag) { + if (/^HTML[A-Z].*Element$/.test(tag)) { + var name = toStringFunction.call(object); + if (name == "[object Object]") return null; + return "HTMLElement"; + } + } + function getUnknownTagGenericBrowser(object, tag) { + if (self.HTMLElement && object instanceof HTMLElement) return "HTMLElement"; + return getUnknownTag(object, tag); + } + function prototypeForTag(tag) { + if (typeof window == "undefined") return null; + if (typeof window[tag] == "undefined") return null; + var constructor = window[tag]; + if (typeof constructor != "function") return null; + return constructor.prototype; + } + function discriminator(tag) { return null; } + var isBrowser = typeof navigator == "object"; + return { + getTag: getTag, + getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, + prototypeForTag: prototypeForTag, + discriminator: discriminator }; +} +B.F=function(getTagFallback) { + return function(hooks) { + if (typeof navigator != "object") return hooks; + var ua = navigator.userAgent; + if (ua.indexOf("DumpRenderTree") >= 0) return hooks; + if (ua.indexOf("Chrome") >= 0) { + function confirm(p) { + return typeof window == "object" && window[p] && window[p].name == p; + } + if (confirm("Window") && confirm("HTMLElement")) return hooks; + } + hooks.getTag = getTagFallback; + }; +} +B.B=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.C=function(hooks) { + var getTag = hooks.getTag; + var prototypeForTag = hooks.prototypeForTag; + function getTagFixed(o) { + var tag = getTag(o); + if (tag == "Document") { + if (!!o.xmlVersion) return "!Document"; + return "!HTMLDocument"; + } + return tag; + } + function prototypeForTagFixed(tag) { + if (tag == "Document") return null; + return prototypeForTag(tag); + } + hooks.getTag = getTagFixed; + hooks.prototypeForTag = prototypeForTagFixed; +} +B.E=function(hooks) { + var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; + if (userAgent.indexOf("Firefox") == -1) return hooks; + var getTag = hooks.getTag; + var quickMap = { + "BeforeUnloadEvent": "Event", + "DataTransfer": "Clipboard", + "GeoGeolocation": "Geolocation", + "Location": "!Location", + "WorkerMessageEvent": "MessageEvent", + "XMLDocument": "!Document"}; + function getTagFirefox(o) { + var tag = getTag(o); + return quickMap[tag] || tag; + } + hooks.getTag = getTagFirefox; +} +B.D=function(hooks) { + var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; + if (userAgent.indexOf("Trident/") == -1) return hooks; + var getTag = hooks.getTag; + var quickMap = { + "BeforeUnloadEvent": "Event", + "DataTransfer": "Clipboard", + "HTMLDDElement": "HTMLElement", + "HTMLDTElement": "HTMLElement", + "HTMLPhraseElement": "HTMLElement", + "Position": "Geoposition" + }; + function getTagIE(o) { + var tag = getTag(o); + var newTag = quickMap[tag]; + if (newTag) return newTag; + if (tag == "Object") { + if (window.DataView && (o instanceof window.DataView)) return "DataView"; + } + return tag; + } + function prototypeForTagIE(tag) { + var constructor = window[tag]; + if (constructor == null) return null; + return constructor.prototype; + } + hooks.getTag = getTagIE; + hooks.prototypeForTag = prototypeForTagIE; +} +B.q=function(hooks) { return hooks; } + +B.G=new A.fG() +B.H=new A.dz() +B.k=new A.fT() +B.h=new A.h2() +B.I=new A.h6() +B.c=new A.hw() +B.J=new A.eP() +B.P=new A.fH(null) +B.Q=new A.B(0,"accessor") +B.R=new A.B(1,"constant") +B.a1=new A.B(2,"constructor") +B.a4=new A.B(3,"class_") +B.a5=new A.B(4,"dynamic") +B.a6=new A.B(5,"enum_") +B.a7=new A.B(6,"extension") +B.a8=new A.B(7,"function") +B.a9=new A.B(8,"library") +B.aa=new A.B(9,"method") +B.S=new A.B(10,"mixin") +B.T=new A.B(11,"never") +B.U=new A.B(12,"package") +B.V=new A.B(13,"parameter") +B.W=new A.B(14,"prefix") +B.X=new A.B(15,"property") +B.Y=new A.B(16,"sdk") +B.Z=new A.B(17,"topic") +B.a_=new A.B(18,"topLevelConstant") +B.a0=new A.B(19,"topLevelProperty") +B.a2=new A.B(20,"typedef") +B.a3=new A.B(21,"typeParameter") +B.r=A.n(s([B.Q,B.R,B.a1,B.a4,B.a5,B.a6,B.a7,B.a8,B.a9,B.aa,B.S,B.T,B.U,B.V,B.W,B.X,B.Y,B.Z,B.a_,B.a0,B.a2,B.a3]),A.fd("A")) +B.t=A.n(s(["bind","if","ref","repeat","syntax"]),t.s) +B.l=A.n(s(["A::href","AREA::href","BLOCKQUOTE::cite","BODY::background","COMMAND::icon","DEL::cite","FORM::action","IMG::src","INPUT::src","INS::cite","Q::cite","VIDEO::poster"]),t.s) +B.i=A.n(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.ab=A.n(s(["HEAD","AREA","BASE","BASEFONT","BR","COL","COLGROUP","EMBED","FRAME","FRAMESET","HR","IMAGE","IMG","INPUT","ISINDEX","LINK","META","PARAM","SOURCE","STYLE","TITLE","WBR"]),t.s) +B.u=A.n(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.ac=A.n(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.v=A.n(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.w=A.n(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.ad=A.n(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.ae=A.n(s([]),t.s) +B.j=A.n(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.af=A.n(s(["*::class","*::dir","*::draggable","*::hidden","*::id","*::inert","*::itemprop","*::itemref","*::itemscope","*::lang","*::spellcheck","*::title","*::translate","A::accesskey","A::coords","A::hreflang","A::name","A::shape","A::tabindex","A::target","A::type","AREA::accesskey","AREA::alt","AREA::coords","AREA::nohref","AREA::shape","AREA::tabindex","AREA::target","AUDIO::controls","AUDIO::loop","AUDIO::mediagroup","AUDIO::muted","AUDIO::preload","BDO::dir","BODY::alink","BODY::bgcolor","BODY::link","BODY::text","BODY::vlink","BR::clear","BUTTON::accesskey","BUTTON::disabled","BUTTON::name","BUTTON::tabindex","BUTTON::type","BUTTON::value","CANVAS::height","CANVAS::width","CAPTION::align","COL::align","COL::char","COL::charoff","COL::span","COL::valign","COL::width","COLGROUP::align","COLGROUP::char","COLGROUP::charoff","COLGROUP::span","COLGROUP::valign","COLGROUP::width","COMMAND::checked","COMMAND::command","COMMAND::disabled","COMMAND::label","COMMAND::radiogroup","COMMAND::type","DATA::value","DEL::datetime","DETAILS::open","DIR::compact","DIV::align","DL::compact","FIELDSET::disabled","FONT::color","FONT::face","FONT::size","FORM::accept","FORM::autocomplete","FORM::enctype","FORM::method","FORM::name","FORM::novalidate","FORM::target","FRAME::name","H1::align","H2::align","H3::align","H4::align","H5::align","H6::align","HR::align","HR::noshade","HR::size","HR::width","HTML::version","IFRAME::align","IFRAME::frameborder","IFRAME::height","IFRAME::marginheight","IFRAME::marginwidth","IFRAME::width","IMG::align","IMG::alt","IMG::border","IMG::height","IMG::hspace","IMG::ismap","IMG::name","IMG::usemap","IMG::vspace","IMG::width","INPUT::accept","INPUT::accesskey","INPUT::align","INPUT::alt","INPUT::autocomplete","INPUT::autofocus","INPUT::checked","INPUT::disabled","INPUT::inputmode","INPUT::ismap","INPUT::list","INPUT::max","INPUT::maxlength","INPUT::min","INPUT::multiple","INPUT::name","INPUT::placeholder","INPUT::readonly","INPUT::required","INPUT::size","INPUT::step","INPUT::tabindex","INPUT::type","INPUT::usemap","INPUT::value","INS::datetime","KEYGEN::disabled","KEYGEN::keytype","KEYGEN::name","LABEL::accesskey","LABEL::for","LEGEND::accesskey","LEGEND::align","LI::type","LI::value","LINK::sizes","MAP::name","MENU::compact","MENU::label","MENU::type","METER::high","METER::low","METER::max","METER::min","METER::value","OBJECT::typemustmatch","OL::compact","OL::reversed","OL::start","OL::type","OPTGROUP::disabled","OPTGROUP::label","OPTION::disabled","OPTION::label","OPTION::selected","OPTION::value","OUTPUT::for","OUTPUT::name","P::align","PRE::width","PROGRESS::max","PROGRESS::min","PROGRESS::value","SELECT::autocomplete","SELECT::disabled","SELECT::multiple","SELECT::name","SELECT::required","SELECT::size","SELECT::tabindex","SOURCE::type","TABLE::align","TABLE::bgcolor","TABLE::border","TABLE::cellpadding","TABLE::cellspacing","TABLE::frame","TABLE::rules","TABLE::summary","TABLE::width","TBODY::align","TBODY::char","TBODY::charoff","TBODY::valign","TD::abbr","TD::align","TD::axis","TD::bgcolor","TD::char","TD::charoff","TD::colspan","TD::headers","TD::height","TD::nowrap","TD::rowspan","TD::scope","TD::valign","TD::width","TEXTAREA::accesskey","TEXTAREA::autocomplete","TEXTAREA::cols","TEXTAREA::disabled","TEXTAREA::inputmode","TEXTAREA::name","TEXTAREA::placeholder","TEXTAREA::readonly","TEXTAREA::required","TEXTAREA::rows","TEXTAREA::tabindex","TEXTAREA::wrap","TFOOT::align","TFOOT::char","TFOOT::charoff","TFOOT::valign","TH::abbr","TH::align","TH::axis","TH::bgcolor","TH::char","TH::charoff","TH::colspan","TH::headers","TH::height","TH::nowrap","TH::rowspan","TH::scope","TH::valign","TH::width","THEAD::align","THEAD::char","THEAD::charoff","THEAD::valign","TR::align","TR::bgcolor","TR::char","TR::charoff","TR::valign","TRACK::default","TRACK::kind","TRACK::label","TRACK::srclang","UL::compact","UL::type","VIDEO::controls","VIDEO::height","VIDEO::loop","VIDEO::mediagroup","VIDEO::muted","VIDEO::preload","VIDEO::width"]),t.s) +B.ai={} +B.ag=new A.bG(B.ai,[],A.fd("bG")) +B.ak=A.a0("nx") +B.al=A.a0("ny") +B.am=A.a0("l1") +B.an=A.a0("l2") +B.ao=A.a0("l5") +B.ap=A.a0("l6") +B.aq=A.a0("l7") +B.ar=A.a0("t") +B.as=A.a0("ln") +B.at=A.a0("lo") +B.au=A.a0("lp") +B.av=A.a0("b6") +B.aw=new A.h3(!1) +B.ax=new A.Q(0,"isExactly") +B.ay=new A.Q(1,"startsWith") +B.az=new A.Q(2,"contains")})();(function staticFields(){$.ht=null +$.be=A.n([],A.fd("A")) +$.jn=null +$.j9=null +$.j8=null +$.ke=null +$.ka=null +$.kk=null +$.i7=null +$.il=null +$.iY=null +$.hv=A.n([],A.fd("A?>")) +$.bA=null +$.cz=null +$.cA=null +$.iT=!1 +$.C=B.c +$.aH=null +$.it=null +$.jd=null +$.jc=null +$.em=A.dh(t.N,t.Z) +$.iV=10 +$.i5=0 +$.b9=A.dh(t.N,t.h)})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal +s($,"nI","ko",()=>A.n2("_$dart_dartClosure")) +s($,"nY","kp",()=>A.aw(A.fW({ +toString:function(){return"$receiver$"}}))) +s($,"nZ","kq",()=>A.aw(A.fW({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"o_","kr",()=>A.aw(A.fW(null))) +s($,"o0","ks",()=>A.aw(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(r){return r.message}}())) +s($,"o3","kv",()=>A.aw(A.fW(void 0))) +s($,"o4","kw",()=>A.aw(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(r){return r.message}}())) +s($,"o2","ku",()=>A.aw(A.jv(null))) +s($,"o1","kt",()=>A.aw(function(){try{null.$method$}catch(r){return r.message}}())) +s($,"o6","ky",()=>A.aw(A.jv(void 0))) +s($,"o5","kx",()=>A.aw(function(){try{(void 0).$method$}catch(r){return r.message}}())) +s($,"ob","j1",()=>A.lt()) +s($,"o7","kz",()=>new A.h5().$0()) +s($,"o8","kA",()=>new A.h4().$0()) +s($,"oc","kB",()=>A.li(A.mk(A.n([-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-1,-2,-2,-2,-2,-2,62,-2,62,-2,63,52,53,54,55,56,57,58,59,60,61,-2,-2,-2,-1,-2,-2,-2,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-2,-2,-2,-2,63,-2,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-2,-2,-2,-2,-2],t.t)))) +s($,"of","kD",()=>A.iD("^[\\-\\.0-9A-Z_a-z~]*$",!0)) +s($,"os","iq",()=>A.kh(B.ar)) +s($,"ou","kE",()=>A.mj()) +s($,"od","kC",()=>A.jj(["A","ABBR","ACRONYM","ADDRESS","AREA","ARTICLE","ASIDE","AUDIO","B","BDI","BDO","BIG","BLOCKQUOTE","BR","BUTTON","CANVAS","CAPTION","CENTER","CITE","CODE","COL","COLGROUP","COMMAND","DATA","DATALIST","DD","DEL","DETAILS","DFN","DIR","DIV","DL","DT","EM","FIELDSET","FIGCAPTION","FIGURE","FONT","FOOTER","FORM","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","I","IFRAME","IMG","INPUT","INS","KBD","LABEL","LEGEND","LI","MAP","MARK","MENU","METER","NAV","NOBR","OL","OPTGROUP","OPTION","OUTPUT","P","PRE","PROGRESS","Q","S","SAMP","SECTION","SELECT","SMALL","SOURCE","SPAN","STRIKE","STRONG","SUB","SUMMARY","SUP","TABLE","TBODY","TD","TEXTAREA","TFOOT","TH","THEAD","TIME","TR","TRACK","TT","U","UL","VAR","VIDEO","WBR"],t.N)) +s($,"nC","kn",()=>A.iD("^\\S+$",!0)) +s($,"ot","cG",()=>new A.i1().$0())})();(function nativeSupport(){!function(){var s=function(a){var m={} +m[a]=1 +return Object.keys(hunkHelpers.convertToFastObject(m))[0]} +v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} +var r="___dart_isolate_tags_" +var q=Object[r]||(Object[r]=Object.create(null)) +var p="_ZxYxX" +for(var o=0;;o++){var n=s(p+"_"+o+"_") +if(!(n in q)){q[n]=1 +v.isolateTag=n +break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() +hunkHelpers.setOrUpdateInterceptorsByTag({WebGL:J.bj,AnimationEffectReadOnly:J.a,AnimationEffectTiming:J.a,AnimationEffectTimingReadOnly:J.a,AnimationTimeline:J.a,AnimationWorkletGlobalScope:J.a,AuthenticatorAssertionResponse:J.a,AuthenticatorAttestationResponse:J.a,AuthenticatorResponse:J.a,BackgroundFetchFetch:J.a,BackgroundFetchManager:J.a,BackgroundFetchSettledFetch:J.a,BarProp:J.a,BarcodeDetector:J.a,BluetoothRemoteGATTDescriptor:J.a,Body:J.a,BudgetState:J.a,CacheStorage:J.a,CanvasGradient:J.a,CanvasPattern:J.a,CanvasRenderingContext2D:J.a,Client:J.a,Clients:J.a,CookieStore:J.a,Coordinates:J.a,Credential:J.a,CredentialUserData:J.a,CredentialsContainer:J.a,Crypto:J.a,CryptoKey:J.a,CSS:J.a,CSSVariableReferenceValue:J.a,CustomElementRegistry:J.a,DataTransfer:J.a,DataTransferItem:J.a,DeprecatedStorageInfo:J.a,DeprecatedStorageQuota:J.a,DeprecationReport:J.a,DetectedBarcode:J.a,DetectedFace:J.a,DetectedText:J.a,DeviceAcceleration:J.a,DeviceRotationRate:J.a,DirectoryEntry:J.a,webkitFileSystemDirectoryEntry:J.a,FileSystemDirectoryEntry:J.a,DirectoryReader:J.a,WebKitDirectoryReader:J.a,webkitFileSystemDirectoryReader:J.a,FileSystemDirectoryReader:J.a,DocumentOrShadowRoot:J.a,DocumentTimeline:J.a,DOMError:J.a,DOMImplementation:J.a,Iterator:J.a,DOMMatrix:J.a,DOMMatrixReadOnly:J.a,DOMParser:J.a,DOMPoint:J.a,DOMPointReadOnly:J.a,DOMQuad:J.a,DOMStringMap:J.a,Entry:J.a,webkitFileSystemEntry:J.a,FileSystemEntry:J.a,External:J.a,FaceDetector:J.a,FederatedCredential:J.a,FileEntry:J.a,webkitFileSystemFileEntry:J.a,FileSystemFileEntry:J.a,DOMFileSystem:J.a,WebKitFileSystem:J.a,webkitFileSystem:J.a,FileSystem:J.a,FontFace:J.a,FontFaceSource:J.a,FormData:J.a,GamepadButton:J.a,GamepadPose:J.a,Geolocation:J.a,Position:J.a,GeolocationPosition:J.a,Headers:J.a,HTMLHyperlinkElementUtils:J.a,IdleDeadline:J.a,ImageBitmap:J.a,ImageBitmapRenderingContext:J.a,ImageCapture:J.a,ImageData:J.a,InputDeviceCapabilities:J.a,IntersectionObserver:J.a,IntersectionObserverEntry:J.a,InterventionReport:J.a,KeyframeEffect:J.a,KeyframeEffectReadOnly:J.a,MediaCapabilities:J.a,MediaCapabilitiesInfo:J.a,MediaDeviceInfo:J.a,MediaError:J.a,MediaKeyStatusMap:J.a,MediaKeySystemAccess:J.a,MediaKeys:J.a,MediaKeysPolicy:J.a,MediaMetadata:J.a,MediaSession:J.a,MediaSettingsRange:J.a,MemoryInfo:J.a,MessageChannel:J.a,Metadata:J.a,MutationObserver:J.a,WebKitMutationObserver:J.a,MutationRecord:J.a,NavigationPreloadManager:J.a,Navigator:J.a,NavigatorAutomationInformation:J.a,NavigatorConcurrentHardware:J.a,NavigatorCookies:J.a,NavigatorUserMediaError:J.a,NodeFilter:J.a,NodeIterator:J.a,NonDocumentTypeChildNode:J.a,NonElementParentNode:J.a,NoncedElement:J.a,OffscreenCanvasRenderingContext2D:J.a,OverconstrainedError:J.a,PaintRenderingContext2D:J.a,PaintSize:J.a,PaintWorkletGlobalScope:J.a,PasswordCredential:J.a,Path2D:J.a,PaymentAddress:J.a,PaymentInstruments:J.a,PaymentManager:J.a,PaymentResponse:J.a,PerformanceEntry:J.a,PerformanceLongTaskTiming:J.a,PerformanceMark:J.a,PerformanceMeasure:J.a,PerformanceNavigation:J.a,PerformanceNavigationTiming:J.a,PerformanceObserver:J.a,PerformanceObserverEntryList:J.a,PerformancePaintTiming:J.a,PerformanceResourceTiming:J.a,PerformanceServerTiming:J.a,PerformanceTiming:J.a,Permissions:J.a,PhotoCapabilities:J.a,PositionError:J.a,GeolocationPositionError:J.a,Presentation:J.a,PresentationReceiver:J.a,PublicKeyCredential:J.a,PushManager:J.a,PushMessageData:J.a,PushSubscription:J.a,PushSubscriptionOptions:J.a,Range:J.a,RelatedApplication:J.a,ReportBody:J.a,ReportingObserver:J.a,ResizeObserver:J.a,ResizeObserverEntry:J.a,RTCCertificate:J.a,RTCIceCandidate:J.a,mozRTCIceCandidate:J.a,RTCLegacyStatsReport:J.a,RTCRtpContributingSource:J.a,RTCRtpReceiver:J.a,RTCRtpSender:J.a,RTCSessionDescription:J.a,mozRTCSessionDescription:J.a,RTCStatsResponse:J.a,Screen:J.a,ScrollState:J.a,ScrollTimeline:J.a,Selection:J.a,SharedArrayBuffer:J.a,SpeechRecognitionAlternative:J.a,SpeechSynthesisVoice:J.a,StaticRange:J.a,StorageManager:J.a,StyleMedia:J.a,StylePropertyMap:J.a,StylePropertyMapReadonly:J.a,SyncManager:J.a,TaskAttributionTiming:J.a,TextDetector:J.a,TextMetrics:J.a,TrackDefault:J.a,TreeWalker:J.a,TrustedHTML:J.a,TrustedScriptURL:J.a,TrustedURL:J.a,UnderlyingSourceBase:J.a,URLSearchParams:J.a,VRCoordinateSystem:J.a,VRDisplayCapabilities:J.a,VREyeParameters:J.a,VRFrameData:J.a,VRFrameOfReference:J.a,VRPose:J.a,VRStageBounds:J.a,VRStageBoundsPoint:J.a,VRStageParameters:J.a,ValidityState:J.a,VideoPlaybackQuality:J.a,VideoTrack:J.a,VTTRegion:J.a,WindowClient:J.a,WorkletAnimation:J.a,WorkletGlobalScope:J.a,XPathEvaluator:J.a,XPathExpression:J.a,XPathNSResolver:J.a,XPathResult:J.a,XMLSerializer:J.a,XSLTProcessor:J.a,Bluetooth:J.a,BluetoothCharacteristicProperties:J.a,BluetoothRemoteGATTServer:J.a,BluetoothRemoteGATTService:J.a,BluetoothUUID:J.a,BudgetService:J.a,Cache:J.a,DOMFileSystemSync:J.a,DirectoryEntrySync:J.a,DirectoryReaderSync:J.a,EntrySync:J.a,FileEntrySync:J.a,FileReaderSync:J.a,FileWriterSync:J.a,HTMLAllCollection:J.a,Mojo:J.a,MojoHandle:J.a,MojoWatcher:J.a,NFC:J.a,PagePopupController:J.a,Report:J.a,Request:J.a,Response:J.a,SubtleCrypto:J.a,USBAlternateInterface:J.a,USBConfiguration:J.a,USBDevice:J.a,USBEndpoint:J.a,USBInTransferResult:J.a,USBInterface:J.a,USBIsochronousInTransferPacket:J.a,USBIsochronousInTransferResult:J.a,USBIsochronousOutTransferPacket:J.a,USBIsochronousOutTransferResult:J.a,USBOutTransferResult:J.a,WorkerLocation:J.a,WorkerNavigator:J.a,Worklet:J.a,IDBCursor:J.a,IDBCursorWithValue:J.a,IDBFactory:J.a,IDBIndex:J.a,IDBKeyRange:J.a,IDBObjectStore:J.a,IDBObservation:J.a,IDBObserver:J.a,IDBObserverChanges:J.a,SVGAngle:J.a,SVGAnimatedAngle:J.a,SVGAnimatedBoolean:J.a,SVGAnimatedEnumeration:J.a,SVGAnimatedInteger:J.a,SVGAnimatedLength:J.a,SVGAnimatedLengthList:J.a,SVGAnimatedNumber:J.a,SVGAnimatedNumberList:J.a,SVGAnimatedPreserveAspectRatio:J.a,SVGAnimatedRect:J.a,SVGAnimatedString:J.a,SVGAnimatedTransformList:J.a,SVGMatrix:J.a,SVGPoint:J.a,SVGPreserveAspectRatio:J.a,SVGRect:J.a,SVGUnitTypes:J.a,AudioListener:J.a,AudioParam:J.a,AudioTrack:J.a,AudioWorkletGlobalScope:J.a,AudioWorkletProcessor:J.a,PeriodicWave:J.a,WebGLActiveInfo:J.a,ANGLEInstancedArrays:J.a,ANGLE_instanced_arrays:J.a,WebGLBuffer:J.a,WebGLCanvas:J.a,WebGLColorBufferFloat:J.a,WebGLCompressedTextureASTC:J.a,WebGLCompressedTextureATC:J.a,WEBGL_compressed_texture_atc:J.a,WebGLCompressedTextureETC1:J.a,WEBGL_compressed_texture_etc1:J.a,WebGLCompressedTextureETC:J.a,WebGLCompressedTexturePVRTC:J.a,WEBGL_compressed_texture_pvrtc:J.a,WebGLCompressedTextureS3TC:J.a,WEBGL_compressed_texture_s3tc:J.a,WebGLCompressedTextureS3TCsRGB:J.a,WebGLDebugRendererInfo:J.a,WEBGL_debug_renderer_info:J.a,WebGLDebugShaders:J.a,WEBGL_debug_shaders:J.a,WebGLDepthTexture:J.a,WEBGL_depth_texture:J.a,WebGLDrawBuffers:J.a,WEBGL_draw_buffers:J.a,EXTsRGB:J.a,EXT_sRGB:J.a,EXTBlendMinMax:J.a,EXT_blend_minmax:J.a,EXTColorBufferFloat:J.a,EXTColorBufferHalfFloat:J.a,EXTDisjointTimerQuery:J.a,EXTDisjointTimerQueryWebGL2:J.a,EXTFragDepth:J.a,EXT_frag_depth:J.a,EXTShaderTextureLOD:J.a,EXT_shader_texture_lod:J.a,EXTTextureFilterAnisotropic:J.a,EXT_texture_filter_anisotropic:J.a,WebGLFramebuffer:J.a,WebGLGetBufferSubDataAsync:J.a,WebGLLoseContext:J.a,WebGLExtensionLoseContext:J.a,WEBGL_lose_context:J.a,OESElementIndexUint:J.a,OES_element_index_uint:J.a,OESStandardDerivatives:J.a,OES_standard_derivatives:J.a,OESTextureFloat:J.a,OES_texture_float:J.a,OESTextureFloatLinear:J.a,OES_texture_float_linear:J.a,OESTextureHalfFloat:J.a,OES_texture_half_float:J.a,OESTextureHalfFloatLinear:J.a,OES_texture_half_float_linear:J.a,OESVertexArrayObject:J.a,OES_vertex_array_object:J.a,WebGLProgram:J.a,WebGLQuery:J.a,WebGLRenderbuffer:J.a,WebGLRenderingContext:J.a,WebGL2RenderingContext:J.a,WebGLSampler:J.a,WebGLShader:J.a,WebGLShaderPrecisionFormat:J.a,WebGLSync:J.a,WebGLTexture:J.a,WebGLTimerQueryEXT:J.a,WebGLTransformFeedback:J.a,WebGLUniformLocation:J.a,WebGLVertexArrayObject:J.a,WebGLVertexArrayObjectOES:J.a,WebGL2RenderingContextBase:J.a,ArrayBuffer:A.dn,ArrayBufferView:A.bY,DataView:A.dp,Float32Array:A.dq,Float64Array:A.dr,Int16Array:A.ds,Int32Array:A.dt,Int8Array:A.du,Uint16Array:A.dv,Uint32Array:A.dw,Uint8ClampedArray:A.bZ,CanvasPixelArray:A.bZ,Uint8Array:A.c_,HTMLAudioElement:A.l,HTMLBRElement:A.l,HTMLButtonElement:A.l,HTMLCanvasElement:A.l,HTMLContentElement:A.l,HTMLDListElement:A.l,HTMLDataElement:A.l,HTMLDataListElement:A.l,HTMLDetailsElement:A.l,HTMLDialogElement:A.l,HTMLDivElement:A.l,HTMLEmbedElement:A.l,HTMLFieldSetElement:A.l,HTMLHRElement:A.l,HTMLHeadElement:A.l,HTMLHeadingElement:A.l,HTMLHtmlElement:A.l,HTMLIFrameElement:A.l,HTMLImageElement:A.l,HTMLLIElement:A.l,HTMLLabelElement:A.l,HTMLLegendElement:A.l,HTMLLinkElement:A.l,HTMLMapElement:A.l,HTMLMediaElement:A.l,HTMLMenuElement:A.l,HTMLMetaElement:A.l,HTMLMeterElement:A.l,HTMLModElement:A.l,HTMLOListElement:A.l,HTMLObjectElement:A.l,HTMLOptGroupElement:A.l,HTMLOptionElement:A.l,HTMLOutputElement:A.l,HTMLParagraphElement:A.l,HTMLParamElement:A.l,HTMLPictureElement:A.l,HTMLPreElement:A.l,HTMLProgressElement:A.l,HTMLQuoteElement:A.l,HTMLScriptElement:A.l,HTMLShadowElement:A.l,HTMLSlotElement:A.l,HTMLSourceElement:A.l,HTMLSpanElement:A.l,HTMLStyleElement:A.l,HTMLTableCaptionElement:A.l,HTMLTableCellElement:A.l,HTMLTableDataCellElement:A.l,HTMLTableHeaderCellElement:A.l,HTMLTableColElement:A.l,HTMLTimeElement:A.l,HTMLTitleElement:A.l,HTMLTrackElement:A.l,HTMLUListElement:A.l,HTMLUnknownElement:A.l,HTMLVideoElement:A.l,HTMLDirectoryElement:A.l,HTMLFontElement:A.l,HTMLFrameElement:A.l,HTMLFrameSetElement:A.l,HTMLMarqueeElement:A.l,HTMLElement:A.l,AccessibleNodeList:A.cI,HTMLAnchorElement:A.cJ,HTMLAreaElement:A.cK,HTMLBaseElement:A.bg,Blob:A.bE,HTMLBodyElement:A.aW,CDATASection:A.a3,CharacterData:A.a3,Comment:A.a3,ProcessingInstruction:A.a3,Text:A.a3,CSSPerspective:A.d_,CSSCharsetRule:A.x,CSSConditionRule:A.x,CSSFontFaceRule:A.x,CSSGroupingRule:A.x,CSSImportRule:A.x,CSSKeyframeRule:A.x,MozCSSKeyframeRule:A.x,WebKitCSSKeyframeRule:A.x,CSSKeyframesRule:A.x,MozCSSKeyframesRule:A.x,WebKitCSSKeyframesRule:A.x,CSSMediaRule:A.x,CSSNamespaceRule:A.x,CSSPageRule:A.x,CSSRule:A.x,CSSStyleRule:A.x,CSSSupportsRule:A.x,CSSViewportRule:A.x,CSSStyleDeclaration:A.bi,MSStyleCSSProperties:A.bi,CSS2Properties:A.bi,CSSImageValue:A.P,CSSKeywordValue:A.P,CSSNumericValue:A.P,CSSPositionValue:A.P,CSSResourceValue:A.P,CSSUnitValue:A.P,CSSURLImageValue:A.P,CSSStyleValue:A.P,CSSMatrixComponent:A.a_,CSSRotation:A.a_,CSSScale:A.a_,CSSSkew:A.a_,CSSTranslation:A.a_,CSSTransformComponent:A.a_,CSSTransformValue:A.d0,CSSUnparsedValue:A.d1,DataTransferItemList:A.d2,XMLDocument:A.aZ,Document:A.aZ,DOMException:A.d3,ClientRectList:A.bH,DOMRectList:A.bH,DOMRectReadOnly:A.bI,DOMStringList:A.d4,DOMTokenList:A.d5,MathMLElement:A.q,Element:A.q,AbortPaymentEvent:A.h,AnimationEvent:A.h,AnimationPlaybackEvent:A.h,ApplicationCacheErrorEvent:A.h,BackgroundFetchClickEvent:A.h,BackgroundFetchEvent:A.h,BackgroundFetchFailEvent:A.h,BackgroundFetchedEvent:A.h,BeforeInstallPromptEvent:A.h,BeforeUnloadEvent:A.h,BlobEvent:A.h,CanMakePaymentEvent:A.h,ClipboardEvent:A.h,CloseEvent:A.h,CustomEvent:A.h,DeviceMotionEvent:A.h,DeviceOrientationEvent:A.h,ErrorEvent:A.h,ExtendableEvent:A.h,ExtendableMessageEvent:A.h,FetchEvent:A.h,FontFaceSetLoadEvent:A.h,ForeignFetchEvent:A.h,GamepadEvent:A.h,HashChangeEvent:A.h,InstallEvent:A.h,MediaEncryptedEvent:A.h,MediaKeyMessageEvent:A.h,MediaQueryListEvent:A.h,MediaStreamEvent:A.h,MediaStreamTrackEvent:A.h,MessageEvent:A.h,MIDIConnectionEvent:A.h,MIDIMessageEvent:A.h,MutationEvent:A.h,NotificationEvent:A.h,PageTransitionEvent:A.h,PaymentRequestEvent:A.h,PaymentRequestUpdateEvent:A.h,PopStateEvent:A.h,PresentationConnectionAvailableEvent:A.h,PresentationConnectionCloseEvent:A.h,PromiseRejectionEvent:A.h,PushEvent:A.h,RTCDataChannelEvent:A.h,RTCDTMFToneChangeEvent:A.h,RTCPeerConnectionIceEvent:A.h,RTCTrackEvent:A.h,SecurityPolicyViolationEvent:A.h,SensorErrorEvent:A.h,SpeechRecognitionError:A.h,SpeechRecognitionEvent:A.h,SpeechSynthesisEvent:A.h,StorageEvent:A.h,SyncEvent:A.h,TrackEvent:A.h,TransitionEvent:A.h,WebKitTransitionEvent:A.h,VRDeviceEvent:A.h,VRDisplayEvent:A.h,VRSessionEvent:A.h,MojoInterfaceRequestEvent:A.h,USBConnectionEvent:A.h,IDBVersionChangeEvent:A.h,AudioProcessingEvent:A.h,OfflineAudioCompletionEvent:A.h,WebGLContextEvent:A.h,Event:A.h,InputEvent:A.h,SubmitEvent:A.h,AbsoluteOrientationSensor:A.c,Accelerometer:A.c,AccessibleNode:A.c,AmbientLightSensor:A.c,Animation:A.c,ApplicationCache:A.c,DOMApplicationCache:A.c,OfflineResourceList:A.c,BackgroundFetchRegistration:A.c,BatteryManager:A.c,BroadcastChannel:A.c,CanvasCaptureMediaStreamTrack:A.c,DedicatedWorkerGlobalScope:A.c,EventSource:A.c,FileReader:A.c,FontFaceSet:A.c,Gyroscope:A.c,LinearAccelerationSensor:A.c,Magnetometer:A.c,MediaDevices:A.c,MediaKeySession:A.c,MediaQueryList:A.c,MediaRecorder:A.c,MediaSource:A.c,MediaStream:A.c,MediaStreamTrack:A.c,MessagePort:A.c,MIDIAccess:A.c,MIDIInput:A.c,MIDIOutput:A.c,MIDIPort:A.c,NetworkInformation:A.c,Notification:A.c,OffscreenCanvas:A.c,OrientationSensor:A.c,PaymentRequest:A.c,Performance:A.c,PermissionStatus:A.c,PresentationAvailability:A.c,PresentationConnection:A.c,PresentationConnectionList:A.c,PresentationRequest:A.c,RelativeOrientationSensor:A.c,RemotePlayback:A.c,RTCDataChannel:A.c,DataChannel:A.c,RTCDTMFSender:A.c,RTCPeerConnection:A.c,webkitRTCPeerConnection:A.c,mozRTCPeerConnection:A.c,ScreenOrientation:A.c,Sensor:A.c,ServiceWorker:A.c,ServiceWorkerContainer:A.c,ServiceWorkerGlobalScope:A.c,ServiceWorkerRegistration:A.c,SharedWorker:A.c,SharedWorkerGlobalScope:A.c,SpeechRecognition:A.c,webkitSpeechRecognition:A.c,SpeechSynthesis:A.c,SpeechSynthesisUtterance:A.c,VR:A.c,VRDevice:A.c,VRDisplay:A.c,VRSession:A.c,VisualViewport:A.c,WebSocket:A.c,Window:A.c,DOMWindow:A.c,Worker:A.c,WorkerGlobalScope:A.c,WorkerPerformance:A.c,BluetoothDevice:A.c,BluetoothRemoteGATTCharacteristic:A.c,Clipboard:A.c,MojoInterfaceInterceptor:A.c,USB:A.c,IDBDatabase:A.c,IDBOpenDBRequest:A.c,IDBVersionChangeRequest:A.c,IDBRequest:A.c,IDBTransaction:A.c,AnalyserNode:A.c,RealtimeAnalyserNode:A.c,AudioBufferSourceNode:A.c,AudioDestinationNode:A.c,AudioNode:A.c,AudioScheduledSourceNode:A.c,AudioWorkletNode:A.c,BiquadFilterNode:A.c,ChannelMergerNode:A.c,AudioChannelMerger:A.c,ChannelSplitterNode:A.c,AudioChannelSplitter:A.c,ConstantSourceNode:A.c,ConvolverNode:A.c,DelayNode:A.c,DynamicsCompressorNode:A.c,GainNode:A.c,AudioGainNode:A.c,IIRFilterNode:A.c,MediaElementAudioSourceNode:A.c,MediaStreamAudioDestinationNode:A.c,MediaStreamAudioSourceNode:A.c,OscillatorNode:A.c,Oscillator:A.c,PannerNode:A.c,AudioPannerNode:A.c,webkitAudioPannerNode:A.c,ScriptProcessorNode:A.c,JavaScriptAudioNode:A.c,StereoPannerNode:A.c,WaveShaperNode:A.c,EventTarget:A.c,File:A.a4,FileList:A.d6,FileWriter:A.d7,HTMLFormElement:A.d9,Gamepad:A.a5,History:A.da,HTMLCollection:A.b0,HTMLFormControlsCollection:A.b0,HTMLOptionsCollection:A.b0,HTMLDocument:A.bO,XMLHttpRequest:A.a6,XMLHttpRequestUpload:A.b1,XMLHttpRequestEventTarget:A.b1,HTMLInputElement:A.aJ,KeyboardEvent:A.bn,Location:A.di,MediaList:A.dj,MIDIInputMap:A.dk,MIDIOutputMap:A.dl,MimeType:A.a8,MimeTypeArray:A.dm,DocumentFragment:A.m,ShadowRoot:A.m,DocumentType:A.m,Node:A.m,NodeList:A.c0,RadioNodeList:A.c0,Plugin:A.aa,PluginArray:A.dB,ProgressEvent:A.as,ResourceProgressEvent:A.as,RTCStatsReport:A.dE,HTMLSelectElement:A.dG,SourceBuffer:A.ab,SourceBufferList:A.dH,SpeechGrammar:A.ac,SpeechGrammarList:A.dI,SpeechRecognitionResult:A.ad,Storage:A.dL,CSSStyleSheet:A.X,StyleSheet:A.X,HTMLTableElement:A.c5,HTMLTableRowElement:A.dN,HTMLTableSectionElement:A.dO,HTMLTemplateElement:A.br,HTMLTextAreaElement:A.b5,TextTrack:A.af,TextTrackCue:A.Y,VTTCue:A.Y,TextTrackCueList:A.dQ,TextTrackList:A.dR,TimeRanges:A.dS,Touch:A.ag,TouchList:A.dT,TrackDefaultList:A.dU,CompositionEvent:A.S,FocusEvent:A.S,MouseEvent:A.S,DragEvent:A.S,PointerEvent:A.S,TextEvent:A.S,TouchEvent:A.S,WheelEvent:A.S,UIEvent:A.S,URL:A.e0,VideoTrackList:A.e1,Attr:A.bu,CSSRuleList:A.e7,ClientRect:A.c8,DOMRect:A.c8,GamepadList:A.el,NamedNodeMap:A.cd,MozNamedAttrMap:A.cd,SpeechRecognitionResultList:A.eK,StyleSheetList:A.eQ,SVGLength:A.am,SVGLengthList:A.df,SVGNumber:A.aq,SVGNumberList:A.dx,SVGPointList:A.dC,SVGScriptElement:A.bp,SVGStringList:A.dM,SVGAElement:A.i,SVGAnimateElement:A.i,SVGAnimateMotionElement:A.i,SVGAnimateTransformElement:A.i,SVGAnimationElement:A.i,SVGCircleElement:A.i,SVGClipPathElement:A.i,SVGDefsElement:A.i,SVGDescElement:A.i,SVGDiscardElement:A.i,SVGEllipseElement:A.i,SVGFEBlendElement:A.i,SVGFEColorMatrixElement:A.i,SVGFEComponentTransferElement:A.i,SVGFECompositeElement:A.i,SVGFEConvolveMatrixElement:A.i,SVGFEDiffuseLightingElement:A.i,SVGFEDisplacementMapElement:A.i,SVGFEDistantLightElement:A.i,SVGFEFloodElement:A.i,SVGFEFuncAElement:A.i,SVGFEFuncBElement:A.i,SVGFEFuncGElement:A.i,SVGFEFuncRElement:A.i,SVGFEGaussianBlurElement:A.i,SVGFEImageElement:A.i,SVGFEMergeElement:A.i,SVGFEMergeNodeElement:A.i,SVGFEMorphologyElement:A.i,SVGFEOffsetElement:A.i,SVGFEPointLightElement:A.i,SVGFESpecularLightingElement:A.i,SVGFESpotLightElement:A.i,SVGFETileElement:A.i,SVGFETurbulenceElement:A.i,SVGFilterElement:A.i,SVGForeignObjectElement:A.i,SVGGElement:A.i,SVGGeometryElement:A.i,SVGGraphicsElement:A.i,SVGImageElement:A.i,SVGLineElement:A.i,SVGLinearGradientElement:A.i,SVGMarkerElement:A.i,SVGMaskElement:A.i,SVGMetadataElement:A.i,SVGPathElement:A.i,SVGPatternElement:A.i,SVGPolygonElement:A.i,SVGPolylineElement:A.i,SVGRadialGradientElement:A.i,SVGRectElement:A.i,SVGSetElement:A.i,SVGStopElement:A.i,SVGStyleElement:A.i,SVGSVGElement:A.i,SVGSwitchElement:A.i,SVGSymbolElement:A.i,SVGTSpanElement:A.i,SVGTextContentElement:A.i,SVGTextElement:A.i,SVGTextPathElement:A.i,SVGTextPositioningElement:A.i,SVGTitleElement:A.i,SVGUseElement:A.i,SVGViewElement:A.i,SVGGradientElement:A.i,SVGComponentTransferFunctionElement:A.i,SVGFEDropShadowElement:A.i,SVGMPathElement:A.i,SVGElement:A.i,SVGTransform:A.au,SVGTransformList:A.dV,AudioBuffer:A.cP,AudioParamMap:A.cQ,AudioTrackList:A.cR,AudioContext:A.aF,webkitAudioContext:A.aF,BaseAudioContext:A.aF,OfflineAudioContext:A.dy}) +hunkHelpers.setOrUpdateLeafTags({WebGL:true,AnimationEffectReadOnly:true,AnimationEffectTiming:true,AnimationEffectTimingReadOnly:true,AnimationTimeline:true,AnimationWorkletGlobalScope:true,AuthenticatorAssertionResponse:true,AuthenticatorAttestationResponse:true,AuthenticatorResponse:true,BackgroundFetchFetch:true,BackgroundFetchManager:true,BackgroundFetchSettledFetch:true,BarProp:true,BarcodeDetector:true,BluetoothRemoteGATTDescriptor:true,Body:true,BudgetState:true,CacheStorage:true,CanvasGradient:true,CanvasPattern:true,CanvasRenderingContext2D:true,Client:true,Clients:true,CookieStore:true,Coordinates:true,Credential:true,CredentialUserData:true,CredentialsContainer:true,Crypto:true,CryptoKey:true,CSS:true,CSSVariableReferenceValue:true,CustomElementRegistry:true,DataTransfer:true,DataTransferItem:true,DeprecatedStorageInfo:true,DeprecatedStorageQuota:true,DeprecationReport:true,DetectedBarcode:true,DetectedFace:true,DetectedText:true,DeviceAcceleration:true,DeviceRotationRate:true,DirectoryEntry:true,webkitFileSystemDirectoryEntry:true,FileSystemDirectoryEntry:true,DirectoryReader:true,WebKitDirectoryReader:true,webkitFileSystemDirectoryReader:true,FileSystemDirectoryReader:true,DocumentOrShadowRoot:true,DocumentTimeline:true,DOMError:true,DOMImplementation:true,Iterator:true,DOMMatrix:true,DOMMatrixReadOnly:true,DOMParser:true,DOMPoint:true,DOMPointReadOnly:true,DOMQuad:true,DOMStringMap:true,Entry:true,webkitFileSystemEntry:true,FileSystemEntry:true,External:true,FaceDetector:true,FederatedCredential:true,FileEntry:true,webkitFileSystemFileEntry:true,FileSystemFileEntry:true,DOMFileSystem:true,WebKitFileSystem:true,webkitFileSystem:true,FileSystem:true,FontFace:true,FontFaceSource:true,FormData:true,GamepadButton:true,GamepadPose:true,Geolocation:true,Position:true,GeolocationPosition:true,Headers:true,HTMLHyperlinkElementUtils:true,IdleDeadline:true,ImageBitmap:true,ImageBitmapRenderingContext:true,ImageCapture:true,ImageData:true,InputDeviceCapabilities:true,IntersectionObserver:true,IntersectionObserverEntry:true,InterventionReport:true,KeyframeEffect:true,KeyframeEffectReadOnly:true,MediaCapabilities:true,MediaCapabilitiesInfo:true,MediaDeviceInfo:true,MediaError:true,MediaKeyStatusMap:true,MediaKeySystemAccess:true,MediaKeys:true,MediaKeysPolicy:true,MediaMetadata:true,MediaSession:true,MediaSettingsRange:true,MemoryInfo:true,MessageChannel:true,Metadata:true,MutationObserver:true,WebKitMutationObserver:true,MutationRecord:true,NavigationPreloadManager:true,Navigator:true,NavigatorAutomationInformation:true,NavigatorConcurrentHardware:true,NavigatorCookies:true,NavigatorUserMediaError:true,NodeFilter:true,NodeIterator:true,NonDocumentTypeChildNode:true,NonElementParentNode:true,NoncedElement:true,OffscreenCanvasRenderingContext2D:true,OverconstrainedError:true,PaintRenderingContext2D:true,PaintSize:true,PaintWorkletGlobalScope:true,PasswordCredential:true,Path2D:true,PaymentAddress:true,PaymentInstruments:true,PaymentManager:true,PaymentResponse:true,PerformanceEntry:true,PerformanceLongTaskTiming:true,PerformanceMark:true,PerformanceMeasure:true,PerformanceNavigation:true,PerformanceNavigationTiming:true,PerformanceObserver:true,PerformanceObserverEntryList:true,PerformancePaintTiming:true,PerformanceResourceTiming:true,PerformanceServerTiming:true,PerformanceTiming:true,Permissions:true,PhotoCapabilities:true,PositionError:true,GeolocationPositionError:true,Presentation:true,PresentationReceiver:true,PublicKeyCredential:true,PushManager:true,PushMessageData:true,PushSubscription:true,PushSubscriptionOptions:true,Range:true,RelatedApplication:true,ReportBody:true,ReportingObserver:true,ResizeObserver:true,ResizeObserverEntry:true,RTCCertificate:true,RTCIceCandidate:true,mozRTCIceCandidate:true,RTCLegacyStatsReport:true,RTCRtpContributingSource:true,RTCRtpReceiver:true,RTCRtpSender:true,RTCSessionDescription:true,mozRTCSessionDescription:true,RTCStatsResponse:true,Screen:true,ScrollState:true,ScrollTimeline:true,Selection:true,SharedArrayBuffer:true,SpeechRecognitionAlternative:true,SpeechSynthesisVoice:true,StaticRange:true,StorageManager:true,StyleMedia:true,StylePropertyMap:true,StylePropertyMapReadonly:true,SyncManager:true,TaskAttributionTiming:true,TextDetector:true,TextMetrics:true,TrackDefault:true,TreeWalker:true,TrustedHTML:true,TrustedScriptURL:true,TrustedURL:true,UnderlyingSourceBase:true,URLSearchParams:true,VRCoordinateSystem:true,VRDisplayCapabilities:true,VREyeParameters:true,VRFrameData:true,VRFrameOfReference:true,VRPose:true,VRStageBounds:true,VRStageBoundsPoint:true,VRStageParameters:true,ValidityState:true,VideoPlaybackQuality:true,VideoTrack:true,VTTRegion:true,WindowClient:true,WorkletAnimation:true,WorkletGlobalScope:true,XPathEvaluator:true,XPathExpression:true,XPathNSResolver:true,XPathResult:true,XMLSerializer:true,XSLTProcessor:true,Bluetooth:true,BluetoothCharacteristicProperties:true,BluetoothRemoteGATTServer:true,BluetoothRemoteGATTService:true,BluetoothUUID:true,BudgetService:true,Cache:true,DOMFileSystemSync:true,DirectoryEntrySync:true,DirectoryReaderSync:true,EntrySync:true,FileEntrySync:true,FileReaderSync:true,FileWriterSync:true,HTMLAllCollection:true,Mojo:true,MojoHandle:true,MojoWatcher:true,NFC:true,PagePopupController:true,Report:true,Request:true,Response:true,SubtleCrypto:true,USBAlternateInterface:true,USBConfiguration:true,USBDevice:true,USBEndpoint:true,USBInTransferResult:true,USBInterface:true,USBIsochronousInTransferPacket:true,USBIsochronousInTransferResult:true,USBIsochronousOutTransferPacket:true,USBIsochronousOutTransferResult:true,USBOutTransferResult:true,WorkerLocation:true,WorkerNavigator:true,Worklet:true,IDBCursor:true,IDBCursorWithValue:true,IDBFactory:true,IDBIndex:true,IDBKeyRange:true,IDBObjectStore:true,IDBObservation:true,IDBObserver:true,IDBObserverChanges:true,SVGAngle:true,SVGAnimatedAngle:true,SVGAnimatedBoolean:true,SVGAnimatedEnumeration:true,SVGAnimatedInteger:true,SVGAnimatedLength:true,SVGAnimatedLengthList:true,SVGAnimatedNumber:true,SVGAnimatedNumberList:true,SVGAnimatedPreserveAspectRatio:true,SVGAnimatedRect:true,SVGAnimatedString:true,SVGAnimatedTransformList:true,SVGMatrix:true,SVGPoint:true,SVGPreserveAspectRatio:true,SVGRect:true,SVGUnitTypes:true,AudioListener:true,AudioParam:true,AudioTrack:true,AudioWorkletGlobalScope:true,AudioWorkletProcessor:true,PeriodicWave:true,WebGLActiveInfo:true,ANGLEInstancedArrays:true,ANGLE_instanced_arrays:true,WebGLBuffer:true,WebGLCanvas:true,WebGLColorBufferFloat:true,WebGLCompressedTextureASTC:true,WebGLCompressedTextureATC:true,WEBGL_compressed_texture_atc:true,WebGLCompressedTextureETC1:true,WEBGL_compressed_texture_etc1:true,WebGLCompressedTextureETC:true,WebGLCompressedTexturePVRTC:true,WEBGL_compressed_texture_pvrtc:true,WebGLCompressedTextureS3TC:true,WEBGL_compressed_texture_s3tc:true,WebGLCompressedTextureS3TCsRGB:true,WebGLDebugRendererInfo:true,WEBGL_debug_renderer_info:true,WebGLDebugShaders:true,WEBGL_debug_shaders:true,WebGLDepthTexture:true,WEBGL_depth_texture:true,WebGLDrawBuffers:true,WEBGL_draw_buffers:true,EXTsRGB:true,EXT_sRGB:true,EXTBlendMinMax:true,EXT_blend_minmax:true,EXTColorBufferFloat:true,EXTColorBufferHalfFloat:true,EXTDisjointTimerQuery:true,EXTDisjointTimerQueryWebGL2:true,EXTFragDepth:true,EXT_frag_depth:true,EXTShaderTextureLOD:true,EXT_shader_texture_lod:true,EXTTextureFilterAnisotropic:true,EXT_texture_filter_anisotropic:true,WebGLFramebuffer:true,WebGLGetBufferSubDataAsync:true,WebGLLoseContext:true,WebGLExtensionLoseContext:true,WEBGL_lose_context:true,OESElementIndexUint:true,OES_element_index_uint:true,OESStandardDerivatives:true,OES_standard_derivatives:true,OESTextureFloat:true,OES_texture_float:true,OESTextureFloatLinear:true,OES_texture_float_linear:true,OESTextureHalfFloat:true,OES_texture_half_float:true,OESTextureHalfFloatLinear:true,OES_texture_half_float_linear:true,OESVertexArrayObject:true,OES_vertex_array_object:true,WebGLProgram:true,WebGLQuery:true,WebGLRenderbuffer:true,WebGLRenderingContext:true,WebGL2RenderingContext:true,WebGLSampler:true,WebGLShader:true,WebGLShaderPrecisionFormat:true,WebGLSync:true,WebGLTexture:true,WebGLTimerQueryEXT:true,WebGLTransformFeedback:true,WebGLUniformLocation:true,WebGLVertexArrayObject:true,WebGLVertexArrayObjectOES:true,WebGL2RenderingContextBase:true,ArrayBuffer:true,ArrayBufferView:false,DataView:true,Float32Array:true,Float64Array:true,Int16Array:true,Int32Array:true,Int8Array:true,Uint16Array:true,Uint32Array:true,Uint8ClampedArray:true,CanvasPixelArray:true,Uint8Array:false,HTMLAudioElement:true,HTMLBRElement:true,HTMLButtonElement:true,HTMLCanvasElement:true,HTMLContentElement:true,HTMLDListElement:true,HTMLDataElement:true,HTMLDataListElement:true,HTMLDetailsElement:true,HTMLDialogElement:true,HTMLDivElement:true,HTMLEmbedElement:true,HTMLFieldSetElement:true,HTMLHRElement:true,HTMLHeadElement:true,HTMLHeadingElement:true,HTMLHtmlElement:true,HTMLIFrameElement:true,HTMLImageElement:true,HTMLLIElement:true,HTMLLabelElement:true,HTMLLegendElement:true,HTMLLinkElement:true,HTMLMapElement:true,HTMLMediaElement:true,HTMLMenuElement:true,HTMLMetaElement:true,HTMLMeterElement:true,HTMLModElement:true,HTMLOListElement:true,HTMLObjectElement:true,HTMLOptGroupElement:true,HTMLOptionElement:true,HTMLOutputElement:true,HTMLParagraphElement:true,HTMLParamElement:true,HTMLPictureElement:true,HTMLPreElement:true,HTMLProgressElement:true,HTMLQuoteElement:true,HTMLScriptElement:true,HTMLShadowElement:true,HTMLSlotElement:true,HTMLSourceElement:true,HTMLSpanElement:true,HTMLStyleElement:true,HTMLTableCaptionElement:true,HTMLTableCellElement:true,HTMLTableDataCellElement:true,HTMLTableHeaderCellElement:true,HTMLTableColElement:true,HTMLTimeElement:true,HTMLTitleElement:true,HTMLTrackElement:true,HTMLUListElement:true,HTMLUnknownElement:true,HTMLVideoElement:true,HTMLDirectoryElement:true,HTMLFontElement:true,HTMLFrameElement:true,HTMLFrameSetElement:true,HTMLMarqueeElement:true,HTMLElement:false,AccessibleNodeList:true,HTMLAnchorElement:true,HTMLAreaElement:true,HTMLBaseElement:true,Blob:false,HTMLBodyElement:true,CDATASection:true,CharacterData:true,Comment:true,ProcessingInstruction:true,Text:true,CSSPerspective:true,CSSCharsetRule:true,CSSConditionRule:true,CSSFontFaceRule:true,CSSGroupingRule:true,CSSImportRule:true,CSSKeyframeRule:true,MozCSSKeyframeRule:true,WebKitCSSKeyframeRule:true,CSSKeyframesRule:true,MozCSSKeyframesRule:true,WebKitCSSKeyframesRule:true,CSSMediaRule:true,CSSNamespaceRule:true,CSSPageRule:true,CSSRule:true,CSSStyleRule:true,CSSSupportsRule:true,CSSViewportRule:true,CSSStyleDeclaration:true,MSStyleCSSProperties:true,CSS2Properties:true,CSSImageValue:true,CSSKeywordValue:true,CSSNumericValue:true,CSSPositionValue:true,CSSResourceValue:true,CSSUnitValue:true,CSSURLImageValue:true,CSSStyleValue:false,CSSMatrixComponent:true,CSSRotation:true,CSSScale:true,CSSSkew:true,CSSTranslation:true,CSSTransformComponent:false,CSSTransformValue:true,CSSUnparsedValue:true,DataTransferItemList:true,XMLDocument:true,Document:false,DOMException:true,ClientRectList:true,DOMRectList:true,DOMRectReadOnly:false,DOMStringList:true,DOMTokenList:true,MathMLElement:true,Element:false,AbortPaymentEvent:true,AnimationEvent:true,AnimationPlaybackEvent:true,ApplicationCacheErrorEvent:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchedEvent:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,BlobEvent:true,CanMakePaymentEvent:true,ClipboardEvent:true,CloseEvent:true,CustomEvent:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,ErrorEvent:true,ExtendableEvent:true,ExtendableMessageEvent:true,FetchEvent:true,FontFaceSetLoadEvent:true,ForeignFetchEvent:true,GamepadEvent:true,HashChangeEvent:true,InstallEvent:true,MediaEncryptedEvent:true,MediaKeyMessageEvent:true,MediaQueryListEvent:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MessageEvent:true,MIDIConnectionEvent:true,MIDIMessageEvent:true,MutationEvent:true,NotificationEvent:true,PageTransitionEvent:true,PaymentRequestEvent:true,PaymentRequestUpdateEvent:true,PopStateEvent:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,PromiseRejectionEvent:true,PushEvent:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCPeerConnectionIceEvent:true,RTCTrackEvent:true,SecurityPolicyViolationEvent:true,SensorErrorEvent:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,SpeechSynthesisEvent:true,StorageEvent:true,SyncEvent:true,TrackEvent:true,TransitionEvent:true,WebKitTransitionEvent:true,VRDeviceEvent:true,VRDisplayEvent:true,VRSessionEvent:true,MojoInterfaceRequestEvent:true,USBConnectionEvent:true,IDBVersionChangeEvent:true,AudioProcessingEvent:true,OfflineAudioCompletionEvent:true,WebGLContextEvent:true,Event:false,InputEvent:false,SubmitEvent:false,AbsoluteOrientationSensor:true,Accelerometer:true,AccessibleNode:true,AmbientLightSensor:true,Animation:true,ApplicationCache:true,DOMApplicationCache:true,OfflineResourceList:true,BackgroundFetchRegistration:true,BatteryManager:true,BroadcastChannel:true,CanvasCaptureMediaStreamTrack:true,DedicatedWorkerGlobalScope:true,EventSource:true,FileReader:true,FontFaceSet:true,Gyroscope:true,LinearAccelerationSensor:true,Magnetometer:true,MediaDevices:true,MediaKeySession:true,MediaQueryList:true,MediaRecorder:true,MediaSource:true,MediaStream:true,MediaStreamTrack:true,MessagePort:true,MIDIAccess:true,MIDIInput:true,MIDIOutput:true,MIDIPort:true,NetworkInformation:true,Notification:true,OffscreenCanvas:true,OrientationSensor:true,PaymentRequest:true,Performance:true,PermissionStatus:true,PresentationAvailability:true,PresentationConnection:true,PresentationConnectionList:true,PresentationRequest:true,RelativeOrientationSensor:true,RemotePlayback:true,RTCDataChannel:true,DataChannel:true,RTCDTMFSender:true,RTCPeerConnection:true,webkitRTCPeerConnection:true,mozRTCPeerConnection:true,ScreenOrientation:true,Sensor:true,ServiceWorker:true,ServiceWorkerContainer:true,ServiceWorkerGlobalScope:true,ServiceWorkerRegistration:true,SharedWorker:true,SharedWorkerGlobalScope:true,SpeechRecognition:true,webkitSpeechRecognition:true,SpeechSynthesis:true,SpeechSynthesisUtterance:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Window:true,DOMWindow:true,Worker:true,WorkerGlobalScope:true,WorkerPerformance:true,BluetoothDevice:true,BluetoothRemoteGATTCharacteristic:true,Clipboard:true,MojoInterfaceInterceptor:true,USB:true,IDBDatabase:true,IDBOpenDBRequest:true,IDBVersionChangeRequest:true,IDBRequest:true,IDBTransaction:true,AnalyserNode:true,RealtimeAnalyserNode:true,AudioBufferSourceNode:true,AudioDestinationNode:true,AudioNode:true,AudioScheduledSourceNode:true,AudioWorkletNode:true,BiquadFilterNode:true,ChannelMergerNode:true,AudioChannelMerger:true,ChannelSplitterNode:true,AudioChannelSplitter:true,ConstantSourceNode:true,ConvolverNode:true,DelayNode:true,DynamicsCompressorNode:true,GainNode:true,AudioGainNode:true,IIRFilterNode:true,MediaElementAudioSourceNode:true,MediaStreamAudioDestinationNode:true,MediaStreamAudioSourceNode:true,OscillatorNode:true,Oscillator:true,PannerNode:true,AudioPannerNode:true,webkitAudioPannerNode:true,ScriptProcessorNode:true,JavaScriptAudioNode:true,StereoPannerNode:true,WaveShaperNode:true,EventTarget:false,File:true,FileList:true,FileWriter:true,HTMLFormElement:true,Gamepad:true,History:true,HTMLCollection:true,HTMLFormControlsCollection:true,HTMLOptionsCollection:true,HTMLDocument:true,XMLHttpRequest:true,XMLHttpRequestUpload:true,XMLHttpRequestEventTarget:false,HTMLInputElement:true,KeyboardEvent:true,Location:true,MediaList:true,MIDIInputMap:true,MIDIOutputMap:true,MimeType:true,MimeTypeArray:true,DocumentFragment:true,ShadowRoot:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,Plugin:true,PluginArray:true,ProgressEvent:true,ResourceProgressEvent:true,RTCStatsReport:true,HTMLSelectElement:true,SourceBuffer:true,SourceBufferList:true,SpeechGrammar:true,SpeechGrammarList:true,SpeechRecognitionResult:true,Storage:true,CSSStyleSheet:true,StyleSheet:true,HTMLTableElement:true,HTMLTableRowElement:true,HTMLTableSectionElement:true,HTMLTemplateElement:true,HTMLTextAreaElement:true,TextTrack:true,TextTrackCue:true,VTTCue:true,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchList:true,TrackDefaultList:true,CompositionEvent:true,FocusEvent:true,MouseEvent:true,DragEvent:true,PointerEvent:true,TextEvent:true,TouchEvent:true,WheelEvent:true,UIEvent:false,URL:true,VideoTrackList:true,Attr:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,SVGLength:true,SVGLengthList:true,SVGNumber:true,SVGNumberList:true,SVGPointList:true,SVGScriptElement:true,SVGStringList:true,SVGAElement:true,SVGAnimateElement:true,SVGAnimateMotionElement:true,SVGAnimateTransformElement:true,SVGAnimationElement:true,SVGCircleElement:true,SVGClipPathElement:true,SVGDefsElement:true,SVGDescElement:true,SVGDiscardElement:true,SVGEllipseElement:true,SVGFEBlendElement:true,SVGFEColorMatrixElement:true,SVGFEComponentTransferElement:true,SVGFECompositeElement:true,SVGFEConvolveMatrixElement:true,SVGFEDiffuseLightingElement:true,SVGFEDisplacementMapElement:true,SVGFEDistantLightElement:true,SVGFEFloodElement:true,SVGFEFuncAElement:true,SVGFEFuncBElement:true,SVGFEFuncGElement:true,SVGFEFuncRElement:true,SVGFEGaussianBlurElement:true,SVGFEImageElement:true,SVGFEMergeElement:true,SVGFEMergeNodeElement:true,SVGFEMorphologyElement:true,SVGFEOffsetElement:true,SVGFEPointLightElement:true,SVGFESpecularLightingElement:true,SVGFESpotLightElement:true,SVGFETileElement:true,SVGFETurbulenceElement:true,SVGFilterElement:true,SVGForeignObjectElement:true,SVGGElement:true,SVGGeometryElement:true,SVGGraphicsElement:true,SVGImageElement:true,SVGLineElement:true,SVGLinearGradientElement:true,SVGMarkerElement:true,SVGMaskElement:true,SVGMetadataElement:true,SVGPathElement:true,SVGPatternElement:true,SVGPolygonElement:true,SVGPolylineElement:true,SVGRadialGradientElement:true,SVGRectElement:true,SVGSetElement:true,SVGStopElement:true,SVGStyleElement:true,SVGSVGElement:true,SVGSwitchElement:true,SVGSymbolElement:true,SVGTSpanElement:true,SVGTextContentElement:true,SVGTextElement:true,SVGTextPathElement:true,SVGTextPositioningElement:true,SVGTitleElement:true,SVGUseElement:true,SVGViewElement:true,SVGGradientElement:true,SVGComponentTransferFunctionElement:true,SVGFEDropShadowElement:true,SVGMPathElement:true,SVGElement:false,SVGTransform:true,SVGTransformList:true,AudioBuffer:true,AudioParamMap:true,AudioTrackList:true,AudioContext:true,webkitAudioContext:true,BaseAudioContext:false,OfflineAudioContext:true}) +A.bo.$nativeSuperclassTag="ArrayBufferView" +A.ce.$nativeSuperclassTag="ArrayBufferView" +A.cf.$nativeSuperclassTag="ArrayBufferView" +A.bW.$nativeSuperclassTag="ArrayBufferView" +A.cg.$nativeSuperclassTag="ArrayBufferView" +A.ch.$nativeSuperclassTag="ArrayBufferView" +A.bX.$nativeSuperclassTag="ArrayBufferView" +A.cl.$nativeSuperclassTag="EventTarget" +A.cm.$nativeSuperclassTag="EventTarget" +A.co.$nativeSuperclassTag="EventTarget" +A.cp.$nativeSuperclassTag="EventTarget"})() +Function.prototype.$2=function(a,b){return this(a,b)} +Function.prototype.$0=function(){return this()} +Function.prototype.$1=function(a){return this(a)} +Function.prototype.$3=function(a,b,c){return this(a,b,c)} +Function.prototype.$4=function(a,b,c,d){return this(a,b,c,d)} +Function.prototype.$1$1=function(a){return this(a)} +Function.prototype.$1$0=function(){return this()} +convertAllToFastObject(w) +convertToFastObject($);(function(a){if(typeof document==="undefined"){a(null) +return}if(typeof document.currentScript!="undefined"){a(document.currentScript) +return}var s=document.scripts +function onLoad(b){for(var q=0;q","JsLinkedHashMap_values_closure","LinkedHashMapKeyIterable.length","LinkedHashMapKeyIterable.iterator","LinkedHashMapKeyIterator","LinkedHashMapKeyIterator.current","LinkedHashMapKeyIterator.moveNext","initHooks.","_Record.toString","_Record._toString","_Record._fieldKeys","_Record._computeFieldKeys","_Record2._getFieldValues","_Record2.==","_Record2.hashCode","JSSyntaxRegExp.toString","JSSyntaxRegExp._nativeGlobalVersion","JSSyntaxRegExp._execGlobal","_MatchImplementation.end","_MatchImplementation.[]","_AllMatchesIterator.current","_AllMatchesIterator.moveNext","JSSyntaxRegExp.isUnicode","NativeByteBuffer.runtimeType","NativeByteData.runtimeType","NativeTypedArray.length","NativeTypedArrayOfDouble.[]","NativeTypedArrayOfDouble.[]=","NativeTypedArrayOfInt.[]=","NativeFloat32List.runtimeType","NativeFloat64List.runtimeType","NativeInt16List.runtimeType","NativeInt16List.[]","NativeInt32List.runtimeType","NativeInt32List.[]","NativeInt8List.runtimeType","NativeInt8List.[]","NativeUint16List.runtimeType","NativeUint16List.[]","NativeUint32List.runtimeType","NativeUint32List.[]","NativeUint8ClampedList.runtimeType","NativeUint8ClampedList.length","NativeUint8ClampedList.[]","NativeUint8List.runtimeType","NativeUint8List.length","NativeUint8List.[]","Rti._eval","Rti._bind","_Type.toString","_Error.toString","_AsyncRun._initializeScheduleImmediate.internalCallback","_AsyncRun._initializeScheduleImmediate.","_AsyncRun._scheduleImmediateJsOverride.internalCallback","_AsyncRun._scheduleImmediateWithSetImmediate.internalCallback","_TimerImpl.internalCallback","_AsyncAwaitCompleter.complete","_AsyncAwaitCompleter.completeError","_awaitOnObject.","_wrapJsFunctionForAsync.","AsyncError.toString","_Completer.completeError","_Completer.completeError[function-entry$1]","_AsyncCompleter.complete","_FutureListener.matchesErrorTest","_FutureListener.handleError","_Future._setChained","_Future.then","_Future.then[function-entry$1]","_Future._thenAwait","_Future._setErrorObject","_Future._cloneResult","_Future._addListener","_Future._prependListeners","_Future._removeListeners","_Future._reverseListeners","_Future._chainForeignFuture","_Future._completeWithValue","_Future._completeError","_Future._asyncComplete","_Future._asyncCompleteWithValue","_Future._chainFuture","_Future._asyncCompleteError","_Future._addListener.","_Future._prependListeners.","_Future._chainForeignFuture.","_Future._chainCoreFutureAsync.","_Future._asyncCompleteWithValue.","_Future._asyncCompleteError.","_Future._propagateToListeners.handleWhenCompleteCallback","_FutureListener.handleWhenComplete","_Future._propagateToListeners.handleWhenCompleteCallback.","_Future._propagateToListeners.handleValueCallback","_FutureListener.handleValue","_Future._propagateToListeners.handleError","_FutureListener.hasErrorCallback","_rootHandleError.","_RootZone.runGuarded","_RootZone.runUnaryGuarded","_RootZone.runUnaryGuarded[function-entry$2]","_RootZone.bindCallbackGuarded","_RootZone.bindUnaryCallbackGuarded","_RootZone.run","_RootZone.run[function-entry$1]","_RootZone.runUnary","_RootZone.runUnary[function-entry$2]","_RootZone.runBinary","_RootZone.runBinary[function-entry$3]","_RootZone.registerBinaryCallback","_RootZone.registerBinaryCallback[function-entry$1]","_RootZone.bindCallbackGuarded.","_RootZone.bindUnaryCallbackGuarded.","_RootZone_bindUnaryCallbackGuarded_closure","_LinkedHashSet.iterator","_LinkedHashSet.length","_LinkedHashSet.contains","_LinkedHashSet._contains","_LinkedHashSet.add","_LinkedHashSet._add","_LinkedHashSet.remove","_LinkedHashSet._remove","_LinkedHashSet._addHashTableEntry","_LinkedHashSet._removeHashTableEntry","_LinkedHashSet._modified","_LinkedHashSet._newLinkedCell","_LinkedHashSet._unlinkCell","_LinkedHashSet._computeHashCode","_LinkedHashSet._findBucketIndex","_LinkedHashSetIterator.current","_LinkedHashSetIterator.moveNext","ListBase.iterator","ListBase.elementAt","ListBase.cast","ListBase.fillRange","ListBase.toString","MapBase.forEach","MapBase.length","MapBase.toString","MapBase.mapToString.","_UnmodifiableMapMixin.[]=","MapView.[]","MapView.[]=","MapView.length","MapView.toString","SetBase.addAll","SetBase.toString","SetBase.join","SetBase.elementAt","_JsonMap.[]","_JsonMap.length","_JsonMap.keys","_JsonMap.[]=","_JsonMap.containsKey","_JsonMap.forEach","_JsonMap._computeKeys","_JsonMap._upgrade","_JsonMap._process","_JsonMapKeyIterable.length","_JsonMapKeyIterable.elementAt","_JsonMapKeyIterable.iterator","Utf8Decoder._decoder.","Utf8Decoder._decoderNonfatal.","Base64Codec.normalize","HtmlEscapeMode.toString","HtmlEscape.convert","HtmlEscape._convert","JsonCodec.decode","JsonCodec.decoder","Utf8Encoder.convert","_Utf8Encoder._writeReplacementCharacter","_Utf8Encoder._writeSurrogate","_Utf8Encoder._fillBuffer","Utf8Decoder.convert","_Utf8Decoder.convertGeneral","_Utf8Decoder._convertRecursive","_Utf8Decoder.decodeGeneral","_Enum.toString","Error.stackTrace","AssertionError.toString","ArgumentError._errorName","ArgumentError._errorExplanation","ArgumentError.toString","RangeError.invalidValue","RangeError._errorName","RangeError._errorExplanation","IndexError.invalidValue","IndexError._errorName","IndexError._errorExplanation","UnsupportedError.toString","UnimplementedError.toString","StateError.toString","ConcurrentModificationError.toString","OutOfMemoryError.toString","OutOfMemoryError.stackTrace","StackOverflowError.toString","StackOverflowError.stackTrace","_Exception.toString","FormatException.toString","Iterable.cast","Iterable.where","Iterable.length","Iterable.single","Iterable.elementAt","Iterable.toString","Null.hashCode","Null.toString","Object.hashCode","Object.==","Object.toString","Object.runtimeType","_StringStackTrace.toString","StringBuffer.length","StringBuffer.toString","Uri.splitQueryString.","Uri._parseIPv4Address.error","Uri.parseIPv6Address.error","Uri.parseIPv6Address.parseHex","_Uri._text","_Uri._initializeText","_Uri._writeAuthority","_Uri.hashCode","_Uri.queryParameters","_Uri.userInfo","_Uri.host","_Uri.port","_Uri.query","_Uri.fragment","_Uri.replace","_Uri.hasAuthority","_Uri.hasQuery","_Uri.hasFragment","_Uri.toString","_Uri.==","_Uri._makeQuery.writeParameter","_Uri._makeQuery.","UriData.uri","UriData._computeUri","UriData.toString","_createTables.build","_createTables.setChars","_createTables.setRange","_SimpleUri.hasAuthority","_SimpleUri.hasPort","_SimpleUri.hasQuery","_SimpleUri.hasFragment","_SimpleUri.scheme","_SimpleUri._computeScheme","_SimpleUri.userInfo","_SimpleUri.host","_SimpleUri.port","_SimpleUri.path","_SimpleUri.query","_SimpleUri.fragment","_SimpleUri.queryParameters","_SimpleUri.replace","_SimpleUri.hashCode","_SimpleUri.==","_SimpleUri.toString","AccessibleNodeList.length","AnchorElement.toString","AreaElement.toString","CharacterData.length","CssPerspective.length","CssStyleDeclaration.length","CssTransformValue.length","CssUnparsedValue.length","DataTransferItemList.length","DomException.toString","DomRectList.length","DomRectList.[]","DomRectList.[]=","DomRectList.elementAt","DomRectReadOnly.toString","DomRectReadOnly.==","DomRectReadOnly.hashCode","DomRectReadOnly._height","DomRectReadOnly.height","DomRectReadOnly._width","DomRectReadOnly.width","DomStringList.length","DomStringList.[]","DomStringList.[]=","DomStringList.elementAt","DomTokenList.length","Element.classes","Element.toString","Element.createFragment","NodeValidatorBuilder.common","NodeValidatorBuilder.allowHtml5","NodeValidatorBuilder.allowTemplating","Element._canBeUsedToCreateContextualFragment","Element.createFragment[function-entry$1$treeSanitizer]","Element.innerHtml","Element.setInnerHtml","Element.html.","EventTarget.addEventListener","EventTarget.addEventListener[function-entry$2]","EventTarget._addEventListener","FileList.length","FileList.[]","FileList.[]=","FileList.elementAt","FileWriter.length","FormElement.length","History.length","HtmlCollection.length","HtmlCollection.[]","HtmlCollection.[]=","HtmlCollection.elementAt","HttpRequest.open","HttpRequest.getString.","HttpRequest.request.","Location.toString","MediaList.length","MidiInputMap.[]","MidiInputMap.forEach","MidiInputMap.keys","MidiInputMap.length","MidiInputMap.[]=","MidiInputMap.keys.","MidiOutputMap.[]","MidiOutputMap.forEach","MidiOutputMap.keys","MidiOutputMap.length","MidiOutputMap.[]=","MidiOutputMap.keys.","MimeTypeArray.length","MimeTypeArray.[]","MimeTypeArray.[]=","MimeTypeArray.elementAt","_ChildNodeListLazy.single","_ChildNodeListLazy.addAll","_ChildNodeListLazy.[]=","_ChildNodeListLazy.iterator","ImmutableListMixin.iterator","_ChildNodeListLazy.length","_ChildNodeListLazy.[]","Node.remove","Node.replaceWith","Node._clearChildren","Node.toString","Node._replaceChild","NodeList.length","NodeList.[]","NodeList.[]=","NodeList.elementAt","Plugin.length","PluginArray.length","PluginArray.[]","PluginArray.[]=","PluginArray.elementAt","RtcStatsReport.[]","RtcStatsReport.forEach","RtcStatsReport.keys","RtcStatsReport.length","RtcStatsReport.[]=","RtcStatsReport.keys.","SelectElement.length","SourceBufferList.length","SourceBufferList.[]","SourceBufferList.[]=","SourceBufferList.elementAt","SpeechGrammarList.length","SpeechGrammarList.[]","SpeechGrammarList.[]=","SpeechGrammarList.elementAt","SpeechRecognitionResult.length","Storage.[]","Storage.[]=","Storage.forEach","Storage.keys","Storage.length","Storage.keys.","TableElement.createFragment","TableRowElement.createFragment","TableSectionElement.createFragment","TemplateElement.setInnerHtml","TextTrackCueList.length","TextTrackCueList.[]","TextTrackCueList.[]=","TextTrackCueList.elementAt","TextTrackList.length","TextTrackList.[]","TextTrackList.[]=","TextTrackList.elementAt","TimeRanges.length","TouchList.length","TouchList.[]","TouchList.[]=","TouchList.elementAt","TrackDefaultList.length","Url.toString","VideoTrackList.length","_CssRuleList.length","_CssRuleList.[]","_CssRuleList.[]=","_CssRuleList.elementAt","_DomRect.toString","_DomRect.==","_DomRect.hashCode","_DomRect._height","_DomRect.height","_DomRect._width","_DomRect.width","_GamepadList.length","_GamepadList.[]","_GamepadList.[]=","_GamepadList.elementAt","_NamedNodeMap.length","_NamedNodeMap.[]","_NamedNodeMap.[]=","_NamedNodeMap.elementAt","_SpeechRecognitionResultList.length","_SpeechRecognitionResultList.[]","_SpeechRecognitionResultList.[]=","_SpeechRecognitionResultList.elementAt","_StyleSheetList.length","_StyleSheetList.[]","_StyleSheetList.[]=","_StyleSheetList.elementAt","_AttributeMap.forEach","_AttributeMap.keys","_ElementAttributeMap.length","_DataAttributeMap.[]=","_DataAttributeMap.forEach","_DataAttributeMap.keys","_DataAttributeMap.length","_DataAttributeMap._toCamelCase","_DataAttributeMap._toHyphenedName","_DataAttributeMap.forEach.","_DataAttributeMap.keys.","_ElementCssClassSet.readClasses","_ElementCssClassSet.writeClasses","_ElementCssClassSet.length","_ElementCssClassSet.add","_ElementCssClassSet.remove","_ElementCssClassSet.toggle","_ElementCssClassSet._toggle","_EventStreamSubscription.","_Html5NodeValidator.allowsElement","_Html5NodeValidator.allowsAttribute","NodeValidatorBuilder.allowsElement","NodeValidatorBuilder.allowsAttribute","NodeValidatorBuilder.allowsElement.","NodeValidatorBuilder.allowsAttribute.","_SimpleNodeValidator.allowsElement","_SimpleNodeValidator.allowsAttribute","_SimpleNodeValidator.","_TemplatingNodeValidator.allowsAttribute","_TemplatingNodeValidator.","_SvgNodeValidator.allowsElement","_SvgNodeValidator.allowsAttribute","FixedSizeListIterator.moveNext","FixedSizeListIterator.current","_ValidatingTreeSanitizer.sanitizeTree","_ValidatingTreeSanitizer._removeNode","_ValidatingTreeSanitizer._sanitizeUntrustedElement","_ValidatingTreeSanitizer._sanitizeElement","JSArray.toList","_ValidatingTreeSanitizer.sanitizeNode","_ValidatingTreeSanitizer.sanitizeTree.walk","CssClassSetImpl._validateToken","CssClassSetImpl.toString","CssClassSetImpl.toggle","CssClassSetImpl.iterator","CssClassSetImpl.length","CssClassSetImpl.add","CssClassSetImpl.remove","CssClassSetImpl.elementAt","CssClassSetImpl.modify","CssClassSetImpl.add.","FilteredElementList._iterable","WhereIterable.map","FilteredElementList.[]=","FilteredElementList.[]","FilteredElementList.length","FilteredElementList.iterator","FilteredElementList._iterable.","promiseToFuture.","NullRejectionException.toString","LengthList.length","LengthList.[]","LengthList.[]=","LengthList.elementAt","NumberList.length","NumberList.[]","NumberList.[]=","NumberList.elementAt","PointList.length","StringList.length","StringList.[]","StringList.[]=","StringList.elementAt","AttributeClassSet.readClasses","AttributeClassSet.writeClasses","SvgElement.classes","SvgElement.innerHtml","SvgElement.children","SvgElement.createFragment","NodeValidatorBuilder.allowSvg","NodeTreeSanitizer","TransformList.length","TransformList.[]","TransformList.[]=","TransformList.elementAt","AudioBuffer.length","AudioParamMap.[]","AudioParamMap.forEach","AudioParamMap.keys","AudioParamMap.length","AudioParamMap.[]=","AudioParamMap.keys.","AudioTrackList.length","OfflineAudioContext.length","Kind._enumToString","Kind.toString","_MatchPosition._enumToString","Index.find","Index.find.score","Index.find.","IndexItem._scope","initializeSidebars.","_htmlBase.","init.disableSearch","print","init.","Index.fromJson","ListBase.map","_Search.listBox","_Search.moreResults","_Search.searchResults","_Search.initialize","_Search.showSearchResultPage","JsLinkedHashMap.isNotEmpty","_Search.hideSuggestions","_Search.updateSuggestions","_Search.showSuggestions","_Search.updateSuggestions[function-entry$2]","_Search.handleSearch","_Search.handleSearch[function-entry$1$isSearchPage]","_Search.handleSearch[function-entry$1]","_Search.handleSearch[function-entry$1$forceUpdate]","_Search.clearSearch","_Search.setEventListeners","_Search.initialize.","_Search.setEventListeners.","_createSuggestion.","_highlight.","init.toggleDrawerAndOverlay","DART_CLOSURE_PROPERTY_NAME","TypeErrorDecoder.noSuchMethodPattern","TypeErrorDecoder.notClosurePattern","TypeErrorDecoder.nullCallPattern","TypeErrorDecoder.nullLiteralCallPattern","TypeErrorDecoder.undefinedCallPattern","TypeErrorDecoder.undefinedLiteralCallPattern","TypeErrorDecoder.nullPropertyPattern","TypeErrorDecoder.nullLiteralPropertyPattern","TypeErrorDecoder.undefinedPropertyPattern","TypeErrorDecoder.undefinedLiteralPropertyPattern","_AsyncRun._scheduleImmediateClosure","Utf8Decoder._decoder","Utf8Decoder._decoderNonfatal","_Base64Decoder._inverseAlphabet","_Uri._needsNoEncoding","_hashSeed","_scannerTables","_Html5NodeValidator._allowedElements","CssClassSetImpl._validTokenRE","_htmlBase","setDispatchProperty","JS_INTEROP_INTERCEPTOR_TAG","init_closure","fromTearOff","StaticClosure","BoundClosure","forwardCallTo","_computeSignatureFunctionNewRti","LateError","TypeError","objectTypeName","_objectTypeNameNewRti","Object","iterableToFullString","StringBuffer","toStringVisiting","_writeAll","ArrayIterator","","safeToString","Closure","_Record","_computedFieldKeys","allocateGrowable","from","JSArray","markFixedList","ListIterator","withLength","IndexError","value","AudioParamMap_keys_closure","_empty","LinkedHashMapCell","JsLinkedHashMap","mapToString","MapBase_mapToString_closure","MapBase","_identityHashCodeProperty","hash","combine","finish","eval","create","parse","handleDigit","handleIdentifier","toType","_lookupGenericFunctionParameterRti","_lookupTerminalRti","handleTypeArguments","handleExtendedOperations","_lookupStarRti","_lookupQuestionRti","_lookupFutureOrRti","handleArguments","toTypes","toTypesNamed","collectArray","_FunctionParameters","_lookupFunctionRti","_lookupRecordRti","_canonicalRecipeJoin","Rti","_installTypeTests","_canonicalRecipeJoinNamed","_createFutureOrRti","Future","_lookupInterfaceRti","_createQuestionRti","_getQuestionFromStar","_createStarRti","_lookupGenericFunctionRti","_lookupBindingRti","_createGenericFunctionRti","newArrayOrEmpty","indexToType","findRule","_getCanonicalRecipe","evalInEnvironment","LinkedHashMapKeyIterable","iterableToShortString","checkNotNegative","range","RangeError","RtcStatsReport_keys_closure","MidiOutputMap_keys_closure","MidiInputMap_keys_closure","Storage_keys_closure","FixedSizeListIterator","initNativeDispatchFlag","_JS_INTEROP_INTERCEPTOR_TAG","getTagFunction","dispatchRecordsForInstanceTags","interceptorsForUncacheableTags","alternateTagFunction","JavaScriptIndexingBehavior","prototypeForTagFunction","initHooks_closure","_CyclicInitializationError","evalRecipe","forwardInterceptedCallTo","cspForwardCall","receiverOf","_interceptorFieldNameCache","_computeFieldNamed","_receiverFieldNameCache","cspForwardInterceptedCall","interceptorOf","RuntimeError","_Exception","forType","_TypeError","compose","findErasedType","bind","fromMessage","_getFutureFromFutureOr","_isUnionOfFunctionType","List","init_disableSearch","MappedListIterable","ListBase","IndexItem","Index","ListIterable","of","EnclosedBy","Iterable","CastIterator","EfficientLengthIterable","_EfficientLengthCastIterable","CastList","_current","_wrapJsFunctionForAsync_closure","_StreamIterator","ExceptionAndStackTrace","_StackTrace","NullThrownFromJavaScriptException","NullError","UnknownJsTypeError","StackOverflowError","extractPattern","TypeErrorDecoder","provokePropertyErrorOn","provokeCallErrorOn","_awaitOnObject_closure","_Future","_FutureListener","_Future__addListener_closure","_AsyncCallbackEntry","_lastCallback","_nextCallback","_isInCallbackLoop","_lastPriorityCallback","_initializeScheduleImmediate","_AsyncRun__initializeScheduleImmediate_internalCallback","_AsyncRun__initializeScheduleImmediate_closure","_TimerImpl_internalCallback","_AsyncRun__scheduleImmediateWithSetImmediate_internalCallback","_AsyncRun__scheduleImmediateJsOverride_internalCallback","_RootZone_bindCallbackGuarded_closure","_rootHandleError_closure","throwWithStackTrace","_throw","_propagateToListeners","_Future__propagateToListeners_handleWhenCompleteCallback","_Future__propagateToListeners_handleValueCallback","_Future__propagateToListeners_handleError","_chainCoreFutureSync","_Future__prependListeners_closure","defaultStackTrace","_Future__propagateToListeners_handleWhenCompleteCallback_closure","_AsyncAwaitCompleter","_Future__asyncCompleteError_closure","_chainCoreFutureAsync","_Future__chainForeignFuture_closure","_Future__chainCoreFutureAsync_closure","_Future__asyncCompleteWithValue_closure","_Search_initialize_closure","_suggestionLimit","_suggestionLength","_containerMap","MappedIterator","EfficientLengthMappedIterable","_createSuggestion_closure","_defaultValidator","NodeValidatorBuilder","_defaultSanitizer","_ValidatingTreeSanitizer","_parseDocument","_parseRange","_ValidatingTreeSanitizer_sanitizeTree_walk","_safeTagName","_ElementAttributeMap","NodeValidatorBuilder_allowsAttribute_closure","_attributeValidators","NodeValidatorBuilder_allowsElement_closure","_LinkedHashSet","_newHashTable","_LinkedHashSetCell","_TemplatingNodeValidator_closure","_SimpleNodeValidator_closure","WhereIterable","WhereIterator","_SameOriginUriPolicy","FilteredElementList","_ChildNodeListLazy","_addAll","FilteredElementList__iterable_closure","Element","_SvgNodeValidator","html","Element_Element$html_closure","noElement","tooMany","_highlight_closure","_AllMatchesIterator","checkValidRange","_MatchImplementation","makeNative","JSSyntaxRegExp","AttributeClassSet","_skipLeadingWhitespace","_skipTrailingWhitespace","_isWhitespace","CssClassSetImpl_add_closure","_ElementCssClassSet","_literal","_Search_setEventListeners_closure","_DataAttributeMap","_DataAttributeMap_keys_closure","filled","growable","fixed","markFixed","_DataAttributeMap_forEach_closure","Index_find_score","Index_find_closure","_Record_2_item_matchPosition","_Record2","_parse","_SimpleUri","_makeScheme","_fail","_makeUserInfo","_makeHost","parseInt","_makePort","_makePath","_makeQuery","_makeFragment","_internal","_defaultPort","splitQueryString","UnmodifiableMapView","Uri_splitQueryString_closure","_uriDecode","CodeUnits","_hexCharPairToByte","_convertIntercepted","_Utf8Decoder","_makeUint8List","errorDescription","stringFromCharCode","fromCharCodes","stringFromNativeUint8List","_convertInterceptedUint8List","_useTextDecoder","Utf8Decoder__decoder_closure","Utf8Decoder__decoderNonfatal_closure","_throwUnmodifiable","_Uri","_normalizeOrSubstring","_normalize","_normalizeEscape","_escapeChar","_Uri__makeQuery_closure","_Uri__makeQuery_writeParameter","_uriEncode","_Utf8Encoder","_normalizePath","_normalizeRelativePath","_removeDotSegments","_mayContainDotSegments","_escapeScheme","_isAlphabeticCharacter","_checkZoneID","_normalizeZoneID","parseIPv6Address","_normalizeRegName","Uri_parseIPv6Address_error","Uri_parseIPv6Address_parseHex","_parseIPv4Address","Uri__parseIPv4Address_error","_canonicalizeScheme","_createTables_build","_createTables_setChars","_createTables_setRange","_DataUri","UriData","_checkPadding","_create1","_of","_JsonMap","_JsonMapKeyIterable","_AsyncCompleter","promiseToFuture_closure","NullRejectionException","_htmlBase_closure","init_toggleDrawerAndOverlay","getString","initializeSidebars_closure","request","HttpRequest_getString_closure","HttpRequest_request_closure","_EventStreamSubscription_closure","objectAssign","JS_CONST","Interceptor","TrustedGetRuntimeType","JSBool","Null","JSNull","JavaScriptObject","LegacyJavaScriptObject","PlainJavaScriptObject","UnknownJavaScriptObject","Function","JavaScriptFunction","JavaScriptBigInt","JavaScriptSymbol","JSUnmodifiableArray","double","num","JSNumber","int","JSInt","JSNumNotInt","String","JSString","_CastIterableBase","_CastListBase","SentinelValue","FixedLengthListMixin","UnmodifiableListMixin","UnmodifiableListBase","Map","ConstantMap","ConstantStringMap","StackTrace","Closure0Args","Closure2Args","TearOffClosure","RegExpMatch","Match","NativeByteBuffer","NativeTypedData","NativeByteData","NativeTypedArray","NativeTypedArrayOfDouble","NativeTypedArrayOfInt","NativeFloat32List","NativeFloat64List","NativeInt16List","NativeInt32List","NativeInt8List","NativeUint16List","NativeUint32List","NativeUint8ClampedList","Uint8List","NativeUint8List","_Error","Error","_Completer","_Zone","_RootZone","_UnmodifiableMapMixin","MapView","Set","SetBase","_SetBase","Base64Codec","Base64Encoder","Codec","Converter","Encoding","HtmlEscapeMode","HtmlEscape","JsonCodec","JsonDecoder","Utf8Codec","Utf8Encoder","Utf8Decoder","_Enum","OutOfMemoryError","_StringStackTrace","Uri","HtmlElement","AbortPaymentEvent","AbsoluteOrientationSensor","AccessibleNodeList","AnchorElement","AnimationEffectReadOnly","AreaElement","AudioElement","BaseElement","Blob","BodyElement","CDataSection","CharacterData","CompositionEvent","CssCharsetRule","CssImageValue","CssMatrixComponent","CssPerspective","CssResourceValue","CssRule","CssStyleDeclaration","CssStyleDeclarationBase","CssStyleSheet","CssStyleValue","CssTransformComponent","CssTransformValue","CssUnparsedValue","CssurlImageValue","DataTransferItemList","Document","DocumentFragment","DomException","DomRectList","Rectangle","DomRectReadOnly","DomStringList","DomTokenList","bool","Node","Event","EventTarget","ExtendableEvent","File","FileList","FileWriter","FormElement","Gamepad","History","HtmlCollection","HtmlDocument","HtmlFormControlsCollection","HttpRequest","ProgressEvent","HttpRequestEventTarget","HttpRequestUpload","InputElement","KeyboardEvent","KeyframeEffect","KeyframeEffectReadOnly","Location","MathMLElement","MediaElement","MediaList","MidiInputMap","MidiOutputMap","MimeType","MimeTypeArray","NodeList","OrientationSensor","Plugin","PluginArray","RtcStatsReport","SelectElement","Sensor","ShadowRoot","SourceBuffer","SourceBufferList","SpeechGrammar","SpeechGrammarList","SpeechRecognitionResult","Storage","StyleSheet","TableElement","TableRowElement","TableSectionElement","TemplateElement","Text","TextAreaElement","TextTrack","TextTrackCue","TextTrackCueList","TextTrackList","TimeRanges","Touch","TouchList","TrackDefaultList","UIEvent","Url","VideoTrackList","VttCue","XmlDocument","_Attr","_CssRuleList","_DomRect","_GamepadList","_NamedNodeMap","_ResourceProgressEvent","_SpeechRecognitionResultList","_StyleSheetList","_AttributeMap","EventStreamProvider","NodeValidator","ImmutableListMixin","CssClassSetImpl","AElement","GraphicsElement","Length","LengthList","Number","NumberList","PointList","ScriptElement","StringList","SvgElement","Transform","TransformList","AudioBuffer","AudioContext","AudioParamMap","AudioTrackList","BaseAudioContext","OfflineAudioContext","Kind","_MatchPosition","__CastListBase&_CastIterableBase&ListMixin","_NativeTypedArrayOfDouble&NativeTypedArray&ListMixin","_NativeTypedArrayOfDouble&NativeTypedArray&ListMixin&FixedLengthListMixin","_NativeTypedArrayOfInt&NativeTypedArray&ListMixin","_NativeTypedArrayOfInt&NativeTypedArray&ListMixin&FixedLengthListMixin","_UnmodifiableMapView&MapView&_UnmodifiableMapMixin","_CssStyleDeclaration&JavaScriptObject&CssStyleDeclarationBase","_DomRectList&JavaScriptObject&ListMixin","_DomRectList&JavaScriptObject&ListMixin&ImmutableListMixin","_DomStringList&JavaScriptObject&ListMixin","_DomStringList&JavaScriptObject&ListMixin&ImmutableListMixin","_FileList&JavaScriptObject&ListMixin","_FileList&JavaScriptObject&ListMixin&ImmutableListMixin","_HtmlCollection&JavaScriptObject&ListMixin","_HtmlCollection&JavaScriptObject&ListMixin&ImmutableListMixin","_MidiInputMap&JavaScriptObject&MapMixin","_MidiOutputMap&JavaScriptObject&MapMixin","_MimeTypeArray&JavaScriptObject&ListMixin","_MimeTypeArray&JavaScriptObject&ListMixin&ImmutableListMixin","_NodeList&JavaScriptObject&ListMixin","_NodeList&JavaScriptObject&ListMixin&ImmutableListMixin","_PluginArray&JavaScriptObject&ListMixin","_PluginArray&JavaScriptObject&ListMixin&ImmutableListMixin","_RtcStatsReport&JavaScriptObject&MapMixin","_SourceBufferList&EventTarget&ListMixin","_SourceBufferList&EventTarget&ListMixin&ImmutableListMixin","_SpeechGrammarList&JavaScriptObject&ListMixin","_SpeechGrammarList&JavaScriptObject&ListMixin&ImmutableListMixin","_Storage&JavaScriptObject&MapMixin","_TextTrackCueList&JavaScriptObject&ListMixin","_TextTrackCueList&JavaScriptObject&ListMixin&ImmutableListMixin","_TextTrackList&EventTarget&ListMixin","_TextTrackList&EventTarget&ListMixin&ImmutableListMixin","_TouchList&JavaScriptObject&ListMixin","_TouchList&JavaScriptObject&ListMixin&ImmutableListMixin","__CssRuleList&JavaScriptObject&ListMixin","__CssRuleList&JavaScriptObject&ListMixin&ImmutableListMixin","__GamepadList&JavaScriptObject&ListMixin","__GamepadList&JavaScriptObject&ListMixin&ImmutableListMixin","__NamedNodeMap&JavaScriptObject&ListMixin","__NamedNodeMap&JavaScriptObject&ListMixin&ImmutableListMixin","__SpeechRecognitionResultList&JavaScriptObject&ListMixin","__SpeechRecognitionResultList&JavaScriptObject&ListMixin&ImmutableListMixin","__StyleSheetList&JavaScriptObject&ListMixin","__StyleSheetList&JavaScriptObject&ListMixin&ImmutableListMixin","_LengthList&JavaScriptObject&ListMixin","_LengthList&JavaScriptObject&ListMixin&ImmutableListMixin","_NumberList&JavaScriptObject&ListMixin","_NumberList&JavaScriptObject&ListMixin&ImmutableListMixin","_StringList&JavaScriptObject&ListMixin","_StringList&JavaScriptObject&ListMixin&ImmutableListMixin","_TransformList&JavaScriptObject&ListMixin","_TransformList&JavaScriptObject&ListMixin&ImmutableListMixin","_AudioParamMap&JavaScriptObject&MapMixin","_compareAny","addRules","addErasedTypes","_scheduleImmediateJsOverride","_scheduleImmediateWithSetImmediate","_scheduleImmediateWithTimer","_standardAttributeValidator","_uriAttributeValidator","_#fromMap#tearOff","noSuchMethodPattern","notClosurePattern","nullCallPattern","nullLiteralCallPattern","undefinedCallPattern","undefinedLiteralCallPattern","nullPropertyPattern","nullLiteralPropertyPattern","undefinedPropertyPattern","undefinedLiteralPropertyPattern","_scheduleImmediateClosure","_decoder","_decoderNonfatal","_inverseAlphabet","_needsNoEncoding","_allowedElements","_validTokenRE","ByteBuffer","ByteData","Float32List","Float64List","Int16List","Int32List","Int8List","Uint16List","Uint32List","Uint8ClampedList","Record","$intercepted$toString0$IJavaScriptBigIntJavaScriptFunctionJavaScriptSymbolLegacyJavaScriptObjectabnsux","getInterceptor$","$intercepted$get$iterator$ax","getInterceptor$asx","$intercepted$get$length$asx","$intercepted$forEach1$ax","$intercepted$$eq$Iux","getInterceptor$x","$intercepted$get$hashCode$IJavaScriptBigIntJavaScriptSymbolLegacyJavaScriptObjectabnsux","$intercepted$__$asx","$intercepted$get$runtimeType$Ibdinsux","$intercepted$cast10$ax","search_IndexItem___fromMap_tearOff$closure","$intercepted$elementAt1$ax","async___startMicrotaskLoop$closure","async__AsyncRun__scheduleImmediateJsOverride$closure","async__AsyncRun__scheduleImmediateWithSetImmediate$closure","async__AsyncRun__scheduleImmediateWithTimer$closure","$intercepted$get$classes$x","$intercepted$set$innerHtml$x","$intercepted$_clearChildren0$x","$intercepted$remove0$x","$intercepted$get$attributes$x","$intercepted$toLowerCase0$s","html__Html5NodeValidator__standardAttributeValidator$closure","html__Html5NodeValidator__uriAttributeValidator$closure","$intercepted$get$innerHtml$x","$intercepted$trim0$s","$intercepted$_replaceChild2$x","_interceptors_JSArray__compareAny$closure","$intercepted$compareTo1$ns","$intercepted$___$ax","$intercepted$replaceWith1$x","$intercepted$addEventListener2$x","$intercepted$addEventListener3$x","getInterceptor$ax","getInterceptor$s","getInterceptor$ns","toString","allowsAttribute","where","createFragment","addEventListener","width","height","dart:html#_height","dart:html#_width","moveNext","current","dart:_js_helper#_toString","dart:_js_helper#_fieldKeys","dart:_js_helper#_getFieldValues","dart:_js_helper#_computeFieldKeys","dart:_rti#_eval","dart:core#_errorName","dart:core#_errorExplanation","invalidValue","length","elementAt","keys","forEach","dart:_js_helper#_newHashTable","dart:_js_helper#_addHashTableEntry","internalComputeHashCode","dart:_js_helper#_newLinkedCell","internalFindBucketIndex","dart:_js_helper#_modified","dart:_rti#_bind","internalGet","hashCode","iterator","dart:html#_addEventListener","then","decode","queryParameters","find","first","initialize","dart:core#_enumToString","dart:_internal#_source","registerBinaryCallback","completeError","dart:_interceptors#_shrOtherPositive","matchTypeError","dart:_interceptors#_shrBothPositive","complete","dart:async#_thenAwait","dart:async#_addListener","dart:async#_cloneResult","bindCallbackGuarded","runGuarded","dart:async#_reverseListeners","dart:async#_removeListeners","dart:async#_setChained","dart:async#_prependListeners","matchesErrorTest","handleError","stackTrace","runBinary","runUnary","run","dart:async#_completeError","dart:async#_asyncCompleteError","dart:async#_setErrorObject","dart:async#_asyncComplete","dart:async#_chainFuture","dart:async#_completeWithValue","dart:async#_chainForeignFuture","dart:async#_asyncCompleteWithValue","add","replaceWith","listBox","setEventListeners","contains","convert","handleSearch","showSearchResultPage","hideSuggestions","updateSuggestions","sublist","clear","searchResults","values","moreResults","classes","innerHtml=","setInnerHtml","sanitizeTree","sanitizeNode","dart:html#_sanitizeUntrustedElement","dart:html#_removeNode","dart:html#_sanitizeElement","allowsElement","any","allowsUri","dart:collection#_addHashTableEntry","dart:collection#_add","dart:collection#_computeHashCode","dart:collection#_newLinkedCell","dart:collection#_findBucketIndex","dart:collection#_modified","dart:collection#_contains","addAll","dart:html_common#_iterable","single","startsWith","substring","dart:_js_helper#_execGlobal","end","dart:_js_helper#_nativeGlobalVersion","readClasses","dart:html_common#_validateToken","modify","writeClasses","join","replace","dart:core#_text","dart:convert#_convert","dart:html#_toHyphenedName","clearSearch","remove","round","dart:html#_toCamelCase","dart:collection#_removeHashTableEntry","dart:collection#_remove","dart:collection#_unlinkCell","sort","dart:_interceptors#_replaceSomeNullsWithUndefined","isNegative","package:dartdoc/src/search.dart#_scope","uri","replaceRange","scheme","hasAuthority","userInfo","host","port","path","hasQuery","query","hasFragment","fragment","hasPort","dart:core#_computeScheme","fold","indexOf","convertGeneral","dart:convert#_convertRecursive","dart:_interceptors#_tdivFast","decodeGeneral","dart:_interceptors#_tdivSlow","dart:_js_helper#_keys","containsKey","dart:_interceptors#_shrReceiverPositive","dart:convert#_fillBuffer","dart:convert#_writeReplacementCharacter","dart:convert#_writeSurrogate","last","fillRange","normalize","decoder","dart:convert#_computeKeys","dart:convert#_upgrade","dart:convert#_process","toggle","open","bindUnaryCallbackGuarded","runUnaryGuarded","runtimeType","cast","compareTo","toLowerCase","trim","call","attributes","dart:html#_clearChildren","dart:html#_replaceChild","$add","$index","$indexSet","$mul","$mod","$eq","_","instanceTypeName","constructorNameFallback","objectToHumanReadableString","interceptorFieldName","receiverFieldName","_rtiEval","propertyGet","start","write","_setPrecomputed1","_lookupFutureRti","asString","asBool","allocate","_setRequiredPositional","_setOptionalPositional","_setNamed","asRti","instanceOf","_getRti","_instanceFunctionType","_getRuntimeTypeOfArrayAsRti","_setCachedRuntimeType","_rtiBind","_getKind","_setSpecializedTestResource","_recordSpecializedIsTest","_setIsTestFunction","_setAsCheckFunction","isSubtype","_getSpecializedTestResource","_isCheck","_getReturnType","_getPrimary","_getGenericFunctionParameterIndex","unmangleGlobalNameIfPreservedAnyways","_lookupErasedRti","_parseRecipe","_getEvalCache","_setEvalCache","_getBindCache","_setBindCache","_createTerminalRti","_setKind","_setCanonicalRecipe","_canonicalRecipeOfStar","_recipeJoin","_setPrimary","_canonicalRecipeOfQuestion","_canonicalRecipeOfFutureOr","_createGenericFunctionParameterRti","_canonicalRecipeOfInterface","_createInterfaceRti","_setRest","arrayConcat","_canonicalRecipeOfBinding","_recipeJoin5","_createBindingRti","_canonicalRecipeOfRecord","_createRecordRti","_canonicalRecipeOfFunction","_canonicalRecipeOfFunctionParameters","_createFunctionRti","_canonicalRecipeOfGenericFunction","_recipeJoin4","charCodeAt","toGenericFunctionParameter","_lookupDynamicRti","_lookupVoidRti","pushStackFrame","push","setPosition","handleOptionalGroup","arraySplice","handleNamedGroup","collectNamed","handleStartRecord","isDigit","evalTypeVariable","_lookupNeverRti","_lookupAnyRti","stringLessThan","lookupSupertype","_getInterfaceTypeArguments","_getRest","_createTimer","_future","future","_setValue","_isChained","_chainSource","_hasError","_error","handleUncaughtError","handlesValue","_zone","handlesComplete","shouldChain","_isComplete","_removeListeners","_cloneResult","_setErrorObject","_scheduleImmediate","tryParse","makeListFixedLength","_stringFromUint8List","isEmpty","_writeOne","hasMatch","checkString","encode","writeCharCode","fromCharCode","_objectToString","writeAll","hash2","hash3","hash4","_startsWithData","notSimple","_writeString","_isZoneIDChar","_isRegNameChar","_isGeneralDelimiter","_isSchemeCharacter","_isUnreservedChar","isNotEmpty","codeUnits","nodes","listen","_tryResume","_hiddenAnchor","allowedElements","allowedAttributes","allowedUriAttributes","map","isJavaScriptSimpleObject","fromMap","[]","getAttribute","dataset","_attr","fetch","suggestionElements","suggestionsInfo","setAttribute","innerHtml","[]=","replaceAllMapped","splitMapJoin","fieldADI","compare","getRuntimeTypeOfInterceptorNotArray","castFrom","checkGrowable","checkMutable","listToString","stringReplaceRangeUnchecked","_containsTableEntry","_getBucket","internalSet","unmodifiable","_equalFields","_isMultiLine","group","isUnicode","_isUnicode","_isTrailSurrogate","_mayComplete","_completeError","hasErrorTest","_errorTest","thenAwait","_mayAddListener","_setError","handleWhenComplete","_whenCompleteAction","handleValue","_onValue","hasErrorCallback","_onError","setToString","_isUpgraded","parseHexByte","withBufferSize","_combineSurrogatePair","_isLeadSurrogate","convertSingle","extractStackTrace","decodeQueryComponent","_initializeText","_writeAuthority","encodeQueryComponent","_computeUri","_isHttp","_isHttps","_isFile","_isPackage","left","top","common","_validators","allowHtml5","allowTemplating","head","_canBeUsedToCreateContextualFragment","_cannotBeUsedToCreateContextualFragment","_getItem","_matches","_strip","_classListLength","_add","_remove","_toggle","_toggleDefault","toList","_toListGrowable","_removeNode","_filtered","children","allowSvg","-","printToConsole","fromJson","jsonDecode","FetchResponseExtension|get#text","removeSelectedElement","showSuggestions","showEnterMessage","scrollTop","scrollHeight","offsetTop","offsetHeight","scrollIntoView","provokeCallErrorOnNull","provokeCallErrorOnUndefined","provokePropertyErrorOnNull","provokePropertyErrorOnUndefined","fromList","identityHashCode","patchInstance"], + "mappings": "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AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAGAA,KADIA;AAGAA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AAEIA;AACJA;AACAA;AAKAA,KADIA;AAGAA;AACJA;AACAA;AACAA;AAEAA,QACFA,C;EAWIC,YACWA;AAEbA,oBACcA;AAEDA;GAGMA;AACTA;WAGVA,QACFA,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EEstOcC,MACVA;AAIAA,qBACEA,cADFA,QAGFA,C;EAi7BQC;CAEsBA;AnCrhY9BC,WmC2ksBAC,QAtjU8BF,gBAGAA,WnCxhY9BC;AmCwhYED,OAAwDA,MAAPA,QACnDA,C;EAyqCcG,IACLA;IAq/HAC,GAn/HOD,mBAIdA,QACFA,C;EA4+HsBC,IAEpBA,yBAEKA,GAAKA,eACZA,C;EA4G2BC,QnBv7iB3BC,eAAyBA,WAhPrBC,kBmBqrjBFF;;AAkklBWA,cA1ilBOA;AA0ilBPA,eAvhlBkBA;AAK3BA;AAGFA,Q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", + "x_org_dartlang_dart2js": { + "minified_names": { + "global": "nd,358,n7,364,n8,364,n9,364,id,1095,kX,1096,dK,1097,bh,1098,jb,1099,kT,1100,bR,1101,kl,27,kf,24,av,1102,nq,25,n2,56,fR,1103,lj,1104,t,1105,bC,93,T,153,mP,155,k6,148,mI,149,k0,150,n,89,km,10,p,12,iw,1106,iZ,5,O,1107,be,1108,jt,1109,bf,1110,cE,28,b,23,aY,1111,fr,1112,i2,129,jp,1112,aG,1113,ci,1114,hv,1115,jf,1116,jl,1117,A,1118,ix,1119,aE,1111,Z,280,cX,290,J,96,bT,1120,E,1121,db,1122,aA,77,iX,20,k2,136,ll,1123,fj,1124,aS,353,dh,1125,jY,352,fI,1126,b2,1127,iA,1128,fJ,1129,w,1130,bz,145,kh,37,dD,37,jn,1131,iB,1132,aN,1133,iF,1134,eZ,1135,bc,103,jG,1136,jI,1137,lD,1138,jH,1139,aQ,1140,lP,1141,ct,1142,lF,1143,lE,1144,jN,1145,iK,1146,jM,1147,lC,1148,jJ,1149,lH,1150,jF,1151,ek,1152,jL,1153,lQ,1154,cM,1111,cL,279,cr,1155,W,1156,az,1157,mp,111,mq,109,lK,1158,lL,1159,aI,1160,aC,217,cs,1161,lN,1162,cD,216,jr,1163,lO,1164,iJ,1165,iI,1166,lM,1167,hQ,1168,aR,84,cB,85,mN,87,mO,86,lG,1169,lU,1170,lm,1171,ff,26,cu,1172,jZ,105,hL,106,an,1173,l9,1174,mD,294,jq,1175,V,1176,c3,1177,dg,527,fS,1178,fM,1179,fL,1180,fU,1181,bN,1182,iY,1183,nb,63,jw,1111,ht,1184,ng,58,ke,1185,i7,1186,il,1187,ka,1188,im,61,ki,60,j_,376,o,1189,dW,288,nc,64,na,66,kk,1190,ni,62,bB,67,ia,1191,ib,1191,ic,1191,e9,1192,kQ,1193,kW,1194,kU,1195,ja,1196,j8,1197,j7,1198,j9,1199,kV,1200,kR,1201,dF,1202,bb,41,mX,42,mt,39,hg,1203,R,1204,cq,1205,jB,1206,iU,101,n_,107,kc,90,by,95,n3,100,iS,97,mr,98,lT,1207,n4,99,jO,1208,k_,119,lJ,1209,ml,117,mb,127,ma,125,mn,118,fb,112,ne,91,G,210,iE,1210,k1,211,mv,212,mz,215,jX,214,js,1211,j,1212,my,124,aB,110,mC,126,mo,114,k3,128,mu,123,mx,140,mA,144,nf,151,mw,116,mB,115,mY,68,mm,113,kj,354,ie,1095,ig,1213,ap,1214,e,1215,K,1216,fz,1217,a7,1218,jm,1219,fZ,1137,iH,1111,mf,227,mc,228,me,229,md,230,mR,232,mE,225,fp,1220,iQ,137,m9,139,v,1221,kS,1111,cS,1222,f,1223,c9,1224,aX,0,ak,1225,C,1226,i6,1227,fc,4,eM,1228,ai,33,aT,36,bL,1229,cn,1230,fQ,1231,aU,34,mQ,35,iz,1111,c2,1232,dX,1233,c4,1234,aw,1235,nk,71,fV,1236,jv,1237,fW,1238,de,32,mg,231,hT,1239,hU,1239,I,1240,is,1123,mJ,238,bv,1241,hh,1242,ba,249,k8,241,e4,1243,cz,1244,bA,1245,iT,1246,mG,239,cA,1247,lt,1248,h9,1249,h8,1250,lI,1111,hJ,224,hK,1251,r,1111,dZ,287,hb,1252,ha,1253,hx,1254,k4,246,i3,245,i4,1255,mL,242,l0,1256,l_,1257,ca,1258,hr,1259,hq,1260,hp,1261,jD,1262,ho,1263,fi,1111,cN,233,j5,1264,k5,247,mK,248,hs,1265,e3,1266,hi,1267,ly,1268,hl,1269,hm,1269,hn,1269,nl,243,hk,1270,hj,1271,hB,1272,iV,1273,i5,1274,b9,1275,mi,366,cF,375,fF,524,lh,1111,bV,1276,bJ,1277,ao,6,iR,371,hW,1278,hX,1278,mF,370,jd,1279,c1,1280,jE,1111,jK,1111,jc,1281,f0,1282,aH,1283,it,1284,hR,1285,dJ,1111,bq,289,bK,1286,ay,1287,fN,1288,em,1289,fO,1290,jj,1117,bS,1111,cb,1291,iG,1292,hu,1293,cc,254,eS,348,hI,1294,hG,1295,hH,1295,ax,1296,e2,1297,hz,1298,bw,343,d8,1299,L,1300,lx,1301,fs,1302,ft,1302,q,1303,eR,1304,kZ,1305,fo,1306,iv,1307,l8,1308,iD,1111,i0,1309,nn,73,h7,1310,k9,72,b3,1311,et,1312,jh,1313,N,1111,fu,291,fD,1314,j0,70,cO,1315,le,1316,lf,1317,jg,1318,fm,1319,lB,1111,ef,1320,ji,1321,n0,38,hC,1322,hD,1322,hE,1322,hF,1322,aP,1323,hd,1324,jk,1325,lb,1326,la,1327,lc,1328,hc,1329,hA,365,fC,1330,fA,1331,fB,1331,eF,1332,eE,1333,jx,1334,k7,332,eH,1335,m1,1336,bx,1337,m2,1338,lZ,1339,jo,1340,m0,1341,m_,1342,iN,1343,lY,1344,iL,1345,ik,1137,jP,1346,jz,1347,bt,1348,h1,1349,iP,1350,cV,1351,lX,1352,lr,1353,hO,1354,m7,1355,m8,1356,ar,1357,ju,1358,lk,1359,ls,1360,jA,1361,h5,1362,h4,1363,kY,1364,cw,1365,cx,1366,jT,1367,iO,1368,iM,1369,mT,22,i9,1,hM,1370,hN,1371,jV,1372,hP,1373,mh,78,mZ,21,m3,1374,m5,1375,m6,1376,jS,1377,jQ,1378,jR,1379,lW,1380,jU,1381,jy,1382,m4,1383,h_,1384,h0,1385,lq,1386,fY,1387,lV,1388,mj,331,hY,1389,hZ,1390,i_,1391,ea,1392,fX,1393,j6,1394,mk,75,li,1395,lg,1396,mH,257,hV,258,ep,1397,eq,1398,nj,373,b8,1399,io,1400,ip,1400,fP,1401,i1,1402,ih,1403,je,1404,ii,1405,ij,1405,l3,1406,fx,1407,fy,1408,jC,1111,hf,1409,mS,351,eh,342,hy,635,jW,1410,iy,1411,bj,1412,u,1413,dc,1414,F,1415,bQ,1416,a,1417,aL,1418,dA,1419,b7,1420,b_,1421,al,1422,bl,1423,bm,1424,fE,1425,H,1426,U,1427,bk,1428,k,1429,bP,1430,dd,1431,d,1432,aK,1433,aO,1434,c6,1435,fT,1436,bM,1437,dY,1438,bs,1439,y,1440,bF,1441,bG,1442,ae,1443,cT,1444,cU,1445,dP,1446,iC,1447,fK,1448,dn,1449,bY,1450,dp,1451,bo,1452,bW,1453,bX,1454,dq,1455,dr,1456,ds,1457,dt,1458,du,1459,dv,1460,dw,1461,bZ,1462,b6,1463,c_,1464,eg,1465,z,1466,c7,1467,hS,1468,hw,1469,f_,1470,bU,1471,aM,1472,at,1473,cj,1474,fk,1475,fl,1476,cW,1477,cY,1478,fq,1479,fw,1480,fv,1481,fG,1482,fH,1483,h2,1484,h6,1485,h3,1486,he,1487,dz,1488,eP,1489,e_,1490,l,1491,ns,1492,nt,1493,cI,1494,cJ,1495,nu,1496,cK,1497,nw,1498,bg,1499,bE,1500,aW,1501,nz,1502,a3,1503,nA,1504,nB,1505,nD,1506,nE,1507,d_,1508,nF,1509,x,1510,bi,1511,fn,1512,nG,1513,P,1514,a_,1515,d0,1516,d1,1517,nH,1518,d2,1519,aZ,1520,nJ,1521,d3,1522,bH,1523,b4,1524,bI,1525,d4,1526,d5,1527,ah,1528,m,1529,h,1530,c,1531,nK,1532,a4,1533,d6,1534,d7,1535,d9,1536,a5,1537,da,1538,b0,1539,bO,1540,nM,1541,a6,1542,as,1543,b1,1544,nN,1545,aJ,1546,bn,1547,nO,1548,nP,1549,di,1550,nQ,1551,nR,1552,dj,1553,dk,1554,dl,1555,a8,1556,dm,1557,c0,1558,nS,1559,aa,1560,dB,1561,dE,1562,dG,1563,nU,1564,nV,1565,ab,1566,dH,1567,ac,1568,dI,1569,ad,1570,dL,1571,X,1572,c5,1573,dN,1574,dO,1575,br,1576,nX,1577,b5,1578,af,1579,Y,1580,dQ,1581,dR,1582,dS,1583,ag,1584,dT,1585,dU,1586,S,1587,e0,1588,e1,1589,o9,1590,oa,1591,bu,1592,e7,1593,c8,1594,el,1595,cd,1596,oe,1597,eK,1598,eQ,1599,e5,1600,iu,1601,a9,1602,D,1603,ck,349,cZ,1604,nr,1605,nL,1606,am,1607,df,1608,aq,1609,dx,1610,dC,1611,bp,1612,dM,1613,i,1614,au,1615,dV,1616,cP,1617,nv,1618,cQ,1619,cR,1620,aF,1621,dy,1622,B,1623,Q,1624,cy,1625,ce,1626,cf,1627,cg,1628,ch,1629,cv,1630,e8,1631,eb,1632,ec,1633,ed,1634,ee,1635,ei,1636,ej,1637,en,1638,eo,1639,eu,1640,ev,1641,ew,1642,ex,1643,ey,1644,ez,1645,eC,1646,eD,1647,eG,1648,cl,1649,cm,1650,eI,1651,eJ,1652,eL,1653,eT,1654,eU,1655,co,1656,cp,1657,eV,1658,eW,1659,f1,1660,f2,1661,f3,1662,f4,1663,f5,1664,f6,1665,f7,1666,f8,1667,f9,1668,fa,1669,er,1670,es,1671,eA,1672,eB,1673,eN,1674,eO,1675,eX,1676,eY,1677,e6,1678,nh,357,i8,377,ld,1679,kg,11,iW,49,no,55,ov,57,fd,83,a0,108,og,130,oi,131,oh,132,oj,133,ol,134,ok,135,om,138,on,141,op,142,oo,143,or,146,oq,147,lS,1680,lR,1681,lu,1682,lv,1683,lw,1684,mM,240,nW,1111,lz,1685,lA,1686,l4,1687,np,374,nI,1072,nY,1688,nZ,1689,o_,1690,o0,1691,o3,1692,o4,1693,o2,1694,o1,1695,o6,1696,o5,1697,ob,1698,o7,1699,o8,1700,oc,1701,of,1702,os,1088,ou,1089,od,1703,nC,1704,ot,1092,nx,1705,ny,1706,l1,1707,l2,1708,l5,1709,l6,1710,l7,1711,ln,1712,lo,1713,lp,1714,nT,1715,ko,1072,iq,1088,cG,1092,kp,1688,kq,1689,kr,1690,ks,1691,kv,1692,kw,1693,ku,1694,kt,1695,ky,1696,kx,1697,j1,1698,kC,1703,kn,1704,kA,1700,kz,1699,kD,1702,kE,1089,kB,1701,aD,1716,bd,1717,a2,1718,cC,1719,aV,1720,kK,1721,bD,1722,M,1723,aj,1724,ir,1725,kN,1726,kI,1727,nm,1728,cH,1729,kb,1730,mU,1731,mV,1732,mW,1733,a1,1734,fh,1735,kF,1736,j3,1737,kL,1738,kP,1739,n5,1740,n6,1741,kM,1742,j4,1743,kG,1744,ms,1745,kJ,1746,fg,1747,kO,1748,j2,1749,kH,1750,fe,1751,kd,1752,n1,1753", + "instance": "bL,1754,bJ,1754,bP,1111,bM,1755,bO,1111,bK,1756,bN,1111,au,1757,L,1758,a_,1759,ga_,1759,Y,1760,gY,1760,b5,1761,gb5,1761,be,1762,gbe,1762,n,1763,q,1764,gq,1764,j,1754,bc,1765,c_,1766,b4,1767,bV,1768,k,1769,aD,1770,gaD,1770,aC,1771,gaC,1771,aP,1772,gaP,1772,h,1773,gh,1773,sh,1773,p,1774,D,1775,gD,1775,A,1776,aF,1777,aY,1778,bs,1779,aG,1780,bt,1781,b6,1782,G,1783,cB,1784,t,1785,gt,1785,v,1786,gv,1786,bR,1787,a7,1788,co,1789,aS,1790,gaS,1790,bk,1791,ct,1792,gct,1792,aO,1793,b3,1794,a3,1795,ga3,1795,bw,1796,ak,1797,ae,1798,J,1799,b9,1800,ai,1801,ba,1802,aV,1788,av,1803,ab,1804,bh,1805,cM,1806,ad,1807,aI,1808,b8,1809,aH,1810,cC,1811,cw,1812,aa,1813,gaa,1813,cK,1814,aU,1815,cI,1816,a0,1817,b_,1818,ca,1819,aZ,1820,b0,1821,az,1822,bT,1823,bS,1824,u,1825,bx,1826,U,1827,gU,1827,bF,1828,E,1829,X,1830,cA,1831,bG,1832,aM,1833,cS,1834,bI,1835,by,1834,ah,1836,a8,1837,ga8,1837,bB,1838,gbB,1838,bu,1839,gbu,1839,P,1840,gP,1840,I,1841,gI,1841,sI,1841,a9,1842,H,1757,aX,1843,bE,1844,c9,1845,a2,1846,c8,1847,W,1848,O,1755,bg,1849,cg,1850,b1,1851,bQ,1852,aA,1853,aw,1854,aE,1855,b2,1856,bX,1857,N,1858,ao,1756,ac,1859,gac,1859,cn,1757,V,1860,gV,1860,B,1861,m,1862,M,1862,bZ,1863,cr,1864,gcr,1864,c2,1865,gc2,1865,R,1866,aJ,1867,cD,1868,ap,1869,T,1870,aT,1871,af,1872,gaf,1872,bY,1873,S,1874,bi,1875,bm,1831,a5,1876,a6,1877,bb,1878,c5,1879,c4,1880,bd,1881,cz,1831,bH,1882,c7,1883,aQ,1884,gaQ,1884,b7,1885,gb7,1885,bz,1886,gbz,1886,F,1861,Z,1887,ar,1888,gar,1888,bn,1889,gbn,1889,bA,1890,gbA,1890,aN,1891,gaN,1891,an,1892,gan,1892,bv,1893,gbv,1893,bq,1894,gbq,1894,aR,1895,gaR,1895,bo,1896,gbo,1896,bl,1897,gbl,1897,bp,1898,gbp,1898,bW,1899,cv,1900,br,1901,cm,1902,aB,1903,cc,1904,cp,1905,cd,1906,c1,1907,gc1,1907,a4,1908,cb,1909,c0,1910,aK,1911,cf,1912,am,1913,gam,1913,al,1901,cs,1914,cE,1915,cq,1916,gcq,1916,a1,1917,ce,1918,c3,1919,aj,1797,aW,1920,cF,1921,ck,1797,gck,1797,cj,1922,cP,1923,C,1924,gC,1924,ag,1925,cu,1900,bj,1926,cQ,1927,cR,1928,cl,1829,cT,1929,gcT,1929,cO,1923,cJ,1816,cN,1815,cL,1814,cG,1796,ci,1930,gci,1930,bf,1758,cH,1876,bU,1931,c6,1932,aL,1831,bC,1933,i,1934,l,1935,bD,1936,aq,1937,K,1938" + }, + "frames": "ohIAuEiBulCyC;QAEF4zByC;sXE4RF5zB2C;QAEF4zB2C;eAkqBwB5zBsB;eAEFA6B;+tDGllBb6zBiB;cAAAAa;6CAuBQCM;gJAYVDiB;6MA+BIEW;qbAkmBUnzBoB;0KAgCnBAwB;gBASAAuB;8DAyCcZsC;yfAyQZAmR;iZA+MJAW;8fA2DOA+B;qZAAAAiE;mBAkCcA+B;gBAOpBAkC;wFAKCAU;4EAWiBAqE;wHASjBAU;0EAiCuBAW;4DAGtBAW;4UAwHFAAGz4D0BAgE,A;2fH0iEtBAgD;AAEAA6O;gvCAyPFA4D;6sBAqF6Bg0BuC;AACHCmC;yEA4HtBr2DAC5gETs2DoB,M;qDDkiEcl0BiD;kKAuJXAY;u2BEl/ED5hCAA2BT0gC4G,A;8HAZS1gCAAYT0gC4G,A;6dArEuBpgCAAzChBy1DmD,A;qrBAiRSv1D4D;2nBKtIhBurDADjBQnqBgD,A;WCiBR6oB0B;AAC+DuLa;AAA7DCQ;oBACAAI;yBAGFAQ;iyDN7HQCmB;WASeCO;mBACfDiB;AADeCM;4qCA+hBACO;AACICS;2LA4BsBCAA9QR10Bc,A;AA+QrB20BM;AAEACM;AAEACK;iHAwCFCS;iEAaZz0DAA9CkC00DK,A;sEAqEpCx0DAAxEuCw0DG,A;sUA8Jd10DAA3JW00DoE,A;uGAiL5Bn1D4B;mEAyEyBmBAI12BtBi0DqB,A;aJ02BsBj0DAI12BtBi0DW,A;CJ22BKCgBAlFlB50DAAzKsC00DiB,A,A;4EAiQLGO;wBAOMj0DU;gBAAAAAAKrCk0DY,A;oBAQgBvxB0B;iBAGX5DAAmCTAAAAAAAACMm1BG,A,A,W;6BAhCFl0DM;gBAAAAAAfAk0DY,A;sDAuBWjBsB;mCAQFkBwB;mBAGNlBwB;qBAKkBt0D0B;+DAgErBoEmD;8BAGIqxDG;+EAgBAAG;oMAsBACU;wEAUCCgB;mEASLCK;0CAsCAxxDoC;8EAUAyxDK;8PAsBGCmB;wHAwBOCG;iBAKVp1DAAthBuCw0DG,A;8IA6iB7BYG;iBAKVp1DAAljBuCw0DG,A;uYA2nBvB7uBuB;sDAiBT0vBS;imEAqPF5xDAAs5DPkEG,6E;2DA74DmB2tDAA5yCCCO,A;20BAg8CJCAA56CIDG,A;gDDtOFEmB;qNCo1DHCgB;iMA0DLCoC;gCAOMCG;cAGVCa;+BAIIFkC;kCAMMGI;cAGVCiB;+FAiDFbS;AACADQ;+DAyF8BeAAIpB7BAAtyDP10BsB,A,AAuyDHw2BM,AACACM,0B;8BAKSCAA/CXCsB,A;oKAkEYjCAAh0DP10BsB,A;AAi0DHw2BM;AACAIK;CACAHM;sCAMSIAAzEXFsB,A;yTAyGYjCAAz2DP10BsB,A;AA02DHw2BM;AACAIK;CACAHM;sCAMSKAAhHXHsB,A;4FA2HmBtBG;AACfrxDiE;8BAGKuwDgB;sCAKGGAAt4DP10BsB,A;AAu4DHw2BM;AACAIK;CACAHM;gFAUAMAAKUrCAAx5DP10BsB,A,AAy5DHw2BO,AACAIM,AACAHM,0B;kKAqBmBjCO;wEA0BVwC6B;kCAKMCAAKLvCAAp9DP10BsB,A,AAq9DHw2BM,AACAIM,AACAMS,WAGE5CS,AAEFmCM,0B;2DAyBSUkB;QAEACGAlBNCuB,A;kCAuBYCAAKL5CAAjgEP10BsB,A,AAkgEHw2BO,AACAIM,AACAMM,AACATM,0B;qBAgBScoC;gCAKTCAAKU9CAA/hEP10BsB,A,AAgiEHw2BO,AACAIM,AACAMM,AACATM,0B;qBA6CSgBAAtCPCiB,AADY9zBO,AACZ8zBkJ,A;8CA2CFCAAKUjDAA1lEP10BsB,A,AA2lEHw2BO,AACAIM,AACAMM,AACATM,0B;uBAcSmBSARXCwB,A;8PA4CYnDAAhpEP10BsB,A;AAipEHw2BO;AACAIM;AACAMK;CACATM;6FAyKOqBgB;qUA4BCCmB;qBAIkB9BiB;qBAIA+BiB;sBAIACiB;sBAItBCAAgFRCS,AACACQ,A;qQAtCQFAAqCRCS,AACACQ,A;8CA9BQFAA6BRCS,AACACQ,A;cA1BQCAA2KS71BYAoCE81BI,gBAEnBFiC,A,A;uBA7MQFAAqBRCS,AACACQ,A;eAlBQGAAyKSCYAqCEFI,gBAEnBFiC,A,A;cA5MYK0BA+KZNqC,AAEADAApKACS,AACACQ,A,M;oXAsBoDMoB;2DAUpCCiH;6eAsFyCjEAAj+ElB10Bc,A;AAk+Ef20BM;AAEACM;AAEACY;sKA+CA+DkB;wBAIACkB;0FAOLPI;gBAEnBFY;qmBA0IEp0D0B;q6CAgMsB8wDI;sDAQAAI;wDASAAM;8FAoBXgES;oGAQArEM;sBAEQKM;kIAuCEiEQ;2NAgBTCAAroGwBCG,A;GAsoGxBDAAtoGwBCG,A;uFA0pGpBnEO;AACAAI;8wCWh1GZoES;4BA2BRl5BU;wBA4GWASAxCSm5BAAAAn5ByB,A,a;uCAuDHo5BE;yMA2DMp5BqB;AAAAq5BW;4HAiCXxQM;oLC2OIyQiB;AACICG;6GAqBJDkB;AACICI;mGAoBX3vDgB;uFA+IkB4vDqB;gCAGYCG;AACxBCM;sHA+BcCG;2CACDCK;0CAIbFM;mDA4EIGG;wLAkBTCwB;wBAMgBCe;AACFCuB;AACZCyB;gDAcIDyB;iBAEVXiB;AAGAamB;uQG31BQCU;iBAUqBn6BqB;qCAKrBm6BU;sFAoBkBn6BiB;+KAuD3Bp2BW;iBCy4EGo2BqB;OAAAAU;6pDE5/DmCAwC;kBAQ9BAuC;gBA0eMAsB;uIAqdnBAAAAAAO,A;uKG/2CeAkB;kFAoBNmoBG;oqBC7BAnoB+B;qmDfmFMo6BgB;0TAqQNCO;+LA2EECmC;0BA8EHt6BiC;kDA+DQu6BgB;AAEDCO;2BAGFAO;qBAGEAU;2FAiIoBCgBF7qBcCK,A;cEorBnCCkB;oEAKRCAAjLaCyC,A;sKV1iBVCO;4zB8B4vBCCmB;8EAqBc/6Ba;qBAGpB+6B6B;qBAMK5SG;gtBCrqBa6Se;iEAGACoB;2DAIAC2B;wHCsrBFCkH;+sBAAAAS;YAAAAI;4eAsOTn7B0B;CAIGo7BiF;KAAAAsEA0dAhBO,iG;KA1dAgByD;OAAAA4C;28DAi7BMvqBkC;iMAoCP7QiD;+GAeIAc;2GASXq0BAtBp+CJgHO,A;+BsBw+CaC0B;+BAGIt7Bc;wJAHJs7Ba;2BAqBGt7Bc;AAAJq0BoB;kFAYLlMG;0LA4BQnoBc;6GAWXq0BAtBhjDJgHO,A;+BsBojDaE2B;+BAGIv7Bc;wDAQJw7ByB;+MAaGx7Bc;AAAJq0BoB;0GAaLlMG;gNAeAsT0B;iYA4CIlBa;sFAeAAY;iPAoBEv6Be;wCAuBNmoBG;yNAiCHuT2C;OAIYbkC;0vBAmGoBW0B;wMAkBpBx7Bc;AAAJq0Ba;oBAAAACtBx2DZgHY,A;0DsBq3DOlTG;iOAwEQwTAC/1DOpBa,A;YDi2DLAY;4OAsCDAgC;iFAYLAQ;sBAA4CAiB;0mBAuZhDjQK;2BAAAAU;mCAtBgCsRAHtnFV57BW,A;oRG4oFtBsqBS;8nBAg1BQsJe;ggHE6mRCvLAYhxYyBroBW,A;AZgxYzB67BAA6tUL77BQ,A;2BA7tUKqoBAYhxYyBroBmB,A;mKZuijBrBAA4BljhBKAA/C7nCvBAAA9B0Bo5BAAAAp5B0B,A,A,kB,A;0CmB2ujBxB87Bc;kBAmBAAe;wEA0mlBN97BAAAAAAAQE+7B8B,A,A;kCA8mB6B/7BAAi2FJAAAeag8BAAAAh8BoC,A,4B,A;cAj3FxCAQ;6DAoCiBmuBoL;6EAgtDXnuBAA5KkCi8BQ,AACECQ,AACGCc,A;AA2E7Cn8BU;AAkGco8BAD/5sCDp8BU,A;qDC22uCJ6oBG;89GChqvCLwT2B;gdCmdcr8BA0BwsBSAA/C7nCvBAAA9B0Bo5BAAAAp5BiC,A,A,gC,A;+sBsBuHtBs8B4FAIoB1IW,+O;OAJpB0IAAUW1IoB,gB;mcClHY2IAJgimCKAAA9G3BCyB,A,A;AIl7lCsBCAJgzZQz8BS,AAAkBmzBAA9LfnzBa,A,A;AIlnZXu8BAJgimCiBGsB,A;iCI1hmCpBHAJ0hmCQAAA9G3BCyB,A,A;AI56lCmBCAJ0yZWz8BS,AAAkBmzBAA9LfnzBa,A,A;AI5mZdu8BAJ0hmCoBGgB,A;6FIhhmCXHAJghmCDAAA9G3BCyB,A,A;AIl6lC4BCAJgyZEz8BS,AAAkBmzBAA9LfnzBa,A,A;AIlmZLu8BAJghmCWGoB,A;gEI7gmC3BfATmYGpBqB,A;mCS7XagCAJugmCDAAA9G3BCyB,A,A;AIz5lC4BCAJuxZEz8BS,AAAkBmzBAA9LfnzBa,A,A;AIzlZLu8BAJugmCWGoB,A;yDIpgmC3BfAT0XGpBqB,A;iPUzYxBoCS;SAAAAuC;gDA0EkDCoB;AACLCY;0HAoRjBCyC;+UAmBqBnBAVuBzBpB6C,A;2EUpBI/oDSAoEpBurDgB,kB;AApEFCALojlCJF0B,A;kJKlilCEprDyIAkCoBorDyB,kD;+JAMsBGAVlZhCCO,A;y7BYvCHXyC;AACcAsD;eAErBO0B;AACAA0B;AACOE2C;AAEPF0B;AACAA0B;AACOEwC;+REX0BGmE;yBAkBAA8D;2XrCiHnBhrDAA8CgB4sB0D,A;qMAfhC3sBAAmB0B2sBqF,A;sd2B6bRq+BqB;2tH3BrUYrJW;gBAqB5BsJgB;giB2BtLsBCA8ByFuBt9BkB,A;gC9BzFvBs9BA8ByFuBt9B4B,A;6B9B4C/Cu9B6B;gtBA0RACqB;4ZAsJ4BCe;gBAcEz9BoB;kJAmD9Bw9BuC;umDJjrBOEiC;+wChC/FuB19BS;iBAAAAe;OAAAAa;4YAoKPAmB;6BAAAAqC;gNE9IGAmB;yBAAAAc;iPA2UAAmB;0XA6DAAmB;66CG4rCEu6B+B;g5BAo6BVxGS;gKoB19EP/zBmB;yDAAAAW;UAIqBwpBgB;YAAAAAAJrBxpB4B,A;8EAWF29BS;qSA8CICG;wPAiBXCkI;kRA6G2B79BiC;ghBAuHlBAU;sBAAAAAA0BbAAAAAAO,A,A;kiBfnUMq0BO;iYA4CQyJ2D;8HAoDqCCkC;gKCzFpCCG;0JAmFFh+BW;qCAgDGo0BG;+CAQkB6JK;mNAuElB7JkB;AAII8JAA5GECe,A;4EA+GVC0B;6rCLnLHlKiB;qDAMyBkBM;AAymC3BMqB;02BWl7BG11Bc;iMC5QIq+BW;iEAQZCS;6EAgBYDW;qFAwHPEW;oBACE3EY;AAA6B4EI;8CAazB5EK;kGAQLDU;qTAmIkB9QW;kGAoBA7oBuC;QACPqqBwD;wDASOrqB+B;QACPy+BwD;6GAgGbCG;6CAQiBnFQ;AACLQY;uBAQdnwDgB;gFAQE80DG;kGAiBiBnFQ;AACLQY;mCAQdnwDgB;mSAqJFyvDW;oCAQAsFmB;iGAkEA/0DmB;kGAwBAAmB;kkBAwEyBg1DGAnmBlBhFS,AAAUiFa,A;gCAqmBwBpFE;2BACDAQ;mDAOcMiB;AAC3BPmB;IACqBCI;+LAkBjBqFC;IAAAAAA5qBxBlFS,AAA+BmFO,A;gIAqrBCtFS;iBAElBuFAA7rBdCU,A;0DAksBsBxFa;6QCwtB3BCU;4GAYAAU;soBKxdS15BwB;KAAAAAA6XbAAAAAAU,A,A;yMAnWe49BiB;qzBA+JiB59B+B;qhByBvvCJAkB;sBAAAAW;8CA6QFs9BAiBvDuBt9BW,A;QjBuDvBs9BAiBvDuBt9B8B,A;sFjBkS5By9Be;sStBlafpJe;AACAAAd2fJgHU,A;Ac1fIhHW;sUyBGe6KkB;4DA0CErWG;eAAAAiB;mBAMKAe;AAFS0RuB;AAET1RG;AAAtBwLe;AAAsBxLgB;0BAMHAG;AAFnBwLkB;AAEmBxLgB;sHA+FeAM;qBAAAAS;iIxB5IlCsWG;iJAWYAa;AAA2B7VK;sCAMvC6VU;AAAiC3VAH9G1BxpBM,G;kBG8G0BwpBOH9G1BxpBW,A;QG+GJAc;+BASHm/BS;4HA+BAAS;4GAiCAAS;4QAgDAAS;2VA0DWAiB;0CASAAU;kCAEchVAQ4YCnqBuB,A;6dPtnBjBo/BqE;wNAqBmB9VqB;oEAQdtpBc;AAAJq0Ba;mBAAAuGAhBgfGCiB,A;0FgBheYvRQ;uGASvB+KAhBkdNgHK,A;QgB9cyClTG;kmBwBsE1BnoBc;0FAQRmoBG;2DCnCqB4Ea;UAAAAI;4LxB5GDsSc;gDAYZjSqB;iKAmDFkSiC;6UAqCACU;0YAoJNv/BY;AAAAw/Be;8VA8QqBx/BoC;0lBAatB46BAjBCWCa,A;iFiBQLDAjBRKCa,A;ciBaLDAjBbKCa,A;kBiBoBLDAjBpBKCe,A;AiBqBLDAjBrBKCC,AAAjBQa,A;wMiBiDQTAjBjDSCW,A;iFiB6DbDAjB7DaCmB,A;oCiBsEV1SG;yEjB7dgCsXmB;s1BVoQfpWK;2hD8BzOiBrpBgB;UAAAAa;8fpBnMX+zBc;qRsBgvCpB2LsB;wEAKFAwB;AACAAyB;weAoNqBCMAg2ClBhEAH57EWpB2B,A,AGg8ElB7Ja,+BAIFkPOA/BYjEAHr6EQpBsB,A,4BG46EpBlG4B,A,yD;sLAt0C8DrDG;qCAA9DhxBG;wVAwac0wBG;iBAEIiLAHhhDEpBmC,A;qBG0hDyBAiB;iSA47B3C7JmB;IACACa;oEAIAIa;sBACACK;oBACACa;sBADADK;kPAnlBe6OuC;AACUlEAH14DPpBc,A;AG24DlBlGAtB/rDJgHS,A;AsBgsDqBwEW;AAHFAa;0NAssCEC2FAgBd9/BG,A;0BAhBc8/B2B;2kBA02BjBCgC;aACAC6B;cACACwB;aACAC+B;8OAaAH+B;UACAC6B;oNAoDGhgCI;AADF+wBQ;4MAgEe4KAH7jIEpBgC,A;wCGukIkBAiB;koCE0rNpB4FoB;AAAOCgB;wIAKzBDoB;AAAcAiB;aACdCmB;AAAaAgB;0HAIeDoB;AAAMCK;CAAAAU;odAi9CIpgCmB;sCA8JXAW;mFAumBCqgCAA28xBuBCc,cAyBvDDAAAAAAACEEAAoFA7TO,Y,AAnFA8TAAiKA9TO,+B,A,A,A;2BAloyB4B1sB+B;+LAkBVygCwB;iLAkBdCAA0BDCiF,A;orDAk7P4BCkB;4TA0GAAkB;+lBAmhClBtXyB;sMAeuBAuB;0JAsFLiTe;SAGepSAA86cnCnqBU,A;iCA96cmCmqBAA86cnCnqBQ,A;06BA55UoB4gCkB;wiCAg0DlBrEgB;mVA0aMv8BoC;AACV67BAA1sME77BW,A;IA0sMiB67BAA1sMjB77BY,A;0IAiyMQA6B;AAId67BAAryMM77BU,A;uCAuyMO67BAAvyMP77BU,A;SAwyMF67BAAxyME77BW,A;IAwyMe67BAAxyMf77BQ,A;oJAg2MQA6B;AAId67BAAp2MM77BU,A;uCAs2MF67BAAt2ME77BW,A;IAs2MmB67BAAt2MnB77BQ,A;gGA27MFqtBQ;qzCAiqJW8SoB;AAAOCmB;AAAM5XqB;AAASCmB;qHAKxC0XoB;AAAcAiB;aACdCmB;AAAaAgB;aACb5XkB;6BACACmB;wFAE4B0XoB;AAAMCmB;AAAK5XqB;AAAOCQ;CAAAAU;upCA4oC9B8TU;8CAAAAAA4DXCoB,A;kJAjDDqEwB;uCAiDCrEkB;qDAIPMI;2DA0GkCPAA9G3BCkB,A;mBA8G2BDwB;AAAYGO;qBAG9CMAA7GAFI,A;EA6GAEwB;AAAYNY;6bAiBNmEoB;UACACI;MAAAAc;kCAQADoB;YACOCI;MAAAAY;iIA+yBEvGY;2EAWCwGiB;sBAaTCoC;mBAImBCU;EAAAAuC;+BAInBCAAiDDCqB,A;uIAkhCmB5GQ;sPA+Cdv6BkB;sBAAAAW;g2BAitDCu8BAA9xHLCmC,A;mrBAogKIDAApgKJCG,kvB;iwBA4jKU4EADzyuCJCS,A;AC0yuCM/X0B;AAObiT6C;iCAAAAQ;YAAAAAApkKCC2B,A;AAskKiBDAAtkKjBCmH,A;sVA+8JD8EK;iEAAAAsBAwBJzRiC,iB;iyBqBv6vCE4KW;8OAqCyCtQW;wBAyBfbE;qTC3C5BjBU;mBAAY+TAzDgZZxIS,A;AyDhZAvLAVkJuCroBW,A;WUlJvCqoBAVkJuCroBgB,A;WUlJ3Bo8BAzDgZZxIiB,A;YyDrYE2IiB;KAAAAAAuG4BhTsB,A;gBADNDK;UAAAAG;kCACMCmB;SAGAgY8B;OAAUpXAvBslBZnqBoB,A;2MGnQxBAwB;u+BsBg7EmBu8BAxBqjgClBCkB,A;qHwB1igCQjCY;0BAQfuCI;sCA6B6B98BkB;4FAoBnB2uBO;AAAuB6SAAlBDxhCWFh7FT67BAtBqotBZ77Ba,A,A,A;QwBlsnBM+8BU;qCAWGsDAxBq3mCiCC0B,AAyBvDDAAAAAAACEEAAoFA7TO,Y,AAnFA8TAAiKA9TO,Q,A,A,A;AwBjjnCoB+UAxB0+mCpB/UO,AAAQ1sBY,A;AwBx+mCcAAxBozpChBAW,A;AwBtzpCcqgC2B;gEAUErgC6B;AAEF67BAxB2qnBT77Ba,A;+gByBptsBoB4gCkB;ktCtB3alBrGY;uSAuBEzNgB;AACPAmB;AADOAK;sCAsCGsUM;YAAXhFAJoOIp8BW,A;iBIpOOohCY;yGA3BGMI;EAAAAG;+zBEhDdnFAL27lCACqD,A;AKz7lCKDALy7lCLCmC,A;uGK56lCPxgCAyBnBA2lCuD,A;uUzBmCoBCAFtBHCG,A;gBEqBSC6B;QACNFWFtBHCqB,AACJzFAS0JuBp8BkC,A,AT1JbohCgB,aAAAAc,A;gFE6BTzFANkqBQpBa,A;6TM5nBMuCiC;AAAAA2C;kcA2B5BA2D;8FAcAAqC;AAAAAsC;AAIIpQALoxnCGsU2B,A;6iBKlunCWrFAjB/IIpBO,A;uBiBgJpBpQAxCgLwBnqBS,iB;AwChLxB6oBY;WAAAAG;sBAAAAwC;8QAaoBiUsB;AACK3U6C;qFAOH2UwC;6GAmBRvCQ;6KAgBhBwHM;AAEACiEAlFElFuC,A;AAmFFmFmF;kGAUqC1Ha;oOAiBrCwHS;+pBA+BqDxFALuwlCnBAAA9G3BCyB,A,A;AKzplC8CCALuhZhBz8BS,AAAkBmzBAA9LfnzBa,A,A;AKz1Yau8BALuwlCPGW,A;qJK3vlCjBvUS;uHAgBvB4ZY;kOA0BQGO;AAAoBCO;2BAEHCsB;AACQCS;qBAEcAiE;AAC7CC6D;gmBE5VNxF0B;AACAA0B;AACOE2C;AAEPF0B;AACAA0B;AACOEM;knuBvC4wCQuF0G;mEAUAC8G;iEAUACuD;mEAUAC2D;wHwBhyBgCCU;2cKkB/BCM;qtC3B1ZOCAAsE3B/jCAElJA5gCuB,A,A;AA+EkBiUAA8CgB4sBAANK9gC" + } +} diff --git a/doc/api/static-assets/favicon.png b/doc/api/static-assets/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..43d2ffa079ca147a221437817dbc694d66a2a302 GIT binary patch literal 1767 zcmVr1gM)#AhSs$=eK0WK)CF2vH5m*T78Vv7 zOqGGvxA(cvvG46mUuvh$T1!8DmE**HzxO9;TsuQliJN|J!pK@zgpAc6W;K`ZbSrnoP`wF$fl7_5*8Ivypwf=W;~ z;08%MQORYPC_tGHZSh$O#Av43|^d-UX&HM!T~7!)g1(@JfEf{VV=B< z1V2h$vz|_)(42Iv;nMQ6gnaC=x-iE)V9>bg95MTIge3HB2W~Qqm*!+BpztvG$qKPZI96W} zvtB&GrNG5*kOai6|CR7-+*88m$TiE!O#Aqvg{$I60STah90fcj;bJTAHe50;DvqB` zEg>!%3Dgd1>303*qUn95wS&WE(*hLuC37)V?aQjQ(>?on4V>`^}$4&P2qUwF63p3!p z6R>6i5YrB(Dm-K?OMsE#XJVfc&SVMlTc3)@NKU0J3269ELe@xN0Za64hocS>SoY(& zL%m;r$g#En;{)>X$|7Ng63+K0K^DLzXfDCDx@#YPVSI{DxIP(XJHy#-j`B3b#X_yixgMa&bn3s?yPcssC4`0@Pr z>UDqkrA2oMvH(^Il;ArzoKINx_2)YKwKcf{c=joHgRLFHM+xq^ZVMp3+9h+pM_8DNoMAB-dVobWmYAS9rt1as~o-UgNSX!>_*0eKDx64<-L zsr_Sf&ksWK5X_wO=HsvVW@R@4avN{~b`kO)Q2hp=EFi=-pa;L0N~k1s7QiKN5q3y| z{H02#@|Qmd>8SNrVChicf`ASZgo+R(>{|f;A|&P#WC45@h!O<2gp5n*5WLs|%h5Io z&-zA4k|2tpV}-BR_;rW=0{Hbbr8g2rC_$(INdgxkz-9uI;7AhAx(eXe)2I^YTj5fu z07-%@V%uQ+#@-^?#TPmIvVf-~Xcr}rfKnDf$id05c9_^NzK{etcv%3Kz^)CFfYM7u z0sTc>5&YuI)(f)z1qhX(H3Ggi0-)qG;MpQ%*z;uxJkb6E_~m7Pp-})}1w7y{P|87X zMF?8JdR00$fprxiY?Jv$f)^#)PoTa$P7;P^(nEroXQBYUjX$q968u%Jy_6(e-Iwpz z`wQ&juE(vPtb`I*EA&`h0mZHYjw%V!O;ZVLl+daK6k%2i_w{N+cwBf+b515f%gmO% z0;CNdCA9us9ZyP?@Hi6?I4mR~j0z_-S>8&HnB#ImfGojJKnEEBu4V8D90ETn>T?(4 zMG`tr=$)vA?}qayISJ<{js z)mqSPcf)OyC94E3VQ2vf2>>`6^tPFngqTYhz5-+c150@O0%QqqUjRvn1qp9gfGmM1 zUw{G;1RSy*Qj(CpFloi)@B(OKcajFkv|3YK_es*=t)6!)-Mumr002ov JPDHLkV1ksy9Tflo literal 0 HcmV?d00001 diff --git a/doc/api/static-assets/github.css b/doc/api/static-assets/github.css new file mode 100644 index 0000000..791932b --- /dev/null +++ b/doc/api/static-assets/github.css @@ -0,0 +1,99 @@ +/* + +github.com style (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #333; + background: #f8f8f8; +} + +.hljs-comment, +.hljs-quote { + color: #998; + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { + color: #333; + font-weight: bold; +} + +.hljs-number, +.hljs-literal, +.hljs-variable, +.hljs-template-variable, +.hljs-tag .hljs-attr { + color: #008080; +} + +.hljs-string, +.hljs-doctag { + color: #d14; +} + +.hljs-title, +.hljs-section, +.hljs-selector-id { + color: #900; + font-weight: bold; +} + +.hljs-subst { + font-weight: normal; +} + +.hljs-type, +.hljs-class .hljs-title { + color: #458; + font-weight: bold; +} + +.hljs-tag, +.hljs-name, +.hljs-attribute { + color: #000080; + font-weight: normal; +} + +.hljs-regexp, +.hljs-link { + color: #009926; +} + +.hljs-symbol, +.hljs-bullet { + color: #990073; +} + +.hljs-built_in, +.hljs-builtin-name { + color: #0086b3; +} + +.hljs-meta { + color: #999; + font-weight: bold; +} + +.hljs-deletion { + background: #fdd; +} + +.hljs-addition { + background: #dfd; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/doc/api/static-assets/highlight.pack.js b/doc/api/static-assets/highlight.pack.js new file mode 100644 index 0000000..3cf5abc --- /dev/null +++ b/doc/api/static-assets/highlight.pack.js @@ -0,0 +1,780 @@ +/*! + Highlight.js v11.8.0 (git: d27be507cb) + (c) 2006-2023 Ivan Sagalaev and other contributors + License: BSD-3-Clause + */ +var hljs=function(){"use strict";function e(n){ +return n instanceof Map?n.clear=n.delete=n.set=()=>{ +throw Error("map is read-only")}:n instanceof Set&&(n.add=n.clear=n.delete=()=>{ +throw Error("set is read-only") +}),Object.freeze(n),Object.getOwnPropertyNames(n).forEach((t=>{ +const a=n[t],i=typeof a;"object"!==i&&"function"!==i||Object.isFrozen(a)||e(a) +})),n}class n{constructor(e){ +void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1} +ignoreMatch(){this.isMatchIgnored=!0}}function t(e){ +return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'") +}function a(e,...n){const t=Object.create(null);for(const n in e)t[n]=e[n] +;return n.forEach((e=>{for(const n in e)t[n]=e[n]})),t}const i=e=>!!e.scope +;class s{constructor(e,n){ +this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){ +this.buffer+=t(e)}openNode(e){if(!i(e))return;const n=((e,{prefix:n})=>{ +if(e.startsWith("language:"))return e.replace("language:","language-") +;if(e.includes(".")){const t=e.split(".") +;return[`${n}${t.shift()}`,...t.map(((e,n)=>`${e}${"_".repeat(n+1)}`))].join(" ") +}return`${n}${e}`})(e.scope,{prefix:this.classPrefix});this.span(n)} +closeNode(e){i(e)&&(this.buffer+="")}value(){return this.buffer}span(e){ +this.buffer+=``}}const r=(e={})=>{const n={children:[]} +;return Object.assign(n,e),n};class o{constructor(){ +this.rootNode=r(),this.stack=[this.rootNode]}get top(){ +return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){ +this.top.children.push(e)}openNode(e){const n=r({scope:e}) +;this.add(n),this.stack.push(n)}closeNode(){ +if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){ +for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)} +walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){ +return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n), +n.children.forEach((n=>this._walk(e,n))),e.closeNode(n)),e}static _collapse(e){ +"string"!=typeof e&&e.children&&(e.children.every((e=>"string"==typeof e))?e.children=[e.children.join("")]:e.children.forEach((e=>{ +o._collapse(e)})))}}class l extends o{constructor(e){super(),this.options=e} +addText(e){""!==e&&this.add(e)}startScope(e){this.openNode(e)}endScope(){ +this.closeNode()}__addSublanguage(e,n){const t=e.root +;n&&(t.scope="language:"+n),this.add(t)}toHTML(){ +return new s(this,this.options).value()}finalize(){ +return this.closeAllNodes(),!0}}function c(e){ +return e?"string"==typeof e?e:e.source:null}function d(e){return b("(?=",e,")")} +function g(e){return b("(?:",e,")*")}function u(e){return b("(?:",e,")?")} +function b(...e){return e.map((e=>c(e))).join("")}function m(...e){const n=(e=>{ +const n=e[e.length-1] +;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} +})(e);return"("+(n.capture?"":"?:")+e.map((e=>c(e))).join("|")+")"} +function p(e){return RegExp(e.toString()+"|").exec("").length-1} +const h=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./ +;function f(e,{joinWith:n}){let t=0;return e.map((e=>{t+=1;const n=t +;let a=c(e),i="";for(;a.length>0;){const e=h.exec(a);if(!e){i+=a;break} +i+=a.substring(0,e.index), +a=a.substring(e.index+e[0].length),"\\"===e[0][0]&&e[1]?i+="\\"+(Number(e[1])+n):(i+=e[0], +"("===e[0]&&t++)}return i})).map((e=>`(${e})`)).join(n)} +const _="[a-zA-Z]\\w*",E="[a-zA-Z_]\\w*",N="\\b\\d+(\\.\\d+)?",y="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",w="\\b(0b[01]+)",v={ +begin:"\\\\[\\s\\S]",relevance:0},k={scope:"string",begin:"'",end:"'", +illegal:"\\n",contains:[v]},x={scope:"string",begin:'"',end:'"',illegal:"\\n", +contains:[v]},O=(e,n,t={})=>{const i=a({scope:"comment",begin:e,end:n, +contains:[]},t);i.contains.push({scope:"doctag", +begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)", +end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0}) +;const s=m("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/) +;return i.contains.push({begin:b(/[ ]+/,"(",s,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),i +},S=O("//","$"),A=O("/\\*","\\*/"),M=O("#","$");var C=Object.freeze({ +__proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:_,UNDERSCORE_IDENT_RE:E, +NUMBER_RE:N,C_NUMBER_RE:y,BINARY_NUMBER_RE:w, +RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", +SHEBANG:(e={})=>{const n=/^#![ ]*\// +;return e.binary&&(e.begin=b(n,/.*\b/,e.binary,/\b.*/)),a({scope:"meta",begin:n, +end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)}, +BACKSLASH_ESCAPE:v,APOS_STRING_MODE:k,QUOTE_STRING_MODE:x,PHRASAL_WORDS_MODE:{ +begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/ +},COMMENT:O,C_LINE_COMMENT_MODE:S,C_BLOCK_COMMENT_MODE:A,HASH_COMMENT_MODE:M, +NUMBER_MODE:{scope:"number",begin:N,relevance:0},C_NUMBER_MODE:{scope:"number", +begin:y,relevance:0},BINARY_NUMBER_MODE:{scope:"number",begin:w,relevance:0}, +REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{scope:"regexp",begin:/\//, +end:/\/[gimuy]*/,illegal:/\n/,contains:[v,{begin:/\[/,end:/\]/,relevance:0, +contains:[v]}]}]},TITLE_MODE:{scope:"title",begin:_,relevance:0}, +UNDERSCORE_TITLE_MODE:{scope:"title",begin:E,relevance:0},METHOD_GUARD:{ +begin:"\\.\\s*"+E,relevance:0},END_SAME_AS_BEGIN:e=>Object.assign(e,{ +"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{ +n.data._beginMatch!==e[1]&&n.ignoreMatch()}})});function T(e,n){ +"."===e.input[e.index-1]&&n.ignoreMatch()}function R(e,n){ +void 0!==e.className&&(e.scope=e.className,delete e.className)}function D(e,n){ +n&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)", +e.__beforeBegin=T,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords, +void 0===e.relevance&&(e.relevance=0))}function I(e,n){ +Array.isArray(e.illegal)&&(e.illegal=m(...e.illegal))}function B(e,n){ +if(e.match){ +if(e.begin||e.end)throw Error("begin & end are not supported with match") +;e.begin=e.match,delete e.match}}function L(e,n){ +void 0===e.relevance&&(e.relevance=1)}const $=(e,n)=>{if(!e.beforeMatch)return +;if(e.starts)throw Error("beforeMatch cannot be used with starts") +;const t=Object.assign({},e);Object.keys(e).forEach((n=>{delete e[n] +})),e.keywords=t.keywords,e.begin=b(t.beforeMatch,d(t.begin)),e.starts={ +relevance:0,contains:[Object.assign(t,{endsParent:!0})] +},e.relevance=0,delete t.beforeMatch +},F=["of","and","for","in","not","or","if","then","parent","list","value"],z="keyword" +;function U(e,n,t=z){const a=Object.create(null) +;return"string"==typeof e?i(t,e.split(" ")):Array.isArray(e)?i(t,e):Object.keys(e).forEach((t=>{ +Object.assign(a,U(e[t],n,t))})),a;function i(e,t){ +n&&(t=t.map((e=>e.toLowerCase()))),t.forEach((n=>{const t=n.split("|") +;a[t[0]]=[e,j(t[0],t[1])]}))}}function j(e,n){ +return n?Number(n):(e=>F.includes(e.toLowerCase()))(e)?0:1}const P={},K=e=>{ +console.error(e)},H=(e,...n)=>{console.log("WARN: "+e,...n)},Z=(e,n)=>{ +P[`${e}/${n}`]||(console.log(`Deprecated as of ${e}. ${n}`),P[`${e}/${n}`]=!0) +},G=Error();function q(e,n,{key:t}){let a=0;const i=e[t],s={},r={} +;for(let e=1;e<=n.length;e++)r[e+a]=i[e],s[e+a]=!0,a+=p(n[e-1]) +;e[t]=r,e[t]._emit=s,e[t]._multi=!0}function W(e){(e=>{ +e.scope&&"object"==typeof e.scope&&null!==e.scope&&(e.beginScope=e.scope, +delete e.scope)})(e),"string"==typeof e.beginScope&&(e.beginScope={ +_wrap:e.beginScope}),"string"==typeof e.endScope&&(e.endScope={_wrap:e.endScope +}),(e=>{if(Array.isArray(e.begin)){ +if(e.skip||e.excludeBegin||e.returnBegin)throw K("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), +G +;if("object"!=typeof e.beginScope||null===e.beginScope)throw K("beginScope must be object"), +G;q(e,e.begin,{key:"beginScope"}),e.begin=f(e.begin,{joinWith:""})}})(e),(e=>{ +if(Array.isArray(e.end)){ +if(e.skip||e.excludeEnd||e.returnEnd)throw K("skip, excludeEnd, returnEnd not compatible with endScope: {}"), +G +;if("object"!=typeof e.endScope||null===e.endScope)throw K("endScope must be object"), +G;q(e,e.end,{key:"endScope"}),e.end=f(e.end,{joinWith:""})}})(e)}function X(e){ +function n(n,t){ +return RegExp(c(n),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(t?"g":"")) +}class t{constructor(){ +this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0} +addRule(e,n){ +n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]), +this.matchAt+=p(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null) +;const e=this.regexes.map((e=>e[1]));this.matcherRe=n(f(e,{joinWith:"|" +}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex +;const n=this.matcherRe.exec(e);if(!n)return null +;const t=n.findIndex(((e,n)=>n>0&&void 0!==e)),a=this.matchIndexes[t] +;return n.splice(0,t),Object.assign(n,a)}}class i{constructor(){ +this.rules=[],this.multiRegexes=[], +this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){ +if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t +;return this.rules.slice(e).forEach((([e,t])=>n.addRule(e,t))), +n.compile(),this.multiRegexes[e]=n,n}resumingScanAtSamePosition(){ +return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,n){ +this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){ +const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex +;let t=n.exec(e) +;if(this.resumingScanAtSamePosition())if(t&&t.index===this.lastIndex);else{ +const n=this.getMatcher(0);n.lastIndex=this.lastIndex+1,t=n.exec(e)} +return t&&(this.regexIndex+=t.position+1, +this.regexIndex===this.count&&this.considerAll()),t}} +if(e.compilerExtensions||(e.compilerExtensions=[]), +e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.") +;return e.classNameAliases=a(e.classNameAliases||{}),function t(s,r){const o=s +;if(s.isCompiled)return o +;[R,B,W,$].forEach((e=>e(s,r))),e.compilerExtensions.forEach((e=>e(s,r))), +s.__beforeBegin=null,[D,I,L].forEach((e=>e(s,r))),s.isCompiled=!0;let l=null +;return"object"==typeof s.keywords&&s.keywords.$pattern&&(s.keywords=Object.assign({},s.keywords), +l=s.keywords.$pattern, +delete s.keywords.$pattern),l=l||/\w+/,s.keywords&&(s.keywords=U(s.keywords,e.case_insensitive)), +o.keywordPatternRe=n(l,!0), +r&&(s.begin||(s.begin=/\B|\b/),o.beginRe=n(o.begin),s.end||s.endsWithParent||(s.end=/\B|\b/), +s.end&&(o.endRe=n(o.end)), +o.terminatorEnd=c(o.end)||"",s.endsWithParent&&r.terminatorEnd&&(o.terminatorEnd+=(s.end?"|":"")+r.terminatorEnd)), +s.illegal&&(o.illegalRe=n(s.illegal)), +s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map((e=>(e=>(e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map((n=>a(e,{ +variants:null},n)))),e.cachedVariants?e.cachedVariants:Q(e)?a(e,{ +starts:e.starts?a(e.starts):null +}):Object.isFrozen(e)?a(e):e))("self"===e?s:e)))),s.contains.forEach((e=>{t(e,o) +})),s.starts&&t(s.starts,r),o.matcher=(e=>{const n=new i +;return e.contains.forEach((e=>n.addRule(e.begin,{rule:e,type:"begin" +}))),e.terminatorEnd&&n.addRule(e.terminatorEnd,{type:"end" +}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n})(o),o}(e)}function Q(e){ +return!!e&&(e.endsWithParent||Q(e.starts))}class V extends Error{ +constructor(e,n){super(e),this.name="HTMLInjectionError",this.html=n}} +const J=t,Y=a,ee=Symbol("nomatch"),ne=t=>{ +const a=Object.create(null),i=Object.create(null),s=[];let r=!0 +;const o="Could not find the language '{}', did you forget to load/include a language module?",c={ +disableAutodetect:!0,name:"Plain text",contains:[]};let p={ +ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i, +languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-", +cssSelector:"pre code",languages:null,__emitter:l};function h(e){ +return p.noHighlightRe.test(e)}function f(e,n,t){let a="",i="" +;"object"==typeof n?(a=e, +t=n.ignoreIllegals,i=n.language):(Z("10.7.0","highlight(lang, code, ...args) has been deprecated."), +Z("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"), +i=e,a=n),void 0===t&&(t=!0);const s={code:a,language:i};O("before:highlight",s) +;const r=s.result?s.result:_(s.language,s.code,t) +;return r.code=s.code,O("after:highlight",r),r}function _(e,t,i,s){ +const l=Object.create(null);function c(){if(!O.keywords)return void A.addText(M) +;let e=0;O.keywordPatternRe.lastIndex=0;let n=O.keywordPatternRe.exec(M),t="" +;for(;n;){t+=M.substring(e,n.index) +;const i=w.case_insensitive?n[0].toLowerCase():n[0],s=(a=i,O.keywords[a]);if(s){ +const[e,a]=s +;if(A.addText(t),t="",l[i]=(l[i]||0)+1,l[i]<=7&&(C+=a),e.startsWith("_"))t+=n[0];else{ +const t=w.classNameAliases[e]||e;g(n[0],t)}}else t+=n[0] +;e=O.keywordPatternRe.lastIndex,n=O.keywordPatternRe.exec(M)}var a +;t+=M.substring(e),A.addText(t)}function d(){null!=O.subLanguage?(()=>{ +if(""===M)return;let e=null;if("string"==typeof O.subLanguage){ +if(!a[O.subLanguage])return void A.addText(M) +;e=_(O.subLanguage,M,!0,S[O.subLanguage]),S[O.subLanguage]=e._top +}else e=E(M,O.subLanguage.length?O.subLanguage:null) +;O.relevance>0&&(C+=e.relevance),A.__addSublanguage(e._emitter,e.language) +})():c(),M=""}function g(e,n){ +""!==e&&(A.startScope(n),A.addText(e),A.endScope())}function u(e,n){let t=1 +;const a=n.length-1;for(;t<=a;){if(!e._emit[t]){t++;continue} +const a=w.classNameAliases[e[t]]||e[t],i=n[t];a?g(i,a):(M=i,c(),M=""),t++}} +function b(e,n){ +return e.scope&&"string"==typeof e.scope&&A.openNode(w.classNameAliases[e.scope]||e.scope), +e.beginScope&&(e.beginScope._wrap?(g(M,w.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap), +M=""):e.beginScope._multi&&(u(e.beginScope,n),M="")),O=Object.create(e,{parent:{ +value:O}}),O}function m(e,t,a){let i=((e,n)=>{const t=e&&e.exec(n) +;return t&&0===t.index})(e.endRe,a);if(i){if(e["on:end"]){const a=new n(e) +;e["on:end"](t,a),a.isMatchIgnored&&(i=!1)}if(i){ +for(;e.endsParent&&e.parent;)e=e.parent;return e}} +if(e.endsWithParent)return m(e.parent,t,a)}function h(e){ +return 0===O.matcher.regexIndex?(M+=e[0],1):(D=!0,0)}function f(e){ +const n=e[0],a=t.substring(e.index),i=m(O,e,a);if(!i)return ee;const s=O +;O.endScope&&O.endScope._wrap?(d(), +g(n,O.endScope._wrap)):O.endScope&&O.endScope._multi?(d(), +u(O.endScope,e)):s.skip?M+=n:(s.returnEnd||s.excludeEnd||(M+=n), +d(),s.excludeEnd&&(M=n));do{ +O.scope&&A.closeNode(),O.skip||O.subLanguage||(C+=O.relevance),O=O.parent +}while(O!==i.parent);return i.starts&&b(i.starts,e),s.returnEnd?0:n.length} +let N={};function y(a,s){const o=s&&s[0];if(M+=a,null==o)return d(),0 +;if("begin"===N.type&&"end"===s.type&&N.index===s.index&&""===o){ +if(M+=t.slice(s.index,s.index+1),!r){const n=Error(`0 width match regex (${e})`) +;throw n.languageName=e,n.badRule=N.rule,n}return 1} +if(N=s,"begin"===s.type)return(e=>{ +const t=e[0],a=e.rule,i=new n(a),s=[a.__beforeBegin,a["on:begin"]] +;for(const n of s)if(n&&(n(e,i),i.isMatchIgnored))return h(t) +;return a.skip?M+=t:(a.excludeBegin&&(M+=t), +d(),a.returnBegin||a.excludeBegin||(M=t)),b(a,e),a.returnBegin?0:t.length})(s) +;if("illegal"===s.type&&!i){ +const e=Error('Illegal lexeme "'+o+'" for mode "'+(O.scope||"")+'"') +;throw e.mode=O,e}if("end"===s.type){const e=f(s);if(e!==ee)return e} +if("illegal"===s.type&&""===o)return 1 +;if(R>1e5&&R>3*s.index)throw Error("potential infinite loop, way more iterations than matches") +;return M+=o,o.length}const w=v(e) +;if(!w)throw K(o.replace("{}",e)),Error('Unknown language: "'+e+'"') +;const k=X(w);let x="",O=s||k;const S={},A=new p.__emitter(p);(()=>{const e=[] +;for(let n=O;n!==w;n=n.parent)n.scope&&e.unshift(n.scope) +;e.forEach((e=>A.openNode(e)))})();let M="",C=0,T=0,R=0,D=!1;try{ +if(w.__emitTokens)w.__emitTokens(t,A);else{for(O.matcher.considerAll();;){ +R++,D?D=!1:O.matcher.considerAll(),O.matcher.lastIndex=T +;const e=O.matcher.exec(t);if(!e)break;const n=y(t.substring(T,e.index),e) +;T=e.index+n}y(t.substring(T))}return A.finalize(),x=A.toHTML(),{language:e, +value:x,relevance:C,illegal:!1,_emitter:A,_top:O}}catch(n){ +if(n.message&&n.message.includes("Illegal"))return{language:e,value:J(t), +illegal:!0,relevance:0,_illegalBy:{message:n.message,index:T, +context:t.slice(T-100,T+100),mode:n.mode,resultSoFar:x},_emitter:A};if(r)return{ +language:e,value:J(t),illegal:!1,relevance:0,errorRaised:n,_emitter:A,_top:O} +;throw n}}function E(e,n){n=n||p.languages||Object.keys(a);const t=(e=>{ +const n={value:J(e),illegal:!1,relevance:0,_top:c,_emitter:new p.__emitter(p)} +;return n._emitter.addText(e),n})(e),i=n.filter(v).filter(x).map((n=>_(n,e,!1))) +;i.unshift(t);const s=i.sort(((e,n)=>{ +if(e.relevance!==n.relevance)return n.relevance-e.relevance +;if(e.language&&n.language){if(v(e.language).supersetOf===n.language)return 1 +;if(v(n.language).supersetOf===e.language)return-1}return 0})),[r,o]=s,l=r +;return l.secondBest=o,l}function N(e){let n=null;const t=(e=>{ +let n=e.className+" ";n+=e.parentNode?e.parentNode.className:"" +;const t=p.languageDetectRe.exec(n);if(t){const n=v(t[1]) +;return n||(H(o.replace("{}",t[1])), +H("Falling back to no-highlight mode for this block.",e)),n?t[1]:"no-highlight"} +return n.split(/\s+/).find((e=>h(e)||v(e)))})(e);if(h(t))return +;if(O("before:highlightElement",{el:e,language:t +}),e.dataset.highlighted)return void console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",e) +;if(e.children.length>0&&(p.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), +console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), +console.warn("The element with unescaped HTML:"), +console.warn(e)),p.throwUnescapedHTML))throw new V("One of your code blocks includes unescaped HTML.",e.innerHTML) +;n=e;const a=n.textContent,s=t?f(a,{language:t,ignoreIllegals:!0}):E(a) +;e.innerHTML=s.value,e.dataset.highlighted="yes",((e,n,t)=>{const a=n&&i[n]||t +;e.classList.add("hljs"),e.classList.add("language-"+a) +})(e,t,s.language),e.result={language:s.language,re:s.relevance, +relevance:s.relevance},s.secondBest&&(e.secondBest={ +language:s.secondBest.language,relevance:s.secondBest.relevance +}),O("after:highlightElement",{el:e,result:s,text:a})}let y=!1;function w(){ +"loading"!==document.readyState?document.querySelectorAll(p.cssSelector).forEach(N):y=!0 +}function v(e){return e=(e||"").toLowerCase(),a[e]||a[i[e]]} +function k(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach((e=>{ +i[e.toLowerCase()]=n}))}function x(e){const n=v(e) +;return n&&!n.disableAutodetect}function O(e,n){const t=e;s.forEach((e=>{ +e[t]&&e[t](n)}))} +"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(()=>{ +y&&w()}),!1),Object.assign(t,{highlight:f,highlightAuto:E,highlightAll:w, +highlightElement:N, +highlightBlock:e=>(Z("10.7.0","highlightBlock will be removed entirely in v12.0"), +Z("10.7.0","Please use highlightElement now."),N(e)),configure:e=>{p=Y(p,e)}, +initHighlighting:()=>{ +w(),Z("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")}, +initHighlightingOnLoad:()=>{ +w(),Z("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.") +},registerLanguage:(e,n)=>{let i=null;try{i=n(t)}catch(n){ +if(K("Language definition for '{}' could not be registered.".replace("{}",e)), +!r)throw n;K(n),i=c} +i.name||(i.name=e),a[e]=i,i.rawDefinition=n.bind(null,t),i.aliases&&k(i.aliases,{ +languageName:e})},unregisterLanguage:e=>{delete a[e] +;for(const n of Object.keys(i))i[n]===e&&delete i[n]}, +listLanguages:()=>Object.keys(a),getLanguage:v,registerAliases:k, +autoDetection:x,inherit:Y,addPlugin:e=>{(e=>{ +e["before:highlightBlock"]&&!e["before:highlightElement"]&&(e["before:highlightElement"]=n=>{ +e["before:highlightBlock"](Object.assign({block:n.el},n)) +}),e["after:highlightBlock"]&&!e["after:highlightElement"]&&(e["after:highlightElement"]=n=>{ +e["after:highlightBlock"](Object.assign({block:n.el},n))})})(e),s.push(e)}, +removePlugin:e=>{const n=s.indexOf(e);-1!==n&&s.splice(n,1)}}),t.debugMode=()=>{ +r=!1},t.safeMode=()=>{r=!0},t.versionString="11.8.0",t.regex={concat:b, +lookahead:d,either:m,optional:u,anyNumberOfTimes:g} +;for(const n in C)"object"==typeof C[n]&&e(C[n]);return Object.assign(t,C),t +},te=ne({});te.newInstance=()=>ne({});var ae=te +;const ie=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],se=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],re=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],oe=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],le=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse() +;var ce="[0-9](_*[0-9])*",de=`\\.(${ce})`,ge="[0-9a-fA-F](_*[0-9a-fA-F])*",ue={ +className:"number",variants:[{ +begin:`(\\b(${ce})((${de})|\\.)?|(${de}))[eE][+-]?(${ce})[fFdD]?\\b`},{ +begin:`\\b(${ce})((${de})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{ +begin:`(${de})[fFdD]?\\b`},{begin:`\\b(${ce})[fFdD]\\b`},{ +begin:`\\b0[xX]((${ge})\\.?|(${ge})?\\.(${ge}))[pP][+-]?(${ce})[fFdD]?\\b`},{ +begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${ge})[lL]?\\b`},{ +begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}], +relevance:0};function be(e,n,t){return-1===t?"":e.replace(n,(a=>be(e,n,t-1)))} +const me="[A-Za-z$_][0-9A-Za-z$_]*",pe=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],he=["true","false","null","undefined","NaN","Infinity"],fe=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],_e=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],Ee=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],Ne=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],ye=[].concat(Ee,fe,_e),we=e=>b(/\b/,e,/\w$/.test(e)?/\b/:/\B/),ve=["Protocol","Type"].map(we),ke=["init","self"].map(we),xe=["Any","Self"],Oe=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","distributed","do","dynamic","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],Se=["false","nil","true"],Ae=["assignment","associativity","higherThan","left","lowerThan","none","right"],Me=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warn_unqualified_access","#warning"],Ce=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],Te=m(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),Re=m(Te,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),De=b(Te,Re,"*"),Ie=m(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),Be=m(Ie,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),Le=b(Ie,Be,"*"),$e=b(/[A-Z]/,Be,"*"),Fe=["autoclosure",b(/convention\(/,m("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",b(/objc\(/,Le,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","testable","UIApplicationMain","unknown","usableFromInline"],ze=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"] +;var Ue=Object.freeze({__proto__:null,grmr_bash:e=>{const n=e.regex,t={},a={ +begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[t]}]} +;Object.assign(t,{className:"variable",variants:[{ +begin:n.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},a]});const i={ +className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},s={ +begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/, +end:/(\w+)/,className:"string"})]}},r={className:"string",begin:/"/,end:/"/, +contains:[e.BACKSLASH_ESCAPE,t,i]};i.contains.push(r);const o={begin:/\$?\(\(/, +end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,t] +},l=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10 +}),c={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0, +contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{ +name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/, +keyword:["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"], +literal:["true","false"], +built_in:["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset","alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias","set","shopt","autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp","chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"] +},contains:[l,e.SHEBANG(),c,o,e.HASH_COMMENT_MODE,s,{match:/(\/[a-z._-]+)+/},r,{ +className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},t]}}, +grmr_c:e=>{const n=e.regex,t=e.COMMENT("//","$",{contains:[{begin:/\\\n/}] +}),a="decltype\\(auto\\)",i="[a-zA-Z_]\\w*::",s="("+a+"|"+n.optional(i)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",r={ +className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{ +match:/\batomic_[a-z]{3,6}\b/}]},o={className:"string",variants:[{ +begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{ +begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", +end:"'",illegal:"."},e.END_SAME_AS_BEGIN({ +begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},l={ +className:"number",variants:[{begin:"\\b(0b[01']+)"},{ +begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" +},{ +begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" +}],relevance:0},c={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{ +keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" +},contains:[{begin:/\\\n/,relevance:0},e.inherit(o,{className:"string"}),{ +className:"string",begin:/<.*?>/},t,e.C_BLOCK_COMMENT_MODE]},d={ +className:"title",begin:n.optional(i)+e.IDENT_RE,relevance:0 +},g=n.optional(i)+e.IDENT_RE+"\\s*\\(",u={ +keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"], +type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","const","static","complex","bool","imaginary"], +literal:"true false NULL", +built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr" +},b=[c,r,t,e.C_BLOCK_COMMENT_MODE,l,o],m={variants:[{begin:/=/,end:/;/},{ +begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}], +keywords:u,contains:b.concat([{begin:/\(/,end:/\)/,keywords:u, +contains:b.concat(["self"]),relevance:0}]),relevance:0},p={ +begin:"("+s+"[\\*&\\s]+)+"+g,returnBegin:!0,end:/[{;=]/,excludeEnd:!0, +keywords:u,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:u,relevance:0},{ +begin:g,returnBegin:!0,contains:[e.inherit(d,{className:"title.function"})], +relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/, +keywords:u,relevance:0,contains:[t,e.C_BLOCK_COMMENT_MODE,o,l,r,{begin:/\(/, +end:/\)/,keywords:u,relevance:0,contains:["self",t,e.C_BLOCK_COMMENT_MODE,o,l,r] +}]},r,t,e.C_BLOCK_COMMENT_MODE,c]};return{name:"C",aliases:["h"],keywords:u, +disableAutodetect:!0,illegal:"=]/,contains:[{ +beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:c, +strings:o,keywords:u}}},grmr_css:e=>{const n=e.regex,t=(e=>({IMPORTANT:{ +scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{ +scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/}, +FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/}, +ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$", +contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{ +scope:"number", +begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?", +relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/} +}))(e),a=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:"CSS", +case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"}, +classNameAliases:{keyframePosition:"selector-tag"},contains:[t.BLOCK_COMMENT,{ +begin:/-(webkit|moz|ms|o)-(?=[a-z])/},t.CSS_NUMBER_MODE,{ +className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{ +className:"selector-class",begin:"\\.[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0 +},t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{ +begin:":("+re.join("|")+")"},{begin:":(:)?("+oe.join("|")+")"}] +},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+le.join("|")+")\\b"},{ +begin:/:/,end:/[;}{]/, +contains:[t.BLOCK_COMMENT,t.HEXCOLOR,t.IMPORTANT,t.CSS_NUMBER_MODE,...a,{ +begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri" +},contains:[...a,{className:"string",begin:/[^)]/,endsWithParent:!0, +excludeEnd:!0}]},t.FUNCTION_DISPATCH]},{begin:n.lookahead(/@/),end:"[{;]", +relevance:0,illegal:/:/,contains:[{className:"keyword",begin:/@-?\w[\w]*(-\w+)*/ +},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{ +$pattern:/[a-z-]+/,keyword:"and or not only",attribute:se.join(" ")},contains:[{ +begin:/[a-z-]+(?=:)/,className:"attribute"},...a,t.CSS_NUMBER_MODE]}]},{ +className:"selector-tag",begin:"\\b("+ie.join("|")+")\\b"}]}},grmr_xml:e=>{ +const n=e.regex,t=n.concat(/[\p{L}_]/u,n.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),a={ +className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},i={begin:/\s/, +contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}] +},s=e.inherit(i,{begin:/\(/,end:/\)/}),r=e.inherit(e.APOS_STRING_MODE,{ +className:"string"}),o=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),l={ +endsWithParent:!0,illegal:/`]+/}]}]}]};return{ +name:"HTML, XML", +aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"], +case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[i,o,r,s,{begin:/\[/,end:/\]/,contains:[{ +className:"meta",begin://,contains:[i,s,o,r]}]}] +},e.COMMENT(//,{relevance:10}),{begin://, +relevance:10},a,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/, +relevance:10,contains:[o]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag", +begin:/)/,end:/>/,keywords:{name:"style"},contains:[l],starts:{ +end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag", +begin:/)/,end:/>/,keywords:{name:"script"},contains:[l],starts:{ +end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{ +className:"tag",begin:/<>|<\/>/},{className:"tag", +begin:n.concat(//,/>/,/\s/)))), +end:/\/?>/,contains:[{className:"name",begin:t,relevance:0,starts:l}]},{ +className:"tag",begin:n.concat(/<\//,n.lookahead(n.concat(t,/>/))),contains:[{ +className:"name",begin:t,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]} +},grmr_markdown:e=>{const n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml", +relevance:0},t={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{ +begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/, +relevance:2},{ +begin:e.regex.concat(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/), +relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{ +begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/ +},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0, +returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)", +excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[", +end:"\\]",excludeBegin:!0,excludeEnd:!0}]},a={className:"strong",contains:[], +variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}] +},i={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{ +begin:/_(?![_\s])/,end:/_/,relevance:0}]},s=e.inherit(a,{contains:[] +}),r=e.inherit(i,{contains:[]});a.contains.push(r),i.contains.push(s) +;let o=[n,t];return[a,i,s,r].forEach((e=>{e.contains=e.contains.concat(o) +})),o=o.concat(a,i),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{ +className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:o},{ +begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n", +contains:o}]}]},n,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)", +end:"\\s+",excludeEnd:!0},a,i,{className:"quote",begin:"^>\\s+",contains:o, +end:"$"},{className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{ +begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{ +begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))", +contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{ +begin:"^[-\\*]{3,}",end:"$"},t,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{ +className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{ +className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}},grmr_dart:e=>{ +const n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},t={ +className:"subst",variants:[{begin:/\$\{/,end:/\}/}], +keywords:"true false null this is new super"},a={className:"string",variants:[{ +begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'", +illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''", +contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:'"""',end:'"""', +contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:"'",end:"'",illegal:"\\n", +contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:'"',end:'"',illegal:"\\n", +contains:[e.BACKSLASH_ESCAPE,n,t]}]};t.contains=[e.C_NUMBER_MODE,a] +;const i=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],s=i.map((e=>e+"?")) +;return{name:"Dart",keywords:{ +keyword:["abstract","as","assert","async","await","base","break","case","catch","class","const","continue","covariant","default","deferred","do","dynamic","else","enum","export","extends","extension","external","factory","false","final","finally","for","Function","get","hide","if","implements","import","in","interface","is","late","library","mixin","new","null","on","operator","part","required","rethrow","return","sealed","set","show","static","super","switch","sync","this","throw","true","try","typedef","var","void","when","while","with","yield"], +built_in:i.concat(s).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]), +$pattern:/[A-Za-z][A-Za-z0-9_]*\??/}, +contains:[a,e.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0 +}),e.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".", +end:"$",relevance:0}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{ +className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0, +contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE] +},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}, +grmr_diff:e=>{const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{ +className:"meta",relevance:10, +match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/) +},{className:"comment",variants:[{ +begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/), +end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{ +className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/, +end:/$/}]}},grmr_java:e=>{ +const n=e.regex,t="[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*",a=t+be("(?:<"+t+"~~~(?:\\s*,\\s*"+t+"~~~)*>)?",/~~~/g,2),i={ +keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits"], +literal:["false","true","null"], +type:["char","boolean","long","float","int","byte","short","double"], +built_in:["super","this"]},s={className:"meta",begin:"@"+t,contains:[{ +begin:/\(/,end:/\)/,contains:["self"]}]},r={className:"params",begin:/\(/, +end:/\)/,keywords:i,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0} +;return{name:"Java",aliases:["jsp"],keywords:i,illegal:/<\/|#/, +contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/, +relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{ +begin:/import java\.[a-z]+\./,keywords:"import",relevance:2 +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/, +className:"string",contains:[e.BACKSLASH_ESCAPE] +},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{ +match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,t],className:{ +1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{ +begin:[n.concat(/(?!else)/,t),/\s+/,t,/\s+/,/=(?!=)/],className:{1:"type", +3:"variable",5:"operator"}},{begin:[/record/,/\s+/,t],className:{1:"keyword", +3:"title.class"},contains:[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{ +beginKeywords:"new throw return else",relevance:0},{ +begin:["(?:"+a+"\\s+)",e.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{ +2:"title.function"},keywords:i,contains:[{className:"params",begin:/\(/, +end:/\)/,keywords:i,relevance:0, +contains:[s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,ue,e.C_BLOCK_COMMENT_MODE] +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},ue,s]}},grmr_javascript:e=>{ +const n=e.regex,t=me,a={begin:/<[A-Za-z0-9\\._:-]+/, +end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,n)=>{ +const t=e[0].length+e.index,a=e.input[t] +;if("<"===a||","===a)return void n.ignoreMatch();let i +;">"===a&&(((e,{after:n})=>{const t="",S={ +match:[/const|var|let/,/\s+/,t,/\s*/,/=\s*/,/(async\s*)?/,n.lookahead(O)], +keywords:"async",className:{1:"keyword",3:"title.function"},contains:[_]} +;return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:i,exports:{ +PARAMS_CONTAINS:f,CLASS_REFERENCE:N},illegal:/#(?![$_A-z])/, +contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),{ +label:"use_strict",className:"meta",relevance:10, +begin:/^\s*['"]use (strict|asm)['"]/ +},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,g,u,b,m,{match:/\$\d+/},l,N,{ +className:"attr",begin:t+n.lookahead(":"),relevance:0},S,{ +begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*", +keywords:"return throw case",relevance:0,contains:[m,e.REGEXP_MODE,{ +className:"function",begin:O,returnBegin:!0,end:"\\s*=>",contains:[{ +className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{ +className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0, +excludeEnd:!0,keywords:i,contains:f}]}]},{begin:/,/,relevance:0},{match:/\s+/, +relevance:0},{variants:[{begin:"<>",end:""},{ +match:/<[A-Za-z0-9\\._:-]+\s*\/>/},{begin:a.begin, +"on:begin":a.isTrulyOpeningTag,end:a.end}],subLanguage:"xml",contains:[{ +begin:a.begin,end:a.end,skip:!0,contains:["self"]}]}]},y,{ +beginKeywords:"while if switch catch for"},{ +begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{", +returnBegin:!0,label:"func.def",contains:[_,e.inherit(e.TITLE_MODE,{begin:t, +className:"title.function"})]},{match:/\.\.\./,relevance:0},k,{match:"\\$"+t, +relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"}, +contains:[_]},w,{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/, +className:"variable.constant"},E,x,{match:/\$[(.]/}]}},grmr_json:e=>{ +const n=["true","false","null"],t={scope:"literal",beginKeywords:n.join(" ")} +;return{name:"JSON",keywords:{literal:n},contains:[{className:"attr", +begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},{match:/[{}[\],:]/, +className:"punctuation",relevance:0 +},e.QUOTE_STRING_MODE,t,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE], +illegal:"\\S"}},grmr_kotlin:e=>{const n={ +keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual", +built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing", +literal:"true false null"},t={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@" +},a={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},i={ +className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},s={className:"string", +variants:[{begin:'"""',end:'"""(?=[^"])',contains:[i,a]},{begin:"'",end:"'", +illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/, +contains:[e.BACKSLASH_ESCAPE,i,a]}]};a.contains.push(s);const r={ +className:"meta", +begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?" +},o={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/, +end:/\)/,contains:[e.inherit(s,{className:"string"}),"self"]}] +},l=ue,c=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),d={ +variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/, +contains:[]}]},g=d;return g.variants[1].contains=[d],d.variants[1].contains=[g], +{name:"Kotlin",aliases:["kt","kts"],keywords:n, +contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag", +begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,c,{className:"keyword", +begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol", +begin:/@\w+/}]}},t,r,o,{className:"function",beginKeywords:"fun",end:"[(]|$", +returnBegin:!0,excludeEnd:!0,keywords:n,relevance:5,contains:[{ +begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0, +contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://, +keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/, +endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/, +endsWithParent:!0,contains:[d,e.C_LINE_COMMENT_MODE,c],relevance:0 +},e.C_LINE_COMMENT_MODE,c,r,o,s,e.C_NUMBER_MODE]},c]},{ +begin:[/class|interface|trait/,/\s+/,e.UNDERSCORE_IDENT_RE],beginScope:{ +3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0, +illegal:"extends implements",contains:[{ +beginKeywords:"public protected internal private constructor" +},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0, +excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/, +excludeBegin:!0,returnEnd:!0},r,o]},s,{className:"meta",begin:"^#!/usr/bin/env", +end:"$",illegal:"\n"},l]}},grmr_objectivec:e=>{ +const n=/[a-zA-Z@][a-zA-Z0-9_]*/,t={$pattern:n, +keyword:["@interface","@class","@protocol","@implementation"]};return{ +name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"], +keywords:{"variable.language":["this","super"],$pattern:n, +keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"], +literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"], +built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"], +type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"] +},illegal:"/,end:/$/,illegal:"\\n" +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class", +begin:"("+t.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:t, +contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE, +relevance:0}]}},grmr_plaintext:e=>({name:"Plain text",aliases:["text","txt"], +disableAutodetect:!0}),grmr_shell:e=>({name:"Shell Session", +aliases:["console","shellsession"],contains:[{className:"meta.prompt", +begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/, +subLanguage:"bash"}}]}),grmr_swift:e=>{const n={match:/\s+/,relevance:0 +},t=e.COMMENT("/\\*","\\*/",{contains:["self"]}),a=[e.C_LINE_COMMENT_MODE,t],i={ +match:[/\./,m(...ve,...ke)],className:{2:"keyword"}},s={match:b(/\./,m(...Oe)), +relevance:0},r=Oe.filter((e=>"string"==typeof e)).concat(["_|0"]),o={variants:[{ +className:"keyword", +match:m(...Oe.filter((e=>"string"!=typeof e)).concat(xe).map(we),...ke)}]},l={ +$pattern:m(/\b\w+/,/#\w+/),keyword:r.concat(Me),literal:Se},c=[i,s,o],g=[{ +match:b(/\./,m(...Ce)),relevance:0},{className:"built_in", +match:b(/\b/,m(...Ce),/(?=\()/)}],u={match:/->/,relevance:0},p=[u,{ +className:"operator",relevance:0,variants:[{match:De},{match:`\\.(\\.|${Re})+`}] +}],h="([0-9]_*)+",f="([0-9a-fA-F]_*)+",_={className:"number",relevance:0, +variants:[{match:`\\b(${h})(\\.(${h}))?([eE][+-]?(${h}))?\\b`},{ +match:`\\b0x(${f})(\\.(${f}))?([pP][+-]?(${h}))?\\b`},{match:/\b0o([0-7]_*)+\b/ +},{match:/\b0b([01]_*)+\b/}]},E=(e="")=>({className:"subst",variants:[{ +match:b(/\\/,e,/[0\\tnr"']/)},{match:b(/\\/,e,/u\{[0-9a-fA-F]{1,8}\}/)}] +}),N=(e="")=>({className:"subst",match:b(/\\/,e,/[\t ]*(?:[\r\n]|\r\n)/) +}),y=(e="")=>({className:"subst",label:"interpol",begin:b(/\\/,e,/\(/),end:/\)/ +}),w=(e="")=>({begin:b(e,/"""/),end:b(/"""/,e),contains:[E(e),N(e),y(e)] +}),v=(e="")=>({begin:b(e,/"/),end:b(/"/,e),contains:[E(e),y(e)]}),k={ +className:"string", +variants:[w(),w("#"),w("##"),w("###"),v(),v("#"),v("##"),v("###")]},x={ +match:b(/`/,Le,/`/)},O=[x,{className:"variable",match:/\$\d+/},{ +className:"variable",match:`\\$${Be}+`}],S=[{match:/(@|#(un)?)available/, +className:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:ze, +contains:[...p,_,k]}]}},{className:"keyword",match:b(/@/,m(...Fe))},{ +className:"meta",match:b(/@/,Le)}],A={match:d(/\b[A-Z]/),relevance:0,contains:[{ +className:"type", +match:b(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,Be,"+") +},{className:"type",match:$e,relevance:0},{match:/[?!]+/,relevance:0},{ +match:/\.\.\./,relevance:0},{match:b(/\s+&\s+/,d($e)),relevance:0}]},M={ +begin://,keywords:l,contains:[...a,...c,...S,u,A]};A.contains.push(M) +;const C={begin:/\(/,end:/\)/,relevance:0,keywords:l,contains:["self",{ +match:b(Le,/\s*:/),keywords:"_|0",relevance:0 +},...a,...c,...g,...p,_,k,...O,...S,A]},T={begin://,contains:[...a,A] +},R={begin:/\(/,end:/\)/,keywords:l,contains:[{ +begin:m(d(b(Le,/\s*:/)),d(b(Le,/\s+/,Le,/\s*:/))),end:/:/,relevance:0, +contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:Le}] +},...a,...c,...p,_,k,...S,A,C],endsParent:!0,illegal:/["']/},D={ +match:[/func/,/\s+/,m(x.match,Le,De)],className:{1:"keyword",3:"title.function" +},contains:[T,R,n],illegal:[/\[/,/%/]},I={ +match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"}, +contains:[T,R,n],illegal:/\[|%/},B={match:[/operator/,/\s+/,De],className:{ +1:"keyword",3:"title"}},L={begin:[/precedencegroup/,/\s+/,$e],className:{ +1:"keyword",3:"title"},contains:[A],keywords:[...Ae,...Se],end:/}/} +;for(const e of k.variants){const n=e.contains.find((e=>"interpol"===e.label)) +;n.keywords=l;const t=[...c,...g,...p,_,k,...O];n.contains=[...t,{begin:/\(/, +end:/\)/,contains:["self",...t]}]}return{name:"Swift",keywords:l, +contains:[...a,D,I,{beginKeywords:"struct protocol class extension enum actor", +end:"\\{",excludeEnd:!0,keywords:l,contains:[e.inherit(e.TITLE_MODE,{ +className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...c] +},B,L,{beginKeywords:"import",end:/$/,contains:[...a],relevance:0 +},...c,...g,...p,_,k,...O,...S,A,C]}},grmr_ruby:e=>{ +const n=e.regex,t="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",a=n.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),i=n.concat(a,/(::\w+)*/),s={ +"variable.constant":["__FILE__","__LINE__","__ENCODING__"], +"variable.language":["self","super"], +keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield","include","extend","prepend","public","private","protected","raise","throw"], +built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"], +literal:["true","false","nil"]},r={className:"doctag",begin:"@[A-Za-z]+"},o={ +begin:"#<",end:">"},l=[e.COMMENT("#","$",{contains:[r] +}),e.COMMENT("^=begin","^=end",{contains:[r],relevance:10 +}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],c={className:"subst",begin:/#\{/, +end:/\}/,keywords:s},d={className:"string",contains:[e.BACKSLASH_ESCAPE,c], +variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{ +begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{ +begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//, +end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{ +begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{ +begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{ +begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{ +begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{ +begin:n.concat(/<<[-~]?'?/,n.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)), +contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/, +contains:[e.BACKSLASH_ESCAPE,c]})]}]},g="[0-9](_?[0-9])*",u={className:"number", +relevance:0,variants:[{ +begin:`\\b([1-9](_?[0-9])*|0)(\\.(${g}))?([eE][+-]?(${g})|r)?i?\\b`},{ +begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b" +},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{ +begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{ +begin:"\\b0(_?[0-7])+r?i?\\b"}]},b={variants:[{match:/\(\)/},{ +className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0, +keywords:s}]},m=[d,{variants:[{match:[/class\s+/,i,/\s+<\s+/,i]},{ +match:[/\b(class|module)\s+/,i]}],scope:{2:"title.class", +4:"title.class.inherited"},keywords:s},{match:[/(include|extend)\s+/,i],scope:{ +2:"title.class"},keywords:s},{relevance:0,match:[i,/\.new[. (]/],scope:{ +1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/, +className:"variable.constant"},{relevance:0,match:a,scope:"title.class"},{ +match:[/def/,/\s+/,t],scope:{1:"keyword",3:"title.function"},contains:[b]},{ +begin:e.IDENT_RE+"::"},{className:"symbol", +begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol", +begin:":(?!\\s)",contains:[d,{begin:t}],relevance:0},u,{className:"variable", +begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{ +className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0, +relevance:0,keywords:s},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*", +keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,c], +illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{ +begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[", +end:"\\][a-z]*"}]}].concat(o,l),relevance:0}].concat(o,l) +;c.contains=m,b.contains=m;const p=[{begin:/^\s*=>/,starts:{end:"$",contains:m} +},{className:"meta.prompt", +begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]|(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>)(?=[ ])", +starts:{end:"$",keywords:s,contains:m}}];return l.unshift(o),{name:"Ruby", +aliases:["rb","gemspec","podspec","thor","irb"],keywords:s,illegal:/\/\*/, +contains:[e.SHEBANG({binary:"ruby"})].concat(p).concat(l).concat(m)}}, +grmr_yaml:e=>{ +const n="true false yes no null",t="[\\w#;/?:@&=+$,.~*'()[\\]]+",a={ +className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/ +},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable", +variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},i=e.inherit(a,{ +variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),s={ +end:",",endsWithParent:!0,excludeEnd:!0,keywords:n,relevance:0},r={begin:/\{/, +end:/\}/,contains:[s],illegal:"\\n",relevance:0},o={begin:"\\[",end:"\\]", +contains:[s],illegal:"\\n",relevance:0},l=[{className:"attr",variants:[{ +begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{ +begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---\\s*$", +relevance:10},{className:"string", +begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{ +begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0, +relevance:0},{className:"type",begin:"!\\w+!"+t},{className:"type", +begin:"!<"+t+">"},{className:"type",begin:"!"+t},{className:"type",begin:"!!"+t +},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta", +begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)", +relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{ +className:"number", +begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b" +},{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},r,o,a],c=[...l] +;return c.pop(),c.push(i),s.contains=c,{name:"YAML",case_insensitive:!0, +aliases:["yml"],contains:l}}});const je=ae;for(const e of Object.keys(Ue)){ +const n=e.replace("grmr_","").replace("_","-");je.registerLanguage(n,Ue[e])} +return je}() +;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs); diff --git a/doc/api/static-assets/play_button.svg b/doc/api/static-assets/play_button.svg new file mode 100644 index 0000000..c39a2f4 --- /dev/null +++ b/doc/api/static-assets/play_button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/doc/api/static-assets/readme.md b/doc/api/static-assets/readme.md new file mode 100644 index 0000000..357c11c --- /dev/null +++ b/doc/api/static-assets/readme.md @@ -0,0 +1,22 @@ +# highlight.js + +Generated from https://highlightjs.org/download/ on 2021-07-13 + +**Included languages:** + +* bash +* c +* css +* dart +* diff +* html, xml +* java +* javascript +* json +* kotlin +* markdown +* objective-c +* plaintext +* shell +* swift +* yaml diff --git a/doc/api/static-assets/search.svg b/doc/api/static-assets/search.svg new file mode 100644 index 0000000..58f4299 --- /dev/null +++ b/doc/api/static-assets/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/doc/api/static-assets/styles.css b/doc/api/static-assets/styles.css new file mode 100644 index 0000000..09b85b5 --- /dev/null +++ b/doc/api/static-assets/styles.css @@ -0,0 +1,1200 @@ +.light-theme { + /*background-color body, listdropdown*/ + --main-bg-color: #fff; + /*header id-tittle*/ + --main-header-color: #eeeeee; + /*package-name*/ + --main-sidebar-color: #727272; + /*section-title and section subtitle, desc markdown(body, dd, h3), header a*/ + --main-text-color: #111111; + /*typehead search-box*/ + --main-search-bar: #fff; + /* scrollbar-thumb */ + --main-scrollbar-color: #CCC; + /* footer */ + --main-footer-background: #111111; + /*header text color*/ + --main-h-text: black; + /* hyperlinks*/ + --main-hyperlinks-color: #0175C2; + /*search background*/ + --main-search-background: transparent; + + /*code snippets*/ + --main-code-bg: #f8f8f8; + --main-keyword-color: #333; + --main-tag-color: #000080; + --main-section-color: #900; + --main-comment-color: #998; + --main-var-color: #008080; + --main-string-color: #d14; + + --main-number-filter: invert(0%); + --main-icon-color: black; +} + +.dark-theme { + /*background-color body, listdropdown*/ + --main-bg-color: #10161E; + /*header id-tittle*/ + --main-header-color: #1C2834; + /*package-name*/ + --main-sidebar-color: #fff; + /*section-title and section subtitle, desc markdown(body, dd, h3), header a*/ + --main-text-color: #fff; + /*typehead search-box*/ + --main-search-bar: #454545; + /* scrollbar-thumb */ + --main-scrollbar-color: #5f6368; + /* footer */ + --main-footer-background: #27323a; + /* hyperlinks*/ + --main-hyperlinks-color: #00D2FA; + /*search background*/ + --main-search-background: black; + + /*code snippets*/ + --main-code-bg: #10161E; + --main-keyword-color: white; + --main-tag-color: #00D2FA; + --main-section-color: #FF2D64; + --main-comment-color: #909CC3; + --main-var-color: #55A09B; + --main-string-color: #FF2D64; + + --main-number-filter: invert(100%); + --main-icon-color: white; +} + +#theme { + display: none; +} + +#theme-button { + position: absolute; + right: 30px; + height: 24px; +} + +#theme-button .material-symbols-outlined { + color: var(--main-icon-color); + user-select: none; + cursor: pointer; +} + +.light-theme #light-theme-button { + display: none; +} + +.dark-theme #dark-theme-button { + display: none; +} + +/* +Only show images that fit their theme using GitHub's syntax, see: +https://github.blog/changelog/2021-11-24-specify-theme-context-for-images-in-markdown/ +*/ +.dark-theme img[src$="#gh-light-mode-only"] { + display: none; +} + +.light-theme img[src$="#gh-dark-mode-only"] { + display: none; +} + +/* for layout */ +html, +body { + margin: 0; + padding: 0; + height: 100%; + width: 100%; + overflow: hidden; + box-sizing: border-box; +} + +*, *:before, *:after { + box-sizing: inherit; +} + +body { + display: flex; + flex-direction: column; + -webkit-overflow-scrolling: touch; +} + +header { + flex: 0 0 50px; + display: flex; + flex-direction: row; + align-items: center; + padding-left: 30px; + padding-right: 30px; + background-color: var(--main-header-color); +} + +header ol { + list-style: none; + margin: 0; + padding: 0; +} + +header ol li { + display: inline; +} + +header form { + display: flex; + flex: 1; + justify-content: flex-end; +} + +header#header-search-sidebar { + height: 50px; + margin-bottom: 25px; +} + +footer { + flex: 0 0 16px; + text-align: center; + padding: 16px 20px; +} + +main { + flex: 1; + display: flex; + flex-direction: row; + padding: 20px; + min-height: 0; +} + +.sidebar-offcanvas-left { + flex: 0 1 230px; + order: 1; + overflow-y: scroll; + padding: 20px 0 15px 30px; + margin: 5px 20px 0 0; +} + +::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0; background-color: #AAA; } +::-webkit-scrollbar-button:hover{ background-color: #AAA; } +::-webkit-scrollbar-thumb{ background-color: var(--main-scrollbar-color); } +::-webkit-scrollbar-thumb:hover{ background-color: var(--main-scrollbar-color); } +::-webkit-scrollbar{ width: 4px; } + +.main-content::-webkit-scrollbar{ width: 8px; } + +.main-content { + flex: 1; + order: 2; + overflow-y: scroll; + padding: 10px 20px 0 20px; +} + +.sidebar-offcanvas-right { + flex: 0 1 12em; + order: 3; + overflow-y: scroll; + padding: 20px 15px 15px 15px; + margin-top: 5px; + margin-right: 20px; +} +/* end for layout */ + +body { + -webkit-text-size-adjust: 100%; + overflow-x: hidden; + font-family: Roboto, sans-serif; + font-size: 16px; + line-height: 1.42857143; + color: var(--main-text-color); + background-color: var(--main-bg-color); +} + +nav.navbar { + background-color: inherit; + min-height: 50px; + border: 0; +} + +@media (max-width: 840px) { + .hidden-xs { + display: none !important; + } +} + +@media (min-width: 841px) { + .hidden-l { + display: none !important; + } +} + +nav.navbar .row { + padding-top: 8px; +} + +nav .container { + white-space: nowrap; +} + +header { + background-color: var(--main-header-color); + box-shadow: 0 3px 5px rgba(0,0,0,0.1); +} + +.pre { + border: 1px solid #ddd; + font-size: 14px; +} + +.hljs-string, .hljs-doctag { + color: var(--main-string-color); +} + +.hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable, .hljs-tag .hljs-attr { + color: var(--main-var-color); +} + +.hljs-comment, .hljs-quote { + color: var(--main-comment-color); + font-style: italic; +} + +.hljs-title, .hljs-section, .hljs-selector-id { + color: var(--main-section-color); + font-weight: bold; +} + +.hljs-tag, .hljs-name, .hljs-attribute { + color: var(--main-tag-color); + font-weight: normal; +} + +.hljs-keyword, .hljs-selector-tag, .hljs-subst { + color: var(--main-keyword-color); + font-weight: bold; +} + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: var(--main-text-color); + background: var(--main-code-bg); +} + +a { + text-decoration: none; +} + +section { + margin-bottom: 36px; +} + +dl { + margin: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: Roboto, sans-serif; + font-weight: 400; + margin-top: 1.5em; + color: var(--main-text-color); +} + +h1.title { + overflow: hidden; + text-overflow: ellipsis; +} + +h1 { + font-size: 37px; + margin-top: 0; + margin-bottom: 0.67em; +} + +h2 { + font-size: 28px; +} + +h5 { + font-size: 16px; +} + +p { + margin-bottom: 1em; + margin-top: 0; +} + +a { + color: var(--main-hyperlinks-color); +} + +a:hover { + color: #13B9FD; +} + +pre.prettyprint { + font-family: 'Roboto Mono', Menlo, monospace; + color: black; + border-radius: 0; + font-size: 15px; + word-wrap: normal; + line-height: 1.4; + border: 0; + margin: 16px 0 16px 0; + padding: 8px; +} + +pre code { + white-space: pre; + word-wrap: initial; + font-size: 100% +} + +.fixed { + white-space: pre; +} + +pre { + border: 1px solid #ddd; + background-color: #eee; + font-size: 14px; +} + +code { + font-family: 'Roboto Mono', Menlo, monospace; + color: inherit; + padding: 0.2em 0.4em; + font-size: 85%; + background-color: rgba(27,31,35,0.05); + border-radius: 3px; +} + +@media(max-width: 840px) { + nav .container { + width: 100% + } + + h1 { + font-size: 24px; + } + + pre { + margin: 16px 0; + } +} + +header h1 { + font-weight: 400; + margin-bottom: 16px; +} + +header a, +header p, +header li { + color: #0175C2; +} + +header a:hover { + color: #0175C2; +} + +header h1 .kind { + color: #555; +} + +dt { + font-weight: normal; +} + +dd { + color: var(--main-text-color); + margin-bottom: 1em; + margin-left: 0; +} + +dd.callable, dd.constant, dd.property { + margin-bottom: 24px; +} + +dd p { + overflow-x: hidden; + text-overflow: ellipsis; + margin-bottom: 0; +} + +/* Enum values do not have their own pages; their full docs are presented on the + * enum class's page. */ +dt.constant + dd p { + margin-bottom: 1em; +} + +/* indents wrapped lines */ +section.summary dt { + margin-left: 24px; + text-indent: -24px; +} + +.dl-horizontal dd { + margin-left: initial; +} + +dl.dl-horizontal dt { + font-style: normal; + text-align: left; + color: #727272; + margin-right: 20px; + width: initial; +} + +dt .name { + font-weight: 500; +} + +dl dt.callable .name { + float: none; + width: auto; +} + +.type-parameter { + white-space: nowrap; +} + +.multi-line-signature .type-parameter .parameter { + margin-left: 0; + display: unset; +} + +.parameter-list { + display: table-cell; + margin-left: 10px; + list-style-type: none; + padding-inline-start: unset; +} + +.signature { + color: var(--main-text-color); +} + +.signature a { + color: var(--main-hyperlinks-color); +} + +.optional { + font-style: italic; +} + +.undocumented { + font-style: italic; +} + +.is-const { + font-style: italic; +} + +.deprecated { + text-decoration: line-through; +} + +.category.linked { + font-weight: bold; + opacity: 1; +} + +/* Colors for category based on categoryOrder in dartdoc_options.config. */ +.category.cp-0 { + background-color: #54b7c4 +} + +.category.cp-1 { + background-color: #54c47f +} + +.category.cp-2 { + background-color: #c4c254 +} + +.category.cp-3 { + background-color: #c49f54 +} + +.category.cp-4 { + background-color: #c45465 +} + +.category.cp-5 { + background-color: #c454c4 +} + +.category a { + color: white; +} + +.category { + padding: 2px 4px; + font-size: 12px; + border-radius: 4px; + background-color: #999; + text-transform: uppercase; + color: white; + opacity: .5; +} + +h1 .category { + vertical-align: middle; +} + +/* The badge under a declaration for things like "const", "read-only", etc. and for the badges inline like sealed or interface */ +/* See https://github.com/dart-lang/dartdoc/blob/main/lib/src/model/feature.dart */ +.feature { + display: inline-block; + background: var(--main-bg-color); + border: 1px solid var(--main-hyperlinks-color); + border-radius: 20px; + color: var(--main-hyperlinks-color); + + font-size: 12px; + padding: 1px 6px; + margin: 0 8px 0 0; +} + +a.feature:hover { + border-color: #13B9FD; +} + +h1 .feature { + vertical-align: middle; + margin: 0 -2px 0 0; +} + +.source-link { + padding: 18px 4px; + font-size: 18px; + vertical-align: middle; +} + +@media (max-width: 840px) { + .source-link { + padding: 7px 2px; + font-size: 10px; + } +} + +#external-links { + float: right; +} + +.btn-group { + position: relative; + display: inline-flex; + vertical-align: middle; +} + +footer { + color: #fff; + background-color: var(--main-footer-background); + width: 100%; +} + +footer p { + margin: 0; +} + +footer .no-break { + white-space: nowrap; +} + +footer .container { + padding-left: 0; + padding-right: 0; +} + +footer a, footer a:hover { + color: #fff; +} + +.markdown.desc { + max-width: 700px; +} + +.markdown h1 { + font-size: 24px; + margin-bottom: 8px; +} + +.markdown h2 { + font-size: 20px; + margin-top: 24px; + margin-bottom: 8px; +} + +.markdown h3 { + font-size: 18px; + margin-bottom: 8px; + color: var(--main-text-color); +} + +.markdown h4 { + font-size: 16px; + margin-bottom: 0; +} + +.markdown li p { + margin: 0; +} + +table { + margin-bottom: 1em; +} + +table, +th, +td { + border: 1px solid lightgrey; + border-collapse: collapse; +} + +th, +td { + padding: 8px; +} + +.gt-separated { + list-style: none; + padding: 0; + margin: 0; +} + +.gt-separated li { + display: inline-block; +} + +.gt-separated li:before { + background-image: url("data:image/svg+xml;utf8,"); + background-position: center; + content: "\00a0"; + margin: 0 6px 0 4px; + padding: 0 3px 0 0; +} + +.gt-separated.dark li:before { + background-image: url("data:image/svg+xml;utf8,"); +} + +.gt-separated li:first-child:before { + background-image: none; + content: ""; + margin: 0; + padding: 0; +} + +.multi-line-signature { + font-size: 17px; + color: #727272; +} + +.multi-line-signature .parameter { + margin-left: 24px; + display: block; +} + +.breadcrumbs { + padding: 0; + margin: 8px 0 8px 0; + white-space: nowrap; + line-height: 1; +} + +@media screen and (min-width: 840px) { + nav ol.breadcrumbs { + float: left; + } +} + +@media screen and (max-width: 840px) { + .breadcrumbs { + margin: 0 0 24px 0; + overflow-x: hidden; + } +} + +.breadcrumbs .gt-separated .dark .hidden-xs li+li:before { + color: var(--main-h-text); +} + +ol.breadcrumbs li a { + color: var(--main-hyperlinks-color); +} + +.self-crumb { + color: var(--main-h-text); +} + +.self-name { + color: #555; + display: none; +} + +.annotation-list { + list-style: none; + padding: 0; + display: inline; +} + +.comma-separated { + list-style: none; + padding: 0; + display: inline; +} + +.comma-separated li { + display: inline; +} + +.comma-separated li:after { + content: ", "; +} + +.comma-separated li:last-child:after { + content: ""; +} + +.end-with-period li:last-child:after { + content: "."; +} + +.container > section:first-child { + border: 0; +} + +.constructor-modifier { + font-style: italic; +} + +section.multi-line-signature div.parameters { + margin-left: 24px; +} + +/* sidebar styles */ + +.sidebar ol { + list-style: none; + line-height: 22px; + margin-top: 0; + margin-bottom: 0; + padding: 0 0 15px 0; +} + +.sidebar h5 a, +.sidebar h5 a:hover { + color: var(--main-sidebar-color); +} + +.sidebar h5, +.sidebar ol li { + text-overflow: ellipsis; + overflow: hidden; + padding: 3px 0 3px 3px; +} + +.sidebar h5 { + color: var(--main-sidebar-color); + font-size: 18px; + margin: 0 0 22px 0; + padding-top: 0; +} + +.sidebar ol li.section-title { + font-size: 18px; + font-weight: normal; + text-transform: uppercase; + padding-top: 25px; +} + +.sidebar ol li.section-subtitle a { + color: inherit; +} + +.sidebar ol li.section-subtitle { + font-weight: 400; + text-transform: uppercase; +} + +.sidebar ol li.section-subitem { + margin-left: 12px; +} + +.sidebar ol li:first-child { + padding-top: 3px; + margin-top: 0; +} + +button { + padding: 0; +} + +#sidenav-left-toggle { + display: none; + vertical-align: text-bottom; + padding: 0; + color: var(--main-icon-color); + user-select: none; + cursor: pointer; +} + +/* left-nav disappears, and can transition in from the left */ +@media screen and (max-width:840px) { + #sidenav-left-toggle { + display: inline; + width: 24px; + height: 24px; + border: none; + margin-right: 24px; + margin-left: 24px; + font-size: 24px; + } + + #overlay-under-drawer.active { + opacity: 0.4; + height: 100%; + z-index: 1999; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: black; + display: block; + } + + .sidebar-offcanvas-left { + left: -100%; + position: fixed; + -webkit-transition:all .25s ease-out; + -o-transition:all .25s ease-out; + transition:all .25s ease-out; + z-index: 2000; + top: 0; + width: 280px; /* works all the way down to an iphone 4 */ + height: 90%; + background-color: var(--main-bg-color); + overflow-y: scroll; /* TODO: how to hide scroll bars? */ + padding: 10px; + margin: 10px 10px; + box-shadow: 5px 5px 5px 5px #444444; + } + + ol#sidebar-nav { + font-size: 18px; + white-space: pre-line; + } + + .sidebar-offcanvas-left.active { + left: 0; /* this animates our drawer into the page */ + } + + .self-name { + display: inline-block; + color: var(--main-hyperlinks-color); + } +} + +.sidebar-offcanvas-left h5 { + margin-bottom: 10px; +} + +.sidebar-offcanvas-left h5:last-of-type { + border: 0; + margin-bottom: 25px; +} + +/* the right nav disappears out of view when the window shrinks */ +@media screen and (max-width: 992px) { + .sidebar-offcanvas-right { + display: none; + } +} + +#overlay-under-drawer { + display: none; +} + +/* find-as-you-type search box */ + +.form-control { + border-radius: 0; + border: 0; +} + +@media screen and (max-width: 840px) { + form.search { + display: none; + } +} + +.typeahead { + width: 200px; + padding: 2px 7px 1px 7px; + line-height: 20px; + outline: none; +} + +.tt-wrapper { + position: relative; + display: inline-block; +} + +.tt-input { + position: relative; + vertical-align: top; +} + +.navbar-right .tt-menu { + right: 0; + left: inherit !important; + width: 540px; + max-height: 280px; + overflow-y: scroll; +} + +.navbar-right { + padding-right: 60px; +} + +.tt-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 100; + font-size: 14px; + margin: 0; + background-color: var(--main-bg-color); + border: 1px solid var(--main-header-color); + -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); + -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); + box-shadow: 0 5px 10px rgba(0,0,0,.2); +} + + +.typeahead { + padding: 17px 17px 17px 50px; + width: 422px; + height: 20px; + font-size: 13px; + background-image: url("./search.svg"); + background-repeat: no-repeat; + background-position: 4%; + outline: 0; + background-size: 20px; + filter: var(--main-number-filter); + -webkit-filter: var(--main-number-filter); +} + +.search-summary { + margin-bottom: 10px; +} + +a.tt-container { + font-size: 16px; + color: var(--main-hyperlinks-color); +} + +.enter-search-message { + position: -webkit-sticky; + position: sticky; + top: 0; + background-color: #AAA; + padding: 0; + font-size: 14px; + margin: 0; + clear: both; + text-align: center; + color: black; +} + +.tt-suggestion:hover { + cursor: pointer; + color: #fff; + background-color: #0097cf; +} + +.tt-suggestion:hover .search-from-lib { + color: #ddd; +} + +.tt-suggestion.tt-cursor { + color: #fff; + background-color: #0097cf; +} + +.tt-suggestion.tt-cursor .search-from-lib { + color: #ddd; +} + +.tt-suggestion p { + margin: 0; +} + +.tt-container { + font-size: 14px; + margin-bottom: 0; + margin-top: 15px; +} + +.tt-container-text { + color: var(--main-text-color); +} + + +/* Search results formatting for mini results below search bar. */ + +.tt-search-results .tt-container { + margin-top: 5px; + margin-bottom: 5px; +} + +/* Do not show the container as a section. */ +.tt-search-results .tt-container-text { + display: none +} + +/* An inline style. */ +.tt-search-results .tt-suggestion { + color: var(--main-text-color); + margin-top: 5px; + overflow: hidden; + padding-left: 10px; + padding-right: 10px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.tt-search-results .tt-suggestion-title { + font-size: 14px; + padding-right: 5px; +} + +.tt-search-results .tt-suggestion-container { + color: var(--main-keyword-color); + font-size: 14px; + font-style: italic; + padding-right: 5px; +} + +.tt-search-results .one-line-description { + color: var(--main-keyword-color); + display: inline; + margin-left: 0; +} + + +.tt-search-results .one-line-description::before { + content: open-quote; +} + +.tt-search-results .one-line-description::after { + content: close-quote; +} + +/* Search results formatting for `search.html`. */ + +/* A block style. */ +#dartdoc-main-content .tt-suggestion { + color: var(--main-text-color); + margin-top: 5px; + margin-bottom: 10px; + border-style: solid; + border-color: lightgrey; + border-width: 0.5px; +} + +#dartdoc-main-content .tt-suggestion-title { + display: block; + font-weight: 500; + margin: 4px 10px 0; +} + +#dartdoc-main-content .one-line-description { + display: block; + margin: 2px 10px 3px; +} + +/* Do not show a result's container. */ +#dartdoc-main-content .tt-suggestion-container { + display: none; +} + +@media screen and (max-width: 840px) { + .typeahead { + padding: 17px 17px 17px 33px; + width: 240px; + height: 17px; + border: 1px solid #f5f5f5; + background-position: 3%; + margin: 10px 10px 10px 9px; + } + + header { + padding-left: 0; + } +} + +@media screen and (max-width: 320px) { + #sidenav-left-toggle { + margin-right: 10px; + margin-left: 20px; + } + + .self-name { + margin-right: 10px; + } +} + +::placeholder { + filter: brightness(0.85); +} + +.search-body { + border: 1px solid #7f7f7f; + max-width: 400px; + box-shadow: 3px 3px 5px rgba(0,0,0,0.1); +} + +section#setter { + border-top: 1px solid #ddd; + padding-top: 36px; +} + +li.inherited a { + opacity: 0.65; + font-style: italic; +} + +#instance-methods dt.inherited .name, +#instance-properties dt.inherited .name, +#operators dt.inherited .name { + font-weight: 400; + font-style: italic; +} + +#instance-methods dt.inherited .signature, +#instance-properties dt.inherited .signature, +#operators dt.inherited .signature { + font-weight: 400; +} + +@media print { + .subnav, .sidebar { + display: none; + } + + a[href]:after { + content: "" !important; + } +} \ No newline at end of file diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a3123a8..fc968b5 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,9 +4,7 @@ version: 1.0.0 publish_to: none environment: - # https://github.com/invertase/dart_edge/issues/50 - # Tested with 3.0.6, but others should work too - sdk: '>=3.0.0 <3.1.0' + sdk: ^3.0.0 dependencies: deno_postgres_interop: diff --git a/pubspec.yaml b/pubspec.yaml index faeb884..071e64b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: deno_postgres_interop description: An interop for js package deno-postgres - PostgreSQL driver that can be used in deno-deploy (supabase edge functions). -version: 0.0.1 +version: 0.0.3 repository: https://github.com/solid-software/deno_postgres_interop environment: From 48be93e043fdb0047efe55509a3534c7ac313c9d Mon Sep 17 00:00:00 2001 From: danylo-safonov-solid Date: Fri, 22 Sep 2023 19:34:23 +0300 Subject: [PATCH 3/4] fix --- doc/api/__404error.html | 112 - doc/api/categories.json | 1 - .../Client-class-sidebar.html | 26 - .../deno_postgres_interop/Client-class.html | 276 - .../Client/Client.config.html | 128 - .../Client/Client.empty.html | 126 - .../deno_postgres_interop/Client/Client.html | 127 - .../ClientConfiguration-class-sidebar.html | 32 - .../ClientConfiguration-class.html | 342 - .../ClientConfiguration.html | 136 - .../ClientConfiguration/applicationName.html | 134 - .../ClientConfiguration/connection.html | 134 - .../ClientConfiguration/database.html | 134 - .../ClientConfiguration/hostname.html | 134 - .../ClientConfiguration/options.html | 134 - .../ClientConfiguration/password.html | 134 - .../ClientConfiguration/port.html | 134 - .../ClientConfiguration/tls.html | 134 - .../ClientConfiguration/user.html | 134 - ...tConfigurationProps-extension-sidebar.html | 13 - .../ClientConfigurationProps.html | 151 - .../ClientConfigurationProps/hostType.html | 134 - .../ClientOptions-class-sidebar.html | 28 - .../ClientOptions-class.html | 298 - .../ClientOptions/ClientOptions.html | 138 - .../ClientOptions/applicationName.html | 134 - .../ClientOptions/database.html | 134 - .../ClientOptions/hostname.html | 134 - .../ClientOptions/password.html | 134 - .../ClientOptions/user.html | 134 - .../ClientOptionsProps-extension-sidebar.html | 19 - .../ClientOptionsProps.html | 217 - .../ClientOptionsProps/connection.html | 139 - .../ClientOptionsProps/hostType.html | 134 - .../ClientOptionsProps/optionsMap.html | 139 - .../ClientOptionsProps/optionsString.html | 139 - .../ClientOptionsProps/port.html | 139 - .../ClientOptionsProps/portString.html | 139 - .../ClientOptionsProps/tls.html | 145 - .../Column-class-sidebar.html | 29 - .../deno_postgres_interop/Column-class.html | 309 - .../deno_postgres_interop/Column/Column.html | 133 - .../Column/columnLength.html | 134 - .../deno_postgres_interop/Column/index.html | 134 - .../deno_postgres_interop/Column/name.html | 134 - .../Column/tableOid.html | 134 - .../Column/typeModifier.html | 134 - .../deno_postgres_interop/Column/typeOid.html | 134 - .../ColumnFormat-enum-sidebar.html | 30 - .../deno_postgres_interop/ColumnFormat.html | 328 - .../ColumnFormat/ColumnFormat.html | 124 - .../ColumnFormat/id.html | 127 - .../ColumnFormat/values-constant.html | 123 - .../ColumnProps-extension-sidebar.html | 13 - .../deno_postgres_interop/ColumnProps.html | 151 - .../ColumnProps/format.html | 135 - .../CommandType-enum-sidebar.html | 36 - .../deno_postgres_interop/CommandType.html | 386 -- .../CommandType/CommandType.html | 119 - .../CommandType/values-constant.html | 123 - .../Connection-class-sidebar.html | 24 - .../Connection-class.html | 254 - .../Connection/Connection.html | 129 - .../deno_postgres_interop/Connection/pid.html | 134 - .../ConnectionError-class-sidebar.html | 26 - .../ConnectionError-class.html | 271 - .../ConnectionError/ConnectionError.html | 119 - .../ConnectionError/cause.html | 134 - .../ConnectionError/message.html | 134 - .../ConnectionError/name.html | 134 - .../ConnectionOptions-class-sidebar.html | 24 - .../ConnectionOptions-class.html | 254 - .../ConnectionOptions/ConnectionOptions.html | 131 - .../ConnectionOptions/attempts.html | 134 - ...nectionOptionsProps-extension-sidebar.html | 14 - .../ConnectionOptionsProps.html | 162 - .../ConnectionOptionsProps/interval.html | 139 - .../ConnectionOptionsProps/nextInterval.html | 139 - .../ConnectionParamsError-class-sidebar.html | 26 - .../ConnectionParamsError-class.html | 271 - .../ConnectionParamsError.html | 119 - .../ConnectionParamsError/cause.html | 134 - .../ConnectionParamsError/message.html | 134 - .../ConnectionParamsError/name.html | 134 - .../ConnectionProps-extension-sidebar.html | 19 - .../ConnectionProps.html | 220 - .../ConnectionProps/end.html | 130 - .../ConnectionProps/isCarriedOverTLS.html | 134 - .../ConnectionProps/isConnected.html | 134 - .../ConnectionProps/queryArray.html | 133 - .../ConnectionProps/startup.html | 132 - .../ConnectionProps/transport.html | 134 - doc/api/deno_postgres_interop/EncodedArg.html | 127 - .../IsolationLevel-enum-sidebar.html | 32 - .../deno_postgres_interop/IsolationLevel.html | 338 - .../IsolationLevel/IsolationLevel.html | 119 - .../IsolationLevel/values-constant.html | 123 - .../Notice-class-sidebar.html | 40 - .../deno_postgres_interop/Notice-class.html | 426 -- .../deno_postgres_interop/Notice/Notice.html | 143 - .../deno_postgres_interop/Notice/code.html | 134 - .../deno_postgres_interop/Notice/column.html | 134 - .../Notice/constraint.html | 134 - .../Notice/dataType.html | 134 - .../deno_postgres_interop/Notice/detail.html | 134 - .../deno_postgres_interop/Notice/file.html | 134 - .../deno_postgres_interop/Notice/hint.html | 134 - .../Notice/internalPosition.html | 134 - .../Notice/internalQuery.html | 134 - .../deno_postgres_interop/Notice/line.html | 134 - .../deno_postgres_interop/Notice/message.html | 134 - .../Notice/position.html | 134 - .../deno_postgres_interop/Notice/routine.html | 134 - .../deno_postgres_interop/Notice/schema.html | 134 - .../Notice/severity.html | 134 - .../deno_postgres_interop/Notice/table.html | 134 - .../deno_postgres_interop/Notice/where.html | 134 - ...artialConnectionOptions-class-sidebar.html | 28 - .../PartialConnectionOptions-class.html | 271 - .../PartialConnectionOptions.fromMap.html | 137 - .../PartialConnectionOptions.html | 131 - .../PartialConnectionOptions/asMap.html | 138 - .../PartialConnectionOptions/attempts.html | 127 - .../PartialConnectionOptions/interval.html | 128 - .../nextInterval.html | 128 - .../PartialTLSOptions-class-sidebar.html | 28 - .../PartialTLSOptions-class.html | 270 - .../PartialTLSOptions.fromMap.html | 130 - .../PartialTLSOptions/PartialTLSOptions.html | 129 - .../PartialTLSOptions/asMap.html | 136 - .../PartialTLSOptions/caCertificates.html | 127 - .../PartialTLSOptions/isEnabled.html | 127 - .../PartialTLSOptions/isEnforced.html | 127 - .../Pool-class-sidebar.html | 25 - doc/api/deno_postgres_interop/Pool-class.html | 257 - doc/api/deno_postgres_interop/Pool/Pool.html | 128 - .../Pool/Pool.withOptions.html | 138 - .../Pool/Pool.withString.html | 138 - .../PoolClient-class-sidebar.html | 25 - .../PoolClient-class.html | 275 - .../PoolClient/PoolClient.html | 129 - .../PoolClient/release.html | 130 - .../PoolProps-extension-sidebar.html | 18 - doc/api/deno_postgres_interop/PoolProps.html | 208 - .../PoolProps/connect.html | 130 - .../PoolProps/connectionsCount.html | 134 - .../deno_postgres_interop/PoolProps/end.html | 130 - .../initializedConnectionsCount.html | 131 - .../PoolProps/openConnectionsCount.html | 134 - .../PostgresError-class-sidebar.html | 27 - .../PostgresError-class.html | 282 - .../PostgresError/PostgresError.html | 119 - .../PostgresError/cause.html | 134 - .../PostgresError/fields.html | 134 - .../PostgresError/message.html | 134 - .../PostgresError/name.html | 134 - .../Query-class-sidebar.html | 27 - .../deno_postgres_interop/Query-class.html | 285 - .../Query/Query.withArgs.html | 135 - .../Query/Query.withConfig.html | 135 - doc/api/deno_postgres_interop/Query/args.html | 127 - .../deno_postgres_interop/Query/fields.html | 134 - doc/api/deno_postgres_interop/Query/text.html | 134 - .../QueryArrayResult-class-sidebar.html | 30 - .../QueryArrayResult-class.html | 332 - .../QueryArrayResult/QueryArrayResult.html | 127 - .../QueryArrayResult/rows.html | 134 - .../QueryClient-class-sidebar.html | 24 - .../QueryClient-class.html | 259 - .../QueryClient/QueryClient.html | 127 - .../QueryClient/session.html | 134 - .../QueryClientProps-extension-sidebar.html | 24 - .../QueryClientProps.html | 290 - .../QueryClientProps/closeConnection.html | 130 - .../QueryClientProps/connect.html | 130 - .../QueryClientProps/createTransaction.html | 140 - .../QueryClientProps/end.html | 130 - .../QueryClientProps/isConnected.html | 134 - .../QueryClientProps/queryArray.html | 136 - .../queryArrayWithOptions.html | 134 - .../QueryClientProps/queryObject.html | 136 - .../queryObjectWithOptions.html | 134 - .../resetSessionMetadata.html | 130 - .../QueryClientProps/transaction.html | 148 - .../QueryObjectResult-class-sidebar.html | 30 - .../QueryObjectResult-class.html | 333 - .../QueryObjectResult/QueryObjectResult.html | 127 - .../QueryObjectResult/columns.html | 134 - ...ryObjectResultProps-extension-sidebar.html | 13 - .../QueryObjectResultProps.html | 151 - .../QueryObjectResultProps/rows.html | 139 - .../QueryProps-extension-sidebar.html | 14 - doc/api/deno_postgres_interop/QueryProps.html | 162 - .../QueryProps/isCamelCase.html | 134 - .../QueryProps/resultType.html | 135 - .../QueryResult-class-sidebar.html | 29 - .../QueryResult-class.html | 318 - .../QueryResult/QueryResult.html | 127 - .../QueryResult/handleCommandComplete.html | 131 - .../QueryResult/loadColumnDescriptions.html | 131 - .../QueryResult/query.html | 134 - .../QueryResult/rowCount.html | 134 - .../QueryResult/rowDescription.html | 134 - .../QueryResult/warnings.html | 134 - .../QueryResultProps-extension-sidebar.html | 15 - .../QueryResultProps.html | 171 - .../QueryResultProps/command.html | 136 - .../QueryResultProps/insertRow.html | 131 - .../ResultType-enum-sidebar.html | 29 - doc/api/deno_postgres_interop/ResultType.html | 308 - .../ResultType/ResultType.html | 119 - .../ResultType/values-constant.html | 123 - .../RowDescription-class-sidebar.html | 25 - .../RowDescription-class.html | 261 - .../RowDescription/RowDescription.html | 128 - .../RowDescription/columnCount.html | 134 - .../RowDescription/columns.html | 134 - .../Savepoint-class-sidebar.html | 23 - .../Savepoint-class.html | 243 - .../Savepoint/Savepoint.html | 133 - .../SavepointProps-extension-sidebar.html | 16 - .../deno_postgres_interop/SavepointProps.html | 184 - .../SavepointProps/instancesCount.html | 134 - .../SavepointProps/release.html | 130 - .../SavepointProps/update.html | 130 - .../Session-class-sidebar.html | 25 - .../deno_postgres_interop/Session-class.html | 264 - .../Session/Session.html | 119 - .../deno_postgres_interop/Session/pid.html | 134 - .../deno_postgres_interop/Session/tls.html | 134 - .../SessionProps-extension-sidebar.html | 14 - .../deno_postgres_interop/SessionProps.html | 162 - .../SessionProps/currentTransacton.html | 134 - .../SessionProps/transport.html | 138 - .../TLSOptions-class-sidebar.html | 24 - .../TLSOptions-class.html | 254 - .../TLSOptions/TLSOptions.html | 129 - .../TLSOptions/caCertificates.html | 134 - .../TLSOptionsProps-extension-sidebar.html | 14 - .../TLSOptionsProps.html | 162 - .../TLSOptionsProps/isEnabled.html | 134 - .../TLSOptionsProps/isEnforced.html | 134 - .../Transaction-class-sidebar.html | 25 - .../Transaction-class.html | 267 - .../Transaction/Transaction.html | 135 - .../Transaction/getSavepoint.html | 131 - .../Transaction/savepoints.html | 134 - .../TransactionError-class-sidebar.html | 26 - .../TransactionError-class.html | 272 - .../TransactionError/TransactionError.html | 119 - .../TransactionError/cause.html | 135 - .../TransactionError/message.html | 134 - .../TransactionError/name.html | 134 - .../TransactionOptions-class-sidebar.html | 24 - .../TransactionOptions-class.html | 254 - .../TransactionOptions.html | 129 - .../TransactionOptions/snapshot.html | 134 - ...sactionOptionsProps-extension-sidebar.html | 14 - .../TransactionOptionsProps.html | 162 - .../TransactionOptionsProps/isReadOnly.html | 134 - .../isolationLevel.html | 138 - .../TransactionProps-extension-sidebar.html | 26 - .../TransactionProps.html | 312 - .../TransactionProps/begin.html | 130 - .../TransactionProps/commit.html | 137 - .../TransactionProps/createSavepoint.html | 132 - .../getActiveSavepointsNames.html | 131 - .../TransactionProps/isolationLevel.html | 135 - .../TransactionProps/queryArray.html | 136 - .../queryArrayWithOptions.html | 134 - .../TransactionProps/queryObject.html | 136 - .../queryObjectWithOptions.html | 134 - .../TransactionProps/rollback.html | 135 - .../TransactionProps/rollbackByName.html | 132 - .../TransactionProps/rollbackWithChain.html | 136 - .../TransactionProps/snapshot.html | 134 - .../Transport-enum-sidebar.html | 31 - doc/api/deno_postgres_interop/Transport.html | 326 - .../Transport/Transport.html | 119 - .../Transport/values-constant.html | 123 - ...deno_postgres_interop-library-sidebar.html | 61 - .../deno_postgres_interop-library.html | 552 -- doc/api/index.html | 161 - doc/api/index.json | 1 - doc/api/search.html | 102 - doc/api/static-assets/docs.dart.js | 6152 ----------------- doc/api/static-assets/docs.dart.js.map | 16 - doc/api/static-assets/favicon.png | Bin 1767 -> 0 bytes doc/api/static-assets/github.css | 99 - doc/api/static-assets/highlight.pack.js | 780 --- doc/api/static-assets/play_button.svg | 1 - doc/api/static-assets/readme.md | 22 - doc/api/static-assets/search.svg | 1 - doc/api/static-assets/styles.css | 1200 ---- 294 files changed, 46944 deletions(-) delete mode 100644 doc/api/__404error.html delete mode 100644 doc/api/categories.json delete mode 100644 doc/api/deno_postgres_interop/Client-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Client-class.html delete mode 100644 doc/api/deno_postgres_interop/Client/Client.config.html delete mode 100644 doc/api/deno_postgres_interop/Client/Client.empty.html delete mode 100644 doc/api/deno_postgres_interop/Client/Client.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration-class.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/connection.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/database.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/hostname.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/options.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/password.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/port.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/tls.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfiguration/user.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfigurationProps.html delete mode 100644 doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions-class.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions/applicationName.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions/database.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions/hostname.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions/password.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptions/user.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/connection.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/port.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/portString.html delete mode 100644 doc/api/deno_postgres_interop/ClientOptionsProps/tls.html delete mode 100644 doc/api/deno_postgres_interop/Column-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Column-class.html delete mode 100644 doc/api/deno_postgres_interop/Column/Column.html delete mode 100644 doc/api/deno_postgres_interop/Column/columnLength.html delete mode 100644 doc/api/deno_postgres_interop/Column/index.html delete mode 100644 doc/api/deno_postgres_interop/Column/name.html delete mode 100644 doc/api/deno_postgres_interop/Column/tableOid.html delete mode 100644 doc/api/deno_postgres_interop/Column/typeModifier.html delete mode 100644 doc/api/deno_postgres_interop/Column/typeOid.html delete mode 100644 doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ColumnFormat.html delete mode 100644 doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html delete mode 100644 doc/api/deno_postgres_interop/ColumnFormat/id.html delete mode 100644 doc/api/deno_postgres_interop/ColumnFormat/values-constant.html delete mode 100644 doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ColumnProps.html delete mode 100644 doc/api/deno_postgres_interop/ColumnProps/format.html delete mode 100644 doc/api/deno_postgres_interop/CommandType-enum-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/CommandType.html delete mode 100644 doc/api/deno_postgres_interop/CommandType/CommandType.html delete mode 100644 doc/api/deno_postgres_interop/CommandType/values-constant.html delete mode 100644 doc/api/deno_postgres_interop/Connection-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Connection-class.html delete mode 100644 doc/api/deno_postgres_interop/Connection/Connection.html delete mode 100644 doc/api/deno_postgres_interop/Connection/pid.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionError-class.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionError/cause.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionError/message.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionError/name.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptions-class.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptions/attempts.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError-class.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/cause.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/message.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionParamsError/name.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps/end.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps/isConnected.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps/queryArray.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps/startup.html delete mode 100644 doc/api/deno_postgres_interop/ConnectionProps/transport.html delete mode 100644 doc/api/deno_postgres_interop/EncodedArg.html delete mode 100644 doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/IsolationLevel.html delete mode 100644 doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html delete mode 100644 doc/api/deno_postgres_interop/IsolationLevel/values-constant.html delete mode 100644 doc/api/deno_postgres_interop/Notice-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Notice-class.html delete mode 100644 doc/api/deno_postgres_interop/Notice/Notice.html delete mode 100644 doc/api/deno_postgres_interop/Notice/code.html delete mode 100644 doc/api/deno_postgres_interop/Notice/column.html delete mode 100644 doc/api/deno_postgres_interop/Notice/constraint.html delete mode 100644 doc/api/deno_postgres_interop/Notice/dataType.html delete mode 100644 doc/api/deno_postgres_interop/Notice/detail.html delete mode 100644 doc/api/deno_postgres_interop/Notice/file.html delete mode 100644 doc/api/deno_postgres_interop/Notice/hint.html delete mode 100644 doc/api/deno_postgres_interop/Notice/internalPosition.html delete mode 100644 doc/api/deno_postgres_interop/Notice/internalQuery.html delete mode 100644 doc/api/deno_postgres_interop/Notice/line.html delete mode 100644 doc/api/deno_postgres_interop/Notice/message.html delete mode 100644 doc/api/deno_postgres_interop/Notice/position.html delete mode 100644 doc/api/deno_postgres_interop/Notice/routine.html delete mode 100644 doc/api/deno_postgres_interop/Notice/schema.html delete mode 100644 doc/api/deno_postgres_interop/Notice/severity.html delete mode 100644 doc/api/deno_postgres_interop/Notice/table.html delete mode 100644 doc/api/deno_postgres_interop/Notice/where.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions-class.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html delete mode 100644 doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions-class.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html delete mode 100644 doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html delete mode 100644 doc/api/deno_postgres_interop/Pool-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Pool-class.html delete mode 100644 doc/api/deno_postgres_interop/Pool/Pool.html delete mode 100644 doc/api/deno_postgres_interop/Pool/Pool.withOptions.html delete mode 100644 doc/api/deno_postgres_interop/Pool/Pool.withString.html delete mode 100644 doc/api/deno_postgres_interop/PoolClient-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/PoolClient-class.html delete mode 100644 doc/api/deno_postgres_interop/PoolClient/PoolClient.html delete mode 100644 doc/api/deno_postgres_interop/PoolClient/release.html delete mode 100644 doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/PoolProps.html delete mode 100644 doc/api/deno_postgres_interop/PoolProps/connect.html delete mode 100644 doc/api/deno_postgres_interop/PoolProps/connectionsCount.html delete mode 100644 doc/api/deno_postgres_interop/PoolProps/end.html delete mode 100644 doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html delete mode 100644 doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html delete mode 100644 doc/api/deno_postgres_interop/PostgresError-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/PostgresError-class.html delete mode 100644 doc/api/deno_postgres_interop/PostgresError/PostgresError.html delete mode 100644 doc/api/deno_postgres_interop/PostgresError/cause.html delete mode 100644 doc/api/deno_postgres_interop/PostgresError/fields.html delete mode 100644 doc/api/deno_postgres_interop/PostgresError/message.html delete mode 100644 doc/api/deno_postgres_interop/PostgresError/name.html delete mode 100644 doc/api/deno_postgres_interop/Query-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Query-class.html delete mode 100644 doc/api/deno_postgres_interop/Query/Query.withArgs.html delete mode 100644 doc/api/deno_postgres_interop/Query/Query.withConfig.html delete mode 100644 doc/api/deno_postgres_interop/Query/args.html delete mode 100644 doc/api/deno_postgres_interop/Query/fields.html delete mode 100644 doc/api/deno_postgres_interop/Query/text.html delete mode 100644 doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryArrayResult-class.html delete mode 100644 doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html delete mode 100644 doc/api/deno_postgres_interop/QueryArrayResult/rows.html delete mode 100644 doc/api/deno_postgres_interop/QueryClient-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryClient-class.html delete mode 100644 doc/api/deno_postgres_interop/QueryClient/QueryClient.html delete mode 100644 doc/api/deno_postgres_interop/QueryClient/session.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/connect.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/end.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/isConnected.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryArray.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryObject.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html delete mode 100644 doc/api/deno_postgres_interop/QueryClientProps/transaction.html delete mode 100644 doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryObjectResult-class.html delete mode 100644 doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html delete mode 100644 doc/api/deno_postgres_interop/QueryObjectResult/columns.html delete mode 100644 doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryObjectResultProps.html delete mode 100644 doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html delete mode 100644 doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryProps.html delete mode 100644 doc/api/deno_postgres_interop/QueryProps/isCamelCase.html delete mode 100644 doc/api/deno_postgres_interop/QueryProps/resultType.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult-class.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult/QueryResult.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult/query.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult/rowCount.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult/rowDescription.html delete mode 100644 doc/api/deno_postgres_interop/QueryResult/warnings.html delete mode 100644 doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/QueryResultProps.html delete mode 100644 doc/api/deno_postgres_interop/QueryResultProps/command.html delete mode 100644 doc/api/deno_postgres_interop/QueryResultProps/insertRow.html delete mode 100644 doc/api/deno_postgres_interop/ResultType-enum-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/ResultType.html delete mode 100644 doc/api/deno_postgres_interop/ResultType/ResultType.html delete mode 100644 doc/api/deno_postgres_interop/ResultType/values-constant.html delete mode 100644 doc/api/deno_postgres_interop/RowDescription-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/RowDescription-class.html delete mode 100644 doc/api/deno_postgres_interop/RowDescription/RowDescription.html delete mode 100644 doc/api/deno_postgres_interop/RowDescription/columnCount.html delete mode 100644 doc/api/deno_postgres_interop/RowDescription/columns.html delete mode 100644 doc/api/deno_postgres_interop/Savepoint-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Savepoint-class.html delete mode 100644 doc/api/deno_postgres_interop/Savepoint/Savepoint.html delete mode 100644 doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/SavepointProps.html delete mode 100644 doc/api/deno_postgres_interop/SavepointProps/instancesCount.html delete mode 100644 doc/api/deno_postgres_interop/SavepointProps/release.html delete mode 100644 doc/api/deno_postgres_interop/SavepointProps/update.html delete mode 100644 doc/api/deno_postgres_interop/Session-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Session-class.html delete mode 100644 doc/api/deno_postgres_interop/Session/Session.html delete mode 100644 doc/api/deno_postgres_interop/Session/pid.html delete mode 100644 doc/api/deno_postgres_interop/Session/tls.html delete mode 100644 doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/SessionProps.html delete mode 100644 doc/api/deno_postgres_interop/SessionProps/currentTransacton.html delete mode 100644 doc/api/deno_postgres_interop/SessionProps/transport.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptions-class.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptions/caCertificates.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html delete mode 100644 doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html delete mode 100644 doc/api/deno_postgres_interop/Transaction-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Transaction-class.html delete mode 100644 doc/api/deno_postgres_interop/Transaction/Transaction.html delete mode 100644 doc/api/deno_postgres_interop/Transaction/getSavepoint.html delete mode 100644 doc/api/deno_postgres_interop/Transaction/savepoints.html delete mode 100644 doc/api/deno_postgres_interop/TransactionError-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/TransactionError-class.html delete mode 100644 doc/api/deno_postgres_interop/TransactionError/TransactionError.html delete mode 100644 doc/api/deno_postgres_interop/TransactionError/cause.html delete mode 100644 doc/api/deno_postgres_interop/TransactionError/message.html delete mode 100644 doc/api/deno_postgres_interop/TransactionError/name.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptions-class.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptions/snapshot.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html delete mode 100644 doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/begin.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/commit.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryArray.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryObject.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/rollback.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html delete mode 100644 doc/api/deno_postgres_interop/TransactionProps/snapshot.html delete mode 100644 doc/api/deno_postgres_interop/Transport-enum-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/Transport.html delete mode 100644 doc/api/deno_postgres_interop/Transport/Transport.html delete mode 100644 doc/api/deno_postgres_interop/Transport/values-constant.html delete mode 100644 doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html delete mode 100644 doc/api/deno_postgres_interop/deno_postgres_interop-library.html delete mode 100644 doc/api/index.html delete mode 100644 doc/api/index.json delete mode 100644 doc/api/search.html delete mode 100644 doc/api/static-assets/docs.dart.js delete mode 100644 doc/api/static-assets/docs.dart.js.map delete mode 100644 doc/api/static-assets/favicon.png delete mode 100644 doc/api/static-assets/github.css delete mode 100644 doc/api/static-assets/highlight.pack.js delete mode 100644 doc/api/static-assets/play_button.svg delete mode 100644 doc/api/static-assets/readme.md delete mode 100644 doc/api/static-assets/search.svg delete mode 100644 doc/api/static-assets/styles.css diff --git a/doc/api/__404error.html b/doc/api/__404error.html deleted file mode 100644 index 157842c..0000000 --- a/doc/api/__404error.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - deno_postgres_interop - Dart API docs - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      deno_postgres_interop
      - -
      - -
      -
      -
      - -
      -

      404: Something's gone wrong :-(

      - -
      -

      You've tried to visit a page that doesn't exist. Luckily this site - has other pages.

      -

      If you were looking for something specific, try searching: -

      -

      - -
      -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/categories.json b/doc/api/categories.json deleted file mode 100644 index fe51488..0000000 --- a/doc/api/categories.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/doc/api/deno_postgres_interop/Client-class-sidebar.html b/doc/api/deno_postgres_interop/Client-class-sidebar.html deleted file mode 100644 index c956f1f..0000000 --- a/doc/api/deno_postgres_interop/Client-class-sidebar.html +++ /dev/null @@ -1,26 +0,0 @@ -
        - -
      1. Constructors
      2. -
      3. Client
      4. -
      5. config
      6. -
      7. empty
      8. - - -
      9. - Properties -
      10. -
      11. hashCode
      12. -
      13. runtimeType
      14. -
      15. session
      16. - -
      17. Methods
      18. -
      19. noSuchMethod
      20. -
      21. toString
      22. - -
      23. Operators
      24. -
      25. operator ==
      26. - - - - -
      diff --git a/doc/api/deno_postgres_interop/Client-class.html b/doc/api/deno_postgres_interop/Client-class.html deleted file mode 100644 index f9d7ae9..0000000 --- a/doc/api/deno_postgres_interop/Client-class.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - - - Client class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Client
      - -
      - -
      -
      -
      - -
      -
      -

      Client class - -

      - - -
      -

      deno-postgres@v0.17.0/Client.

      -
      - - -
      -
      - -
      Inheritance
      -
      - -
      - - - - - -
      Available Extensions
      -
      - - -
      Annotations
      -
      -
        -
      • @JS()
      • -
      -
      - - -
      -
      - - -
      -

      Constructors

      - -
      -
      - Client(String dbUrl) -
      -
      - deno-postgres@v0.17.0/Client/constructor. -
      factory
      -
      -
      - Client.config(ClientOptions config) -
      -
      - deno-postgres@v0.17.0/Client/constructor. -
      factory
      -
      -
      - Client.empty() -
      -
      - deno-postgres@v0.17.0/Client/constructor. -
      factory
      -
      -
      -
      - -
      -

      Properties

      - -
      -
      - hashCode - int - -
      -
      - The hash code for this object. -
      read-onlyinherited
      - -
      - -
      - runtimeType - Type - -
      -
      - A representation of the runtime type of the object. -
      read-onlyinherited
      - -
      - -
      - session - Session - -
      -
      - deno-postgres@v0.17.0/QueryClient/session. -
      read-onlyinherited
      - -
      - -
      -
      - - -
      -

      Methods

      -
      -
      - noSuchMethod(Invocation invocation) - → dynamic - - - -
      -
      - Invoked when a nonexistent method or property is accessed. -
      inherited
      - -
      - -
      - toString() - String - - - -
      -
      - A string representation of this object. -
      inherited
      - -
      - -
      -
      - -
      -

      Operators

      -
      -
      - operator ==(Object other) - bool - - - -
      -
      - The equality operator. -
      inherited
      - -
      - -
      -
      - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Client/Client.config.html b/doc/api/deno_postgres_interop/Client/Client.config.html deleted file mode 100644 index 7a8684b..0000000 --- a/doc/api/deno_postgres_interop/Client/Client.config.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - Client.config constructor - Client - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Client.config
      - -
      - -
      -
      -
      - -
      -
      -

      Client.config constructor -

      - -
      - - Client.config(
      1. ClientOptions config
      2. -
      ) -
      - - -
      -

      deno-postgres@v0.17.0/Client/constructor.

      -
      - - - -
      -

      Implementation

      -
      factory Client.config(ClientOptions config) =>
      -    callConstructor('Client', [config]);
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Client/Client.empty.html b/doc/api/deno_postgres_interop/Client/Client.empty.html deleted file mode 100644 index feb744c..0000000 --- a/doc/api/deno_postgres_interop/Client/Client.empty.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - Client.empty constructor - Client - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Client.empty
      - -
      - -
      -
      -
      - -
      -
      -

      Client.empty constructor -

      - -
      - - Client.empty() -
      - - -
      -

      deno-postgres@v0.17.0/Client/constructor.

      -
      - - - -
      -

      Implementation

      -
      factory Client.empty() => callConstructor('Client', null);
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Client/Client.html b/doc/api/deno_postgres_interop/Client/Client.html deleted file mode 100644 index ba67cc5..0000000 --- a/doc/api/deno_postgres_interop/Client/Client.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - Client constructor - Client - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Client
      - -
      - -
      -
      -
      - -
      -
      -

      Client constructor -

      - -
      - - Client(
      1. String dbUrl
      2. -
      ) -
      - - -
      -

      deno-postgres@v0.17.0/Client/constructor.

      -
      - - - -
      -

      Implementation

      -
      external factory Client
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html b/doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html deleted file mode 100644 index e70bb53..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration-class-sidebar.html +++ /dev/null @@ -1,32 +0,0 @@ -
        - -
      1. Constructors
      2. -
      3. ClientConfiguration
      4. - - -
      5. - Properties -
      6. -
      7. applicationName
      8. -
      9. connection
      10. -
      11. database
      12. -
      13. hashCode
      14. -
      15. hostname
      16. -
      17. options
      18. -
      19. password
      20. -
      21. port
      22. -
      23. runtimeType
      24. -
      25. tls
      26. -
      27. user
      28. - -
      29. Methods
      30. -
      31. noSuchMethod
      32. -
      33. toString
      34. - -
      35. Operators
      36. -
      37. operator ==
      38. - - - - -
      diff --git a/doc/api/deno_postgres_interop/ClientConfiguration-class.html b/doc/api/deno_postgres_interop/ClientConfiguration-class.html deleted file mode 100644 index f4a46f0..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration-class.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - - - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ClientConfiguration
      - -
      - -
      -
      -
      - -
      -
      -

      ClientConfiguration class - -

      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration.

      -
      - - -
      -
      - - - - - - -
      Available Extensions
      -
      - - -
      Annotations
      -
      -
        -
      • @JS()
      • -
      -
      - - -
      -
      - - -
      -

      Constructors

      - -
      -
      - ClientConfiguration({required String applicationName, required ConnectionOptions connection, required String database, required String hostname, required String options, required int port, required TLSOptions tls, required String user, required Transport hostType, String? password}) -
      -
      - deno-postgres@v0.17.0/ClientConfiguration. -
      factory
      -
      -
      -
      - -
      -

      Properties

      - -
      -
      - applicationName - String - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/applicationName. -
      read-only
      - -
      - -
      - connection - ConnectionOptions - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/connection. -
      read-only
      - -
      - -
      - database - String - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/database. -
      read-only
      - -
      - -
      - hashCode - int - -
      -
      - The hash code for this object. -
      read-onlyinherited
      - -
      - -
      - hostname - String - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/hostname. -
      read-only
      - -
      - -
      - options - Map<String, String> - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/options. -
      read-only
      - -
      - -
      - password - String? - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/password. -
      read-only
      - -
      - -
      - port - int - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/port. -
      read-only
      - -
      - -
      - runtimeType - Type - -
      -
      - A representation of the runtime type of the object. -
      read-onlyinherited
      - -
      - -
      - tls - TLSOptions - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/tls. -
      read-only
      - -
      - -
      - user - String - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/user. -
      read-only
      - -
      - -
      -
      - - -
      -

      Methods

      -
      -
      - noSuchMethod(Invocation invocation) - → dynamic - - - -
      -
      - Invoked when a nonexistent method or property is accessed. -
      inherited
      - -
      - -
      - toString() - String - - - -
      -
      - A string representation of this object. -
      inherited
      - -
      - -
      -
      - -
      -

      Operators

      -
      -
      - operator ==(Object other) - bool - - - -
      -
      - The equality operator. -
      inherited
      - -
      - -
      -
      - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html b/doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html deleted file mode 100644 index 3f9a210..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/ClientConfiguration.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - ClientConfiguration constructor - ClientConfiguration - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ClientConfiguration
      - -
      - -
      -
      -
      - -
      -
      -

      ClientConfiguration constructor -

      - -
      - - ClientConfiguration(
      1. {required String applicationName,
      2. -
      3. required ConnectionOptions connection,
      4. -
      5. required String database,
      6. -
      7. required String hostname,
      8. -
      9. required String options,
      10. -
      11. required int port,
      12. -
      13. required TLSOptions tls,
      14. -
      15. required String user,
      16. -
      17. required Transport hostType,
      18. -
      19. String? password}
      20. -
      ) -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration.

      -
      - - - -
      -

      Implementation

      -
      factory ClientConfiguration
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html b/doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html deleted file mode 100644 index 9685ace..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/applicationName.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - applicationName property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      applicationName
      - -
      - -
      -
      -
      - -
      -
      -

      applicationName property -

      - - - -
      - -
      - - String - applicationName - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/applicationName.

      -
      - - -
      -

      Implementation

      -
      external String get applicationName;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/connection.html b/doc/api/deno_postgres_interop/ClientConfiguration/connection.html deleted file mode 100644 index 696d56e..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/connection.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - connection property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      connection
      - -
      - -
      -
      -
      - -
      -
      -

      connection property -

      - - - -
      - -
      - - ConnectionOptions - connection - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/connection.

      -
      - - -
      -

      Implementation

      -
      external ConnectionOptions get connection;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/database.html b/doc/api/deno_postgres_interop/ClientConfiguration/database.html deleted file mode 100644 index 03681f7..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/database.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - database property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      database
      - -
      - -
      -
      -
      - -
      -
      -

      database property -

      - - - -
      - -
      - - String - database - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/database.

      -
      - - -
      -

      Implementation

      -
      external String get database;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/hostname.html b/doc/api/deno_postgres_interop/ClientConfiguration/hostname.html deleted file mode 100644 index 37c0efc..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/hostname.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - hostname property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      hostname
      - -
      - -
      -
      -
      - -
      -
      -

      hostname property -

      - - - -
      - -
      - - String - hostname - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/hostname.

      -
      - - -
      -

      Implementation

      -
      external String get hostname;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/options.html b/doc/api/deno_postgres_interop/ClientConfiguration/options.html deleted file mode 100644 index 8db4ea2..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/options.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - options property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      options
      - -
      - -
      -
      -
      - -
      -
      -

      options property -

      - - - -
      - -
      - - Map<String, String> - options - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/options.

      -
      - - -
      -

      Implementation

      -
      external Map<String, String> get options;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/password.html b/doc/api/deno_postgres_interop/ClientConfiguration/password.html deleted file mode 100644 index 290af1e..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/password.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - password property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      password
      - -
      - -
      -
      -
      - -
      -
      -

      password property -

      - - - -
      - -
      - - String? - password - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/password.

      -
      - - -
      -

      Implementation

      -
      external String? get password;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/port.html b/doc/api/deno_postgres_interop/ClientConfiguration/port.html deleted file mode 100644 index b705538..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/port.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - port property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      port
      - -
      - -
      -
      -
      - -
      -
      -

      port property -

      - - - -
      - -
      - - int - port - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/port.

      -
      - - -
      -

      Implementation

      -
      external int get port;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/tls.html b/doc/api/deno_postgres_interop/ClientConfiguration/tls.html deleted file mode 100644 index 4a0c227..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/tls.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - tls property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      tls
      - -
      - -
      -
      -
      - -
      -
      -

      tls property -

      - - - -
      - -
      - - TLSOptions - tls - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/tls.

      -
      - - -
      -

      Implementation

      -
      external TLSOptions get tls;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfiguration/user.html b/doc/api/deno_postgres_interop/ClientConfiguration/user.html deleted file mode 100644 index 7e858f2..0000000 --- a/doc/api/deno_postgres_interop/ClientConfiguration/user.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - user property - ClientConfiguration class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      user
      - -
      - -
      -
      -
      - -
      -
      -

      user property -

      - - - -
      - -
      - - String - user - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/user.

      -
      - - -
      -

      Implementation

      -
      external String get user;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html deleted file mode 100644 index 7cd4cab..0000000 --- a/doc/api/deno_postgres_interop/ClientConfigurationProps-extension-sidebar.html +++ /dev/null @@ -1,13 +0,0 @@ -
        - - - - -
      1. Properties
      2. -
      3. hostType
      4. - - - - - -
      diff --git a/doc/api/deno_postgres_interop/ClientConfigurationProps.html b/doc/api/deno_postgres_interop/ClientConfigurationProps.html deleted file mode 100644 index e039a19..0000000 --- a/doc/api/deno_postgres_interop/ClientConfigurationProps.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - ClientConfigurationProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ClientConfigurationProps
      - -
      - -
      -
      -
      -
      -
      -

      ClientConfigurationProps extension - -

      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration.

      -
      - -
      -
      -
      on
      -
      - -
      -
      - - - -
      - -
      -

      Properties

      - -
      -
      - hostType - Transport - -
      -
      - deno-postgres@v0.17.0/ClientConfiguration/host_type. -
      read-only
      - -
      - -
      -
      - - - - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html b/doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html deleted file mode 100644 index 43eb924..0000000 --- a/doc/api/deno_postgres_interop/ClientConfigurationProps/hostType.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - hostType property - ClientConfigurationProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      hostType
      - -
      - -
      -
      -
      - -
      -
      -

      hostType property -

      - - - -
      - -
      - - Transport - hostType - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientConfiguration/host_type.

      -
      - - -
      -

      Implementation

      -
      Transport get hostType => Transport.parse(getProperty(this, 'host_type'));
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html b/doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html deleted file mode 100644 index 1a36abb..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions-class-sidebar.html +++ /dev/null @@ -1,28 +0,0 @@ -
        - -
      1. Constructors
      2. -
      3. ClientOptions
      4. - - -
      5. - Properties -
      6. -
      7. applicationName
      8. -
      9. database
      10. -
      11. hashCode
      12. -
      13. hostname
      14. -
      15. password
      16. -
      17. runtimeType
      18. -
      19. user
      20. - -
      21. Methods
      22. -
      23. noSuchMethod
      24. -
      25. toString
      26. - -
      27. Operators
      28. -
      29. operator ==
      30. - - - - -
      diff --git a/doc/api/deno_postgres_interop/ClientOptions-class.html b/doc/api/deno_postgres_interop/ClientOptions-class.html deleted file mode 100644 index bc51e7e..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions-class.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - - - ClientOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ClientOptions
      - -
      - -
      -
      -
      - -
      -
      -

      ClientOptions class - -

      - - -
      -

      deno-postgres@v0.17.0/ClientOptions.

      -
      - - -
      -
      - - - - - - -
      Available Extensions
      -
      - - -
      Annotations
      -
      -
        -
      • @JS()
      • -
      -
      - - -
      -
      - - -
      -

      Constructors

      - -
      -
      - ClientOptions({String? applicationName, PartialConnectionOptions? connection, String? database, String? hostname, Transport? hostType, String? optionsString, Map<String, String>? optionsMap, String? password, String? portString, int? port, PartialTLSOptions? tls, String? user}) -
      -
      - deno-postgres@v0.17.0/ClientOptions. -
      factory
      -
      -
      -
      - -
      -

      Properties

      - -
      -
      - applicationName - String? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/applicationName. -
      read-only
      - -
      - -
      - database - String? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/database. -
      read-only
      - -
      - -
      - hashCode - int - -
      -
      - The hash code for this object. -
      read-onlyinherited
      - -
      - -
      - hostname - String? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/hostname. -
      read-only
      - -
      - -
      - password - String? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/password. -
      read-only
      - -
      - -
      - runtimeType - Type - -
      -
      - A representation of the runtime type of the object. -
      read-onlyinherited
      - -
      - -
      - user - String? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/user. -
      read-only
      - -
      - -
      -
      - - -
      -

      Methods

      -
      -
      - noSuchMethod(Invocation invocation) - → dynamic - - - -
      -
      - Invoked when a nonexistent method or property is accessed. -
      inherited
      - -
      - -
      - toString() - String - - - -
      -
      - A string representation of this object. -
      inherited
      - -
      - -
      -
      - -
      -

      Operators

      -
      -
      - operator ==(Object other) - bool - - - -
      -
      - The equality operator. -
      inherited
      - -
      - -
      -
      - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html b/doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html deleted file mode 100644 index 127b88a..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions/ClientOptions.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - ClientOptions constructor - ClientOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ClientOptions
      - -
      - -
      -
      -
      - -
      -
      -

      ClientOptions constructor -

      - -
      - - ClientOptions(
      1. {String? applicationName,
      2. -
      3. PartialConnectionOptions? connection,
      4. -
      5. String? database,
      6. -
      7. String? hostname,
      8. -
      9. Transport? hostType,
      10. -
      11. String? optionsString,
      12. -
      13. Map<String, String>? optionsMap,
      14. -
      15. String? password,
      16. -
      17. String? portString,
      18. -
      19. int? port,
      20. -
      21. PartialTLSOptions? tls,
      22. -
      23. String? user}
      24. -
      ) -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions.

      -
      - - - -
      -

      Implementation

      -
      factory ClientOptions
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptions/applicationName.html b/doc/api/deno_postgres_interop/ClientOptions/applicationName.html deleted file mode 100644 index da64930..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions/applicationName.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - applicationName property - ClientOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      applicationName
      - -
      - -
      -
      -
      - -
      -
      -

      applicationName property -

      - - - -
      - -
      - - String? - applicationName - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/applicationName.

      -
      - - -
      -

      Implementation

      -
      external String? get applicationName;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptions/database.html b/doc/api/deno_postgres_interop/ClientOptions/database.html deleted file mode 100644 index 455275c..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions/database.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - database property - ClientOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      database
      - -
      - -
      -
      -
      - -
      -
      -

      database property -

      - - - -
      - -
      - - String? - database - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/database.

      -
      - - -
      -

      Implementation

      -
      external String? get database;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptions/hostname.html b/doc/api/deno_postgres_interop/ClientOptions/hostname.html deleted file mode 100644 index 2e4b1d0..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions/hostname.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - hostname property - ClientOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      hostname
      - -
      - -
      -
      -
      - -
      -
      -

      hostname property -

      - - - -
      - -
      - - String? - hostname - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/hostname.

      -
      - - -
      -

      Implementation

      -
      external String? get hostname;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptions/password.html b/doc/api/deno_postgres_interop/ClientOptions/password.html deleted file mode 100644 index 017388d..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions/password.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - password property - ClientOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      password
      - -
      - -
      -
      -
      - -
      -
      -

      password property -

      - - - -
      - -
      - - String? - password - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/password.

      -
      - - -
      -

      Implementation

      -
      external String? get password;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptions/user.html b/doc/api/deno_postgres_interop/ClientOptions/user.html deleted file mode 100644 index b0b6b21..0000000 --- a/doc/api/deno_postgres_interop/ClientOptions/user.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - user property - ClientOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      user
      - -
      - -
      -
      -
      - -
      -
      -

      user property -

      - - - -
      - -
      - - String? - user - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/user.

      -
      - - -
      -

      Implementation

      -
      external String? get user;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html deleted file mode 100644 index fc80cc7..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps-extension-sidebar.html +++ /dev/null @@ -1,19 +0,0 @@ -
        - - - - -
      1. Properties
      2. -
      3. connection
      4. -
      5. hostType
      6. -
      7. optionsMap
      8. -
      9. optionsString
      10. -
      11. port
      12. -
      13. portString
      14. -
      15. tls
      16. - - - - - -
      diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps.html b/doc/api/deno_postgres_interop/ClientOptionsProps.html deleted file mode 100644 index 5883992..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ClientOptionsProps
      - -
      - -
      -
      -
      -
      -
      -

      ClientOptionsProps extension - -

      - - -
      -

      deno-postgres@v0.17.0/ClientOptions.

      -
      - -
      -
      -
      on
      -
      - -
      -
      - - - -
      - -
      -

      Properties

      - -
      -
      - connection - PartialConnectionOptions? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/connection. -
      read-only
      - -
      - -
      - hostType - Transport - -
      -
      - deno-postgres@v0.17.0/ClientOptions/host_type. -
      read-only
      - -
      - -
      - optionsMap - Map<String, String>? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/options. -
      read-only
      - -
      - -
      - optionsString - String? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/options. -
      read-only
      - -
      - -
      - port - int? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/port. -
      read-only
      - -
      - -
      - portString - String? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/port. -
      read-only
      - -
      - -
      - tls - PartialTLSOptions? - -
      -
      - deno-postgres@v0.17.0/ClientOptions/tls. -
      read-only
      - -
      - -
      -
      - - - - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/connection.html b/doc/api/deno_postgres_interop/ClientOptionsProps/connection.html deleted file mode 100644 index a378cf5..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps/connection.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - connection property - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      connection
      - -
      - -
      -
      -
      - -
      -
      -

      connection property -

      - - - -
      - -
      - - PartialConnectionOptions? - connection - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/connection.

      -
      - - -
      -

      Implementation

      -
      PartialConnectionOptions? get connection {
      -  final map =
      -      dartify(getProperty(this, 'connection')) as Map<dynamic, dynamic>?;
      -
      -  return map == null ? null : PartialConnectionOptions.fromMap(map);
      -}
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html b/doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html deleted file mode 100644 index 5eb2f82..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps/hostType.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - hostType property - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      hostType
      - -
      - -
      -
      -
      - -
      -
      -

      hostType property -

      - - - -
      - -
      - - Transport - hostType - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/host_type.

      -
      - - -
      -

      Implementation

      -
      Transport get hostType => Transport.parse(getProperty(this, 'host_type'));
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html b/doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html deleted file mode 100644 index 84ed8d8..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps/optionsMap.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - optionsMap property - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      optionsMap
      - -
      - -
      -
      -
      - -
      -
      -

      optionsMap property -

      - - - -
      - -
      - - Map<String, String>? - optionsMap - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/options.

      -

      Either this or optionsString is null.

      -
      - - -
      -

      Implementation

      -
      Map<String, String>? get optionsMap {
      -  final prop = getProperty(this, 'options');
      -
      -  return prop is String ? null : prop as Map<String, String>;
      -}
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html b/doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html deleted file mode 100644 index 3740efc..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps/optionsString.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - optionsString property - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      optionsString
      - -
      - -
      -
      -
      - -
      -
      -

      optionsString property -

      - - - -
      - -
      - - String? - optionsString - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/options.

      -

      Either this or optionsMap is null.

      -
      - - -
      -

      Implementation

      -
      String? get optionsString {
      -  final prop = getProperty(this, 'options');
      -
      -  return prop is String ? prop : null;
      -}
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/port.html b/doc/api/deno_postgres_interop/ClientOptionsProps/port.html deleted file mode 100644 index 732603e..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps/port.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - port property - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      port
      - -
      - -
      -
      -
      - -
      -
      -

      port property -

      - - - -
      - -
      - - int? - port - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/port.

      -

      Either this or portString is null.

      -
      - - -
      -

      Implementation

      -
      int? get port {
      -  final prop = getProperty(this, 'port');
      -
      -  return prop is int ? prop : null;
      -}
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/portString.html b/doc/api/deno_postgres_interop/ClientOptionsProps/portString.html deleted file mode 100644 index dc89a7c..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps/portString.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - portString property - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      portString
      - -
      - -
      -
      -
      - -
      -
      -

      portString property -

      - - - -
      - -
      - - String? - portString - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/port.

      -

      Either this or port is null.

      -
      - - -
      -

      Implementation

      -
      String? get portString {
      -  final prop = getProperty(this, 'port');
      -
      -  return prop is String ? prop : null;
      -}
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ClientOptionsProps/tls.html b/doc/api/deno_postgres_interop/ClientOptionsProps/tls.html deleted file mode 100644 index b677926..0000000 --- a/doc/api/deno_postgres_interop/ClientOptionsProps/tls.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - tls property - ClientOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      tls
      - -
      - -
      -
      -
      - -
      -
      -

      tls property -

      - - - -
      - -
      - - PartialTLSOptions? - tls - - -
      - - -
      -

      deno-postgres@v0.17.0/ClientOptions/tls.

      -
      - - -
      -

      Implementation

      -
      PartialTLSOptions? get tls {
      -  final map =
      -      dartify(getProperty(this, 'connection')) as Map<dynamic, dynamic>?;
      -
      -  if (map == null) return null;
      -
      -  return PartialTLSOptions(
      -    caCertificates: map['caCertificates'] as List<String>?,
      -    isEnabled: map['enabled'] as bool?,
      -    isEnforced: map['enforced'] as bool?,
      -  );
      -}
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column-class-sidebar.html b/doc/api/deno_postgres_interop/Column-class-sidebar.html deleted file mode 100644 index 2669624..0000000 --- a/doc/api/deno_postgres_interop/Column-class-sidebar.html +++ /dev/null @@ -1,29 +0,0 @@ -
        - -
      1. Constructors
      2. -
      3. Column
      4. - - -
      5. - Properties -
      6. -
      7. columnLength
      8. -
      9. hashCode
      10. -
      11. index
      12. -
      13. name
      14. -
      15. runtimeType
      16. -
      17. tableOid
      18. -
      19. typeModifier
      20. -
      21. typeOid
      22. - -
      23. Methods
      24. -
      25. noSuchMethod
      26. -
      27. toString
      28. - -
      29. Operators
      30. -
      31. operator ==
      32. - - - - -
      diff --git a/doc/api/deno_postgres_interop/Column-class.html b/doc/api/deno_postgres_interop/Column-class.html deleted file mode 100644 index f856baf..0000000 --- a/doc/api/deno_postgres_interop/Column-class.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - Column class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Column
      - -
      - -
      -
      -
      - -
      -
      -

      Column class - -

      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -
      - - - - - - -
      Available Extensions
      -
      - - -
      Annotations
      -
      -
        -
      • @JS()
      • -
      -
      - - -
      -
      - - -
      -

      Constructors

      - -
      -
      - Column({required String name, required int tableOid, required int index, required int typeOid, required int columnLength, required int typeModifier, required ColumnFormat format}) -
      -
      - deno-postgres@v0.17.0/Column. -
      factory
      -
      -
      -
      - -
      -

      Properties

      - -
      -
      - columnLength - int - -
      -
      - deno-postgres@v0.17.0/Column. -
      read-only
      - -
      - -
      - hashCode - int - -
      -
      - The hash code for this object. -
      read-onlyinherited
      - -
      - -
      - index - int - -
      -
      - deno-postgres@v0.17.0/Column. -
      read-only
      - -
      - -
      - name - String - -
      -
      - deno-postgres@v0.17.0/Column. -
      read-only
      - -
      - -
      - runtimeType - Type - -
      -
      - A representation of the runtime type of the object. -
      read-onlyinherited
      - -
      - -
      - tableOid - int - -
      -
      - deno-postgres@v0.17.0/Column. -
      read-only
      - -
      - -
      - typeModifier - int - -
      -
      - deno-postgres@v0.17.0/Column. -
      read-only
      - -
      - -
      - typeOid - int - -
      -
      - deno-postgres@v0.17.0/Column. -
      read-only
      - -
      - -
      -
      - - -
      -

      Methods

      -
      -
      - noSuchMethod(Invocation invocation) - → dynamic - - - -
      -
      - Invoked when a nonexistent method or property is accessed. -
      inherited
      - -
      - -
      - toString() - String - - - -
      -
      - A string representation of this object. -
      inherited
      - -
      - -
      -
      - -
      -

      Operators

      -
      -
      - operator ==(Object other) - bool - - - -
      -
      - The equality operator. -
      inherited
      - -
      - -
      -
      - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column/Column.html b/doc/api/deno_postgres_interop/Column/Column.html deleted file mode 100644 index b90dcc2..0000000 --- a/doc/api/deno_postgres_interop/Column/Column.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - Column constructor - Column - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Column
      - -
      - -
      -
      -
      - -
      -
      -

      Column constructor -

      - -
      - - Column(
      1. {required String name,
      2. -
      3. required int tableOid,
      4. -
      5. required int index,
      6. -
      7. required int typeOid,
      8. -
      9. required int columnLength,
      10. -
      11. required int typeModifier,
      12. -
      13. required ColumnFormat format}
      14. -
      ) -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - - -
      -

      Implementation

      -
      factory Column
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column/columnLength.html b/doc/api/deno_postgres_interop/Column/columnLength.html deleted file mode 100644 index 3b88b06..0000000 --- a/doc/api/deno_postgres_interop/Column/columnLength.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - columnLength property - Column class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      columnLength
      - -
      - -
      -
      -
      - -
      -
      -

      columnLength property -

      - - - -
      - -
      - - int - columnLength - - -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -

      Implementation

      -
      external int get columnLength;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column/index.html b/doc/api/deno_postgres_interop/Column/index.html deleted file mode 100644 index 8f9fa1a..0000000 --- a/doc/api/deno_postgres_interop/Column/index.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - index property - Column class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      index
      - -
      - -
      -
      -
      - -
      -
      -

      index property -

      - - - -
      - -
      - - int - index - - -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -

      Implementation

      -
      external int get index;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column/name.html b/doc/api/deno_postgres_interop/Column/name.html deleted file mode 100644 index 2215194..0000000 --- a/doc/api/deno_postgres_interop/Column/name.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - name property - Column class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      name
      - -
      - -
      -
      -
      - -
      -
      -

      name property -

      - - - -
      - -
      - - String - name - - -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -

      Implementation

      -
      external String get name;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column/tableOid.html b/doc/api/deno_postgres_interop/Column/tableOid.html deleted file mode 100644 index e2184fa..0000000 --- a/doc/api/deno_postgres_interop/Column/tableOid.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - tableOid property - Column class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      tableOid
      - -
      - -
      -
      -
      - -
      -
      -

      tableOid property -

      - - - -
      - -
      - - int - tableOid - - -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -

      Implementation

      -
      external int get tableOid;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column/typeModifier.html b/doc/api/deno_postgres_interop/Column/typeModifier.html deleted file mode 100644 index d87b21f..0000000 --- a/doc/api/deno_postgres_interop/Column/typeModifier.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - typeModifier property - Column class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      typeModifier
      - -
      - -
      -
      -
      - -
      -
      -

      typeModifier property -

      - - - -
      - -
      - - int - typeModifier - - -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -

      Implementation

      -
      external int get typeModifier;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Column/typeOid.html b/doc/api/deno_postgres_interop/Column/typeOid.html deleted file mode 100644 index 1654656..0000000 --- a/doc/api/deno_postgres_interop/Column/typeOid.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - typeOid property - Column class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      typeOid
      - -
      - -
      -
      -
      - -
      -
      -

      typeOid property -

      - - - -
      - -
      - - int - typeOid - - -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -

      Implementation

      -
      external int get typeOid;
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html b/doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html deleted file mode 100644 index dcf727c..0000000 --- a/doc/api/deno_postgres_interop/ColumnFormat-enum-sidebar.html +++ /dev/null @@ -1,30 +0,0 @@ -
        - -
      1. Constructors
      2. -
      3. ColumnFormat
      4. - -
      5. Values
      6. -
      7. text
      8. -
      9. binary
      10. - -
      11. - Properties -
      12. -
      13. hashCode
      14. -
      15. id
      16. -
      17. index
      18. -
      19. runtimeType
      20. - -
      21. Methods
      22. -
      23. noSuchMethod
      24. -
      25. toString
      26. - -
      27. Operators
      28. -
      29. operator ==
      30. - - - - -
      31. Constants
      32. -
      33. values
      34. -
      diff --git a/doc/api/deno_postgres_interop/ColumnFormat.html b/doc/api/deno_postgres_interop/ColumnFormat.html deleted file mode 100644 index 6bac151..0000000 --- a/doc/api/deno_postgres_interop/ColumnFormat.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - ColumnFormat enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ColumnFormat
      - -
      - -
      -
      -
      - -
      -
      - -

      - ColumnFormat - enum - - -

      -
      - - -
      -

      enum Format { -TEXT = 0, -BINARY = 1, -}

      -
      - - -
      -
      - -
      Inheritance
      -
      - -
      - - - - - - -
      -
      - - -
      -

      Constructors

      - -
      -
      - ColumnFormat(int id) -
      -
      - -
      const
      -
      -
      -
      - -
      -

      Values

      - -
      -
      - text - → const ColumnFormat - - -
      -
      -

      text.

      - - -
      - ColumnFormat(0) -
      -
      - -
      - binary - → const ColumnFormat - - -
      -
      -

      binary.

      - - -
      - ColumnFormat(1) -
      -
      - -
      -
      - -
      -

      Properties

      - -
      -
      - hashCode - int - -
      -
      - The hash code for this object. -
      read-onlyinherited
      - -
      - -
      - id - int - -
      -
      - Used for interop. -
      final
      - -
      - -
      - index - int - -
      -
      - A numeric identifier for the enumerated value. -
      read-onlyinherited
      - -
      - -
      - runtimeType - Type - -
      -
      - A representation of the runtime type of the object. -
      read-onlyinherited
      - -
      - -
      -
      - - -
      -

      Methods

      -
      -
      - noSuchMethod(Invocation invocation) - → dynamic - - - -
      -
      - Invoked when a nonexistent method or property is accessed. -
      inherited
      - -
      - -
      - toString() - String - - - -
      -
      - A string representation of this object. -
      inherited
      - -
      - -
      -
      - -
      -

      Operators

      -
      -
      - operator ==(Object other) - bool - - - -
      -
      - The equality operator. -
      inherited
      - -
      - -
      -
      - - - - -
      -

      Constants

      - -
      -
      - values - → const List<ColumnFormat> - - -
      -
      - A constant List of the values in this enum, in order of their declaration. - - -
      - [text, binary] -
      -
      - -
      -
      -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html b/doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html deleted file mode 100644 index f71e9fa..0000000 --- a/doc/api/deno_postgres_interop/ColumnFormat/ColumnFormat.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - ColumnFormat constructor - ColumnFormat - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ColumnFormat
      - -
      - -
      -
      -
      - -
      -
      -

      ColumnFormat constructor -

      - -
      - const - ColumnFormat(
      1. int id
      2. -
      ) -
      - - - - - -
      -

      Implementation

      -
      const ColumnFormat
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ColumnFormat/id.html b/doc/api/deno_postgres_interop/ColumnFormat/id.html deleted file mode 100644 index 35088b6..0000000 --- a/doc/api/deno_postgres_interop/ColumnFormat/id.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - id property - ColumnFormat enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      id
      - -
      - -
      -
      -
      - -
      -
      -

      id property -

      - -
      - - int - id -
      final
      - -
      - -
      -

      Used for interop.

      -
      - - -
      -

      Implementation

      -
      final int id;
      -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ColumnFormat/values-constant.html b/doc/api/deno_postgres_interop/ColumnFormat/values-constant.html deleted file mode 100644 index 0e9ae0a..0000000 --- a/doc/api/deno_postgres_interop/ColumnFormat/values-constant.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - values constant - ColumnFormat enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      values
      - -
      - -
      -
      -
      - -
      -
      -

      values constant -

      - -
      - - List<ColumnFormat> - const values - - -
      - -
      -

      A constant List of the values in this enum, in order of their declaration.

      -
      - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html deleted file mode 100644 index 21ab214..0000000 --- a/doc/api/deno_postgres_interop/ColumnProps-extension-sidebar.html +++ /dev/null @@ -1,13 +0,0 @@ -
        - - - - -
      1. Properties
      2. -
      3. format
      4. - - - - - -
      diff --git a/doc/api/deno_postgres_interop/ColumnProps.html b/doc/api/deno_postgres_interop/ColumnProps.html deleted file mode 100644 index 6aaf493..0000000 --- a/doc/api/deno_postgres_interop/ColumnProps.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - ColumnProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      ColumnProps
      - -
      - -
      -
      -
      -
      -
      -

      ColumnProps extension - -

      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - -
      -
      -
      on
      -
      - -
      -
      - - - -
      - -
      -

      Properties

      - -
      -
      - format - ColumnFormat - -
      -
      - deno-postgres@v0.17.0/Column. -
      read-only
      - -
      - -
      -
      - - - - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ColumnProps/format.html b/doc/api/deno_postgres_interop/ColumnProps/format.html deleted file mode 100644 index d20b0d7..0000000 --- a/doc/api/deno_postgres_interop/ColumnProps/format.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - format property - ColumnProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      format
      - -
      - -
      -
      -
      - -
      -
      -

      format property -

      - - - -
      - -
      - - ColumnFormat - format - - -
      - - -
      -

      deno-postgres@v0.17.0/Column.

      -
      - - -
      -

      Implementation

      -
      ColumnFormat get format => ColumnFormat.values
      -    .firstWhere((e) => e.id == getProperty(this, 'format'));
      -
      - -
      - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/CommandType-enum-sidebar.html b/doc/api/deno_postgres_interop/CommandType-enum-sidebar.html deleted file mode 100644 index 0bf4ab6..0000000 --- a/doc/api/deno_postgres_interop/CommandType-enum-sidebar.html +++ /dev/null @@ -1,36 +0,0 @@ -
        - -
      1. Constructors
      2. -
      3. CommandType
      4. - -
      5. Values
      6. -
      7. insert
      8. -
      9. delete
      10. -
      11. update
      12. -
      13. select
      14. -
      15. move
      16. -
      17. fetch
      18. -
      19. copy
      20. - -
      21. - Properties -
      22. -
      23. hashCode
      24. -
      25. index
      26. -
      27. runtimeType
      28. - -
      29. Methods
      30. -
      31. noSuchMethod
      32. -
      33. toString
      34. - -
      35. Operators
      36. -
      37. operator ==
      38. - - - -
      39. Static methods
      40. -
      41. parse
      42. - -
      43. Constants
      44. -
      45. values
      46. -
      diff --git a/doc/api/deno_postgres_interop/CommandType.html b/doc/api/deno_postgres_interop/CommandType.html deleted file mode 100644 index d13551b..0000000 --- a/doc/api/deno_postgres_interop/CommandType.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - - - CommandType enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      CommandType
      - -
      - -
      -
      -
      - -
      -
      - -

      - CommandType - enum - - -

      -
      - - -
      -

      All sql commands.

      -
      - - -
      -
      - -
      Inheritance
      -
      - -
      - - - - - - -
      -
      - - -
      -

      Constructors

      - -
      -
      - CommandType() -
      -
      - -
      const
      -
      -
      -
      - -
      -

      Values

      - -
      -
      - insert - → const CommandType - - -
      -
      -

      insert.

      - - -
      - -
      - delete - → const CommandType - - -
      -
      -

      delete.

      - - -
      - -
      - update - → const CommandType - - -
      -
      -

      update.

      - - -
      - -
      - select - → const CommandType - - -
      -
      -

      select.

      - - -
      - -
      - move - → const CommandType - - -
      -
      -

      move.

      - - -
      - -
      - fetch - → const CommandType - - -
      -
      -

      fetch.

      - - -
      - -
      - copy - → const CommandType - - -
      -
      -

      copy.

      - - -
      - -
      -
      - -
      -

      Properties

      - -
      -
      - hashCode - int - -
      -
      - The hash code for this object. -
      read-onlyinherited
      - -
      - -
      - index - int - -
      -
      - A numeric identifier for the enumerated value. -
      read-onlyinherited
      - -
      - -
      - runtimeType - Type - -
      -
      - A representation of the runtime type of the object. -
      read-onlyinherited
      - -
      - -
      -
      - - -
      -

      Methods

      -
      -
      - noSuchMethod(Invocation invocation) - → dynamic - - - -
      -
      - Invoked when a nonexistent method or property is accessed. -
      inherited
      - -
      - -
      - toString() - String - - - -
      -
      - A string representation of this object. -
      inherited
      - -
      - -
      -
      - -
      -

      Operators

      -
      -
      - operator ==(Object other) - bool - - - -
      -
      - The equality operator. -
      inherited
      - -
      - -
      -
      - - -
      -

      Static Methods

      -
      -
      - parse(String string) - CommandType - - - -
      -
      - Parses a string containing an CommandType literal into its instance. - - -
      - -
      -
      - - -
      -

      Constants

      - -
      -
      - values - → const List<CommandType> - - -
      -
      - A constant List of the values in this enum, in order of their declaration. - - -
      - [insert, delete, update, select, move, fetch, copy] -
      -
      - -
      -
      -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/CommandType/CommandType.html b/doc/api/deno_postgres_interop/CommandType/CommandType.html deleted file mode 100644 index 641b348..0000000 --- a/doc/api/deno_postgres_interop/CommandType/CommandType.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - CommandType constructor - CommandType - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      CommandType
      - -
      - -
      -
      -
      - -
      -
      -

      CommandType constructor -

      - -
      - const - CommandType() -
      - - - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/CommandType/values-constant.html b/doc/api/deno_postgres_interop/CommandType/values-constant.html deleted file mode 100644 index e1d443b..0000000 --- a/doc/api/deno_postgres_interop/CommandType/values-constant.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - values constant - CommandType enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      values
      - -
      - -
      -
      -
      - -
      -
      -

      values constant -

      - -
      - - List<CommandType> - const values - - -
      - -
      -

      A constant List of the values in this enum, in order of their declaration.

      -
      - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Connection-class-sidebar.html b/doc/api/deno_postgres_interop/Connection-class-sidebar.html deleted file mode 100644 index cd154ea..0000000 --- a/doc/api/deno_postgres_interop/Connection-class-sidebar.html +++ /dev/null @@ -1,24 +0,0 @@ -
        - -
      1. Constructors
      2. -
      3. Connection
      4. - - -
      5. - Properties -
      6. -
      7. hashCode
      8. -
      9. pid
      10. -
      11. runtimeType
      12. - -
      13. Methods
      14. -
      15. noSuchMethod
      16. -
      17. toString
      18. - -
      19. Operators
      20. -
      21. operator ==
      22. - - - - -
      diff --git a/doc/api/deno_postgres_interop/Connection-class.html b/doc/api/deno_postgres_interop/Connection-class.html deleted file mode 100644 index 8fa5566..0000000 --- a/doc/api/deno_postgres_interop/Connection-class.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - Connection class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Connection
      - -
      - -
      -
      -
      - -
      -
      -

      Connection class - -

      - - -
      -

      deno-postgres@v0.17.0/Connection.

      -
      - - -
      -
      - - - - - - -
      Available Extensions
      -
      - - -
      Annotations
      -
      -
        -
      • @JS()
      • -
      -
      - - -
      -
      - - -
      -

      Constructors

      - -
      -
      - Connection({required ClientConfiguration connectionParams, required Future<void> disconnectionCallback()}) -
      -
      - deno-postgres@v0.17.0/Connection/constructor. -
      factory
      -
      -
      -
      - -
      -

      Properties

      - -
      -
      - hashCode - int - -
      -
      - The hash code for this object. -
      read-onlyinherited
      - -
      - -
      - pid - int - -
      -
      - deno-postgres@v0.17.0/Connection/connected. -
      read-only
      - -
      - -
      - runtimeType - Type - -
      -
      - A representation of the runtime type of the object. -
      read-onlyinherited
      - -
      - -
      -
      - - -
      -

      Methods

      -
      -
      - noSuchMethod(Invocation invocation) - → dynamic - - - -
      -
      - Invoked when a nonexistent method or property is accessed. -
      inherited
      - -
      - -
      - toString() - String - - - -
      -
      - A string representation of this object. -
      inherited
      - -
      - -
      -
      - -
      -

      Operators

      -
      -
      - operator ==(Object other) - bool - - - -
      -
      - The equality operator. -
      inherited
      - -
      - -
      -
      - - - - - -
      - - - - - -
      - -
      - - deno_postgres_interop - 0.0.1 - - - -
      - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Connection/Connection.html b/doc/api/deno_postgres_interop/Connection/Connection.html deleted file mode 100644 index 7d9ebf5..0000000 --- a/doc/api/deno_postgres_interop/Connection/Connection.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - Connection constructor - Connection - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
      - -
      - menu - -
      Connection
      - -
      - -
      -
      -
      - -
      -
      -

      Connection constructor -

      - -
      - - Connection(
      1. {required ClientConfiguration connectionParams,
      2. -
      3. required Future<void> disconnectionCallback(
          -)}
        1. -
        ) -
        - - -
        -

        deno-postgres@v0.17.0/Connection/constructor.

        -
        - - - -
        -

        Implementation

        -
        factory Connection
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Connection/pid.html b/doc/api/deno_postgres_interop/Connection/pid.html deleted file mode 100644 index e22b375..0000000 --- a/doc/api/deno_postgres_interop/Connection/pid.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - pid property - Connection class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        pid
        - -
        - -
        -
        -
        - -
        -
        -

        pid property -

        - - - -
        - -
        - - int - pid - - -
        - - -
        -

        deno-postgres@v0.17.0/Connection/connected.

        -
        - - -
        -

        Implementation

        -
        external int get pid;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html b/doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html deleted file mode 100644 index 3cc289c..0000000 --- a/doc/api/deno_postgres_interop/ConnectionError-class-sidebar.html +++ /dev/null @@ -1,26 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. ConnectionError
        4. - - -
        5. - Properties -
        6. -
        7. cause
        8. -
        9. hashCode
        10. -
        11. message
        12. -
        13. name
        14. -
        15. runtimeType
        16. - -
        17. Methods
        18. -
        19. noSuchMethod
        20. -
        21. toString
        22. - -
        23. Operators
        24. -
        25. operator ==
        26. - - - - -
        diff --git a/doc/api/deno_postgres_interop/ConnectionError-class.html b/doc/api/deno_postgres_interop/ConnectionError-class.html deleted file mode 100644 index a384453..0000000 --- a/doc/api/deno_postgres_interop/ConnectionError-class.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - ConnectionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionError
        - -
        - -
        -
        -
        - -
        -
        -

        ConnectionError class - -

        - - -
        -

        deno-postgres@v0.17.0/ConnectionError.

        -
        - - -
        -
        - - - - - - - - -
        Annotations
        -
        -
          -
        • @JS('Error')
        • -
        -
        - - -
        -
        - - -
        -

        Constructors

        - -
        -
        - ConnectionError() -
        -
        - -
        -
        -
        - -
        -

        Properties

        - -
        -
        - cause - Error? - -
        -
        - js/Error/cause. -
        read-onlyinherited
        - -
        - -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - message - String - -
        -
        - js/Error/message. -
        read-onlyinherited
        - -
        - -
        - name - String - -
        -
        - js/Error/name. -
        read-onlyinherited
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html b/doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html deleted file mode 100644 index 1b27b8d..0000000 --- a/doc/api/deno_postgres_interop/ConnectionError/ConnectionError.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - ConnectionError constructor - ConnectionError - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionError
        - -
        - -
        -
        -
        - -
        -
        -

        ConnectionError constructor -

        - -
        - - ConnectionError() -
        - - - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionError/cause.html b/doc/api/deno_postgres_interop/ConnectionError/cause.html deleted file mode 100644 index 0c98395..0000000 --- a/doc/api/deno_postgres_interop/ConnectionError/cause.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - cause property - ConnectionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        cause
        - -
        - -
        -
        -
        - -
        -
        -

        cause property -

        - - - -
        - -
        - - Error? - cause -
        inherited
        - -
        - - -
        -

        js/Error/cause.

        -
        - - -
        -

        Implementation

        -
        external Error? get cause;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionError/message.html b/doc/api/deno_postgres_interop/ConnectionError/message.html deleted file mode 100644 index 8f7d3c1..0000000 --- a/doc/api/deno_postgres_interop/ConnectionError/message.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - message property - ConnectionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        message
        - -
        - -
        -
        -
        - -
        -
        -

        message property -

        - - - -
        - -
        - - String - message -
        inherited
        - -
        - - -
        -

        js/Error/message.

        -
        - - -
        -

        Implementation

        -
        external String get message;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionError/name.html b/doc/api/deno_postgres_interop/ConnectionError/name.html deleted file mode 100644 index 52174f4..0000000 --- a/doc/api/deno_postgres_interop/ConnectionError/name.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - name property - ConnectionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        name
        - -
        - -
        -
        -
        - -
        -
        -

        name property -

        - - - -
        - -
        - - String - name -
        inherited
        - -
        - - -
        -

        js/Error/name.

        -
        - - -
        -

        Implementation

        -
        external String get name;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html b/doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html deleted file mode 100644 index c18d293..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptions-class-sidebar.html +++ /dev/null @@ -1,24 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. ConnectionOptions
        4. - - -
        5. - Properties -
        6. -
        7. attempts
        8. -
        9. hashCode
        10. -
        11. runtimeType
        12. - -
        13. Methods
        14. -
        15. noSuchMethod
        16. -
        17. toString
        18. - -
        19. Operators
        20. -
        21. operator ==
        22. - - - - -
        diff --git a/doc/api/deno_postgres_interop/ConnectionOptions-class.html b/doc/api/deno_postgres_interop/ConnectionOptions-class.html deleted file mode 100644 index 23c83cf..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptions-class.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - ConnectionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionOptions
        - -
        - -
        -
        -
        - -
        -
        -

        ConnectionOptions class - -

        - - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -
        - - -
        -
        - - - - - - -
        Available Extensions
        -
        - - -
        Annotations
        -
        -
          -
        • @JS()
        • -
        -
        - - -
        -
        - - -
        -

        Constructors

        - -
        -
        - ConnectionOptions({required int attempts, int nextInterval(int previousInterval)?, int? interval}) -
        -
        - deno-postgres@v0.17.0/ConnectionOptions. -
        factory
        -
        -
        -
        - -
        -

        Properties

        - -
        -
        - attempts - int - -
        -
        - deno-postgres@v0.17.0/ConnectionOptions. -
        read-only
        - -
        - -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html b/doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html deleted file mode 100644 index 8c04830..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptions/ConnectionOptions.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - ConnectionOptions constructor - ConnectionOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionOptions
        - -
        - -
        -
        -
        - -
        -
        -

        ConnectionOptions constructor -

        - -
        - - ConnectionOptions(
        1. {required int attempts,
        2. -
        3. int nextInterval(
          1. int previousInterval
          2. -
          -)?,
        4. -
        5. int? interval}
        6. -
        ) -
        - - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -
        - - - -
        -

        Implementation

        -
        factory ConnectionOptions
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionOptions/attempts.html b/doc/api/deno_postgres_interop/ConnectionOptions/attempts.html deleted file mode 100644 index 8fec2f7..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptions/attempts.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - attempts property - ConnectionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        attempts
        - -
        - -
        -
        -
        - -
        -
        -

        attempts property -

        - - - -
        - -
        - - int - attempts - - -
        - - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -
        - - -
        -

        Implementation

        -
        external int get attempts;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html deleted file mode 100644 index 6ff228f..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptionsProps-extension-sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ -
          - - - - -
        1. Properties
        2. -
        3. interval
        4. -
        5. nextInterval
        6. - - - - - -
        diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps.html deleted file mode 100644 index 7cb2006..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptionsProps.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - ConnectionOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionOptionsProps
        - -
        - -
        -
        -
        -
        -
        -

        ConnectionOptionsProps extension - -

        - - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -
        - -
        -
        -
        on
        -
        - -
        -
        - - - -
        - -
        -

        Properties

        - -
        -
        - interval - int? - -
        -
        - deno-postgres@v0.17.0/ConnectionOptions. -
        read-only
        - -
        - -
        - nextInterval - → (int Function(int previousInterval)?) - -
        -
        - deno-postgres@v0.17.0/ConnectionOptions. -
        read-only
        - -
        - -
        -
        - - - - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html deleted file mode 100644 index b857d94..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptionsProps/interval.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - interval property - ConnectionOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        interval
        - -
        - -
        -
        -
        - -
        -
        -

        interval property -

        - - - -
        - -
        - - int? - interval - - -
        - - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -

        Either this or nextInterval is null.

        -
        - - -
        -

        Implementation

        -
        int? get interval {
        -  final prop = getProperty(this, 'interval');
        -
        -  return prop is int ? prop : null;
        -}
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html b/doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html deleted file mode 100644 index 34038db..0000000 --- a/doc/api/deno_postgres_interop/ConnectionOptionsProps/nextInterval.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - nextInterval property - ConnectionOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        nextInterval
        - -
        - -
        -
        -
        - -
        -
        -

        nextInterval property -

        - - - -
        - -
        - - (int Function(int previousInterval)?) - nextInterval - - -
        - - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -

        Either this or interval is null.

        -
        - - -
        -

        Implementation

        -
        int Function(int previousInterval)? get nextInterval {
        -  final prop = getProperty(this, 'interval');
        -
        -  return prop is int ? null : prop as int Function(int previousInterval);
        -}
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html b/doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html deleted file mode 100644 index 1563dc1..0000000 --- a/doc/api/deno_postgres_interop/ConnectionParamsError-class-sidebar.html +++ /dev/null @@ -1,26 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. ConnectionParamsError
        4. - - -
        5. - Properties -
        6. -
        7. cause
        8. -
        9. hashCode
        10. -
        11. message
        12. -
        13. name
        14. -
        15. runtimeType
        16. - -
        17. Methods
        18. -
        19. noSuchMethod
        20. -
        21. toString
        22. - -
        23. Operators
        24. -
        25. operator ==
        26. - - - - -
        diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError-class.html b/doc/api/deno_postgres_interop/ConnectionParamsError-class.html deleted file mode 100644 index d892297..0000000 --- a/doc/api/deno_postgres_interop/ConnectionParamsError-class.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - ConnectionParamsError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionParamsError
        - -
        - -
        -
        -
        - -
        -
        -

        ConnectionParamsError class - -

        - - -
        -

        deno-postgres@v0.17.0/ConnectionParamsError.

        -
        - - -
        -
        - - - - - - - - -
        Annotations
        -
        -
          -
        • @JS('Error')
        • -
        -
        - - -
        -
        - - -
        -

        Constructors

        - -
        -
        - ConnectionParamsError() -
        -
        - -
        -
        -
        - -
        -

        Properties

        - -
        -
        - cause - Error? - -
        -
        - js/Error/cause. -
        read-onlyinherited
        - -
        - -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - message - String - -
        -
        - js/Error/message. -
        read-onlyinherited
        - -
        - -
        - name - String - -
        -
        - js/Error/name. -
        read-onlyinherited
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html b/doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html deleted file mode 100644 index 7675d5f..0000000 --- a/doc/api/deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - ConnectionParamsError constructor - ConnectionParamsError - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionParamsError
        - -
        - -
        -
        -
        - -
        -
        -

        ConnectionParamsError constructor -

        - -
        - - ConnectionParamsError() -
        - - - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/cause.html b/doc/api/deno_postgres_interop/ConnectionParamsError/cause.html deleted file mode 100644 index 18b9433..0000000 --- a/doc/api/deno_postgres_interop/ConnectionParamsError/cause.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - cause property - ConnectionParamsError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        cause
        - -
        - -
        -
        -
        - -
        -
        -

        cause property -

        - - - -
        - -
        - - Error? - cause -
        inherited
        - -
        - - -
        -

        js/Error/cause.

        -
        - - -
        -

        Implementation

        -
        external Error? get cause;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/message.html b/doc/api/deno_postgres_interop/ConnectionParamsError/message.html deleted file mode 100644 index 728b83e..0000000 --- a/doc/api/deno_postgres_interop/ConnectionParamsError/message.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - message property - ConnectionParamsError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        message
        - -
        - -
        -
        -
        - -
        -
        -

        message property -

        - - - -
        - -
        - - String - message -
        inherited
        - -
        - - -
        -

        js/Error/message.

        -
        - - -
        -

        Implementation

        -
        external String get message;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionParamsError/name.html b/doc/api/deno_postgres_interop/ConnectionParamsError/name.html deleted file mode 100644 index eb89e7e..0000000 --- a/doc/api/deno_postgres_interop/ConnectionParamsError/name.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - name property - ConnectionParamsError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        name
        - -
        - -
        -
        -
        - -
        -
        -

        name property -

        - - - -
        - -
        - - String - name -
        inherited
        - -
        - - -
        -

        js/Error/name.

        -
        - - -
        -

        Implementation

        -
        external String get name;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html b/doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html deleted file mode 100644 index 4d4fee8..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps-extension-sidebar.html +++ /dev/null @@ -1,19 +0,0 @@ -
          - - - - -
        1. Properties
        2. -
        3. isCarriedOverTLS
        4. -
        5. isConnected
        6. -
        7. transport
        8. - -
        9. Methods
        10. -
        11. end
        12. -
        13. queryArray
        14. -
        15. startup
        16. - - - - -
        diff --git a/doc/api/deno_postgres_interop/ConnectionProps.html b/doc/api/deno_postgres_interop/ConnectionProps.html deleted file mode 100644 index cd10f83..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - ConnectionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        ConnectionProps
        - -
        - -
        -
        -
        -
        -
        -

        ConnectionProps extension - -

        - - -
        -

        deno-postgres@v0.17.0/Connection.

        -
        - -
        -
        -
        on
        -
        - -
        -
        - - - -
        - -
        -

        Properties

        - -
        -
        - isCarriedOverTLS - bool - -
        -
        - deno-postgres@v0.17.0/Connection/tls. -
        read-only
        - -
        - -
        - isConnected - bool - -
        -
        - deno-postgres@v0.17.0/Connection/connected. -
        read-only
        - -
        - -
        - transport - Transport - -
        -
        - deno-postgres@v0.17.0/Connection/transport. -
        read-only
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - end() - Future<void> - - - -
        -
        - deno-postgres@v0.17.0/Connection/end. - - -
        - -
        - queryArray<T extends QueryResult>(Query query) - Future<T> - - - -
        -
        - deno-postgres@v0.17.0/Connection/query. -deno-postgres@v0.17.0/Connection/query. - - -
        - -
        - startup({required bool isReconnection}) - Future<void> - - - -
        -
        - deno-postgres@v0.17.0/Connection/startup. - - -
        - -
        -
        - - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionProps/end.html b/doc/api/deno_postgres_interop/ConnectionProps/end.html deleted file mode 100644 index 420fff3..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps/end.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - end method - ConnectionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        end
        - -
        - -
        -
        -
        - -
        -
        -

        end method -

        - -
        - - -Future<void> -end() - - - -
        - -
        -

        deno-postgres@v0.17.0/Connection/end.

        -
        - - - -
        -

        Implementation

        -
        Future<void> end() => callFutureMethod(this, 'end');
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html b/doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html deleted file mode 100644 index 0cffec6..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - isCarriedOverTLS property - ConnectionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        isCarriedOverTLS
        - -
        - -
        -
        -
        - -
        -
        -

        isCarriedOverTLS property -

        - - - -
        - -
        - - bool - isCarriedOverTLS - - -
        - - -
        -

        deno-postgres@v0.17.0/Connection/tls.

        -
        - - -
        -

        Implementation

        -
        bool get isCarriedOverTLS => getProperty(this, 'tls');
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionProps/isConnected.html b/doc/api/deno_postgres_interop/ConnectionProps/isConnected.html deleted file mode 100644 index 1f14c81..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps/isConnected.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - isConnected property - ConnectionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        isConnected
        - -
        - -
        -
        -
        - -
        -
        -

        isConnected property -

        - - - -
        - -
        - - bool - isConnected - - -
        - - -
        -

        deno-postgres@v0.17.0/Connection/connected.

        -
        - - -
        -

        Implementation

        -
        bool get isConnected => getProperty(this, 'connected');
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionProps/queryArray.html b/doc/api/deno_postgres_interop/ConnectionProps/queryArray.html deleted file mode 100644 index 286a7b3..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps/queryArray.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - queryArray method - ConnectionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        queryArray
        - -
        - -
        -
        -
        - -
        -
        -

        queryArray<T extends QueryResult> method -

        - -
        - - -Future<T> -queryArray<T extends QueryResult>(
        1. Query query
        2. -
        ) - - - -
        - -
        -

        deno-postgres@v0.17.0/Connection/query. -deno-postgres@v0.17.0/Connection/query.

        -
        - - - -
        -

        Implementation

        -
        Future<T> queryArray<T extends QueryResult>(Query query) =>
        -    callFutureMethod(this, 'query', [query]);
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionProps/startup.html b/doc/api/deno_postgres_interop/ConnectionProps/startup.html deleted file mode 100644 index a5c142f..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps/startup.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - startup method - ConnectionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        startup
        - -
        - -
        -
        -
        - -
        -
        -

        startup method -

        - -
        - - -Future<void> -startup(
        1. {required bool isReconnection}
        2. -
        ) - - - -
        - -
        -

        deno-postgres@v0.17.0/Connection/startup.

        -
        - - - -
        -

        Implementation

        -
        Future<void> startup({required bool isReconnection}) =>
        -    callFutureMethod(this, 'startup', [isReconnection]);
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ConnectionProps/transport.html b/doc/api/deno_postgres_interop/ConnectionProps/transport.html deleted file mode 100644 index bdaabad..0000000 --- a/doc/api/deno_postgres_interop/ConnectionProps/transport.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - transport property - ConnectionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        transport
        - -
        - -
        -
        -
        - -
        -
        -

        transport property -

        - - - -
        - -
        - - Transport - transport - - -
        - - -
        -

        deno-postgres@v0.17.0/Connection/transport.

        -
        - - -
        -

        Implementation

        -
        Transport get transport => Transport.parse(getProperty(this, 'transport'));
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/EncodedArg.html b/doc/api/deno_postgres_interop/EncodedArg.html deleted file mode 100644 index d5b4c13..0000000 --- a/doc/api/deno_postgres_interop/EncodedArg.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - EncodedArg typedef - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        EncodedArg
        - -
        - -
        -
        -
        - -
        -
        -

        EncodedArg typedef - -

        - -
        - - -EncodedArg = dynamic - - -
        - - -
        -

        deno-postgres@v0.17.0/EncodedArg.

        -
        - - -
        -

        Implementation

        -
        typedef EncodedArg = dynamic;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html b/doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html deleted file mode 100644 index ee27e81..0000000 --- a/doc/api/deno_postgres_interop/IsolationLevel-enum-sidebar.html +++ /dev/null @@ -1,32 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. IsolationLevel
        4. - -
        5. Values
        6. -
        7. readCommitted
        8. -
        9. repeatableRead
        10. -
        11. serializable
        12. - -
        13. - Properties -
        14. -
        15. hashCode
        16. -
        17. index
        18. -
        19. runtimeType
        20. - -
        21. Methods
        22. -
        23. noSuchMethod
        24. -
        25. toString
        26. - -
        27. Operators
        28. -
        29. operator ==
        30. - - - -
        31. Static methods
        32. -
        33. parse
        34. - -
        35. Constants
        36. -
        37. values
        38. -
        diff --git a/doc/api/deno_postgres_interop/IsolationLevel.html b/doc/api/deno_postgres_interop/IsolationLevel.html deleted file mode 100644 index fa52571..0000000 --- a/doc/api/deno_postgres_interop/IsolationLevel.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - - - IsolationLevel enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        IsolationLevel
        - -
        - -
        -
        -
        - -
        -
        - -

        - IsolationLevel - enum - - -

        -
        - - -
        -

        Transaction Isolation.

        -
        - - -
        -
        - -
        Inheritance
        -
        - -
        - - - - - - -
        -
        - - -
        -

        Constructors

        - -
        -
        - IsolationLevel() -
        -
        - -
        const
        -
        -
        -
        - -
        -

        Values

        - -
        -
        - readCommitted - → const IsolationLevel - - -
        -
        -

        Transaction Isolation/Read Committed Isolation Level.

        - - -
        - -
        - repeatableRead - → const IsolationLevel - - -
        -
        -

        Transaction Isolation/Repeatable Read Isolation Level.

        - - -
        - -
        - serializable - → const IsolationLevel - - -
        -
        -

        Transaction Isolation/Serializable Isolation Level.

        - - -
        - -
        -
        - -
        -

        Properties

        - -
        -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - index - int - -
        -
        - A numeric identifier for the enumerated value. -
        read-onlyinherited
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - -
        -

        Static Methods

        -
        -
        - parse(String string) - IsolationLevel - - - -
        -
        - Parses a string containing an IsolationLevel literal into its instance. - - -
        - -
        -
        - - -
        -

        Constants

        - -
        -
        - values - → const List<IsolationLevel> - - -
        -
        - A constant List of the values in this enum, in order of their declaration. - - -
        - [readCommitted, repeatableRead, serializable] -
        -
        - -
        -
        -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html b/doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html deleted file mode 100644 index 851b2d1..0000000 --- a/doc/api/deno_postgres_interop/IsolationLevel/IsolationLevel.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - IsolationLevel constructor - IsolationLevel - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        IsolationLevel
        - -
        - -
        -
        -
        - -
        -
        -

        IsolationLevel constructor -

        - -
        - const - IsolationLevel() -
        - - - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/IsolationLevel/values-constant.html b/doc/api/deno_postgres_interop/IsolationLevel/values-constant.html deleted file mode 100644 index 9bd6946..0000000 --- a/doc/api/deno_postgres_interop/IsolationLevel/values-constant.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - values constant - IsolationLevel enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        values
        - -
        - -
        -
        -
        - -
        -
        -

        values constant -

        - -
        - - List<IsolationLevel> - const values - - -
        - -
        -

        A constant List of the values in this enum, in order of their declaration.

        -
        - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice-class-sidebar.html b/doc/api/deno_postgres_interop/Notice-class-sidebar.html deleted file mode 100644 index 4d9a268..0000000 --- a/doc/api/deno_postgres_interop/Notice-class-sidebar.html +++ /dev/null @@ -1,40 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. Notice
        4. - - -
        5. - Properties -
        6. -
        7. code
        8. -
        9. column
        10. -
        11. constraint
        12. -
        13. dataType
        14. -
        15. detail
        16. -
        17. file
        18. -
        19. hashCode
        20. -
        21. hint
        22. -
        23. internalPosition
        24. -
        25. internalQuery
        26. -
        27. line
        28. -
        29. message
        30. -
        31. position
        32. -
        33. routine
        34. -
        35. runtimeType
        36. -
        37. schema
        38. -
        39. severity
        40. -
        41. table
        42. -
        43. where
        44. - -
        45. Methods
        46. -
        47. noSuchMethod
        48. -
        49. toString
        50. - -
        51. Operators
        52. -
        53. operator ==
        54. - - - - -
        diff --git a/doc/api/deno_postgres_interop/Notice-class.html b/doc/api/deno_postgres_interop/Notice-class.html deleted file mode 100644 index b7c4a50..0000000 --- a/doc/api/deno_postgres_interop/Notice-class.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        Notice
        - -
        - -
        -
        -
        - -
        -
        -

        Notice class - -

        - - -
        -

        deno-postgres@v0.17.0/Notice.

        -
        - - -
        -
        - - - - - - - - -
        Annotations
        -
        -
          -
        • @JS()
        • -
        -
        - - -
        -
        - - -
        -

        Constructors

        - -
        -
        - Notice({required String severity, required String code, required String message, String? detail, String? hint, String? position, String? internalPosition, String? internalQuery, String? where, String? schema, String? table, String? column, String? dataType, String? constraint, String? file, String? line, String? routine}) -
        -
        - deno-postgres@v0.17.0/Notice. -
        factory
        -
        -
        -
        - -
        -

        Properties

        - -
        -
        - code - String - -
        -
        - deno-postgres@v0.17.0/Notice/code. -
        read-only
        - -
        - -
        - column - String? - -
        -
        - deno-postgres@v0.17.0/Notice/column. -
        read-only
        - -
        - -
        - constraint - String? - -
        -
        - deno-postgres@v0.17.0/Notice/constraint. -
        read-only
        - -
        - -
        - dataType - String? - -
        -
        - deno-postgres@v0.17.0/Notice/dataType. -
        read-only
        - -
        - -
        - detail - String? - -
        -
        - deno-postgres@v0.17.0/Notice/detail. -
        read-only
        - -
        - -
        - file - String? - -
        -
        - deno-postgres@v0.17.0/Notice/file. -
        read-only
        - -
        - -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - hint - String? - -
        -
        - deno-postgres@v0.17.0/Notice/hint. -
        read-only
        - -
        - -
        - internalPosition - String? - -
        -
        - deno-postgres@v0.17.0/Notice/internalPosition. -
        read-only
        - -
        - -
        - internalQuery - String? - -
        -
        - deno-postgres@v0.17.0/Notice/internalQuery. -
        read-only
        - -
        - -
        - line - String? - -
        -
        - deno-postgres@v0.17.0/Notice/line. -
        read-only
        - -
        - -
        - message - String - -
        -
        - deno-postgres@v0.17.0/Notice/message. -
        read-only
        - -
        - -
        - position - String? - -
        -
        - deno-postgres@v0.17.0/Notice/position. -
        read-only
        - -
        - -
        - routine - String? - -
        -
        - deno-postgres@v0.17.0/Notice/routine. -
        read-only
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        - schema - String? - -
        -
        - deno-postgres@v0.17.0/Notice/schema. -
        read-only
        - -
        - -
        - severity - String - -
        -
        - deno-postgres@v0.17.0/Notice/severity. -
        read-only
        - -
        - -
        - table - String? - -
        -
        - deno-postgres@v0.17.0/Notice/table. -
        read-only
        - -
        - -
        - where - String? - -
        -
        - deno-postgres@v0.17.0/Notice/where. -
        read-only
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/Notice.html b/doc/api/deno_postgres_interop/Notice/Notice.html deleted file mode 100644 index 07fa52e..0000000 --- a/doc/api/deno_postgres_interop/Notice/Notice.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - Notice constructor - Notice - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        Notice
        - -
        - -
        -
        -
        - -
        -
        -

        Notice constructor -

        - -
        - - Notice(
        1. {required String severity,
        2. -
        3. required String code,
        4. -
        5. required String message,
        6. -
        7. String? detail,
        8. -
        9. String? hint,
        10. -
        11. String? position,
        12. -
        13. String? internalPosition,
        14. -
        15. String? internalQuery,
        16. -
        17. String? where,
        18. -
        19. String? schema,
        20. -
        21. String? table,
        22. -
        23. String? column,
        24. -
        25. String? dataType,
        26. -
        27. String? constraint,
        28. -
        29. String? file,
        30. -
        31. String? line,
        32. -
        33. String? routine}
        34. -
        ) -
        - - -
        -

        deno-postgres@v0.17.0/Notice.

        -
        - - - -
        -

        Implementation

        -
        factory Notice
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/code.html b/doc/api/deno_postgres_interop/Notice/code.html deleted file mode 100644 index 13785dc..0000000 --- a/doc/api/deno_postgres_interop/Notice/code.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - code property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        code
        - -
        - -
        -
        -
        - -
        -
        -

        code property -

        - - - -
        - -
        - - String - code - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/code.

        -
        - - -
        -

        Implementation

        -
        external String get code;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/column.html b/doc/api/deno_postgres_interop/Notice/column.html deleted file mode 100644 index 1512f6a..0000000 --- a/doc/api/deno_postgres_interop/Notice/column.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - column property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        column
        - -
        - -
        -
        -
        - -
        -
        -

        column property -

        - - - -
        - -
        - - String? - column - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/column.

        -
        - - -
        -

        Implementation

        -
        external String? get column;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/constraint.html b/doc/api/deno_postgres_interop/Notice/constraint.html deleted file mode 100644 index 03e072b..0000000 --- a/doc/api/deno_postgres_interop/Notice/constraint.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - constraint property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        constraint
        - -
        - -
        -
        -
        - -
        -
        -

        constraint property -

        - - - -
        - -
        - - String? - constraint - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/constraint.

        -
        - - -
        -

        Implementation

        -
        external String? get constraint;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/dataType.html b/doc/api/deno_postgres_interop/Notice/dataType.html deleted file mode 100644 index 45a88d7..0000000 --- a/doc/api/deno_postgres_interop/Notice/dataType.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - dataType property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        dataType
        - -
        - -
        -
        -
        - -
        -
        -

        dataType property -

        - - - -
        - -
        - - String? - dataType - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/dataType.

        -
        - - -
        -

        Implementation

        -
        external String? get dataType;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/detail.html b/doc/api/deno_postgres_interop/Notice/detail.html deleted file mode 100644 index 759f877..0000000 --- a/doc/api/deno_postgres_interop/Notice/detail.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - detail property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        detail
        - -
        - -
        -
        -
        - -
        -
        -

        detail property -

        - - - -
        - -
        - - String? - detail - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/detail.

        -
        - - -
        -

        Implementation

        -
        external String? get detail;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/file.html b/doc/api/deno_postgres_interop/Notice/file.html deleted file mode 100644 index 1b68f83..0000000 --- a/doc/api/deno_postgres_interop/Notice/file.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - file property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        file
        - -
        - -
        -
        -
        - -
        -
        -

        file property -

        - - - -
        - -
        - - String? - file - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/file.

        -
        - - -
        -

        Implementation

        -
        external String? get file;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/hint.html b/doc/api/deno_postgres_interop/Notice/hint.html deleted file mode 100644 index 00a4d87..0000000 --- a/doc/api/deno_postgres_interop/Notice/hint.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - hint property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        hint
        - -
        - -
        -
        -
        - -
        -
        -

        hint property -

        - - - -
        - -
        - - String? - hint - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/hint.

        -
        - - -
        -

        Implementation

        -
        external String? get hint;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/internalPosition.html b/doc/api/deno_postgres_interop/Notice/internalPosition.html deleted file mode 100644 index 956981c..0000000 --- a/doc/api/deno_postgres_interop/Notice/internalPosition.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - internalPosition property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        internalPosition
        - -
        - -
        -
        -
        - -
        -
        -

        internalPosition property -

        - - - -
        - -
        - - String? - internalPosition - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/internalPosition.

        -
        - - -
        -

        Implementation

        -
        external String? get internalPosition;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/internalQuery.html b/doc/api/deno_postgres_interop/Notice/internalQuery.html deleted file mode 100644 index 82cc901..0000000 --- a/doc/api/deno_postgres_interop/Notice/internalQuery.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - internalQuery property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        internalQuery
        - -
        - -
        -
        -
        - -
        -
        -

        internalQuery property -

        - - - -
        - -
        - - String? - internalQuery - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/internalQuery.

        -
        - - -
        -

        Implementation

        -
        external String? get internalQuery;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/line.html b/doc/api/deno_postgres_interop/Notice/line.html deleted file mode 100644 index 7477052..0000000 --- a/doc/api/deno_postgres_interop/Notice/line.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - line property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        line
        - -
        - -
        -
        -
        - -
        -
        -

        line property -

        - - - -
        - -
        - - String? - line - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/line.

        -
        - - -
        -

        Implementation

        -
        external String? get line;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/message.html b/doc/api/deno_postgres_interop/Notice/message.html deleted file mode 100644 index 3d1061f..0000000 --- a/doc/api/deno_postgres_interop/Notice/message.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - message property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        message
        - -
        - -
        -
        -
        - -
        -
        -

        message property -

        - - - -
        - -
        - - String - message - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/message.

        -
        - - -
        -

        Implementation

        -
        external String get message;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/position.html b/doc/api/deno_postgres_interop/Notice/position.html deleted file mode 100644 index c5cc6a0..0000000 --- a/doc/api/deno_postgres_interop/Notice/position.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - position property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        position
        - -
        - -
        -
        -
        - -
        -
        -

        position property -

        - - - -
        - -
        - - String? - position - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/position.

        -
        - - -
        -

        Implementation

        -
        external String? get position;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/routine.html b/doc/api/deno_postgres_interop/Notice/routine.html deleted file mode 100644 index 86f269d..0000000 --- a/doc/api/deno_postgres_interop/Notice/routine.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - routine property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        routine
        - -
        - -
        -
        -
        - -
        -
        -

        routine property -

        - - - -
        - -
        - - String? - routine - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/routine.

        -
        - - -
        -

        Implementation

        -
        external String? get routine;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/schema.html b/doc/api/deno_postgres_interop/Notice/schema.html deleted file mode 100644 index 8f2e0e3..0000000 --- a/doc/api/deno_postgres_interop/Notice/schema.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - schema property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        schema
        - -
        - -
        -
        -
        - -
        -
        -

        schema property -

        - - - -
        - -
        - - String? - schema - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/schema.

        -
        - - -
        -

        Implementation

        -
        external String? get schema;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/severity.html b/doc/api/deno_postgres_interop/Notice/severity.html deleted file mode 100644 index 7f5e2e4..0000000 --- a/doc/api/deno_postgres_interop/Notice/severity.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - severity property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        severity
        - -
        - -
        -
        -
        - -
        -
        -

        severity property -

        - - - -
        - -
        - - String - severity - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/severity.

        -
        - - -
        -

        Implementation

        -
        external String get severity;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/table.html b/doc/api/deno_postgres_interop/Notice/table.html deleted file mode 100644 index 99bdb09..0000000 --- a/doc/api/deno_postgres_interop/Notice/table.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - table property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        table
        - -
        - -
        -
        -
        - -
        -
        -

        table property -

        - - - -
        - -
        - - String? - table - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/table.

        -
        - - -
        -

        Implementation

        -
        external String? get table;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Notice/where.html b/doc/api/deno_postgres_interop/Notice/where.html deleted file mode 100644 index 358c8d0..0000000 --- a/doc/api/deno_postgres_interop/Notice/where.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - where property - Notice class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        where
        - -
        - -
        -
        -
        - -
        -
        -

        where property -

        - - - -
        - -
        - - String? - where - - -
        - - -
        -

        deno-postgres@v0.17.0/Notice/where.

        -
        - - -
        -

        Implementation

        -
        external String? get where;
        -
        - -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html b/doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html deleted file mode 100644 index d314e7e..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions-class-sidebar.html +++ /dev/null @@ -1,28 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. PartialConnectionOptions
        4. -
        5. fromMap
        6. - - -
        7. - Properties -
        8. -
        9. attempts
        10. -
        11. hashCode
        12. -
        13. interval
        14. -
        15. nextInterval
        16. -
        17. runtimeType
        18. - -
        19. Methods
        20. -
        21. asMap
        22. -
        23. noSuchMethod
        24. -
        25. toString
        26. - -
        27. Operators
        28. -
        29. operator ==
        30. - - - - -
        diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions-class.html b/doc/api/deno_postgres_interop/PartialConnectionOptions-class.html deleted file mode 100644 index 3740cfd..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions-class.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - PartialConnectionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PartialConnectionOptions
        - -
        - -
        -
        -
        - -
        -
        -

        PartialConnectionOptions class - -

        - - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -
        - - - - -
        -

        Constructors

        - -
        -
        - PartialConnectionOptions({int? attempts, int nextInterval(int previousInterval)?, int? interval}) -
        -
        - constructor. -
        -
        - PartialConnectionOptions.fromMap(Map map) -
        -
        - used for interop. -
        factory
        -
        -
        -
        - -
        -

        Properties

        - -
        -
        - attempts - int? - -
        -
        - deno-postgres@v0.17.0/ConnectionOptions. -
        final
        - -
        - -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - interval - int? - -
        -
        - deno-postgres@v0.17.0/ConnectionOptions. -
        final
        - -
        - -
        - nextInterval - → (int Function(int previousInterval)?) - -
        -
        - deno-postgres@v0.17.0/ConnectionOptions. -
        final
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - asMap() - Map<String, dynamic> - - - -
        -
        - used for jsify. - - -
        - -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html deleted file mode 100644 index 2c8d431..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - PartialConnectionOptions.fromMap constructor - PartialConnectionOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PartialConnectionOptions.fromMap
        - -
        - -
        -
        -
        - -
        -
        -

        PartialConnectionOptions.fromMap constructor -

        - -
        - - PartialConnectionOptions.fromMap(
        1. Map map
        2. -
        ) -
        - - -
        -

        used for interop.

        -
        - - - -
        -

        Implementation

        -
        factory PartialConnectionOptions.fromMap(Map<dynamic, dynamic> map) {
        -  final intervalProp = map['interval'];
        -
        -  return PartialConnectionOptions(
        -    attempts: map['attempts'] as int?,
        -    interval: intervalProp is int ? intervalProp : null,
        -    nextInterval: intervalProp is! int
        -        ? intervalProp as int Function(int previousInterval)?
        -        : null,
        -  );
        -}
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html deleted file mode 100644 index 34a0900..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - PartialConnectionOptions constructor - PartialConnectionOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PartialConnectionOptions
        - -
        - -
        -
        -
        - -
        -
        -

        PartialConnectionOptions constructor -

        - -
        - - PartialConnectionOptions(
        1. {int? attempts,
        2. -
        3. int nextInterval(
          1. int previousInterval
          2. -
          -)?,
        4. -
        5. int? interval}
        6. -
        ) -
        - - -
        -

        constructor.

        -
        - - - -
        -

        Implementation

        -
        PartialConnectionOptions
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html deleted file mode 100644 index b31cc87..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions/asMap.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - asMap method - PartialConnectionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        asMap
        - -
        - -
        -
        -
        - -
        -
        -

        asMap method -

        - -
        - - -Map<String, dynamic> -asMap() - - - -
        - -
        -

        used for jsify.

        -
        - - - -
        -

        Implementation

        -
        Map<String, dynamic> asMap() {
        -  return {
        -    if (attempts != null) 'attempts': attempts,
        -    if (nextInterval != null)
        -      'interval': nextInterval
        -    else if (interval != null)
        -      'interval': interval,
        -  };
        -}
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html deleted file mode 100644 index 052a9ed..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions/attempts.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - attempts property - PartialConnectionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        attempts
        - -
        - -
        -
        -
        - -
        -
        -

        attempts property -

        - -
        - - int? - attempts -
        final
        - -
        - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -
        - - -
        -

        Implementation

        -
        final int? attempts;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html deleted file mode 100644 index 2e958cf..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions/interval.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - interval property - PartialConnectionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        interval
        - -
        - -
        -
        -
        - -
        -
        -

        interval property -

        - -
        - - int? - interval -
        final
        - -
        - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -

        Either this or nextInterval is null.

        -
        - - -
        -

        Implementation

        -
        final int? interval;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html b/doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html deleted file mode 100644 index 48fa6b2..0000000 --- a/doc/api/deno_postgres_interop/PartialConnectionOptions/nextInterval.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - nextInterval property - PartialConnectionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        nextInterval
        - -
        - -
        -
        -
        - -
        -
        -

        nextInterval property -

        - -
        - - (int Function(int previousInterval)?) - nextInterval -
        final
        - -
        - -
        -

        deno-postgres@v0.17.0/ConnectionOptions.

        -

        Either this or interval is null.

        -
        - - -
        -

        Implementation

        -
        final int Function(int previousInterval)? nextInterval;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html b/doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html deleted file mode 100644 index bc97285..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions-class-sidebar.html +++ /dev/null @@ -1,28 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. PartialTLSOptions
        4. -
        5. fromMap
        6. - - -
        7. - Properties -
        8. -
        9. caCertificates
        10. -
        11. hashCode
        12. -
        13. isEnabled
        14. -
        15. isEnforced
        16. -
        17. runtimeType
        18. - -
        19. Methods
        20. -
        21. asMap
        22. -
        23. noSuchMethod
        24. -
        25. toString
        26. - -
        27. Operators
        28. -
        29. operator ==
        30. - - - - -
        diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions-class.html b/doc/api/deno_postgres_interop/PartialTLSOptions-class.html deleted file mode 100644 index 97a0129..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions-class.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - PartialTLSOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PartialTLSOptions
        - -
        - -
        -
        -
        - -
        -
        -

        PartialTLSOptions class - -

        - - -
        -

        deno-postgres@v0.17.0/TLSOptions.

        -
        - - - - -
        -

        Constructors

        - -
        -
        - PartialTLSOptions({bool? isEnabled, bool? isEnforced, List<String>? caCertificates}) -
        -
        - constructor. -
        -
        - PartialTLSOptions.fromMap(Map map) -
        -
        - used for interop. -
        -
        -
        - -
        -

        Properties

        - -
        -
        - caCertificates - List<String>? - -
        -
        - deno-postgres@v0.17.0/TLSOptions/caCertificates. -
        final
        - -
        - -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - isEnabled - bool? - -
        -
        - deno-postgres@v0.17.0/TLSOptions/enabled. -
        final
        - -
        - -
        - isEnforced - bool? - -
        -
        - deno-postgres@v0.17.0/TLSOptions/enfroce. -
        final
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - asMap() - Map<String, dynamic> - - - -
        -
        - used for jsify. - - -
        - -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html b/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html deleted file mode 100644 index d365d8e..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - PartialTLSOptions.fromMap constructor - PartialTLSOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PartialTLSOptions.fromMap
        - -
        - -
        -
        -
        - -
        -
        -

        PartialTLSOptions.fromMap constructor -

        - -
        - - PartialTLSOptions.fromMap(
        1. Map map
        2. -
        ) -
        - - -
        -

        used for interop.

        -
        - - - -
        -

        Implementation

        -
        PartialTLSOptions.fromMap(Map<dynamic, dynamic> map)
        -    : caCertificates = map['caCertificates'] as List<String>?,
        -      isEnabled = map['enabled'] as bool?,
        -      isEnforced = map['enforced'] as bool?;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html b/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html deleted file mode 100644 index a29f370..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - PartialTLSOptions constructor - PartialTLSOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PartialTLSOptions
        - -
        - -
        -
        -
        - -
        -
        -

        PartialTLSOptions constructor -

        - -
        - - PartialTLSOptions(
        1. {bool? isEnabled,
        2. -
        3. bool? isEnforced,
        4. -
        5. List<String>? caCertificates}
        6. -
        ) -
        - - -
        -

        constructor.

        -
        - - - -
        -

        Implementation

        -
        PartialTLSOptions
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html b/doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html deleted file mode 100644 index 3d45bb1..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions/asMap.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - asMap method - PartialTLSOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        asMap
        - -
        - -
        -
        -
        - -
        -
        -

        asMap method -

        - -
        - - -Map<String, dynamic> -asMap() - - - -
        - -
        -

        used for jsify.

        -
        - - - -
        -

        Implementation

        -
        Map<String, dynamic> asMap() {
        -  return {
        -    if (isEnabled != null) 'enabled': isEnabled,
        -    if (isEnforced != null) 'enforce': isEnforced,
        -    if (caCertificates != null) 'caCertificates': caCertificates,
        -  };
        -}
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html b/doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html deleted file mode 100644 index 6ceeff5..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions/caCertificates.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - caCertificates property - PartialTLSOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        caCertificates
        - -
        - -
        -
        -
        - -
        -
        -

        caCertificates property -

        - -
        - - List<String>? - caCertificates -
        final
        - -
        - -
        -

        deno-postgres@v0.17.0/TLSOptions/caCertificates.

        -
        - - -
        -

        Implementation

        -
        final List<String>? caCertificates;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html b/doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html deleted file mode 100644 index 353f7fb..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions/isEnabled.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - isEnabled property - PartialTLSOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        isEnabled
        - -
        - -
        -
        -
        - -
        -
        -

        isEnabled property -

        - -
        - - bool? - isEnabled -
        final
        - -
        - -
        -

        deno-postgres@v0.17.0/TLSOptions/enabled.

        -
        - - -
        -

        Implementation

        -
        final bool? isEnabled;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html b/doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html deleted file mode 100644 index 4fdcc41..0000000 --- a/doc/api/deno_postgres_interop/PartialTLSOptions/isEnforced.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - isEnforced property - PartialTLSOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        isEnforced
        - -
        - -
        -
        -
        - -
        -
        -

        isEnforced property -

        - -
        - - bool? - isEnforced -
        final
        - -
        - -
        -

        deno-postgres@v0.17.0/TLSOptions/enfroce.

        -
        - - -
        -

        Implementation

        -
        final bool? isEnforced;
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Pool-class-sidebar.html b/doc/api/deno_postgres_interop/Pool-class-sidebar.html deleted file mode 100644 index 9888657..0000000 --- a/doc/api/deno_postgres_interop/Pool-class-sidebar.html +++ /dev/null @@ -1,25 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. Pool
        4. -
        5. withOptions
        6. -
        7. withString
        8. - - -
        9. - Properties -
        10. -
        11. hashCode
        12. -
        13. runtimeType
        14. - -
        15. Methods
        16. -
        17. noSuchMethod
        18. -
        19. toString
        20. - -
        21. Operators
        22. -
        23. operator ==
        24. - - - - -
        diff --git a/doc/api/deno_postgres_interop/Pool-class.html b/doc/api/deno_postgres_interop/Pool-class.html deleted file mode 100644 index 6d75918..0000000 --- a/doc/api/deno_postgres_interop/Pool-class.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - Pool class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        Pool
        - -
        - -
        -
        -
        - -
        -
        -

        Pool class - -

        - - -
        -

        deno-postgres@v0.17.0/Pool.

        -
        - - -
        -
        - - - - - - -
        Available Extensions
        -
        - - -
        Annotations
        -
        -
          -
        • @JS()
        • -
        -
        - - -
        -
        - - -
        -

        Constructors

        - -
        -
        - Pool({required int size, bool? lazy}) -
        -
        - deno-postgres@v0.17.0/Pool/constructor. -
        factory
        -
        -
        - Pool.withOptions({required ClientOptions connectionParams, required int size, bool? lazy}) -
        -
        - deno-postgres@v0.17.0/Pool/constructor. -
        factory
        -
        -
        - Pool.withString({required String connectionString, required int size, bool? lazy}) -
        -
        - deno-postgres@v0.17.0/Pool/constructor. -
        factory
        -
        -
        -
        - -
        -

        Properties

        - -
        -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Pool/Pool.html b/doc/api/deno_postgres_interop/Pool/Pool.html deleted file mode 100644 index e89cb75..0000000 --- a/doc/api/deno_postgres_interop/Pool/Pool.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - Pool constructor - Pool - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        Pool
        - -
        - -
        -
        -
        - -
        -
        -

        Pool constructor -

        - -
        - - Pool(
        1. {required int size,
        2. -
        3. bool? lazy}
        4. -
        ) -
        - - -
        -

        deno-postgres@v0.17.0/Pool/constructor.

        -
        - - - -
        -

        Implementation

        -
        factory Pool
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Pool/Pool.withOptions.html b/doc/api/deno_postgres_interop/Pool/Pool.withOptions.html deleted file mode 100644 index 15f9e05..0000000 --- a/doc/api/deno_postgres_interop/Pool/Pool.withOptions.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - Pool.withOptions constructor - Pool - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        Pool.withOptions
        - -
        - -
        -
        -
        - -
        -
        -

        Pool.withOptions constructor -

        - -
        - - Pool.withOptions(
        1. {required ClientOptions connectionParams,
        2. -
        3. required int size,
        4. -
        5. bool? lazy}
        6. -
        ) -
        - - -
        -

        deno-postgres@v0.17.0/Pool/constructor.

        -
        - - - -
        -

        Implementation

        -
        factory Pool.withOptions({
        -  required ClientOptions connectionParams,
        -  required int size,
        -  bool? lazy,
        -}) =>
        -    callConstructor('Pool', [
        -      connectionParams,
        -      size,
        -      if (lazy != null) lazy,
        -    ]);
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Pool/Pool.withString.html b/doc/api/deno_postgres_interop/Pool/Pool.withString.html deleted file mode 100644 index af850ad..0000000 --- a/doc/api/deno_postgres_interop/Pool/Pool.withString.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - Pool.withString constructor - Pool - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        Pool.withString
        - -
        - -
        -
        -
        - -
        -
        -

        Pool.withString constructor -

        - -
        - - Pool.withString(
        1. {required String connectionString,
        2. -
        3. required int size,
        4. -
        5. bool? lazy}
        6. -
        ) -
        - - -
        -

        deno-postgres@v0.17.0/Pool/constructor.

        -
        - - - -
        -

        Implementation

        -
        factory Pool.withString({
        -  required String connectionString,
        -  required int size,
        -  bool? lazy,
        -}) =>
        -    callConstructor('Pool', [
        -      connectionString,
        -      size,
        -      if (lazy != null) lazy,
        -    ]);
        -
        - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolClient-class-sidebar.html b/doc/api/deno_postgres_interop/PoolClient-class-sidebar.html deleted file mode 100644 index 5f08df4..0000000 --- a/doc/api/deno_postgres_interop/PoolClient-class-sidebar.html +++ /dev/null @@ -1,25 +0,0 @@ -
          - -
        1. Constructors
        2. -
        3. PoolClient
        4. - - -
        5. - Properties -
        6. -
        7. hashCode
        8. -
        9. runtimeType
        10. -
        11. session
        12. - -
        13. Methods
        14. -
        15. noSuchMethod
        16. -
        17. release
        18. -
        19. toString
        20. - -
        21. Operators
        22. -
        23. operator ==
        24. - - - - -
        diff --git a/doc/api/deno_postgres_interop/PoolClient-class.html b/doc/api/deno_postgres_interop/PoolClient-class.html deleted file mode 100644 index 02bbb00..0000000 --- a/doc/api/deno_postgres_interop/PoolClient-class.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - PoolClient class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PoolClient
        - -
        - -
        -
        -
        - -
        -
        -

        PoolClient class - -

        - - -
        -

        deno-postgres@v0.17.0/PoolClient.

        -
        - - -
        -
        - -
        Inheritance
        -
        - -
        - - - - - -
        Available Extensions
        -
        - - -
        Annotations
        -
        -
          -
        • @JS()
        • -
        -
        - - -
        -
        - - -
        -

        Constructors

        - -
        -
        - PoolClient(ClientConfiguration config, void releaseCallback()) -
        -
        - deno-postgres@v0.17.0/PoolClient/constructor. -
        factory
        -
        -
        -
        - -
        -

        Properties

        - -
        -
        - hashCode - int - -
        -
        - The hash code for this object. -
        read-onlyinherited
        - -
        - -
        - runtimeType - Type - -
        -
        - A representation of the runtime type of the object. -
        read-onlyinherited
        - -
        - -
        - session - Session - -
        -
        - deno-postgres@v0.17.0/QueryClient/session. -
        read-onlyinherited
        - -
        - -
        -
        - - -
        -

        Methods

        -
        -
        - noSuchMethod(Invocation invocation) - → dynamic - - - -
        -
        - Invoked when a nonexistent method or property is accessed. -
        inherited
        - -
        - -
        - release() - → void - - - -
        -
        - deno-postgres@v0.17.0/PoolClient/constructor/release. - - -
        - -
        - toString() - String - - - -
        -
        - A string representation of this object. -
        inherited
        - -
        - -
        -
        - -
        -

        Operators

        -
        -
        - operator ==(Object other) - bool - - - -
        -
        - The equality operator. -
        inherited
        - -
        - -
        -
        - - - - - -
        - - - - - -
        - -
        - - deno_postgres_interop - 0.0.1 - - - -
        - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolClient/PoolClient.html b/doc/api/deno_postgres_interop/PoolClient/PoolClient.html deleted file mode 100644 index 1f158e3..0000000 --- a/doc/api/deno_postgres_interop/PoolClient/PoolClient.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - PoolClient constructor - PoolClient - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
        - -
        - menu - -
        PoolClient
        - -
        - -
        -
        -
        - -
        -
        -

        PoolClient constructor -

        - -
        - - PoolClient(
        1. ClientConfiguration config,
        2. -
        3. void releaseCallback(
            -)
          1. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/PoolClient/constructor.

          -
          - - - -
          -

          Implementation

          -
          external factory PoolClient
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolClient/release.html b/doc/api/deno_postgres_interop/PoolClient/release.html deleted file mode 100644 index 1ecd240..0000000 --- a/doc/api/deno_postgres_interop/PoolClient/release.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - release method - PoolClient class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          release
          - -
          - -
          -
          -
          - -
          -
          -

          release method -

          - -
          - - -void -release() - - - -
          - -
          -

          deno-postgres@v0.17.0/PoolClient/constructor/release.

          -
          - - - -
          -

          Implementation

          -
          external void release();
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html b/doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html deleted file mode 100644 index b56bf8f..0000000 --- a/doc/api/deno_postgres_interop/PoolProps-extension-sidebar.html +++ /dev/null @@ -1,18 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. connectionsCount
          4. -
          5. openConnectionsCount
          6. - -
          7. Methods
          8. -
          9. connect
          10. -
          11. end
          12. -
          13. initializedConnectionsCount
          14. - - - - -
          diff --git a/doc/api/deno_postgres_interop/PoolProps.html b/doc/api/deno_postgres_interop/PoolProps.html deleted file mode 100644 index 0b8fd19..0000000 --- a/doc/api/deno_postgres_interop/PoolProps.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - PoolProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          PoolProps
          - -
          - -
          -
          -
          -
          -
          -

          PoolProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/Pool.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - connectionsCount - int - -
          -
          - deno-postgres@v0.17.0/Pool/size. -
          read-only
          - -
          - -
          - openConnectionsCount - int - -
          -
          - deno-postgres@v0.17.0/Pool/available. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - connect() - Future<PoolClient> - - - -
          -
          - deno-postgres@v0.17.0/Pool/connect. - - -
          - -
          - end() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Pool/end. - - -
          - -
          - initializedConnectionsCount() - Future<int> - - - -
          -
          - deno-postgres@v0.17.0/Pool/initialized. - - -
          - -
          -
          - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolProps/connect.html b/doc/api/deno_postgres_interop/PoolProps/connect.html deleted file mode 100644 index 0b5d674..0000000 --- a/doc/api/deno_postgres_interop/PoolProps/connect.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - connect method - PoolProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          connect
          - -
          - -
          -
          -
          - -
          -
          -

          connect method -

          - -
          - - -Future<PoolClient> -connect() - - - -
          - -
          -

          deno-postgres@v0.17.0/Pool/connect.

          -
          - - - -
          -

          Implementation

          -
          Future<PoolClient> connect() => callFutureMethod(this, 'connect');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolProps/connectionsCount.html b/doc/api/deno_postgres_interop/PoolProps/connectionsCount.html deleted file mode 100644 index c501831..0000000 --- a/doc/api/deno_postgres_interop/PoolProps/connectionsCount.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - connectionsCount property - PoolProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          connectionsCount
          - -
          - -
          -
          -
          - -
          -
          -

          connectionsCount property -

          - - - -
          - -
          - - int - connectionsCount - - -
          - - -
          -

          deno-postgres@v0.17.0/Pool/size.

          -
          - - -
          -

          Implementation

          -
          int get connectionsCount => getProperty(this, 'size');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolProps/end.html b/doc/api/deno_postgres_interop/PoolProps/end.html deleted file mode 100644 index 790ec1e..0000000 --- a/doc/api/deno_postgres_interop/PoolProps/end.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - end method - PoolProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          end
          - -
          - -
          -
          -
          - -
          -
          -

          end method -

          - -
          - - -Future<void> -end() - - - -
          - -
          -

          deno-postgres@v0.17.0/Pool/end.

          -
          - - - -
          -

          Implementation

          -
          Future<void> end() => callFutureMethod(this, 'end');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html b/doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html deleted file mode 100644 index c3ef444..0000000 --- a/doc/api/deno_postgres_interop/PoolProps/initializedConnectionsCount.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - initializedConnectionsCount method - PoolProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          initializedConnectionsCount
          - -
          - -
          -
          -
          - -
          -
          -

          initializedConnectionsCount method -

          - -
          - - -Future<int> -initializedConnectionsCount() - - - -
          - -
          -

          deno-postgres@v0.17.0/Pool/initialized.

          -
          - - - -
          -

          Implementation

          -
          Future<int> initializedConnectionsCount() =>
          -    callFutureMethod(this, 'initialized');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html b/doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html deleted file mode 100644 index cfe3bab..0000000 --- a/doc/api/deno_postgres_interop/PoolProps/openConnectionsCount.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - openConnectionsCount property - PoolProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          openConnectionsCount
          - -
          - -
          -
          -
          - -
          -
          -

          openConnectionsCount property -

          - - - -
          - -
          - - int - openConnectionsCount - - -
          - - -
          -

          deno-postgres@v0.17.0/Pool/available.

          -
          - - -
          -

          Implementation

          -
          int get openConnectionsCount => getProperty(this, 'available');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PostgresError-class-sidebar.html b/doc/api/deno_postgres_interop/PostgresError-class-sidebar.html deleted file mode 100644 index a32c743..0000000 --- a/doc/api/deno_postgres_interop/PostgresError-class-sidebar.html +++ /dev/null @@ -1,27 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. PostgresError
          4. - - -
          5. - Properties -
          6. -
          7. cause
          8. -
          9. fields
          10. -
          11. hashCode
          12. -
          13. message
          14. -
          15. name
          16. -
          17. runtimeType
          18. - -
          19. Methods
          20. -
          21. noSuchMethod
          22. -
          23. toString
          24. - -
          25. Operators
          26. -
          27. operator ==
          28. - - - - -
          diff --git a/doc/api/deno_postgres_interop/PostgresError-class.html b/doc/api/deno_postgres_interop/PostgresError-class.html deleted file mode 100644 index 83a99db..0000000 --- a/doc/api/deno_postgres_interop/PostgresError-class.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - - - PostgresError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          PostgresError
          - -
          - -
          -
          -
          - -
          -
          -

          PostgresError class - -

          - - -
          -

          deno-postgres@v0.17.0/PostgresError.

          -
          - - -
          -
          - - - - - - - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - PostgresError() -
          -
          - -
          -
          -
          - -
          -

          Properties

          - -
          -
          - cause - Error? - -
          -
          - js/Error/cause. -
          read-onlyinherited
          - -
          - -
          - fields - Notice - -
          -
          - deno-postgres@v0.17.0/PostgresError. -
          read-only
          - -
          - -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - message - String - -
          -
          - js/Error/message. -
          read-onlyinherited
          - -
          - -
          - name - String - -
          -
          - js/Error/name. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PostgresError/PostgresError.html b/doc/api/deno_postgres_interop/PostgresError/PostgresError.html deleted file mode 100644 index aee1b79..0000000 --- a/doc/api/deno_postgres_interop/PostgresError/PostgresError.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - PostgresError constructor - PostgresError - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          PostgresError
          - -
          - -
          -
          -
          - -
          -
          -

          PostgresError constructor -

          - -
          - - PostgresError() -
          - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PostgresError/cause.html b/doc/api/deno_postgres_interop/PostgresError/cause.html deleted file mode 100644 index c002559..0000000 --- a/doc/api/deno_postgres_interop/PostgresError/cause.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - cause property - PostgresError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          cause
          - -
          - -
          -
          -
          - -
          -
          -

          cause property -

          - - - -
          - -
          - - Error? - cause -
          inherited
          - -
          - - -
          -

          js/Error/cause.

          -
          - - -
          -

          Implementation

          -
          external Error? get cause;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PostgresError/fields.html b/doc/api/deno_postgres_interop/PostgresError/fields.html deleted file mode 100644 index e5a9a85..0000000 --- a/doc/api/deno_postgres_interop/PostgresError/fields.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - fields property - PostgresError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          fields
          - -
          - -
          -
          -
          - -
          -
          -

          fields property -

          - - - -
          - -
          - - Notice - fields - - -
          - - -
          -

          deno-postgres@v0.17.0/PostgresError.

          -
          - - -
          -

          Implementation

          -
          external Notice get fields;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PostgresError/message.html b/doc/api/deno_postgres_interop/PostgresError/message.html deleted file mode 100644 index 0df7335..0000000 --- a/doc/api/deno_postgres_interop/PostgresError/message.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - message property - PostgresError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          message
          - -
          - -
          -
          -
          - -
          -
          -

          message property -

          - - - -
          - -
          - - String - message -
          inherited
          - -
          - - -
          -

          js/Error/message.

          -
          - - -
          -

          Implementation

          -
          external String get message;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/PostgresError/name.html b/doc/api/deno_postgres_interop/PostgresError/name.html deleted file mode 100644 index 994a860..0000000 --- a/doc/api/deno_postgres_interop/PostgresError/name.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - name property - PostgresError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          name
          - -
          - -
          -
          -
          - -
          -
          -

          name property -

          - - - -
          - -
          - - String - name -
          inherited
          - -
          - - -
          -

          js/Error/name.

          -
          - - -
          -

          Implementation

          -
          external String get name;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Query-class-sidebar.html b/doc/api/deno_postgres_interop/Query-class-sidebar.html deleted file mode 100644 index 403788b..0000000 --- a/doc/api/deno_postgres_interop/Query-class-sidebar.html +++ /dev/null @@ -1,27 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. withArgs
          4. -
          5. withConfig
          6. - - -
          7. - Properties -
          8. -
          9. args
          10. -
          11. fields
          12. -
          13. hashCode
          14. -
          15. runtimeType
          16. -
          17. text
          18. - -
          19. Methods
          20. -
          21. noSuchMethod
          22. -
          23. toString
          24. - -
          25. Operators
          26. -
          27. operator ==
          28. - - - - -
          diff --git a/doc/api/deno_postgres_interop/Query-class.html b/doc/api/deno_postgres_interop/Query-class.html deleted file mode 100644 index 3e16df0..0000000 --- a/doc/api/deno_postgres_interop/Query-class.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - - Query class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Query
          - -
          - -
          -
          -
          - -
          -
          -

          Query class - -

          - - -
          -

          deno-postgres@v0.17.0/Query.

          -
          - - -
          -
          - - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - Query.withArgs({required String text, required ResultType resultType, QueryArguments? args}) -
          -
          - deno-postgres@v0.17.0/Query/constructor. -deno-postgres@v0.17.0/Query/constructor. -
          factory
          -
          -
          - Query.withConfig({required QueryObjectOptions config, required ResultType resultType, QueryArguments? args}) -
          -
          - deno-postgres@v0.17.0/Query/constructor. -deno-postgres@v0.17.0/Query/constructor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - args - List - -
          -
          - deno-postgres@v0.17.0/Query/args. -
          read / write
          - -
          - -
          - fields - List<String>? - -
          -
          - deno-postgres@v0.17.0/Query/args. -
          read-only
          - -
          - -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - text - String - -
          -
          - deno-postgres@v0.17.0/Query/args. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Query/Query.withArgs.html b/doc/api/deno_postgres_interop/Query/Query.withArgs.html deleted file mode 100644 index d9f3c75..0000000 --- a/doc/api/deno_postgres_interop/Query/Query.withArgs.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - Query.withArgs constructor - Query - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Query.withArgs
          - -
          - -
          -
          -
          - -
          -
          -

          Query.withArgs constructor -

          - -
          - - Query.withArgs(
          1. {required String text,
          2. -
          3. required ResultType resultType,
          4. -
          5. QueryArguments? args}
          6. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/Query/constructor. -deno-postgres@v0.17.0/Query/constructor.

          -
          - - - -
          -

          Implementation

          -
          factory Query.withArgs({
          -  required String text,
          -  required ResultType resultType,
          -  QueryArguments? args,
          -}) =>
          -    callConstructor('Query', [text, resultType, args]) as Query;
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Query/Query.withConfig.html b/doc/api/deno_postgres_interop/Query/Query.withConfig.html deleted file mode 100644 index e701335..0000000 --- a/doc/api/deno_postgres_interop/Query/Query.withConfig.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - Query.withConfig constructor - Query - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Query.withConfig
          - -
          - -
          -
          -
          - -
          -
          -

          Query.withConfig constructor -

          - -
          - - Query.withConfig(
          1. {required QueryObjectOptions config,
          2. -
          3. required ResultType resultType,
          4. -
          5. QueryArguments? args}
          6. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/Query/constructor. -deno-postgres@v0.17.0/Query/constructor.

          -
          - - - -
          -

          Implementation

          -
          factory Query.withConfig({
          -  required QueryObjectOptions config,
          -  required ResultType resultType,
          -  QueryArguments? args,
          -}) =>
          -    callConstructor('Query', [config, resultType, args]) as Query;
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Query/args.html b/doc/api/deno_postgres_interop/Query/args.html deleted file mode 100644 index 00bbad6..0000000 --- a/doc/api/deno_postgres_interop/Query/args.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - args property - Query class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          args
          - -
          - -
          -
          -
          - -
          -
          -

          args property -

          - -
          - - List - args -
          read / write
          - -
          - -
          -

          deno-postgres@v0.17.0/Query/args.

          -
          - - -
          -

          Implementation

          -
          external List<EncodedArg> args;
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Query/fields.html b/doc/api/deno_postgres_interop/Query/fields.html deleted file mode 100644 index 7012cdd..0000000 --- a/doc/api/deno_postgres_interop/Query/fields.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - fields property - Query class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          fields
          - -
          - -
          -
          -
          - -
          -
          -

          fields property -

          - - - -
          - -
          - - List<String>? - fields - - -
          - - -
          -

          deno-postgres@v0.17.0/Query/args.

          -
          - - -
          -

          Implementation

          -
          external List<String>? get fields;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Query/text.html b/doc/api/deno_postgres_interop/Query/text.html deleted file mode 100644 index 901070e..0000000 --- a/doc/api/deno_postgres_interop/Query/text.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - text property - Query class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          text
          - -
          - -
          -
          -
          - -
          -
          -

          text property -

          - - - -
          - -
          - - String - text - - -
          - - -
          -

          deno-postgres@v0.17.0/Query/args.

          -
          - - -
          -

          Implementation

          -
          external String get text;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html b/doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html deleted file mode 100644 index b285c86..0000000 --- a/doc/api/deno_postgres_interop/QueryArrayResult-class-sidebar.html +++ /dev/null @@ -1,30 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. QueryArrayResult
          4. - - -
          5. - Properties -
          6. -
          7. hashCode
          8. -
          9. query
          10. -
          11. rowCount
          12. -
          13. rowDescription
          14. -
          15. rows
          16. -
          17. runtimeType
          18. -
          19. warnings
          20. - -
          21. Methods
          22. -
          23. handleCommandComplete
          24. -
          25. loadColumnDescriptions
          26. -
          27. noSuchMethod
          28. -
          29. toString
          30. - -
          31. Operators
          32. -
          33. operator ==
          34. - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryArrayResult-class.html b/doc/api/deno_postgres_interop/QueryArrayResult-class.html deleted file mode 100644 index 4a503f3..0000000 --- a/doc/api/deno_postgres_interop/QueryArrayResult-class.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - QueryArrayResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryArrayResult
          - -
          - -
          -
          -
          - -
          -
          -

          QueryArrayResult<T extends List> class - -

          - - -
          -

          deno-postgres@v0.17.0/QueryArrayResult.

          -
          - - -
          -
          - -
          Inheritance
          -
          - -
          - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - QueryArrayResult(Query query) -
          -
          - deno-postgres@v0.17.0/QueryResult/constructor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - query - Query - -
          -
          - deno-postgres@v0.17.0/QueryResult/constructor. -
          read-onlyinherited
          - -
          - -
          - rowCount - int? - -
          -
          - deno-postgres@v0.17.0/QueryResult/rowCount. -
          read-onlyinherited
          - -
          - -
          - rowDescription - RowDescription? - -
          -
          - deno-postgres@v0.17.0/QueryResult/rowDescription. -
          read-onlyinherited
          - -
          - -
          - rows - List<T> - -
          -
          - deno-postgres@v0.17.0/QueryArrayResult/rows. -
          read-only
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - warnings - List<Notice> - -
          -
          - deno-postgres@v0.17.0/QueryResult/warnings. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - handleCommandComplete(String commandTag) - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryResult/handleCommandComplete. -
          inherited
          - -
          - -
          - loadColumnDescriptions(RowDescription description) - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions. -
          inherited
          - -
          - -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html b/doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html deleted file mode 100644 index 56c64fc..0000000 --- a/doc/api/deno_postgres_interop/QueryArrayResult/QueryArrayResult.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - QueryArrayResult constructor - QueryArrayResult - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryArrayResult
          - -
          - -
          -
          -
          - -
          -
          -

          QueryArrayResult<T extends List> constructor -

          - -
          - - QueryArrayResult<T extends List>(
          1. Query query
          2. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/constructor.

          -
          - - - -
          -

          Implementation

          -
          external factory QueryArrayResult
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryArrayResult/rows.html b/doc/api/deno_postgres_interop/QueryArrayResult/rows.html deleted file mode 100644 index ef8c06a..0000000 --- a/doc/api/deno_postgres_interop/QueryArrayResult/rows.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - rows property - QueryArrayResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          rows
          - -
          - -
          -
          -
          - -
          -
          -

          rows property -

          - - - -
          - -
          - - List<T> - rows - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryArrayResult/rows.

          -
          - - -
          -

          Implementation

          -
          external List<T> get rows;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClient-class-sidebar.html b/doc/api/deno_postgres_interop/QueryClient-class-sidebar.html deleted file mode 100644 index 7ba4d51..0000000 --- a/doc/api/deno_postgres_interop/QueryClient-class-sidebar.html +++ /dev/null @@ -1,24 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. QueryClient
          4. - - -
          5. - Properties -
          6. -
          7. hashCode
          8. -
          9. runtimeType
          10. -
          11. session
          12. - -
          13. Methods
          14. -
          15. noSuchMethod
          16. -
          17. toString
          18. - -
          19. Operators
          20. -
          21. operator ==
          22. - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryClient-class.html b/doc/api/deno_postgres_interop/QueryClient-class.html deleted file mode 100644 index f5d55fc..0000000 --- a/doc/api/deno_postgres_interop/QueryClient-class.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - - QueryClient class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryClient
          - -
          - -
          -
          -
          - -
          -
          -

          QueryClient class - -

          - - -
          -

          deno-postgres@v0.17.0/QueryClient.

          -
          - - -
          -
          - - - - - -
          Implementers
          -
          - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - QueryClient(Connection connection) -
          -
          - deno-postgres@v0.17.0/QueryClient/constructor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - session - Session - -
          -
          - deno-postgres@v0.17.0/QueryClient/session. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClient/QueryClient.html b/doc/api/deno_postgres_interop/QueryClient/QueryClient.html deleted file mode 100644 index 58b0759..0000000 --- a/doc/api/deno_postgres_interop/QueryClient/QueryClient.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - QueryClient constructor - QueryClient - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryClient
          - -
          - -
          -
          -
          - -
          -
          -

          QueryClient constructor -

          - -
          - - QueryClient(
          1. Connection connection
          2. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/QueryClient/constructor.

          -
          - - - -
          -

          Implementation

          -
          external factory QueryClient
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClient/session.html b/doc/api/deno_postgres_interop/QueryClient/session.html deleted file mode 100644 index ff7dfd9..0000000 --- a/doc/api/deno_postgres_interop/QueryClient/session.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - session property - QueryClient class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          session
          - -
          - -
          -
          -
          - -
          -
          -

          session property -

          - - - -
          - -
          - - Session - session - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryClient/session.

          -
          - - -
          -

          Implementation

          -
          external Session get session;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html deleted file mode 100644 index b6e92c9..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps-extension-sidebar.html +++ /dev/null @@ -1,24 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. isConnected
          4. - -
          5. Methods
          6. -
          7. closeConnection
          8. -
          9. connect
          10. -
          11. createTransaction
          12. -
          13. end
          14. -
          15. queryArray
          16. -
          17. queryArrayWithOptions
          18. -
          19. queryObject
          20. -
          21. queryObjectWithOptions
          22. -
          23. resetSessionMetadata
          24. -
          25. transaction
          26. - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryClientProps.html b/doc/api/deno_postgres_interop/QueryClientProps.html deleted file mode 100644 index 5e08167..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - - - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryClientProps
          - -
          - -
          -
          -
          -
          -
          -

          QueryClientProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/QueryClient.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - isConnected - bool - -
          -
          - deno-postgres@v0.17.0/QueryClient/connected. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - closeConnection() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/closeConnection. - - -
          - -
          - connect() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/connect. - - -
          - -
          - createTransaction(String name, [TransactionOptions? options]) - Transaction - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/createTransaction. - - -
          - -
          - end() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/end. - - -
          - -
          - queryArray<T extends List>(String query, [QueryArguments? args]) - Future<QueryArrayResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/queryArray. - - -
          - -
          - queryArrayWithOptions<T extends List>(QueryObjectOptions config) - Future<QueryArrayResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/queryArray. - - -
          - -
          - queryObject<T>(String query, [QueryArguments? arguments]) - Future<QueryObjectResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/queryObject. - - -
          - -
          - queryObjectWithOptions<T>(QueryObjectOptions config) - Future<QueryObjectResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/queryObject. - - -
          - -
          - resetSessionMetadata() - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryClient/resetSessionMetadata. - - -
          - -
          - transaction<T>(String name, Future<T> f(Transaction), [TransactionOptions? options]) - Future<T> - - - -
          -
          - Convinience wrapper for createTransaction, -TransactionProps.begin, -and TransactionProps.commit. - - -
          - -
          -
          - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html b/doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html deleted file mode 100644 index 29c4c6c..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/closeConnection.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - closeConnection method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          closeConnection
          - -
          - -
          -
          -
          - -
          -
          -

          closeConnection method -

          - -
          - - -Future<void> -closeConnection() - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/closeConnection.

          -
          - - - -
          -

          Implementation

          -
          Future<void> closeConnection() => callFutureMethod(this, 'closeConnection');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/connect.html b/doc/api/deno_postgres_interop/QueryClientProps/connect.html deleted file mode 100644 index 1efbac2..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/connect.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - connect method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          connect
          - -
          - -
          -
          -
          - -
          -
          -

          connect method -

          - -
          - - -Future<void> -connect() - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/connect.

          -
          - - - -
          -

          Implementation

          -
          Future<void> connect() => callFutureMethod(this, 'connect');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html b/doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html deleted file mode 100644 index 32a3344..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/createTransaction.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - createTransaction method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          createTransaction
          - -
          - -
          -
          -
          - -
          -
          -

          createTransaction method -

          - -
          - - -Transaction -createTransaction(
          1. String name,
          2. -
          3. [TransactionOptions? options]
          4. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/createTransaction.

          -
          - - - -
          -

          Implementation

          -
          Transaction createTransaction(String name, [TransactionOptions? options]) =>
          -    callMethod(
          -      this,
          -      'createTransaction',
          -      [
          -        name,
          -        if (options != null) options,
          -      ],
          -    );
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/end.html b/doc/api/deno_postgres_interop/QueryClientProps/end.html deleted file mode 100644 index 8398171..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/end.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - end method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          end
          - -
          - -
          -
          -
          - -
          -
          -

          end method -

          - -
          - - -Future<void> -end() - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/end.

          -
          - - - -
          -

          Implementation

          -
          Future<void> end() => callFutureMethod(this, 'end');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/isConnected.html b/doc/api/deno_postgres_interop/QueryClientProps/isConnected.html deleted file mode 100644 index 8cfae19..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/isConnected.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - isConnected property - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          isConnected
          - -
          - -
          -
          -
          - -
          -
          -

          isConnected property -

          - - - -
          - -
          - - bool - isConnected - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryClient/connected.

          -
          - - -
          -

          Implementation

          -
          bool get isConnected => getProperty(this, 'connected');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryArray.html b/doc/api/deno_postgres_interop/QueryClientProps/queryArray.html deleted file mode 100644 index 17e3601..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/queryArray.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - queryArray method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryArray
          - -
          - -
          -
          -
          - -
          -
          -

          queryArray<T extends List> method -

          - -
          - - -Future<QueryArrayResult<T>> -queryArray<T extends List>(
          1. String query,
          2. -
          3. [QueryArguments? args]
          4. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/queryArray.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryArrayResult<T>> queryArray<T extends List<dynamic>>(
          -  String query, [
          -  QueryArguments? args,
          -]) =>
          -    ClientCommon.queryArray(this, query, args);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html b/doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html deleted file mode 100644 index f37fb1c..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - queryArrayWithOptions method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryArrayWithOptions
          - -
          - -
          -
          -
          - -
          -
          -

          queryArrayWithOptions<T extends List> method -

          - -
          - - -Future<QueryArrayResult<T>> -queryArrayWithOptions<T extends List>(
          1. QueryObjectOptions config
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/queryArray.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryArrayResult<T>> queryArrayWithOptions<T extends List<dynamic>>(
          -  QueryObjectOptions config,
          -) =>
          -    ClientCommon.queryArrayWithOptions(this, config);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryObject.html b/doc/api/deno_postgres_interop/QueryClientProps/queryObject.html deleted file mode 100644 index d83cc09..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/queryObject.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - queryObject method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryObject
          - -
          - -
          -
          -
          - -
          -
          -

          queryObject<T> method -

          - -
          - - -Future<QueryObjectResult<T>> -queryObject<T>(
          1. String query,
          2. -
          3. [QueryArguments? arguments]
          4. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/queryObject.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryObjectResult<T>> queryObject<T>(
          -  String query, [
          -  QueryArguments? arguments,
          -]) =>
          -    ClientCommon.queryObject(this, query, arguments);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html b/doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html deleted file mode 100644 index ec104c6..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - queryObjectWithOptions method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryObjectWithOptions
          - -
          - -
          -
          -
          - -
          -
          -

          queryObjectWithOptions<T> method -

          - -
          - - -Future<QueryObjectResult<T>> -queryObjectWithOptions<T>(
          1. QueryObjectOptions config
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/queryObject.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryObjectResult<T>> queryObjectWithOptions<T>(
          -  QueryObjectOptions config,
          -) =>
          -    ClientCommon.queryObjectWithOptions(this, config);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html b/doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html deleted file mode 100644 index 7715c1b..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/resetSessionMetadata.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - resetSessionMetadata method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          resetSessionMetadata
          - -
          - -
          -
          -
          - -
          -
          -

          resetSessionMetadata method -

          - -
          - - -void -resetSessionMetadata() - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryClient/resetSessionMetadata.

          -
          - - - -
          -

          Implementation

          -
          void resetSessionMetadata() => callMethod(this, 'resetSessionMetadata', []);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryClientProps/transaction.html b/doc/api/deno_postgres_interop/QueryClientProps/transaction.html deleted file mode 100644 index f03abed..0000000 --- a/doc/api/deno_postgres_interop/QueryClientProps/transaction.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - transaction method - QueryClientProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          transaction
          - -
          - -
          -
          -
          - -
          -
          -

          transaction<T> method -

          - -
          - - -Future<T> -transaction<T>(
          1. String name,
          2. -
          3. Future<T> f(
            1. Transaction
            2. -
            -),
          4. -
          5. [TransactionOptions? options]
          6. -
          ) - - - -
          - -
          -

          Convinience wrapper for createTransaction, -TransactionProps.begin, -and TransactionProps.commit.

          -
          - - - -
          -

          Implementation

          -
          Future<T> transaction<T>(
          -  String name,
          -  Future<T> Function(Transaction) f, [
          -  TransactionOptions? options,
          -]) async {
          -  final transaction = createTransaction(name, options);
          -  await transaction.begin();
          -  final result = await f(transaction);
          -  await transaction.commit();
          -
          -  return result;
          -}
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html b/doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html deleted file mode 100644 index e0c6ca2..0000000 --- a/doc/api/deno_postgres_interop/QueryObjectResult-class-sidebar.html +++ /dev/null @@ -1,30 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. QueryObjectResult
          4. - - -
          5. - Properties -
          6. -
          7. columns
          8. -
          9. hashCode
          10. -
          11. query
          12. -
          13. rowCount
          14. -
          15. rowDescription
          16. -
          17. runtimeType
          18. -
          19. warnings
          20. - -
          21. Methods
          22. -
          23. handleCommandComplete
          24. -
          25. loadColumnDescriptions
          26. -
          27. noSuchMethod
          28. -
          29. toString
          30. - -
          31. Operators
          32. -
          33. operator ==
          34. - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryObjectResult-class.html b/doc/api/deno_postgres_interop/QueryObjectResult-class.html deleted file mode 100644 index a581322..0000000 --- a/doc/api/deno_postgres_interop/QueryObjectResult-class.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - QueryObjectResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryObjectResult
          - -
          - -
          -
          -
          - -
          -
          -

          QueryObjectResult<T> class - -

          - - -
          -

          deno-postgres@v0.17.0/QueryObjectResult.

          -
          - - -
          -
          - -
          Inheritance
          -
          - -
          - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - QueryObjectResult(Query query) -
          -
          - deno-postgres@v0.17.0/QueryResult/constructor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - columns - List<String>? - -
          -
          - deno-postgres@v0.17.0/QueryObjectResult/columns. -
          read-only
          - -
          - -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - query - Query - -
          -
          - deno-postgres@v0.17.0/QueryResult/constructor. -
          read-onlyinherited
          - -
          - -
          - rowCount - int? - -
          -
          - deno-postgres@v0.17.0/QueryResult/rowCount. -
          read-onlyinherited
          - -
          - -
          - rowDescription - RowDescription? - -
          -
          - deno-postgres@v0.17.0/QueryResult/rowDescription. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - warnings - List<Notice> - -
          -
          - deno-postgres@v0.17.0/QueryResult/warnings. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - handleCommandComplete(String commandTag) - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryResult/handleCommandComplete. -
          inherited
          - -
          - -
          - loadColumnDescriptions(RowDescription description) - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions. -
          inherited
          - -
          - -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html b/doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html deleted file mode 100644 index 839f5e0..0000000 --- a/doc/api/deno_postgres_interop/QueryObjectResult/QueryObjectResult.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - QueryObjectResult constructor - QueryObjectResult - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryObjectResult
          - -
          - -
          -
          -
          - -
          -
          -

          QueryObjectResult<T> constructor -

          - -
          - - QueryObjectResult<T>(
          1. Query query
          2. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/constructor.

          -
          - - - -
          -

          Implementation

          -
          external factory QueryObjectResult
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryObjectResult/columns.html b/doc/api/deno_postgres_interop/QueryObjectResult/columns.html deleted file mode 100644 index 034ec52..0000000 --- a/doc/api/deno_postgres_interop/QueryObjectResult/columns.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - columns property - QueryObjectResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          columns
          - -
          - -
          -
          -
          - -
          -
          -

          columns property -

          - - - -
          - -
          - - List<String>? - columns - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryObjectResult/columns.

          -
          - - -
          -

          Implementation

          -
          external List<String>? get columns;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html deleted file mode 100644 index 935b67b..0000000 --- a/doc/api/deno_postgres_interop/QueryObjectResultProps-extension-sidebar.html +++ /dev/null @@ -1,13 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. rows
          4. - - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryObjectResultProps.html b/doc/api/deno_postgres_interop/QueryObjectResultProps.html deleted file mode 100644 index c744288..0000000 --- a/doc/api/deno_postgres_interop/QueryObjectResultProps.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - QueryObjectResultProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryObjectResultProps
          - -
          - -
          -
          -
          -
          -
          -

          QueryObjectResultProps<T> extension - -

          - - -
          -

          deno-postgres@v0.17.0/QueryObjectResult.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - rows - List<Map<String, dynamic>> - -
          -
          - deno-postgres@v0.17.0/QueryObjectResult/rows. -
          read-only
          - -
          - -
          -
          - - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html b/doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html deleted file mode 100644 index c3d5c3d..0000000 --- a/doc/api/deno_postgres_interop/QueryObjectResultProps/rows.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - rows property - QueryObjectResultProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          rows
          - -
          - -
          -
          -
          - -
          -
          -

          rows property -

          - - - -
          - -
          - - List<Map<String, dynamic>> - rows - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryObjectResult/rows.

          -
          - - -
          -

          Implementation

          -
          List<Map<String, dynamic>> get rows =>
          -    // ignore: cast_nullable_to_non_nullable
          -    (dartify(getProperty(this, 'rows')) as List)
          -        .cast<Map<dynamic, dynamic>>()
          -        .map((e) => e.cast<String, dynamic>())
          -        .toList();
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html deleted file mode 100644 index 956484f..0000000 --- a/doc/api/deno_postgres_interop/QueryProps-extension-sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. isCamelCase
          4. -
          5. resultType
          6. - - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryProps.html b/doc/api/deno_postgres_interop/QueryProps.html deleted file mode 100644 index 1d9725d..0000000 --- a/doc/api/deno_postgres_interop/QueryProps.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - QueryProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryProps
          - -
          - -
          -
          -
          -
          -
          -

          QueryProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/Query.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - isCamelCase - bool? - -
          -
          - deno-postgres@v0.17.0/Query/args. -
          read-only
          - -
          - -
          - resultType - ResultType - -
          -
          - deno-postgres@v0.17.0/Query/result_type. -
          read-only
          - -
          - -
          -
          - - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryProps/isCamelCase.html b/doc/api/deno_postgres_interop/QueryProps/isCamelCase.html deleted file mode 100644 index 692e101..0000000 --- a/doc/api/deno_postgres_interop/QueryProps/isCamelCase.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - isCamelCase property - QueryProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          isCamelCase
          - -
          - -
          -
          -
          - -
          -
          -

          isCamelCase property -

          - - - -
          - -
          - - bool? - isCamelCase - - -
          - - -
          -

          deno-postgres@v0.17.0/Query/args.

          -
          - - -
          -

          Implementation

          -
          bool? get isCamelCase => getProperty(this, 'camelcase');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryProps/resultType.html b/doc/api/deno_postgres_interop/QueryProps/resultType.html deleted file mode 100644 index 193634a..0000000 --- a/doc/api/deno_postgres_interop/QueryProps/resultType.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - resultType property - QueryProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          resultType
          - -
          - -
          -
          -
          - -
          -
          -

          resultType property -

          - - - -
          - -
          - - ResultType - resultType - - -
          - - -
          -

          deno-postgres@v0.17.0/Query/result_type.

          -
          - - -
          -

          Implementation

          -
          ResultType get resultType =>
          -    ResultType.values[getProperty(this, 'result_type')];
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult-class-sidebar.html b/doc/api/deno_postgres_interop/QueryResult-class-sidebar.html deleted file mode 100644 index 1057fc0..0000000 --- a/doc/api/deno_postgres_interop/QueryResult-class-sidebar.html +++ /dev/null @@ -1,29 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. QueryResult
          4. - - -
          5. - Properties -
          6. -
          7. hashCode
          8. -
          9. query
          10. -
          11. rowCount
          12. -
          13. rowDescription
          14. -
          15. runtimeType
          16. -
          17. warnings
          18. - -
          19. Methods
          20. -
          21. handleCommandComplete
          22. -
          23. loadColumnDescriptions
          24. -
          25. noSuchMethod
          26. -
          27. toString
          28. - -
          29. Operators
          30. -
          31. operator ==
          32. - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryResult-class.html b/doc/api/deno_postgres_interop/QueryResult-class.html deleted file mode 100644 index 67a3444..0000000 --- a/doc/api/deno_postgres_interop/QueryResult-class.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - QueryResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryResult
          - -
          - -
          -
          -
          - -
          -
          -

          QueryResult class - -

          - - -
          -

          deno-postgres@v0.17.0/QueryResult.

          -
          - - -
          -
          - - - - - -
          Implementers
          -
          - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - QueryResult(Query query) -
          -
          - deno-postgres@v0.17.0/QueryResult/constructor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - query - Query - -
          -
          - deno-postgres@v0.17.0/QueryResult/constructor. -
          read-only
          - -
          - -
          - rowCount - int? - -
          -
          - deno-postgres@v0.17.0/QueryResult/rowCount. -
          read-only
          - -
          - -
          - rowDescription - RowDescription? - -
          -
          - deno-postgres@v0.17.0/QueryResult/rowDescription. -
          read-only
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - warnings - List<Notice> - -
          -
          - deno-postgres@v0.17.0/QueryResult/warnings. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - handleCommandComplete(String commandTag) - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryResult/handleCommandComplete. - - -
          - -
          - loadColumnDescriptions(RowDescription description) - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions. - - -
          - -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult/QueryResult.html b/doc/api/deno_postgres_interop/QueryResult/QueryResult.html deleted file mode 100644 index 55e245b..0000000 --- a/doc/api/deno_postgres_interop/QueryResult/QueryResult.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - QueryResult constructor - QueryResult - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryResult
          - -
          - -
          -
          -
          - -
          -
          -

          QueryResult constructor -

          - -
          - - QueryResult(
          1. Query query
          2. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/constructor.

          -
          - - - -
          -

          Implementation

          -
          external factory QueryResult
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html b/doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html deleted file mode 100644 index 1d1630e..0000000 --- a/doc/api/deno_postgres_interop/QueryResult/handleCommandComplete.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - handleCommandComplete method - QueryResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          handleCommandComplete
          - -
          - -
          -
          -
          - -
          -
          -

          handleCommandComplete method -

          - -
          - - -void -handleCommandComplete(
          1. String commandTag
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryResult/handleCommandComplete.

          -
          - - - -
          -

          Implementation

          -
          external void handleCommandComplete(String commandTag);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html b/doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html deleted file mode 100644 index 65f19b6..0000000 --- a/doc/api/deno_postgres_interop/QueryResult/loadColumnDescriptions.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - loadColumnDescriptions method - QueryResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          loadColumnDescriptions
          - -
          - -
          -
          -
          - -
          -
          -

          loadColumnDescriptions method -

          - -
          - - -void -loadColumnDescriptions(
          1. RowDescription description
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions.

          -
          - - - -
          -

          Implementation

          -
          external void loadColumnDescriptions(RowDescription description);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult/query.html b/doc/api/deno_postgres_interop/QueryResult/query.html deleted file mode 100644 index 7542758..0000000 --- a/doc/api/deno_postgres_interop/QueryResult/query.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - query property - QueryResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          query
          - -
          - -
          -
          -
          - -
          -
          -

          query property -

          - - - -
          - -
          - - Query - query - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/constructor.

          -
          - - -
          -

          Implementation

          -
          external Query get query;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult/rowCount.html b/doc/api/deno_postgres_interop/QueryResult/rowCount.html deleted file mode 100644 index 050bbff..0000000 --- a/doc/api/deno_postgres_interop/QueryResult/rowCount.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - rowCount property - QueryResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          rowCount
          - -
          - -
          -
          -
          - -
          -
          -

          rowCount property -

          - - - -
          - -
          - - int? - rowCount - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/rowCount.

          -
          - - -
          -

          Implementation

          -
          external int? get rowCount;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult/rowDescription.html b/doc/api/deno_postgres_interop/QueryResult/rowDescription.html deleted file mode 100644 index 2e12e19..0000000 --- a/doc/api/deno_postgres_interop/QueryResult/rowDescription.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - rowDescription property - QueryResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          rowDescription
          - -
          - -
          -
          -
          - -
          -
          -

          rowDescription property -

          - - - -
          - -
          - - RowDescription? - rowDescription - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/rowDescription.

          -
          - - -
          -

          Implementation

          -
          external RowDescription? get rowDescription;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResult/warnings.html b/doc/api/deno_postgres_interop/QueryResult/warnings.html deleted file mode 100644 index b1d027b..0000000 --- a/doc/api/deno_postgres_interop/QueryResult/warnings.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - warnings property - QueryResult class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          warnings
          - -
          - -
          -
          -
          - -
          -
          -

          warnings property -

          - - - -
          - -
          - - List<Notice> - warnings - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/warnings.

          -
          - - -
          -

          Implementation

          -
          external List<Notice> get warnings;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html b/doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html deleted file mode 100644 index 1ee2d6b..0000000 --- a/doc/api/deno_postgres_interop/QueryResultProps-extension-sidebar.html +++ /dev/null @@ -1,15 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. command
          4. - -
          5. Methods
          6. -
          7. insertRow
          8. - - - - -
          diff --git a/doc/api/deno_postgres_interop/QueryResultProps.html b/doc/api/deno_postgres_interop/QueryResultProps.html deleted file mode 100644 index 4ffad82..0000000 --- a/doc/api/deno_postgres_interop/QueryResultProps.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - QueryResultProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          QueryResultProps
          - -
          - -
          -
          -
          -
          -
          -

          QueryResultProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/QueryResult.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - command - CommandType - -
          -
          - deno-postgres@v0.17.0/QueryResult/command. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - insertRow(List<List<int>> row) - → void - - - -
          -
          - deno-postgres@v0.17.0/QueryResult/insertRow. - - -
          - -
          -
          - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResultProps/command.html b/doc/api/deno_postgres_interop/QueryResultProps/command.html deleted file mode 100644 index a49fbc3..0000000 --- a/doc/api/deno_postgres_interop/QueryResultProps/command.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - command property - QueryResultProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          command
          - -
          - -
          -
          -
          - -
          -
          -

          command property -

          - - - -
          - -
          - - CommandType - command - - -
          - - -
          -

          deno-postgres@v0.17.0/QueryResult/command.

          -
          - - -
          -

          Implementation

          -
          CommandType get command => CommandType.parse(
          -      getProperty(this, 'command'),
          -    );
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/QueryResultProps/insertRow.html b/doc/api/deno_postgres_interop/QueryResultProps/insertRow.html deleted file mode 100644 index 104b2c1..0000000 --- a/doc/api/deno_postgres_interop/QueryResultProps/insertRow.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - insertRow method - QueryResultProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          insertRow
          - -
          - -
          -
          -
          - -
          -
          -

          insertRow method -

          - -
          - - -void -insertRow(
          1. List<List<int>> row
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/QueryResult/insertRow.

          -
          - - - -
          -

          Implementation

          -
          void insertRow(List<List<int>> row) => callMethod(this, 'insertRow', [row]);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ResultType-enum-sidebar.html b/doc/api/deno_postgres_interop/ResultType-enum-sidebar.html deleted file mode 100644 index d9b3370..0000000 --- a/doc/api/deno_postgres_interop/ResultType-enum-sidebar.html +++ /dev/null @@ -1,29 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. ResultType
          4. - -
          5. Values
          6. -
          7. array
          8. -
          9. object
          10. - -
          11. - Properties -
          12. -
          13. hashCode
          14. -
          15. index
          16. -
          17. runtimeType
          18. - -
          19. Methods
          20. -
          21. noSuchMethod
          22. -
          23. toString
          24. - -
          25. Operators
          26. -
          27. operator ==
          28. - - - - -
          29. Constants
          30. -
          31. values
          32. -
          diff --git a/doc/api/deno_postgres_interop/ResultType.html b/doc/api/deno_postgres_interop/ResultType.html deleted file mode 100644 index a1aa80e..0000000 --- a/doc/api/deno_postgres_interop/ResultType.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - - - ResultType enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          ResultType
          - -
          - -
          -
          -
          - -
          -
          - -

          - ResultType - enum - - -

          -
          - - -
          -

          deno-postgres@v0.17.0/ResultType.

          -
          - - -
          -
          - -
          Inheritance
          -
          - -
          - - - - - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - ResultType() -
          -
          - -
          const
          -
          -
          -
          - -
          -

          Values

          - -
          -
          - array - → const ResultType - - -
          -
          -

          array.

          - - -
          - -
          - object - → const ResultType - - -
          -
          -

          object.

          - - -
          - -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - index - int - -
          -
          - A numeric identifier for the enumerated value. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - -
          -

          Constants

          - -
          -
          - values - → const List<ResultType> - - -
          -
          - A constant List of the values in this enum, in order of their declaration. - - -
          - [array, object] -
          -
          - -
          -
          -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ResultType/ResultType.html b/doc/api/deno_postgres_interop/ResultType/ResultType.html deleted file mode 100644 index 085e66f..0000000 --- a/doc/api/deno_postgres_interop/ResultType/ResultType.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - ResultType constructor - ResultType - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          ResultType
          - -
          - -
          -
          -
          - -
          -
          -

          ResultType constructor -

          - -
          - const - ResultType() -
          - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/ResultType/values-constant.html b/doc/api/deno_postgres_interop/ResultType/values-constant.html deleted file mode 100644 index cb0540f..0000000 --- a/doc/api/deno_postgres_interop/ResultType/values-constant.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - values constant - ResultType enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          values
          - -
          - -
          -
          -
          - -
          -
          -

          values constant -

          - -
          - - List<ResultType> - const values - - -
          - -
          -

          A constant List of the values in this enum, in order of their declaration.

          -
          - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/RowDescription-class-sidebar.html b/doc/api/deno_postgres_interop/RowDescription-class-sidebar.html deleted file mode 100644 index 4241397..0000000 --- a/doc/api/deno_postgres_interop/RowDescription-class-sidebar.html +++ /dev/null @@ -1,25 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. RowDescription
          4. - - -
          5. - Properties -
          6. -
          7. columnCount
          8. -
          9. columns
          10. -
          11. hashCode
          12. -
          13. runtimeType
          14. - -
          15. Methods
          16. -
          17. noSuchMethod
          18. -
          19. toString
          20. - -
          21. Operators
          22. -
          23. operator ==
          24. - - - - -
          diff --git a/doc/api/deno_postgres_interop/RowDescription-class.html b/doc/api/deno_postgres_interop/RowDescription-class.html deleted file mode 100644 index a9c4724..0000000 --- a/doc/api/deno_postgres_interop/RowDescription-class.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - - - RowDescription class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          RowDescription
          - -
          - -
          -
          -
          - -
          -
          -

          RowDescription class - -

          - - -
          -

          deno-postgres@v0.17.0/RowDescription.

          -
          - - -
          -
          - - - - - - - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - RowDescription(int columnCount, List<Column> columns) -
          -
          - https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0 -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - columnCount - int - -
          -
          - https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0 -
          read-only
          - -
          - -
          - columns - List<Column> - -
          -
          - https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0 -
          read-only
          - -
          - -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/RowDescription/RowDescription.html b/doc/api/deno_postgres_interop/RowDescription/RowDescription.html deleted file mode 100644 index 4a74e66..0000000 --- a/doc/api/deno_postgres_interop/RowDescription/RowDescription.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - RowDescription constructor - RowDescription - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          RowDescription
          - -
          - -
          -
          -
          - -
          -
          -

          RowDescription constructor -

          - -
          - - RowDescription(
          1. int columnCount,
          2. -
          3. List<Column> columns
          4. -
          ) -
          - - -
          -

          https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0

          -
          - - - -
          -

          Implementation

          -
          external factory RowDescription
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/RowDescription/columnCount.html b/doc/api/deno_postgres_interop/RowDescription/columnCount.html deleted file mode 100644 index 950d1fd..0000000 --- a/doc/api/deno_postgres_interop/RowDescription/columnCount.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - columnCount property - RowDescription class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          columnCount
          - -
          - -
          -
          -
          - -
          -
          -

          columnCount property -

          - - - -
          - -
          - - int - columnCount - - -
          - - -
          -

          https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0

          -
          - - -
          -

          Implementation

          -
          external int get columnCount;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/RowDescription/columns.html b/doc/api/deno_postgres_interop/RowDescription/columns.html deleted file mode 100644 index 73edfbf..0000000 --- a/doc/api/deno_postgres_interop/RowDescription/columns.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - columns property - RowDescription class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          columns
          - -
          - -
          -
          -
          - -
          -
          -

          columns property -

          - - - -
          - -
          - - List<Column> - columns - - -
          - - -
          -

          https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0

          -
          - - -
          -

          Implementation

          -
          external List<Column> get columns;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Savepoint-class-sidebar.html b/doc/api/deno_postgres_interop/Savepoint-class-sidebar.html deleted file mode 100644 index 47451b0..0000000 --- a/doc/api/deno_postgres_interop/Savepoint-class-sidebar.html +++ /dev/null @@ -1,23 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. Savepoint
          4. - - -
          5. - Properties -
          6. -
          7. hashCode
          8. -
          9. runtimeType
          10. - -
          11. Methods
          12. -
          13. noSuchMethod
          14. -
          15. toString
          16. - -
          17. Operators
          18. -
          19. operator ==
          20. - - - - -
          diff --git a/doc/api/deno_postgres_interop/Savepoint-class.html b/doc/api/deno_postgres_interop/Savepoint-class.html deleted file mode 100644 index 32be87c..0000000 --- a/doc/api/deno_postgres_interop/Savepoint-class.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - - Savepoint class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Savepoint
          - -
          - -
          -
          -
          - -
          -
          -

          Savepoint class - -

          - - -
          -

          deno-postgres@v0.17.0/Savepoint.

          -
          - - -
          -
          - - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - Savepoint(String name, Future<void> updateCallback(String name), Future<void> releaseCallback(String name)) -
          -
          - deno-postgres@v0.17.0/Savepoint/constructor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Savepoint/Savepoint.html b/doc/api/deno_postgres_interop/Savepoint/Savepoint.html deleted file mode 100644 index c6f67b6..0000000 --- a/doc/api/deno_postgres_interop/Savepoint/Savepoint.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - Savepoint constructor - Savepoint - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Savepoint
          - -
          - -
          -
          -
          - -
          -
          -

          Savepoint constructor -

          - -
          - - Savepoint(
          1. String name,
          2. -
          3. Future<void> updateCallback(
            1. String name
            2. -
            -),
          4. -
          5. Future<void> releaseCallback(
            1. String name
            2. -
            -)
          6. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/Savepoint/constructor.

          -
          - - - -
          -

          Implementation

          -
          factory Savepoint
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html b/doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html deleted file mode 100644 index 232b483..0000000 --- a/doc/api/deno_postgres_interop/SavepointProps-extension-sidebar.html +++ /dev/null @@ -1,16 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. instancesCount
          4. - -
          5. Methods
          6. -
          7. release
          8. -
          9. update
          10. - - - - -
          diff --git a/doc/api/deno_postgres_interop/SavepointProps.html b/doc/api/deno_postgres_interop/SavepointProps.html deleted file mode 100644 index 47963b9..0000000 --- a/doc/api/deno_postgres_interop/SavepointProps.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - SavepointProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          SavepointProps
          - -
          - -
          -
          -
          -
          -
          -

          SavepointProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/Savepoint.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - instancesCount - int - -
          -
          - deno-postgres@v0.17.0/Savepoint/instances. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - release() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Savepoint/instances. - - -
          - -
          - update() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Savepoint/instances. - - -
          - -
          -
          - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/SavepointProps/instancesCount.html b/doc/api/deno_postgres_interop/SavepointProps/instancesCount.html deleted file mode 100644 index a1e039c..0000000 --- a/doc/api/deno_postgres_interop/SavepointProps/instancesCount.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - instancesCount property - SavepointProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          instancesCount
          - -
          - -
          -
          -
          - -
          -
          -

          instancesCount property -

          - - - -
          - -
          - - int - instancesCount - - -
          - - -
          -

          deno-postgres@v0.17.0/Savepoint/instances.

          -
          - - -
          -

          Implementation

          -
          int get instancesCount => getProperty(this, 'instances');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/SavepointProps/release.html b/doc/api/deno_postgres_interop/SavepointProps/release.html deleted file mode 100644 index fd6e949..0000000 --- a/doc/api/deno_postgres_interop/SavepointProps/release.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - release method - SavepointProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          release
          - -
          - -
          -
          -
          - -
          -
          -

          release method -

          - -
          - - -Future<void> -release() - - - -
          - -
          -

          deno-postgres@v0.17.0/Savepoint/instances.

          -
          - - - -
          -

          Implementation

          -
          Future<void> release() => callFutureMethod(this, 'release');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/SavepointProps/update.html b/doc/api/deno_postgres_interop/SavepointProps/update.html deleted file mode 100644 index 798a21f..0000000 --- a/doc/api/deno_postgres_interop/SavepointProps/update.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - update method - SavepointProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          update
          - -
          - -
          -
          -
          - -
          -
          -

          update method -

          - -
          - - -Future<void> -update() - - - -
          - -
          -

          deno-postgres@v0.17.0/Savepoint/instances.

          -
          - - - -
          -

          Implementation

          -
          Future<void> update() => callFutureMethod(this, 'update');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Session-class-sidebar.html b/doc/api/deno_postgres_interop/Session-class-sidebar.html deleted file mode 100644 index 3f6409d..0000000 --- a/doc/api/deno_postgres_interop/Session-class-sidebar.html +++ /dev/null @@ -1,25 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. Session
          4. - - -
          5. - Properties -
          6. -
          7. hashCode
          8. -
          9. pid
          10. -
          11. runtimeType
          12. -
          13. tls
          14. - -
          15. Methods
          16. -
          17. noSuchMethod
          18. -
          19. toString
          20. - -
          21. Operators
          22. -
          23. operator ==
          24. - - - - -
          diff --git a/doc/api/deno_postgres_interop/Session-class.html b/doc/api/deno_postgres_interop/Session-class.html deleted file mode 100644 index dce2db0..0000000 --- a/doc/api/deno_postgres_interop/Session-class.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - - - Session class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Session
          - -
          - -
          -
          -
          - -
          -
          -

          Session class - -

          - - -
          -

          deno-postgres@v0.17.0/Session.

          -
          - - -
          -
          - - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - Session() -
          -
          - -
          -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - pid - int? - -
          -
          - deno-postgres@v0.17.0/Session/pid -
          read-only
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - tls - bool? - -
          -
          - deno-postgres@v0.17.0/Session/tls -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Session/Session.html b/doc/api/deno_postgres_interop/Session/Session.html deleted file mode 100644 index a1f153f..0000000 --- a/doc/api/deno_postgres_interop/Session/Session.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - Session constructor - Session - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Session
          - -
          - -
          -
          -
          - -
          -
          -

          Session constructor -

          - -
          - - Session() -
          - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Session/pid.html b/doc/api/deno_postgres_interop/Session/pid.html deleted file mode 100644 index 1c925b3..0000000 --- a/doc/api/deno_postgres_interop/Session/pid.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - pid property - Session class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          pid
          - -
          - -
          -
          -
          - -
          -
          -

          pid property -

          - - - -
          - -
          - - int? - pid - - -
          - - -
          -

          deno-postgres@v0.17.0/Session/pid

          -
          - - -
          -

          Implementation

          -
          external int? get pid;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Session/tls.html b/doc/api/deno_postgres_interop/Session/tls.html deleted file mode 100644 index bf40092..0000000 --- a/doc/api/deno_postgres_interop/Session/tls.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - tls property - Session class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          tls
          - -
          - -
          -
          -
          - -
          -
          -

          tls property -

          - - - -
          - -
          - - bool? - tls - - -
          - - -
          -

          deno-postgres@v0.17.0/Session/tls

          -
          - - -
          -

          Implementation

          -
          external bool? get tls;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html b/doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html deleted file mode 100644 index 96b962d..0000000 --- a/doc/api/deno_postgres_interop/SessionProps-extension-sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. currentTransacton
          4. -
          5. transport
          6. - - - - - -
          diff --git a/doc/api/deno_postgres_interop/SessionProps.html b/doc/api/deno_postgres_interop/SessionProps.html deleted file mode 100644 index 78d3dd3..0000000 --- a/doc/api/deno_postgres_interop/SessionProps.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - SessionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          SessionProps
          - -
          - -
          -
          -
          -
          -
          -

          SessionProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/Session.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - currentTransacton - String? - -
          -
          - deno-postgres@v0.17.0/Session/current_transaction -
          read-only
          - -
          - -
          - transport - Transport? - -
          -
          - deno-postgres@v0.17.0/Session/transport -
          read-only
          - -
          - -
          -
          - - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/SessionProps/currentTransacton.html b/doc/api/deno_postgres_interop/SessionProps/currentTransacton.html deleted file mode 100644 index 628eb2b..0000000 --- a/doc/api/deno_postgres_interop/SessionProps/currentTransacton.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - currentTransacton property - SessionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          currentTransacton
          - -
          - -
          -
          -
          - -
          -
          -

          currentTransacton property -

          - - - -
          - -
          - - String? - currentTransacton - - -
          - - -
          -

          deno-postgres@v0.17.0/Session/current_transaction

          -
          - - -
          -

          Implementation

          -
          String? get currentTransacton => getProperty(this, 'current_transaction');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/SessionProps/transport.html b/doc/api/deno_postgres_interop/SessionProps/transport.html deleted file mode 100644 index 5eef82b..0000000 --- a/doc/api/deno_postgres_interop/SessionProps/transport.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - transport property - SessionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          transport
          - -
          - -
          -
          -
          - -
          -
          -

          transport property -

          - - - -
          - -
          - - Transport? - transport - - -
          - - -
          -

          deno-postgres@v0.17.0/Session/transport

          -
          - - -
          -

          Implementation

          -
          Transport? get transport {
          -  final string = getProperty<String?>(this, 'transport');
          -
          -  return string == null ? null : Transport.parse(string);
          -}
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html b/doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html deleted file mode 100644 index c4d26cb..0000000 --- a/doc/api/deno_postgres_interop/TLSOptions-class-sidebar.html +++ /dev/null @@ -1,24 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. TLSOptions
          4. - - -
          5. - Properties -
          6. -
          7. caCertificates
          8. -
          9. hashCode
          10. -
          11. runtimeType
          12. - -
          13. Methods
          14. -
          15. noSuchMethod
          16. -
          17. toString
          18. - -
          19. Operators
          20. -
          21. operator ==
          22. - - - - -
          diff --git a/doc/api/deno_postgres_interop/TLSOptions-class.html b/doc/api/deno_postgres_interop/TLSOptions-class.html deleted file mode 100644 index dc5eac1..0000000 --- a/doc/api/deno_postgres_interop/TLSOptions-class.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - TLSOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TLSOptions
          - -
          - -
          -
          -
          - -
          -
          -

          TLSOptions class - -

          - - -
          -

          deno-postgres@v0.17.0/TLSOptions.

          -
          - - -
          -
          - - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - TLSOptions({required List<String> caCertificates, required bool isEnabled, required bool isEnforced}) -
          -
          - deno-postgres@v0.17.0/TLSOptions. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - caCertificates - List<String> - -
          -
          - deno-postgres@v0.17.0/TLSOptions/caCertificates. -
          read-only
          - -
          - -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html b/doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html deleted file mode 100644 index 7aadd24..0000000 --- a/doc/api/deno_postgres_interop/TLSOptions/TLSOptions.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - TLSOptions constructor - TLSOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TLSOptions
          - -
          - -
          -
          -
          - -
          -
          -

          TLSOptions constructor -

          - -
          - - TLSOptions(
          1. {required List<String> caCertificates,
          2. -
          3. required bool isEnabled,
          4. -
          5. required bool isEnforced}
          6. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/TLSOptions.

          -
          - - - -
          -

          Implementation

          -
          factory TLSOptions
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TLSOptions/caCertificates.html b/doc/api/deno_postgres_interop/TLSOptions/caCertificates.html deleted file mode 100644 index 436901f..0000000 --- a/doc/api/deno_postgres_interop/TLSOptions/caCertificates.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - caCertificates property - TLSOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          caCertificates
          - -
          - -
          -
          -
          - -
          -
          -

          caCertificates property -

          - - - -
          - -
          - - List<String> - caCertificates - - -
          - - -
          -

          deno-postgres@v0.17.0/TLSOptions/caCertificates.

          -
          - - -
          -

          Implementation

          -
          external List<String> get caCertificates;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html deleted file mode 100644 index 87b397f..0000000 --- a/doc/api/deno_postgres_interop/TLSOptionsProps-extension-sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. isEnabled
          4. -
          5. isEnforced
          6. - - - - - -
          diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps.html b/doc/api/deno_postgres_interop/TLSOptionsProps.html deleted file mode 100644 index 9c276c3..0000000 --- a/doc/api/deno_postgres_interop/TLSOptionsProps.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - TLSOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TLSOptionsProps
          - -
          - -
          -
          -
          -
          -
          -

          TLSOptionsProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/TLSOptions.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - isEnabled - bool - -
          -
          - deno-postgres@v0.17.0/TLSOptions/enabled. -
          read-only
          - -
          - -
          - isEnforced - bool - -
          -
          - deno-postgres@v0.17.0/TLSOptions/enforce. -
          read-only
          - -
          - -
          -
          - - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html b/doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html deleted file mode 100644 index ca7e3ee..0000000 --- a/doc/api/deno_postgres_interop/TLSOptionsProps/isEnabled.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - isEnabled property - TLSOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          isEnabled
          - -
          - -
          -
          -
          - -
          -
          -

          isEnabled property -

          - - - -
          - -
          - - bool - isEnabled - - -
          - - -
          -

          deno-postgres@v0.17.0/TLSOptions/enabled.

          -
          - - -
          -

          Implementation

          -
          bool get isEnabled => getProperty(this, 'isEnabled');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html b/doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html deleted file mode 100644 index 42aee60..0000000 --- a/doc/api/deno_postgres_interop/TLSOptionsProps/isEnforced.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - isEnforced property - TLSOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          isEnforced
          - -
          - -
          -
          -
          - -
          -
          -

          isEnforced property -

          - - - -
          - -
          - - bool - isEnforced - - -
          - - -
          -

          deno-postgres@v0.17.0/TLSOptions/enforce.

          -
          - - -
          -

          Implementation

          -
          bool get isEnforced => getProperty(this, 'enforce');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Transaction-class-sidebar.html b/doc/api/deno_postgres_interop/Transaction-class-sidebar.html deleted file mode 100644 index 7c30448..0000000 --- a/doc/api/deno_postgres_interop/Transaction-class-sidebar.html +++ /dev/null @@ -1,25 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. Transaction
          4. - - -
          5. - Properties -
          6. -
          7. hashCode
          8. -
          9. runtimeType
          10. -
          11. savepoints
          12. - -
          13. Methods
          14. -
          15. getSavepoint
          16. -
          17. noSuchMethod
          18. -
          19. toString
          20. - -
          21. Operators
          22. -
          23. operator ==
          24. - - - - -
          diff --git a/doc/api/deno_postgres_interop/Transaction-class.html b/doc/api/deno_postgres_interop/Transaction-class.html deleted file mode 100644 index 8d9858c..0000000 --- a/doc/api/deno_postgres_interop/Transaction-class.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - Transaction class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Transaction
          - -
          - -
          -
          -
          - -
          -
          -

          Transaction class - -

          - - -
          -

          deno-postgres@v0.17.0/Transaction.

          -
          - - -
          -
          - - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - Transaction({required String name, required QueryClient client, required Future<QueryResult> executeQueryCallback(Query query), required void updateClientLockCallback(String? name), TransactionOptions? options}) -
          -
          - deno-postgres@v0.17.0/Transaction/construtor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - savepoints - List<Savepoint> - -
          -
          - deno-postgres@v0.17.0/Transaction/savepoints. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - getSavepoint(String name) - Savepoint? - - - -
          -
          - deno-postgres@v0.17.0/Transaction/getSavepoint. - - -
          - -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Transaction/Transaction.html b/doc/api/deno_postgres_interop/Transaction/Transaction.html deleted file mode 100644 index 30b1556..0000000 --- a/doc/api/deno_postgres_interop/Transaction/Transaction.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - Transaction constructor - Transaction - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Transaction
          - -
          - -
          -
          -
          - -
          -
          -

          Transaction constructor -

          - -
          - - Transaction(
          1. {required String name,
          2. -
          3. required QueryClient client,
          4. -
          5. required Future<QueryResult> executeQueryCallback(
            1. Query query
            2. -
            -),
          6. -
          7. required void updateClientLockCallback(
            1. String? name
            2. -
            -),
          8. -
          9. TransactionOptions? options}
          10. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/Transaction/construtor.

          -
          - - - -
          -

          Implementation

          -
          factory Transaction
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Transaction/getSavepoint.html b/doc/api/deno_postgres_interop/Transaction/getSavepoint.html deleted file mode 100644 index f11c8f3..0000000 --- a/doc/api/deno_postgres_interop/Transaction/getSavepoint.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - getSavepoint method - Transaction class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          getSavepoint
          - -
          - -
          -
          -
          - -
          -
          -

          getSavepoint method -

          - -
          - - -Savepoint? -getSavepoint(
          1. String name
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/getSavepoint.

          -
          - - - -
          -

          Implementation

          -
          external Savepoint? getSavepoint(String name);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Transaction/savepoints.html b/doc/api/deno_postgres_interop/Transaction/savepoints.html deleted file mode 100644 index a5dab64..0000000 --- a/doc/api/deno_postgres_interop/Transaction/savepoints.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - savepoints property - Transaction class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          savepoints
          - -
          - -
          -
          -
          - -
          -
          -

          savepoints property -

          - - - -
          - -
          - - List<Savepoint> - savepoints - - -
          - - -
          -

          deno-postgres@v0.17.0/Transaction/savepoints.

          -
          - - -
          -

          Implementation

          -
          external List<Savepoint> get savepoints;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionError-class-sidebar.html b/doc/api/deno_postgres_interop/TransactionError-class-sidebar.html deleted file mode 100644 index a60a241..0000000 --- a/doc/api/deno_postgres_interop/TransactionError-class-sidebar.html +++ /dev/null @@ -1,26 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. TransactionError
          4. - - -
          5. - Properties -
          6. -
          7. cause
          8. -
          9. hashCode
          10. -
          11. message
          12. -
          13. name
          14. -
          15. runtimeType
          16. - -
          17. Methods
          18. -
          19. noSuchMethod
          20. -
          21. toString
          22. - -
          23. Operators
          24. -
          25. operator ==
          26. - - - - -
          diff --git a/doc/api/deno_postgres_interop/TransactionError-class.html b/doc/api/deno_postgres_interop/TransactionError-class.html deleted file mode 100644 index 800e9a4..0000000 --- a/doc/api/deno_postgres_interop/TransactionError-class.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - - TransactionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TransactionError
          - -
          - -
          -
          -
          - -
          -
          -

          TransactionError class - -

          - - -
          -

          deno-postgres@v0.17.0/TransactionError.

          -
          - - -
          -
          - - - - - - - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - TransactionError() -
          -
          - -
          -
          -
          - -
          -

          Properties

          - -
          -
          - cause - PostgresError - -
          -
          - js/Error/cause. -deno-postgres@v0.17.0/TransactionError/constructor. -
          read-only
          - -
          - -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - message - String - -
          -
          - js/Error/message. -
          read-only
          - -
          - -
          - name - String - -
          -
          - js/Error/name. -
          read-only
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionError/TransactionError.html b/doc/api/deno_postgres_interop/TransactionError/TransactionError.html deleted file mode 100644 index 54bf50a..0000000 --- a/doc/api/deno_postgres_interop/TransactionError/TransactionError.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - TransactionError constructor - TransactionError - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TransactionError
          - -
          - -
          -
          -
          - -
          -
          -

          TransactionError constructor -

          - -
          - - TransactionError() -
          - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionError/cause.html b/doc/api/deno_postgres_interop/TransactionError/cause.html deleted file mode 100644 index 74b36e5..0000000 --- a/doc/api/deno_postgres_interop/TransactionError/cause.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - cause property - TransactionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          cause
          - -
          - -
          -
          -
          - -
          -
          -

          cause property -

          - - - -
          - -
          - - PostgresError - cause - - -
          - - -
          -

          js/Error/cause. -deno-postgres@v0.17.0/TransactionError/constructor.

          -
          - - -
          -

          Implementation

          -
          external PostgresError get cause;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionError/message.html b/doc/api/deno_postgres_interop/TransactionError/message.html deleted file mode 100644 index 2d8d887..0000000 --- a/doc/api/deno_postgres_interop/TransactionError/message.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - message property - TransactionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          message
          - -
          - -
          -
          -
          - -
          -
          -

          message property -

          - - - -
          - -
          - - String - message - - -
          - - -
          -

          js/Error/message.

          -
          - - -
          -

          Implementation

          -
          external String get message;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionError/name.html b/doc/api/deno_postgres_interop/TransactionError/name.html deleted file mode 100644 index b3060df..0000000 --- a/doc/api/deno_postgres_interop/TransactionError/name.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - name property - TransactionError class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          name
          - -
          - -
          -
          -
          - -
          -
          -

          name property -

          - - - -
          - -
          - - String - name - - -
          - - -
          -

          js/Error/name.

          -
          - - -
          -

          Implementation

          -
          external String get name;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html b/doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html deleted file mode 100644 index f9a3103..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptions-class-sidebar.html +++ /dev/null @@ -1,24 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. TransactionOptions
          4. - - -
          5. - Properties -
          6. -
          7. hashCode
          8. -
          9. runtimeType
          10. -
          11. snapshot
          12. - -
          13. Methods
          14. -
          15. noSuchMethod
          16. -
          17. toString
          18. - -
          19. Operators
          20. -
          21. operator ==
          22. - - - - -
          diff --git a/doc/api/deno_postgres_interop/TransactionOptions-class.html b/doc/api/deno_postgres_interop/TransactionOptions-class.html deleted file mode 100644 index 1b12a5d..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptions-class.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - TransactionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TransactionOptions
          - -
          - -
          -
          -
          - -
          -
          -

          TransactionOptions class - -

          - - -
          -

          deno-postgres@v0.17.0/TransactionOptions.

          -
          - - -
          -
          - - - - - - -
          Available Extensions
          -
          - - -
          Annotations
          -
          -
            -
          • @JS()
          • -
          -
          - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - TransactionOptions({IsolationLevel? isolationLevel, bool? isReadOnly, String? snapshot}) -
          -
          - deno-postgres@v0.17.0/TransactionOptions/constructor. -
          factory
          -
          -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          - snapshot - String? - -
          -
          - deno-postgres@v0.17.0/TransactionOptions/snapshot. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html b/doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html deleted file mode 100644 index 5e8577b..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptions/TransactionOptions.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - TransactionOptions constructor - TransactionOptions - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TransactionOptions
          - -
          - -
          -
          -
          - -
          -
          -

          TransactionOptions constructor -

          - -
          - - TransactionOptions(
          1. {IsolationLevel? isolationLevel,
          2. -
          3. bool? isReadOnly,
          4. -
          5. String? snapshot}
          6. -
          ) -
          - - -
          -

          deno-postgres@v0.17.0/TransactionOptions/constructor.

          -
          - - - -
          -

          Implementation

          -
          factory TransactionOptions
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionOptions/snapshot.html b/doc/api/deno_postgres_interop/TransactionOptions/snapshot.html deleted file mode 100644 index 8002179..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptions/snapshot.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - snapshot property - TransactionOptions class - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          snapshot
          - -
          - -
          -
          -
          - -
          -
          -

          snapshot property -

          - - - -
          - -
          - - String? - snapshot - - -
          - - -
          -

          deno-postgres@v0.17.0/TransactionOptions/snapshot.

          -
          - - -
          -

          Implementation

          -
          external String? get snapshot;
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html b/doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html deleted file mode 100644 index 9db275d..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptionsProps-extension-sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. isolationLevel
          4. -
          5. isReadOnly
          6. - - - - - -
          diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps.html b/doc/api/deno_postgres_interop/TransactionOptionsProps.html deleted file mode 100644 index 127bb75..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptionsProps.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - TransactionOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TransactionOptionsProps
          - -
          - -
          -
          -
          -
          -
          -

          TransactionOptionsProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/TransactionOptions.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - isolationLevel - IsolationLevel? - -
          -
          - deno-postgres@v0.17.0/TransactionOptions/isolation_level. -
          read-only
          - -
          - -
          - isReadOnly - bool? - -
          -
          - deno-postgres@v0.17.0/TransactionOptions/read_only. -
          read-only
          - -
          - -
          -
          - - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html b/doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html deleted file mode 100644 index 21be932..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptionsProps/isReadOnly.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - isReadOnly property - TransactionOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          isReadOnly
          - -
          - -
          -
          -
          - -
          -
          -

          isReadOnly property -

          - - - -
          - -
          - - bool? - isReadOnly - - -
          - - -
          -

          deno-postgres@v0.17.0/TransactionOptions/read_only.

          -
          - - -
          -

          Implementation

          -
          bool? get isReadOnly => getProperty(this, 'read_only');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html b/doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html deleted file mode 100644 index 6fbca6d..0000000 --- a/doc/api/deno_postgres_interop/TransactionOptionsProps/isolationLevel.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - isolationLevel property - TransactionOptionsProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          isolationLevel
          - -
          - -
          -
          -
          - -
          -
          -

          isolationLevel property -

          - - - -
          - -
          - - IsolationLevel? - isolationLevel - - -
          - - -
          -

          deno-postgres@v0.17.0/TransactionOptions/isolation_level.

          -
          - - -
          -

          Implementation

          -
          IsolationLevel? get isolationLevel {
          -  final jsProperty = getProperty<String?>(this, 'isolation_level');
          -
          -  return jsProperty == null ? null : IsolationLevel.parse(jsProperty);
          -}
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html b/doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html deleted file mode 100644 index 5619216..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps-extension-sidebar.html +++ /dev/null @@ -1,26 +0,0 @@ -
            - - - - -
          1. Properties
          2. -
          3. isolationLevel
          4. -
          5. snapshot
          6. - -
          7. Methods
          8. -
          9. begin
          10. -
          11. commit
          12. -
          13. createSavepoint
          14. -
          15. getActiveSavepointsNames
          16. -
          17. queryArray
          18. -
          19. queryArrayWithOptions
          20. -
          21. queryObject
          22. -
          23. queryObjectWithOptions
          24. -
          25. rollback
          26. -
          27. rollbackByName
          28. -
          29. rollbackWithChain
          30. - - - - -
          diff --git a/doc/api/deno_postgres_interop/TransactionProps.html b/doc/api/deno_postgres_interop/TransactionProps.html deleted file mode 100644 index 6888622..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          TransactionProps
          - -
          - -
          -
          -
          -
          -
          -

          TransactionProps extension - -

          - - -
          -

          deno-postgres@v0.17.0/Transaction.

          -
          - -
          -
          -
          on
          -
          - -
          -
          - - - -
          - -
          -

          Properties

          - -
          -
          - isolationLevel - IsolationLevel - -
          -
          - deno-postgres@v0.17.0/Transaction/isolation_level. -
          read-only
          - -
          - -
          - snapshot - Future<String> - -
          -
          - deno-postgres@v0.17.0/Transaction/getSnapshot. -
          read-only
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - begin() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/begin. - - -
          - -
          - commit({bool? chain}) - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/commit. - - -
          - -
          - createSavepoint(String name) - Future<Savepoint> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/savepoint. - - -
          - -
          - getActiveSavepointsNames() - List<String> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/getSavepoints. - - -
          - -
          - queryArray<T extends List>(String query, [QueryArguments? args]) - Future<QueryArrayResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/queryArray. - - -
          - -
          - queryArrayWithOptions<T extends List>(QueryObjectOptions config) - Future<QueryArrayResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/queryArray. - - -
          - -
          - queryObject<T>(String query, [QueryArguments? arguments]) - Future<QueryObjectResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/queryObject. - - -
          - -
          - queryObjectWithOptions<T>(QueryObjectOptions config) - Future<QueryObjectResult<T>> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/queryObject. - - -
          - -
          - rollback([Savepoint? savepoint]) - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/rollback. - - -
          - -
          - rollbackByName(String savepoint) - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/rollback. - - -
          - -
          - rollbackWithChain() - Future<void> - - - -
          -
          - deno-postgres@v0.17.0/Transaction/rollback. - - -
          - -
          -
          - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/begin.html b/doc/api/deno_postgres_interop/TransactionProps/begin.html deleted file mode 100644 index b94461e..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/begin.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - begin method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          begin
          - -
          - -
          -
          -
          - -
          -
          -

          begin method -

          - -
          - - -Future<void> -begin() - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/begin.

          -
          - - - -
          -

          Implementation

          -
          Future<void> begin() => callFutureMethod(this, 'begin');
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/commit.html b/doc/api/deno_postgres_interop/TransactionProps/commit.html deleted file mode 100644 index c31fad4..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/commit.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - commit method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          commit
          - -
          - -
          -
          -
          - -
          -
          -

          commit method -

          - -
          - - -Future<void> -commit(
          1. {bool? chain}
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/commit.

          -
          - - - -
          -

          Implementation

          -
          Future<void> commit({bool? chain}) => callFutureMethod(
          -      this,
          -      'commit',
          -      [
          -        if (chain != null) {'chain': chain},
          -      ],
          -    );
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html b/doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html deleted file mode 100644 index e4ef038..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/createSavepoint.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - createSavepoint method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          createSavepoint
          - -
          - -
          -
          -
          - -
          -
          -

          createSavepoint method -

          - -
          - - -Future<Savepoint> -createSavepoint(
          1. String name
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/savepoint.

          -
          - - - -
          -

          Implementation

          -
          Future<Savepoint> createSavepoint(String name) =>
          -    callFutureMethod(this, 'savepoint', [name]);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html b/doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html deleted file mode 100644 index 08468bd..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - getActiveSavepointsNames method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          getActiveSavepointsNames
          - -
          - -
          -
          -
          - -
          -
          -

          getActiveSavepointsNames method -

          - -
          - - -List<String> -getActiveSavepointsNames() - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/getSavepoints.

          -
          - - - -
          -

          Implementation

          -
          List<String> getActiveSavepointsNames() =>
          -    callMethod(this, 'getSavepoints', []);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html b/doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html deleted file mode 100644 index 69880a4..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/isolationLevel.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - isolationLevel property - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          isolationLevel
          - -
          - -
          -
          -
          - -
          -
          -

          isolationLevel property -

          - - - -
          - -
          - - IsolationLevel - isolationLevel - - -
          - - -
          -

          deno-postgres@v0.17.0/Transaction/isolation_level.

          -
          - - -
          -

          Implementation

          -
          IsolationLevel get isolationLevel =>
          -    IsolationLevel.parse(getProperty(this, 'isolation_name'));
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryArray.html b/doc/api/deno_postgres_interop/TransactionProps/queryArray.html deleted file mode 100644 index 03e8b31..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/queryArray.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - queryArray method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryArray
          - -
          - -
          -
          -
          - -
          -
          -

          queryArray<T extends List> method -

          - -
          - - -Future<QueryArrayResult<T>> -queryArray<T extends List>(
          1. String query,
          2. -
          3. [QueryArguments? args]
          4. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/queryArray.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryArrayResult<T>> queryArray<T extends List<dynamic>>(
          -  String query, [
          -  QueryArguments? args,
          -]) =>
          -    ClientCommon.queryArray(this, query, args);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html b/doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html deleted file mode 100644 index 23def82..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/queryArrayWithOptions.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - queryArrayWithOptions method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryArrayWithOptions
          - -
          - -
          -
          -
          - -
          -
          -

          queryArrayWithOptions<T extends List> method -

          - -
          - - -Future<QueryArrayResult<T>> -queryArrayWithOptions<T extends List>(
          1. QueryObjectOptions config
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/queryArray.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryArrayResult<T>> queryArrayWithOptions<T extends List<dynamic>>(
          -  QueryObjectOptions config,
          -) =>
          -    ClientCommon.queryArrayWithOptions(this, config);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryObject.html b/doc/api/deno_postgres_interop/TransactionProps/queryObject.html deleted file mode 100644 index 7ae87cf..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/queryObject.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - queryObject method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryObject
          - -
          - -
          -
          -
          - -
          -
          -

          queryObject<T> method -

          - -
          - - -Future<QueryObjectResult<T>> -queryObject<T>(
          1. String query,
          2. -
          3. [QueryArguments? arguments]
          4. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/queryObject.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryObjectResult<T>> queryObject<T>(
          -  String query, [
          -  QueryArguments? arguments,
          -]) =>
          -    ClientCommon.queryObject(this, query, arguments);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html b/doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html deleted file mode 100644 index e9c76d3..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/queryObjectWithOptions.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - queryObjectWithOptions method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          queryObjectWithOptions
          - -
          - -
          -
          -
          - -
          -
          -

          queryObjectWithOptions<T> method -

          - -
          - - -Future<QueryObjectResult<T>> -queryObjectWithOptions<T>(
          1. QueryObjectOptions config
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/queryObject.

          -
          - - - -
          -

          Implementation

          -
          Future<QueryObjectResult<T>> queryObjectWithOptions<T>(
          -  QueryObjectOptions config,
          -) =>
          -    ClientCommon.queryObjectWithOptions(this, config);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/rollback.html b/doc/api/deno_postgres_interop/TransactionProps/rollback.html deleted file mode 100644 index 1a433c2..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/rollback.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - rollback method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          rollback
          - -
          - -
          -
          -
          - -
          -
          -

          rollback method -

          - -
          - - -Future<void> -rollback(
          1. [Savepoint? savepoint]
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/rollback.

          -
          - - - -
          -

          Implementation

          -
          Future<void> rollback([Savepoint? savepoint]) => callFutureMethod(
          -      this,
          -      'rollback',
          -      [if (savepoint != null) savepoint],
          -    );
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html b/doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html deleted file mode 100644 index d0dab6b..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/rollbackByName.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - rollbackByName method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          rollbackByName
          - -
          - -
          -
          -
          - -
          -
          -

          rollbackByName method -

          - -
          - - -Future<void> -rollbackByName(
          1. String savepoint
          2. -
          ) - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/rollback.

          -
          - - - -
          -

          Implementation

          -
          Future<void> rollbackByName(String savepoint) =>
          -    callFutureMethod(this, 'rollback', [savepoint]);
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html b/doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html deleted file mode 100644 index d131e3e..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/rollbackWithChain.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - rollbackWithChain method - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          rollbackWithChain
          - -
          - -
          -
          -
          - -
          -
          -

          rollbackWithChain method -

          - -
          - - -Future<void> -rollbackWithChain() - - - -
          - -
          -

          deno-postgres@v0.17.0/Transaction/rollback.

          -
          - - - -
          -

          Implementation

          -
          Future<void> rollbackWithChain() => callFutureMethod(
          -      this,
          -      'rollback',
          -      [
          -        jsify({'chain': true}),
          -      ],
          -    );
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/TransactionProps/snapshot.html b/doc/api/deno_postgres_interop/TransactionProps/snapshot.html deleted file mode 100644 index c16f470..0000000 --- a/doc/api/deno_postgres_interop/TransactionProps/snapshot.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - snapshot property - TransactionProps extension - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          snapshot
          - -
          - -
          -
          -
          - -
          -
          -

          snapshot property -

          - - - -
          - -
          - - Future<String> - snapshot - - -
          - - -
          -

          deno-postgres@v0.17.0/Transaction/getSnapshot.

          -
          - - -
          -

          Implementation

          -
          Future<String> get snapshot => callFutureMethod(this, 'getSnapshot');
          -
          - -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Transport-enum-sidebar.html b/doc/api/deno_postgres_interop/Transport-enum-sidebar.html deleted file mode 100644 index 8f01050..0000000 --- a/doc/api/deno_postgres_interop/Transport-enum-sidebar.html +++ /dev/null @@ -1,31 +0,0 @@ -
            - -
          1. Constructors
          2. -
          3. Transport
          4. - -
          5. Values
          6. -
          7. tcp
          8. -
          9. socket
          10. - -
          11. - Properties -
          12. -
          13. hashCode
          14. -
          15. index
          16. -
          17. runtimeType
          18. - -
          19. Methods
          20. -
          21. noSuchMethod
          22. -
          23. toString
          24. - -
          25. Operators
          26. -
          27. operator ==
          28. - - - -
          29. Static methods
          30. -
          31. parse
          32. - -
          33. Constants
          34. -
          35. values
          36. -
          diff --git a/doc/api/deno_postgres_interop/Transport.html b/doc/api/deno_postgres_interop/Transport.html deleted file mode 100644 index f991c76..0000000 --- a/doc/api/deno_postgres_interop/Transport.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - Transport enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Transport
          - -
          - -
          -
          -
          - -
          -
          - -

          - Transport - enum - - -

          -
          - - -
          -

          TCP | SOCKET.

          -
          - - -
          -
          - -
          Inheritance
          -
          - -
          - - - - - - -
          -
          - - -
          -

          Constructors

          - -
          -
          - Transport() -
          -
          - -
          const
          -
          -
          -
          - -
          -

          Values

          - -
          -
          - tcp - → const Transport - - -
          -
          -

          tcp.

          - - -
          - -
          - socket - → const Transport - - -
          -
          -

          socket.

          - - -
          - -
          -
          - -
          -

          Properties

          - -
          -
          - hashCode - int - -
          -
          - The hash code for this object. -
          read-onlyinherited
          - -
          - -
          - index - int - -
          -
          - A numeric identifier for the enumerated value. -
          read-onlyinherited
          - -
          - -
          - runtimeType - Type - -
          -
          - A representation of the runtime type of the object. -
          read-onlyinherited
          - -
          - -
          -
          - - -
          -

          Methods

          -
          -
          - noSuchMethod(Invocation invocation) - → dynamic - - - -
          -
          - Invoked when a nonexistent method or property is accessed. -
          inherited
          - -
          - -
          - toString() - String - - - -
          -
          - A string representation of this object. -
          inherited
          - -
          - -
          -
          - -
          -

          Operators

          -
          -
          - operator ==(Object other) - bool - - - -
          -
          - The equality operator. -
          inherited
          - -
          - -
          -
          - - -
          -

          Static Methods

          -
          -
          - parse(String string) - Transport - - - -
          -
          - Parses a string containing an Transport literal into its instance. - - -
          - -
          -
          - - -
          -

          Constants

          - -
          -
          - values - → const List<Transport> - - -
          -
          - A constant List of the values in this enum, in order of their declaration. - - -
          - [tcp, socket] -
          -
          - -
          -
          -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Transport/Transport.html b/doc/api/deno_postgres_interop/Transport/Transport.html deleted file mode 100644 index 9cb13ad..0000000 --- a/doc/api/deno_postgres_interop/Transport/Transport.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - Transport constructor - Transport - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          Transport
          - -
          - -
          -
          -
          - -
          -
          -

          Transport constructor -

          - -
          - const - Transport() -
          - - - - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/Transport/values-constant.html b/doc/api/deno_postgres_interop/Transport/values-constant.html deleted file mode 100644 index 7294598..0000000 --- a/doc/api/deno_postgres_interop/Transport/values-constant.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - values constant - Transport enum - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          values
          - -
          - -
          -
          -
          - -
          -
          -

          values constant -

          - -
          - - List<Transport> - const values - - -
          - -
          -

          A constant List of the values in this enum, in order of their declaration.

          -
          - - - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html b/doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html deleted file mode 100644 index 9a54cd4..0000000 --- a/doc/api/deno_postgres_interop/deno_postgres_interop-library-sidebar.html +++ /dev/null @@ -1,61 +0,0 @@ -
            -
          1. Classes
          2. -
          3. Client
          4. -
          5. ClientConfiguration
          6. -
          7. ClientOptions
          8. -
          9. Column
          10. -
          11. Connection
          12. -
          13. ConnectionError
          14. -
          15. ConnectionOptions
          16. -
          17. ConnectionParamsError
          18. -
          19. Notice
          20. -
          21. PartialConnectionOptions
          22. -
          23. PartialTLSOptions
          24. -
          25. Pool
          26. -
          27. PoolClient
          28. -
          29. PostgresError
          30. -
          31. Query
          32. -
          33. QueryArrayResult
          34. -
          35. QueryClient
          36. -
          37. QueryObjectResult
          38. -
          39. QueryResult
          40. -
          41. RowDescription
          42. -
          43. Savepoint
          44. -
          45. Session
          46. -
          47. TLSOptions
          48. -
          49. Transaction
          50. -
          51. TransactionError
          52. -
          53. TransactionOptions
          54. - -
          55. Extensions
          56. -
          57. ClientConfigurationProps
          58. -
          59. ClientOptionsProps
          60. -
          61. ColumnProps
          62. -
          63. ConnectionOptionsProps
          64. -
          65. ConnectionProps
          66. -
          67. PoolProps
          68. -
          69. QueryClientProps
          70. -
          71. QueryObjectResultProps
          72. -
          73. QueryProps
          74. -
          75. QueryResultProps
          76. -
          77. SavepointProps
          78. -
          79. SessionProps
          80. -
          81. TLSOptionsProps
          82. -
          83. TransactionOptionsProps
          84. -
          85. TransactionProps
          86. - - - - - -
          87. Enums
          88. -
          89. ColumnFormat
          90. -
          91. CommandType
          92. -
          93. IsolationLevel
          94. -
          95. ResultType
          96. -
          97. Transport
          98. - -
          99. Typedefs
          100. -
          101. EncodedArg
          102. - -
          diff --git a/doc/api/deno_postgres_interop/deno_postgres_interop-library.html b/doc/api/deno_postgres_interop/deno_postgres_interop-library.html deleted file mode 100644 index 16e87cb..0000000 --- a/doc/api/deno_postgres_interop/deno_postgres_interop-library.html +++ /dev/null @@ -1,552 +0,0 @@ - - - - - - - - deno_postgres_interop library - Dart API - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          deno_postgres_interop
          - -
          - -
          -
          -
          - -
          - -
          -

          deno_postgres_interop library - -

          - - -
          -

          An interop for deno-postgres@v0.17.0.

          -
          - - -
          -

          Classes

          - -
          -
          - Client - -
          -
          - deno-postgres@v0.17.0/Client. -
          - -
          - ClientConfiguration - -
          -
          - deno-postgres@v0.17.0/ClientConfiguration. -
          - -
          - ClientOptions - -
          -
          - deno-postgres@v0.17.0/ClientOptions. -
          - -
          - Column - -
          -
          - deno-postgres@v0.17.0/Column. -
          - -
          - Connection - -
          -
          - deno-postgres@v0.17.0/Connection. -
          - -
          - ConnectionError - -
          -
          - deno-postgres@v0.17.0/ConnectionError. -
          - -
          - ConnectionOptions - -
          -
          - deno-postgres@v0.17.0/ConnectionOptions. -
          - -
          - ConnectionParamsError - -
          -
          - deno-postgres@v0.17.0/ConnectionParamsError. -
          - -
          - Notice - -
          -
          - deno-postgres@v0.17.0/Notice. -
          - -
          - PartialConnectionOptions - -
          -
          - deno-postgres@v0.17.0/ConnectionOptions. -
          - -
          - PartialTLSOptions - -
          -
          - deno-postgres@v0.17.0/TLSOptions. -
          - -
          - Pool - -
          -
          - deno-postgres@v0.17.0/Pool. -
          - -
          - PoolClient - -
          -
          - deno-postgres@v0.17.0/PoolClient. -
          - -
          - PostgresError - -
          -
          - deno-postgres@v0.17.0/PostgresError. -
          - -
          - Query - -
          -
          - deno-postgres@v0.17.0/Query. -
          - -
          - QueryArrayResult<T extends List> - -
          -
          - deno-postgres@v0.17.0/QueryArrayResult. -
          - -
          - QueryClient - -
          -
          - deno-postgres@v0.17.0/QueryClient. -
          - -
          - QueryObjectResult<T> - -
          -
          - deno-postgres@v0.17.0/QueryObjectResult. -
          - -
          - QueryResult - -
          -
          - deno-postgres@v0.17.0/QueryResult. -
          - -
          - RowDescription - -
          -
          - deno-postgres@v0.17.0/RowDescription. -
          - -
          - Savepoint - -
          -
          - deno-postgres@v0.17.0/Savepoint. -
          - -
          - Session - -
          -
          - deno-postgres@v0.17.0/Session. -
          - -
          - TLSOptions - -
          -
          - deno-postgres@v0.17.0/TLSOptions. -
          - -
          - Transaction - -
          -
          - deno-postgres@v0.17.0/Transaction. -
          - -
          - TransactionError - -
          -
          - deno-postgres@v0.17.0/TransactionError. -
          - -
          - TransactionOptions - -
          -
          - deno-postgres@v0.17.0/TransactionOptions. -
          - -
          -
          - - -
          -

          Extensions

          - -
          -
          - ClientConfigurationProps - -
          -
          - deno-postgres@v0.17.0/ClientConfiguration. -
          - - -
          - ClientOptionsProps - -
          -
          - deno-postgres@v0.17.0/ClientOptions. -
          - - -
          - ColumnProps - -
          -
          - deno-postgres@v0.17.0/Column. -
          - - -
          - ConnectionOptionsProps - -
          -
          - deno-postgres@v0.17.0/ConnectionOptions. -
          - - -
          - ConnectionProps - -
          -
          - deno-postgres@v0.17.0/Connection. -
          - - -
          - PoolProps - -
          -
          - deno-postgres@v0.17.0/Pool. -
          - - -
          - QueryClientProps - -
          -
          - deno-postgres@v0.17.0/QueryClient. -
          - - -
          - QueryObjectResultProps - -
          -
          - deno-postgres@v0.17.0/QueryObjectResult. -
          - - -
          - QueryProps - -
          -
          - deno-postgres@v0.17.0/Query. -
          - - -
          - QueryResultProps - -
          -
          - deno-postgres@v0.17.0/QueryResult. -
          - - -
          - SavepointProps - -
          -
          - deno-postgres@v0.17.0/Savepoint. -
          - - -
          - SessionProps - -
          -
          - deno-postgres@v0.17.0/Session. -
          - - -
          - TLSOptionsProps - -
          -
          - deno-postgres@v0.17.0/TLSOptions. -
          - - -
          - TransactionOptionsProps - -
          -
          - deno-postgres@v0.17.0/TransactionOptions. -
          - - -
          - TransactionProps - -
          -
          - deno-postgres@v0.17.0/Transaction. -
          - - -
          -
          - - - - -
          -

          Enums

          - -
          -
          - ColumnFormat - -
          -
          - enum Format { -TEXT = 0, -BINARY = 1, -} -
          - -
          - CommandType - -
          -
          - All sql commands. -
          - -
          - IsolationLevel - -
          -
          - Transaction Isolation. -
          - -
          - ResultType - -
          -
          - deno-postgres@v0.17.0/ResultType. -
          - -
          - Transport - -
          -
          - TCP | SOCKET. -
          - -
          -
          - -
          -

          Typedefs

          - -
          - -
          - EncodedArg - = dynamic - - - -
          -
          - deno-postgres@v0.17.0/EncodedArg. - - -
          - - -
          -
          - - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/index.html b/doc/api/index.html deleted file mode 100644 index 1a8b4f1..0000000 --- a/doc/api/index.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - deno_postgres_interop - Dart API docs - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          deno_postgres_interop
          - -
          - -
          -
          -
          - -
          - -
          -

          deno_postgres_interop

          -

          style: solid -$solid_lints

          -

          The package allows the use -of Deno Postgres -in Deno Deploy -on dart_edge -by creating interop bindings for the js library -since other drivers rely on dart:io and don't work there.

          -

          The main scenario is Supabase Edge Functions, but it should also work for other cases with dart2js.

          -

          Usage with Supabase edge functions

          -
            -
          1. -

            Add dependency in your pubspec.yaml:

            -
            dependencies:
            -  deno_postgres_interop: <INSERT LATEST VERSION>
            -
            -

            or run

            -
            dart pub add deno_postgres_interop
            -
            -
          2. -
          3. -

            Import the package:

            -
            import 'package:deno_postgres_interop/deno_postgres_interop.dart';
            -
            -
          4. -
          5. -

            Compile the code that uses this package with:

            -
            dart run edge build supabase_functions
            -
            -
          6. -
          7. -

            Add imports to generated file by calling the script:

            -
            dart run deno_postgres_interop:add_imports \
            -  --filename=example/functions/dart_edge/main.dart.js
            -
            -

            Note: your filename may differ from the example

            -
          8. -
          9. -

            You can use the function now.

            -
          10. -
          -

          Note that because of the bug in dart_edge, SDK versions >= 3.1.0 are not actually supported.

          -
          - - -
          -

          Libraries

          -
          -
          - deno_postgres_interop - -
          -
          An interop for deno-postgres@v0.17.0. -
          - -
          -
          - -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/index.json b/doc/api/index.json deleted file mode 100644 index 66bec5c..0000000 --- a/doc/api/index.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"deno_postgres_interop","qualifiedName":"deno_postgres_interop","href":"deno_postgres_interop/deno_postgres_interop-library.html","kind":8,"overriddenDepth":0,"packageRank":0,"desc":"An interop for deno-postgres@v0.17.0."},{"name":"Client","qualifiedName":"deno_postgres_interop.Client","href":"deno_postgres_interop/Client-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Client","qualifiedName":"deno_postgres_interop.Client.Client","href":"deno_postgres_interop/Client/Client.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client/constructor.","enclosedBy":{"name":"Client","kind":3,"href":"deno_postgres_interop/Client-class.html"}},{"name":"Client.config","qualifiedName":"deno_postgres_interop.Client.config","href":"deno_postgres_interop/Client/Client.config.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client/constructor.","enclosedBy":{"name":"Client","kind":3,"href":"deno_postgres_interop/Client-class.html"}},{"name":"Client.empty","qualifiedName":"deno_postgres_interop.Client.empty","href":"deno_postgres_interop/Client/Client.empty.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Client/constructor.","enclosedBy":{"name":"Client","kind":3,"href":"deno_postgres_interop/Client-class.html"}},{"name":"ClientConfiguration","qualifiedName":"deno_postgres_interop.ClientConfiguration","href":"deno_postgres_interop/ClientConfiguration-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ClientConfiguration","qualifiedName":"deno_postgres_interop.ClientConfiguration.ClientConfiguration","href":"deno_postgres_interop/ClientConfiguration/ClientConfiguration.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"applicationName","qualifiedName":"deno_postgres_interop.ClientConfiguration.applicationName","href":"deno_postgres_interop/ClientConfiguration/applicationName.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/applicationName.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"connection","qualifiedName":"deno_postgres_interop.ClientConfiguration.connection","href":"deno_postgres_interop/ClientConfiguration/connection.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/connection.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"database","qualifiedName":"deno_postgres_interop.ClientConfiguration.database","href":"deno_postgres_interop/ClientConfiguration/database.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/database.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"hostname","qualifiedName":"deno_postgres_interop.ClientConfiguration.hostname","href":"deno_postgres_interop/ClientConfiguration/hostname.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/hostname.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"options","qualifiedName":"deno_postgres_interop.ClientConfiguration.options","href":"deno_postgres_interop/ClientConfiguration/options.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/options.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"password","qualifiedName":"deno_postgres_interop.ClientConfiguration.password","href":"deno_postgres_interop/ClientConfiguration/password.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/password.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"port","qualifiedName":"deno_postgres_interop.ClientConfiguration.port","href":"deno_postgres_interop/ClientConfiguration/port.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/port.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"tls","qualifiedName":"deno_postgres_interop.ClientConfiguration.tls","href":"deno_postgres_interop/ClientConfiguration/tls.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/tls.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"user","qualifiedName":"deno_postgres_interop.ClientConfiguration.user","href":"deno_postgres_interop/ClientConfiguration/user.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/user.","enclosedBy":{"name":"ClientConfiguration","kind":3,"href":"deno_postgres_interop/ClientConfiguration-class.html"}},{"name":"ClientConfigurationProps","qualifiedName":"deno_postgres_interop.ClientConfigurationProps","href":"deno_postgres_interop/ClientConfigurationProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"hostType","qualifiedName":"deno_postgres_interop.ClientConfigurationProps.hostType","href":"deno_postgres_interop/ClientConfigurationProps/hostType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientConfiguration/host_type.","enclosedBy":{"name":"ClientConfigurationProps","kind":6,"href":"deno_postgres_interop/ClientConfigurationProps.html"}},{"name":"ClientOptions","qualifiedName":"deno_postgres_interop.ClientOptions","href":"deno_postgres_interop/ClientOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ClientOptions","qualifiedName":"deno_postgres_interop.ClientOptions.ClientOptions","href":"deno_postgres_interop/ClientOptions/ClientOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"applicationName","qualifiedName":"deno_postgres_interop.ClientOptions.applicationName","href":"deno_postgres_interop/ClientOptions/applicationName.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/applicationName.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"database","qualifiedName":"deno_postgres_interop.ClientOptions.database","href":"deno_postgres_interop/ClientOptions/database.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/database.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"hostname","qualifiedName":"deno_postgres_interop.ClientOptions.hostname","href":"deno_postgres_interop/ClientOptions/hostname.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/hostname.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"password","qualifiedName":"deno_postgres_interop.ClientOptions.password","href":"deno_postgres_interop/ClientOptions/password.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/password.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"user","qualifiedName":"deno_postgres_interop.ClientOptions.user","href":"deno_postgres_interop/ClientOptions/user.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/user.","enclosedBy":{"name":"ClientOptions","kind":3,"href":"deno_postgres_interop/ClientOptions-class.html"}},{"name":"ClientOptionsProps","qualifiedName":"deno_postgres_interop.ClientOptionsProps","href":"deno_postgres_interop/ClientOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"connection","qualifiedName":"deno_postgres_interop.ClientOptionsProps.connection","href":"deno_postgres_interop/ClientOptionsProps/connection.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/connection.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"hostType","qualifiedName":"deno_postgres_interop.ClientOptionsProps.hostType","href":"deno_postgres_interop/ClientOptionsProps/hostType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/host_type.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"optionsMap","qualifiedName":"deno_postgres_interop.ClientOptionsProps.optionsMap","href":"deno_postgres_interop/ClientOptionsProps/optionsMap.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/options.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"optionsString","qualifiedName":"deno_postgres_interop.ClientOptionsProps.optionsString","href":"deno_postgres_interop/ClientOptionsProps/optionsString.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/options.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"port","qualifiedName":"deno_postgres_interop.ClientOptionsProps.port","href":"deno_postgres_interop/ClientOptionsProps/port.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/port.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"portString","qualifiedName":"deno_postgres_interop.ClientOptionsProps.portString","href":"deno_postgres_interop/ClientOptionsProps/portString.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/port.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"tls","qualifiedName":"deno_postgres_interop.ClientOptionsProps.tls","href":"deno_postgres_interop/ClientOptionsProps/tls.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ClientOptions/tls.","enclosedBy":{"name":"ClientOptionsProps","kind":6,"href":"deno_postgres_interop/ClientOptionsProps.html"}},{"name":"Column","qualifiedName":"deno_postgres_interop.Column","href":"deno_postgres_interop/Column-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Column","qualifiedName":"deno_postgres_interop.Column.Column","href":"deno_postgres_interop/Column/Column.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"columnLength","qualifiedName":"deno_postgres_interop.Column.columnLength","href":"deno_postgres_interop/Column/columnLength.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"index","qualifiedName":"deno_postgres_interop.Column.index","href":"deno_postgres_interop/Column/index.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.Column.name","href":"deno_postgres_interop/Column/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"tableOid","qualifiedName":"deno_postgres_interop.Column.tableOid","href":"deno_postgres_interop/Column/tableOid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"typeModifier","qualifiedName":"deno_postgres_interop.Column.typeModifier","href":"deno_postgres_interop/Column/typeModifier.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"typeOid","qualifiedName":"deno_postgres_interop.Column.typeOid","href":"deno_postgres_interop/Column/typeOid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"Column","kind":3,"href":"deno_postgres_interop/Column-class.html"}},{"name":"ColumnFormat","qualifiedName":"deno_postgres_interop.ColumnFormat","href":"deno_postgres_interop/ColumnFormat.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"enum Format {\nTEXT = 0,\nBINARY = 1,\n}","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ColumnFormat","qualifiedName":"deno_postgres_interop.ColumnFormat.ColumnFormat","href":"deno_postgres_interop/ColumnFormat/ColumnFormat.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ColumnFormat","kind":5,"href":"deno_postgres_interop/ColumnFormat.html"}},{"name":"id","qualifiedName":"deno_postgres_interop.ColumnFormat.id","href":"deno_postgres_interop/ColumnFormat/id.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"Used for interop.","enclosedBy":{"name":"ColumnFormat","kind":5,"href":"deno_postgres_interop/ColumnFormat.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.ColumnFormat.values","href":"deno_postgres_interop/ColumnFormat/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ColumnFormat","kind":5,"href":"deno_postgres_interop/ColumnFormat.html"}},{"name":"ColumnProps","qualifiedName":"deno_postgres_interop.ColumnProps","href":"deno_postgres_interop/ColumnProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"format","qualifiedName":"deno_postgres_interop.ColumnProps.format","href":"deno_postgres_interop/ColumnProps/format.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Column.","enclosedBy":{"name":"ColumnProps","kind":6,"href":"deno_postgres_interop/ColumnProps.html"}},{"name":"CommandType","qualifiedName":"deno_postgres_interop.CommandType","href":"deno_postgres_interop/CommandType.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"All sql commands.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"CommandType","qualifiedName":"deno_postgres_interop.CommandType.CommandType","href":"deno_postgres_interop/CommandType/CommandType.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"CommandType","kind":5,"href":"deno_postgres_interop/CommandType.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.CommandType.values","href":"deno_postgres_interop/CommandType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CommandType","kind":5,"href":"deno_postgres_interop/CommandType.html"}},{"name":"Connection","qualifiedName":"deno_postgres_interop.Connection","href":"deno_postgres_interop/Connection-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Connection","qualifiedName":"deno_postgres_interop.Connection.Connection","href":"deno_postgres_interop/Connection/Connection.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/constructor.","enclosedBy":{"name":"Connection","kind":3,"href":"deno_postgres_interop/Connection-class.html"}},{"name":"pid","qualifiedName":"deno_postgres_interop.Connection.pid","href":"deno_postgres_interop/Connection/pid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/connected.","enclosedBy":{"name":"Connection","kind":3,"href":"deno_postgres_interop/Connection-class.html"}},{"name":"ConnectionError","qualifiedName":"deno_postgres_interop.ConnectionError","href":"deno_postgres_interop/ConnectionError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ConnectionError","qualifiedName":"deno_postgres_interop.ConnectionError.ConnectionError","href":"deno_postgres_interop/ConnectionError/ConnectionError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.ConnectionError.cause","href":"deno_postgres_interop/ConnectionError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.ConnectionError.message","href":"deno_postgres_interop/ConnectionError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.ConnectionError.name","href":"deno_postgres_interop/ConnectionError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"ConnectionError","kind":3,"href":"deno_postgres_interop/ConnectionError-class.html"}},{"name":"ConnectionOptions","qualifiedName":"deno_postgres_interop.ConnectionOptions","href":"deno_postgres_interop/ConnectionOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ConnectionOptions","qualifiedName":"deno_postgres_interop.ConnectionOptions.ConnectionOptions","href":"deno_postgres_interop/ConnectionOptions/ConnectionOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptions","kind":3,"href":"deno_postgres_interop/ConnectionOptions-class.html"}},{"name":"attempts","qualifiedName":"deno_postgres_interop.ConnectionOptions.attempts","href":"deno_postgres_interop/ConnectionOptions/attempts.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptions","kind":3,"href":"deno_postgres_interop/ConnectionOptions-class.html"}},{"name":"ConnectionOptionsProps","qualifiedName":"deno_postgres_interop.ConnectionOptionsProps","href":"deno_postgres_interop/ConnectionOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"interval","qualifiedName":"deno_postgres_interop.ConnectionOptionsProps.interval","href":"deno_postgres_interop/ConnectionOptionsProps/interval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptionsProps","kind":6,"href":"deno_postgres_interop/ConnectionOptionsProps.html"}},{"name":"nextInterval","qualifiedName":"deno_postgres_interop.ConnectionOptionsProps.nextInterval","href":"deno_postgres_interop/ConnectionOptionsProps/nextInterval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"ConnectionOptionsProps","kind":6,"href":"deno_postgres_interop/ConnectionOptionsProps.html"}},{"name":"ConnectionParamsError","qualifiedName":"deno_postgres_interop.ConnectionParamsError","href":"deno_postgres_interop/ConnectionParamsError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionParamsError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ConnectionParamsError","qualifiedName":"deno_postgres_interop.ConnectionParamsError.ConnectionParamsError","href":"deno_postgres_interop/ConnectionParamsError/ConnectionParamsError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.ConnectionParamsError.cause","href":"deno_postgres_interop/ConnectionParamsError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.ConnectionParamsError.message","href":"deno_postgres_interop/ConnectionParamsError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.ConnectionParamsError.name","href":"deno_postgres_interop/ConnectionParamsError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"ConnectionParamsError","kind":3,"href":"deno_postgres_interop/ConnectionParamsError-class.html"}},{"name":"ConnectionProps","qualifiedName":"deno_postgres_interop.ConnectionProps","href":"deno_postgres_interop/ConnectionProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"end","qualifiedName":"deno_postgres_interop.ConnectionProps.end","href":"deno_postgres_interop/ConnectionProps/end.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/end.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"isCarriedOverTLS","qualifiedName":"deno_postgres_interop.ConnectionProps.isCarriedOverTLS","href":"deno_postgres_interop/ConnectionProps/isCarriedOverTLS.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/tls.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"isConnected","qualifiedName":"deno_postgres_interop.ConnectionProps.isConnected","href":"deno_postgres_interop/ConnectionProps/isConnected.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/connected.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"queryArray","qualifiedName":"deno_postgres_interop.ConnectionProps.queryArray","href":"deno_postgres_interop/ConnectionProps/queryArray.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/query.\ndeno-postgres@v0.17.0/Connection/query.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"startup","qualifiedName":"deno_postgres_interop.ConnectionProps.startup","href":"deno_postgres_interop/ConnectionProps/startup.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/startup.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"transport","qualifiedName":"deno_postgres_interop.ConnectionProps.transport","href":"deno_postgres_interop/ConnectionProps/transport.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Connection/transport.","enclosedBy":{"name":"ConnectionProps","kind":6,"href":"deno_postgres_interop/ConnectionProps.html"}},{"name":"EncodedArg","qualifiedName":"deno_postgres_interop.EncodedArg","href":"deno_postgres_interop/EncodedArg.html","kind":20,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/EncodedArg.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"IsolationLevel","qualifiedName":"deno_postgres_interop.IsolationLevel","href":"deno_postgres_interop/IsolationLevel.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"Transaction Isolation.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"IsolationLevel","qualifiedName":"deno_postgres_interop.IsolationLevel.IsolationLevel","href":"deno_postgres_interop/IsolationLevel/IsolationLevel.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"IsolationLevel","kind":5,"href":"deno_postgres_interop/IsolationLevel.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.IsolationLevel.values","href":"deno_postgres_interop/IsolationLevel/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"IsolationLevel","kind":5,"href":"deno_postgres_interop/IsolationLevel.html"}},{"name":"Notice","qualifiedName":"deno_postgres_interop.Notice","href":"deno_postgres_interop/Notice-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Notice","qualifiedName":"deno_postgres_interop.Notice.Notice","href":"deno_postgres_interop/Notice/Notice.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"code","qualifiedName":"deno_postgres_interop.Notice.code","href":"deno_postgres_interop/Notice/code.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/code.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"column","qualifiedName":"deno_postgres_interop.Notice.column","href":"deno_postgres_interop/Notice/column.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/column.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"constraint","qualifiedName":"deno_postgres_interop.Notice.constraint","href":"deno_postgres_interop/Notice/constraint.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/constraint.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"dataType","qualifiedName":"deno_postgres_interop.Notice.dataType","href":"deno_postgres_interop/Notice/dataType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/dataType.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"detail","qualifiedName":"deno_postgres_interop.Notice.detail","href":"deno_postgres_interop/Notice/detail.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/detail.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"file","qualifiedName":"deno_postgres_interop.Notice.file","href":"deno_postgres_interop/Notice/file.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/file.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"hint","qualifiedName":"deno_postgres_interop.Notice.hint","href":"deno_postgres_interop/Notice/hint.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/hint.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"internalPosition","qualifiedName":"deno_postgres_interop.Notice.internalPosition","href":"deno_postgres_interop/Notice/internalPosition.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/internalPosition.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"internalQuery","qualifiedName":"deno_postgres_interop.Notice.internalQuery","href":"deno_postgres_interop/Notice/internalQuery.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/internalQuery.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"line","qualifiedName":"deno_postgres_interop.Notice.line","href":"deno_postgres_interop/Notice/line.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/line.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.Notice.message","href":"deno_postgres_interop/Notice/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/message.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"position","qualifiedName":"deno_postgres_interop.Notice.position","href":"deno_postgres_interop/Notice/position.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/position.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"routine","qualifiedName":"deno_postgres_interop.Notice.routine","href":"deno_postgres_interop/Notice/routine.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/routine.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"schema","qualifiedName":"deno_postgres_interop.Notice.schema","href":"deno_postgres_interop/Notice/schema.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/schema.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"severity","qualifiedName":"deno_postgres_interop.Notice.severity","href":"deno_postgres_interop/Notice/severity.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/severity.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"table","qualifiedName":"deno_postgres_interop.Notice.table","href":"deno_postgres_interop/Notice/table.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/table.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"where","qualifiedName":"deno_postgres_interop.Notice.where","href":"deno_postgres_interop/Notice/where.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Notice/where.","enclosedBy":{"name":"Notice","kind":3,"href":"deno_postgres_interop/Notice-class.html"}},{"name":"PartialConnectionOptions","qualifiedName":"deno_postgres_interop.PartialConnectionOptions","href":"deno_postgres_interop/PartialConnectionOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PartialConnectionOptions","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.PartialConnectionOptions","href":"deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"constructor.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"asMap","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.asMap","href":"deno_postgres_interop/PartialConnectionOptions/asMap.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"used for jsify.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"attempts","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.attempts","href":"deno_postgres_interop/PartialConnectionOptions/attempts.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"PartialConnectionOptions.fromMap","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.fromMap","href":"deno_postgres_interop/PartialConnectionOptions/PartialConnectionOptions.fromMap.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"used for interop.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"interval","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.interval","href":"deno_postgres_interop/PartialConnectionOptions/interval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"nextInterval","qualifiedName":"deno_postgres_interop.PartialConnectionOptions.nextInterval","href":"deno_postgres_interop/PartialConnectionOptions/nextInterval.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ConnectionOptions.","enclosedBy":{"name":"PartialConnectionOptions","kind":3,"href":"deno_postgres_interop/PartialConnectionOptions-class.html"}},{"name":"PartialTLSOptions","qualifiedName":"deno_postgres_interop.PartialTLSOptions","href":"deno_postgres_interop/PartialTLSOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PartialTLSOptions","qualifiedName":"deno_postgres_interop.PartialTLSOptions.PartialTLSOptions","href":"deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"constructor.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"asMap","qualifiedName":"deno_postgres_interop.PartialTLSOptions.asMap","href":"deno_postgres_interop/PartialTLSOptions/asMap.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"used for jsify.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"caCertificates","qualifiedName":"deno_postgres_interop.PartialTLSOptions.caCertificates","href":"deno_postgres_interop/PartialTLSOptions/caCertificates.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/caCertificates.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"PartialTLSOptions.fromMap","qualifiedName":"deno_postgres_interop.PartialTLSOptions.fromMap","href":"deno_postgres_interop/PartialTLSOptions/PartialTLSOptions.fromMap.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"used for interop.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"isEnabled","qualifiedName":"deno_postgres_interop.PartialTLSOptions.isEnabled","href":"deno_postgres_interop/PartialTLSOptions/isEnabled.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enabled.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"isEnforced","qualifiedName":"deno_postgres_interop.PartialTLSOptions.isEnforced","href":"deno_postgres_interop/PartialTLSOptions/isEnforced.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enfroce.","enclosedBy":{"name":"PartialTLSOptions","kind":3,"href":"deno_postgres_interop/PartialTLSOptions-class.html"}},{"name":"Pool","qualifiedName":"deno_postgres_interop.Pool","href":"deno_postgres_interop/Pool-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Pool","qualifiedName":"deno_postgres_interop.Pool.Pool","href":"deno_postgres_interop/Pool/Pool.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/constructor.","enclosedBy":{"name":"Pool","kind":3,"href":"deno_postgres_interop/Pool-class.html"}},{"name":"Pool.withOptions","qualifiedName":"deno_postgres_interop.Pool.withOptions","href":"deno_postgres_interop/Pool/Pool.withOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/constructor.","enclosedBy":{"name":"Pool","kind":3,"href":"deno_postgres_interop/Pool-class.html"}},{"name":"Pool.withString","qualifiedName":"deno_postgres_interop.Pool.withString","href":"deno_postgres_interop/Pool/Pool.withString.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/constructor.","enclosedBy":{"name":"Pool","kind":3,"href":"deno_postgres_interop/Pool-class.html"}},{"name":"PoolClient","qualifiedName":"deno_postgres_interop.PoolClient","href":"deno_postgres_interop/PoolClient-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PoolClient.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PoolClient","qualifiedName":"deno_postgres_interop.PoolClient.PoolClient","href":"deno_postgres_interop/PoolClient/PoolClient.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PoolClient/constructor.","enclosedBy":{"name":"PoolClient","kind":3,"href":"deno_postgres_interop/PoolClient-class.html"}},{"name":"release","qualifiedName":"deno_postgres_interop.PoolClient.release","href":"deno_postgres_interop/PoolClient/release.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PoolClient/constructor/release.","enclosedBy":{"name":"PoolClient","kind":3,"href":"deno_postgres_interop/PoolClient-class.html"}},{"name":"PoolProps","qualifiedName":"deno_postgres_interop.PoolProps","href":"deno_postgres_interop/PoolProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"connect","qualifiedName":"deno_postgres_interop.PoolProps.connect","href":"deno_postgres_interop/PoolProps/connect.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/connect.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"connectionsCount","qualifiedName":"deno_postgres_interop.PoolProps.connectionsCount","href":"deno_postgres_interop/PoolProps/connectionsCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/size.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"end","qualifiedName":"deno_postgres_interop.PoolProps.end","href":"deno_postgres_interop/PoolProps/end.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/end.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"initializedConnectionsCount","qualifiedName":"deno_postgres_interop.PoolProps.initializedConnectionsCount","href":"deno_postgres_interop/PoolProps/initializedConnectionsCount.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/initialized.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"openConnectionsCount","qualifiedName":"deno_postgres_interop.PoolProps.openConnectionsCount","href":"deno_postgres_interop/PoolProps/openConnectionsCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Pool/available.","enclosedBy":{"name":"PoolProps","kind":6,"href":"deno_postgres_interop/PoolProps.html"}},{"name":"PostgresError","qualifiedName":"deno_postgres_interop.PostgresError","href":"deno_postgres_interop/PostgresError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PostgresError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"PostgresError","qualifiedName":"deno_postgres_interop.PostgresError.PostgresError","href":"deno_postgres_interop/PostgresError/PostgresError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.PostgresError.cause","href":"deno_postgres_interop/PostgresError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"fields","qualifiedName":"deno_postgres_interop.PostgresError.fields","href":"deno_postgres_interop/PostgresError/fields.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/PostgresError.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.PostgresError.message","href":"deno_postgres_interop/PostgresError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.PostgresError.name","href":"deno_postgres_interop/PostgresError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"PostgresError","kind":3,"href":"deno_postgres_interop/PostgresError-class.html"}},{"name":"Query","qualifiedName":"deno_postgres_interop.Query","href":"deno_postgres_interop/Query-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"args","qualifiedName":"deno_postgres_interop.Query.args","href":"deno_postgres_interop/Query/args.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"fields","qualifiedName":"deno_postgres_interop.Query.fields","href":"deno_postgres_interop/Query/fields.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"text","qualifiedName":"deno_postgres_interop.Query.text","href":"deno_postgres_interop/Query/text.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"Query.withArgs","qualifiedName":"deno_postgres_interop.Query.withArgs","href":"deno_postgres_interop/Query/Query.withArgs.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/constructor.\ndeno-postgres@v0.17.0/Query/constructor.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"Query.withConfig","qualifiedName":"deno_postgres_interop.Query.withConfig","href":"deno_postgres_interop/Query/Query.withConfig.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/constructor.\ndeno-postgres@v0.17.0/Query/constructor.","enclosedBy":{"name":"Query","kind":3,"href":"deno_postgres_interop/Query-class.html"}},{"name":"QueryArrayResult","qualifiedName":"deno_postgres_interop.QueryArrayResult","href":"deno_postgres_interop/QueryArrayResult-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryArrayResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryArrayResult","qualifiedName":"deno_postgres_interop.QueryArrayResult.QueryArrayResult","href":"deno_postgres_interop/QueryArrayResult/QueryArrayResult.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryArrayResult","kind":3,"href":"deno_postgres_interop/QueryArrayResult-class.html"}},{"name":"rows","qualifiedName":"deno_postgres_interop.QueryArrayResult.rows","href":"deno_postgres_interop/QueryArrayResult/rows.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryArrayResult/rows.","enclosedBy":{"name":"QueryArrayResult","kind":3,"href":"deno_postgres_interop/QueryArrayResult-class.html"}},{"name":"QueryClient","qualifiedName":"deno_postgres_interop.QueryClient","href":"deno_postgres_interop/QueryClient-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryClient","qualifiedName":"deno_postgres_interop.QueryClient.QueryClient","href":"deno_postgres_interop/QueryClient/QueryClient.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/constructor.","enclosedBy":{"name":"QueryClient","kind":3,"href":"deno_postgres_interop/QueryClient-class.html"}},{"name":"session","qualifiedName":"deno_postgres_interop.QueryClient.session","href":"deno_postgres_interop/QueryClient/session.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/session.","enclosedBy":{"name":"QueryClient","kind":3,"href":"deno_postgres_interop/QueryClient-class.html"}},{"name":"QueryClientProps","qualifiedName":"deno_postgres_interop.QueryClientProps","href":"deno_postgres_interop/QueryClientProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"closeConnection","qualifiedName":"deno_postgres_interop.QueryClientProps.closeConnection","href":"deno_postgres_interop/QueryClientProps/closeConnection.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/closeConnection.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"connect","qualifiedName":"deno_postgres_interop.QueryClientProps.connect","href":"deno_postgres_interop/QueryClientProps/connect.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/connect.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"createTransaction","qualifiedName":"deno_postgres_interop.QueryClientProps.createTransaction","href":"deno_postgres_interop/QueryClientProps/createTransaction.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/createTransaction.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"end","qualifiedName":"deno_postgres_interop.QueryClientProps.end","href":"deno_postgres_interop/QueryClientProps/end.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/end.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"isConnected","qualifiedName":"deno_postgres_interop.QueryClientProps.isConnected","href":"deno_postgres_interop/QueryClientProps/isConnected.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/connected.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryArray","qualifiedName":"deno_postgres_interop.QueryClientProps.queryArray","href":"deno_postgres_interop/QueryClientProps/queryArray.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryArray.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryArrayWithOptions","qualifiedName":"deno_postgres_interop.QueryClientProps.queryArrayWithOptions","href":"deno_postgres_interop/QueryClientProps/queryArrayWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryArray.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryObject","qualifiedName":"deno_postgres_interop.QueryClientProps.queryObject","href":"deno_postgres_interop/QueryClientProps/queryObject.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryObject.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"queryObjectWithOptions","qualifiedName":"deno_postgres_interop.QueryClientProps.queryObjectWithOptions","href":"deno_postgres_interop/QueryClientProps/queryObjectWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/queryObject.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"resetSessionMetadata","qualifiedName":"deno_postgres_interop.QueryClientProps.resetSessionMetadata","href":"deno_postgres_interop/QueryClientProps/resetSessionMetadata.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryClient/resetSessionMetadata.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"transaction","qualifiedName":"deno_postgres_interop.QueryClientProps.transaction","href":"deno_postgres_interop/QueryClientProps/transaction.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"Convinience wrapper for createTransaction,\nTransactionProps.begin,\nand TransactionProps.commit.","enclosedBy":{"name":"QueryClientProps","kind":6,"href":"deno_postgres_interop/QueryClientProps.html"}},{"name":"QueryObjectResult","qualifiedName":"deno_postgres_interop.QueryObjectResult","href":"deno_postgres_interop/QueryObjectResult-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryObjectResult","qualifiedName":"deno_postgres_interop.QueryObjectResult.QueryObjectResult","href":"deno_postgres_interop/QueryObjectResult/QueryObjectResult.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryObjectResult","kind":3,"href":"deno_postgres_interop/QueryObjectResult-class.html"}},{"name":"columns","qualifiedName":"deno_postgres_interop.QueryObjectResult.columns","href":"deno_postgres_interop/QueryObjectResult/columns.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult/columns.","enclosedBy":{"name":"QueryObjectResult","kind":3,"href":"deno_postgres_interop/QueryObjectResult-class.html"}},{"name":"QueryObjectResultProps","qualifiedName":"deno_postgres_interop.QueryObjectResultProps","href":"deno_postgres_interop/QueryObjectResultProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"rows","qualifiedName":"deno_postgres_interop.QueryObjectResultProps.rows","href":"deno_postgres_interop/QueryObjectResultProps/rows.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryObjectResult/rows.","enclosedBy":{"name":"QueryObjectResultProps","kind":6,"href":"deno_postgres_interop/QueryObjectResultProps.html"}},{"name":"QueryProps","qualifiedName":"deno_postgres_interop.QueryProps","href":"deno_postgres_interop/QueryProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"isCamelCase","qualifiedName":"deno_postgres_interop.QueryProps.isCamelCase","href":"deno_postgres_interop/QueryProps/isCamelCase.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/args.","enclosedBy":{"name":"QueryProps","kind":6,"href":"deno_postgres_interop/QueryProps.html"}},{"name":"resultType","qualifiedName":"deno_postgres_interop.QueryProps.resultType","href":"deno_postgres_interop/QueryProps/resultType.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Query/result_type.","enclosedBy":{"name":"QueryProps","kind":6,"href":"deno_postgres_interop/QueryProps.html"}},{"name":"QueryResult","qualifiedName":"deno_postgres_interop.QueryResult","href":"deno_postgres_interop/QueryResult-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"QueryResult","qualifiedName":"deno_postgres_interop.QueryResult.QueryResult","href":"deno_postgres_interop/QueryResult/QueryResult.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"handleCommandComplete","qualifiedName":"deno_postgres_interop.QueryResult.handleCommandComplete","href":"deno_postgres_interop/QueryResult/handleCommandComplete.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/handleCommandComplete.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"loadColumnDescriptions","qualifiedName":"deno_postgres_interop.QueryResult.loadColumnDescriptions","href":"deno_postgres_interop/QueryResult/loadColumnDescriptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"query","qualifiedName":"deno_postgres_interop.QueryResult.query","href":"deno_postgres_interop/QueryResult/query.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/constructor.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"rowCount","qualifiedName":"deno_postgres_interop.QueryResult.rowCount","href":"deno_postgres_interop/QueryResult/rowCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/rowCount.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"rowDescription","qualifiedName":"deno_postgres_interop.QueryResult.rowDescription","href":"deno_postgres_interop/QueryResult/rowDescription.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/rowDescription.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"warnings","qualifiedName":"deno_postgres_interop.QueryResult.warnings","href":"deno_postgres_interop/QueryResult/warnings.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/warnings.","enclosedBy":{"name":"QueryResult","kind":3,"href":"deno_postgres_interop/QueryResult-class.html"}},{"name":"QueryResultProps","qualifiedName":"deno_postgres_interop.QueryResultProps","href":"deno_postgres_interop/QueryResultProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"command","qualifiedName":"deno_postgres_interop.QueryResultProps.command","href":"deno_postgres_interop/QueryResultProps/command.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/command.","enclosedBy":{"name":"QueryResultProps","kind":6,"href":"deno_postgres_interop/QueryResultProps.html"}},{"name":"insertRow","qualifiedName":"deno_postgres_interop.QueryResultProps.insertRow","href":"deno_postgres_interop/QueryResultProps/insertRow.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/QueryResult/insertRow.","enclosedBy":{"name":"QueryResultProps","kind":6,"href":"deno_postgres_interop/QueryResultProps.html"}},{"name":"ResultType","qualifiedName":"deno_postgres_interop.ResultType","href":"deno_postgres_interop/ResultType.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/ResultType.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"ResultType","qualifiedName":"deno_postgres_interop.ResultType.ResultType","href":"deno_postgres_interop/ResultType/ResultType.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"ResultType","kind":5,"href":"deno_postgres_interop/ResultType.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.ResultType.values","href":"deno_postgres_interop/ResultType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ResultType","kind":5,"href":"deno_postgres_interop/ResultType.html"}},{"name":"RowDescription","qualifiedName":"deno_postgres_interop.RowDescription","href":"deno_postgres_interop/RowDescription-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/RowDescription.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"RowDescription","qualifiedName":"deno_postgres_interop.RowDescription.RowDescription","href":"deno_postgres_interop/RowDescription/RowDescription.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0","enclosedBy":{"name":"RowDescription","kind":3,"href":"deno_postgres_interop/RowDescription-class.html"}},{"name":"columnCount","qualifiedName":"deno_postgres_interop.RowDescription.columnCount","href":"deno_postgres_interop/RowDescription/columnCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0","enclosedBy":{"name":"RowDescription","kind":3,"href":"deno_postgres_interop/RowDescription-class.html"}},{"name":"columns","qualifiedName":"deno_postgres_interop.RowDescription.columns","href":"deno_postgres_interop/RowDescription/columns.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"https://deno.land/x/postgres@v0.17.0/query/query.ts?s=RowDescription#ctor_0","enclosedBy":{"name":"RowDescription","kind":3,"href":"deno_postgres_interop/RowDescription-class.html"}},{"name":"Savepoint","qualifiedName":"deno_postgres_interop.Savepoint","href":"deno_postgres_interop/Savepoint-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Savepoint","qualifiedName":"deno_postgres_interop.Savepoint.Savepoint","href":"deno_postgres_interop/Savepoint/Savepoint.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/constructor.","enclosedBy":{"name":"Savepoint","kind":3,"href":"deno_postgres_interop/Savepoint-class.html"}},{"name":"SavepointProps","qualifiedName":"deno_postgres_interop.SavepointProps","href":"deno_postgres_interop/SavepointProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"instancesCount","qualifiedName":"deno_postgres_interop.SavepointProps.instancesCount","href":"deno_postgres_interop/SavepointProps/instancesCount.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/instances.","enclosedBy":{"name":"SavepointProps","kind":6,"href":"deno_postgres_interop/SavepointProps.html"}},{"name":"release","qualifiedName":"deno_postgres_interop.SavepointProps.release","href":"deno_postgres_interop/SavepointProps/release.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/instances.","enclosedBy":{"name":"SavepointProps","kind":6,"href":"deno_postgres_interop/SavepointProps.html"}},{"name":"update","qualifiedName":"deno_postgres_interop.SavepointProps.update","href":"deno_postgres_interop/SavepointProps/update.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Savepoint/instances.","enclosedBy":{"name":"SavepointProps","kind":6,"href":"deno_postgres_interop/SavepointProps.html"}},{"name":"Session","qualifiedName":"deno_postgres_interop.Session","href":"deno_postgres_interop/Session-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Session","qualifiedName":"deno_postgres_interop.Session.Session","href":"deno_postgres_interop/Session/Session.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Session","kind":3,"href":"deno_postgres_interop/Session-class.html"}},{"name":"pid","qualifiedName":"deno_postgres_interop.Session.pid","href":"deno_postgres_interop/Session/pid.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/pid","enclosedBy":{"name":"Session","kind":3,"href":"deno_postgres_interop/Session-class.html"}},{"name":"tls","qualifiedName":"deno_postgres_interop.Session.tls","href":"deno_postgres_interop/Session/tls.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/tls","enclosedBy":{"name":"Session","kind":3,"href":"deno_postgres_interop/Session-class.html"}},{"name":"SessionProps","qualifiedName":"deno_postgres_interop.SessionProps","href":"deno_postgres_interop/SessionProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"currentTransacton","qualifiedName":"deno_postgres_interop.SessionProps.currentTransacton","href":"deno_postgres_interop/SessionProps/currentTransacton.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/current_transaction","enclosedBy":{"name":"SessionProps","kind":6,"href":"deno_postgres_interop/SessionProps.html"}},{"name":"transport","qualifiedName":"deno_postgres_interop.SessionProps.transport","href":"deno_postgres_interop/SessionProps/transport.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Session/transport","enclosedBy":{"name":"SessionProps","kind":6,"href":"deno_postgres_interop/SessionProps.html"}},{"name":"TLSOptions","qualifiedName":"deno_postgres_interop.TLSOptions","href":"deno_postgres_interop/TLSOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"TLSOptions","qualifiedName":"deno_postgres_interop.TLSOptions.TLSOptions","href":"deno_postgres_interop/TLSOptions/TLSOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"TLSOptions","kind":3,"href":"deno_postgres_interop/TLSOptions-class.html"}},{"name":"caCertificates","qualifiedName":"deno_postgres_interop.TLSOptions.caCertificates","href":"deno_postgres_interop/TLSOptions/caCertificates.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/caCertificates.","enclosedBy":{"name":"TLSOptions","kind":3,"href":"deno_postgres_interop/TLSOptions-class.html"}},{"name":"TLSOptionsProps","qualifiedName":"deno_postgres_interop.TLSOptionsProps","href":"deno_postgres_interop/TLSOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"isEnabled","qualifiedName":"deno_postgres_interop.TLSOptionsProps.isEnabled","href":"deno_postgres_interop/TLSOptionsProps/isEnabled.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enabled.","enclosedBy":{"name":"TLSOptionsProps","kind":6,"href":"deno_postgres_interop/TLSOptionsProps.html"}},{"name":"isEnforced","qualifiedName":"deno_postgres_interop.TLSOptionsProps.isEnforced","href":"deno_postgres_interop/TLSOptionsProps/isEnforced.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TLSOptions/enforce.","enclosedBy":{"name":"TLSOptionsProps","kind":6,"href":"deno_postgres_interop/TLSOptionsProps.html"}},{"name":"Transaction","qualifiedName":"deno_postgres_interop.Transaction","href":"deno_postgres_interop/Transaction-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Transaction","qualifiedName":"deno_postgres_interop.Transaction.Transaction","href":"deno_postgres_interop/Transaction/Transaction.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/construtor.","enclosedBy":{"name":"Transaction","kind":3,"href":"deno_postgres_interop/Transaction-class.html"}},{"name":"getSavepoint","qualifiedName":"deno_postgres_interop.Transaction.getSavepoint","href":"deno_postgres_interop/Transaction/getSavepoint.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/getSavepoint.","enclosedBy":{"name":"Transaction","kind":3,"href":"deno_postgres_interop/Transaction-class.html"}},{"name":"savepoints","qualifiedName":"deno_postgres_interop.Transaction.savepoints","href":"deno_postgres_interop/Transaction/savepoints.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/savepoints.","enclosedBy":{"name":"Transaction","kind":3,"href":"deno_postgres_interop/Transaction-class.html"}},{"name":"TransactionError","qualifiedName":"deno_postgres_interop.TransactionError","href":"deno_postgres_interop/TransactionError-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionError.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"TransactionError","qualifiedName":"deno_postgres_interop.TransactionError.TransactionError","href":"deno_postgres_interop/TransactionError/TransactionError.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"cause","qualifiedName":"deno_postgres_interop.TransactionError.cause","href":"deno_postgres_interop/TransactionError/cause.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/cause.\ndeno-postgres@v0.17.0/TransactionError/constructor.","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"message","qualifiedName":"deno_postgres_interop.TransactionError.message","href":"deno_postgres_interop/TransactionError/message.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/message.","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"name","qualifiedName":"deno_postgres_interop.TransactionError.name","href":"deno_postgres_interop/TransactionError/name.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"js/Error/name.","enclosedBy":{"name":"TransactionError","kind":3,"href":"deno_postgres_interop/TransactionError-class.html"}},{"name":"TransactionOptions","qualifiedName":"deno_postgres_interop.TransactionOptions","href":"deno_postgres_interop/TransactionOptions-class.html","kind":3,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"TransactionOptions","qualifiedName":"deno_postgres_interop.TransactionOptions.TransactionOptions","href":"deno_postgres_interop/TransactionOptions/TransactionOptions.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/constructor.","enclosedBy":{"name":"TransactionOptions","kind":3,"href":"deno_postgres_interop/TransactionOptions-class.html"}},{"name":"snapshot","qualifiedName":"deno_postgres_interop.TransactionOptions.snapshot","href":"deno_postgres_interop/TransactionOptions/snapshot.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/snapshot.","enclosedBy":{"name":"TransactionOptions","kind":3,"href":"deno_postgres_interop/TransactionOptions-class.html"}},{"name":"TransactionOptionsProps","qualifiedName":"deno_postgres_interop.TransactionOptionsProps","href":"deno_postgres_interop/TransactionOptionsProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"isReadOnly","qualifiedName":"deno_postgres_interop.TransactionOptionsProps.isReadOnly","href":"deno_postgres_interop/TransactionOptionsProps/isReadOnly.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/read_only.","enclosedBy":{"name":"TransactionOptionsProps","kind":6,"href":"deno_postgres_interop/TransactionOptionsProps.html"}},{"name":"isolationLevel","qualifiedName":"deno_postgres_interop.TransactionOptionsProps.isolationLevel","href":"deno_postgres_interop/TransactionOptionsProps/isolationLevel.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/TransactionOptions/isolation_level.","enclosedBy":{"name":"TransactionOptionsProps","kind":6,"href":"deno_postgres_interop/TransactionOptionsProps.html"}},{"name":"TransactionProps","qualifiedName":"deno_postgres_interop.TransactionProps","href":"deno_postgres_interop/TransactionProps.html","kind":6,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"begin","qualifiedName":"deno_postgres_interop.TransactionProps.begin","href":"deno_postgres_interop/TransactionProps/begin.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/begin.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"commit","qualifiedName":"deno_postgres_interop.TransactionProps.commit","href":"deno_postgres_interop/TransactionProps/commit.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/commit.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"createSavepoint","qualifiedName":"deno_postgres_interop.TransactionProps.createSavepoint","href":"deno_postgres_interop/TransactionProps/createSavepoint.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/savepoint.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"getActiveSavepointsNames","qualifiedName":"deno_postgres_interop.TransactionProps.getActiveSavepointsNames","href":"deno_postgres_interop/TransactionProps/getActiveSavepointsNames.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/getSavepoints.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"isolationLevel","qualifiedName":"deno_postgres_interop.TransactionProps.isolationLevel","href":"deno_postgres_interop/TransactionProps/isolationLevel.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/isolation_level.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryArray","qualifiedName":"deno_postgres_interop.TransactionProps.queryArray","href":"deno_postgres_interop/TransactionProps/queryArray.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryArray.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryArrayWithOptions","qualifiedName":"deno_postgres_interop.TransactionProps.queryArrayWithOptions","href":"deno_postgres_interop/TransactionProps/queryArrayWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryArray.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryObject","qualifiedName":"deno_postgres_interop.TransactionProps.queryObject","href":"deno_postgres_interop/TransactionProps/queryObject.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryObject.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"queryObjectWithOptions","qualifiedName":"deno_postgres_interop.TransactionProps.queryObjectWithOptions","href":"deno_postgres_interop/TransactionProps/queryObjectWithOptions.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/queryObject.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"rollback","qualifiedName":"deno_postgres_interop.TransactionProps.rollback","href":"deno_postgres_interop/TransactionProps/rollback.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/rollback.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"rollbackByName","qualifiedName":"deno_postgres_interop.TransactionProps.rollbackByName","href":"deno_postgres_interop/TransactionProps/rollbackByName.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/rollback.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"rollbackWithChain","qualifiedName":"deno_postgres_interop.TransactionProps.rollbackWithChain","href":"deno_postgres_interop/TransactionProps/rollbackWithChain.html","kind":9,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/rollback.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"snapshot","qualifiedName":"deno_postgres_interop.TransactionProps.snapshot","href":"deno_postgres_interop/TransactionProps/snapshot.html","kind":15,"overriddenDepth":0,"packageRank":0,"desc":"deno-postgres@v0.17.0/Transaction/getSnapshot.","enclosedBy":{"name":"TransactionProps","kind":6,"href":"deno_postgres_interop/TransactionProps.html"}},{"name":"Transport","qualifiedName":"deno_postgres_interop.Transport","href":"deno_postgres_interop/Transport.html","kind":5,"overriddenDepth":0,"packageRank":0,"desc":"TCP | SOCKET.","enclosedBy":{"name":"deno_postgres_interop","kind":8,"href":"deno_postgres_interop/deno_postgres_interop-library.html"}},{"name":"Transport","qualifiedName":"deno_postgres_interop.Transport.Transport","href":"deno_postgres_interop/Transport/Transport.html","kind":2,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Transport","kind":5,"href":"deno_postgres_interop/Transport.html"}},{"name":"values","qualifiedName":"deno_postgres_interop.Transport.values","href":"deno_postgres_interop/Transport/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"Transport","kind":5,"href":"deno_postgres_interop/Transport.html"}}] diff --git a/doc/api/search.html b/doc/api/search.html deleted file mode 100644 index 3ae95c6..0000000 --- a/doc/api/search.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - deno_postgres_interop - Dart API docs - - - - - - - - - - - - - - - - - -
          - -
          - menu - -
          deno_postgres_interop
          - -
          - -
          -
          -
          - -
          -
          - - - - - -
          - -
          - - deno_postgres_interop - 0.0.1 - - - -
          - - - - - - - - - - - - diff --git a/doc/api/static-assets/docs.dart.js b/doc/api/static-assets/docs.dart.js deleted file mode 100644 index 5adefab..0000000 --- a/doc/api/static-assets/docs.dart.js +++ /dev/null @@ -1,6152 +0,0 @@ -(function dartProgram(){function copyProperties(a,b){var s=Object.keys(a) -for(var r=0;r=0)return true -if(typeof version=="function"&&version.length==0){var q=version() -if(/^\d+\.\d+\.\d+\.\d+$/.test(q))return true}}catch(p){}return false}() -function inherit(a,b){a.prototype.constructor=a -a.prototype["$i"+a.name]=a -if(b!=null){if(z){Object.setPrototypeOf(a.prototype,b.prototype) -return}var s=Object.create(b.prototype) -copyProperties(a.prototype,s) -a.prototype=s}}function inheritMany(a,b){for(var s=0;s").b(a))return new A.c9(a,b.k("@<0>").G(c).k("c9<1,2>")) -return new A.aX(a,b.k("@<0>").G(c).k("aX<1,2>"))}, -i9(a){var s,r=a^48 -if(r<=9)return r -s=a|32 -if(97<=s&&s<=102)return s-87 -return-1}, -aN(a,b){a=a+b&536870911 -a=a+((a&524287)<<10)&536870911 -return a^a>>>6}, -iF(a){a=a+((a&67108863)<<3)&536870911 -a^=a>>>11 -return a+((a&16383)<<15)&536870911}, -fc(a,b,c){return a}, -iZ(a){var s,r -for(s=$.be.length,r=0;r").G(d).k("bJ<1,2>")) -return new A.ao(a,b,c.k("@<0>").G(d).k("ao<1,2>"))}, -iv(){return new A.bq("No element")}, -l8(){return new A.bq("Too many elements")}, -aO:function aO(){}, -cS:function cS(a,b){this.a=a -this.$ti=b}, -aX:function aX(a,b){this.a=a -this.$ti=b}, -c9:function c9(a,b){this.a=a -this.$ti=b}, -c6:function c6(){}, -ak:function ak(a,b){this.a=a -this.$ti=b}, -bR:function bR(a){this.a=a}, -cV:function cV(a){this.a=a}, -fT:function fT(){}, -f:function f(){}, -a7:function a7(){}, -bT:function bT(a,b){var _=this -_.a=a -_.b=b -_.c=0 -_.d=null}, -ao:function ao(a,b,c){this.a=a -this.b=b -this.$ti=c}, -bJ:function bJ(a,b,c){this.a=a -this.b=b -this.$ti=c}, -bV:function bV(a,b){this.a=null -this.b=a -this.c=b}, -ap:function ap(a,b,c){this.a=a -this.b=b -this.$ti=c}, -ax:function ax(a,b,c){this.a=a -this.b=b -this.$ti=c}, -e2:function e2(a,b){this.a=a -this.b=b}, -bM:function bM(){}, -dY:function dY(){}, -bs:function bs(){}, -cy:function cy(){}, -kY(){throw A.b(A.r("Cannot modify unmodifiable Map"))}, -km(a){var s=v.mangledGlobalNames[a] -if(s!=null)return s -return"minified:"+a}, -kg(a,b){var s -if(b!=null){s=b.x -if(s!=null)return s}return t.G.b(a)}, -p(a){var s -if(typeof a=="string")return a -if(typeof a=="number"){if(a!==0)return""+a}else if(!0===a)return"true" -else if(!1===a)return"false" -else if(a==null)return"null" -s=J.aD(a) -return s}, -dD(a){var s,r=$.jn -if(r==null)r=$.jn=Symbol("identityHashCode") -s=a[r] -if(s==null){s=Math.random()*0x3fffffff|0 -a[r]=s}return s}, -jo(a,b){var s,r,q,p,o,n=null,m=/^\s*[+-]?((0x[a-f0-9]+)|(\d+)|([a-z0-9]+))\s*$/i.exec(a) -if(m==null)return n -s=m[3] -if(b==null){if(s!=null)return parseInt(a,10) -if(m[2]!=null)return parseInt(a,16) -return n}if(b<2||b>36)throw A.b(A.V(b,2,36,"radix",n)) -if(b===10&&s!=null)return parseInt(a,10) -if(b<10||s==null){r=b<=10?47+b:86+b -q=m[1] -for(p=q.length,o=0;or)return n}return parseInt(a,b)}, -fR(a){return A.lj(a)}, -lj(a){var s,r,q,p -if(a instanceof A.t)return A.T(A.bC(a),null) -s=J.bd(a) -if(s===B.M||s===B.O||t.o.b(a)){r=B.p(a) -if(r!=="Object"&&r!=="")return r -q=a.constructor -if(typeof q=="function"){p=q.name -if(typeof p=="string"&&p!=="Object"&&p!=="")return p}}return A.T(A.bC(a),null)}, -jp(a){if(a==null||typeof a=="number"||A.i2(a))return J.aD(a) -if(typeof a=="string")return JSON.stringify(a) -if(a instanceof A.aG)return a.j(0) -if(a instanceof A.ci)return a.bc(!0) -return"Instance of '"+A.fR(a)+"'"}, -lk(a,b,c){var s,r,q,p -if(c<=500&&b===0&&c===a.length)return String.fromCharCode.apply(null,a) -for(s=b,r="";s>>0,s&1023|56320)}}throw A.b(A.V(a,0,1114111,null,null))}, -iX(a,b){var s,r="index" -if(!A.k2(b))return new A.Z(!0,b,r,null) -s=J.aV(a) -if(b<0||b>=s)return A.E(b,s,a,r) -return A.ll(b,r)}, -mZ(a,b,c){if(a>c)return A.V(a,0,c,"start",null) -if(b!=null)if(bc)return A.V(b,a,c,"end",null) -return new A.Z(!0,b,"end",null)}, -mT(a){return new A.Z(!0,a,null,null)}, -b(a){return A.kf(new Error(),a)}, -kf(a,b){var s -if(b==null)b=new A.av() -a.dartException=b -s=A.nq -if("defineProperty" in Object){Object.defineProperty(a,"message",{get:s}) -a.name=""}else a.toString=s -return a}, -nq(){return J.aD(this.dartException)}, -ff(a){throw A.b(a)}, -kl(a,b){throw A.kf(b,a)}, -cE(a){throw A.b(A.aY(a))}, -aw(a){var s,r,q,p,o,n -a=A.nk(a.replace(String({}),"$receiver$")) -s=a.match(/\\\$[a-zA-Z]+\\\$/g) -if(s==null)s=A.n([],t.s) -r=s.indexOf("\\$arguments\\$") -q=s.indexOf("\\$argumentsExpr\\$") -p=s.indexOf("\\$expr\\$") -o=s.indexOf("\\$method\\$") -n=s.indexOf("\\$receiver\\$") -return new A.fV(a.replace(new RegExp("\\\\\\$arguments\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$argumentsExpr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$expr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$method\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$receiver\\\\\\$","g"),"((?:x|[^x])*)"),r,q,p,o,n)}, -fW(a){return function($expr$){var $argumentsExpr$="$arguments$" -try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, -jv(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, -iz(a,b){var s=b==null,r=s?null:b.method -return new A.de(a,r,s?null:b.receiver)}, -ai(a){if(a==null)return new A.fQ(a) -if(a instanceof A.bL)return A.aU(a,a.a) -if(typeof a!=="object")return a -if("dartException" in a)return A.aU(a,a.dartException) -return A.mQ(a)}, -aU(a,b){if(t.U.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a -return b}, -mQ(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null -if(!("message" in a))return a -s=a.message -if("number" in a&&typeof a.number=="number"){r=a.number -q=r&65535 -if((B.d.ae(r,16)&8191)===10)switch(q){case 438:return A.aU(a,A.iz(A.p(s)+" (Error "+q+")",e)) -case 445:case 5007:p=A.p(s) -return A.aU(a,new A.c2(p+" (Error "+q+")",e))}}if(a instanceof TypeError){o=$.kp() -n=$.kq() -m=$.kr() -l=$.ks() -k=$.kv() -j=$.kw() -i=$.ku() -$.kt() -h=$.ky() -g=$.kx() -f=o.J(s) -if(f!=null)return A.aU(a,A.iz(s,f)) -else{f=n.J(s) -if(f!=null){f.method="call" -return A.aU(a,A.iz(s,f))}else{f=m.J(s) -if(f==null){f=l.J(s) -if(f==null){f=k.J(s) -if(f==null){f=j.J(s) -if(f==null){f=i.J(s) -if(f==null){f=l.J(s) -if(f==null){f=h.J(s) -if(f==null){f=g.J(s) -p=f!=null}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0}else p=!0 -if(p)return A.aU(a,new A.c2(s,f==null?e:f.method))}}return A.aU(a,new A.dX(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.c4() -s=function(b){try{return String(b)}catch(d){}return null}(a) -return A.aU(a,new A.Z(!1,e,e,typeof s=="string"?s.replace(/^RangeError:\s*/,""):s))}if(typeof InternalError=="function"&&a instanceof InternalError)if(typeof s=="string"&&s==="too much recursion")return new A.c4() -return a}, -aT(a){var s -if(a instanceof A.bL)return a.b -if(a==null)return new A.cn(a) -s=a.$cachedTrace -if(s!=null)return s -return a.$cachedTrace=new A.cn(a)}, -kh(a){if(a==null)return J.aj(a) -if(typeof a=="object")return A.dD(a) -return J.aj(a)}, -n0(a,b){var s,r,q,p=a.length -for(s=0;s=0}, -nk(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") -return a}, -k9(a){return a}, -nn(a,b,c,d){var s,r,q,p=new A.h7(b,a,0),o=t.F,n=0,m="" -for(;p.n();){s=p.d -if(s==null)s=o.a(s) -r=s.b -q=r.index -m=m+A.p(A.k9(B.a.m(a,n,q)))+A.p(c.$1(s)) -n=q+r[0].length}p=m+A.p(A.k9(B.a.M(a,n))) -return p.charCodeAt(0)==0?p:p}, -eF:function eF(a,b){this.a=a -this.b=b}, -bF:function bF(){}, -bG:function bG(a,b,c){this.a=a -this.b=b -this.$ti=c}, -fV:function fV(a,b,c,d,e,f){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f}, -c2:function c2(a,b){this.a=a -this.b=b}, -de:function de(a,b,c){this.a=a -this.b=b -this.c=c}, -dX:function dX(a){this.a=a}, -fQ:function fQ(a){this.a=a}, -bL:function bL(a,b){this.a=a -this.b=b}, -cn:function cn(a){this.a=a -this.b=null}, -aG:function aG(){}, -cT:function cT(){}, -cU:function cU(){}, -dP:function dP(){}, -dK:function dK(){}, -bh:function bh(a,b){this.a=a -this.b=b}, -e9:function e9(a){this.a=a}, -dF:function dF(a){this.a=a}, -b2:function b2(a){var _=this -_.a=0 -_.f=_.e=_.d=_.c=_.b=null -_.r=0 -_.$ti=a}, -fF:function fF(a){this.a=a}, -fI:function fI(a,b){var _=this -_.a=a -_.b=b -_.d=_.c=null}, -an:function an(a,b){this.a=a -this.$ti=b}, -dg:function dg(a,b){var _=this -_.a=a -_.b=b -_.d=_.c=null}, -ia:function ia(a){this.a=a}, -ib:function ib(a){this.a=a}, -ic:function ic(a){this.a=a}, -ci:function ci(){}, -eE:function eE(){}, -fD:function fD(a,b){var _=this -_.a=a -_.b=b -_.d=_.c=null}, -et:function et(a){this.b=a}, -h7:function h7(a,b,c){var _=this -_.a=a -_.b=b -_.c=c -_.d=null}, -mk(a){return a}, -li(a){return new Int8Array(a)}, -aA(a,b,c){if(a>>>0!==a||a>=c)throw A.b(A.iX(b,a))}, -mh(a,b,c){var s -if(!(a>>>0!==a))s=b>>>0!==b||a>b||b>c -else s=!0 -if(s)throw A.b(A.mZ(a,b,c)) -return b}, -dn:function dn(){}, -bY:function bY(){}, -dp:function dp(){}, -bo:function bo(){}, -bW:function bW(){}, -bX:function bX(){}, -dq:function dq(){}, -dr:function dr(){}, -ds:function ds(){}, -dt:function dt(){}, -du:function du(){}, -dv:function dv(){}, -dw:function dw(){}, -bZ:function bZ(){}, -c_:function c_(){}, -ce:function ce(){}, -cf:function cf(){}, -cg:function cg(){}, -ch:function ch(){}, -jr(a,b){var s=b.c -return s==null?b.c=A.iK(a,b.y,!0):s}, -iE(a,b){var s=b.c -return s==null?b.c=A.cs(a,"aI",[b.y]):s}, -js(a){var s=a.x -if(s===6||s===7||s===8)return A.js(a.y) -return s===12||s===13}, -lm(a){return a.at}, -fd(a){return A.eZ(v.typeUniverse,a,!1)}, -aR(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.x -switch(c){case 5:case 1:case 2:case 3:case 4:return b -case 6:s=b.y -r=A.aR(a,s,a0,a1) -if(r===s)return b -return A.jN(a,r,!0) -case 7:s=b.y -r=A.aR(a,s,a0,a1) -if(r===s)return b -return A.iK(a,r,!0) -case 8:s=b.y -r=A.aR(a,s,a0,a1) -if(r===s)return b -return A.jM(a,r,!0) -case 9:q=b.z -p=A.cB(a,q,a0,a1) -if(p===q)return b -return A.cs(a,b.y,p) -case 10:o=b.y -n=A.aR(a,o,a0,a1) -m=b.z -l=A.cB(a,m,a0,a1) -if(n===o&&l===m)return b -return A.iI(a,n,l) -case 12:k=b.y -j=A.aR(a,k,a0,a1) -i=b.z -h=A.mN(a,i,a0,a1) -if(j===k&&h===i)return b -return A.jL(a,j,h) -case 13:g=b.z -a1+=g.length -f=A.cB(a,g,a0,a1) -o=b.y -n=A.aR(a,o,a0,a1) -if(f===g&&n===o)return b -return A.iJ(a,n,f,!0) -case 14:e=b.y -if(e") -for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, -k0(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=", " -if(a5!=null){s=a5.length -if(a4==null){a4=A.n([],t.s) -r=null}else r=a4.length -q=a4.length -for(p=s;p>0;--p)a4.push("T"+(q+p)) -for(o=t.X,n=t._,m="<",l="",p=0;p0){a0+=a1+"[" -for(a1="",p=0;p0){a0+=a1+"{" -for(a1="",p=0;p "+a}, -T(a,b){var s,r,q,p,o,n,m=a.x -if(m===5)return"erased" -if(m===2)return"dynamic" -if(m===3)return"void" -if(m===1)return"Never" -if(m===4)return"any" -if(m===6){s=A.T(a.y,b) -return s}if(m===7){r=a.y -s=A.T(r,b) -q=r.x -return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.T(a.y,b)+">" -if(m===9){p=A.mP(a.y) -o=a.z -return o.length>0?p+("<"+A.k6(o,b)+">"):p}if(m===11)return A.mI(a,b) -if(m===12)return A.k0(a,b,null) -if(m===13)return A.k0(a.y,b,a.z) -if(m===14){n=a.y -return b[b.length-1-n]}return"?"}, -mP(a){var s=v.mangledGlobalNames[a] -if(s!=null)return s -return"minified:"+a}, -lU(a,b){var s=a.tR[b] -for(;typeof s=="string";)s=a.tR[s] -return s}, -lT(a,b){var s,r,q,p,o,n=a.eT,m=n[b] -if(m==null)return A.eZ(a,b,!1) -else if(typeof m=="number"){s=m -r=A.ct(a,5,"#") -q=A.hQ(s) -for(p=0;p0)p+="<"+A.cr(c)+">" -s=a.eC.get(p) -if(s!=null)return s -r=new A.W(null,null) -r.x=9 -r.y=b -r.z=c -if(c.length>0)r.c=c[0] -r.at=p -q=A.az(a,r) -a.eC.set(p,q) -return q}, -iI(a,b,c){var s,r,q,p,o,n -if(b.x===10){s=b.y -r=b.z.concat(c)}else{r=c -s=b}q=s.at+(";<"+A.cr(r)+">") -p=a.eC.get(q) -if(p!=null)return p -o=new A.W(null,null) -o.x=10 -o.y=s -o.z=r -o.at=q -n=A.az(a,o) -a.eC.set(q,n) -return n}, -lQ(a,b,c){var s,r,q="+"+(b+"("+A.cr(c)+")"),p=a.eC.get(q) -if(p!=null)return p -s=new A.W(null,null) -s.x=11 -s.y=b -s.z=c -s.at=q -r=A.az(a,s) -a.eC.set(q,r) -return r}, -jL(a,b,c){var s,r,q,p,o,n=b.at,m=c.a,l=m.length,k=c.b,j=k.length,i=c.c,h=i.length,g="("+A.cr(m) -if(j>0){s=l>0?",":"" -g+=s+"["+A.cr(k)+"]"}if(h>0){s=l>0?",":"" -g+=s+"{"+A.lK(i)+"}"}r=n+(g+")") -q=a.eC.get(r) -if(q!=null)return q -p=new A.W(null,null) -p.x=12 -p.y=b -p.z=c -p.at=r -o=A.az(a,p) -a.eC.set(r,o) -return o}, -iJ(a,b,c,d){var s,r=b.at+("<"+A.cr(c)+">"),q=a.eC.get(r) -if(q!=null)return q -s=A.lM(a,b,c,r,d) -a.eC.set(r,s) -return s}, -lM(a,b,c,d,e){var s,r,q,p,o,n,m,l -if(e){s=c.length -r=A.hQ(s) -for(q=0,p=0;p0){n=A.aR(a,b,r,0) -m=A.cB(a,c,r,0) -return A.iJ(a,n,m,c!==m)}}l=new A.W(null,null) -l.x=13 -l.y=b -l.z=c -l.at=d -return A.az(a,l)}, -jG(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, -jI(a){var s,r,q,p,o,n,m,l=a.r,k=a.s -for(s=l.length,r=0;r=48&&q<=57)r=A.lD(r+1,q,l,k) -else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.jH(a,r,l,k,!1) -else if(q===46)r=A.jH(a,r,l,k,!0) -else{++r -switch(q){case 44:break -case 58:k.push(!1) -break -case 33:k.push(!0) -break -case 59:k.push(A.aQ(a.u,a.e,k.pop())) -break -case 94:k.push(A.lP(a.u,k.pop())) -break -case 35:k.push(A.ct(a.u,5,"#")) -break -case 64:k.push(A.ct(a.u,2,"@")) -break -case 126:k.push(A.ct(a.u,3,"~")) -break -case 60:k.push(a.p) -a.p=k.length -break -case 62:A.lF(a,k) -break -case 38:A.lE(a,k) -break -case 42:p=a.u -k.push(A.jN(p,A.aQ(p,a.e,k.pop()),a.n)) -break -case 63:p=a.u -k.push(A.iK(p,A.aQ(p,a.e,k.pop()),a.n)) -break -case 47:p=a.u -k.push(A.jM(p,A.aQ(p,a.e,k.pop()),a.n)) -break -case 40:k.push(-3) -k.push(a.p) -a.p=k.length -break -case 41:A.lC(a,k) -break -case 91:k.push(a.p) -a.p=k.length -break -case 93:o=k.splice(a.p) -A.jJ(a.u,a.e,o) -a.p=k.pop() -k.push(o) -k.push(-1) -break -case 123:k.push(a.p) -a.p=k.length -break -case 125:o=k.splice(a.p) -A.lH(a.u,a.e,o) -a.p=k.pop() -k.push(o) -k.push(-2) -break -case 43:n=l.indexOf("(",r) -k.push(l.substring(r,n)) -k.push(-4) -k.push(a.p) -a.p=k.length -r=n+1 -break -default:throw"Bad character "+q}}}m=k.pop() -return A.aQ(a.u,a.e,m)}, -lD(a,b,c,d){var s,r,q=b-48 -for(s=c.length;a=48&&r<=57))break -q=q*10+(r-48)}d.push(q) -return a}, -jH(a,b,c,d,e){var s,r,q,p,o,n,m=b+1 -for(s=c.length;m>>0)-97&65535)<26||r===95||r===36||r===124))q=r>=48&&r<=57 -else q=!0 -if(!q)break}}p=c.substring(b,m) -if(e){s=a.u -o=a.e -if(o.x===10)o=o.y -n=A.lU(s,o.y)[p] -if(n==null)A.ff('No "'+p+'" in "'+A.lm(o)+'"') -d.push(A.cu(s,o,n))}else d.push(p) -return m}, -lF(a,b){var s,r=a.u,q=A.jF(a,b),p=b.pop() -if(typeof p=="string")b.push(A.cs(r,p,q)) -else{s=A.aQ(r,a.e,p) -switch(s.x){case 12:b.push(A.iJ(r,s,q,a.n)) -break -default:b.push(A.iI(r,s,q)) -break}}}, -lC(a,b){var s,r,q,p,o,n=null,m=a.u,l=b.pop() -if(typeof l=="number")switch(l){case-1:s=b.pop() -r=n -break -case-2:r=b.pop() -s=n -break -default:b.push(l) -r=n -s=r -break}else{b.push(l) -r=n -s=r}q=A.jF(a,b) -l=b.pop() -switch(l){case-3:l=b.pop() -if(s==null)s=m.sEA -if(r==null)r=m.sEA -p=A.aQ(m,a.e,l) -o=new A.ek() -o.a=q -o.b=s -o.c=r -b.push(A.jL(m,p,o)) -return -case-4:b.push(A.lQ(m,b.pop(),q)) -return -default:throw A.b(A.cM("Unexpected state under `()`: "+A.p(l)))}}, -lE(a,b){var s=b.pop() -if(0===s){b.push(A.ct(a.u,1,"0&")) -return}if(1===s){b.push(A.ct(a.u,4,"1&")) -return}throw A.b(A.cM("Unexpected extended operation "+A.p(s)))}, -jF(a,b){var s=b.splice(a.p) -A.jJ(a.u,a.e,s) -a.p=b.pop() -return s}, -aQ(a,b,c){if(typeof c=="string")return A.cs(a,c,a.sEA) -else if(typeof c=="number"){b.toString -return A.lG(a,b,c)}else return c}, -jJ(a,b,c){var s,r=c.length -for(s=0;sn)return!1 -m=n-o -l=s.b -k=r.b -j=l.length -i=k.length -if(o+j=d)return!1 -a1=f[b] -b+=3 -if(a00?new Array(q):v.typeUniverse.sEA -for(o=0;o0?new Array(a):v.typeUniverse.sEA}, -W:function W(a,b){var _=this -_.a=a -_.b=b -_.w=_.r=_.c=null -_.x=0 -_.at=_.as=_.Q=_.z=_.y=null}, -ek:function ek(){this.c=this.b=this.a=null}, -hL:function hL(a){this.a=a}, -eg:function eg(){}, -cq:function cq(a){this.a=a}, -lt(){var s,r,q={} -if(self.scheduleImmediate!=null)return A.mU() -if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") -r=self.document.createElement("span") -q.a=null -new self.MutationObserver(A.bb(new A.h9(q),1)).observe(s,{childList:true}) -return new A.h8(q,s,r)}else if(self.setImmediate!=null)return A.mV() -return A.mW()}, -lu(a){self.scheduleImmediate(A.bb(new A.ha(a),0))}, -lv(a){self.setImmediate(A.bb(new A.hb(a),0))}, -lw(a){A.lI(0,a)}, -lI(a,b){var s=new A.hJ() -s.bP(a,b) -return s}, -mE(a){return new A.e3(new A.I($.C,a.k("I<0>")),a.k("e3<0>"))}, -mf(a,b){a.$2(0,null) -b.b=!0 -return b.a}, -mc(a,b){A.mg(a,b)}, -me(a,b){b.ai(0,a)}, -md(a,b){b.ak(A.ai(a),A.aT(a))}, -mg(a,b){var s,r,q=new A.hT(b),p=new A.hU(b) -if(a instanceof A.I)a.ba(q,p,t.z) -else{s=t.z -if(a instanceof A.I)a.aV(q,p,s) -else{r=new A.I($.C,t.aY) -r.a=8 -r.c=a -r.ba(q,p,s)}}}, -mR(a){var s=function(b,c){return function(d,e){while(true)try{b(d,e) -break}catch(r){e=r -d=c}}}(a,1) -return $.C.bw(new A.i6(s))}, -fi(a,b){var s=A.fc(a,"error",t.K) -return new A.cN(s,b==null?A.j5(a):b)}, -j5(a){var s -if(t.U.b(a)){s=a.gaa() -if(s!=null)return s}return B.J}, -jD(a,b){var s,r -for(;s=a.a,(s&4)!==0;)a=a.c -if((s&24)!==0){r=b.aI() -b.ab(a) -A.ca(b,r)}else{r=b.c -b.b8(a) -a.aH(r)}}, -ly(a,b){var s,r,q={},p=q.a=a -for(;s=p.a,(s&4)!==0;){p=p.c -q.a=p}if((s&24)===0){r=b.c -b.b8(p) -q.a.aH(r) -return}if((s&16)===0&&b.c==null){b.ab(p) -return}b.a^=2 -A.ba(null,null,b.b,new A.hk(q,b))}, -ca(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g={},f=g.a=a -for(;!0;){s={} -r=f.a -q=(r&16)===0 -p=!q -if(b==null){if(p&&(r&1)===0){f=f.c -A.i3(f.a,f.b)}return}s.a=b -o=b.a -for(f=b;o!=null;f=o,o=n){f.a=null -A.ca(g.a,f) -s.a=o -n=o.a}r=g.a -m=r.c -s.b=p -s.c=m -if(q){l=f.c -l=(l&1)!==0||(l&15)===8}else l=!0 -if(l){k=f.b.b -if(p){r=r.b===k -r=!(r||r)}else r=!1 -if(r){A.i3(m.a,m.b) -return}j=$.C -if(j!==k)$.C=k -else j=null -f=f.c -if((f&15)===8)new A.hr(s,g,p).$0() -else if(q){if((f&1)!==0)new A.hq(s,m).$0()}else if((f&2)!==0)new A.hp(g,s).$0() -if(j!=null)$.C=j -f=s.c -if(f instanceof A.I){r=s.a.$ti -r=r.k("aI<2>").b(f)||!r.z[1].b(f)}else r=!1 -if(r){i=s.a.b -if((f.a&24)!==0){h=i.c -i.c=null -b=i.ad(h) -i.a=f.a&30|i.a&1 -i.c=f.c -g.a=f -continue}else A.jD(f,i) -return}}i=s.a.b -h=i.c -i.c=null -b=i.ad(h) -f=s.b -r=s.c -if(!f){i.a=8 -i.c=r}else{i.a=i.a&1|16 -i.c=r}g.a=i -f=i}}, -mJ(a,b){if(t.C.b(a))return b.bw(a) -if(t.w.b(a))return a -throw A.b(A.is(a,"onError",u.c))}, -mG(){var s,r -for(s=$.bA;s!=null;s=$.bA){$.cA=null -r=s.b -$.bA=r -if(r==null)$.cz=null -s.a.$0()}}, -mM(){$.iT=!0 -try{A.mG()}finally{$.cA=null -$.iT=!1 -if($.bA!=null)$.j1().$1(A.kb())}}, -k8(a){var s=new A.e4(a),r=$.cz -if(r==null){$.bA=$.cz=s -if(!$.iT)$.j1().$1(A.kb())}else $.cz=r.b=s}, -mL(a){var s,r,q,p=$.bA -if(p==null){A.k8(a) -$.cA=$.cz -return}s=new A.e4(a) -r=$.cA -if(r==null){s.b=p -$.bA=$.cA=s}else{q=r.b -s.b=q -$.cA=r.b=s -if(q==null)$.cz=s}}, -nl(a){var s,r=null,q=$.C -if(B.c===q){A.ba(r,r,B.c,a) -return}s=!1 -if(s){A.ba(r,r,q,a) -return}A.ba(r,r,q,q.bh(a))}, -nW(a){A.fc(a,"stream",t.K) -return new A.eM()}, -i3(a,b){A.mL(new A.i4(a,b))}, -k4(a,b,c,d){var s,r=$.C -if(r===c)return d.$0() -$.C=c -s=r -try{r=d.$0() -return r}finally{$.C=s}}, -k5(a,b,c,d,e){var s,r=$.C -if(r===c)return d.$1(e) -$.C=c -s=r -try{r=d.$1(e) -return r}finally{$.C=s}}, -mK(a,b,c,d,e,f){var s,r=$.C -if(r===c)return d.$2(e,f) -$.C=c -s=r -try{r=d.$2(e,f) -return r}finally{$.C=s}}, -ba(a,b,c,d){if(B.c!==c)d=c.bh(d) -A.k8(d)}, -h9:function h9(a){this.a=a}, -h8:function h8(a,b,c){this.a=a -this.b=b -this.c=c}, -ha:function ha(a){this.a=a}, -hb:function hb(a){this.a=a}, -hJ:function hJ(){}, -hK:function hK(a,b){this.a=a -this.b=b}, -e3:function e3(a,b){this.a=a -this.b=!1 -this.$ti=b}, -hT:function hT(a){this.a=a}, -hU:function hU(a){this.a=a}, -i6:function i6(a){this.a=a}, -cN:function cN(a,b){this.a=a -this.b=b}, -c7:function c7(){}, -b8:function b8(a,b){this.a=a -this.$ti=b}, -bv:function bv(a,b,c,d,e){var _=this -_.a=null -_.b=a -_.c=b -_.d=c -_.e=d -_.$ti=e}, -I:function I(a,b){var _=this -_.a=0 -_.b=a -_.c=null -_.$ti=b}, -hh:function hh(a,b){this.a=a -this.b=b}, -ho:function ho(a,b){this.a=a -this.b=b}, -hl:function hl(a){this.a=a}, -hm:function hm(a){this.a=a}, -hn:function hn(a,b,c){this.a=a -this.b=b -this.c=c}, -hk:function hk(a,b){this.a=a -this.b=b}, -hj:function hj(a,b){this.a=a -this.b=b}, -hi:function hi(a,b,c){this.a=a -this.b=b -this.c=c}, -hr:function hr(a,b,c){this.a=a -this.b=b -this.c=c}, -hs:function hs(a){this.a=a}, -hq:function hq(a,b){this.a=a -this.b=b}, -hp:function hp(a,b){this.a=a -this.b=b}, -e4:function e4(a){this.a=a -this.b=null}, -eM:function eM(){}, -hS:function hS(){}, -i4:function i4(a,b){this.a=a -this.b=b}, -hw:function hw(){}, -hx:function hx(a,b){this.a=a -this.b=b}, -hy:function hy(a,b,c){this.a=a -this.b=b -this.c=c}, -ji(a,b,c){return A.n0(a,new A.b2(b.k("@<0>").G(c).k("b2<1,2>")))}, -dh(a,b){return new A.b2(a.k("@<0>").G(b).k("b2<1,2>"))}, -bS(a){return new A.cb(a.k("cb<0>"))}, -iG(){var s=Object.create(null) -s[""]=s -delete s[""] -return s}, -lB(a,b){var s=new A.cc(a,b) -s.c=a.e -return s}, -jj(a,b){var s,r,q=A.bS(b) -for(s=a.length,r=0;r=0)return null -return r}return null}, -ls(a,b,c,d){var s=a?$.kA():$.kz() -if(s==null)return null -if(0===c&&d===b.length)return A.jA(s,b) -return A.jA(s,b.subarray(c,A.b3(c,d,b.length)))}, -jA(a,b){var s,r -try{s=a.decode(b) -return s}catch(r){}return null}, -j6(a,b,c,d,e,f){if(B.d.aq(f,4)!==0)throw A.b(A.N("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) -if(d+e!==f)throw A.b(A.N("Invalid base64 padding, '=' not at the end",a,b)) -if(e>2)throw A.b(A.N("Invalid base64 padding, more than two '=' characters",a,b))}, -m8(a){switch(a){case 65:return"Missing extension byte" -case 67:return"Unexpected extension byte" -case 69:return"Invalid UTF-8 byte" -case 71:return"Overlong encoding" -case 73:return"Out of unicode range" -case 75:return"Encoded surrogate" -case 77:return"Unfinished UTF-8 octet sequence" -default:return""}}, -m7(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) -for(s=J.cC(a),r=0;r>>0!==0?255:q}return o}, -ep:function ep(a,b){this.a=a -this.b=b -this.c=null}, -eq:function eq(a){this.a=a}, -h5:function h5(){}, -h4:function h4(){}, -fk:function fk(){}, -fl:function fl(){}, -cW:function cW(){}, -cY:function cY(){}, -fq:function fq(){}, -fw:function fw(){}, -fv:function fv(){}, -fG:function fG(){}, -fH:function fH(a){this.a=a}, -h2:function h2(){}, -h6:function h6(){}, -hP:function hP(a){this.b=0 -this.c=a}, -h3:function h3(a){this.a=a}, -hO:function hO(a){this.a=a -this.b=16 -this.c=0}, -ik(a,b){var s=A.jo(a,b) -if(s!=null)return s -throw A.b(A.N(a,null,null))}, -l_(a,b){a=A.b(a) -a.stack=b.j(0) -throw a -throw A.b("unreachable")}, -jk(a,b,c,d){var s,r=c?J.lb(a,d):J.la(a,d) -if(a!==0&&b!=null)for(s=0;s")) -for(s=J.a2(a);s.n();)r.push(s.gq(s)) -if(b)return r -return J.ix(r)}, -jm(a,b,c){var s=A.lg(a,c) -return s}, -lg(a,b){var s,r -if(Array.isArray(a))return A.n(a.slice(0),b.k("A<0>")) -s=A.n([],b.k("A<0>")) -for(r=J.a2(a);r.n();)s.push(r.gq(r)) -return s}, -ju(a,b,c){var s=A.lk(a,b,A.b3(b,c,a.length)) -return s}, -iD(a,b){return new A.fD(a,A.jh(a,!1,b,!1,!1,!1))}, -jt(a,b,c){var s=J.a2(b) -if(!s.n())return a -if(c.length===0){do a+=A.p(s.gq(s)) -while(s.n())}else{a+=A.p(s.gq(s)) -for(;s.n();)a=a+c+A.p(s.gq(s))}return a}, -jV(a,b,c,d){var s,r,q,p,o,n="0123456789ABCDEF" -if(c===B.h){s=$.kD() -s=s.b.test(b)}else s=!1 -if(s)return b -r=B.I.X(b) -for(s=r.length,q=0,p="";q>>4]&1<<(o&15))!==0)p+=A.ar(o) -else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, -fr(a){if(typeof a=="number"||A.i2(a)||a==null)return J.aD(a) -if(typeof a=="string")return JSON.stringify(a) -return A.jp(a)}, -l0(a,b){A.fc(a,"error",t.K) -A.fc(b,"stackTrace",t.l) -A.l_(a,b)}, -cM(a){return new A.cL(a)}, -aE(a,b){return new A.Z(!1,null,b,a)}, -is(a,b,c){return new A.Z(!0,a,b,c)}, -ll(a,b){return new A.c3(null,null,!0,a,b,"Value not in range")}, -V(a,b,c,d,e){return new A.c3(b,c,!0,a,d,"Invalid value")}, -b3(a,b,c){if(0>a||a>c)throw A.b(A.V(a,0,c,"start",null)) -if(b!=null){if(a>b||b>c)throw A.b(A.V(b,a,c,"end",null)) -return b}return c}, -jq(a,b){if(a<0)throw A.b(A.V(a,0,null,b,null)) -return a}, -E(a,b,c,d){return new A.db(b,!0,a,d,"Index out of range")}, -r(a){return new A.dZ(a)}, -jw(a){return new A.dW(a)}, -dJ(a){return new A.bq(a)}, -aY(a){return new A.cX(a)}, -N(a,b,c){return new A.fu(a,b,c)}, -l9(a,b,c){var s,r -if(A.iZ(a)){if(b==="("&&c===")")return"(...)" -return b+"..."+c}s=A.n([],t.s) -$.be.push(a) -try{A.mD(a,s)}finally{$.be.pop()}r=A.jt(b,s,", ")+c -return r.charCodeAt(0)==0?r:r}, -iw(a,b,c){var s,r -if(A.iZ(a))return b+"..."+c -s=new A.O(b) -$.be.push(a) -try{r=s -r.a=A.jt(r.a,a,", ")}finally{$.be.pop()}s.a+=c -r=s.a -return r.charCodeAt(0)==0?r:r}, -mD(a,b){var s,r,q,p,o,n,m,l=a.gv(a),k=0,j=0 -while(!0){if(!(k<80||j<3))break -if(!l.n())return -s=A.p(l.gq(l)) -b.push(s) -k+=s.length+2;++j}if(!l.n()){if(j<=5)return -r=b.pop() -q=b.pop()}else{p=l.gq(l);++j -if(!l.n()){if(j<=4){b.push(A.p(p)) -return}r=A.p(p) -q=b.pop() -k+=r.length+2}else{o=l.gq(l);++j -for(;l.n();p=o,o=n){n=l.gq(l);++j -if(j>100){while(!0){if(!(k>75&&j>3))break -k-=b.pop().length+2;--j}b.push("...") -return}}q=A.p(p) -r=A.p(o) -k+=r.length+q.length+4}}if(j>b.length+2){k+=5 -m="..."}else m=null -while(!0){if(!(k>80&&b.length>3))break -k-=b.pop().length+2 -if(m==null){k+=5 -m="..."}}if(m!=null)b.push(m) -b.push(q) -b.push(r)}, -iB(a,b,c,d){var s -if(B.k===c){s=B.e.gt(a) -b=J.aj(b) -return A.iF(A.aN(A.aN($.iq(),s),b))}if(B.k===d){s=B.e.gt(a) -b=J.aj(b) -c=J.aj(c) -return A.iF(A.aN(A.aN(A.aN($.iq(),s),b),c))}s=B.e.gt(a) -b=J.aj(b) -c=J.aj(c) -d=J.aj(d) -d=A.iF(A.aN(A.aN(A.aN(A.aN($.iq(),s),b),c),d)) -return d}, -fZ(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=null,a4=a5.length -if(a4>=5){s=((a5.charCodeAt(4)^58)*3|a5.charCodeAt(0)^100|a5.charCodeAt(1)^97|a5.charCodeAt(2)^116|a5.charCodeAt(3)^97)>>>0 -if(s===0)return A.jx(a4=14)r[7]=a4 -q=r[1] -if(q>=0)if(A.k7(a5,0,q,20,r)===20)r[7]=q -p=r[2]+1 -o=r[3] -n=r[4] -m=r[5] -l=r[6] -if(lq+3){j=a3 -k=!1}else{i=o>0 -if(i&&o+1===n){j=a3 -k=!1}else{if(!B.a.F(a5,"\\",n))if(p>0)h=B.a.F(a5,"\\",p-1)||B.a.F(a5,"\\",p-2) -else h=!1 -else h=!0 -if(h){j=a3 -k=!1}else{if(!(mn+2&&B.a.F(a5,"/..",m-3) -else h=!0 -if(h){j=a3 -k=!1}else{if(q===4)if(B.a.F(a5,"file",0)){if(p<=0){if(!B.a.F(a5,"/",n)){g="file:///" -s=3}else{g="file://" -s=2}a5=g+B.a.m(a5,n,a4) -q-=0 -i=s-0 -m+=i -l+=i -a4=a5.length -p=7 -o=7 -n=7}else if(n===m){++l -f=m+1 -a5=B.a.Z(a5,n,m,"/");++a4 -m=f}j="file"}else if(B.a.F(a5,"http",0)){if(i&&o+3===n&&B.a.F(a5,"80",o+1)){l-=3 -e=n-3 -m-=3 -a5=B.a.Z(a5,o,n,"") -a4-=3 -n=e}j="http"}else j=a3 -else if(q===5&&B.a.F(a5,"https",0)){if(i&&o+4===n&&B.a.F(a5,"443",o+1)){l-=4 -e=n-4 -m-=4 -a5=B.a.Z(a5,o,n,"") -a4-=3 -n=e}j="https"}else j=a3 -k=!0}}}}else j=a3 -if(k){if(a40)j=A.m1(a5,0,q) -else{if(q===0)A.bx(a5,0,"Invalid empty scheme") -j=""}if(p>0){d=q+3 -c=d9)k.$2("invalid character",s)}else{if(q===3)k.$2(m,s) -o=A.ik(B.a.m(a,r,s),null) -if(o>255)k.$2(l,r) -n=q+1 -j[q]=o -r=s+1 -q=n}}if(q!==3)k.$2(m,c) -o=A.ik(B.a.m(a,r,c),null) -if(o>255)k.$2(l,r) -j[q]=o -return j}, -jy(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.h_(a),c=new A.h0(d,a) -if(a.length<2)d.$2("address is too short",e) -s=A.n([],t.t) -for(r=b,q=r,p=!1,o=!1;r>>0) -s.push((k[2]<<8|k[3])>>>0)}if(p){if(s.length>7)d.$2("an address with a wildcard must have less than 7 parts",e)}else if(s.length!==8)d.$2("an address without a wildcard must contain exactly 8 parts",e) -j=new Uint8Array(16) -for(l=s.length,i=9-l,r=0,h=0;r=b&&q=b&&s>>4]&1<<(p&15))!==0){if(q&&65<=p&&90>=p){if(i==null)i=new A.O("") -if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.O("") -if(r>>4]&1<<(o&15))!==0)A.bx(a,s,"Invalid character") -else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.bx(a,s,"Illegal scheme character") -if(65<=q&&q<=90)r=!0}a=B.a.m(a,b,c) -return A.lV(r?a.toLowerCase():a)}, -lV(a){if(a==="http")return"http" -if(a==="file")return"file" -if(a==="https")return"https" -if(a==="package")return"package" -return a}, -m2(a,b,c){return A.cx(a,b,c,B.ac,!1,!1)}, -m_(a,b,c,d,e,f){var s,r=e==="file",q=r||f -if(a==null)return r?"/":"" -else s=A.cx(a,b,c,B.v,!0,!0) -if(s.length===0){if(r)return"/"}else if(q&&!B.a.B(s,"/"))s="/"+s -return A.m3(s,e,f)}, -m3(a,b,c){var s=b.length===0 -if(s&&!c&&!B.a.B(a,"/")&&!B.a.B(a,"\\"))return A.m5(a,!s||c) -return A.m6(a)}, -iN(a,b,c,d){var s,r={} -if(a!=null){if(d!=null)throw A.b(A.aE("Both query and queryParameters specified",null)) -return A.cx(a,b,c,B.j,!0,!1)}if(d==null)return null -s=new A.O("") -r.a="" -d.A(0,new A.hM(new A.hN(r,s))) -r=s.a -return r.charCodeAt(0)==0?r:r}, -lY(a,b,c){return A.cx(a,b,c,B.j,!0,!1)}, -iO(a,b,c){var s,r,q,p,o,n=b+2 -if(n>=a.length)return"%" -s=a.charCodeAt(b+1) -r=a.charCodeAt(n) -q=A.i9(s) -p=A.i9(r) -if(q<0||p<0)return"%" -o=q*16+p -if(o<127&&(B.i[B.d.ae(o,4)]&1<<(o&15))!==0)return A.ar(c&&65<=o&&90>=o?(o|32)>>>0:o) -if(s>=97||r>=97)return B.a.m(a,b,b+3).toUpperCase() -return null}, -iM(a){var s,r,q,p,o,n="0123456789ABCDEF" -if(a<128){s=new Uint8Array(3) -s[0]=37 -s[1]=n.charCodeAt(a>>>4) -s[2]=n.charCodeAt(a&15)}else{if(a>2047)if(a>65535){r=240 -q=4}else{r=224 -q=3}else{r=192 -q=2}s=new Uint8Array(3*q) -for(p=0;--q,q>=0;r=128){o=B.d.cb(a,6*q)&63|r -s[p]=37 -s[p+1]=n.charCodeAt(o>>>4) -s[p+2]=n.charCodeAt(o&15) -p+=3}}return A.ju(s,0,null)}, -cx(a,b,c,d,e,f){var s=A.jT(a,b,c,d,e,f) -return s==null?B.a.m(a,b,c):s}, -jT(a,b,c,d,e,f){var s,r,q,p,o,n,m,l,k,j,i=null -for(s=!e,r=b,q=r,p=i;r>>4]&1<<(o&15))!==0)++r -else{if(o===37){n=A.iO(a,r,!1) -if(n==null){r+=3 -continue}if("%"===n){n="%25" -m=1}else m=3}else if(o===92&&f){n="/" -m=1}else if(s&&o<=93&&(B.w[o>>>4]&1<<(o&15))!==0){A.bx(a,r,"Invalid character") -m=i -n=m}else{if((o&64512)===55296){l=r+1 -if(l=2&&A.jR(a.charCodeAt(0)))for(s=1;s127||(B.u[r>>>4]&1<<(r&15))===0)break}return a}, -lX(a,b){var s,r,q -for(s=0,r=0;r<2;++r){q=a.charCodeAt(b+r) -if(48<=q&&q<=57)s=s*16+q-48 -else{q|=32 -if(97<=q&&q<=102)s=s*16+q-87 -else throw A.b(A.aE("Invalid URL encoding",null))}}return s}, -iP(a,b,c,d,e){var s,r,q,p,o=b -while(!0){if(!(o127)throw A.b(A.aE("Illegal percent encoding in URI",null)) -if(r===37){if(o+3>q)throw A.b(A.aE("Truncated URI",null)) -p.push(A.lX(a,o+1)) -o+=2}else if(r===43)p.push(32) -else p.push(r)}}return B.aw.X(p)}, -jR(a){var s=a|32 -return 97<=s&&s<=122}, -jx(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.n([b-1],t.t) -for(s=a.length,r=b,q=-1,p=null;rb)throw A.b(A.N(k,a,r)) -for(;p!==44;){j.push(r);++r -for(o=-1;r=0)j.push(o) -else{n=B.b.gam(j) -if(p!==44||r!==n+7||!B.a.F(a,"base64",n+1))throw A.b(A.N("Expecting '='",a,r)) -break}}j.push(r) -m=r+1 -if((j.length&1)===1)a=B.z.cE(0,a,m,s) -else{l=A.jT(a,m,s,B.j,!0,!1) -if(l!=null)a=B.a.Z(a,m,s,l)}return new A.fX(a,j,c)}, -mj(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.jf(22,t.bX) -for(s=0;s<22;++s)f[s]=new Uint8Array(96) -r=new A.hY(f) -q=new A.hZ() -p=new A.i_() -o=r.$2(0,225) -q.$3(o,n,1) -q.$3(o,m,14) -q.$3(o,l,34) -q.$3(o,k,3) -q.$3(o,j,227) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(14,225) -q.$3(o,n,1) -q.$3(o,m,15) -q.$3(o,l,34) -q.$3(o,g,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(15,225) -q.$3(o,n,1) -q.$3(o,"%",225) -q.$3(o,l,34) -q.$3(o,k,9) -q.$3(o,j,233) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(1,225) -q.$3(o,n,1) -q.$3(o,l,34) -q.$3(o,k,10) -q.$3(o,j,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(2,235) -q.$3(o,n,139) -q.$3(o,k,131) -q.$3(o,j,131) -q.$3(o,m,146) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(3,235) -q.$3(o,n,11) -q.$3(o,k,68) -q.$3(o,j,68) -q.$3(o,m,18) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(4,229) -q.$3(o,n,5) -p.$3(o,"AZ",229) -q.$3(o,l,102) -q.$3(o,"@",68) -q.$3(o,"[",232) -q.$3(o,k,138) -q.$3(o,j,138) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(5,229) -q.$3(o,n,5) -p.$3(o,"AZ",229) -q.$3(o,l,102) -q.$3(o,"@",68) -q.$3(o,k,138) -q.$3(o,j,138) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(6,231) -p.$3(o,"19",7) -q.$3(o,"@",68) -q.$3(o,k,138) -q.$3(o,j,138) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(7,231) -p.$3(o,"09",7) -q.$3(o,"@",68) -q.$3(o,k,138) -q.$3(o,j,138) -q.$3(o,i,172) -q.$3(o,h,205) -q.$3(r.$2(8,8),"]",5) -o=r.$2(9,235) -q.$3(o,n,11) -q.$3(o,m,16) -q.$3(o,g,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(16,235) -q.$3(o,n,11) -q.$3(o,m,17) -q.$3(o,g,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(17,235) -q.$3(o,n,11) -q.$3(o,k,9) -q.$3(o,j,233) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(10,235) -q.$3(o,n,11) -q.$3(o,m,18) -q.$3(o,k,10) -q.$3(o,j,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(18,235) -q.$3(o,n,11) -q.$3(o,m,19) -q.$3(o,g,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(19,235) -q.$3(o,n,11) -q.$3(o,g,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(11,235) -q.$3(o,n,11) -q.$3(o,k,10) -q.$3(o,j,234) -q.$3(o,i,172) -q.$3(o,h,205) -o=r.$2(12,236) -q.$3(o,n,12) -q.$3(o,i,12) -q.$3(o,h,205) -o=r.$2(13,237) -q.$3(o,n,13) -q.$3(o,i,13) -p.$3(r.$2(20,245),"az",21) -o=r.$2(21,245) -p.$3(o,"az",21) -p.$3(o,"09",21) -q.$3(o,"+-.",21) -return f}, -k7(a,b,c,d,e){var s,r,q,p,o=$.kE() -for(s=b;s95?31:q] -d=p&31 -e[p>>>5]=s}return d}, -he:function he(){}, -z:function z(){}, -cL:function cL(a){this.a=a}, -av:function av(){}, -Z:function Z(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -c3:function c3(a,b,c,d,e,f){var _=this -_.e=a -_.f=b -_.a=c -_.b=d -_.c=e -_.d=f}, -db:function db(a,b,c,d,e){var _=this -_.f=a -_.a=b -_.b=c -_.c=d -_.d=e}, -dZ:function dZ(a){this.a=a}, -dW:function dW(a){this.a=a}, -bq:function bq(a){this.a=a}, -cX:function cX(a){this.a=a}, -dz:function dz(){}, -c4:function c4(){}, -hg:function hg(a){this.a=a}, -fu:function fu(a,b,c){this.a=a -this.b=b -this.c=c}, -v:function v(){}, -F:function F(){}, -t:function t(){}, -eP:function eP(){}, -O:function O(a){this.a=a}, -h1:function h1(a){this.a=a}, -fY:function fY(a){this.a=a}, -h_:function h_(a){this.a=a}, -h0:function h0(a,b){this.a=a -this.b=b}, -cw:function cw(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.z=_.y=_.w=$}, -hN:function hN(a,b){this.a=a -this.b=b}, -hM:function hM(a){this.a=a}, -fX:function fX(a,b,c){this.a=a -this.b=b -this.c=c}, -hY:function hY(a){this.a=a}, -hZ:function hZ(){}, -i_:function i_(){}, -eH:function eH(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.w=h -_.x=null}, -ea:function ea(a,b,c,d,e,f,g){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.z=_.y=_.w=$}, -lx(a,b){var s -for(s=b.gv(b);s.n();)a.appendChild(s.gq(s))}, -kZ(a,b,c){var s=document.body -s.toString -s=new A.ax(new A.L(B.n.H(s,a,b,c)),new A.fo(),t.ba.k("ax")) -return t.h.a(s.gV(s))}, -bK(a){var s,r="element tag unavailable" -try{r=a.tagName}catch(s){}return r}, -je(a){return A.l3(a,null,null).a7(new A.fx(),t.N)}, -l3(a,b,c){var s=new A.I($.C,t.bR),r=new A.b8(s,t.E),q=new XMLHttpRequest() -B.L.cF(q,"GET",a,!0) -A.jC(q,"load",new A.fy(q,r),!1) -A.jC(q,"error",r.gck(),!1) -q.send() -return s}, -jC(a,b,c,d){var s=A.mS(new A.hf(c),t.D) -if(s!=null&&!0)J.kH(a,b,s,!1) -return new A.eh(a,b,s,!1)}, -jE(a){var s=document.createElement("a"),r=new A.hz(s,window.location) -r=new A.bw(r) -r.bN(a) -return r}, -lz(a,b,c,d){return!0}, -lA(a,b,c,d){var s,r=d.a,q=r.a -q.href=c -s=q.hostname -r=r.b -if(!(s==r.hostname&&q.port===r.port&&q.protocol===r.protocol))if(s==="")if(q.port===""){r=q.protocol -r=r===":"||r===""}else r=!1 -else r=!1 -else r=!0 -return r}, -jK(){var s=t.N,r=A.jj(B.t,s),q=A.n(["TEMPLATE"],t.s) -s=new A.eS(r,A.bS(s),A.bS(s),A.bS(s),null) -s.bO(null,new A.ap(B.t,new A.hI(),t.I),q,null) -return s}, -mS(a,b){var s=$.C -if(s===B.c)return a -return s.cj(a,b)}, -l:function l(){}, -cI:function cI(){}, -cJ:function cJ(){}, -cK:function cK(){}, -bg:function bg(){}, -bE:function bE(){}, -aW:function aW(){}, -a3:function a3(){}, -d_:function d_(){}, -x:function x(){}, -bi:function bi(){}, -fn:function fn(){}, -P:function P(){}, -a_:function a_(){}, -d0:function d0(){}, -d1:function d1(){}, -d2:function d2(){}, -aZ:function aZ(){}, -d3:function d3(){}, -bH:function bH(){}, -bI:function bI(){}, -d4:function d4(){}, -d5:function d5(){}, -q:function q(){}, -fo:function fo(){}, -h:function h(){}, -c:function c(){}, -a4:function a4(){}, -d6:function d6(){}, -d7:function d7(){}, -d9:function d9(){}, -a5:function a5(){}, -da:function da(){}, -b0:function b0(){}, -bO:function bO(){}, -a6:function a6(){}, -fx:function fx(){}, -fy:function fy(a,b){this.a=a -this.b=b}, -b1:function b1(){}, -aJ:function aJ(){}, -bn:function bn(){}, -di:function di(){}, -dj:function dj(){}, -dk:function dk(){}, -fL:function fL(a){this.a=a}, -dl:function dl(){}, -fM:function fM(a){this.a=a}, -a8:function a8(){}, -dm:function dm(){}, -L:function L(a){this.a=a}, -m:function m(){}, -c0:function c0(){}, -aa:function aa(){}, -dB:function dB(){}, -as:function as(){}, -dE:function dE(){}, -fS:function fS(a){this.a=a}, -dG:function dG(){}, -ab:function ab(){}, -dH:function dH(){}, -ac:function ac(){}, -dI:function dI(){}, -ad:function ad(){}, -dL:function dL(){}, -fU:function fU(a){this.a=a}, -X:function X(){}, -c5:function c5(){}, -dN:function dN(){}, -dO:function dO(){}, -br:function br(){}, -b5:function b5(){}, -af:function af(){}, -Y:function Y(){}, -dQ:function dQ(){}, -dR:function dR(){}, -dS:function dS(){}, -ag:function ag(){}, -dT:function dT(){}, -dU:function dU(){}, -S:function S(){}, -e0:function e0(){}, -e1:function e1(){}, -bu:function bu(){}, -e7:function e7(){}, -c8:function c8(){}, -el:function el(){}, -cd:function cd(){}, -eK:function eK(){}, -eQ:function eQ(){}, -e5:function e5(){}, -ay:function ay(a){this.a=a}, -aP:function aP(a){this.a=a}, -hc:function hc(a,b){this.a=a -this.b=b}, -hd:function hd(a,b){this.a=a -this.b=b}, -ef:function ef(a){this.a=a}, -iu:function iu(a,b){this.a=a -this.$ti=b}, -eh:function eh(a,b,c,d){var _=this -_.b=a -_.c=b -_.d=c -_.e=d}, -hf:function hf(a){this.a=a}, -bw:function bw(a){this.a=a}, -D:function D(){}, -c1:function c1(a){this.a=a}, -fO:function fO(a){this.a=a}, -fN:function fN(a,b,c){this.a=a -this.b=b -this.c=c}, -ck:function ck(){}, -hG:function hG(){}, -hH:function hH(){}, -eS:function eS(a,b,c,d,e){var _=this -_.e=a -_.a=b -_.b=c -_.c=d -_.d=e}, -hI:function hI(){}, -eR:function eR(){}, -bN:function bN(a,b){var _=this -_.a=a -_.b=b -_.c=-1 -_.d=null}, -hz:function hz(a,b){this.a=a -this.b=b}, -f0:function f0(a){this.a=a -this.b=0}, -hR:function hR(a){this.a=a}, -e8:function e8(){}, -eb:function eb(){}, -ec:function ec(){}, -ed:function ed(){}, -ee:function ee(){}, -ei:function ei(){}, -ej:function ej(){}, -en:function en(){}, -eo:function eo(){}, -eu:function eu(){}, -ev:function ev(){}, -ew:function ew(){}, -ex:function ex(){}, -ey:function ey(){}, -ez:function ez(){}, -eC:function eC(){}, -eD:function eD(){}, -eG:function eG(){}, -cl:function cl(){}, -cm:function cm(){}, -eI:function eI(){}, -eJ:function eJ(){}, -eL:function eL(){}, -eT:function eT(){}, -eU:function eU(){}, -co:function co(){}, -cp:function cp(){}, -eV:function eV(){}, -eW:function eW(){}, -f1:function f1(){}, -f2:function f2(){}, -f3:function f3(){}, -f4:function f4(){}, -f5:function f5(){}, -f6:function f6(){}, -f7:function f7(){}, -f8:function f8(){}, -f9:function f9(){}, -fa:function fa(){}, -jY(a){var s,r,q -if(a==null)return a -if(typeof a=="string"||typeof a=="number"||A.i2(a))return a -s=Object.getPrototypeOf(a) -if(s===Object.prototype||s===null)return A.aS(a) -if(Array.isArray(a)){r=[] -for(q=0;q")),r=new A.b8(s,b.k("b8<0>")) -a.then(A.bb(new A.io(r),1),A.bb(new A.ip(r),1)) -return s}, -io:function io(a){this.a=a}, -ip:function ip(a){this.a=a}, -fP:function fP(a){this.a=a}, -am:function am(){}, -df:function df(){}, -aq:function aq(){}, -dx:function dx(){}, -dC:function dC(){}, -bp:function bp(){}, -dM:function dM(){}, -cO:function cO(a){this.a=a}, -i:function i(){}, -au:function au(){}, -dV:function dV(){}, -er:function er(){}, -es:function es(){}, -eA:function eA(){}, -eB:function eB(){}, -eN:function eN(){}, -eO:function eO(){}, -eX:function eX(){}, -eY:function eY(){}, -cP:function cP(){}, -cQ:function cQ(){}, -fj:function fj(a){this.a=a}, -cR:function cR(){}, -aF:function aF(){}, -dy:function dy(){}, -e6:function e6(){}, -B:function B(a,b){this.a=a -this.b=b}, -l4(a){var s,r,q,p,o,n,m,l,k="enclosedBy",j=J.cC(a) -if(j.i(a,k)!=null){s=t.a.a(j.i(a,k)) -r=J.cC(s) -q=new A.fp(A.bz(r.i(s,"name")),B.r[A.iQ(r.i(s,"kind"))],A.bz(r.i(s,"href")))}else q=null -r=j.i(a,"name") -p=j.i(a,"qualifiedName") -o=A.iQ(j.i(a,"packageRank")) -n=j.i(a,"href") -m=B.r[A.iQ(j.i(a,"kind"))] -l=A.m9(j.i(a,"overriddenDepth")) -if(l==null)l=0 -return new A.K(r,p,o,m,n,l,j.i(a,"desc"),q)}, -Q:function Q(a,b){this.a=a -this.b=b}, -fz:function fz(a){this.a=a}, -fC:function fC(a,b){this.a=a -this.b=b}, -fA:function fA(){}, -fB:function fB(){}, -K:function K(a,b,c,d,e,f,g,h){var _=this -_.a=a -_.b=b -_.c=c -_.d=d -_.e=e -_.f=f -_.r=g -_.w=h}, -fp:function fp(a,b,c){this.a=a -this.b=b -this.c=c}, -nh(){var s=self.hljs -if(s!=null)s.highlightAll() -A.nd() -A.n7() -A.n8() -A.n9()}, -nd(){var s,r,q,p,o,n,m,l,k=document,j=k.querySelector("body") -if(j==null)return -s=j.getAttribute("data-"+new A.aP(new A.ay(j)).S("using-base-href")) -if(s==null)return -if(s!=="true"){r=j.getAttribute("data-"+new A.aP(new A.ay(j)).S("base-href")) -if(r==null)return -q=r}else q="" -p=k.querySelector("#dartdoc-main-content") -if(p==null)return -o=p.getAttribute("data-"+new A.aP(new A.ay(p)).S("above-sidebar")) -n=k.querySelector("#dartdoc-sidebar-left-content") -if(o!=null&&o.length!==0&&n!=null)A.je(q+A.p(o)).a7(new A.ii(n),t.P) -m=p.getAttribute("data-"+new A.aP(new A.ay(p)).S("below-sidebar")) -l=k.querySelector("#dartdoc-sidebar-right") -if(m!=null&&m.length!==0&&l!=null)A.je(q+A.p(m)).a7(new A.ij(l),t.P)}, -ii:function ii(a){this.a=a}, -ij:function ij(a){this.a=a}, -n8(){var s=document,r=t.cD,q=r.a(s.getElementById("search-box")),p=r.a(s.getElementById("search-body")),o=r.a(s.getElementById("search-sidebar")) -s=window -r=$.cG() -A.kj(s.fetch(r+"index.json",null),t.z).a7(new A.ie(new A.ig(q,p,o),q,p,o),t.P)}, -iH(a){var s=A.n([],t.k),r=A.n([],t.M) -return new A.hA(a,A.fZ(window.location.href),s,r)}, -mi(a,b){var s,r,q,p,o,n,m,l,k=document,j=k.createElement("div"),i=b.e -j.setAttribute("data-href",i==null?"":i) -i=J.M(j) -i.gP(j).u(0,"tt-suggestion") -s=k.createElement("span") -r=J.M(s) -r.gP(s).u(0,"tt-suggestion-title") -r.sI(s,A.iR(b.a+" "+b.d.j(0).toLowerCase(),a)) -j.appendChild(s) -q=b.w -r=q!=null -if(r){p=k.createElement("span") -o=J.M(p) -o.gP(p).u(0,"tt-suggestion-container") -o.sI(p,"(in "+A.iR(q.a,a)+")") -j.appendChild(p)}n=b.r -if(n!=null&&n.length!==0){m=k.createElement("blockquote") -p=J.M(m) -p.gP(m).u(0,"one-line-description") -o=k.createElement("textarea") -t.J.a(o) -B.aj.a9(o,n) -o=o.value -o.toString -m.setAttribute("title",o) -p.sI(m,A.iR(n,a)) -j.appendChild(m)}i.L(j,"mousedown",new A.hW()) -i.L(j,"click",new A.hX(b)) -if(r){i=q.a -r=q.b.j(0) -p=q.c -o=k.createElement("div") -J.a1(o).u(0,"tt-container") -l=k.createElement("p") -l.textContent="Results from " -J.a1(l).u(0,"tt-container-text") -k=k.createElement("a") -k.setAttribute("href",p) -J.fh(k,i+" "+r) -l.appendChild(k) -o.appendChild(l) -A.mF(o,j)}return j}, -mF(a,b){var s,r=J.kM(a) -if(r==null)return -s=$.b9.i(0,r) -if(s!=null)s.appendChild(b) -else{a.appendChild(b) -$.b9.l(0,r,a)}}, -iR(a,b){return A.nn(a,A.iD(b,!1),new A.i0(),null)}, -i1:function i1(){}, -ig:function ig(a,b,c){this.a=a -this.b=b -this.c=c}, -ie:function ie(a,b,c,d){var _=this -_.a=a -_.b=b -_.c=c -_.d=d}, -hA:function hA(a,b,c,d){var _=this -_.a=a -_.b=b -_.e=_.d=_.c=$ -_.f=null -_.r="" -_.w=c -_.x=d -_.y=-1}, -hB:function hB(a){this.a=a}, -hC:function hC(a,b){this.a=a -this.b=b}, -hD:function hD(a,b){this.a=a -this.b=b}, -hE:function hE(a,b){this.a=a -this.b=b}, -hF:function hF(a,b){this.a=a -this.b=b}, -hW:function hW(){}, -hX:function hX(a){this.a=a}, -i0:function i0(){}, -n7(){var s=window.document,r=s.getElementById("sidenav-left-toggle"),q=s.querySelector(".sidebar-offcanvas-left"),p=s.getElementById("overlay-under-drawer"),o=new A.ih(q,p) -if(p!=null)J.j2(p,"click",o) -if(r!=null)J.j2(r,"click",o)}, -ih:function ih(a,b){this.a=a -this.b=b}, -n9(){var s,r="colorTheme",q="dark-theme",p="light-theme",o=document,n=o.body -if(n==null)return -s=t.p.a(o.getElementById("theme")) -B.f.L(s,"change",new A.id(s,n)) -if(window.localStorage.getItem(r)!=null){s.checked=window.localStorage.getItem(r)==="true" -if(s.checked===!0){n.setAttribute("class",q) -s.setAttribute("value",q) -window.localStorage.setItem(r,"true")}else{n.setAttribute("class",p) -s.setAttribute("value",p) -window.localStorage.setItem(r,"false")}}}, -id:function id(a,b){this.a=a -this.b=b}, -nj(a){if(typeof dartPrint=="function"){dartPrint(a) -return}if(typeof console=="object"&&typeof console.log!="undefined"){console.log(a) -return}if(typeof print=="function"){print(a) -return}throw"Unable to print message: "+String(a)}, -np(a){A.kl(new A.bR("Field '"+a+"' has been assigned during initialization."),new Error())}, -cF(){A.kl(new A.bR("Field '' has been assigned during initialization."),new Error())}},J={ -j_(a,b,c,d){return{i:a,p:b,e:c,x:d}}, -i8(a){var s,r,q,p,o,n=a[v.dispatchPropertyName] -if(n==null)if($.iY==null){A.nb() -n=a[v.dispatchPropertyName]}if(n!=null){s=n.p -if(!1===s)return n.i -if(!0===s)return a -r=Object.getPrototypeOf(a) -if(s===r)return n.i -if(n.e===r)throw A.b(A.jw("Return interceptor for "+A.p(s(a,n))))}q=a.constructor -if(q==null)p=null -else{o=$.ht -if(o==null)o=$.ht=v.getIsolateTag("_$dart_js") -p=q[o]}if(p!=null)return p -p=A.ng(a) -if(p!=null)return p -if(typeof a=="function")return B.N -s=Object.getPrototypeOf(a) -if(s==null)return B.x -if(s===Object.prototype)return B.x -if(typeof q=="function"){o=$.ht -if(o==null)o=$.ht=v.getIsolateTag("_$dart_js") -Object.defineProperty(q,o,{value:B.m,enumerable:false,writable:true,configurable:true}) -return B.m}return B.m}, -la(a,b){if(a<0||a>4294967295)throw A.b(A.V(a,0,4294967295,"length",null)) -return J.lc(new Array(a),b)}, -lb(a,b){if(a<0)throw A.b(A.aE("Length must be a non-negative integer: "+a,null)) -return A.n(new Array(a),b.k("A<0>"))}, -jf(a,b){if(a<0)throw A.b(A.aE("Length must be a non-negative integer: "+a,null)) -return A.n(new Array(a),b.k("A<0>"))}, -lc(a,b){return J.ix(A.n(a,b.k("A<0>")))}, -ix(a){a.fixed$length=Array -return a}, -ld(a,b){return J.kJ(a,b)}, -jg(a){if(a<256)switch(a){case 9:case 10:case 11:case 12:case 13:case 32:case 133:case 160:return!0 -default:return!1}switch(a){case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8232:case 8233:case 8239:case 8287:case 12288:case 65279:return!0 -default:return!1}}, -le(a,b){var s,r -for(s=a.length;b0;b=s){s=b-1 -r=a.charCodeAt(s) -if(r!==32&&r!==13&&!J.jg(r))break}return b}, -bd(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.bP.prototype -return J.dd.prototype}if(typeof a=="string")return J.aK.prototype -if(a==null)return J.bQ.prototype -if(typeof a=="boolean")return J.dc.prototype -if(Array.isArray(a))return J.A.prototype -if(typeof a!="object"){if(typeof a=="function")return J.al.prototype -if(typeof a=="symbol")return J.bm.prototype -if(typeof a=="bigint")return J.bl.prototype -return a}if(a instanceof A.t)return a -return J.i8(a)}, -cC(a){if(typeof a=="string")return J.aK.prototype -if(a==null)return a -if(Array.isArray(a))return J.A.prototype -if(typeof a!="object"){if(typeof a=="function")return J.al.prototype -if(typeof a=="symbol")return J.bm.prototype -if(typeof a=="bigint")return J.bl.prototype -return a}if(a instanceof A.t)return a -return J.i8(a)}, -fe(a){if(a==null)return a -if(Array.isArray(a))return J.A.prototype -if(typeof a!="object"){if(typeof a=="function")return J.al.prototype -if(typeof a=="symbol")return J.bm.prototype -if(typeof a=="bigint")return J.bl.prototype -return a}if(a instanceof A.t)return a -return J.i8(a)}, -n1(a){if(typeof a=="number")return J.bk.prototype -if(typeof a=="string")return J.aK.prototype -if(a==null)return a -if(!(a instanceof A.t))return J.b7.prototype -return a}, -kd(a){if(typeof a=="string")return J.aK.prototype -if(a==null)return a -if(!(a instanceof A.t))return J.b7.prototype -return a}, -M(a){if(a==null)return a -if(typeof a!="object"){if(typeof a=="function")return J.al.prototype -if(typeof a=="symbol")return J.bm.prototype -if(typeof a=="bigint")return J.bl.prototype -return a}if(a instanceof A.t)return a -return J.i8(a)}, -bD(a,b){if(a==null)return b==null -if(typeof a!="object")return b!=null&&a===b -return J.bd(a).K(a,b)}, -ir(a,b){if(typeof b==="number")if(Array.isArray(a)||typeof a=="string"||A.kg(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b").G(b).k("ak<1,2>"))}, -ah(a){if(!!a.fixed$length)A.ff(A.r("clear")) -a.length=0}, -T(a,b){var s,r=A.jk(a.length,"",!1,t.N) -for(s=0;ss)throw A.b(A.V(b,0,s,"start",null)) -if(cs)throw A.b(A.V(c,b,s,"end",null)) -if(b===c)return A.n([],A.by(a)) -return A.n(a.slice(b,c),A.by(a))}, -gct(a){if(a.length>0)return a[0] -throw A.b(A.iv())}, -gam(a){var s=a.length -if(s>0)return a[s-1] -throw A.b(A.iv())}, -bg(a,b){var s,r=a.length -for(s=0;s0){a[0]=q -a[1]=r}return}if(A.by(a).c.b(null)){for(p=0,o=0;o0)this.c7(a,p)}, -c7(a,b){var s,r=a.length -for(;s=r-1,r>0;r=s)if(a[s]===null){a[s]=void 0;--b -if(b===0)break}}, -E(a,b){var s -for(s=0;s=0&&b=0&&b=p){r.d=null -return!1}r.d=q[s] -r.c=s+1 -return!0}} -J.bk.prototype={ -bj(a,b){var s -if(ab)return 1 -else if(a===b){if(a===0){s=this.gaQ(b) -if(this.gaQ(a)===s)return 0 -if(this.gaQ(a))return-1 -return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 -return 1}else return-1}, -gaQ(a){return a===0?1/a<0:a<0}, -a6(a){if(a>0){if(a!==1/0)return Math.round(a)}else if(a>-1/0)return 0-Math.round(0-a) -throw A.b(A.r(""+a+".round()"))}, -j(a){if(a===0&&1/a<0)return"-0.0" -else return""+a}, -gt(a){var s,r,q,p,o=a|0 -if(a===o)return o&536870911 -s=Math.abs(a) -r=Math.log(s)/0.6931471805599453|0 -q=Math.pow(2,r) -p=s<1?s/q:q/s -return((p*9007199254740992|0)+(p*3542243181176521|0))*599197+r*1259&536870911}, -aq(a,b){var s=a%b -if(s===0)return 0 -if(s>0)return s -return s+b}, -cc(a,b){return(a|0)===a?a/b|0:this.cd(a,b)}, -cd(a,b){var s=a/b -if(s>=-2147483648&&s<=2147483647)return s|0 -if(s>0){if(s!==1/0)return Math.floor(s)}else if(s>-1/0)return Math.ceil(s) -throw A.b(A.r("Result of truncating division is "+A.p(s)+": "+A.p(a)+" ~/ "+b))}, -ae(a,b){var s -if(a>0)s=this.b9(a,b) -else{s=b>31?31:b -s=a>>s>>>0}return s}, -cb(a,b){if(0>b)throw A.b(A.mT(b)) -return this.b9(a,b)}, -b9(a,b){return b>31?0:a>>>b}, -gC(a){return A.bc(t.H)}, -$iH:1, -$iU:1} -J.bP.prototype={ -gC(a){return A.bc(t.S)}, -$iu:1, -$ik:1} -J.dd.prototype={ -gC(a){return A.bc(t.i)}, -$iu:1} -J.aK.prototype={ -bC(a,b){return a+b}, -Z(a,b,c,d){var s=A.b3(b,c,a.length) -return a.substring(0,b)+d+a.substring(s)}, -F(a,b,c){var s -if(c<0||c>a.length)throw A.b(A.V(c,0,a.length,null,null)) -s=c+b.length -if(s>a.length)return!1 -return b===a.substring(c,s)}, -B(a,b){return this.F(a,b,0)}, -m(a,b,c){return a.substring(b,A.b3(b,c,a.length))}, -M(a,b){return this.m(a,b,null)}, -cQ(a){return a.toLowerCase()}, -cR(a){var s,r,q,p=a.trim(),o=p.length -if(o===0)return p -if(p.charCodeAt(0)===133){s=J.le(p,1) -if(s===o)return""}else s=0 -r=o-1 -q=p.charCodeAt(r)===133?J.lf(p,r):o -if(s===0&&q===o)return p -return p.substring(s,q)}, -bD(a,b){var s,r -if(0>=b)return"" -if(b===1||a.length===0)return a -if(b!==b>>>0)throw A.b(B.H) -for(s=a,r="";!0;){if((b&1)===1)r=s+r -b=b>>>1 -if(b===0)break -s+=s}return r}, -al(a,b,c){var s -if(c<0||c>a.length)throw A.b(A.V(c,0,a.length,null,null)) -s=a.indexOf(b,c) -return s}, -br(a,b){return this.al(a,b,0)}, -cl(a,b,c){var s=a.length -if(c>s)throw A.b(A.V(c,0,s,null,null)) -return A.j0(a,b,c)}, -E(a,b){return this.cl(a,b,0)}, -bj(a,b){var s -if(a===b)s=0 -else s=a>6}r=r+((r&67108863)<<3)&536870911 -r^=r>>11 -return r+((r&16383)<<15)&536870911}, -gC(a){return A.bc(t.N)}, -gh(a){return a.length}, -$iu:1, -$id:1} -A.aO.prototype={ -gv(a){var s=A.J(this) -return new A.cS(J.a2(this.ga3()),s.k("@<1>").G(s.z[1]).k("cS<1,2>"))}, -gh(a){return J.aV(this.ga3())}, -p(a,b){return A.J(this).z[1].a(J.cH(this.ga3(),b))}, -j(a){return J.aD(this.ga3())}} -A.cS.prototype={ -n(){return this.a.n()}, -gq(a){var s=this.a -return this.$ti.z[1].a(s.gq(s))}} -A.aX.prototype={ -ga3(){return this.a}} -A.c9.prototype={$if:1} -A.c6.prototype={ -i(a,b){return this.$ti.z[1].a(J.ir(this.a,b))}, -l(a,b,c){J.fg(this.a,b,this.$ti.c.a(c))}, -$if:1, -$ij:1} -A.ak.prototype={ -ag(a,b){return new A.ak(this.a,this.$ti.k("@<1>").G(b).k("ak<1,2>"))}, -ga3(){return this.a}} -A.bR.prototype={ -j(a){return"LateInitializationError: "+this.a}} -A.cV.prototype={ -gh(a){return this.a.length}, -i(a,b){return this.a.charCodeAt(b)}} -A.fT.prototype={} -A.f.prototype={} -A.a7.prototype={ -gv(a){return new A.bT(this,this.gh(this))}, -ao(a,b){return this.bK(0,b)}} -A.bT.prototype={ -gq(a){var s=this.d -return s==null?A.J(this).c.a(s):s}, -n(){var s,r=this,q=r.a,p=J.cC(q),o=p.gh(q) -if(r.b!==o)throw A.b(A.aY(q)) -s=r.c -if(s>=o){r.d=null -return!1}r.d=p.p(q,s);++r.c -return!0}} -A.ao.prototype={ -gv(a){return new A.bV(J.a2(this.a),this.b)}, -gh(a){return J.aV(this.a)}, -p(a,b){return this.b.$1(J.cH(this.a,b))}} -A.bJ.prototype={$if:1} -A.bV.prototype={ -n(){var s=this,r=s.b -if(r.n()){s.a=s.c.$1(r.gq(r)) -return!0}s.a=null -return!1}, -gq(a){var s=this.a -return s==null?A.J(this).z[1].a(s):s}} -A.ap.prototype={ -gh(a){return J.aV(this.a)}, -p(a,b){return this.b.$1(J.cH(this.a,b))}} -A.ax.prototype={ -gv(a){return new A.e2(J.a2(this.a),this.b)}} -A.e2.prototype={ -n(){var s,r -for(s=this.a,r=this.b;s.n();)if(r.$1(s.gq(s)))return!0 -return!1}, -gq(a){var s=this.a -return s.gq(s)}} -A.bM.prototype={} -A.dY.prototype={ -l(a,b,c){throw A.b(A.r("Cannot modify an unmodifiable list"))}} -A.bs.prototype={} -A.cy.prototype={} -A.eF.prototype={$r:"+item,matchPosition(1,2)",$s:1} -A.bF.prototype={ -j(a){return A.iA(this)}, -l(a,b,c){A.kY()}, -$iy:1} -A.bG.prototype={ -gh(a){return this.b.length}, -gc1(){var s=this.$keys -if(s==null){s=Object.keys(this.a) -this.$keys=s}return s}, -a4(a,b){if("__proto__"===b)return!1 -return this.a.hasOwnProperty(b)}, -i(a,b){if(!this.a4(0,b))return null -return this.b[this.a[b]]}, -A(a,b){var s,r,q=this.gc1(),p=this.b -for(s=q.length,r=0;r>>0}, -j(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.fR(this.a)+"'")}} -A.e9.prototype={ -j(a){return"Reading static variable '"+this.a+"' during its initialization"}} -A.dF.prototype={ -j(a){return"RuntimeError: "+this.a}} -A.b2.prototype={ -gh(a){return this.a}, -gD(a){return new A.an(this,A.J(this).k("an<1>"))}, -gbB(a){var s=A.J(this) -return A.lh(new A.an(this,s.k("an<1>")),new A.fF(this),s.c,s.z[1])}, -a4(a,b){var s=this.b -if(s==null)return!1 -return s[b]!=null}, -i(a,b){var s,r,q,p,o=null -if(typeof b=="string"){s=this.b -if(s==null)return o -r=s[b] -q=r==null?o:r.b -return q}else if(typeof b=="number"&&(b&0x3fffffff)===b){p=this.c -if(p==null)return o -r=p[b] -q=r==null?o:r.b -return q}else return this.cB(b)}, -cB(a){var s,r,q=this.d -if(q==null)return null -s=q[this.bs(a)] -r=this.bt(s,a) -if(r<0)return null -return s[r].b}, -l(a,b,c){var s,r,q,p,o,n,m=this -if(typeof b=="string"){s=m.b -m.aY(s==null?m.b=m.aF():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=m.c -m.aY(r==null?m.c=m.aF():r,b,c)}else{q=m.d -if(q==null)q=m.d=m.aF() -p=m.bs(b) -o=q[p] -if(o==null)q[p]=[m.aG(b,c)] -else{n=m.bt(o,b) -if(n>=0)o[n].b=c -else o.push(m.aG(b,c))}}}, -ah(a){var s=this -if(s.a>0){s.b=s.c=s.d=s.e=s.f=null -s.a=0 -s.b6()}}, -A(a,b){var s=this,r=s.e,q=s.r -for(;r!=null;){b.$2(r.a,r.b) -if(q!==s.r)throw A.b(A.aY(s)) -r=r.c}}, -aY(a,b,c){var s=a[b] -if(s==null)a[b]=this.aG(b,c) -else s.b=c}, -b6(){this.r=this.r+1&1073741823}, -aG(a,b){var s,r=this,q=new A.fI(a,b) -if(r.e==null)r.e=r.f=q -else{s=r.f -s.toString -q.d=s -r.f=s.c=q}++r.a -r.b6() -return q}, -bs(a){return J.aj(a)&1073741823}, -bt(a,b){var s,r -if(a==null)return-1 -s=a.length -for(r=0;r"]=s -delete s[""] -return s}} -A.fF.prototype={ -$1(a){var s=this.a,r=s.i(0,a) -return r==null?A.J(s).z[1].a(r):r}, -$S(){return A.J(this.a).k("2(1)")}} -A.fI.prototype={} -A.an.prototype={ -gh(a){return this.a.a}, -gv(a){var s=this.a,r=new A.dg(s,s.r) -r.c=s.e -return r}} -A.dg.prototype={ -gq(a){return this.d}, -n(){var s,r=this,q=r.a -if(r.b!==q.r)throw A.b(A.aY(q)) -s=r.c -if(s==null){r.d=null -return!1}else{r.d=s.a -r.c=s.c -return!0}}} -A.ia.prototype={ -$1(a){return this.a(a)}, -$S:37} -A.ib.prototype={ -$2(a,b){return this.a(a,b)}, -$S:43} -A.ic.prototype={ -$1(a){return this.a(a)}, -$S:19} -A.ci.prototype={ -j(a){return this.bc(!1)}, -bc(a){var s,r,q,p,o,n=this.c_(),m=this.b4(),l=(a?""+"Record ":"")+"(" -for(s=n.length,r="",q=0;q0;){--q;--s -j[q]=r[s]}}j=A.jl(j,!1,k) -j.fixed$length=Array -j.immutable$list=Array -return j}} -A.eE.prototype={ -b4(){return[this.a,this.b]}, -K(a,b){if(b==null)return!1 -return b instanceof A.eE&&this.$s===b.$s&&J.bD(this.a,b.a)&&J.bD(this.b,b.b)}, -gt(a){return A.iB(this.$s,this.a,this.b,B.k)}} -A.fD.prototype={ -j(a){return"RegExp/"+this.a+"/"+this.b.flags}, -gc2(){var s=this,r=s.c -if(r!=null)return r -r=s.b -return s.c=A.jh(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, -bZ(a,b){var s,r=this.gc2() -r.lastIndex=b -s=r.exec(a) -if(s==null)return null -return new A.et(s)}} -A.et.prototype={ -gcr(a){var s=this.b -return s.index+s[0].length}, -i(a,b){return this.b[b]}, -$ifK:1, -$iiC:1} -A.h7.prototype={ -gq(a){var s=this.d -return s==null?t.F.a(s):s}, -n(){var s,r,q,p,o,n=this,m=n.b -if(m==null)return!1 -s=n.c -r=m.length -if(s<=r){q=n.a -p=q.bZ(m,s) -if(p!=null){n.d=p -o=p.gcr(p) -if(p.b.index===o){if(q.b.unicode){s=n.c -q=s+1 -if(q=55296&&s<=56319){s=m.charCodeAt(q) -s=s>=56320&&s<=57343}else s=!1}else s=!1}else s=!1 -o=(s?o+1:o)+1}n.c=o -return!0}}n.b=n.d=null -return!1}} -A.dn.prototype={ -gC(a){return B.ak}, -$iu:1} -A.bY.prototype={} -A.dp.prototype={ -gC(a){return B.al}, -$iu:1} -A.bo.prototype={ -gh(a){return a.length}, -$io:1} -A.bW.prototype={ -i(a,b){A.aA(b,a,a.length) -return a[b]}, -l(a,b,c){A.aA(b,a,a.length) -a[b]=c}, -$if:1, -$ij:1} -A.bX.prototype={ -l(a,b,c){A.aA(b,a,a.length) -a[b]=c}, -$if:1, -$ij:1} -A.dq.prototype={ -gC(a){return B.am}, -$iu:1} -A.dr.prototype={ -gC(a){return B.an}, -$iu:1} -A.ds.prototype={ -gC(a){return B.ao}, -i(a,b){A.aA(b,a,a.length) -return a[b]}, -$iu:1} -A.dt.prototype={ -gC(a){return B.ap}, -i(a,b){A.aA(b,a,a.length) -return a[b]}, -$iu:1} -A.du.prototype={ -gC(a){return B.aq}, -i(a,b){A.aA(b,a,a.length) -return a[b]}, -$iu:1} -A.dv.prototype={ -gC(a){return B.as}, -i(a,b){A.aA(b,a,a.length) -return a[b]}, -$iu:1} -A.dw.prototype={ -gC(a){return B.at}, -i(a,b){A.aA(b,a,a.length) -return a[b]}, -$iu:1} -A.bZ.prototype={ -gC(a){return B.au}, -gh(a){return a.length}, -i(a,b){A.aA(b,a,a.length) -return a[b]}, -$iu:1} -A.c_.prototype={ -gC(a){return B.av}, -gh(a){return a.length}, -i(a,b){A.aA(b,a,a.length) -return a[b]}, -$iu:1, -$ib6:1} -A.ce.prototype={} -A.cf.prototype={} -A.cg.prototype={} -A.ch.prototype={} -A.W.prototype={ -k(a){return A.cu(v.typeUniverse,this,a)}, -G(a){return A.jO(v.typeUniverse,this,a)}} -A.ek.prototype={} -A.hL.prototype={ -j(a){return A.T(this.a,null)}} -A.eg.prototype={ -j(a){return this.a}} -A.cq.prototype={$iav:1} -A.h9.prototype={ -$1(a){var s=this.a,r=s.a -s.a=null -r.$0()}, -$S:9} -A.h8.prototype={ -$1(a){var s,r -this.a.a=a -s=this.b -r=this.c -s.firstChild?s.removeChild(r):s.appendChild(r)}, -$S:26} -A.ha.prototype={ -$0(){this.a.$0()}, -$S:7} -A.hb.prototype={ -$0(){this.a.$0()}, -$S:7} -A.hJ.prototype={ -bP(a,b){if(self.setTimeout!=null)self.setTimeout(A.bb(new A.hK(this,b),0),a) -else throw A.b(A.r("`setTimeout()` not found."))}} -A.hK.prototype={ -$0(){this.b.$0()}, -$S:0} -A.e3.prototype={ -ai(a,b){var s,r=this -if(b==null)b=r.$ti.c.a(b) -if(!r.b)r.a.aZ(b) -else{s=r.a -if(r.$ti.k("aI<1>").b(b))s.b0(b) -else s.az(b)}}, -ak(a,b){var s=this.a -if(this.b)s.a0(a,b) -else s.b_(a,b)}} -A.hT.prototype={ -$1(a){return this.a.$2(0,a)}, -$S:4} -A.hU.prototype={ -$2(a,b){this.a.$2(1,new A.bL(a,b))}, -$S:31} -A.i6.prototype={ -$2(a,b){this.a(a,b)}, -$S:20} -A.cN.prototype={ -j(a){return A.p(this.a)}, -$iz:1, -gaa(){return this.b}} -A.c7.prototype={ -ak(a,b){var s -A.fc(a,"error",t.K) -s=this.a -if((s.a&30)!==0)throw A.b(A.dJ("Future already completed")) -if(b==null)b=A.j5(a) -s.b_(a,b)}, -aj(a){return this.ak(a,null)}} -A.b8.prototype={ -ai(a,b){var s=this.a -if((s.a&30)!==0)throw A.b(A.dJ("Future already completed")) -s.aZ(b)}} -A.bv.prototype={ -cC(a){if((this.c&15)!==6)return!0 -return this.b.b.aU(this.d,a.a)}, -cw(a){var s,r=this.e,q=null,p=a.a,o=this.b.b -if(t.C.b(r))q=o.cK(r,p,a.b) -else q=o.aU(r,p) -try{p=q -return p}catch(s){if(t.n.b(A.ai(s))){if((this.c&1)!==0)throw A.b(A.aE("The error handler of Future.then must return a value of the returned future's type","onError")) -throw A.b(A.aE("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} -A.I.prototype={ -b8(a){this.a=this.a&1|4 -this.c=a}, -aV(a,b,c){var s,r,q=$.C -if(q===B.c){if(b!=null&&!t.C.b(b)&&!t.w.b(b))throw A.b(A.is(b,"onError",u.c))}else if(b!=null)b=A.mJ(b,q) -s=new A.I(q,c.k("I<0>")) -r=b==null?1:3 -this.av(new A.bv(s,r,a,b,this.$ti.k("@<1>").G(c).k("bv<1,2>"))) -return s}, -a7(a,b){return this.aV(a,null,b)}, -ba(a,b,c){var s=new A.I($.C,c.k("I<0>")) -this.av(new A.bv(s,3,a,b,this.$ti.k("@<1>").G(c).k("bv<1,2>"))) -return s}, -ca(a){this.a=this.a&1|16 -this.c=a}, -ab(a){this.a=a.a&30|this.a&1 -this.c=a.c}, -av(a){var s=this,r=s.a -if(r<=3){a.a=s.c -s.c=a}else{if((r&4)!==0){r=s.c -if((r.a&24)===0){r.av(a) -return}s.ab(r)}A.ba(null,null,s.b,new A.hh(s,a))}}, -aH(a){var s,r,q,p,o,n=this,m={} -m.a=a -if(a==null)return -s=n.a -if(s<=3){r=n.c -n.c=a -if(r!=null){q=a.a -for(p=a;q!=null;p=q,q=o)o=q.a -p.a=r}}else{if((s&4)!==0){s=n.c -if((s.a&24)===0){s.aH(a) -return}n.ab(s)}m.a=n.ad(a) -A.ba(null,null,n.b,new A.ho(m,n))}}, -aI(){var s=this.c -this.c=null -return this.ad(s)}, -ad(a){var s,r,q -for(s=a,r=null;s!=null;r=s,s=q){q=s.a -s.a=r}return r}, -bT(a){var s,r,q,p=this -p.a^=2 -try{a.aV(new A.hl(p),new A.hm(p),t.P)}catch(q){s=A.ai(q) -r=A.aT(q) -A.nl(new A.hn(p,s,r))}}, -az(a){var s=this,r=s.aI() -s.a=8 -s.c=a -A.ca(s,r)}, -a0(a,b){var s=this.aI() -this.ca(A.fi(a,b)) -A.ca(this,s)}, -aZ(a){if(this.$ti.k("aI<1>").b(a)){this.b0(a) -return}this.bS(a)}, -bS(a){this.a^=2 -A.ba(null,null,this.b,new A.hj(this,a))}, -b0(a){if(this.$ti.b(a)){A.ly(a,this) -return}this.bT(a)}, -b_(a,b){this.a^=2 -A.ba(null,null,this.b,new A.hi(this,a,b))}, -$iaI:1} -A.hh.prototype={ -$0(){A.ca(this.a,this.b)}, -$S:0} -A.ho.prototype={ -$0(){A.ca(this.b,this.a.a)}, -$S:0} -A.hl.prototype={ -$1(a){var s,r,q,p=this.a -p.a^=2 -try{p.az(p.$ti.c.a(a))}catch(q){s=A.ai(q) -r=A.aT(q) -p.a0(s,r)}}, -$S:9} -A.hm.prototype={ -$2(a,b){this.a.a0(a,b)}, -$S:23} -A.hn.prototype={ -$0(){this.a.a0(this.b,this.c)}, -$S:0} -A.hk.prototype={ -$0(){A.jD(this.a.a,this.b)}, -$S:0} -A.hj.prototype={ -$0(){this.a.az(this.b)}, -$S:0} -A.hi.prototype={ -$0(){this.a.a0(this.b,this.c)}, -$S:0} -A.hr.prototype={ -$0(){var s,r,q,p,o,n,m=this,l=null -try{q=m.a.a -l=q.b.b.cI(q.d)}catch(p){s=A.ai(p) -r=A.aT(p) -q=m.c&&m.b.a.c.a===s -o=m.a -if(q)o.c=m.b.a.c -else o.c=A.fi(s,r) -o.b=!0 -return}if(l instanceof A.I&&(l.a&24)!==0){if((l.a&16)!==0){q=m.a -q.c=l.c -q.b=!0}return}if(l instanceof A.I){n=m.b.a -q=m.a -q.c=l.a7(new A.hs(n),t.z) -q.b=!1}}, -$S:0} -A.hs.prototype={ -$1(a){return this.a}, -$S:27} -A.hq.prototype={ -$0(){var s,r,q,p,o -try{q=this.a -p=q.a -q.c=p.b.b.aU(p.d,this.b)}catch(o){s=A.ai(o) -r=A.aT(o) -q=this.a -q.c=A.fi(s,r) -q.b=!0}}, -$S:0} -A.hp.prototype={ -$0(){var s,r,q,p,o,n,m=this -try{s=m.a.a.c -p=m.b -if(p.a.cC(s)&&p.a.e!=null){p.c=p.a.cw(s) -p.b=!1}}catch(o){r=A.ai(o) -q=A.aT(o) -p=m.a.a.c -n=m.b -if(p.a===r)n.c=p -else n.c=A.fi(r,q) -n.b=!0}}, -$S:0} -A.e4.prototype={} -A.eM.prototype={} -A.hS.prototype={} -A.i4.prototype={ -$0(){A.l0(this.a,this.b)}, -$S:0} -A.hw.prototype={ -cM(a){var s,r,q -try{if(B.c===$.C){a.$0() -return}A.k4(null,null,this,a)}catch(q){s=A.ai(q) -r=A.aT(q) -A.i3(s,r)}}, -cO(a,b){var s,r,q -try{if(B.c===$.C){a.$1(b) -return}A.k5(null,null,this,a,b)}catch(q){s=A.ai(q) -r=A.aT(q) -A.i3(s,r)}}, -cP(a,b){return this.cO(a,b,t.z)}, -bh(a){return new A.hx(this,a)}, -cj(a,b){return new A.hy(this,a,b)}, -cJ(a){if($.C===B.c)return a.$0() -return A.k4(null,null,this,a)}, -cI(a){return this.cJ(a,t.z)}, -cN(a,b){if($.C===B.c)return a.$1(b) -return A.k5(null,null,this,a,b)}, -aU(a,b){return this.cN(a,b,t.z,t.z)}, -cL(a,b,c){if($.C===B.c)return a.$2(b,c) -return A.mK(null,null,this,a,b,c)}, -cK(a,b,c){return this.cL(a,b,c,t.z,t.z,t.z)}, -cG(a){return a}, -bw(a){return this.cG(a,t.z,t.z,t.z)}} -A.hx.prototype={ -$0(){return this.a.cM(this.b)}, -$S:0} -A.hy.prototype={ -$1(a){return this.a.cP(this.b,a)}, -$S(){return this.c.k("~(0)")}} -A.cb.prototype={ -gv(a){var s=new A.cc(this,this.r) -s.c=this.e -return s}, -gh(a){return this.a}, -E(a,b){var s,r -if(b!=="__proto__"){s=this.b -if(s==null)return!1 -return s[b]!=null}else{r=this.bX(b) -return r}}, -bX(a){var s=this.d -if(s==null)return!1 -return this.aE(s[this.aA(a)],a)>=0}, -u(a,b){var s,r,q=this -if(typeof b=="string"&&b!=="__proto__"){s=q.b -return q.b1(s==null?q.b=A.iG():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c -return q.b1(r==null?q.c=A.iG():r,b)}else return q.bQ(0,b)}, -bQ(a,b){var s,r,q=this,p=q.d -if(p==null)p=q.d=A.iG() -s=q.aA(b) -r=p[s] -if(r==null)p[s]=[q.aw(b)] -else{if(q.aE(r,b)>=0)return!1 -r.push(q.aw(b))}return!0}, -a5(a,b){var s -if(b!=="__proto__")return this.c5(this.b,b) -else{s=this.c4(0,b) -return s}}, -c4(a,b){var s,r,q,p,o=this,n=o.d -if(n==null)return!1 -s=o.aA(b) -r=n[s] -q=o.aE(r,b) -if(q<0)return!1 -p=r.splice(q,1)[0] -if(0===r.length)delete n[s] -o.bd(p) -return!0}, -b1(a,b){if(a[b]!=null)return!1 -a[b]=this.aw(b) -return!0}, -c5(a,b){var s -if(a==null)return!1 -s=a[b] -if(s==null)return!1 -this.bd(s) -delete a[b] -return!0}, -b2(){this.r=this.r+1&1073741823}, -aw(a){var s,r=this,q=new A.hu(a) -if(r.e==null)r.e=r.f=q -else{s=r.f -s.toString -q.c=s -r.f=s.b=q}++r.a -r.b2() -return q}, -bd(a){var s=this,r=a.c,q=a.b -if(r==null)s.e=q -else r.b=q -if(q==null)s.f=r -else q.c=r;--s.a -s.b2()}, -aA(a){return J.aj(a)&1073741823}, -aE(a,b){var s,r -if(a==null)return-1 -s=a.length -for(r=0;r").G(b).k("ak<1,2>"))}, -cs(a,b,c,d){var s -A.b3(b,c,this.gh(a)) -for(s=b;s"))}return new A.eq(this)}, -l(a,b,c){var s,r,q=this -if(q.b==null)q.c.l(0,b,c) -else if(q.a4(0,b)){s=q.b -s[b]=c -r=q.a -if(r==null?s!=null:r!==s)r[b]=null}else q.ce().l(0,b,c)}, -a4(a,b){if(this.b==null)return this.c.a4(0,b) -return Object.prototype.hasOwnProperty.call(this.a,b)}, -A(a,b){var s,r,q,p,o=this -if(o.b==null)return o.c.A(0,b) -s=o.a1() -for(r=0;r=0){g="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(f) -if(g===k)continue -k=g}else{if(f===-1){if(o<0){e=p==null?null:p.a.length -if(e==null)e=0 -o=e+(r-q) -n=r}++m -if(k===61)continue}k=g}if(f!==-2){if(p==null){p=new A.O("") -e=p}else e=p -e.a+=B.a.m(a1,q,r) -e.a+=A.ar(k) -q=l -continue}}throw A.b(A.N("Invalid base64 data",a1,r))}if(p!=null){e=p.a+=B.a.m(a1,q,a3) -d=e.length -if(o>=0)A.j6(a1,n,a3,o,m,d) -else{c=B.d.aq(d-1,4)+1 -if(c===1)throw A.b(A.N(a,a1,a3)) -for(;c<4;){e+="=" -p.a=e;++c}}e=p.a -return B.a.Z(a1,a2,a3,e.charCodeAt(0)==0?e:e)}b=a3-a2 -if(o>=0)A.j6(a1,n,a3,o,m,b) -else{c=B.d.aq(b,4) -if(c===1)throw A.b(A.N(a,a1,a3)) -if(c>1)a1=B.a.Z(a1,a3,a3,c===2?"==":"=")}return a1}} -A.fl.prototype={} -A.cW.prototype={} -A.cY.prototype={} -A.fq.prototype={} -A.fw.prototype={ -j(a){return"unknown"}} -A.fv.prototype={ -X(a){var s=this.bY(a,0,a.length) -return s==null?a:s}, -bY(a,b,c){var s,r,q,p -for(s=b,r=null;s":q=">" -break -case"/":q="/" -break -default:q=null}if(q!=null){if(r==null)r=new A.O("") -if(s>b)r.a+=B.a.m(a,b,s) -r.a+=q -b=s+1}}if(r==null)return null -if(c>b)r.a+=B.a.m(a,b,c) -p=r.a -return p.charCodeAt(0)==0?p:p}} -A.fG.prototype={ -co(a,b,c){var s=A.mH(b,this.gcq().a) -return s}, -gcq(){return B.P}} -A.fH.prototype={} -A.h2.prototype={} -A.h6.prototype={ -X(a){var s,r,q,p=A.b3(0,null,a.length),o=p-0 -if(o===0)return new Uint8Array(0) -s=o*3 -r=new Uint8Array(s) -q=new A.hP(r) -if(q.c0(a,0,p)!==p)q.aK() -return new Uint8Array(r.subarray(0,A.mh(0,q.b,s)))}} -A.hP.prototype={ -aK(){var s=this,r=s.c,q=s.b,p=s.b=q+1 -r[q]=239 -q=s.b=p+1 -r[p]=191 -s.b=q+1 -r[q]=189}, -cf(a,b){var s,r,q,p,o=this -if((b&64512)===56320){s=65536+((a&1023)<<10)|b&1023 -r=o.c -q=o.b -p=o.b=q+1 -r[q]=s>>>18|240 -q=o.b=p+1 -r[p]=s>>>12&63|128 -p=o.b=q+1 -r[q]=s>>>6&63|128 -o.b=p+1 -r[p]=s&63|128 -return!0}else{o.aK() -return!1}}, -c0(a,b,c){var s,r,q,p,o,n,m,l=this -if(b!==c&&(a.charCodeAt(c-1)&64512)===55296)--c -for(s=l.c,r=s.length,q=b;q=r)break -l.b=o+1 -s[o]=p}else{o=p&64512 -if(o===55296){if(l.b+4>r)break -n=q+1 -if(l.cf(p,a.charCodeAt(n)))q=n}else if(o===56320){if(l.b+3>r)break -l.aK()}else if(p<=2047){o=l.b -m=o+1 -if(m>=r)break -l.b=m -s[o]=p>>>6|192 -l.b=m+1 -s[m]=p&63|128}else{o=l.b -if(o+2>=r)break -m=l.b=o+1 -s[o]=p>>>12|224 -o=l.b=m+1 -s[m]=p>>>6&63|128 -l.b=o+1 -s[o]=p&63|128}}}return q}} -A.h3.prototype={ -X(a){var s=this.a,r=A.lr(s,a,0,null) -if(r!=null)return r -return new A.hO(s).cm(a,0,null,!0)}} -A.hO.prototype={ -cm(a,b,c,d){var s,r,q,p,o=this,n=A.b3(b,c,J.aV(a)) -if(b===n)return"" -s=A.m7(a,b,n) -r=o.aB(s,0,n-b,!0) -q=o.b -if((q&1)!==0){p=A.m8(q) -o.b=0 -throw A.b(A.N(p,a,b+o.c))}return r}, -aB(a,b,c,d){var s,r,q=this -if(c-b>1000){s=B.d.cc(b+c,2) -r=q.aB(a,b,s,!1) -if((q.b&1)!==0)return r -return r+q.aB(a,s,c,d)}return q.cp(a,b,c,d)}, -cp(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=65533,j=l.b,i=l.c,h=new A.O(""),g=b+1,f=a[b] -$label0$0:for(s=l.a;!0;){for(;!0;g=p){r="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE".charCodeAt(f)&31 -i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 -j=" \x000:XECCCCCN:lDb \x000:XECCCCCNvlDb \x000:XECCCCCN:lDb AAAAA\x00\x00\x00\x00\x00AAAAA00000AAAAA:::::AAAAAGG000AAAAA00KKKAAAAAG::::AAAAA:IIIIAAAAA000\x800AAAAA\x00\x00\x00\x00 AAAAA".charCodeAt(j+r) -if(j===0){h.a+=A.ar(i) -if(g===c)break $label0$0 -break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.ar(k) -break -case 65:h.a+=A.ar(k);--g -break -default:q=h.a+=A.ar(k) -h.a=q+A.ar(k) -break}else{l.b=j -l.c=g-1 -return""}j=0}if(g===c)break $label0$0 -p=g+1 -f=a[g]}p=g+1 -f=a[g] -if(f<128){while(!0){if(!(p=128){o=n-1 -p=n -break}p=n}if(o-g<20)for(m=g;m32)if(s)h.a+=A.ar(k) -else{l.b=77 -l.c=c -return""}l.b=j -l.c=i -s=h.a -return s.charCodeAt(0)==0?s:s}} -A.he.prototype={ -j(a){return this.b3()}} -A.z.prototype={ -gaa(){return A.aT(this.$thrownJsError)}} -A.cL.prototype={ -j(a){var s=this.a -if(s!=null)return"Assertion failed: "+A.fr(s) -return"Assertion failed"}} -A.av.prototype={} -A.Z.prototype={ -gaD(){return"Invalid argument"+(!this.a?"(s)":"")}, -gaC(){return""}, -j(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+p,n=s.gaD()+q+o -if(!s.a)return n -return n+s.gaC()+": "+A.fr(s.gaP())}, -gaP(){return this.b}} -A.c3.prototype={ -gaP(){return this.b}, -gaD(){return"RangeError"}, -gaC(){var s,r=this.e,q=this.f -if(r==null)s=q!=null?": Not less than or equal to "+A.p(q):"" -else if(q==null)s=": Not greater than or equal to "+A.p(r) -else if(q>r)s=": Not in inclusive range "+A.p(r)+".."+A.p(q) -else s=qe.length -else s=!1 -if(s)f=null -if(f==null){if(e.length>78)e=B.a.m(e,0,75)+"..." -return g+"\n"+e}for(r=1,q=0,p=!1,o=0;o1?g+(" (at line "+r+", character "+(f-q+1)+")\n"):g+(" (at character "+(f+1)+")\n") -m=e.length -for(o=f;o78)if(f-q<75){l=q+75 -k=q -j="" -i="..."}else{if(m-f<75){k=m-75 -l=m -i=""}else{k=f-36 -l=f+36 -i="..."}j="..."}else{l=m -k=q -j="" -i=""}return g+j+B.a.m(e,k,l)+i+"\n"+B.a.bD(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.p(f)+")"):g}} -A.v.prototype={ -ag(a,b){return A.kS(this,A.J(this).k("v.E"),b)}, -ao(a,b){return new A.ax(this,b,A.J(this).k("ax"))}, -gh(a){var s,r=this.gv(this) -for(s=0;r.n();)++s -return s}, -gV(a){var s,r=this.gv(this) -if(!r.n())throw A.b(A.iv()) -s=r.gq(r) -if(r.n())throw A.b(A.l8()) -return s}, -p(a,b){var s,r -A.jq(b,"index") -s=this.gv(this) -for(r=b;s.n();){if(r===0)return s.gq(s);--r}throw A.b(A.E(b,b-r,this,"index"))}, -j(a){return A.l9(this,"(",")")}} -A.F.prototype={ -gt(a){return A.t.prototype.gt.call(this,this)}, -j(a){return"null"}} -A.t.prototype={$it:1, -K(a,b){return this===b}, -gt(a){return A.dD(this)}, -j(a){return"Instance of '"+A.fR(this)+"'"}, -gC(a){return A.n3(this)}, -toString(){return this.j(this)}} -A.eP.prototype={ -j(a){return""}, -$iae:1} -A.O.prototype={ -gh(a){return this.a.length}, -j(a){var s=this.a -return s.charCodeAt(0)==0?s:s}} -A.h1.prototype={ -$2(a,b){var s,r,q,p=B.a.br(b,"=") -if(p===-1){if(b!=="")J.fg(a,A.iP(b,0,b.length,this.a,!0),"")}else if(p!==0){s=B.a.m(b,0,p) -r=B.a.M(b,p+1) -q=this.a -J.fg(a,A.iP(s,0,s.length,q,!0),A.iP(r,0,r.length,q,!0))}return a}, -$S:45} -A.fY.prototype={ -$2(a,b){throw A.b(A.N("Illegal IPv4 address, "+a,this.a,b))}, -$S:40} -A.h_.prototype={ -$2(a,b){throw A.b(A.N("Illegal IPv6 address, "+a,this.a,b))}, -$S:17} -A.h0.prototype={ -$2(a,b){var s -if(b-a>4)this.a.$2("an IPv6 part can only contain a maximum of 4 hex digits",a) -s=A.ik(B.a.m(this.b,a,b),16) -if(s<0||s>65535)this.a.$2("each part must be in the range of `0x0..0xFFFF`",a) -return s}, -$S:18} -A.cw.prototype={ -gaf(){var s,r,q,p,o=this,n=o.w -if(n===$){s=o.a -r=s.length!==0?""+s+":":"" -q=o.c -p=q==null -if(!p||s==="file"){s=r+"//" -r=o.b -if(r.length!==0)s=s+r+"@" -if(!p)s+=q -r=o.d -if(r!=null)s=s+":"+A.p(r)}else s=r -s+=o.e -r=o.f -if(r!=null)s=s+"?"+r -r=o.r -if(r!=null)s=s+"#"+r -n!==$&&A.cF() -n=o.w=s.charCodeAt(0)==0?s:s}return n}, -gt(a){var s,r=this,q=r.y -if(q===$){s=B.a.gt(r.gaf()) -r.y!==$&&A.cF() -r.y=s -q=s}return q}, -gaS(){var s,r=this,q=r.z -if(q===$){s=r.f -s=A.jz(s==null?"":s) -r.z!==$&&A.cF() -q=r.z=new A.bt(s,t.V)}return q}, -gbA(){return this.b}, -gaN(a){var s=this.c -if(s==null)return"" -if(B.a.B(s,"["))return B.a.m(s,1,s.length-1) -return s}, -gan(a){var s=this.d -return s==null?A.jP(this.a):s}, -gaR(a){var s=this.f -return s==null?"":s}, -gbl(){var s=this.r -return s==null?"":s}, -aT(a,b){var s,r,q,p,o=this,n=o.a,m=n==="file",l=o.b,k=o.d,j=o.c -if(!(j!=null))j=l.length!==0||k!=null||m?"":null -s=o.e -if(!m)r=j!=null&&s.length!==0 -else r=!0 -if(r&&!B.a.B(s,"/"))s="/"+s -q=s -p=A.iN(null,0,0,b) -return A.iL(n,l,j,k,q,p,o.r)}, -gbn(){return this.c!=null}, -gbq(){return this.f!=null}, -gbo(){return this.r!=null}, -j(a){return this.gaf()}, -K(a,b){var s,r,q=this -if(b==null)return!1 -if(q===b)return!0 -if(t.R.b(b))if(q.a===b.gar())if(q.c!=null===b.gbn())if(q.b===b.gbA())if(q.gaN(q)===b.gaN(b))if(q.gan(q)===b.gan(b))if(q.e===b.gbv(b)){s=q.f -r=s==null -if(!r===b.gbq()){if(r)s="" -if(s===b.gaR(b)){s=q.r -r=s==null -if(!r===b.gbo()){if(r)s="" -s=s===b.gbl()}else s=!1}else s=!1}else s=!1}else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -else s=!1 -return s}, -$ie_:1, -gar(){return this.a}, -gbv(a){return this.e}} -A.hN.prototype={ -$2(a,b){var s=this.b,r=this.a -s.a+=r.a -r.a="&" -r=s.a+=A.jV(B.i,a,B.h,!0) -if(b!=null&&b.length!==0){s.a=r+"=" -s.a+=A.jV(B.i,b,B.h,!0)}}, -$S:16} -A.hM.prototype={ -$2(a,b){var s,r -if(b==null||typeof b=="string")this.a.$2(a,b) -else for(s=J.a2(b),r=this.a;s.n();)r.$2(a,s.gq(s))}, -$S:2} -A.fX.prototype={ -gbz(){var s,r,q,p,o=this,n=null,m=o.c -if(m==null){m=o.a -s=o.b[0]+1 -r=B.a.al(m,"?",s) -q=m.length -if(r>=0){p=A.cx(m,r+1,q,B.j,!1,!1) -q=r}else p=n -m=o.c=new A.ea("data","",n,n,A.cx(m,s,q,B.v,!1,!1),p,n)}return m}, -j(a){var s=this.a -return this.b[0]===-1?"data:"+s:s}} -A.hY.prototype={ -$2(a,b){var s=this.a[a] -B.ah.cs(s,0,96,b) -return s}, -$S:21} -A.hZ.prototype={ -$3(a,b,c){var s,r -for(s=b.length,r=0;r>>0]=c}, -$S:6} -A.eH.prototype={ -gbn(){return this.c>0}, -gbp(){return this.c>0&&this.d+1r?B.a.m(this.a,r,s-1):""}, -gaN(a){var s=this.c -return s>0?B.a.m(this.a,s,this.d):""}, -gan(a){var s,r=this -if(r.gbp())return A.ik(B.a.m(r.a,r.d+1,r.e),null) -s=r.b -if(s===4&&B.a.B(r.a,"http"))return 80 -if(s===5&&B.a.B(r.a,"https"))return 443 -return 0}, -gbv(a){return B.a.m(this.a,this.e,this.f)}, -gaR(a){var s=this.f,r=this.r -return s=s.r)return B.ag -return new A.bt(A.jz(s.gaR(s)),t.V)}, -aT(a,b){var s,r,q,p,o,n=this,m=null,l=n.gar(),k=l==="file",j=n.c,i=j>0?B.a.m(n.a,n.b+3,j):"",h=n.gbp()?n.gan(n):m -j=n.c -if(j>0)s=B.a.m(n.a,j,n.d) -else s=i.length!==0||h!=null||k?"":m -j=n.a -r=B.a.m(j,n.e,n.f) -if(!k)q=s!=null&&r.length!==0 -else q=!0 -if(q&&!B.a.B(r,"/"))r="/"+r -p=A.iN(m,0,0,b) -q=n.r -o=q>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.bI.prototype={ -j(a){var s,r=a.left -r.toString -s=a.top -s.toString -return"Rectangle ("+A.p(r)+", "+A.p(s)+") "+A.p(this.ga_(a))+" x "+A.p(this.gY(a))}, -K(a,b){var s,r -if(b==null)return!1 -if(t.q.b(b)){s=a.left -s.toString -r=b.left -r.toString -if(s===r){s=a.top -s.toString -r=b.top -r.toString -if(s===r){s=J.M(b) -s=this.ga_(a)===s.ga_(b)&&this.gY(a)===s.gY(b)}else s=!1}else s=!1}else s=!1 -return s}, -gt(a){var s,r=a.left -r.toString -s=a.top -s.toString -return A.iB(r,s,this.ga_(a),this.gY(a))}, -gb5(a){return a.height}, -gY(a){var s=this.gb5(a) -s.toString -return s}, -gbe(a){return a.width}, -ga_(a){var s=this.gbe(a) -s.toString -return s}, -$ib4:1} -A.d4.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.d5.prototype={ -gh(a){return a.length}} -A.q.prototype={ -gci(a){return new A.ay(a)}, -gP(a){return new A.ef(a)}, -j(a){return a.localName}, -H(a,b,c,d){var s,r,q,p -if(c==null){s=$.jd -if(s==null){s=A.n([],t.Q) -r=new A.c1(s) -s.push(A.jE(null)) -s.push(A.jK()) -$.jd=r -d=r}else d=s -s=$.jc -if(s==null){d.toString -s=new A.f0(d) -$.jc=s -c=s}else{d.toString -s.a=d -c=s}}if($.aH==null){s=document -r=s.implementation.createHTMLDocument("") -$.aH=r -$.it=r.createRange() -r=$.aH.createElement("base") -t.B.a(r) -s=s.baseURI -s.toString -r.href=s -$.aH.head.appendChild(r)}s=$.aH -if(s.body==null){r=s.createElement("body") -s.body=t.Y.a(r)}s=$.aH -if(t.Y.b(a)){s=s.body -s.toString -q=s}else{s.toString -q=s.createElement(a.tagName) -$.aH.body.appendChild(q)}if("createContextualFragment" in window.Range.prototype&&!B.b.E(B.ab,a.tagName)){$.it.selectNodeContents(q) -s=$.it -p=s.createContextualFragment(b)}else{q.innerHTML=b -p=$.aH.createDocumentFragment() -for(;s=q.firstChild,s!=null;)p.appendChild(s)}if(q!==$.aH.body)J.j3(q) -c.aX(p) -document.adoptNode(p) -return p}, -cn(a,b,c){return this.H(a,b,c,null)}, -sI(a,b){this.a9(a,b)}, -a9(a,b){a.textContent=null -a.appendChild(this.H(a,b,null,null))}, -gI(a){return a.innerHTML}, -$iq:1} -A.fo.prototype={ -$1(a){return t.h.b(a)}, -$S:11} -A.h.prototype={$ih:1} -A.c.prototype={ -bf(a,b,c,d){if(c!=null)this.bR(a,b,c,d)}, -L(a,b,c){return this.bf(a,b,c,null)}, -bR(a,b,c,d){return a.addEventListener(b,A.bb(c,1),d)}} -A.a4.prototype={$ia4:1} -A.d6.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.d7.prototype={ -gh(a){return a.length}} -A.d9.prototype={ -gh(a){return a.length}} -A.a5.prototype={$ia5:1} -A.da.prototype={ -gh(a){return a.length}} -A.b0.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.bO.prototype={} -A.a6.prototype={ -cF(a,b,c,d){return a.open(b,c,!0)}, -$ia6:1} -A.fx.prototype={ -$1(a){var s=a.responseText -s.toString -return s}, -$S:24} -A.fy.prototype={ -$1(a){var s,r,q,p=this.a,o=p.status -o.toString -s=o>=200&&o<300 -r=o>307&&o<400 -o=s||o===0||o===304||r -q=this.b -if(o)q.ai(0,p) -else q.aj(a)}, -$S:25} -A.b1.prototype={} -A.aJ.prototype={$iaJ:1} -A.bn.prototype={$ibn:1} -A.di.prototype={ -j(a){return String(a)}} -A.dj.prototype={ -gh(a){return a.length}} -A.dk.prototype={ -i(a,b){return A.aS(a.get(b))}, -A(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.aS(s.value[1]))}}, -gD(a){var s=A.n([],t.s) -this.A(a,new A.fL(s)) -return s}, -gh(a){return a.size}, -l(a,b,c){throw A.b(A.r("Not supported"))}, -$iy:1} -A.fL.prototype={ -$2(a,b){return this.a.push(a)}, -$S:2} -A.dl.prototype={ -i(a,b){return A.aS(a.get(b))}, -A(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.aS(s.value[1]))}}, -gD(a){var s=A.n([],t.s) -this.A(a,new A.fM(s)) -return s}, -gh(a){return a.size}, -l(a,b,c){throw A.b(A.r("Not supported"))}, -$iy:1} -A.fM.prototype={ -$2(a,b){return this.a.push(a)}, -$S:2} -A.a8.prototype={$ia8:1} -A.dm.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.L.prototype={ -gV(a){var s=this.a,r=s.childNodes.length -if(r===0)throw A.b(A.dJ("No elements")) -if(r>1)throw A.b(A.dJ("More than one element")) -s=s.firstChild -s.toString -return s}, -N(a,b){var s,r,q,p,o -if(b instanceof A.L){s=b.a -r=this.a -if(s!==r)for(q=s.childNodes.length,p=0;p>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.aa.prototype={ -gh(a){return a.length}, -$iaa:1} -A.dB.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.as.prototype={$ias:1} -A.dE.prototype={ -i(a,b){return A.aS(a.get(b))}, -A(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.aS(s.value[1]))}}, -gD(a){var s=A.n([],t.s) -this.A(a,new A.fS(s)) -return s}, -gh(a){return a.size}, -l(a,b,c){throw A.b(A.r("Not supported"))}, -$iy:1} -A.fS.prototype={ -$2(a,b){return this.a.push(a)}, -$S:2} -A.dG.prototype={ -gh(a){return a.length}} -A.ab.prototype={$iab:1} -A.dH.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.ac.prototype={$iac:1} -A.dI.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.ad.prototype={ -gh(a){return a.length}, -$iad:1} -A.dL.prototype={ -i(a,b){return a.getItem(A.bz(b))}, -l(a,b,c){a.setItem(b,c)}, -A(a,b){var s,r,q -for(s=0;!0;++s){r=a.key(s) -if(r==null)return -q=a.getItem(r) -q.toString -b.$2(r,q)}}, -gD(a){var s=A.n([],t.s) -this.A(a,new A.fU(s)) -return s}, -gh(a){return a.length}, -$iy:1} -A.fU.prototype={ -$2(a,b){return this.a.push(a)}, -$S:5} -A.X.prototype={$iX:1} -A.c5.prototype={ -H(a,b,c,d){var s,r -if("createContextualFragment" in window.Range.prototype)return this.au(a,b,c,d) -s=A.kZ(""+b+"
          ",c,d) -r=document.createDocumentFragment() -new A.L(r).N(0,new A.L(s)) -return r}} -A.dN.prototype={ -H(a,b,c,d){var s,r -if("createContextualFragment" in window.Range.prototype)return this.au(a,b,c,d) -s=document -r=s.createDocumentFragment() -s=new A.L(B.y.H(s.createElement("table"),b,c,d)) -s=new A.L(s.gV(s)) -new A.L(r).N(0,new A.L(s.gV(s))) -return r}} -A.dO.prototype={ -H(a,b,c,d){var s,r -if("createContextualFragment" in window.Range.prototype)return this.au(a,b,c,d) -s=document -r=s.createDocumentFragment() -s=new A.L(B.y.H(s.createElement("table"),b,c,d)) -new A.L(r).N(0,new A.L(s.gV(s))) -return r}} -A.br.prototype={ -a9(a,b){var s,r -a.textContent=null -s=a.content -s.toString -J.kF(s) -r=this.H(a,b,null,null) -a.content.appendChild(r)}, -$ibr:1} -A.b5.prototype={$ib5:1} -A.af.prototype={$iaf:1} -A.Y.prototype={$iY:1} -A.dQ.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.dR.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.dS.prototype={ -gh(a){return a.length}} -A.ag.prototype={$iag:1} -A.dT.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.dU.prototype={ -gh(a){return a.length}} -A.S.prototype={} -A.e0.prototype={ -j(a){return String(a)}} -A.e1.prototype={ -gh(a){return a.length}} -A.bu.prototype={$ibu:1} -A.e7.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.c8.prototype={ -j(a){var s,r,q,p=a.left -p.toString -s=a.top -s.toString -r=a.width -r.toString -q=a.height -q.toString -return"Rectangle ("+A.p(p)+", "+A.p(s)+") "+A.p(r)+" x "+A.p(q)}, -K(a,b){var s,r -if(b==null)return!1 -if(t.q.b(b)){s=a.left -s.toString -r=b.left -r.toString -if(s===r){s=a.top -s.toString -r=b.top -r.toString -if(s===r){s=a.width -s.toString -r=J.M(b) -if(s===r.ga_(b)){s=a.height -s.toString -r=s===r.gY(b) -s=r}else s=!1}else s=!1}else s=!1}else s=!1 -return s}, -gt(a){var s,r,q,p=a.left -p.toString -s=a.top -s.toString -r=a.width -r.toString -q=a.height -q.toString -return A.iB(p,s,r,q)}, -gb5(a){return a.height}, -gY(a){var s=a.height -s.toString -return s}, -gbe(a){return a.width}, -ga_(a){var s=a.width -s.toString -return s}} -A.el.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.cd.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.eK.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.eQ.prototype={ -gh(a){return a.length}, -i(a,b){var s=a.length -if(b>>>0!==b||b>=s)throw A.b(A.E(b,s,a,null)) -return a[b]}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return a[b]}, -$if:1, -$io:1, -$ij:1} -A.e5.prototype={ -A(a,b){var s,r,q,p,o,n -for(s=this.gD(this),r=s.length,q=this.a,p=0;p0)p[r]=q[0].toUpperCase()+B.a.M(q,1)}return B.b.T(p,"")}, -S(a){var s,r,q,p,o -for(s=a.length,r=0,q="";r0?q+"-":q)+o}return q.charCodeAt(0)==0?q:q}} -A.hc.prototype={ -$2(a,b){if(B.a.B(a,"data-"))this.b.$2(this.a.bb(B.a.M(a,5)),b)}, -$S:5} -A.hd.prototype={ -$2(a,b){if(B.a.B(a,"data-"))this.b.push(this.a.bb(B.a.M(a,5)))}, -$S:5} -A.ef.prototype={ -R(){var s,r,q,p,o=A.bS(t.N) -for(s=this.a.className.split(" "),r=s.length,q=0;q") -return}if(!l.a.W(a)){l.a2(a,b) -window -s=A.p(b) -if(typeof console!="undefined")window.console.warn("Removing disallowed element <"+e+"> from "+s) -return}if(g!=null)if(!l.a.O(a,"is",g)){l.a2(a,b) -window -if(typeof console!="undefined")window.console.warn("Removing disallowed type extension <"+e+' is="'+g+'">') -return}s=f.gD(f) -r=A.n(s.slice(0),A.by(s)) -for(q=f.gD(f).length-1,s=f.a,p="Removing disallowed attribute <"+e+" ";q>=0;--q){o=r[q] -n=l.a -m=J.kP(o) -A.bz(o) -if(!n.O(a,m,s.getAttribute(o))){window -n=s.getAttribute(o) -if(typeof console!="undefined")window.console.warn(p+o+'="'+A.p(n)+'">') -s.removeAttribute(o)}}if(t.f.b(a)){s=a.content -s.toString -l.aX(s)}}, -bE(a,b){switch(a.nodeType){case 1:this.c9(a,b) -break -case 8:case 11:case 3:case 4:break -default:this.a2(a,b)}}} -A.hR.prototype={ -$2(a,b){var s,r,q,p,o,n=this.a -n.bE(a,b) -s=a.lastChild -for(;s!=null;){r=null -try{r=s.previousSibling -if(r!=null){q=r.nextSibling -p=s -p=q==null?p!=null:q!==p -q=p}else q=!1 -if(q){q=A.dJ("Corrupt HTML") -throw A.b(q)}}catch(o){q=s;++n.b -p=q.parentNode -if(a!==p){if(p!=null)p.removeChild(q)}else a.removeChild(q) -s=null -r=a.lastChild}if(s!=null)this.$2(s,a) -s=r}}, -$S:44} -A.e8.prototype={} -A.eb.prototype={} -A.ec.prototype={} -A.ed.prototype={} -A.ee.prototype={} -A.ei.prototype={} -A.ej.prototype={} -A.en.prototype={} -A.eo.prototype={} -A.eu.prototype={} -A.ev.prototype={} -A.ew.prototype={} -A.ex.prototype={} -A.ey.prototype={} -A.ez.prototype={} -A.eC.prototype={} -A.eD.prototype={} -A.eG.prototype={} -A.cl.prototype={} -A.cm.prototype={} -A.eI.prototype={} -A.eJ.prototype={} -A.eL.prototype={} -A.eT.prototype={} -A.eU.prototype={} -A.co.prototype={} -A.cp.prototype={} -A.eV.prototype={} -A.eW.prototype={} -A.f1.prototype={} -A.f2.prototype={} -A.f3.prototype={} -A.f4.prototype={} -A.f5.prototype={} -A.f6.prototype={} -A.f7.prototype={} -A.f8.prototype={} -A.f9.prototype={} -A.fa.prototype={} -A.cZ.prototype={ -aJ(a){var s=$.kn() -if(s.b.test(a))return a -throw A.b(A.is(a,"value","Not a valid class token"))}, -j(a){return this.R().T(0," ")}, -aW(a,b){var s,r,q -this.aJ(b) -s=this.R() -r=s.E(0,b) -if(!r){s.u(0,b) -q=!0}else{s.a5(0,b) -q=!1}this.ap(s) -return q}, -gv(a){var s=this.R() -return A.lB(s,s.r)}, -gh(a){return this.R().a}, -u(a,b){var s -this.aJ(b) -s=this.cD(0,new A.fm(b)) -return s==null?!1:s}, -a5(a,b){var s,r -this.aJ(b) -s=this.R() -r=s.a5(0,b) -this.ap(s) -return r}, -p(a,b){return this.R().p(0,b)}, -cD(a,b){var s=this.R(),r=b.$1(s) -this.ap(s) -return r}} -A.fm.prototype={ -$1(a){return a.u(0,this.a)}, -$S:32} -A.d8.prototype={ -gac(){var s=this.b,r=A.J(s) -return new A.ao(new A.ax(s,new A.fs(),r.k("ax")),new A.ft(),r.k("ao"))}, -l(a,b,c){var s=this.gac() -J.kO(s.b.$1(J.cH(s.a,b)),c)}, -gh(a){return J.aV(this.gac().a)}, -i(a,b){var s=this.gac() -return s.b.$1(J.cH(s.a,b))}, -gv(a){var s=A.jl(this.gac(),!1,t.h) -return new J.bf(s,s.length)}} -A.fs.prototype={ -$1(a){return t.h.b(a)}, -$S:11} -A.ft.prototype={ -$1(a){return t.h.a(a)}, -$S:33} -A.io.prototype={ -$1(a){return this.a.ai(0,a)}, -$S:4} -A.ip.prototype={ -$1(a){if(a==null)return this.a.aj(new A.fP(a===undefined)) -return this.a.aj(a)}, -$S:4} -A.fP.prototype={ -j(a){return"Promise was rejected with a value of `"+(this.a?"undefined":"null")+"`."}} -A.am.prototype={$iam:1} -A.df.prototype={ -gh(a){return a.length}, -i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) -return a.getItem(b)}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return this.i(a,b)}, -$if:1, -$ij:1} -A.aq.prototype={$iaq:1} -A.dx.prototype={ -gh(a){return a.length}, -i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) -return a.getItem(b)}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return this.i(a,b)}, -$if:1, -$ij:1} -A.dC.prototype={ -gh(a){return a.length}} -A.bp.prototype={$ibp:1} -A.dM.prototype={ -gh(a){return a.length}, -i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) -return a.getItem(b)}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return this.i(a,b)}, -$if:1, -$ij:1} -A.cO.prototype={ -R(){var s,r,q,p,o=this.a.getAttribute("class"),n=A.bS(t.N) -if(o==null)return n -for(s=o.split(" "),r=s.length,q=0;q'+b+"",c) -q=o.createDocumentFragment() -o=new A.L(r) -p=o.gV(o) -for(;o=p.firstChild,o!=null;)q.appendChild(o) -return q}, -$ii:1} -A.au.prototype={$iau:1} -A.dV.prototype={ -gh(a){return a.length}, -i(a,b){if(b>>>0!==b||b>=a.length)throw A.b(A.E(b,this.gh(a),a,null)) -return a.getItem(b)}, -l(a,b,c){throw A.b(A.r("Cannot assign element of immutable List."))}, -p(a,b){return this.i(a,b)}, -$if:1, -$ij:1} -A.er.prototype={} -A.es.prototype={} -A.eA.prototype={} -A.eB.prototype={} -A.eN.prototype={} -A.eO.prototype={} -A.eX.prototype={} -A.eY.prototype={} -A.cP.prototype={ -gh(a){return a.length}} -A.cQ.prototype={ -i(a,b){return A.aS(a.get(b))}, -A(a,b){var s,r=a.entries() -for(;!0;){s=r.next() -if(s.done)return -b.$2(s.value[0],A.aS(s.value[1]))}}, -gD(a){var s=A.n([],t.s) -this.A(a,new A.fj(s)) -return s}, -gh(a){return a.size}, -l(a,b,c){throw A.b(A.r("Not supported"))}, -$iy:1} -A.fj.prototype={ -$2(a,b){return this.a.push(a)}, -$S:2} -A.cR.prototype={ -gh(a){return a.length}} -A.aF.prototype={} -A.dy.prototype={ -gh(a){return a.length}} -A.e6.prototype={} -A.B.prototype={ -b3(){return"Kind."+this.b}, -j(a){var s -switch(this.a){case 0:s="accessor" -break -case 1:s="constant" -break -case 2:s="constructor" -break -case 3:s="class" -break -case 4:s="dynamic" -break -case 5:s="enum" -break -case 6:s="extension" -break -case 7:s="function" -break -case 8:s="library" -break -case 9:s="method" -break -case 10:s="mixin" -break -case 11:s="Never" -break -case 12:s="package" -break -case 13:s="parameter" -break -case 14:s="prefix" -break -case 15:s="property" -break -case 16:s="SDK" -break -case 17:s="topic" -break -case 18:s="top-level constant" -break -case 19:s="top-level property" -break -case 20:s="typedef" -break -case 21:s="type parameter" -break -default:s=null}return s}} -A.Q.prototype={ -b3(){return"_MatchPosition."+this.b}} -A.fz.prototype={ -bk(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=null -if(b.length===0)return A.n([],t.M) -s=b.toLowerCase() -r=A.n([],t.r) -for(q=this.a,p=q.length,o=s.length>1,n="dart:"+s,m=0;m") -m=new A.fz(A.jm(new A.ap(o,A.nm(),n),!0,n.k("a7.E"))) -l=A.fZ(String(window.location)).gaS().i(0,"search") -if(l!=null){k=m.bk(0,l) -if(k.length!==0){j=B.b.gct(k).e -if(j!=null){window.location.assign($.cG()+j) -s=1 -break}}}n=p.b -if(n!=null)A.iH(m).aO(0,n) -n=p.c -if(n!=null)A.iH(m).aO(0,n) -n=p.d -if(n!=null)A.iH(m).aO(0,n) -case 1:return A.me(q,r)}}) -return A.mf($async$$1,r)}, -$S:39} -A.hA.prototype={ -gU(){var s,r,q=this,p=q.c -if(p===$){s=document.createElement("div") -s.setAttribute("role","listbox") -s.setAttribute("aria-expanded","false") -r=s.style -r.display="none" -J.a1(s).u(0,"tt-menu") -s.appendChild(q.gbu()) -s.appendChild(q.ga8()) -q.c!==$&&A.cF() -q.c=s -p=s}return p}, -gbu(){var s,r=this.d -if(r===$){s=document.createElement("div") -J.a1(s).u(0,"enter-search-message") -this.d!==$&&A.cF() -this.d=s -r=s}return r}, -ga8(){var s,r=this.e -if(r===$){s=document.createElement("div") -J.a1(s).u(0,"tt-search-results") -this.e!==$&&A.cF() -this.e=s -r=s}return r}, -aO(a,b){var s,r,q,p=this -b.disabled=!1 -b.setAttribute("placeholder","Search API Docs") -s=document -B.K.L(s,"keydown",new A.hB(b)) -r=s.createElement("div") -J.a1(r).u(0,"tt-wrapper") -B.f.bx(b,r) -b.setAttribute("autocomplete","off") -b.setAttribute("spellcheck","false") -b.classList.add("tt-input") -r.appendChild(b) -r.appendChild(p.gU()) -p.bF(b) -if(B.a.E(window.location.href,"search.html")){q=p.b.gaS().i(0,"q") -if(q==null)return -q=B.o.X(q) -$.iV=$.i5 -p.cA(q,!0) -p.bG(q) -p.aM() -$.iV=10}}, -bG(a){var s,r,q,p,o,n="search-summary",m=document,l=m.getElementById("dartdoc-main-content") -if(l==null)return -l.textContent="" -s=m.createElement("section") -J.a1(s).u(0,n) -l.appendChild(s) -s=m.createElement("h2") -J.fh(s,"Search Results") -l.appendChild(s) -s=m.createElement("div") -r=J.M(s) -r.gP(s).u(0,n) -r.sI(s,""+$.i5+' results for "'+a+'"') -l.appendChild(s) -if($.b9.a!==0)for(m=$.b9.gbB($.b9),m=new A.bV(J.a2(m.a),m.b),s=A.J(m).z[1];m.n();){r=m.a -l.appendChild(r==null?s.a(r):r)}else{q=m.createElement("div") -s=J.M(q) -s.gP(q).u(0,n) -s.sI(q,'There was not a match for "'+a+'". Want to try searching from additional Dart-related sites? ') -p=A.fZ("https://dart.dev/search?cx=011220921317074318178%3A_yy-tmb5t_i&ie=UTF-8&hl=en&q=").aT(0,A.ji(["q",a],t.N,t.z)) -o=m.createElement("a") -o.setAttribute("href",p.gaf()) -o.textContent="Search on dart.dev." -q.appendChild(o) -l.appendChild(q)}}, -aM(){var s=this.gU(),r=s.style -r.display="none" -s.setAttribute("aria-expanded","false") -return s}, -by(a,b,c){var s,r,q,p,o=this -o.x=A.n([],t.M) -s=o.w -B.b.ah(s) -$.b9.ah(0) -o.ga8().textContent="" -r=b.length -if(r===0){o.aM() -return}for(q=0;q10?'Press "Enter" key to see all '+p+" results":""}, -cS(a,b){return this.by(a,b,!1)}, -aL(a,b,c){var s,r,q,p=this -if(p.r===a&&!b)return -if(a==null||a.length===0){p.cS("",A.n([],t.M)) -return}s=p.a.bk(0,a) -r=s.length -$.i5=r -q=$.iV -if(r>q)s=B.b.bI(s,0,q) -p.r=a -p.by(a,s,c)}, -cA(a,b){return this.aL(a,!1,b)}, -bm(a){return this.aL(a,!1,!1)}, -cz(a,b){return this.aL(a,b,!1)}, -bi(a){var s,r=this -r.y=-1 -s=r.f -if(s!=null){a.value=s -r.f=null}r.aM()}, -bF(a){var s=this -B.f.L(a,"focus",new A.hC(s,a)) -B.f.L(a,"blur",new A.hD(s,a)) -B.f.L(a,"input",new A.hE(s,a)) -B.f.L(a,"keydown",new A.hF(s,a))}} -A.hB.prototype={ -$1(a){if(!t.v.b(a))return -if(a.key==="/"&&!t.p.b(document.activeElement)){a.preventDefault() -this.a.focus()}}, -$S:1} -A.hC.prototype={ -$1(a){this.a.cz(this.b.value,!0)}, -$S:1} -A.hD.prototype={ -$1(a){this.a.bi(this.b)}, -$S:1} -A.hE.prototype={ -$1(a){this.a.bm(this.b.value)}, -$S:1} -A.hF.prototype={ -$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e="tt-cursor" -if(a.type!=="keydown")return -t.v.a(a) -s=a.code -if(s==="Enter"){a.preventDefault() -s=f.a -r=s.y -if(r!==-1){s=s.w[r] -q=s.getAttribute("data-"+new A.aP(new A.ay(s)).S("href")) -if(q!=null)window.location.assign($.cG()+q) -return}else{p=B.o.X(s.r) -o=A.fZ($.cG()+"search.html").aT(0,A.ji(["q",p],t.N,t.z)) -window.location.assign(o.gaf()) -return}}r=f.a -n=r.w -m=n.length-1 -l=r.y -if(s==="ArrowUp")if(l===-1)r.y=m -else r.y=l-1 -else if(s==="ArrowDown")if(l===m)r.y=-1 -else r.y=l+1 -else if(s==="Escape")r.bi(f.b) -else{if(r.f!=null){r.f=null -r.bm(f.b.value)}return}s=l!==-1 -if(s)J.a1(n[l]).a5(0,e) -k=r.y -if(k!==-1){j=n[k] -J.a1(j).u(0,e) -s=r.y -if(s===0)r.gU().scrollTop=0 -else if(s===m)r.gU().scrollTop=B.d.a6(B.e.a6(r.gU().scrollHeight)) -else{i=B.e.a6(j.offsetTop) -h=B.e.a6(r.gU().offsetHeight) -if(i"+A.p(a.i(0,0))+""}, -$S:41} -A.ih.prototype={ -$1(a){var s=this.a -if(s!=null)J.a1(s).aW(0,"active") -s=this.b -if(s!=null)J.a1(s).aW(0,"active")}, -$S:12} -A.id.prototype={ -$1(a){var s="dark-theme",r="colorTheme",q="light-theme",p=this.a,o=this.b -if(p.checked===!0){o.setAttribute("class",s) -p.setAttribute("value",s) -window.localStorage.setItem(r,"true")}else{o.setAttribute("class",q) -p.setAttribute("value",q) -window.localStorage.setItem(r,"false")}}, -$S:1};(function aliases(){var s=J.bj.prototype -s.bJ=s.j -s=J.aL.prototype -s.bL=s.j -s=A.v.prototype -s.bK=s.ao -s=A.q.prototype -s.au=s.H -s=A.ck.prototype -s.bM=s.O})();(function installTearOffs(){var s=hunkHelpers._static_2,r=hunkHelpers._static_1,q=hunkHelpers._static_0,p=hunkHelpers.installInstanceTearOff,o=hunkHelpers.installStaticTearOff -s(J,"ms","ld",42) -r(A,"mU","lu",3) -r(A,"mV","lv",3) -r(A,"mW","lw",3) -q(A,"kb","mM",0) -p(A.c7.prototype,"gck",0,1,null,["$2","$1"],["ak","aj"],22,0,0) -o(A,"n5",4,null,["$4"],["lz"],14,0) -o(A,"n6",4,null,["$4"],["lA"],14,0) -r(A,"nm","l4",29)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.inherit,q=hunkHelpers.inheritMany -r(A.t,null) -q(A.t,[A.iy,J.bj,J.bf,A.v,A.cS,A.z,A.e,A.fT,A.bT,A.bV,A.e2,A.bM,A.dY,A.ci,A.bF,A.fV,A.fQ,A.bL,A.cn,A.aG,A.w,A.fI,A.dg,A.fD,A.et,A.h7,A.W,A.ek,A.hL,A.hJ,A.e3,A.cN,A.c7,A.bv,A.I,A.e4,A.eM,A.hS,A.at,A.hu,A.cc,A.f_,A.bU,A.cW,A.cY,A.fw,A.hP,A.hO,A.he,A.dz,A.c4,A.hg,A.fu,A.F,A.eP,A.O,A.cw,A.fX,A.eH,A.fn,A.iu,A.eh,A.bw,A.D,A.c1,A.ck,A.eR,A.bN,A.hz,A.f0,A.fP,A.fz,A.K,A.fp,A.hA]) -q(J.bj,[J.dc,J.bQ,J.a,J.bl,J.bm,J.bk,J.aK]) -q(J.a,[J.aL,J.A,A.dn,A.bY,A.c,A.cI,A.bE,A.a_,A.x,A.e8,A.P,A.d2,A.d3,A.eb,A.bI,A.ed,A.d5,A.h,A.ei,A.a5,A.da,A.en,A.di,A.dj,A.eu,A.ev,A.a8,A.ew,A.ey,A.aa,A.eC,A.eG,A.ac,A.eI,A.ad,A.eL,A.X,A.eT,A.dS,A.ag,A.eV,A.dU,A.e0,A.f1,A.f3,A.f5,A.f7,A.f9,A.am,A.er,A.aq,A.eA,A.dC,A.eN,A.au,A.eX,A.cP,A.e6]) -q(J.aL,[J.dA,J.b7,J.al]) -r(J.fE,J.A) -q(J.bk,[J.bP,J.dd]) -q(A.v,[A.aO,A.f,A.ao,A.ax]) -q(A.aO,[A.aX,A.cy]) -r(A.c9,A.aX) -r(A.c6,A.cy) -r(A.ak,A.c6) -q(A.z,[A.bR,A.av,A.de,A.dX,A.e9,A.dF,A.eg,A.cL,A.Z,A.dZ,A.dW,A.bq,A.cX]) -q(A.e,[A.bs,A.L,A.d8]) -r(A.cV,A.bs) -q(A.f,[A.a7,A.an]) -r(A.bJ,A.ao) -q(A.a7,[A.ap,A.eq]) -r(A.eE,A.ci) -r(A.eF,A.eE) -r(A.bG,A.bF) -r(A.c2,A.av) -q(A.aG,[A.cT,A.cU,A.dP,A.fF,A.ia,A.ic,A.h9,A.h8,A.hT,A.hl,A.hs,A.hy,A.hZ,A.i_,A.fo,A.fx,A.fy,A.hf,A.fO,A.fN,A.hG,A.hH,A.hI,A.fm,A.fs,A.ft,A.io,A.ip,A.fC,A.fB,A.ii,A.ij,A.ie,A.hB,A.hC,A.hD,A.hE,A.hF,A.hW,A.hX,A.i0,A.ih,A.id]) -q(A.dP,[A.dK,A.bh]) -q(A.w,[A.b2,A.ep,A.e5,A.aP]) -q(A.cU,[A.ib,A.hU,A.i6,A.hm,A.fJ,A.h1,A.fY,A.h_,A.h0,A.hN,A.hM,A.hY,A.fL,A.fM,A.fS,A.fU,A.hc,A.hd,A.hR,A.fj,A.fA]) -q(A.bY,[A.dp,A.bo]) -q(A.bo,[A.ce,A.cg]) -r(A.cf,A.ce) -r(A.bW,A.cf) -r(A.ch,A.cg) -r(A.bX,A.ch) -q(A.bW,[A.dq,A.dr]) -q(A.bX,[A.ds,A.dt,A.du,A.dv,A.dw,A.bZ,A.c_]) -r(A.cq,A.eg) -q(A.cT,[A.ha,A.hb,A.hK,A.hh,A.ho,A.hn,A.hk,A.hj,A.hi,A.hr,A.hq,A.hp,A.i4,A.hx,A.h5,A.h4,A.i1,A.ig]) -r(A.b8,A.c7) -r(A.hw,A.hS) -q(A.at,[A.cj,A.cZ]) -r(A.cb,A.cj) -r(A.cv,A.bU) -r(A.bt,A.cv) -q(A.cW,[A.fk,A.fq,A.fG]) -q(A.cY,[A.fl,A.fv,A.fH,A.h6,A.h3]) -r(A.h2,A.fq) -q(A.Z,[A.c3,A.db]) -r(A.ea,A.cw) -q(A.c,[A.m,A.d7,A.b1,A.ab,A.cl,A.af,A.Y,A.co,A.e1,A.cR,A.aF]) -q(A.m,[A.q,A.a3,A.aZ,A.bu]) -q(A.q,[A.l,A.i]) -q(A.l,[A.cJ,A.cK,A.bg,A.aW,A.d9,A.aJ,A.dG,A.c5,A.dN,A.dO,A.br,A.b5]) -r(A.d_,A.a_) -r(A.bi,A.e8) -q(A.P,[A.d0,A.d1]) -r(A.ec,A.eb) -r(A.bH,A.ec) -r(A.ee,A.ed) -r(A.d4,A.ee) -r(A.a4,A.bE) -r(A.ej,A.ei) -r(A.d6,A.ej) -r(A.eo,A.en) -r(A.b0,A.eo) -r(A.bO,A.aZ) -r(A.a6,A.b1) -q(A.h,[A.S,A.as]) -r(A.bn,A.S) -r(A.dk,A.eu) -r(A.dl,A.ev) -r(A.ex,A.ew) -r(A.dm,A.ex) -r(A.ez,A.ey) -r(A.c0,A.ez) -r(A.eD,A.eC) -r(A.dB,A.eD) -r(A.dE,A.eG) -r(A.cm,A.cl) -r(A.dH,A.cm) -r(A.eJ,A.eI) -r(A.dI,A.eJ) -r(A.dL,A.eL) -r(A.eU,A.eT) -r(A.dQ,A.eU) -r(A.cp,A.co) -r(A.dR,A.cp) -r(A.eW,A.eV) -r(A.dT,A.eW) -r(A.f2,A.f1) -r(A.e7,A.f2) -r(A.c8,A.bI) -r(A.f4,A.f3) -r(A.el,A.f4) -r(A.f6,A.f5) -r(A.cd,A.f6) -r(A.f8,A.f7) -r(A.eK,A.f8) -r(A.fa,A.f9) -r(A.eQ,A.fa) -r(A.ay,A.e5) -q(A.cZ,[A.ef,A.cO]) -r(A.eS,A.ck) -r(A.es,A.er) -r(A.df,A.es) -r(A.eB,A.eA) -r(A.dx,A.eB) -r(A.bp,A.i) -r(A.eO,A.eN) -r(A.dM,A.eO) -r(A.eY,A.eX) -r(A.dV,A.eY) -r(A.cQ,A.e6) -r(A.dy,A.aF) -q(A.he,[A.B,A.Q]) -s(A.bs,A.dY) -s(A.cy,A.e) -s(A.ce,A.e) -s(A.cf,A.bM) -s(A.cg,A.e) -s(A.ch,A.bM) -s(A.cv,A.f_) -s(A.e8,A.fn) -s(A.eb,A.e) -s(A.ec,A.D) -s(A.ed,A.e) -s(A.ee,A.D) -s(A.ei,A.e) -s(A.ej,A.D) -s(A.en,A.e) -s(A.eo,A.D) -s(A.eu,A.w) -s(A.ev,A.w) -s(A.ew,A.e) -s(A.ex,A.D) -s(A.ey,A.e) -s(A.ez,A.D) -s(A.eC,A.e) -s(A.eD,A.D) -s(A.eG,A.w) -s(A.cl,A.e) -s(A.cm,A.D) -s(A.eI,A.e) -s(A.eJ,A.D) -s(A.eL,A.w) -s(A.eT,A.e) -s(A.eU,A.D) -s(A.co,A.e) -s(A.cp,A.D) -s(A.eV,A.e) -s(A.eW,A.D) -s(A.f1,A.e) -s(A.f2,A.D) -s(A.f3,A.e) -s(A.f4,A.D) -s(A.f5,A.e) -s(A.f6,A.D) -s(A.f7,A.e) -s(A.f8,A.D) -s(A.f9,A.e) -s(A.fa,A.D) -s(A.er,A.e) -s(A.es,A.D) -s(A.eA,A.e) -s(A.eB,A.D) -s(A.eN,A.e) -s(A.eO,A.D) -s(A.eX,A.e) -s(A.eY,A.D) -s(A.e6,A.w)})() -var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{k:"int",H:"double",U:"num",d:"String",ah:"bool",F:"Null",j:"List"},mangledNames:{},types:["~()","F(h)","~(d,@)","~(~())","~(@)","~(d,d)","~(b6,d,k)","F()","@()","F(@)","ah(d)","ah(m)","~(h)","ah(a9)","ah(q,d,d,bw)","F(d)","~(d,d?)","~(d,k?)","k(k,k)","@(d)","~(k,@)","b6(@,@)","~(t[ae?])","F(t,ae)","d(a6)","~(as)","F(~())","I<@>(@)","~(t?,t?)","K(y)","d(d)","F(@,ae)","ah(aM)","q(m)","~(Q)","k(+item,matchPosition(K,Q),+item,matchPosition(K,Q))","K(+item,matchPosition(K,Q))","@(@)","d()","aI(@)","~(d,k)","d(fK)","k(@,@)","@(@,d)","~(m,m?)","y(y,d)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;item,matchPosition":(a,b)=>c=>c instanceof A.eF&&a.b(c.a)&&b.b(c.b)}} -A.lS(v.typeUniverse,JSON.parse('{"dA":"aL","b7":"aL","al":"aL","nO":"a","nP":"a","nu":"a","ns":"h","nK":"h","nv":"aF","nt":"c","nS":"c","nU":"c","nr":"i","nL":"i","oe":"as","nw":"l","nR":"l","nV":"m","nJ":"m","oa":"aZ","o9":"Y","nA":"S","nz":"a3","nX":"a3","nQ":"q","nN":"b1","nM":"b0","nB":"x","nE":"a_","nG":"X","nH":"P","nD":"P","nF":"P","dc":{"u":[]},"bQ":{"F":[],"u":[]},"aL":{"a":[]},"A":{"j":["1"],"a":[],"f":["1"]},"fE":{"A":["1"],"j":["1"],"a":[],"f":["1"]},"bk":{"H":[],"U":[]},"bP":{"H":[],"k":[],"U":[],"u":[]},"dd":{"H":[],"U":[],"u":[]},"aK":{"d":[],"u":[]},"aO":{"v":["2"]},"aX":{"aO":["1","2"],"v":["2"],"v.E":"2"},"c9":{"aX":["1","2"],"aO":["1","2"],"f":["2"],"v":["2"],"v.E":"2"},"c6":{"e":["2"],"j":["2"],"aO":["1","2"],"f":["2"],"v":["2"]},"ak":{"c6":["1","2"],"e":["2"],"j":["2"],"aO":["1","2"],"f":["2"],"v":["2"],"e.E":"2","v.E":"2"},"bR":{"z":[]},"cV":{"e":["k"],"j":["k"],"f":["k"],"e.E":"k"},"f":{"v":["1"]},"a7":{"f":["1"],"v":["1"]},"ao":{"v":["2"],"v.E":"2"},"bJ":{"ao":["1","2"],"f":["2"],"v":["2"],"v.E":"2"},"ap":{"a7":["2"],"f":["2"],"v":["2"],"a7.E":"2","v.E":"2"},"ax":{"v":["1"],"v.E":"1"},"bs":{"e":["1"],"j":["1"],"f":["1"]},"bF":{"y":["1","2"]},"bG":{"y":["1","2"]},"c2":{"av":[],"z":[]},"de":{"z":[]},"dX":{"z":[]},"cn":{"ae":[]},"aG":{"b_":[]},"cT":{"b_":[]},"cU":{"b_":[]},"dP":{"b_":[]},"dK":{"b_":[]},"bh":{"b_":[]},"e9":{"z":[]},"dF":{"z":[]},"b2":{"w":["1","2"],"y":["1","2"],"w.V":"2"},"an":{"f":["1"],"v":["1"],"v.E":"1"},"et":{"iC":[],"fK":[]},"dn":{"a":[],"u":[]},"bY":{"a":[]},"dp":{"a":[],"u":[]},"bo":{"o":["1"],"a":[]},"bW":{"e":["H"],"o":["H"],"j":["H"],"a":[],"f":["H"]},"bX":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"]},"dq":{"e":["H"],"o":["H"],"j":["H"],"a":[],"f":["H"],"u":[],"e.E":"H"},"dr":{"e":["H"],"o":["H"],"j":["H"],"a":[],"f":["H"],"u":[],"e.E":"H"},"ds":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"dt":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"du":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"dv":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"dw":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"bZ":{"e":["k"],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"c_":{"e":["k"],"b6":[],"o":["k"],"j":["k"],"a":[],"f":["k"],"u":[],"e.E":"k"},"eg":{"z":[]},"cq":{"av":[],"z":[]},"I":{"aI":["1"]},"cN":{"z":[]},"b8":{"c7":["1"]},"cb":{"at":["1"],"aM":["1"],"f":["1"]},"e":{"j":["1"],"f":["1"]},"w":{"y":["1","2"]},"bU":{"y":["1","2"]},"bt":{"y":["1","2"]},"at":{"aM":["1"],"f":["1"]},"cj":{"at":["1"],"aM":["1"],"f":["1"]},"ep":{"w":["d","@"],"y":["d","@"],"w.V":"@"},"eq":{"a7":["d"],"f":["d"],"v":["d"],"a7.E":"d","v.E":"d"},"H":{"U":[]},"k":{"U":[]},"j":{"f":["1"]},"iC":{"fK":[]},"aM":{"f":["1"],"v":["1"]},"cL":{"z":[]},"av":{"z":[]},"Z":{"z":[]},"c3":{"z":[]},"db":{"z":[]},"dZ":{"z":[]},"dW":{"z":[]},"bq":{"z":[]},"cX":{"z":[]},"dz":{"z":[]},"c4":{"z":[]},"eP":{"ae":[]},"cw":{"e_":[]},"eH":{"e_":[]},"ea":{"e_":[]},"x":{"a":[]},"q":{"m":[],"a":[]},"h":{"a":[]},"a4":{"a":[]},"a5":{"a":[]},"a6":{"a":[]},"a8":{"a":[]},"m":{"a":[]},"aa":{"a":[]},"as":{"h":[],"a":[]},"ab":{"a":[]},"ac":{"a":[]},"ad":{"a":[]},"X":{"a":[]},"af":{"a":[]},"Y":{"a":[]},"ag":{"a":[]},"bw":{"a9":[]},"l":{"q":[],"m":[],"a":[]},"cI":{"a":[]},"cJ":{"q":[],"m":[],"a":[]},"cK":{"q":[],"m":[],"a":[]},"bg":{"q":[],"m":[],"a":[]},"bE":{"a":[]},"aW":{"q":[],"m":[],"a":[]},"a3":{"m":[],"a":[]},"d_":{"a":[]},"bi":{"a":[]},"P":{"a":[]},"a_":{"a":[]},"d0":{"a":[]},"d1":{"a":[]},"d2":{"a":[]},"aZ":{"m":[],"a":[]},"d3":{"a":[]},"bH":{"e":["b4"],"j":["b4"],"o":["b4"],"a":[],"f":["b4"],"e.E":"b4"},"bI":{"a":[],"b4":["U"]},"d4":{"e":["d"],"j":["d"],"o":["d"],"a":[],"f":["d"],"e.E":"d"},"d5":{"a":[]},"c":{"a":[]},"d6":{"e":["a4"],"j":["a4"],"o":["a4"],"a":[],"f":["a4"],"e.E":"a4"},"d7":{"a":[]},"d9":{"q":[],"m":[],"a":[]},"da":{"a":[]},"b0":{"e":["m"],"j":["m"],"o":["m"],"a":[],"f":["m"],"e.E":"m"},"bO":{"m":[],"a":[]},"b1":{"a":[]},"aJ":{"q":[],"m":[],"a":[]},"bn":{"h":[],"a":[]},"di":{"a":[]},"dj":{"a":[]},"dk":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"dl":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"dm":{"e":["a8"],"j":["a8"],"o":["a8"],"a":[],"f":["a8"],"e.E":"a8"},"L":{"e":["m"],"j":["m"],"f":["m"],"e.E":"m"},"c0":{"e":["m"],"j":["m"],"o":["m"],"a":[],"f":["m"],"e.E":"m"},"dB":{"e":["aa"],"j":["aa"],"o":["aa"],"a":[],"f":["aa"],"e.E":"aa"},"dE":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"dG":{"q":[],"m":[],"a":[]},"dH":{"e":["ab"],"j":["ab"],"o":["ab"],"a":[],"f":["ab"],"e.E":"ab"},"dI":{"e":["ac"],"j":["ac"],"o":["ac"],"a":[],"f":["ac"],"e.E":"ac"},"dL":{"a":[],"w":["d","d"],"y":["d","d"],"w.V":"d"},"c5":{"q":[],"m":[],"a":[]},"dN":{"q":[],"m":[],"a":[]},"dO":{"q":[],"m":[],"a":[]},"br":{"q":[],"m":[],"a":[]},"b5":{"q":[],"m":[],"a":[]},"dQ":{"e":["Y"],"j":["Y"],"o":["Y"],"a":[],"f":["Y"],"e.E":"Y"},"dR":{"e":["af"],"j":["af"],"o":["af"],"a":[],"f":["af"],"e.E":"af"},"dS":{"a":[]},"dT":{"e":["ag"],"j":["ag"],"o":["ag"],"a":[],"f":["ag"],"e.E":"ag"},"dU":{"a":[]},"S":{"h":[],"a":[]},"e0":{"a":[]},"e1":{"a":[]},"bu":{"m":[],"a":[]},"e7":{"e":["x"],"j":["x"],"o":["x"],"a":[],"f":["x"],"e.E":"x"},"c8":{"a":[],"b4":["U"]},"el":{"e":["a5?"],"j":["a5?"],"o":["a5?"],"a":[],"f":["a5?"],"e.E":"a5?"},"cd":{"e":["m"],"j":["m"],"o":["m"],"a":[],"f":["m"],"e.E":"m"},"eK":{"e":["ad"],"j":["ad"],"o":["ad"],"a":[],"f":["ad"],"e.E":"ad"},"eQ":{"e":["X"],"j":["X"],"o":["X"],"a":[],"f":["X"],"e.E":"X"},"e5":{"w":["d","d"],"y":["d","d"]},"ay":{"w":["d","d"],"y":["d","d"],"w.V":"d"},"aP":{"w":["d","d"],"y":["d","d"],"w.V":"d"},"ef":{"at":["d"],"aM":["d"],"f":["d"]},"c1":{"a9":[]},"ck":{"a9":[]},"eS":{"a9":[]},"eR":{"a9":[]},"cZ":{"at":["d"],"aM":["d"],"f":["d"]},"d8":{"e":["q"],"j":["q"],"f":["q"],"e.E":"q"},"am":{"a":[]},"aq":{"a":[]},"au":{"a":[]},"df":{"e":["am"],"j":["am"],"a":[],"f":["am"],"e.E":"am"},"dx":{"e":["aq"],"j":["aq"],"a":[],"f":["aq"],"e.E":"aq"},"dC":{"a":[]},"bp":{"i":[],"q":[],"m":[],"a":[]},"dM":{"e":["d"],"j":["d"],"a":[],"f":["d"],"e.E":"d"},"cO":{"at":["d"],"aM":["d"],"f":["d"]},"i":{"q":[],"m":[],"a":[]},"dV":{"e":["au"],"j":["au"],"a":[],"f":["au"],"e.E":"au"},"cP":{"a":[]},"cQ":{"a":[],"w":["d","@"],"y":["d","@"],"w.V":"@"},"cR":{"a":[]},"aF":{"a":[]},"dy":{"a":[]},"l7":{"j":["k"],"f":["k"]},"b6":{"j":["k"],"f":["k"]},"lp":{"j":["k"],"f":["k"]},"l5":{"j":["k"],"f":["k"]},"ln":{"j":["k"],"f":["k"]},"l6":{"j":["k"],"f":["k"]},"lo":{"j":["k"],"f":["k"]},"l1":{"j":["H"],"f":["H"]},"l2":{"j":["H"],"f":["H"]}}')) -A.lR(v.typeUniverse,JSON.parse('{"bf":1,"bT":1,"bV":2,"e2":1,"bM":1,"dY":1,"bs":1,"cy":2,"bF":2,"dg":1,"bo":1,"eM":1,"cc":1,"f_":2,"bU":2,"cj":1,"cv":2,"cW":2,"cY":2,"eh":1,"D":1,"bN":1}')) -var u={c:"Error handler must accept one Object or one Object and a StackTrace as arguments, and return a value of the returned future's type"} -var t=(function rtii(){var s=A.fd -return{B:s("bg"),Y:s("aW"),O:s("f<@>"),h:s("q"),U:s("z"),D:s("h"),Z:s("b_"),p:s("aJ"),k:s("A"),M:s("A"),Q:s("A"),r:s("A<+item,matchPosition(K,Q)>"),s:s("A"),b:s("A<@>"),t:s("A"),T:s("bQ"),g:s("al"),G:s("o<@>"),e:s("a"),v:s("bn"),j:s("j<@>"),a:s("y"),I:s("ap"),W:s("ap<+item,matchPosition(K,Q),K>"),P:s("F"),K:s("t"),L:s("nT"),d:s("+()"),q:s("b4"),F:s("iC"),c:s("bp"),l:s("ae"),N:s("d"),u:s("i"),f:s("br"),J:s("b5"),m:s("u"),n:s("av"),bX:s("b6"),o:s("b7"),V:s("bt"),R:s("e_"),E:s("b8"),x:s("bu"),ba:s("L"),bR:s("I"),aY:s("I<@>"),y:s("ah"),i:s("H"),z:s("@"),w:s("@(t)"),C:s("@(t,ae)"),S:s("k"),A:s("0&*"),_:s("t*"),bc:s("aI?"),cD:s("aJ?"),X:s("t?"),H:s("U")}})();(function constants(){var s=hunkHelpers.makeConstList -B.n=A.aW.prototype -B.K=A.bO.prototype -B.L=A.a6.prototype -B.f=A.aJ.prototype -B.M=J.bj.prototype -B.b=J.A.prototype -B.d=J.bP.prototype -B.e=J.bk.prototype -B.a=J.aK.prototype -B.N=J.al.prototype -B.O=J.a.prototype -B.ah=A.c_.prototype -B.x=J.dA.prototype -B.y=A.c5.prototype -B.aj=A.b5.prototype -B.m=J.b7.prototype -B.aA=new A.fl() -B.z=new A.fk() -B.aB=new A.fw() -B.o=new A.fv() -B.p=function getTagFallback(o) { - var s = Object.prototype.toString.call(o); - return s.substring(8, s.length - 1); -} -B.A=function() { - var toStringFunction = Object.prototype.toString; - function getTag(o) { - var s = toStringFunction.call(o); - return s.substring(8, s.length - 1); - } - function getUnknownTag(object, tag) { - if (/^HTML[A-Z].*Element$/.test(tag)) { - var name = toStringFunction.call(object); - if (name == "[object Object]") return null; - return "HTMLElement"; - } - } - function getUnknownTagGenericBrowser(object, tag) { - if (self.HTMLElement && object instanceof HTMLElement) return "HTMLElement"; - return getUnknownTag(object, tag); - } - function prototypeForTag(tag) { - if (typeof window == "undefined") return null; - if (typeof window[tag] == "undefined") return null; - var constructor = window[tag]; - if (typeof constructor != "function") return null; - return constructor.prototype; - } - function discriminator(tag) { return null; } - var isBrowser = typeof navigator == "object"; - return { - getTag: getTag, - getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, - prototypeForTag: prototypeForTag, - discriminator: discriminator }; -} -B.F=function(getTagFallback) { - return function(hooks) { - if (typeof navigator != "object") return hooks; - var ua = navigator.userAgent; - if (ua.indexOf("DumpRenderTree") >= 0) return hooks; - if (ua.indexOf("Chrome") >= 0) { - function confirm(p) { - return typeof window == "object" && window[p] && window[p].name == p; - } - if (confirm("Window") && confirm("HTMLElement")) return hooks; - } - hooks.getTag = getTagFallback; - }; -} -B.B=function(hooks) { - if (typeof dartExperimentalFixupGetTag != "function") return hooks; - hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); -} -B.C=function(hooks) { - var getTag = hooks.getTag; - var prototypeForTag = hooks.prototypeForTag; - function getTagFixed(o) { - var tag = getTag(o); - if (tag == "Document") { - if (!!o.xmlVersion) return "!Document"; - return "!HTMLDocument"; - } - return tag; - } - function prototypeForTagFixed(tag) { - if (tag == "Document") return null; - return prototypeForTag(tag); - } - hooks.getTag = getTagFixed; - hooks.prototypeForTag = prototypeForTagFixed; -} -B.E=function(hooks) { - var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; - if (userAgent.indexOf("Firefox") == -1) return hooks; - var getTag = hooks.getTag; - var quickMap = { - "BeforeUnloadEvent": "Event", - "DataTransfer": "Clipboard", - "GeoGeolocation": "Geolocation", - "Location": "!Location", - "WorkerMessageEvent": "MessageEvent", - "XMLDocument": "!Document"}; - function getTagFirefox(o) { - var tag = getTag(o); - return quickMap[tag] || tag; - } - hooks.getTag = getTagFirefox; -} -B.D=function(hooks) { - var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; - if (userAgent.indexOf("Trident/") == -1) return hooks; - var getTag = hooks.getTag; - var quickMap = { - "BeforeUnloadEvent": "Event", - "DataTransfer": "Clipboard", - "HTMLDDElement": "HTMLElement", - "HTMLDTElement": "HTMLElement", - "HTMLPhraseElement": "HTMLElement", - "Position": "Geoposition" - }; - function getTagIE(o) { - var tag = getTag(o); - var newTag = quickMap[tag]; - if (newTag) return newTag; - if (tag == "Object") { - if (window.DataView && (o instanceof window.DataView)) return "DataView"; - } - return tag; - } - function prototypeForTagIE(tag) { - var constructor = window[tag]; - if (constructor == null) return null; - return constructor.prototype; - } - hooks.getTag = getTagIE; - hooks.prototypeForTag = prototypeForTagIE; -} -B.q=function(hooks) { return hooks; } - -B.G=new A.fG() -B.H=new A.dz() -B.k=new A.fT() -B.h=new A.h2() -B.I=new A.h6() -B.c=new A.hw() -B.J=new A.eP() -B.P=new A.fH(null) -B.Q=new A.B(0,"accessor") -B.R=new A.B(1,"constant") -B.a1=new A.B(2,"constructor") -B.a4=new A.B(3,"class_") -B.a5=new A.B(4,"dynamic") -B.a6=new A.B(5,"enum_") -B.a7=new A.B(6,"extension") -B.a8=new A.B(7,"function") -B.a9=new A.B(8,"library") -B.aa=new A.B(9,"method") -B.S=new A.B(10,"mixin") -B.T=new A.B(11,"never") -B.U=new A.B(12,"package") -B.V=new A.B(13,"parameter") -B.W=new A.B(14,"prefix") -B.X=new A.B(15,"property") -B.Y=new A.B(16,"sdk") -B.Z=new A.B(17,"topic") -B.a_=new A.B(18,"topLevelConstant") -B.a0=new A.B(19,"topLevelProperty") -B.a2=new A.B(20,"typedef") -B.a3=new A.B(21,"typeParameter") -B.r=A.n(s([B.Q,B.R,B.a1,B.a4,B.a5,B.a6,B.a7,B.a8,B.a9,B.aa,B.S,B.T,B.U,B.V,B.W,B.X,B.Y,B.Z,B.a_,B.a0,B.a2,B.a3]),A.fd("A")) -B.t=A.n(s(["bind","if","ref","repeat","syntax"]),t.s) -B.l=A.n(s(["A::href","AREA::href","BLOCKQUOTE::cite","BODY::background","COMMAND::icon","DEL::cite","FORM::action","IMG::src","INPUT::src","INS::cite","Q::cite","VIDEO::poster"]),t.s) -B.i=A.n(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) -B.ab=A.n(s(["HEAD","AREA","BASE","BASEFONT","BR","COL","COLGROUP","EMBED","FRAME","FRAMESET","HR","IMAGE","IMG","INPUT","ISINDEX","LINK","META","PARAM","SOURCE","STYLE","TITLE","WBR"]),t.s) -B.u=A.n(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) -B.ac=A.n(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) -B.v=A.n(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) -B.w=A.n(s([0,0,32776,33792,1,10240,0,0]),t.t) -B.ad=A.n(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) -B.ae=A.n(s([]),t.s) -B.j=A.n(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) -B.af=A.n(s(["*::class","*::dir","*::draggable","*::hidden","*::id","*::inert","*::itemprop","*::itemref","*::itemscope","*::lang","*::spellcheck","*::title","*::translate","A::accesskey","A::coords","A::hreflang","A::name","A::shape","A::tabindex","A::target","A::type","AREA::accesskey","AREA::alt","AREA::coords","AREA::nohref","AREA::shape","AREA::tabindex","AREA::target","AUDIO::controls","AUDIO::loop","AUDIO::mediagroup","AUDIO::muted","AUDIO::preload","BDO::dir","BODY::alink","BODY::bgcolor","BODY::link","BODY::text","BODY::vlink","BR::clear","BUTTON::accesskey","BUTTON::disabled","BUTTON::name","BUTTON::tabindex","BUTTON::type","BUTTON::value","CANVAS::height","CANVAS::width","CAPTION::align","COL::align","COL::char","COL::charoff","COL::span","COL::valign","COL::width","COLGROUP::align","COLGROUP::char","COLGROUP::charoff","COLGROUP::span","COLGROUP::valign","COLGROUP::width","COMMAND::checked","COMMAND::command","COMMAND::disabled","COMMAND::label","COMMAND::radiogroup","COMMAND::type","DATA::value","DEL::datetime","DETAILS::open","DIR::compact","DIV::align","DL::compact","FIELDSET::disabled","FONT::color","FONT::face","FONT::size","FORM::accept","FORM::autocomplete","FORM::enctype","FORM::method","FORM::name","FORM::novalidate","FORM::target","FRAME::name","H1::align","H2::align","H3::align","H4::align","H5::align","H6::align","HR::align","HR::noshade","HR::size","HR::width","HTML::version","IFRAME::align","IFRAME::frameborder","IFRAME::height","IFRAME::marginheight","IFRAME::marginwidth","IFRAME::width","IMG::align","IMG::alt","IMG::border","IMG::height","IMG::hspace","IMG::ismap","IMG::name","IMG::usemap","IMG::vspace","IMG::width","INPUT::accept","INPUT::accesskey","INPUT::align","INPUT::alt","INPUT::autocomplete","INPUT::autofocus","INPUT::checked","INPUT::disabled","INPUT::inputmode","INPUT::ismap","INPUT::list","INPUT::max","INPUT::maxlength","INPUT::min","INPUT::multiple","INPUT::name","INPUT::placeholder","INPUT::readonly","INPUT::required","INPUT::size","INPUT::step","INPUT::tabindex","INPUT::type","INPUT::usemap","INPUT::value","INS::datetime","KEYGEN::disabled","KEYGEN::keytype","KEYGEN::name","LABEL::accesskey","LABEL::for","LEGEND::accesskey","LEGEND::align","LI::type","LI::value","LINK::sizes","MAP::name","MENU::compact","MENU::label","MENU::type","METER::high","METER::low","METER::max","METER::min","METER::value","OBJECT::typemustmatch","OL::compact","OL::reversed","OL::start","OL::type","OPTGROUP::disabled","OPTGROUP::label","OPTION::disabled","OPTION::label","OPTION::selected","OPTION::value","OUTPUT::for","OUTPUT::name","P::align","PRE::width","PROGRESS::max","PROGRESS::min","PROGRESS::value","SELECT::autocomplete","SELECT::disabled","SELECT::multiple","SELECT::name","SELECT::required","SELECT::size","SELECT::tabindex","SOURCE::type","TABLE::align","TABLE::bgcolor","TABLE::border","TABLE::cellpadding","TABLE::cellspacing","TABLE::frame","TABLE::rules","TABLE::summary","TABLE::width","TBODY::align","TBODY::char","TBODY::charoff","TBODY::valign","TD::abbr","TD::align","TD::axis","TD::bgcolor","TD::char","TD::charoff","TD::colspan","TD::headers","TD::height","TD::nowrap","TD::rowspan","TD::scope","TD::valign","TD::width","TEXTAREA::accesskey","TEXTAREA::autocomplete","TEXTAREA::cols","TEXTAREA::disabled","TEXTAREA::inputmode","TEXTAREA::name","TEXTAREA::placeholder","TEXTAREA::readonly","TEXTAREA::required","TEXTAREA::rows","TEXTAREA::tabindex","TEXTAREA::wrap","TFOOT::align","TFOOT::char","TFOOT::charoff","TFOOT::valign","TH::abbr","TH::align","TH::axis","TH::bgcolor","TH::char","TH::charoff","TH::colspan","TH::headers","TH::height","TH::nowrap","TH::rowspan","TH::scope","TH::valign","TH::width","THEAD::align","THEAD::char","THEAD::charoff","THEAD::valign","TR::align","TR::bgcolor","TR::char","TR::charoff","TR::valign","TRACK::default","TRACK::kind","TRACK::label","TRACK::srclang","UL::compact","UL::type","VIDEO::controls","VIDEO::height","VIDEO::loop","VIDEO::mediagroup","VIDEO::muted","VIDEO::preload","VIDEO::width"]),t.s) -B.ai={} -B.ag=new A.bG(B.ai,[],A.fd("bG")) -B.ak=A.a0("nx") -B.al=A.a0("ny") -B.am=A.a0("l1") -B.an=A.a0("l2") -B.ao=A.a0("l5") -B.ap=A.a0("l6") -B.aq=A.a0("l7") -B.ar=A.a0("t") -B.as=A.a0("ln") -B.at=A.a0("lo") -B.au=A.a0("lp") -B.av=A.a0("b6") -B.aw=new A.h3(!1) -B.ax=new A.Q(0,"isExactly") -B.ay=new A.Q(1,"startsWith") -B.az=new A.Q(2,"contains")})();(function staticFields(){$.ht=null -$.be=A.n([],A.fd("A")) -$.jn=null -$.j9=null -$.j8=null -$.ke=null -$.ka=null -$.kk=null -$.i7=null -$.il=null -$.iY=null -$.hv=A.n([],A.fd("A?>")) -$.bA=null -$.cz=null -$.cA=null -$.iT=!1 -$.C=B.c -$.aH=null -$.it=null -$.jd=null -$.jc=null -$.em=A.dh(t.N,t.Z) -$.iV=10 -$.i5=0 -$.b9=A.dh(t.N,t.h)})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal -s($,"nI","ko",()=>A.n2("_$dart_dartClosure")) -s($,"nY","kp",()=>A.aw(A.fW({ -toString:function(){return"$receiver$"}}))) -s($,"nZ","kq",()=>A.aw(A.fW({$method$:null, -toString:function(){return"$receiver$"}}))) -s($,"o_","kr",()=>A.aw(A.fW(null))) -s($,"o0","ks",()=>A.aw(function(){var $argumentsExpr$="$arguments$" -try{null.$method$($argumentsExpr$)}catch(r){return r.message}}())) -s($,"o3","kv",()=>A.aw(A.fW(void 0))) -s($,"o4","kw",()=>A.aw(function(){var $argumentsExpr$="$arguments$" -try{(void 0).$method$($argumentsExpr$)}catch(r){return r.message}}())) -s($,"o2","ku",()=>A.aw(A.jv(null))) -s($,"o1","kt",()=>A.aw(function(){try{null.$method$}catch(r){return r.message}}())) -s($,"o6","ky",()=>A.aw(A.jv(void 0))) -s($,"o5","kx",()=>A.aw(function(){try{(void 0).$method$}catch(r){return r.message}}())) -s($,"ob","j1",()=>A.lt()) -s($,"o7","kz",()=>new A.h5().$0()) -s($,"o8","kA",()=>new A.h4().$0()) -s($,"oc","kB",()=>A.li(A.mk(A.n([-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-1,-2,-2,-2,-2,-2,62,-2,62,-2,63,52,53,54,55,56,57,58,59,60,61,-2,-2,-2,-1,-2,-2,-2,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-2,-2,-2,-2,63,-2,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-2,-2,-2,-2,-2],t.t)))) -s($,"of","kD",()=>A.iD("^[\\-\\.0-9A-Z_a-z~]*$",!0)) -s($,"os","iq",()=>A.kh(B.ar)) -s($,"ou","kE",()=>A.mj()) -s($,"od","kC",()=>A.jj(["A","ABBR","ACRONYM","ADDRESS","AREA","ARTICLE","ASIDE","AUDIO","B","BDI","BDO","BIG","BLOCKQUOTE","BR","BUTTON","CANVAS","CAPTION","CENTER","CITE","CODE","COL","COLGROUP","COMMAND","DATA","DATALIST","DD","DEL","DETAILS","DFN","DIR","DIV","DL","DT","EM","FIELDSET","FIGCAPTION","FIGURE","FONT","FOOTER","FORM","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","I","IFRAME","IMG","INPUT","INS","KBD","LABEL","LEGEND","LI","MAP","MARK","MENU","METER","NAV","NOBR","OL","OPTGROUP","OPTION","OUTPUT","P","PRE","PROGRESS","Q","S","SAMP","SECTION","SELECT","SMALL","SOURCE","SPAN","STRIKE","STRONG","SUB","SUMMARY","SUP","TABLE","TBODY","TD","TEXTAREA","TFOOT","TH","THEAD","TIME","TR","TRACK","TT","U","UL","VAR","VIDEO","WBR"],t.N)) -s($,"nC","kn",()=>A.iD("^\\S+$",!0)) -s($,"ot","cG",()=>new A.i1().$0())})();(function nativeSupport(){!function(){var s=function(a){var m={} -m[a]=1 -return Object.keys(hunkHelpers.convertToFastObject(m))[0]} -v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} -var r="___dart_isolate_tags_" -var q=Object[r]||(Object[r]=Object.create(null)) -var p="_ZxYxX" -for(var o=0;;o++){var n=s(p+"_"+o+"_") -if(!(n in q)){q[n]=1 -v.isolateTag=n -break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() -hunkHelpers.setOrUpdateInterceptorsByTag({WebGL:J.bj,AnimationEffectReadOnly:J.a,AnimationEffectTiming:J.a,AnimationEffectTimingReadOnly:J.a,AnimationTimeline:J.a,AnimationWorkletGlobalScope:J.a,AuthenticatorAssertionResponse:J.a,AuthenticatorAttestationResponse:J.a,AuthenticatorResponse:J.a,BackgroundFetchFetch:J.a,BackgroundFetchManager:J.a,BackgroundFetchSettledFetch:J.a,BarProp:J.a,BarcodeDetector:J.a,BluetoothRemoteGATTDescriptor:J.a,Body:J.a,BudgetState:J.a,CacheStorage:J.a,CanvasGradient:J.a,CanvasPattern:J.a,CanvasRenderingContext2D:J.a,Client:J.a,Clients:J.a,CookieStore:J.a,Coordinates:J.a,Credential:J.a,CredentialUserData:J.a,CredentialsContainer:J.a,Crypto:J.a,CryptoKey:J.a,CSS:J.a,CSSVariableReferenceValue:J.a,CustomElementRegistry:J.a,DataTransfer:J.a,DataTransferItem:J.a,DeprecatedStorageInfo:J.a,DeprecatedStorageQuota:J.a,DeprecationReport:J.a,DetectedBarcode:J.a,DetectedFace:J.a,DetectedText:J.a,DeviceAcceleration:J.a,DeviceRotationRate:J.a,DirectoryEntry:J.a,webkitFileSystemDirectoryEntry:J.a,FileSystemDirectoryEntry:J.a,DirectoryReader:J.a,WebKitDirectoryReader:J.a,webkitFileSystemDirectoryReader:J.a,FileSystemDirectoryReader:J.a,DocumentOrShadowRoot:J.a,DocumentTimeline:J.a,DOMError:J.a,DOMImplementation:J.a,Iterator:J.a,DOMMatrix:J.a,DOMMatrixReadOnly:J.a,DOMParser:J.a,DOMPoint:J.a,DOMPointReadOnly:J.a,DOMQuad:J.a,DOMStringMap:J.a,Entry:J.a,webkitFileSystemEntry:J.a,FileSystemEntry:J.a,External:J.a,FaceDetector:J.a,FederatedCredential:J.a,FileEntry:J.a,webkitFileSystemFileEntry:J.a,FileSystemFileEntry:J.a,DOMFileSystem:J.a,WebKitFileSystem:J.a,webkitFileSystem:J.a,FileSystem:J.a,FontFace:J.a,FontFaceSource:J.a,FormData:J.a,GamepadButton:J.a,GamepadPose:J.a,Geolocation:J.a,Position:J.a,GeolocationPosition:J.a,Headers:J.a,HTMLHyperlinkElementUtils:J.a,IdleDeadline:J.a,ImageBitmap:J.a,ImageBitmapRenderingContext:J.a,ImageCapture:J.a,ImageData:J.a,InputDeviceCapabilities:J.a,IntersectionObserver:J.a,IntersectionObserverEntry:J.a,InterventionReport:J.a,KeyframeEffect:J.a,KeyframeEffectReadOnly:J.a,MediaCapabilities:J.a,MediaCapabilitiesInfo:J.a,MediaDeviceInfo:J.a,MediaError:J.a,MediaKeyStatusMap:J.a,MediaKeySystemAccess:J.a,MediaKeys:J.a,MediaKeysPolicy:J.a,MediaMetadata:J.a,MediaSession:J.a,MediaSettingsRange:J.a,MemoryInfo:J.a,MessageChannel:J.a,Metadata:J.a,MutationObserver:J.a,WebKitMutationObserver:J.a,MutationRecord:J.a,NavigationPreloadManager:J.a,Navigator:J.a,NavigatorAutomationInformation:J.a,NavigatorConcurrentHardware:J.a,NavigatorCookies:J.a,NavigatorUserMediaError:J.a,NodeFilter:J.a,NodeIterator:J.a,NonDocumentTypeChildNode:J.a,NonElementParentNode:J.a,NoncedElement:J.a,OffscreenCanvasRenderingContext2D:J.a,OverconstrainedError:J.a,PaintRenderingContext2D:J.a,PaintSize:J.a,PaintWorkletGlobalScope:J.a,PasswordCredential:J.a,Path2D:J.a,PaymentAddress:J.a,PaymentInstruments:J.a,PaymentManager:J.a,PaymentResponse:J.a,PerformanceEntry:J.a,PerformanceLongTaskTiming:J.a,PerformanceMark:J.a,PerformanceMeasure:J.a,PerformanceNavigation:J.a,PerformanceNavigationTiming:J.a,PerformanceObserver:J.a,PerformanceObserverEntryList:J.a,PerformancePaintTiming:J.a,PerformanceResourceTiming:J.a,PerformanceServerTiming:J.a,PerformanceTiming:J.a,Permissions:J.a,PhotoCapabilities:J.a,PositionError:J.a,GeolocationPositionError:J.a,Presentation:J.a,PresentationReceiver:J.a,PublicKeyCredential:J.a,PushManager:J.a,PushMessageData:J.a,PushSubscription:J.a,PushSubscriptionOptions:J.a,Range:J.a,RelatedApplication:J.a,ReportBody:J.a,ReportingObserver:J.a,ResizeObserver:J.a,ResizeObserverEntry:J.a,RTCCertificate:J.a,RTCIceCandidate:J.a,mozRTCIceCandidate:J.a,RTCLegacyStatsReport:J.a,RTCRtpContributingSource:J.a,RTCRtpReceiver:J.a,RTCRtpSender:J.a,RTCSessionDescription:J.a,mozRTCSessionDescription:J.a,RTCStatsResponse:J.a,Screen:J.a,ScrollState:J.a,ScrollTimeline:J.a,Selection:J.a,SharedArrayBuffer:J.a,SpeechRecognitionAlternative:J.a,SpeechSynthesisVoice:J.a,StaticRange:J.a,StorageManager:J.a,StyleMedia:J.a,StylePropertyMap:J.a,StylePropertyMapReadonly:J.a,SyncManager:J.a,TaskAttributionTiming:J.a,TextDetector:J.a,TextMetrics:J.a,TrackDefault:J.a,TreeWalker:J.a,TrustedHTML:J.a,TrustedScriptURL:J.a,TrustedURL:J.a,UnderlyingSourceBase:J.a,URLSearchParams:J.a,VRCoordinateSystem:J.a,VRDisplayCapabilities:J.a,VREyeParameters:J.a,VRFrameData:J.a,VRFrameOfReference:J.a,VRPose:J.a,VRStageBounds:J.a,VRStageBoundsPoint:J.a,VRStageParameters:J.a,ValidityState:J.a,VideoPlaybackQuality:J.a,VideoTrack:J.a,VTTRegion:J.a,WindowClient:J.a,WorkletAnimation:J.a,WorkletGlobalScope:J.a,XPathEvaluator:J.a,XPathExpression:J.a,XPathNSResolver:J.a,XPathResult:J.a,XMLSerializer:J.a,XSLTProcessor:J.a,Bluetooth:J.a,BluetoothCharacteristicProperties:J.a,BluetoothRemoteGATTServer:J.a,BluetoothRemoteGATTService:J.a,BluetoothUUID:J.a,BudgetService:J.a,Cache:J.a,DOMFileSystemSync:J.a,DirectoryEntrySync:J.a,DirectoryReaderSync:J.a,EntrySync:J.a,FileEntrySync:J.a,FileReaderSync:J.a,FileWriterSync:J.a,HTMLAllCollection:J.a,Mojo:J.a,MojoHandle:J.a,MojoWatcher:J.a,NFC:J.a,PagePopupController:J.a,Report:J.a,Request:J.a,Response:J.a,SubtleCrypto:J.a,USBAlternateInterface:J.a,USBConfiguration:J.a,USBDevice:J.a,USBEndpoint:J.a,USBInTransferResult:J.a,USBInterface:J.a,USBIsochronousInTransferPacket:J.a,USBIsochronousInTransferResult:J.a,USBIsochronousOutTransferPacket:J.a,USBIsochronousOutTransferResult:J.a,USBOutTransferResult:J.a,WorkerLocation:J.a,WorkerNavigator:J.a,Worklet:J.a,IDBCursor:J.a,IDBCursorWithValue:J.a,IDBFactory:J.a,IDBIndex:J.a,IDBKeyRange:J.a,IDBObjectStore:J.a,IDBObservation:J.a,IDBObserver:J.a,IDBObserverChanges:J.a,SVGAngle:J.a,SVGAnimatedAngle:J.a,SVGAnimatedBoolean:J.a,SVGAnimatedEnumeration:J.a,SVGAnimatedInteger:J.a,SVGAnimatedLength:J.a,SVGAnimatedLengthList:J.a,SVGAnimatedNumber:J.a,SVGAnimatedNumberList:J.a,SVGAnimatedPreserveAspectRatio:J.a,SVGAnimatedRect:J.a,SVGAnimatedString:J.a,SVGAnimatedTransformList:J.a,SVGMatrix:J.a,SVGPoint:J.a,SVGPreserveAspectRatio:J.a,SVGRect:J.a,SVGUnitTypes:J.a,AudioListener:J.a,AudioParam:J.a,AudioTrack:J.a,AudioWorkletGlobalScope:J.a,AudioWorkletProcessor:J.a,PeriodicWave:J.a,WebGLActiveInfo:J.a,ANGLEInstancedArrays:J.a,ANGLE_instanced_arrays:J.a,WebGLBuffer:J.a,WebGLCanvas:J.a,WebGLColorBufferFloat:J.a,WebGLCompressedTextureASTC:J.a,WebGLCompressedTextureATC:J.a,WEBGL_compressed_texture_atc:J.a,WebGLCompressedTextureETC1:J.a,WEBGL_compressed_texture_etc1:J.a,WebGLCompressedTextureETC:J.a,WebGLCompressedTexturePVRTC:J.a,WEBGL_compressed_texture_pvrtc:J.a,WebGLCompressedTextureS3TC:J.a,WEBGL_compressed_texture_s3tc:J.a,WebGLCompressedTextureS3TCsRGB:J.a,WebGLDebugRendererInfo:J.a,WEBGL_debug_renderer_info:J.a,WebGLDebugShaders:J.a,WEBGL_debug_shaders:J.a,WebGLDepthTexture:J.a,WEBGL_depth_texture:J.a,WebGLDrawBuffers:J.a,WEBGL_draw_buffers:J.a,EXTsRGB:J.a,EXT_sRGB:J.a,EXTBlendMinMax:J.a,EXT_blend_minmax:J.a,EXTColorBufferFloat:J.a,EXTColorBufferHalfFloat:J.a,EXTDisjointTimerQuery:J.a,EXTDisjointTimerQueryWebGL2:J.a,EXTFragDepth:J.a,EXT_frag_depth:J.a,EXTShaderTextureLOD:J.a,EXT_shader_texture_lod:J.a,EXTTextureFilterAnisotropic:J.a,EXT_texture_filter_anisotropic:J.a,WebGLFramebuffer:J.a,WebGLGetBufferSubDataAsync:J.a,WebGLLoseContext:J.a,WebGLExtensionLoseContext:J.a,WEBGL_lose_context:J.a,OESElementIndexUint:J.a,OES_element_index_uint:J.a,OESStandardDerivatives:J.a,OES_standard_derivatives:J.a,OESTextureFloat:J.a,OES_texture_float:J.a,OESTextureFloatLinear:J.a,OES_texture_float_linear:J.a,OESTextureHalfFloat:J.a,OES_texture_half_float:J.a,OESTextureHalfFloatLinear:J.a,OES_texture_half_float_linear:J.a,OESVertexArrayObject:J.a,OES_vertex_array_object:J.a,WebGLProgram:J.a,WebGLQuery:J.a,WebGLRenderbuffer:J.a,WebGLRenderingContext:J.a,WebGL2RenderingContext:J.a,WebGLSampler:J.a,WebGLShader:J.a,WebGLShaderPrecisionFormat:J.a,WebGLSync:J.a,WebGLTexture:J.a,WebGLTimerQueryEXT:J.a,WebGLTransformFeedback:J.a,WebGLUniformLocation:J.a,WebGLVertexArrayObject:J.a,WebGLVertexArrayObjectOES:J.a,WebGL2RenderingContextBase:J.a,ArrayBuffer:A.dn,ArrayBufferView:A.bY,DataView:A.dp,Float32Array:A.dq,Float64Array:A.dr,Int16Array:A.ds,Int32Array:A.dt,Int8Array:A.du,Uint16Array:A.dv,Uint32Array:A.dw,Uint8ClampedArray:A.bZ,CanvasPixelArray:A.bZ,Uint8Array:A.c_,HTMLAudioElement:A.l,HTMLBRElement:A.l,HTMLButtonElement:A.l,HTMLCanvasElement:A.l,HTMLContentElement:A.l,HTMLDListElement:A.l,HTMLDataElement:A.l,HTMLDataListElement:A.l,HTMLDetailsElement:A.l,HTMLDialogElement:A.l,HTMLDivElement:A.l,HTMLEmbedElement:A.l,HTMLFieldSetElement:A.l,HTMLHRElement:A.l,HTMLHeadElement:A.l,HTMLHeadingElement:A.l,HTMLHtmlElement:A.l,HTMLIFrameElement:A.l,HTMLImageElement:A.l,HTMLLIElement:A.l,HTMLLabelElement:A.l,HTMLLegendElement:A.l,HTMLLinkElement:A.l,HTMLMapElement:A.l,HTMLMediaElement:A.l,HTMLMenuElement:A.l,HTMLMetaElement:A.l,HTMLMeterElement:A.l,HTMLModElement:A.l,HTMLOListElement:A.l,HTMLObjectElement:A.l,HTMLOptGroupElement:A.l,HTMLOptionElement:A.l,HTMLOutputElement:A.l,HTMLParagraphElement:A.l,HTMLParamElement:A.l,HTMLPictureElement:A.l,HTMLPreElement:A.l,HTMLProgressElement:A.l,HTMLQuoteElement:A.l,HTMLScriptElement:A.l,HTMLShadowElement:A.l,HTMLSlotElement:A.l,HTMLSourceElement:A.l,HTMLSpanElement:A.l,HTMLStyleElement:A.l,HTMLTableCaptionElement:A.l,HTMLTableCellElement:A.l,HTMLTableDataCellElement:A.l,HTMLTableHeaderCellElement:A.l,HTMLTableColElement:A.l,HTMLTimeElement:A.l,HTMLTitleElement:A.l,HTMLTrackElement:A.l,HTMLUListElement:A.l,HTMLUnknownElement:A.l,HTMLVideoElement:A.l,HTMLDirectoryElement:A.l,HTMLFontElement:A.l,HTMLFrameElement:A.l,HTMLFrameSetElement:A.l,HTMLMarqueeElement:A.l,HTMLElement:A.l,AccessibleNodeList:A.cI,HTMLAnchorElement:A.cJ,HTMLAreaElement:A.cK,HTMLBaseElement:A.bg,Blob:A.bE,HTMLBodyElement:A.aW,CDATASection:A.a3,CharacterData:A.a3,Comment:A.a3,ProcessingInstruction:A.a3,Text:A.a3,CSSPerspective:A.d_,CSSCharsetRule:A.x,CSSConditionRule:A.x,CSSFontFaceRule:A.x,CSSGroupingRule:A.x,CSSImportRule:A.x,CSSKeyframeRule:A.x,MozCSSKeyframeRule:A.x,WebKitCSSKeyframeRule:A.x,CSSKeyframesRule:A.x,MozCSSKeyframesRule:A.x,WebKitCSSKeyframesRule:A.x,CSSMediaRule:A.x,CSSNamespaceRule:A.x,CSSPageRule:A.x,CSSRule:A.x,CSSStyleRule:A.x,CSSSupportsRule:A.x,CSSViewportRule:A.x,CSSStyleDeclaration:A.bi,MSStyleCSSProperties:A.bi,CSS2Properties:A.bi,CSSImageValue:A.P,CSSKeywordValue:A.P,CSSNumericValue:A.P,CSSPositionValue:A.P,CSSResourceValue:A.P,CSSUnitValue:A.P,CSSURLImageValue:A.P,CSSStyleValue:A.P,CSSMatrixComponent:A.a_,CSSRotation:A.a_,CSSScale:A.a_,CSSSkew:A.a_,CSSTranslation:A.a_,CSSTransformComponent:A.a_,CSSTransformValue:A.d0,CSSUnparsedValue:A.d1,DataTransferItemList:A.d2,XMLDocument:A.aZ,Document:A.aZ,DOMException:A.d3,ClientRectList:A.bH,DOMRectList:A.bH,DOMRectReadOnly:A.bI,DOMStringList:A.d4,DOMTokenList:A.d5,MathMLElement:A.q,Element:A.q,AbortPaymentEvent:A.h,AnimationEvent:A.h,AnimationPlaybackEvent:A.h,ApplicationCacheErrorEvent:A.h,BackgroundFetchClickEvent:A.h,BackgroundFetchEvent:A.h,BackgroundFetchFailEvent:A.h,BackgroundFetchedEvent:A.h,BeforeInstallPromptEvent:A.h,BeforeUnloadEvent:A.h,BlobEvent:A.h,CanMakePaymentEvent:A.h,ClipboardEvent:A.h,CloseEvent:A.h,CustomEvent:A.h,DeviceMotionEvent:A.h,DeviceOrientationEvent:A.h,ErrorEvent:A.h,ExtendableEvent:A.h,ExtendableMessageEvent:A.h,FetchEvent:A.h,FontFaceSetLoadEvent:A.h,ForeignFetchEvent:A.h,GamepadEvent:A.h,HashChangeEvent:A.h,InstallEvent:A.h,MediaEncryptedEvent:A.h,MediaKeyMessageEvent:A.h,MediaQueryListEvent:A.h,MediaStreamEvent:A.h,MediaStreamTrackEvent:A.h,MessageEvent:A.h,MIDIConnectionEvent:A.h,MIDIMessageEvent:A.h,MutationEvent:A.h,NotificationEvent:A.h,PageTransitionEvent:A.h,PaymentRequestEvent:A.h,PaymentRequestUpdateEvent:A.h,PopStateEvent:A.h,PresentationConnectionAvailableEvent:A.h,PresentationConnectionCloseEvent:A.h,PromiseRejectionEvent:A.h,PushEvent:A.h,RTCDataChannelEvent:A.h,RTCDTMFToneChangeEvent:A.h,RTCPeerConnectionIceEvent:A.h,RTCTrackEvent:A.h,SecurityPolicyViolationEvent:A.h,SensorErrorEvent:A.h,SpeechRecognitionError:A.h,SpeechRecognitionEvent:A.h,SpeechSynthesisEvent:A.h,StorageEvent:A.h,SyncEvent:A.h,TrackEvent:A.h,TransitionEvent:A.h,WebKitTransitionEvent:A.h,VRDeviceEvent:A.h,VRDisplayEvent:A.h,VRSessionEvent:A.h,MojoInterfaceRequestEvent:A.h,USBConnectionEvent:A.h,IDBVersionChangeEvent:A.h,AudioProcessingEvent:A.h,OfflineAudioCompletionEvent:A.h,WebGLContextEvent:A.h,Event:A.h,InputEvent:A.h,SubmitEvent:A.h,AbsoluteOrientationSensor:A.c,Accelerometer:A.c,AccessibleNode:A.c,AmbientLightSensor:A.c,Animation:A.c,ApplicationCache:A.c,DOMApplicationCache:A.c,OfflineResourceList:A.c,BackgroundFetchRegistration:A.c,BatteryManager:A.c,BroadcastChannel:A.c,CanvasCaptureMediaStreamTrack:A.c,DedicatedWorkerGlobalScope:A.c,EventSource:A.c,FileReader:A.c,FontFaceSet:A.c,Gyroscope:A.c,LinearAccelerationSensor:A.c,Magnetometer:A.c,MediaDevices:A.c,MediaKeySession:A.c,MediaQueryList:A.c,MediaRecorder:A.c,MediaSource:A.c,MediaStream:A.c,MediaStreamTrack:A.c,MessagePort:A.c,MIDIAccess:A.c,MIDIInput:A.c,MIDIOutput:A.c,MIDIPort:A.c,NetworkInformation:A.c,Notification:A.c,OffscreenCanvas:A.c,OrientationSensor:A.c,PaymentRequest:A.c,Performance:A.c,PermissionStatus:A.c,PresentationAvailability:A.c,PresentationConnection:A.c,PresentationConnectionList:A.c,PresentationRequest:A.c,RelativeOrientationSensor:A.c,RemotePlayback:A.c,RTCDataChannel:A.c,DataChannel:A.c,RTCDTMFSender:A.c,RTCPeerConnection:A.c,webkitRTCPeerConnection:A.c,mozRTCPeerConnection:A.c,ScreenOrientation:A.c,Sensor:A.c,ServiceWorker:A.c,ServiceWorkerContainer:A.c,ServiceWorkerGlobalScope:A.c,ServiceWorkerRegistration:A.c,SharedWorker:A.c,SharedWorkerGlobalScope:A.c,SpeechRecognition:A.c,webkitSpeechRecognition:A.c,SpeechSynthesis:A.c,SpeechSynthesisUtterance:A.c,VR:A.c,VRDevice:A.c,VRDisplay:A.c,VRSession:A.c,VisualViewport:A.c,WebSocket:A.c,Window:A.c,DOMWindow:A.c,Worker:A.c,WorkerGlobalScope:A.c,WorkerPerformance:A.c,BluetoothDevice:A.c,BluetoothRemoteGATTCharacteristic:A.c,Clipboard:A.c,MojoInterfaceInterceptor:A.c,USB:A.c,IDBDatabase:A.c,IDBOpenDBRequest:A.c,IDBVersionChangeRequest:A.c,IDBRequest:A.c,IDBTransaction:A.c,AnalyserNode:A.c,RealtimeAnalyserNode:A.c,AudioBufferSourceNode:A.c,AudioDestinationNode:A.c,AudioNode:A.c,AudioScheduledSourceNode:A.c,AudioWorkletNode:A.c,BiquadFilterNode:A.c,ChannelMergerNode:A.c,AudioChannelMerger:A.c,ChannelSplitterNode:A.c,AudioChannelSplitter:A.c,ConstantSourceNode:A.c,ConvolverNode:A.c,DelayNode:A.c,DynamicsCompressorNode:A.c,GainNode:A.c,AudioGainNode:A.c,IIRFilterNode:A.c,MediaElementAudioSourceNode:A.c,MediaStreamAudioDestinationNode:A.c,MediaStreamAudioSourceNode:A.c,OscillatorNode:A.c,Oscillator:A.c,PannerNode:A.c,AudioPannerNode:A.c,webkitAudioPannerNode:A.c,ScriptProcessorNode:A.c,JavaScriptAudioNode:A.c,StereoPannerNode:A.c,WaveShaperNode:A.c,EventTarget:A.c,File:A.a4,FileList:A.d6,FileWriter:A.d7,HTMLFormElement:A.d9,Gamepad:A.a5,History:A.da,HTMLCollection:A.b0,HTMLFormControlsCollection:A.b0,HTMLOptionsCollection:A.b0,HTMLDocument:A.bO,XMLHttpRequest:A.a6,XMLHttpRequestUpload:A.b1,XMLHttpRequestEventTarget:A.b1,HTMLInputElement:A.aJ,KeyboardEvent:A.bn,Location:A.di,MediaList:A.dj,MIDIInputMap:A.dk,MIDIOutputMap:A.dl,MimeType:A.a8,MimeTypeArray:A.dm,DocumentFragment:A.m,ShadowRoot:A.m,DocumentType:A.m,Node:A.m,NodeList:A.c0,RadioNodeList:A.c0,Plugin:A.aa,PluginArray:A.dB,ProgressEvent:A.as,ResourceProgressEvent:A.as,RTCStatsReport:A.dE,HTMLSelectElement:A.dG,SourceBuffer:A.ab,SourceBufferList:A.dH,SpeechGrammar:A.ac,SpeechGrammarList:A.dI,SpeechRecognitionResult:A.ad,Storage:A.dL,CSSStyleSheet:A.X,StyleSheet:A.X,HTMLTableElement:A.c5,HTMLTableRowElement:A.dN,HTMLTableSectionElement:A.dO,HTMLTemplateElement:A.br,HTMLTextAreaElement:A.b5,TextTrack:A.af,TextTrackCue:A.Y,VTTCue:A.Y,TextTrackCueList:A.dQ,TextTrackList:A.dR,TimeRanges:A.dS,Touch:A.ag,TouchList:A.dT,TrackDefaultList:A.dU,CompositionEvent:A.S,FocusEvent:A.S,MouseEvent:A.S,DragEvent:A.S,PointerEvent:A.S,TextEvent:A.S,TouchEvent:A.S,WheelEvent:A.S,UIEvent:A.S,URL:A.e0,VideoTrackList:A.e1,Attr:A.bu,CSSRuleList:A.e7,ClientRect:A.c8,DOMRect:A.c8,GamepadList:A.el,NamedNodeMap:A.cd,MozNamedAttrMap:A.cd,SpeechRecognitionResultList:A.eK,StyleSheetList:A.eQ,SVGLength:A.am,SVGLengthList:A.df,SVGNumber:A.aq,SVGNumberList:A.dx,SVGPointList:A.dC,SVGScriptElement:A.bp,SVGStringList:A.dM,SVGAElement:A.i,SVGAnimateElement:A.i,SVGAnimateMotionElement:A.i,SVGAnimateTransformElement:A.i,SVGAnimationElement:A.i,SVGCircleElement:A.i,SVGClipPathElement:A.i,SVGDefsElement:A.i,SVGDescElement:A.i,SVGDiscardElement:A.i,SVGEllipseElement:A.i,SVGFEBlendElement:A.i,SVGFEColorMatrixElement:A.i,SVGFEComponentTransferElement:A.i,SVGFECompositeElement:A.i,SVGFEConvolveMatrixElement:A.i,SVGFEDiffuseLightingElement:A.i,SVGFEDisplacementMapElement:A.i,SVGFEDistantLightElement:A.i,SVGFEFloodElement:A.i,SVGFEFuncAElement:A.i,SVGFEFuncBElement:A.i,SVGFEFuncGElement:A.i,SVGFEFuncRElement:A.i,SVGFEGaussianBlurElement:A.i,SVGFEImageElement:A.i,SVGFEMergeElement:A.i,SVGFEMergeNodeElement:A.i,SVGFEMorphologyElement:A.i,SVGFEOffsetElement:A.i,SVGFEPointLightElement:A.i,SVGFESpecularLightingElement:A.i,SVGFESpotLightElement:A.i,SVGFETileElement:A.i,SVGFETurbulenceElement:A.i,SVGFilterElement:A.i,SVGForeignObjectElement:A.i,SVGGElement:A.i,SVGGeometryElement:A.i,SVGGraphicsElement:A.i,SVGImageElement:A.i,SVGLineElement:A.i,SVGLinearGradientElement:A.i,SVGMarkerElement:A.i,SVGMaskElement:A.i,SVGMetadataElement:A.i,SVGPathElement:A.i,SVGPatternElement:A.i,SVGPolygonElement:A.i,SVGPolylineElement:A.i,SVGRadialGradientElement:A.i,SVGRectElement:A.i,SVGSetElement:A.i,SVGStopElement:A.i,SVGStyleElement:A.i,SVGSVGElement:A.i,SVGSwitchElement:A.i,SVGSymbolElement:A.i,SVGTSpanElement:A.i,SVGTextContentElement:A.i,SVGTextElement:A.i,SVGTextPathElement:A.i,SVGTextPositioningElement:A.i,SVGTitleElement:A.i,SVGUseElement:A.i,SVGViewElement:A.i,SVGGradientElement:A.i,SVGComponentTransferFunctionElement:A.i,SVGFEDropShadowElement:A.i,SVGMPathElement:A.i,SVGElement:A.i,SVGTransform:A.au,SVGTransformList:A.dV,AudioBuffer:A.cP,AudioParamMap:A.cQ,AudioTrackList:A.cR,AudioContext:A.aF,webkitAudioContext:A.aF,BaseAudioContext:A.aF,OfflineAudioContext:A.dy}) -hunkHelpers.setOrUpdateLeafTags({WebGL:true,AnimationEffectReadOnly:true,AnimationEffectTiming:true,AnimationEffectTimingReadOnly:true,AnimationTimeline:true,AnimationWorkletGlobalScope:true,AuthenticatorAssertionResponse:true,AuthenticatorAttestationResponse:true,AuthenticatorResponse:true,BackgroundFetchFetch:true,BackgroundFetchManager:true,BackgroundFetchSettledFetch:true,BarProp:true,BarcodeDetector:true,BluetoothRemoteGATTDescriptor:true,Body:true,BudgetState:true,CacheStorage:true,CanvasGradient:true,CanvasPattern:true,CanvasRenderingContext2D:true,Client:true,Clients:true,CookieStore:true,Coordinates:true,Credential:true,CredentialUserData:true,CredentialsContainer:true,Crypto:true,CryptoKey:true,CSS:true,CSSVariableReferenceValue:true,CustomElementRegistry:true,DataTransfer:true,DataTransferItem:true,DeprecatedStorageInfo:true,DeprecatedStorageQuota:true,DeprecationReport:true,DetectedBarcode:true,DetectedFace:true,DetectedText:true,DeviceAcceleration:true,DeviceRotationRate:true,DirectoryEntry:true,webkitFileSystemDirectoryEntry:true,FileSystemDirectoryEntry:true,DirectoryReader:true,WebKitDirectoryReader:true,webkitFileSystemDirectoryReader:true,FileSystemDirectoryReader:true,DocumentOrShadowRoot:true,DocumentTimeline:true,DOMError:true,DOMImplementation:true,Iterator:true,DOMMatrix:true,DOMMatrixReadOnly:true,DOMParser:true,DOMPoint:true,DOMPointReadOnly:true,DOMQuad:true,DOMStringMap:true,Entry:true,webkitFileSystemEntry:true,FileSystemEntry:true,External:true,FaceDetector:true,FederatedCredential:true,FileEntry:true,webkitFileSystemFileEntry:true,FileSystemFileEntry:true,DOMFileSystem:true,WebKitFileSystem:true,webkitFileSystem:true,FileSystem:true,FontFace:true,FontFaceSource:true,FormData:true,GamepadButton:true,GamepadPose:true,Geolocation:true,Position:true,GeolocationPosition:true,Headers:true,HTMLHyperlinkElementUtils:true,IdleDeadline:true,ImageBitmap:true,ImageBitmapRenderingContext:true,ImageCapture:true,ImageData:true,InputDeviceCapabilities:true,IntersectionObserver:true,IntersectionObserverEntry:true,InterventionReport:true,KeyframeEffect:true,KeyframeEffectReadOnly:true,MediaCapabilities:true,MediaCapabilitiesInfo:true,MediaDeviceInfo:true,MediaError:true,MediaKeyStatusMap:true,MediaKeySystemAccess:true,MediaKeys:true,MediaKeysPolicy:true,MediaMetadata:true,MediaSession:true,MediaSettingsRange:true,MemoryInfo:true,MessageChannel:true,Metadata:true,MutationObserver:true,WebKitMutationObserver:true,MutationRecord:true,NavigationPreloadManager:true,Navigator:true,NavigatorAutomationInformation:true,NavigatorConcurrentHardware:true,NavigatorCookies:true,NavigatorUserMediaError:true,NodeFilter:true,NodeIterator:true,NonDocumentTypeChildNode:true,NonElementParentNode:true,NoncedElement:true,OffscreenCanvasRenderingContext2D:true,OverconstrainedError:true,PaintRenderingContext2D:true,PaintSize:true,PaintWorkletGlobalScope:true,PasswordCredential:true,Path2D:true,PaymentAddress:true,PaymentInstruments:true,PaymentManager:true,PaymentResponse:true,PerformanceEntry:true,PerformanceLongTaskTiming:true,PerformanceMark:true,PerformanceMeasure:true,PerformanceNavigation:true,PerformanceNavigationTiming:true,PerformanceObserver:true,PerformanceObserverEntryList:true,PerformancePaintTiming:true,PerformanceResourceTiming:true,PerformanceServerTiming:true,PerformanceTiming:true,Permissions:true,PhotoCapabilities:true,PositionError:true,GeolocationPositionError:true,Presentation:true,PresentationReceiver:true,PublicKeyCredential:true,PushManager:true,PushMessageData:true,PushSubscription:true,PushSubscriptionOptions:true,Range:true,RelatedApplication:true,ReportBody:true,ReportingObserver:true,ResizeObserver:true,ResizeObserverEntry:true,RTCCertificate:true,RTCIceCandidate:true,mozRTCIceCandidate:true,RTCLegacyStatsReport:true,RTCRtpContributingSource:true,RTCRtpReceiver:true,RTCRtpSender:true,RTCSessionDescription:true,mozRTCSessionDescription:true,RTCStatsResponse:true,Screen:true,ScrollState:true,ScrollTimeline:true,Selection:true,SharedArrayBuffer:true,SpeechRecognitionAlternative:true,SpeechSynthesisVoice:true,StaticRange:true,StorageManager:true,StyleMedia:true,StylePropertyMap:true,StylePropertyMapReadonly:true,SyncManager:true,TaskAttributionTiming:true,TextDetector:true,TextMetrics:true,TrackDefault:true,TreeWalker:true,TrustedHTML:true,TrustedScriptURL:true,TrustedURL:true,UnderlyingSourceBase:true,URLSearchParams:true,VRCoordinateSystem:true,VRDisplayCapabilities:true,VREyeParameters:true,VRFrameData:true,VRFrameOfReference:true,VRPose:true,VRStageBounds:true,VRStageBoundsPoint:true,VRStageParameters:true,ValidityState:true,VideoPlaybackQuality:true,VideoTrack:true,VTTRegion:true,WindowClient:true,WorkletAnimation:true,WorkletGlobalScope:true,XPathEvaluator:true,XPathExpression:true,XPathNSResolver:true,XPathResult:true,XMLSerializer:true,XSLTProcessor:true,Bluetooth:true,BluetoothCharacteristicProperties:true,BluetoothRemoteGATTServer:true,BluetoothRemoteGATTService:true,BluetoothUUID:true,BudgetService:true,Cache:true,DOMFileSystemSync:true,DirectoryEntrySync:true,DirectoryReaderSync:true,EntrySync:true,FileEntrySync:true,FileReaderSync:true,FileWriterSync:true,HTMLAllCollection:true,Mojo:true,MojoHandle:true,MojoWatcher:true,NFC:true,PagePopupController:true,Report:true,Request:true,Response:true,SubtleCrypto:true,USBAlternateInterface:true,USBConfiguration:true,USBDevice:true,USBEndpoint:true,USBInTransferResult:true,USBInterface:true,USBIsochronousInTransferPacket:true,USBIsochronousInTransferResult:true,USBIsochronousOutTransferPacket:true,USBIsochronousOutTransferResult:true,USBOutTransferResult:true,WorkerLocation:true,WorkerNavigator:true,Worklet:true,IDBCursor:true,IDBCursorWithValue:true,IDBFactory:true,IDBIndex:true,IDBKeyRange:true,IDBObjectStore:true,IDBObservation:true,IDBObserver:true,IDBObserverChanges:true,SVGAngle:true,SVGAnimatedAngle:true,SVGAnimatedBoolean:true,SVGAnimatedEnumeration:true,SVGAnimatedInteger:true,SVGAnimatedLength:true,SVGAnimatedLengthList:true,SVGAnimatedNumber:true,SVGAnimatedNumberList:true,SVGAnimatedPreserveAspectRatio:true,SVGAnimatedRect:true,SVGAnimatedString:true,SVGAnimatedTransformList:true,SVGMatrix:true,SVGPoint:true,SVGPreserveAspectRatio:true,SVGRect:true,SVGUnitTypes:true,AudioListener:true,AudioParam:true,AudioTrack:true,AudioWorkletGlobalScope:true,AudioWorkletProcessor:true,PeriodicWave:true,WebGLActiveInfo:true,ANGLEInstancedArrays:true,ANGLE_instanced_arrays:true,WebGLBuffer:true,WebGLCanvas:true,WebGLColorBufferFloat:true,WebGLCompressedTextureASTC:true,WebGLCompressedTextureATC:true,WEBGL_compressed_texture_atc:true,WebGLCompressedTextureETC1:true,WEBGL_compressed_texture_etc1:true,WebGLCompressedTextureETC:true,WebGLCompressedTexturePVRTC:true,WEBGL_compressed_texture_pvrtc:true,WebGLCompressedTextureS3TC:true,WEBGL_compressed_texture_s3tc:true,WebGLCompressedTextureS3TCsRGB:true,WebGLDebugRendererInfo:true,WEBGL_debug_renderer_info:true,WebGLDebugShaders:true,WEBGL_debug_shaders:true,WebGLDepthTexture:true,WEBGL_depth_texture:true,WebGLDrawBuffers:true,WEBGL_draw_buffers:true,EXTsRGB:true,EXT_sRGB:true,EXTBlendMinMax:true,EXT_blend_minmax:true,EXTColorBufferFloat:true,EXTColorBufferHalfFloat:true,EXTDisjointTimerQuery:true,EXTDisjointTimerQueryWebGL2:true,EXTFragDepth:true,EXT_frag_depth:true,EXTShaderTextureLOD:true,EXT_shader_texture_lod:true,EXTTextureFilterAnisotropic:true,EXT_texture_filter_anisotropic:true,WebGLFramebuffer:true,WebGLGetBufferSubDataAsync:true,WebGLLoseContext:true,WebGLExtensionLoseContext:true,WEBGL_lose_context:true,OESElementIndexUint:true,OES_element_index_uint:true,OESStandardDerivatives:true,OES_standard_derivatives:true,OESTextureFloat:true,OES_texture_float:true,OESTextureFloatLinear:true,OES_texture_float_linear:true,OESTextureHalfFloat:true,OES_texture_half_float:true,OESTextureHalfFloatLinear:true,OES_texture_half_float_linear:true,OESVertexArrayObject:true,OES_vertex_array_object:true,WebGLProgram:true,WebGLQuery:true,WebGLRenderbuffer:true,WebGLRenderingContext:true,WebGL2RenderingContext:true,WebGLSampler:true,WebGLShader:true,WebGLShaderPrecisionFormat:true,WebGLSync:true,WebGLTexture:true,WebGLTimerQueryEXT:true,WebGLTransformFeedback:true,WebGLUniformLocation:true,WebGLVertexArrayObject:true,WebGLVertexArrayObjectOES:true,WebGL2RenderingContextBase:true,ArrayBuffer:true,ArrayBufferView:false,DataView:true,Float32Array:true,Float64Array:true,Int16Array:true,Int32Array:true,Int8Array:true,Uint16Array:true,Uint32Array:true,Uint8ClampedArray:true,CanvasPixelArray:true,Uint8Array:false,HTMLAudioElement:true,HTMLBRElement:true,HTMLButtonElement:true,HTMLCanvasElement:true,HTMLContentElement:true,HTMLDListElement:true,HTMLDataElement:true,HTMLDataListElement:true,HTMLDetailsElement:true,HTMLDialogElement:true,HTMLDivElement:true,HTMLEmbedElement:true,HTMLFieldSetElement:true,HTMLHRElement:true,HTMLHeadElement:true,HTMLHeadingElement:true,HTMLHtmlElement:true,HTMLIFrameElement:true,HTMLImageElement:true,HTMLLIElement:true,HTMLLabelElement:true,HTMLLegendElement:true,HTMLLinkElement:true,HTMLMapElement:true,HTMLMediaElement:true,HTMLMenuElement:true,HTMLMetaElement:true,HTMLMeterElement:true,HTMLModElement:true,HTMLOListElement:true,HTMLObjectElement:true,HTMLOptGroupElement:true,HTMLOptionElement:true,HTMLOutputElement:true,HTMLParagraphElement:true,HTMLParamElement:true,HTMLPictureElement:true,HTMLPreElement:true,HTMLProgressElement:true,HTMLQuoteElement:true,HTMLScriptElement:true,HTMLShadowElement:true,HTMLSlotElement:true,HTMLSourceElement:true,HTMLSpanElement:true,HTMLStyleElement:true,HTMLTableCaptionElement:true,HTMLTableCellElement:true,HTMLTableDataCellElement:true,HTMLTableHeaderCellElement:true,HTMLTableColElement:true,HTMLTimeElement:true,HTMLTitleElement:true,HTMLTrackElement:true,HTMLUListElement:true,HTMLUnknownElement:true,HTMLVideoElement:true,HTMLDirectoryElement:true,HTMLFontElement:true,HTMLFrameElement:true,HTMLFrameSetElement:true,HTMLMarqueeElement:true,HTMLElement:false,AccessibleNodeList:true,HTMLAnchorElement:true,HTMLAreaElement:true,HTMLBaseElement:true,Blob:false,HTMLBodyElement:true,CDATASection:true,CharacterData:true,Comment:true,ProcessingInstruction:true,Text:true,CSSPerspective:true,CSSCharsetRule:true,CSSConditionRule:true,CSSFontFaceRule:true,CSSGroupingRule:true,CSSImportRule:true,CSSKeyframeRule:true,MozCSSKeyframeRule:true,WebKitCSSKeyframeRule:true,CSSKeyframesRule:true,MozCSSKeyframesRule:true,WebKitCSSKeyframesRule:true,CSSMediaRule:true,CSSNamespaceRule:true,CSSPageRule:true,CSSRule:true,CSSStyleRule:true,CSSSupportsRule:true,CSSViewportRule:true,CSSStyleDeclaration:true,MSStyleCSSProperties:true,CSS2Properties:true,CSSImageValue:true,CSSKeywordValue:true,CSSNumericValue:true,CSSPositionValue:true,CSSResourceValue:true,CSSUnitValue:true,CSSURLImageValue:true,CSSStyleValue:false,CSSMatrixComponent:true,CSSRotation:true,CSSScale:true,CSSSkew:true,CSSTranslation:true,CSSTransformComponent:false,CSSTransformValue:true,CSSUnparsedValue:true,DataTransferItemList:true,XMLDocument:true,Document:false,DOMException:true,ClientRectList:true,DOMRectList:true,DOMRectReadOnly:false,DOMStringList:true,DOMTokenList:true,MathMLElement:true,Element:false,AbortPaymentEvent:true,AnimationEvent:true,AnimationPlaybackEvent:true,ApplicationCacheErrorEvent:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchedEvent:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,BlobEvent:true,CanMakePaymentEvent:true,ClipboardEvent:true,CloseEvent:true,CustomEvent:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,ErrorEvent:true,ExtendableEvent:true,ExtendableMessageEvent:true,FetchEvent:true,FontFaceSetLoadEvent:true,ForeignFetchEvent:true,GamepadEvent:true,HashChangeEvent:true,InstallEvent:true,MediaEncryptedEvent:true,MediaKeyMessageEvent:true,MediaQueryListEvent:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MessageEvent:true,MIDIConnectionEvent:true,MIDIMessageEvent:true,MutationEvent:true,NotificationEvent:true,PageTransitionEvent:true,PaymentRequestEvent:true,PaymentRequestUpdateEvent:true,PopStateEvent:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,PromiseRejectionEvent:true,PushEvent:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCPeerConnectionIceEvent:true,RTCTrackEvent:true,SecurityPolicyViolationEvent:true,SensorErrorEvent:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,SpeechSynthesisEvent:true,StorageEvent:true,SyncEvent:true,TrackEvent:true,TransitionEvent:true,WebKitTransitionEvent:true,VRDeviceEvent:true,VRDisplayEvent:true,VRSessionEvent:true,MojoInterfaceRequestEvent:true,USBConnectionEvent:true,IDBVersionChangeEvent:true,AudioProcessingEvent:true,OfflineAudioCompletionEvent:true,WebGLContextEvent:true,Event:false,InputEvent:false,SubmitEvent:false,AbsoluteOrientationSensor:true,Accelerometer:true,AccessibleNode:true,AmbientLightSensor:true,Animation:true,ApplicationCache:true,DOMApplicationCache:true,OfflineResourceList:true,BackgroundFetchRegistration:true,BatteryManager:true,BroadcastChannel:true,CanvasCaptureMediaStreamTrack:true,DedicatedWorkerGlobalScope:true,EventSource:true,FileReader:true,FontFaceSet:true,Gyroscope:true,LinearAccelerationSensor:true,Magnetometer:true,MediaDevices:true,MediaKeySession:true,MediaQueryList:true,MediaRecorder:true,MediaSource:true,MediaStream:true,MediaStreamTrack:true,MessagePort:true,MIDIAccess:true,MIDIInput:true,MIDIOutput:true,MIDIPort:true,NetworkInformation:true,Notification:true,OffscreenCanvas:true,OrientationSensor:true,PaymentRequest:true,Performance:true,PermissionStatus:true,PresentationAvailability:true,PresentationConnection:true,PresentationConnectionList:true,PresentationRequest:true,RelativeOrientationSensor:true,RemotePlayback:true,RTCDataChannel:true,DataChannel:true,RTCDTMFSender:true,RTCPeerConnection:true,webkitRTCPeerConnection:true,mozRTCPeerConnection:true,ScreenOrientation:true,Sensor:true,ServiceWorker:true,ServiceWorkerContainer:true,ServiceWorkerGlobalScope:true,ServiceWorkerRegistration:true,SharedWorker:true,SharedWorkerGlobalScope:true,SpeechRecognition:true,webkitSpeechRecognition:true,SpeechSynthesis:true,SpeechSynthesisUtterance:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Window:true,DOMWindow:true,Worker:true,WorkerGlobalScope:true,WorkerPerformance:true,BluetoothDevice:true,BluetoothRemoteGATTCharacteristic:true,Clipboard:true,MojoInterfaceInterceptor:true,USB:true,IDBDatabase:true,IDBOpenDBRequest:true,IDBVersionChangeRequest:true,IDBRequest:true,IDBTransaction:true,AnalyserNode:true,RealtimeAnalyserNode:true,AudioBufferSourceNode:true,AudioDestinationNode:true,AudioNode:true,AudioScheduledSourceNode:true,AudioWorkletNode:true,BiquadFilterNode:true,ChannelMergerNode:true,AudioChannelMerger:true,ChannelSplitterNode:true,AudioChannelSplitter:true,ConstantSourceNode:true,ConvolverNode:true,DelayNode:true,DynamicsCompressorNode:true,GainNode:true,AudioGainNode:true,IIRFilterNode:true,MediaElementAudioSourceNode:true,MediaStreamAudioDestinationNode:true,MediaStreamAudioSourceNode:true,OscillatorNode:true,Oscillator:true,PannerNode:true,AudioPannerNode:true,webkitAudioPannerNode:true,ScriptProcessorNode:true,JavaScriptAudioNode:true,StereoPannerNode:true,WaveShaperNode:true,EventTarget:false,File:true,FileList:true,FileWriter:true,HTMLFormElement:true,Gamepad:true,History:true,HTMLCollection:true,HTMLFormControlsCollection:true,HTMLOptionsCollection:true,HTMLDocument:true,XMLHttpRequest:true,XMLHttpRequestUpload:true,XMLHttpRequestEventTarget:false,HTMLInputElement:true,KeyboardEvent:true,Location:true,MediaList:true,MIDIInputMap:true,MIDIOutputMap:true,MimeType:true,MimeTypeArray:true,DocumentFragment:true,ShadowRoot:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,Plugin:true,PluginArray:true,ProgressEvent:true,ResourceProgressEvent:true,RTCStatsReport:true,HTMLSelectElement:true,SourceBuffer:true,SourceBufferList:true,SpeechGrammar:true,SpeechGrammarList:true,SpeechRecognitionResult:true,Storage:true,CSSStyleSheet:true,StyleSheet:true,HTMLTableElement:true,HTMLTableRowElement:true,HTMLTableSectionElement:true,HTMLTemplateElement:true,HTMLTextAreaElement:true,TextTrack:true,TextTrackCue:true,VTTCue:true,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchList:true,TrackDefaultList:true,CompositionEvent:true,FocusEvent:true,MouseEvent:true,DragEvent:true,PointerEvent:true,TextEvent:true,TouchEvent:true,WheelEvent:true,UIEvent:false,URL:true,VideoTrackList:true,Attr:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,SVGLength:true,SVGLengthList:true,SVGNumber:true,SVGNumberList:true,SVGPointList:true,SVGScriptElement:true,SVGStringList:true,SVGAElement:true,SVGAnimateElement:true,SVGAnimateMotionElement:true,SVGAnimateTransformElement:true,SVGAnimationElement:true,SVGCircleElement:true,SVGClipPathElement:true,SVGDefsElement:true,SVGDescElement:true,SVGDiscardElement:true,SVGEllipseElement:true,SVGFEBlendElement:true,SVGFEColorMatrixElement:true,SVGFEComponentTransferElement:true,SVGFECompositeElement:true,SVGFEConvolveMatrixElement:true,SVGFEDiffuseLightingElement:true,SVGFEDisplacementMapElement:true,SVGFEDistantLightElement:true,SVGFEFloodElement:true,SVGFEFuncAElement:true,SVGFEFuncBElement:true,SVGFEFuncGElement:true,SVGFEFuncRElement:true,SVGFEGaussianBlurElement:true,SVGFEImageElement:true,SVGFEMergeElement:true,SVGFEMergeNodeElement:true,SVGFEMorphologyElement:true,SVGFEOffsetElement:true,SVGFEPointLightElement:true,SVGFESpecularLightingElement:true,SVGFESpotLightElement:true,SVGFETileElement:true,SVGFETurbulenceElement:true,SVGFilterElement:true,SVGForeignObjectElement:true,SVGGElement:true,SVGGeometryElement:true,SVGGraphicsElement:true,SVGImageElement:true,SVGLineElement:true,SVGLinearGradientElement:true,SVGMarkerElement:true,SVGMaskElement:true,SVGMetadataElement:true,SVGPathElement:true,SVGPatternElement:true,SVGPolygonElement:true,SVGPolylineElement:true,SVGRadialGradientElement:true,SVGRectElement:true,SVGSetElement:true,SVGStopElement:true,SVGStyleElement:true,SVGSVGElement:true,SVGSwitchElement:true,SVGSymbolElement:true,SVGTSpanElement:true,SVGTextContentElement:true,SVGTextElement:true,SVGTextPathElement:true,SVGTextPositioningElement:true,SVGTitleElement:true,SVGUseElement:true,SVGViewElement:true,SVGGradientElement:true,SVGComponentTransferFunctionElement:true,SVGFEDropShadowElement:true,SVGMPathElement:true,SVGElement:false,SVGTransform:true,SVGTransformList:true,AudioBuffer:true,AudioParamMap:true,AudioTrackList:true,AudioContext:true,webkitAudioContext:true,BaseAudioContext:false,OfflineAudioContext:true}) -A.bo.$nativeSuperclassTag="ArrayBufferView" -A.ce.$nativeSuperclassTag="ArrayBufferView" -A.cf.$nativeSuperclassTag="ArrayBufferView" -A.bW.$nativeSuperclassTag="ArrayBufferView" -A.cg.$nativeSuperclassTag="ArrayBufferView" -A.ch.$nativeSuperclassTag="ArrayBufferView" -A.bX.$nativeSuperclassTag="ArrayBufferView" -A.cl.$nativeSuperclassTag="EventTarget" -A.cm.$nativeSuperclassTag="EventTarget" -A.co.$nativeSuperclassTag="EventTarget" -A.cp.$nativeSuperclassTag="EventTarget"})() -Function.prototype.$2=function(a,b){return this(a,b)} -Function.prototype.$0=function(){return this()} -Function.prototype.$1=function(a){return this(a)} -Function.prototype.$3=function(a,b,c){return this(a,b,c)} -Function.prototype.$4=function(a,b,c,d){return this(a,b,c,d)} -Function.prototype.$1$1=function(a){return this(a)} -Function.prototype.$1$0=function(){return this()} -convertAllToFastObject(w) -convertToFastObject($);(function(a){if(typeof document==="undefined"){a(null) -return}if(typeof document.currentScript!="undefined"){a(document.currentScript) -return}var s=document.scripts -function onLoad(b){for(var q=0;q","JsLinkedHashMap_values_closure","LinkedHashMapKeyIterable.length","LinkedHashMapKeyIterable.iterator","LinkedHashMapKeyIterator","LinkedHashMapKeyIterator.current","LinkedHashMapKeyIterator.moveNext","initHooks.","_Record.toString","_Record._toString","_Record._fieldKeys","_Record._computeFieldKeys","_Record2._getFieldValues","_Record2.==","_Record2.hashCode","JSSyntaxRegExp.toString","JSSyntaxRegExp._nativeGlobalVersion","JSSyntaxRegExp._execGlobal","_MatchImplementation.end","_MatchImplementation.[]","_AllMatchesIterator.current","_AllMatchesIterator.moveNext","JSSyntaxRegExp.isUnicode","NativeByteBuffer.runtimeType","NativeByteData.runtimeType","NativeTypedArray.length","NativeTypedArrayOfDouble.[]","NativeTypedArrayOfDouble.[]=","NativeTypedArrayOfInt.[]=","NativeFloat32List.runtimeType","NativeFloat64List.runtimeType","NativeInt16List.runtimeType","NativeInt16List.[]","NativeInt32List.runtimeType","NativeInt32List.[]","NativeInt8List.runtimeType","NativeInt8List.[]","NativeUint16List.runtimeType","NativeUint16List.[]","NativeUint32List.runtimeType","NativeUint32List.[]","NativeUint8ClampedList.runtimeType","NativeUint8ClampedList.length","NativeUint8ClampedList.[]","NativeUint8List.runtimeType","NativeUint8List.length","NativeUint8List.[]","Rti._eval","Rti._bind","_Type.toString","_Error.toString","_AsyncRun._initializeScheduleImmediate.internalCallback","_AsyncRun._initializeScheduleImmediate.","_AsyncRun._scheduleImmediateJsOverride.internalCallback","_AsyncRun._scheduleImmediateWithSetImmediate.internalCallback","_TimerImpl.internalCallback","_AsyncAwaitCompleter.complete","_AsyncAwaitCompleter.completeError","_awaitOnObject.","_wrapJsFunctionForAsync.","AsyncError.toString","_Completer.completeError","_Completer.completeError[function-entry$1]","_AsyncCompleter.complete","_FutureListener.matchesErrorTest","_FutureListener.handleError","_Future._setChained","_Future.then","_Future.then[function-entry$1]","_Future._thenAwait","_Future._setErrorObject","_Future._cloneResult","_Future._addListener","_Future._prependListeners","_Future._removeListeners","_Future._reverseListeners","_Future._chainForeignFuture","_Future._completeWithValue","_Future._completeError","_Future._asyncComplete","_Future._asyncCompleteWithValue","_Future._chainFuture","_Future._asyncCompleteError","_Future._addListener.","_Future._prependListeners.","_Future._chainForeignFuture.","_Future._chainCoreFutureAsync.","_Future._asyncCompleteWithValue.","_Future._asyncCompleteError.","_Future._propagateToListeners.handleWhenCompleteCallback","_FutureListener.handleWhenComplete","_Future._propagateToListeners.handleWhenCompleteCallback.","_Future._propagateToListeners.handleValueCallback","_FutureListener.handleValue","_Future._propagateToListeners.handleError","_FutureListener.hasErrorCallback","_rootHandleError.","_RootZone.runGuarded","_RootZone.runUnaryGuarded","_RootZone.runUnaryGuarded[function-entry$2]","_RootZone.bindCallbackGuarded","_RootZone.bindUnaryCallbackGuarded","_RootZone.run","_RootZone.run[function-entry$1]","_RootZone.runUnary","_RootZone.runUnary[function-entry$2]","_RootZone.runBinary","_RootZone.runBinary[function-entry$3]","_RootZone.registerBinaryCallback","_RootZone.registerBinaryCallback[function-entry$1]","_RootZone.bindCallbackGuarded.","_RootZone.bindUnaryCallbackGuarded.","_RootZone_bindUnaryCallbackGuarded_closure","_LinkedHashSet.iterator","_LinkedHashSet.length","_LinkedHashSet.contains","_LinkedHashSet._contains","_LinkedHashSet.add","_LinkedHashSet._add","_LinkedHashSet.remove","_LinkedHashSet._remove","_LinkedHashSet._addHashTableEntry","_LinkedHashSet._removeHashTableEntry","_LinkedHashSet._modified","_LinkedHashSet._newLinkedCell","_LinkedHashSet._unlinkCell","_LinkedHashSet._computeHashCode","_LinkedHashSet._findBucketIndex","_LinkedHashSetIterator.current","_LinkedHashSetIterator.moveNext","ListBase.iterator","ListBase.elementAt","ListBase.cast","ListBase.fillRange","ListBase.toString","MapBase.forEach","MapBase.length","MapBase.toString","MapBase.mapToString.","_UnmodifiableMapMixin.[]=","MapView.[]","MapView.[]=","MapView.length","MapView.toString","SetBase.addAll","SetBase.toString","SetBase.join","SetBase.elementAt","_JsonMap.[]","_JsonMap.length","_JsonMap.keys","_JsonMap.[]=","_JsonMap.containsKey","_JsonMap.forEach","_JsonMap._computeKeys","_JsonMap._upgrade","_JsonMap._process","_JsonMapKeyIterable.length","_JsonMapKeyIterable.elementAt","_JsonMapKeyIterable.iterator","Utf8Decoder._decoder.","Utf8Decoder._decoderNonfatal.","Base64Codec.normalize","HtmlEscapeMode.toString","HtmlEscape.convert","HtmlEscape._convert","JsonCodec.decode","JsonCodec.decoder","Utf8Encoder.convert","_Utf8Encoder._writeReplacementCharacter","_Utf8Encoder._writeSurrogate","_Utf8Encoder._fillBuffer","Utf8Decoder.convert","_Utf8Decoder.convertGeneral","_Utf8Decoder._convertRecursive","_Utf8Decoder.decodeGeneral","_Enum.toString","Error.stackTrace","AssertionError.toString","ArgumentError._errorName","ArgumentError._errorExplanation","ArgumentError.toString","RangeError.invalidValue","RangeError._errorName","RangeError._errorExplanation","IndexError.invalidValue","IndexError._errorName","IndexError._errorExplanation","UnsupportedError.toString","UnimplementedError.toString","StateError.toString","ConcurrentModificationError.toString","OutOfMemoryError.toString","OutOfMemoryError.stackTrace","StackOverflowError.toString","StackOverflowError.stackTrace","_Exception.toString","FormatException.toString","Iterable.cast","Iterable.where","Iterable.length","Iterable.single","Iterable.elementAt","Iterable.toString","Null.hashCode","Null.toString","Object.hashCode","Object.==","Object.toString","Object.runtimeType","_StringStackTrace.toString","StringBuffer.length","StringBuffer.toString","Uri.splitQueryString.","Uri._parseIPv4Address.error","Uri.parseIPv6Address.error","Uri.parseIPv6Address.parseHex","_Uri._text","_Uri._initializeText","_Uri._writeAuthority","_Uri.hashCode","_Uri.queryParameters","_Uri.userInfo","_Uri.host","_Uri.port","_Uri.query","_Uri.fragment","_Uri.replace","_Uri.hasAuthority","_Uri.hasQuery","_Uri.hasFragment","_Uri.toString","_Uri.==","_Uri._makeQuery.writeParameter","_Uri._makeQuery.","UriData.uri","UriData._computeUri","UriData.toString","_createTables.build","_createTables.setChars","_createTables.setRange","_SimpleUri.hasAuthority","_SimpleUri.hasPort","_SimpleUri.hasQuery","_SimpleUri.hasFragment","_SimpleUri.scheme","_SimpleUri._computeScheme","_SimpleUri.userInfo","_SimpleUri.host","_SimpleUri.port","_SimpleUri.path","_SimpleUri.query","_SimpleUri.fragment","_SimpleUri.queryParameters","_SimpleUri.replace","_SimpleUri.hashCode","_SimpleUri.==","_SimpleUri.toString","AccessibleNodeList.length","AnchorElement.toString","AreaElement.toString","CharacterData.length","CssPerspective.length","CssStyleDeclaration.length","CssTransformValue.length","CssUnparsedValue.length","DataTransferItemList.length","DomException.toString","DomRectList.length","DomRectList.[]","DomRectList.[]=","DomRectList.elementAt","DomRectReadOnly.toString","DomRectReadOnly.==","DomRectReadOnly.hashCode","DomRectReadOnly._height","DomRectReadOnly.height","DomRectReadOnly._width","DomRectReadOnly.width","DomStringList.length","DomStringList.[]","DomStringList.[]=","DomStringList.elementAt","DomTokenList.length","Element.classes","Element.toString","Element.createFragment","NodeValidatorBuilder.common","NodeValidatorBuilder.allowHtml5","NodeValidatorBuilder.allowTemplating","Element._canBeUsedToCreateContextualFragment","Element.createFragment[function-entry$1$treeSanitizer]","Element.innerHtml","Element.setInnerHtml","Element.html.","EventTarget.addEventListener","EventTarget.addEventListener[function-entry$2]","EventTarget._addEventListener","FileList.length","FileList.[]","FileList.[]=","FileList.elementAt","FileWriter.length","FormElement.length","History.length","HtmlCollection.length","HtmlCollection.[]","HtmlCollection.[]=","HtmlCollection.elementAt","HttpRequest.open","HttpRequest.getString.","HttpRequest.request.","Location.toString","MediaList.length","MidiInputMap.[]","MidiInputMap.forEach","MidiInputMap.keys","MidiInputMap.length","MidiInputMap.[]=","MidiInputMap.keys.","MidiOutputMap.[]","MidiOutputMap.forEach","MidiOutputMap.keys","MidiOutputMap.length","MidiOutputMap.[]=","MidiOutputMap.keys.","MimeTypeArray.length","MimeTypeArray.[]","MimeTypeArray.[]=","MimeTypeArray.elementAt","_ChildNodeListLazy.single","_ChildNodeListLazy.addAll","_ChildNodeListLazy.[]=","_ChildNodeListLazy.iterator","ImmutableListMixin.iterator","_ChildNodeListLazy.length","_ChildNodeListLazy.[]","Node.remove","Node.replaceWith","Node._clearChildren","Node.toString","Node._replaceChild","NodeList.length","NodeList.[]","NodeList.[]=","NodeList.elementAt","Plugin.length","PluginArray.length","PluginArray.[]","PluginArray.[]=","PluginArray.elementAt","RtcStatsReport.[]","RtcStatsReport.forEach","RtcStatsReport.keys","RtcStatsReport.length","RtcStatsReport.[]=","RtcStatsReport.keys.","SelectElement.length","SourceBufferList.length","SourceBufferList.[]","SourceBufferList.[]=","SourceBufferList.elementAt","SpeechGrammarList.length","SpeechGrammarList.[]","SpeechGrammarList.[]=","SpeechGrammarList.elementAt","SpeechRecognitionResult.length","Storage.[]","Storage.[]=","Storage.forEach","Storage.keys","Storage.length","Storage.keys.","TableElement.createFragment","TableRowElement.createFragment","TableSectionElement.createFragment","TemplateElement.setInnerHtml","TextTrackCueList.length","TextTrackCueList.[]","TextTrackCueList.[]=","TextTrackCueList.elementAt","TextTrackList.length","TextTrackList.[]","TextTrackList.[]=","TextTrackList.elementAt","TimeRanges.length","TouchList.length","TouchList.[]","TouchList.[]=","TouchList.elementAt","TrackDefaultList.length","Url.toString","VideoTrackList.length","_CssRuleList.length","_CssRuleList.[]","_CssRuleList.[]=","_CssRuleList.elementAt","_DomRect.toString","_DomRect.==","_DomRect.hashCode","_DomRect._height","_DomRect.height","_DomRect._width","_DomRect.width","_GamepadList.length","_GamepadList.[]","_GamepadList.[]=","_GamepadList.elementAt","_NamedNodeMap.length","_NamedNodeMap.[]","_NamedNodeMap.[]=","_NamedNodeMap.elementAt","_SpeechRecognitionResultList.length","_SpeechRecognitionResultList.[]","_SpeechRecognitionResultList.[]=","_SpeechRecognitionResultList.elementAt","_StyleSheetList.length","_StyleSheetList.[]","_StyleSheetList.[]=","_StyleSheetList.elementAt","_AttributeMap.forEach","_AttributeMap.keys","_ElementAttributeMap.length","_DataAttributeMap.[]=","_DataAttributeMap.forEach","_DataAttributeMap.keys","_DataAttributeMap.length","_DataAttributeMap._toCamelCase","_DataAttributeMap._toHyphenedName","_DataAttributeMap.forEach.","_DataAttributeMap.keys.","_ElementCssClassSet.readClasses","_ElementCssClassSet.writeClasses","_ElementCssClassSet.length","_ElementCssClassSet.add","_ElementCssClassSet.remove","_ElementCssClassSet.toggle","_ElementCssClassSet._toggle","_EventStreamSubscription.","_Html5NodeValidator.allowsElement","_Html5NodeValidator.allowsAttribute","NodeValidatorBuilder.allowsElement","NodeValidatorBuilder.allowsAttribute","NodeValidatorBuilder.allowsElement.","NodeValidatorBuilder.allowsAttribute.","_SimpleNodeValidator.allowsElement","_SimpleNodeValidator.allowsAttribute","_SimpleNodeValidator.","_TemplatingNodeValidator.allowsAttribute","_TemplatingNodeValidator.","_SvgNodeValidator.allowsElement","_SvgNodeValidator.allowsAttribute","FixedSizeListIterator.moveNext","FixedSizeListIterator.current","_ValidatingTreeSanitizer.sanitizeTree","_ValidatingTreeSanitizer._removeNode","_ValidatingTreeSanitizer._sanitizeUntrustedElement","_ValidatingTreeSanitizer._sanitizeElement","JSArray.toList","_ValidatingTreeSanitizer.sanitizeNode","_ValidatingTreeSanitizer.sanitizeTree.walk","CssClassSetImpl._validateToken","CssClassSetImpl.toString","CssClassSetImpl.toggle","CssClassSetImpl.iterator","CssClassSetImpl.length","CssClassSetImpl.add","CssClassSetImpl.remove","CssClassSetImpl.elementAt","CssClassSetImpl.modify","CssClassSetImpl.add.","FilteredElementList._iterable","WhereIterable.map","FilteredElementList.[]=","FilteredElementList.[]","FilteredElementList.length","FilteredElementList.iterator","FilteredElementList._iterable.","promiseToFuture.","NullRejectionException.toString","LengthList.length","LengthList.[]","LengthList.[]=","LengthList.elementAt","NumberList.length","NumberList.[]","NumberList.[]=","NumberList.elementAt","PointList.length","StringList.length","StringList.[]","StringList.[]=","StringList.elementAt","AttributeClassSet.readClasses","AttributeClassSet.writeClasses","SvgElement.classes","SvgElement.innerHtml","SvgElement.children","SvgElement.createFragment","NodeValidatorBuilder.allowSvg","NodeTreeSanitizer","TransformList.length","TransformList.[]","TransformList.[]=","TransformList.elementAt","AudioBuffer.length","AudioParamMap.[]","AudioParamMap.forEach","AudioParamMap.keys","AudioParamMap.length","AudioParamMap.[]=","AudioParamMap.keys.","AudioTrackList.length","OfflineAudioContext.length","Kind._enumToString","Kind.toString","_MatchPosition._enumToString","Index.find","Index.find.score","Index.find.","IndexItem._scope","initializeSidebars.","_htmlBase.","init.disableSearch","print","init.","Index.fromJson","ListBase.map","_Search.listBox","_Search.moreResults","_Search.searchResults","_Search.initialize","_Search.showSearchResultPage","JsLinkedHashMap.isNotEmpty","_Search.hideSuggestions","_Search.updateSuggestions","_Search.showSuggestions","_Search.updateSuggestions[function-entry$2]","_Search.handleSearch","_Search.handleSearch[function-entry$1$isSearchPage]","_Search.handleSearch[function-entry$1]","_Search.handleSearch[function-entry$1$forceUpdate]","_Search.clearSearch","_Search.setEventListeners","_Search.initialize.","_Search.setEventListeners.","_createSuggestion.","_highlight.","init.toggleDrawerAndOverlay","DART_CLOSURE_PROPERTY_NAME","TypeErrorDecoder.noSuchMethodPattern","TypeErrorDecoder.notClosurePattern","TypeErrorDecoder.nullCallPattern","TypeErrorDecoder.nullLiteralCallPattern","TypeErrorDecoder.undefinedCallPattern","TypeErrorDecoder.undefinedLiteralCallPattern","TypeErrorDecoder.nullPropertyPattern","TypeErrorDecoder.nullLiteralPropertyPattern","TypeErrorDecoder.undefinedPropertyPattern","TypeErrorDecoder.undefinedLiteralPropertyPattern","_AsyncRun._scheduleImmediateClosure","Utf8Decoder._decoder","Utf8Decoder._decoderNonfatal","_Base64Decoder._inverseAlphabet","_Uri._needsNoEncoding","_hashSeed","_scannerTables","_Html5NodeValidator._allowedElements","CssClassSetImpl._validTokenRE","_htmlBase","setDispatchProperty","JS_INTEROP_INTERCEPTOR_TAG","init_closure","fromTearOff","StaticClosure","BoundClosure","forwardCallTo","_computeSignatureFunctionNewRti","LateError","TypeError","objectTypeName","_objectTypeNameNewRti","Object","iterableToFullString","StringBuffer","toStringVisiting","_writeAll","ArrayIterator","","safeToString","Closure","_Record","_computedFieldKeys","allocateGrowable","from","JSArray","markFixedList","ListIterator","withLength","IndexError","value","AudioParamMap_keys_closure","_empty","LinkedHashMapCell","JsLinkedHashMap","mapToString","MapBase_mapToString_closure","MapBase","_identityHashCodeProperty","hash","combine","finish","eval","create","parse","handleDigit","handleIdentifier","toType","_lookupGenericFunctionParameterRti","_lookupTerminalRti","handleTypeArguments","handleExtendedOperations","_lookupStarRti","_lookupQuestionRti","_lookupFutureOrRti","handleArguments","toTypes","toTypesNamed","collectArray","_FunctionParameters","_lookupFunctionRti","_lookupRecordRti","_canonicalRecipeJoin","Rti","_installTypeTests","_canonicalRecipeJoinNamed","_createFutureOrRti","Future","_lookupInterfaceRti","_createQuestionRti","_getQuestionFromStar","_createStarRti","_lookupGenericFunctionRti","_lookupBindingRti","_createGenericFunctionRti","newArrayOrEmpty","indexToType","findRule","_getCanonicalRecipe","evalInEnvironment","LinkedHashMapKeyIterable","iterableToShortString","checkNotNegative","range","RangeError","RtcStatsReport_keys_closure","MidiOutputMap_keys_closure","MidiInputMap_keys_closure","Storage_keys_closure","FixedSizeListIterator","initNativeDispatchFlag","_JS_INTEROP_INTERCEPTOR_TAG","getTagFunction","dispatchRecordsForInstanceTags","interceptorsForUncacheableTags","alternateTagFunction","JavaScriptIndexingBehavior","prototypeForTagFunction","initHooks_closure","_CyclicInitializationError","evalRecipe","forwardInterceptedCallTo","cspForwardCall","receiverOf","_interceptorFieldNameCache","_computeFieldNamed","_receiverFieldNameCache","cspForwardInterceptedCall","interceptorOf","RuntimeError","_Exception","forType","_TypeError","compose","findErasedType","bind","fromMessage","_getFutureFromFutureOr","_isUnionOfFunctionType","List","init_disableSearch","MappedListIterable","ListBase","IndexItem","Index","ListIterable","of","EnclosedBy","Iterable","CastIterator","EfficientLengthIterable","_EfficientLengthCastIterable","CastList","_current","_wrapJsFunctionForAsync_closure","_StreamIterator","ExceptionAndStackTrace","_StackTrace","NullThrownFromJavaScriptException","NullError","UnknownJsTypeError","StackOverflowError","extractPattern","TypeErrorDecoder","provokePropertyErrorOn","provokeCallErrorOn","_awaitOnObject_closure","_Future","_FutureListener","_Future__addListener_closure","_AsyncCallbackEntry","_lastCallback","_nextCallback","_isInCallbackLoop","_lastPriorityCallback","_initializeScheduleImmediate","_AsyncRun__initializeScheduleImmediate_internalCallback","_AsyncRun__initializeScheduleImmediate_closure","_TimerImpl_internalCallback","_AsyncRun__scheduleImmediateWithSetImmediate_internalCallback","_AsyncRun__scheduleImmediateJsOverride_internalCallback","_RootZone_bindCallbackGuarded_closure","_rootHandleError_closure","throwWithStackTrace","_throw","_propagateToListeners","_Future__propagateToListeners_handleWhenCompleteCallback","_Future__propagateToListeners_handleValueCallback","_Future__propagateToListeners_handleError","_chainCoreFutureSync","_Future__prependListeners_closure","defaultStackTrace","_Future__propagateToListeners_handleWhenCompleteCallback_closure","_AsyncAwaitCompleter","_Future__asyncCompleteError_closure","_chainCoreFutureAsync","_Future__chainForeignFuture_closure","_Future__chainCoreFutureAsync_closure","_Future__asyncCompleteWithValue_closure","_Search_initialize_closure","_suggestionLimit","_suggestionLength","_containerMap","MappedIterator","EfficientLengthMappedIterable","_createSuggestion_closure","_defaultValidator","NodeValidatorBuilder","_defaultSanitizer","_ValidatingTreeSanitizer","_parseDocument","_parseRange","_ValidatingTreeSanitizer_sanitizeTree_walk","_safeTagName","_ElementAttributeMap","NodeValidatorBuilder_allowsAttribute_closure","_attributeValidators","NodeValidatorBuilder_allowsElement_closure","_LinkedHashSet","_newHashTable","_LinkedHashSetCell","_TemplatingNodeValidator_closure","_SimpleNodeValidator_closure","WhereIterable","WhereIterator","_SameOriginUriPolicy","FilteredElementList","_ChildNodeListLazy","_addAll","FilteredElementList__iterable_closure","Element","_SvgNodeValidator","html","Element_Element$html_closure","noElement","tooMany","_highlight_closure","_AllMatchesIterator","checkValidRange","_MatchImplementation","makeNative","JSSyntaxRegExp","AttributeClassSet","_skipLeadingWhitespace","_skipTrailingWhitespace","_isWhitespace","CssClassSetImpl_add_closure","_ElementCssClassSet","_literal","_Search_setEventListeners_closure","_DataAttributeMap","_DataAttributeMap_keys_closure","filled","growable","fixed","markFixed","_DataAttributeMap_forEach_closure","Index_find_score","Index_find_closure","_Record_2_item_matchPosition","_Record2","_parse","_SimpleUri","_makeScheme","_fail","_makeUserInfo","_makeHost","parseInt","_makePort","_makePath","_makeQuery","_makeFragment","_internal","_defaultPort","splitQueryString","UnmodifiableMapView","Uri_splitQueryString_closure","_uriDecode","CodeUnits","_hexCharPairToByte","_convertIntercepted","_Utf8Decoder","_makeUint8List","errorDescription","stringFromCharCode","fromCharCodes","stringFromNativeUint8List","_convertInterceptedUint8List","_useTextDecoder","Utf8Decoder__decoder_closure","Utf8Decoder__decoderNonfatal_closure","_throwUnmodifiable","_Uri","_normalizeOrSubstring","_normalize","_normalizeEscape","_escapeChar","_Uri__makeQuery_closure","_Uri__makeQuery_writeParameter","_uriEncode","_Utf8Encoder","_normalizePath","_normalizeRelativePath","_removeDotSegments","_mayContainDotSegments","_escapeScheme","_isAlphabeticCharacter","_checkZoneID","_normalizeZoneID","parseIPv6Address","_normalizeRegName","Uri_parseIPv6Address_error","Uri_parseIPv6Address_parseHex","_parseIPv4Address","Uri__parseIPv4Address_error","_canonicalizeScheme","_createTables_build","_createTables_setChars","_createTables_setRange","_DataUri","UriData","_checkPadding","_create1","_of","_JsonMap","_JsonMapKeyIterable","_AsyncCompleter","promiseToFuture_closure","NullRejectionException","_htmlBase_closure","init_toggleDrawerAndOverlay","getString","initializeSidebars_closure","request","HttpRequest_getString_closure","HttpRequest_request_closure","_EventStreamSubscription_closure","objectAssign","JS_CONST","Interceptor","TrustedGetRuntimeType","JSBool","Null","JSNull","JavaScriptObject","LegacyJavaScriptObject","PlainJavaScriptObject","UnknownJavaScriptObject","Function","JavaScriptFunction","JavaScriptBigInt","JavaScriptSymbol","JSUnmodifiableArray","double","num","JSNumber","int","JSInt","JSNumNotInt","String","JSString","_CastIterableBase","_CastListBase","SentinelValue","FixedLengthListMixin","UnmodifiableListMixin","UnmodifiableListBase","Map","ConstantMap","ConstantStringMap","StackTrace","Closure0Args","Closure2Args","TearOffClosure","RegExpMatch","Match","NativeByteBuffer","NativeTypedData","NativeByteData","NativeTypedArray","NativeTypedArrayOfDouble","NativeTypedArrayOfInt","NativeFloat32List","NativeFloat64List","NativeInt16List","NativeInt32List","NativeInt8List","NativeUint16List","NativeUint32List","NativeUint8ClampedList","Uint8List","NativeUint8List","_Error","Error","_Completer","_Zone","_RootZone","_UnmodifiableMapMixin","MapView","Set","SetBase","_SetBase","Base64Codec","Base64Encoder","Codec","Converter","Encoding","HtmlEscapeMode","HtmlEscape","JsonCodec","JsonDecoder","Utf8Codec","Utf8Encoder","Utf8Decoder","_Enum","OutOfMemoryError","_StringStackTrace","Uri","HtmlElement","AbortPaymentEvent","AbsoluteOrientationSensor","AccessibleNodeList","AnchorElement","AnimationEffectReadOnly","AreaElement","AudioElement","BaseElement","Blob","BodyElement","CDataSection","CharacterData","CompositionEvent","CssCharsetRule","CssImageValue","CssMatrixComponent","CssPerspective","CssResourceValue","CssRule","CssStyleDeclaration","CssStyleDeclarationBase","CssStyleSheet","CssStyleValue","CssTransformComponent","CssTransformValue","CssUnparsedValue","CssurlImageValue","DataTransferItemList","Document","DocumentFragment","DomException","DomRectList","Rectangle","DomRectReadOnly","DomStringList","DomTokenList","bool","Node","Event","EventTarget","ExtendableEvent","File","FileList","FileWriter","FormElement","Gamepad","History","HtmlCollection","HtmlDocument","HtmlFormControlsCollection","HttpRequest","ProgressEvent","HttpRequestEventTarget","HttpRequestUpload","InputElement","KeyboardEvent","KeyframeEffect","KeyframeEffectReadOnly","Location","MathMLElement","MediaElement","MediaList","MidiInputMap","MidiOutputMap","MimeType","MimeTypeArray","NodeList","OrientationSensor","Plugin","PluginArray","RtcStatsReport","SelectElement","Sensor","ShadowRoot","SourceBuffer","SourceBufferList","SpeechGrammar","SpeechGrammarList","SpeechRecognitionResult","Storage","StyleSheet","TableElement","TableRowElement","TableSectionElement","TemplateElement","Text","TextAreaElement","TextTrack","TextTrackCue","TextTrackCueList","TextTrackList","TimeRanges","Touch","TouchList","TrackDefaultList","UIEvent","Url","VideoTrackList","VttCue","XmlDocument","_Attr","_CssRuleList","_DomRect","_GamepadList","_NamedNodeMap","_ResourceProgressEvent","_SpeechRecognitionResultList","_StyleSheetList","_AttributeMap","EventStreamProvider","NodeValidator","ImmutableListMixin","CssClassSetImpl","AElement","GraphicsElement","Length","LengthList","Number","NumberList","PointList","ScriptElement","StringList","SvgElement","Transform","TransformList","AudioBuffer","AudioContext","AudioParamMap","AudioTrackList","BaseAudioContext","OfflineAudioContext","Kind","_MatchPosition","__CastListBase&_CastIterableBase&ListMixin","_NativeTypedArrayOfDouble&NativeTypedArray&ListMixin","_NativeTypedArrayOfDouble&NativeTypedArray&ListMixin&FixedLengthListMixin","_NativeTypedArrayOfInt&NativeTypedArray&ListMixin","_NativeTypedArrayOfInt&NativeTypedArray&ListMixin&FixedLengthListMixin","_UnmodifiableMapView&MapView&_UnmodifiableMapMixin","_CssStyleDeclaration&JavaScriptObject&CssStyleDeclarationBase","_DomRectList&JavaScriptObject&ListMixin","_DomRectList&JavaScriptObject&ListMixin&ImmutableListMixin","_DomStringList&JavaScriptObject&ListMixin","_DomStringList&JavaScriptObject&ListMixin&ImmutableListMixin","_FileList&JavaScriptObject&ListMixin","_FileList&JavaScriptObject&ListMixin&ImmutableListMixin","_HtmlCollection&JavaScriptObject&ListMixin","_HtmlCollection&JavaScriptObject&ListMixin&ImmutableListMixin","_MidiInputMap&JavaScriptObject&MapMixin","_MidiOutputMap&JavaScriptObject&MapMixin","_MimeTypeArray&JavaScriptObject&ListMixin","_MimeTypeArray&JavaScriptObject&ListMixin&ImmutableListMixin","_NodeList&JavaScriptObject&ListMixin","_NodeList&JavaScriptObject&ListMixin&ImmutableListMixin","_PluginArray&JavaScriptObject&ListMixin","_PluginArray&JavaScriptObject&ListMixin&ImmutableListMixin","_RtcStatsReport&JavaScriptObject&MapMixin","_SourceBufferList&EventTarget&ListMixin","_SourceBufferList&EventTarget&ListMixin&ImmutableListMixin","_SpeechGrammarList&JavaScriptObject&ListMixin","_SpeechGrammarList&JavaScriptObject&ListMixin&ImmutableListMixin","_Storage&JavaScriptObject&MapMixin","_TextTrackCueList&JavaScriptObject&ListMixin","_TextTrackCueList&JavaScriptObject&ListMixin&ImmutableListMixin","_TextTrackList&EventTarget&ListMixin","_TextTrackList&EventTarget&ListMixin&ImmutableListMixin","_TouchList&JavaScriptObject&ListMixin","_TouchList&JavaScriptObject&ListMixin&ImmutableListMixin","__CssRuleList&JavaScriptObject&ListMixin","__CssRuleList&JavaScriptObject&ListMixin&ImmutableListMixin","__GamepadList&JavaScriptObject&ListMixin","__GamepadList&JavaScriptObject&ListMixin&ImmutableListMixin","__NamedNodeMap&JavaScriptObject&ListMixin","__NamedNodeMap&JavaScriptObject&ListMixin&ImmutableListMixin","__SpeechRecognitionResultList&JavaScriptObject&ListMixin","__SpeechRecognitionResultList&JavaScriptObject&ListMixin&ImmutableListMixin","__StyleSheetList&JavaScriptObject&ListMixin","__StyleSheetList&JavaScriptObject&ListMixin&ImmutableListMixin","_LengthList&JavaScriptObject&ListMixin","_LengthList&JavaScriptObject&ListMixin&ImmutableListMixin","_NumberList&JavaScriptObject&ListMixin","_NumberList&JavaScriptObject&ListMixin&ImmutableListMixin","_StringList&JavaScriptObject&ListMixin","_StringList&JavaScriptObject&ListMixin&ImmutableListMixin","_TransformList&JavaScriptObject&ListMixin","_TransformList&JavaScriptObject&ListMixin&ImmutableListMixin","_AudioParamMap&JavaScriptObject&MapMixin","_compareAny","addRules","addErasedTypes","_scheduleImmediateJsOverride","_scheduleImmediateWithSetImmediate","_scheduleImmediateWithTimer","_standardAttributeValidator","_uriAttributeValidator","_#fromMap#tearOff","noSuchMethodPattern","notClosurePattern","nullCallPattern","nullLiteralCallPattern","undefinedCallPattern","undefinedLiteralCallPattern","nullPropertyPattern","nullLiteralPropertyPattern","undefinedPropertyPattern","undefinedLiteralPropertyPattern","_scheduleImmediateClosure","_decoder","_decoderNonfatal","_inverseAlphabet","_needsNoEncoding","_allowedElements","_validTokenRE","ByteBuffer","ByteData","Float32List","Float64List","Int16List","Int32List","Int8List","Uint16List","Uint32List","Uint8ClampedList","Record","$intercepted$toString0$IJavaScriptBigIntJavaScriptFunctionJavaScriptSymbolLegacyJavaScriptObjectabnsux","getInterceptor$","$intercepted$get$iterator$ax","getInterceptor$asx","$intercepted$get$length$asx","$intercepted$forEach1$ax","$intercepted$$eq$Iux","getInterceptor$x","$intercepted$get$hashCode$IJavaScriptBigIntJavaScriptSymbolLegacyJavaScriptObjectabnsux","$intercepted$__$asx","$intercepted$get$runtimeType$Ibdinsux","$intercepted$cast10$ax","search_IndexItem___fromMap_tearOff$closure","$intercepted$elementAt1$ax","async___startMicrotaskLoop$closure","async__AsyncRun__scheduleImmediateJsOverride$closure","async__AsyncRun__scheduleImmediateWithSetImmediate$closure","async__AsyncRun__scheduleImmediateWithTimer$closure","$intercepted$get$classes$x","$intercepted$set$innerHtml$x","$intercepted$_clearChildren0$x","$intercepted$remove0$x","$intercepted$get$attributes$x","$intercepted$toLowerCase0$s","html__Html5NodeValidator__standardAttributeValidator$closure","html__Html5NodeValidator__uriAttributeValidator$closure","$intercepted$get$innerHtml$x","$intercepted$trim0$s","$intercepted$_replaceChild2$x","_interceptors_JSArray__compareAny$closure","$intercepted$compareTo1$ns","$intercepted$___$ax","$intercepted$replaceWith1$x","$intercepted$addEventListener2$x","$intercepted$addEventListener3$x","getInterceptor$ax","getInterceptor$s","getInterceptor$ns","toString","allowsAttribute","where","createFragment","addEventListener","width","height","dart:html#_height","dart:html#_width","moveNext","current","dart:_js_helper#_toString","dart:_js_helper#_fieldKeys","dart:_js_helper#_getFieldValues","dart:_js_helper#_computeFieldKeys","dart:_rti#_eval","dart:core#_errorName","dart:core#_errorExplanation","invalidValue","length","elementAt","keys","forEach","dart:_js_helper#_newHashTable","dart:_js_helper#_addHashTableEntry","internalComputeHashCode","dart:_js_helper#_newLinkedCell","internalFindBucketIndex","dart:_js_helper#_modified","dart:_rti#_bind","internalGet","hashCode","iterator","dart:html#_addEventListener","then","decode","queryParameters","find","first","initialize","dart:core#_enumToString","dart:_internal#_source","registerBinaryCallback","completeError","dart:_interceptors#_shrOtherPositive","matchTypeError","dart:_interceptors#_shrBothPositive","complete","dart:async#_thenAwait","dart:async#_addListener","dart:async#_cloneResult","bindCallbackGuarded","runGuarded","dart:async#_reverseListeners","dart:async#_removeListeners","dart:async#_setChained","dart:async#_prependListeners","matchesErrorTest","handleError","stackTrace","runBinary","runUnary","run","dart:async#_completeError","dart:async#_asyncCompleteError","dart:async#_setErrorObject","dart:async#_asyncComplete","dart:async#_chainFuture","dart:async#_completeWithValue","dart:async#_chainForeignFuture","dart:async#_asyncCompleteWithValue","add","replaceWith","listBox","setEventListeners","contains","convert","handleSearch","showSearchResultPage","hideSuggestions","updateSuggestions","sublist","clear","searchResults","values","moreResults","classes","innerHtml=","setInnerHtml","sanitizeTree","sanitizeNode","dart:html#_sanitizeUntrustedElement","dart:html#_removeNode","dart:html#_sanitizeElement","allowsElement","any","allowsUri","dart:collection#_addHashTableEntry","dart:collection#_add","dart:collection#_computeHashCode","dart:collection#_newLinkedCell","dart:collection#_findBucketIndex","dart:collection#_modified","dart:collection#_contains","addAll","dart:html_common#_iterable","single","startsWith","substring","dart:_js_helper#_execGlobal","end","dart:_js_helper#_nativeGlobalVersion","readClasses","dart:html_common#_validateToken","modify","writeClasses","join","replace","dart:core#_text","dart:convert#_convert","dart:html#_toHyphenedName","clearSearch","remove","round","dart:html#_toCamelCase","dart:collection#_removeHashTableEntry","dart:collection#_remove","dart:collection#_unlinkCell","sort","dart:_interceptors#_replaceSomeNullsWithUndefined","isNegative","package:dartdoc/src/search.dart#_scope","uri","replaceRange","scheme","hasAuthority","userInfo","host","port","path","hasQuery","query","hasFragment","fragment","hasPort","dart:core#_computeScheme","fold","indexOf","convertGeneral","dart:convert#_convertRecursive","dart:_interceptors#_tdivFast","decodeGeneral","dart:_interceptors#_tdivSlow","dart:_js_helper#_keys","containsKey","dart:_interceptors#_shrReceiverPositive","dart:convert#_fillBuffer","dart:convert#_writeReplacementCharacter","dart:convert#_writeSurrogate","last","fillRange","normalize","decoder","dart:convert#_computeKeys","dart:convert#_upgrade","dart:convert#_process","toggle","open","bindUnaryCallbackGuarded","runUnaryGuarded","runtimeType","cast","compareTo","toLowerCase","trim","call","attributes","dart:html#_clearChildren","dart:html#_replaceChild","$add","$index","$indexSet","$mul","$mod","$eq","_","instanceTypeName","constructorNameFallback","objectToHumanReadableString","interceptorFieldName","receiverFieldName","_rtiEval","propertyGet","start","write","_setPrecomputed1","_lookupFutureRti","asString","asBool","allocate","_setRequiredPositional","_setOptionalPositional","_setNamed","asRti","instanceOf","_getRti","_instanceFunctionType","_getRuntimeTypeOfArrayAsRti","_setCachedRuntimeType","_rtiBind","_getKind","_setSpecializedTestResource","_recordSpecializedIsTest","_setIsTestFunction","_setAsCheckFunction","isSubtype","_getSpecializedTestResource","_isCheck","_getReturnType","_getPrimary","_getGenericFunctionParameterIndex","unmangleGlobalNameIfPreservedAnyways","_lookupErasedRti","_parseRecipe","_getEvalCache","_setEvalCache","_getBindCache","_setBindCache","_createTerminalRti","_setKind","_setCanonicalRecipe","_canonicalRecipeOfStar","_recipeJoin","_setPrimary","_canonicalRecipeOfQuestion","_canonicalRecipeOfFutureOr","_createGenericFunctionParameterRti","_canonicalRecipeOfInterface","_createInterfaceRti","_setRest","arrayConcat","_canonicalRecipeOfBinding","_recipeJoin5","_createBindingRti","_canonicalRecipeOfRecord","_createRecordRti","_canonicalRecipeOfFunction","_canonicalRecipeOfFunctionParameters","_createFunctionRti","_canonicalRecipeOfGenericFunction","_recipeJoin4","charCodeAt","toGenericFunctionParameter","_lookupDynamicRti","_lookupVoidRti","pushStackFrame","push","setPosition","handleOptionalGroup","arraySplice","handleNamedGroup","collectNamed","handleStartRecord","isDigit","evalTypeVariable","_lookupNeverRti","_lookupAnyRti","stringLessThan","lookupSupertype","_getInterfaceTypeArguments","_getRest","_createTimer","_future","future","_setValue","_isChained","_chainSource","_hasError","_error","handleUncaughtError","handlesValue","_zone","handlesComplete","shouldChain","_isComplete","_removeListeners","_cloneResult","_setErrorObject","_scheduleImmediate","tryParse","makeListFixedLength","_stringFromUint8List","isEmpty","_writeOne","hasMatch","checkString","encode","writeCharCode","fromCharCode","_objectToString","writeAll","hash2","hash3","hash4","_startsWithData","notSimple","_writeString","_isZoneIDChar","_isRegNameChar","_isGeneralDelimiter","_isSchemeCharacter","_isUnreservedChar","isNotEmpty","codeUnits","nodes","listen","_tryResume","_hiddenAnchor","allowedElements","allowedAttributes","allowedUriAttributes","map","isJavaScriptSimpleObject","fromMap","[]","getAttribute","dataset","_attr","fetch","suggestionElements","suggestionsInfo","setAttribute","innerHtml","[]=","replaceAllMapped","splitMapJoin","fieldADI","compare","getRuntimeTypeOfInterceptorNotArray","castFrom","checkGrowable","checkMutable","listToString","stringReplaceRangeUnchecked","_containsTableEntry","_getBucket","internalSet","unmodifiable","_equalFields","_isMultiLine","group","isUnicode","_isUnicode","_isTrailSurrogate","_mayComplete","_completeError","hasErrorTest","_errorTest","thenAwait","_mayAddListener","_setError","handleWhenComplete","_whenCompleteAction","handleValue","_onValue","hasErrorCallback","_onError","setToString","_isUpgraded","parseHexByte","withBufferSize","_combineSurrogatePair","_isLeadSurrogate","convertSingle","extractStackTrace","decodeQueryComponent","_initializeText","_writeAuthority","encodeQueryComponent","_computeUri","_isHttp","_isHttps","_isFile","_isPackage","left","top","common","_validators","allowHtml5","allowTemplating","head","_canBeUsedToCreateContextualFragment","_cannotBeUsedToCreateContextualFragment","_getItem","_matches","_strip","_classListLength","_add","_remove","_toggle","_toggleDefault","toList","_toListGrowable","_removeNode","_filtered","children","allowSvg","-","printToConsole","fromJson","jsonDecode","FetchResponseExtension|get#text","removeSelectedElement","showSuggestions","showEnterMessage","scrollTop","scrollHeight","offsetTop","offsetHeight","scrollIntoView","provokeCallErrorOnNull","provokeCallErrorOnUndefined","provokePropertyErrorOnNull","provokePropertyErrorOnUndefined","fromList","identityHashCode","patchInstance"], - "mappings": "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AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAGAA,KADIA;AAGAA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AACAA;AACAA;AAEIA;AACJA;AACAA;AACAA;AAEIA;AACJA;AACAA;AAKAA,KADIA;AAGAA;AACJA;AACAA;AACAA;AAEAA,QACFA,C;EAWIC,YACWA;AAEbA,oBACcA;AAEDA;GAGMA;AACTA;WAGVA,QACFA,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EEstOcC,MACVA;AAIAA,qBACEA,cADFA,QAGFA,C;EAi7BQC;CAEsBA;AnCrhY9BC,WmC2ksBAC,QAtjU8BF,gBAGAA,WnCxhY9BC;AmCwhYED,OAAwDA,MAAPA,QACnDA,C;EAyqCcG,IACLA;IAq/HAC,GAn/HOD,mBAIdA,QACFA,C;EA4+HsBC,IAEpBA,yBAEKA,GAAKA,eACZA,C;EA4G2BC,QnBv7iB3BC,eAAyBA,WAhPrBC,kBmBqrjBFF;;AAkklBWA,cA1ilBOA;AA0ilBPA,eAvhlBkBA;AAK3BA;AAGFA,Q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", - "x_org_dartlang_dart2js": { - "minified_names": { - "global": "nd,358,n7,364,n8,364,n9,364,id,1095,kX,1096,dK,1097,bh,1098,jb,1099,kT,1100,bR,1101,kl,27,kf,24,av,1102,nq,25,n2,56,fR,1103,lj,1104,t,1105,bC,93,T,153,mP,155,k6,148,mI,149,k0,150,n,89,km,10,p,12,iw,1106,iZ,5,O,1107,be,1108,jt,1109,bf,1110,cE,28,b,23,aY,1111,fr,1112,i2,129,jp,1112,aG,1113,ci,1114,hv,1115,jf,1116,jl,1117,A,1118,ix,1119,aE,1111,Z,280,cX,290,J,96,bT,1120,E,1121,db,1122,aA,77,iX,20,k2,136,ll,1123,fj,1124,aS,353,dh,1125,jY,352,fI,1126,b2,1127,iA,1128,fJ,1129,w,1130,bz,145,kh,37,dD,37,jn,1131,iB,1132,aN,1133,iF,1134,eZ,1135,bc,103,jG,1136,jI,1137,lD,1138,jH,1139,aQ,1140,lP,1141,ct,1142,lF,1143,lE,1144,jN,1145,iK,1146,jM,1147,lC,1148,jJ,1149,lH,1150,jF,1151,ek,1152,jL,1153,lQ,1154,cM,1111,cL,279,cr,1155,W,1156,az,1157,mp,111,mq,109,lK,1158,lL,1159,aI,1160,aC,217,cs,1161,lN,1162,cD,216,jr,1163,lO,1164,iJ,1165,iI,1166,lM,1167,hQ,1168,aR,84,cB,85,mN,87,mO,86,lG,1169,lU,1170,lm,1171,ff,26,cu,1172,jZ,105,hL,106,an,1173,l9,1174,mD,294,jq,1175,V,1176,c3,1177,dg,527,fS,1178,fM,1179,fL,1180,fU,1181,bN,1182,iY,1183,nb,63,jw,1111,ht,1184,ng,58,ke,1185,i7,1186,il,1187,ka,1188,im,61,ki,60,j_,376,o,1189,dW,288,nc,64,na,66,kk,1190,ni,62,bB,67,ia,1191,ib,1191,ic,1191,e9,1192,kQ,1193,kW,1194,kU,1195,ja,1196,j8,1197,j7,1198,j9,1199,kV,1200,kR,1201,dF,1202,bb,41,mX,42,mt,39,hg,1203,R,1204,cq,1205,jB,1206,iU,101,n_,107,kc,90,by,95,n3,100,iS,97,mr,98,lT,1207,n4,99,jO,1208,k_,119,lJ,1209,ml,117,mb,127,ma,125,mn,118,fb,112,ne,91,G,210,iE,1210,k1,211,mv,212,mz,215,jX,214,js,1211,j,1212,my,124,aB,110,mC,126,mo,114,k3,128,mu,123,mx,140,mA,144,nf,151,mw,116,mB,115,mY,68,mm,113,kj,354,ie,1095,ig,1213,ap,1214,e,1215,K,1216,fz,1217,a7,1218,jm,1219,fZ,1137,iH,1111,mf,227,mc,228,me,229,md,230,mR,232,mE,225,fp,1220,iQ,137,m9,139,v,1221,kS,1111,cS,1222,f,1223,c9,1224,aX,0,ak,1225,C,1226,i6,1227,fc,4,eM,1228,ai,33,aT,36,bL,1229,cn,1230,fQ,1231,aU,34,mQ,35,iz,1111,c2,1232,dX,1233,c4,1234,aw,1235,nk,71,fV,1236,jv,1237,fW,1238,de,32,mg,231,hT,1239,hU,1239,I,1240,is,1123,mJ,238,bv,1241,hh,1242,ba,249,k8,241,e4,1243,cz,1244,bA,1245,iT,1246,mG,239,cA,1247,lt,1248,h9,1249,h8,1250,lI,1111,hJ,224,hK,1251,r,1111,dZ,287,hb,1252,ha,1253,hx,1254,k4,246,i3,245,i4,1255,mL,242,l0,1256,l_,1257,ca,1258,hr,1259,hq,1260,hp,1261,jD,1262,ho,1263,fi,1111,cN,233,j5,1264,k5,247,mK,248,hs,1265,e3,1266,hi,1267,ly,1268,hl,1269,hm,1269,hn,1269,nl,243,hk,1270,hj,1271,hB,1272,iV,1273,i5,1274,b9,1275,mi,366,cF,375,fF,524,lh,1111,bV,1276,bJ,1277,ao,6,iR,371,hW,1278,hX,1278,mF,370,jd,1279,c1,1280,jE,1111,jK,1111,jc,1281,f0,1282,aH,1283,it,1284,hR,1285,dJ,1111,bq,289,bK,1286,ay,1287,fN,1288,em,1289,fO,1290,jj,1117,bS,1111,cb,1291,iG,1292,hu,1293,cc,254,eS,348,hI,1294,hG,1295,hH,1295,ax,1296,e2,1297,hz,1298,bw,343,d8,1299,L,1300,lx,1301,fs,1302,ft,1302,q,1303,eR,1304,kZ,1305,fo,1306,iv,1307,l8,1308,iD,1111,i0,1309,nn,73,h7,1310,k9,72,b3,1311,et,1312,jh,1313,N,1111,fu,291,fD,1314,j0,70,cO,1315,le,1316,lf,1317,jg,1318,fm,1319,lB,1111,ef,1320,ji,1321,n0,38,hC,1322,hD,1322,hE,1322,hF,1322,aP,1323,hd,1324,jk,1325,lb,1326,la,1327,lc,1328,hc,1329,hA,365,fC,1330,fA,1331,fB,1331,eF,1332,eE,1333,jx,1334,k7,332,eH,1335,m1,1336,bx,1337,m2,1338,lZ,1339,jo,1340,m0,1341,m_,1342,iN,1343,lY,1344,iL,1345,ik,1137,jP,1346,jz,1347,bt,1348,h1,1349,iP,1350,cV,1351,lX,1352,lr,1353,hO,1354,m7,1355,m8,1356,ar,1357,ju,1358,lk,1359,ls,1360,jA,1361,h5,1362,h4,1363,kY,1364,cw,1365,cx,1366,jT,1367,iO,1368,iM,1369,mT,22,i9,1,hM,1370,hN,1371,jV,1372,hP,1373,mh,78,mZ,21,m3,1374,m5,1375,m6,1376,jS,1377,jQ,1378,jR,1379,lW,1380,jU,1381,jy,1382,m4,1383,h_,1384,h0,1385,lq,1386,fY,1387,lV,1388,mj,331,hY,1389,hZ,1390,i_,1391,ea,1392,fX,1393,j6,1394,mk,75,li,1395,lg,1396,mH,257,hV,258,ep,1397,eq,1398,nj,373,b8,1399,io,1400,ip,1400,fP,1401,i1,1402,ih,1403,je,1404,ii,1405,ij,1405,l3,1406,fx,1407,fy,1408,jC,1111,hf,1409,mS,351,eh,342,hy,635,jW,1410,iy,1411,bj,1412,u,1413,dc,1414,F,1415,bQ,1416,a,1417,aL,1418,dA,1419,b7,1420,b_,1421,al,1422,bl,1423,bm,1424,fE,1425,H,1426,U,1427,bk,1428,k,1429,bP,1430,dd,1431,d,1432,aK,1433,aO,1434,c6,1435,fT,1436,bM,1437,dY,1438,bs,1439,y,1440,bF,1441,bG,1442,ae,1443,cT,1444,cU,1445,dP,1446,iC,1447,fK,1448,dn,1449,bY,1450,dp,1451,bo,1452,bW,1453,bX,1454,dq,1455,dr,1456,ds,1457,dt,1458,du,1459,dv,1460,dw,1461,bZ,1462,b6,1463,c_,1464,eg,1465,z,1466,c7,1467,hS,1468,hw,1469,f_,1470,bU,1471,aM,1472,at,1473,cj,1474,fk,1475,fl,1476,cW,1477,cY,1478,fq,1479,fw,1480,fv,1481,fG,1482,fH,1483,h2,1484,h6,1485,h3,1486,he,1487,dz,1488,eP,1489,e_,1490,l,1491,ns,1492,nt,1493,cI,1494,cJ,1495,nu,1496,cK,1497,nw,1498,bg,1499,bE,1500,aW,1501,nz,1502,a3,1503,nA,1504,nB,1505,nD,1506,nE,1507,d_,1508,nF,1509,x,1510,bi,1511,fn,1512,nG,1513,P,1514,a_,1515,d0,1516,d1,1517,nH,1518,d2,1519,aZ,1520,nJ,1521,d3,1522,bH,1523,b4,1524,bI,1525,d4,1526,d5,1527,ah,1528,m,1529,h,1530,c,1531,nK,1532,a4,1533,d6,1534,d7,1535,d9,1536,a5,1537,da,1538,b0,1539,bO,1540,nM,1541,a6,1542,as,1543,b1,1544,nN,1545,aJ,1546,bn,1547,nO,1548,nP,1549,di,1550,nQ,1551,nR,1552,dj,1553,dk,1554,dl,1555,a8,1556,dm,1557,c0,1558,nS,1559,aa,1560,dB,1561,dE,1562,dG,1563,nU,1564,nV,1565,ab,1566,dH,1567,ac,1568,dI,1569,ad,1570,dL,1571,X,1572,c5,1573,dN,1574,dO,1575,br,1576,nX,1577,b5,1578,af,1579,Y,1580,dQ,1581,dR,1582,dS,1583,ag,1584,dT,1585,dU,1586,S,1587,e0,1588,e1,1589,o9,1590,oa,1591,bu,1592,e7,1593,c8,1594,el,1595,cd,1596,oe,1597,eK,1598,eQ,1599,e5,1600,iu,1601,a9,1602,D,1603,ck,349,cZ,1604,nr,1605,nL,1606,am,1607,df,1608,aq,1609,dx,1610,dC,1611,bp,1612,dM,1613,i,1614,au,1615,dV,1616,cP,1617,nv,1618,cQ,1619,cR,1620,aF,1621,dy,1622,B,1623,Q,1624,cy,1625,ce,1626,cf,1627,cg,1628,ch,1629,cv,1630,e8,1631,eb,1632,ec,1633,ed,1634,ee,1635,ei,1636,ej,1637,en,1638,eo,1639,eu,1640,ev,1641,ew,1642,ex,1643,ey,1644,ez,1645,eC,1646,eD,1647,eG,1648,cl,1649,cm,1650,eI,1651,eJ,1652,eL,1653,eT,1654,eU,1655,co,1656,cp,1657,eV,1658,eW,1659,f1,1660,f2,1661,f3,1662,f4,1663,f5,1664,f6,1665,f7,1666,f8,1667,f9,1668,fa,1669,er,1670,es,1671,eA,1672,eB,1673,eN,1674,eO,1675,eX,1676,eY,1677,e6,1678,nh,357,i8,377,ld,1679,kg,11,iW,49,no,55,ov,57,fd,83,a0,108,og,130,oi,131,oh,132,oj,133,ol,134,ok,135,om,138,on,141,op,142,oo,143,or,146,oq,147,lS,1680,lR,1681,lu,1682,lv,1683,lw,1684,mM,240,nW,1111,lz,1685,lA,1686,l4,1687,np,374,nI,1072,nY,1688,nZ,1689,o_,1690,o0,1691,o3,1692,o4,1693,o2,1694,o1,1695,o6,1696,o5,1697,ob,1698,o7,1699,o8,1700,oc,1701,of,1702,os,1088,ou,1089,od,1703,nC,1704,ot,1092,nx,1705,ny,1706,l1,1707,l2,1708,l5,1709,l6,1710,l7,1711,ln,1712,lo,1713,lp,1714,nT,1715,ko,1072,iq,1088,cG,1092,kp,1688,kq,1689,kr,1690,ks,1691,kv,1692,kw,1693,ku,1694,kt,1695,ky,1696,kx,1697,j1,1698,kC,1703,kn,1704,kA,1700,kz,1699,kD,1702,kE,1089,kB,1701,aD,1716,bd,1717,a2,1718,cC,1719,aV,1720,kK,1721,bD,1722,M,1723,aj,1724,ir,1725,kN,1726,kI,1727,nm,1728,cH,1729,kb,1730,mU,1731,mV,1732,mW,1733,a1,1734,fh,1735,kF,1736,j3,1737,kL,1738,kP,1739,n5,1740,n6,1741,kM,1742,j4,1743,kG,1744,ms,1745,kJ,1746,fg,1747,kO,1748,j2,1749,kH,1750,fe,1751,kd,1752,n1,1753", - "instance": "bL,1754,bJ,1754,bP,1111,bM,1755,bO,1111,bK,1756,bN,1111,au,1757,L,1758,a_,1759,ga_,1759,Y,1760,gY,1760,b5,1761,gb5,1761,be,1762,gbe,1762,n,1763,q,1764,gq,1764,j,1754,bc,1765,c_,1766,b4,1767,bV,1768,k,1769,aD,1770,gaD,1770,aC,1771,gaC,1771,aP,1772,gaP,1772,h,1773,gh,1773,sh,1773,p,1774,D,1775,gD,1775,A,1776,aF,1777,aY,1778,bs,1779,aG,1780,bt,1781,b6,1782,G,1783,cB,1784,t,1785,gt,1785,v,1786,gv,1786,bR,1787,a7,1788,co,1789,aS,1790,gaS,1790,bk,1791,ct,1792,gct,1792,aO,1793,b3,1794,a3,1795,ga3,1795,bw,1796,ak,1797,ae,1798,J,1799,b9,1800,ai,1801,ba,1802,aV,1788,av,1803,ab,1804,bh,1805,cM,1806,ad,1807,aI,1808,b8,1809,aH,1810,cC,1811,cw,1812,aa,1813,gaa,1813,cK,1814,aU,1815,cI,1816,a0,1817,b_,1818,ca,1819,aZ,1820,b0,1821,az,1822,bT,1823,bS,1824,u,1825,bx,1826,U,1827,gU,1827,bF,1828,E,1829,X,1830,cA,1831,bG,1832,aM,1833,cS,1834,bI,1835,by,1834,ah,1836,a8,1837,ga8,1837,bB,1838,gbB,1838,bu,1839,gbu,1839,P,1840,gP,1840,I,1841,gI,1841,sI,1841,a9,1842,H,1757,aX,1843,bE,1844,c9,1845,a2,1846,c8,1847,W,1848,O,1755,bg,1849,cg,1850,b1,1851,bQ,1852,aA,1853,aw,1854,aE,1855,b2,1856,bX,1857,N,1858,ao,1756,ac,1859,gac,1859,cn,1757,V,1860,gV,1860,B,1861,m,1862,M,1862,bZ,1863,cr,1864,gcr,1864,c2,1865,gc2,1865,R,1866,aJ,1867,cD,1868,ap,1869,T,1870,aT,1871,af,1872,gaf,1872,bY,1873,S,1874,bi,1875,bm,1831,a5,1876,a6,1877,bb,1878,c5,1879,c4,1880,bd,1881,cz,1831,bH,1882,c7,1883,aQ,1884,gaQ,1884,b7,1885,gb7,1885,bz,1886,gbz,1886,F,1861,Z,1887,ar,1888,gar,1888,bn,1889,gbn,1889,bA,1890,gbA,1890,aN,1891,gaN,1891,an,1892,gan,1892,bv,1893,gbv,1893,bq,1894,gbq,1894,aR,1895,gaR,1895,bo,1896,gbo,1896,bl,1897,gbl,1897,bp,1898,gbp,1898,bW,1899,cv,1900,br,1901,cm,1902,aB,1903,cc,1904,cp,1905,cd,1906,c1,1907,gc1,1907,a4,1908,cb,1909,c0,1910,aK,1911,cf,1912,am,1913,gam,1913,al,1901,cs,1914,cE,1915,cq,1916,gcq,1916,a1,1917,ce,1918,c3,1919,aj,1797,aW,1920,cF,1921,ck,1797,gck,1797,cj,1922,cP,1923,C,1924,gC,1924,ag,1925,cu,1900,bj,1926,cQ,1927,cR,1928,cl,1829,cT,1929,gcT,1929,cO,1923,cJ,1816,cN,1815,cL,1814,cG,1796,ci,1930,gci,1930,bf,1758,cH,1876,bU,1931,c6,1932,aL,1831,bC,1933,i,1934,l,1935,bD,1936,aq,1937,K,1938" - }, - "frames": "ohIAuEiBulCyC;QAEF4zByC;sXE4RF5zB2C;QAEF4zB2C;eAkqBwB5zBsB;eAEFA6B;+tDGllBb6zBiB;cAAAAa;6CAuBQCM;gJAYVDiB;6MA+BIEW;qbAkmBUnzBoB;0KAgCnBAwB;gBASAAuB;8DAyCcZsC;yfAyQZAmR;iZA+MJAW;8fA2DOA+B;qZAAAAiE;mBAkCcA+B;gBAOpBAkC;wFAKCAU;4EAWiBAqE;wHASjBAU;0EAiCuBAW;4DAGtBAW;4UAwHFAAGz4D0BAgE,A;2fH0iEtBAgD;AAEAA6O;gvCAyPFA4D;6sBAqF6Bg0BuC;AACHCmC;yEA4HtBr2DAC5gETs2DoB,M;qDDkiEcl0BiD;kKAuJXAY;u2BEl/ED5hCAA2BT0gC4G,A;8HAZS1gCAAYT0gC4G,A;6dArEuBpgCAAzChBy1DmD,A;qrBAiRSv1D4D;2nBKtIhBurDADjBQnqBgD,A;WCiBR6oB0B;AAC+DuLa;AAA7DCQ;oBACAAI;yBAGFAQ;iyDN7HQCmB;WASeCO;mBACfDiB;AADeCM;4qCA+hBACO;AACICS;2LA4BsBCAA9QR10Bc,A;AA+QrB20BM;AAEACM;AAEACK;iHAwCFCS;iEAaZz0DAA9CkC00DK,A;sEAqEpCx0DAAxEuCw0DG,A;sUA8Jd10DAA3JW00DoE,A;uGAiL5Bn1D4B;mEAyEyBmBAI12BtBi0DqB,A;aJ02BsBj0DAI12BtBi0DW,A;CJ22BKCgBAlFlB50DAAzKsC00DiB,A,A;4EAiQLGO;wBAOMj0DU;gBAAAAAAKrCk0DY,A;oBAQgBvxB0B;iBAGX5DAAmCTAAAAAAAACMm1BG,A,A,W;6BAhCFl0DM;gBAAAAAAfAk0DY,A;sDAuBWjBsB;mCAQFkBwB;mBAGNlBwB;qBAKkBt0D0B;+DAgErBoEmD;8BAGIqxDG;+EAgBAAG;oMAsBACU;wEAUCCgB;mEASLCK;0CAsCAxxDoC;8EAUAyxDK;8PAsBGCmB;wHAwBOCG;iBAKVp1DAAthBuCw0DG,A;8IA6iB7BYG;iBAKVp1DAAljBuCw0DG,A;uYA2nBvB7uBuB;sDAiBT0vBS;imEAqPF5xDAAs5DPkEG,6E;2DA74DmB2tDAA5yCCCO,A;20BAg8CJCAA56CIDG,A;gDDtOFEmB;qNCo1DHCgB;iMA0DLCoC;gCAOMCG;cAGVCa;+BAIIFkC;kCAMMGI;cAGVCiB;+FAiDFbS;AACADQ;+DAyF8BeAAIpB7BAAtyDP10BsB,A,AAuyDHw2BM,AACACM,0B;8BAKSCAA/CXCsB,A;oKAkEYjCAAh0DP10BsB,A;AAi0DHw2BM;AACAIK;CACAHM;sCAMSIAAzEXFsB,A;yTAyGYjCAAz2DP10BsB,A;AA02DHw2BM;AACAIK;CACAHM;sCAMSKAAhHXHsB,A;4FA2HmBtBG;AACfrxDiE;8BAGKuwDgB;sCAKGGAAt4DP10BsB,A;AAu4DHw2BM;AACAIK;CACAHM;gFAUAMAAKUrCAAx5DP10BsB,A,AAy5DHw2BO,AACAIM,AACAHM,0B;kKAqBmBjCO;wEA0BVwC6B;kCAKMCAAKLvCAAp9DP10BsB,A,AAq9DHw2BM,AACAIM,AACAMS,WAGE5CS,AAEFmCM,0B;2DAyBSUkB;QAEACGAlBNCuB,A;kCAuBYCAAKL5CAAjgEP10BsB,A,AAkgEHw2BO,AACAIM,AACAMM,AACATM,0B;qBAgBScoC;gCAKTCAAKU9CAA/hEP10BsB,A,AAgiEHw2BO,AACAIM,AACAMM,AACATM,0B;qBA6CSgBAAtCPCiB,AADY9zBO,AACZ8zBkJ,A;8CA2CFCAAKUjDAA1lEP10BsB,A,AA2lEHw2BO,AACAIM,AACAMM,AACATM,0B;uBAcSmBSARXCwB,A;8PA4CYnDAAhpEP10BsB,A;AAipEHw2BO;AACAIM;AACAMK;CACATM;6FAyKOqBgB;qUA4BCCmB;qBAIkB9BiB;qBAIA+BiB;sBAIACiB;sBAItBCAAgFRCS,AACACQ,A;qQAtCQFAAqCRCS,AACACQ,A;8CA9BQFAA6BRCS,AACACQ,A;cA1BQCAA2KS71BYAoCE81BI,gBAEnBFiC,A,A;uBA7MQFAAqBRCS,AACACQ,A;eAlBQGAAyKSCYAqCEFI,gBAEnBFiC,A,A;cA5MYK0BA+KZNqC,AAEADAApKACS,AACACQ,A,M;oXAsBoDMoB;2DAUpCCiH;6eAsFyCjEAAj+ElB10Bc,A;AAk+Ef20BM;AAEACM;AAEACY;sKA+CA+DkB;wBAIACkB;0FAOLPI;gBAEnBFY;qmBA0IEp0D0B;q6CAgMsB8wDI;sDAQAAI;wDASAAM;8FAoBXgES;oGAQArEM;sBAEQKM;kIAuCEiEQ;2NAgBTCAAroGwBCG,A;GAsoGxBDAAtoGwBCG,A;uFA0pGpBnEO;AACAAI;8wCWh1GZoES;4BA2BRl5BU;wBA4GWASAxCSm5BAAAAn5ByB,A,a;uCAuDHo5BE;yMA2DMp5BqB;AAAAq5BW;4HAiCXxQM;oLC2OIyQiB;AACICG;6GAqBJDkB;AACICI;mGAoBX3vDgB;uFA+IkB4vDqB;gCAGYCG;AACxBCM;sHA+BcCG;2CACDCK;0CAIbFM;mDA4EIGG;wLAkBTCwB;wBAMgBCe;AACFCuB;AACZCyB;gDAcIDyB;iBAEVXiB;AAGAamB;uQG31BQCU;iBAUqBn6BqB;qCAKrBm6BU;sFAoBkBn6BiB;+KAuD3Bp2BW;iBCy4EGo2BqB;OAAAAU;6pDE5/DmCAwC;kBAQ9BAuC;gBA0eMAsB;uIAqdnBAAAAAAO,A;uKG/2CeAkB;kFAoBNmoBG;oqBC7BAnoB+B;qmDfmFMo6BgB;0TAqQNCO;+LA2EECmC;0BA8EHt6BiC;kDA+DQu6BgB;AAEDCO;2BAGFAO;qBAGEAU;2FAiIoBCgBF7qBcCK,A;cEorBnCCkB;oEAKRCAAjLaCyC,A;sKV1iBVCO;4zB8B4vBCCmB;8EAqBc/6Ba;qBAGpB+6B6B;qBAMK5SG;gtBCrqBa6Se;iEAGACoB;2DAIAC2B;wHCsrBFCkH;+sBAAAAS;YAAAAI;4eAsOTn7B0B;CAIGo7BiF;KAAAAsEA0dAhBO,iG;KA1dAgByD;OAAAA4C;28DAi7BMvqBkC;iMAoCP7QiD;+GAeIAc;2GASXq0BAtBp+CJgHO,A;+BsBw+CaC0B;+BAGIt7Bc;wJAHJs7Ba;2BAqBGt7Bc;AAAJq0BoB;kFAYLlMG;0LA4BQnoBc;6GAWXq0BAtBhjDJgHO,A;+BsBojDaE2B;+BAGIv7Bc;wDAQJw7ByB;+MAaGx7Bc;AAAJq0BoB;0GAaLlMG;gNAeAsT0B;iYA4CIlBa;sFAeAAY;iPAoBEv6Be;wCAuBNmoBG;yNAiCHuT2C;OAIYbkC;0vBAmGoBW0B;wMAkBpBx7Bc;AAAJq0Ba;oBAAAACtBx2DZgHY,A;0DsBq3DOlTG;iOAwEQwTAC/1DOpBa,A;YDi2DLAY;4OAsCDAgC;iFAYLAQ;sBAA4CAiB;0mBAuZhDjQK;2BAAAAU;mCAtBgCsRAHtnFV57BW,A;oRG4oFtBsqBS;8nBAg1BQsJe;ggHE6mRCvLAYhxYyBroBW,A;AZgxYzB67BAA6tUL77BQ,A;2BA7tUKqoBAYhxYyBroBmB,A;mKZuijBrBAA4BljhBKAA/C7nCvBAAA9B0Bo5BAAAAp5B0B,A,A,kB,A;0CmB2ujBxB87Bc;kBAmBAAe;wEA0mlBN97BAAAAAAAQE+7B8B,A,A;kCA8mB6B/7BAAi2FJAAAeag8BAAAAh8BoC,A,4B,A;cAj3FxCAQ;6DAoCiBmuBoL;6EAgtDXnuBAA5KkCi8BQ,AACECQ,AACGCc,A;AA2E7Cn8BU;AAkGco8BAD/5sCDp8BU,A;qDC22uCJ6oBG;89GChqvCLwT2B;gdCmdcr8BA0BwsBSAA/C7nCvBAAA9B0Bo5BAAAAp5BiC,A,A,gC,A;+sBsBuHtBs8B4FAIoB1IW,+O;OAJpB0IAAUW1IoB,gB;mcClHY2IAJgimCKAAA9G3BCyB,A,A;AIl7lCsBCAJgzZQz8BS,AAAkBmzBAA9LfnzBa,A,A;AIlnZXu8BAJgimCiBGsB,A;iCI1hmCpBHAJ0hmCQAAA9G3BCyB,A,A;AI56lCmBCAJ0yZWz8BS,AAAkBmzBAA9LfnzBa,A,A;AI5mZdu8BAJ0hmCoBGgB,A;6FIhhmCXHAJghmCDAAA9G3BCyB,A,A;AIl6lC4BCAJgyZEz8BS,AAAkBmzBAA9LfnzBa,A,A;AIlmZLu8BAJghmCWGoB,A;gEI7gmC3BfATmYGpBqB,A;mCS7XagCAJugmCDAAA9G3BCyB,A,A;AIz5lC4BCAJuxZEz8BS,AAAkBmzBAA9LfnzBa,A,A;AIzlZLu8BAJugmCWGoB,A;yDIpgmC3BfAT0XGpBqB,A;iPUzYxBoCS;SAAAAuC;gDA0EkDCoB;AACLCY;0HAoRjBCyC;+UAmBqBnBAVuBzBpB6C,A;2EUpBI/oDSAoEpBurDgB,kB;AApEFCALojlCJF0B,A;kJKlilCEprDyIAkCoBorDyB,kD;+JAMsBGAVlZhCCO,A;y7BYvCHXyC;AACcAsD;eAErBO0B;AACAA0B;AACOE2C;AAEPF0B;AACAA0B;AACOEwC;+REX0BGmE;yBAkBAA8D;2XrCiHnBhrDAA8CgB4sB0D,A;qMAfhC3sBAAmB0B2sBqF,A;sd2B6bRq+BqB;2tH3BrUYrJW;gBAqB5BsJgB;giB2BtLsBCA8ByFuBt9BkB,A;gC9BzFvBs9BA8ByFuBt9B4B,A;6B9B4C/Cu9B6B;gtBA0RACqB;4ZAsJ4BCe;gBAcEz9BoB;kJAmD9Bw9BuC;umDJjrBOEiC;+wChC/FuB19BS;iBAAAAe;OAAAAa;4YAoKPAmB;6BAAAAqC;gNE9IGAmB;yBAAAAc;iPA2UAAmB;0XA6DAAmB;66CG4rCEu6B+B;g5BAo6BVxGS;gKoB19EP/zBmB;yDAAAAW;UAIqBwpBgB;YAAAAAAJrBxpB4B,A;8EAWF29BS;qSA8CICG;wPAiBXCkI;kRA6G2B79BiC;ghBAuHlBAU;sBAAAAAA0BbAAAAAAO,A,A;kiBfnUMq0BO;iYA4CQyJ2D;8HAoDqCCkC;gKCzFpCCG;0JAmFFh+BW;qCAgDGo0BG;+CAQkB6JK;mNAuElB7JkB;AAII8JAA5GECe,A;4EA+GVC0B;6rCLnLHlKiB;qDAMyBkBM;AAymC3BMqB;02BWl7BG11Bc;iMC5QIq+BW;iEAQZCS;6EAgBYDW;qFAwHPEW;oBACE3EY;AAA6B4EI;8CAazB5EK;kGAQLDU;qTAmIkB9QW;kGAoBA7oBuC;QACPqqBwD;wDASOrqB+B;QACPy+BwD;6GAgGbCG;6CAQiBnFQ;AACLQY;uBAQdnwDgB;gFAQE80DG;kGAiBiBnFQ;AACLQY;mCAQdnwDgB;mSAqJFyvDW;oCAQAsFmB;iGAkEA/0DmB;kGAwBAAmB;kkBAwEyBg1DGAnmBlBhFS,AAAUiFa,A;gCAqmBwBpFE;2BACDAQ;mDAOcMiB;AAC3BPmB;IACqBCI;+LAkBjBqFC;IAAAAAA5qBxBlFS,AAA+BmFO,A;gIAqrBCtFS;iBAElBuFAA7rBdCU,A;0DAksBsBxFa;6QCwtB3BCU;4GAYAAU;soBKxdS15BwB;KAAAAAA6XbAAAAAAU,A,A;yMAnWe49BiB;qzBA+JiB59B+B;qhByBvvCJAkB;sBAAAAW;8CA6QFs9BAiBvDuBt9BW,A;QjBuDvBs9BAiBvDuBt9B8B,A;sFjBkS5By9Be;sStBlafpJe;AACAAAd2fJgHU,A;Ac1fIhHW;sUyBGe6KkB;4DA0CErWG;eAAAAiB;mBAMKAe;AAFS0RuB;AAET1RG;AAAtBwLe;AAAsBxLgB;0BAMHAG;AAFnBwLkB;AAEmBxLgB;sHA+FeAM;qBAAAAS;iIxB5IlCsWG;iJAWYAa;AAA2B7VK;sCAMvC6VU;AAAiC3VAH9G1BxpBM,G;kBG8G0BwpBOH9G1BxpBW,A;QG+GJAc;+BASHm/BS;4HA+BAAS;4GAiCAAS;4QAgDAAS;2VA0DWAiB;0CASAAU;kCAEchVAQ4YCnqBuB,A;6dPtnBjBo/BqE;wNAqBmB9VqB;oEAQdtpBc;AAAJq0Ba;mBAAAuGAhBgfGCiB,A;0FgBheYvRQ;uGASvB+KAhBkdNgHK,A;QgB9cyClTG;kmBwBsE1BnoBc;0FAQRmoBG;2DCnCqB4Ea;UAAAAI;4LxB5GDsSc;gDAYZjSqB;iKAmDFkSiC;6UAqCACU;0YAoJNv/BY;AAAAw/Be;8VA8QqBx/BoC;0lBAatB46BAjBCWCa,A;iFiBQLDAjBRKCa,A;ciBaLDAjBbKCa,A;kBiBoBLDAjBpBKCe,A;AiBqBLDAjBrBKCC,AAAjBQa,A;wMiBiDQTAjBjDSCW,A;iFiB6DbDAjB7DaCmB,A;oCiBsEV1SG;yEjB7dgCsXmB;s1BVoQfpWK;2hD8BzOiBrpBgB;UAAAAa;8fpBnMX+zBc;qRsBgvCpB2LsB;wEAKFAwB;AACAAyB;weAoNqBCMAg2ClBhEAH57EWpB2B,A,AGg8ElB7Ja,+BAIFkPOA/BYjEAHr6EQpBsB,A,4BG46EpBlG4B,A,yD;sLAt0C8DrDG;qCAA9DhxBG;wVAwac0wBG;iBAEIiLAHhhDEpBmC,A;qBG0hDyBAiB;iSA47B3C7JmB;IACACa;oEAIAIa;sBACACK;oBACACa;sBADADK;kPAnlBe6OuC;AACUlEAH14DPpBc,A;AG24DlBlGAtB/rDJgHS,A;AsBgsDqBwEW;AAHFAa;0NAssCEC2FAgBd9/BG,A;0BAhBc8/B2B;2kBA02BjBCgC;aACAC6B;cACACwB;aACAC+B;8OAaAH+B;UACAC6B;oNAoDGhgCI;AADF+wBQ;4MAgEe4KAH7jIEpBgC,A;wCGukIkBAiB;koCE0rNpB4FoB;AAAOCgB;wIAKzBDoB;AAAcAiB;aACdCmB;AAAaAgB;0HAIeDoB;AAAMCK;CAAAAU;odAi9CIpgCmB;sCA8JXAW;mFAumBCqgCAA28xBuBCc,cAyBvDDAAAAAAACEEAAoFA7TO,Y,AAnFA8TAAiKA9TO,+B,A,A,A;2BAloyB4B1sB+B;+LAkBVygCwB;iLAkBdCAA0BDCiF,A;orDAk7P4BCkB;4TA0GAAkB;+lBAmhClBtXyB;sMAeuBAuB;0JAsFLiTe;SAGepSAA86cnCnqBU,A;iCA96cmCmqBAA86cnCnqBQ,A;06BA55UoB4gCkB;wiCAg0DlBrEgB;mVA0aMv8BoC;AACV67BAA1sME77BW,A;IA0sMiB67BAA1sMjB77BY,A;0IAiyMQA6B;AAId67BAAryMM77BU,A;uCAuyMO67BAAvyMP77BU,A;SAwyMF67BAAxyME77BW,A;IAwyMe67BAAxyMf77BQ,A;oJAg2MQA6B;AAId67BAAp2MM77BU,A;uCAs2MF67BAAt2ME77BW,A;IAs2MmB67BAAt2MnB77BQ,A;gGA27MFqtBQ;qzCAiqJW8SoB;AAAOCmB;AAAM5XqB;AAASCmB;qHAKxC0XoB;AAAcAiB;aACdCmB;AAAaAgB;aACb5XkB;6BACACmB;wFAE4B0XoB;AAAMCmB;AAAK5XqB;AAAOCQ;CAAAAU;upCA4oC9B8TU;8CAAAAAA4DXCoB,A;kJAjDDqEwB;uCAiDCrEkB;qDAIPMI;2DA0GkCPAA9G3BCkB,A;mBA8G2BDwB;AAAYGO;qBAG9CMAA7GAFI,A;EA6GAEwB;AAAYNY;6bAiBNmEoB;UACACI;MAAAAc;kCAQADoB;YACOCI;MAAAAY;iIA+yBEvGY;2EAWCwGiB;sBAaTCoC;mBAImBCU;EAAAAuC;+BAInBCAAiDDCqB,A;uIAkhCmB5GQ;sPA+Cdv6BkB;sBAAAAW;g2BAitDCu8BAA9xHLCmC,A;mrBAogKIDAApgKJCG,kvB;iwBA4jKU4EADzyuCJCS,A;AC0yuCM/X0B;AAObiT6C;iCAAAAQ;YAAAAAApkKCC2B,A;AAskKiBDAAtkKjBCmH,A;sVA+8JD8EK;iEAAAAsBAwBJzRiC,iB;iyBqBv6vCE4KW;8OAqCyCtQW;wBAyBfbE;qTC3C5BjBU;mBAAY+TAzDgZZxIS,A;AyDhZAvLAVkJuCroBW,A;WUlJvCqoBAVkJuCroBgB,A;WUlJ3Bo8BAzDgZZxIiB,A;YyDrYE2IiB;KAAAAAAuG4BhTsB,A;gBADNDK;UAAAAG;kCACMCmB;SAGAgY8B;OAAUpXAvBslBZnqBoB,A;2MGnQxBAwB;u+BsBg7EmBu8BAxBqjgClBCkB,A;qHwB1igCQjCY;0BAQfuCI;sCA6B6B98BkB;4FAoBnB2uBO;AAAuB6SAAlBDxhCWFh7FT67BAtBqotBZ77Ba,A,A,A;QwBlsnBM+8BU;qCAWGsDAxBq3mCiCC0B,AAyBvDDAAAAAAACEEAAoFA7TO,Y,AAnFA8TAAiKA9TO,Q,A,A,A;AwBjjnCoB+UAxB0+mCpB/UO,AAAQ1sBY,A;AwBx+mCcAAxBozpChBAW,A;AwBtzpCcqgC2B;gEAUErgC6B;AAEF67BAxB2qnBT77Ba,A;+gByBptsBoB4gCkB;ktCtB3alBrGY;uSAuBEzNgB;AACPAmB;AADOAK;sCAsCGsUM;YAAXhFAJoOIp8BW,A;iBIpOOohCY;yGA3BGMI;EAAAAG;+zBEhDdnFAL27lCACqD,A;AKz7lCKDALy7lCLCmC,A;uGK56lCPxgCAyBnBA2lCuD,A;uUzBmCoBCAFtBHCG,A;gBEqBSC6B;QACNFWFtBHCqB,AACJzFAS0JuBp8BkC,A,AT1JbohCgB,aAAAAc,A;gFE6BTzFANkqBQpBa,A;6TM5nBMuCiC;AAAAA2C;kcA2B5BA2D;8FAcAAqC;AAAAAsC;AAIIpQALoxnCGsU2B,A;6iBKlunCWrFAjB/IIpBO,A;uBiBgJpBpQAxCgLwBnqBS,iB;AwChLxB6oBY;WAAAAG;sBAAAAwC;8QAaoBiUsB;AACK3U6C;qFAOH2UwC;6GAmBRvCQ;6KAgBhBwHM;AAEACiEAlFElFuC,A;AAmFFmFmF;kGAUqC1Ha;oOAiBrCwHS;+pBA+BqDxFALuwlCnBAAA9G3BCyB,A,A;AKzplC8CCALuhZhBz8BS,AAAkBmzBAA9LfnzBa,A,A;AKz1Yau8BALuwlCPGW,A;qJK3vlCjBvUS;uHAgBvB4ZY;kOA0BQGO;AAAoBCO;2BAEHCsB;AACQCS;qBAEcAiE;AAC7CC6D;gmBE5VNxF0B;AACAA0B;AACOE2C;AAEPF0B;AACAA0B;AACOEM;knuBvC4wCQuF0G;mEAUAC8G;iEAUACuD;mEAUAC2D;wHwBhyBgCCU;2cKkB/BCM;qtC3B1ZOCAAsE3B/jCAElJA5gCuB,A,A;AA+EkBiUAA8CgB4sBAANK9gC" - } -} diff --git a/doc/api/static-assets/favicon.png b/doc/api/static-assets/favicon.png deleted file mode 100644 index 43d2ffa079ca147a221437817dbc694d66a2a302..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1767 zcmVr1gM)#AhSs$=eK0WK)CF2vH5m*T78Vv7 zOqGGvxA(cvvG46mUuvh$T1!8DmE**HzxO9;TsuQliJN|J!pK@zgpAc6W;K`ZbSrnoP`wF$fl7_5*8Ivypwf=W;~ z;08%MQORYPC_tGHZSh$O#Av43|^d-UX&HM!T~7!)g1(@JfEf{VV=B< z1V2h$vz|_)(42Iv;nMQ6gnaC=x-iE)V9>bg95MTIge3HB2W~Qqm*!+BpztvG$qKPZI96W} zvtB&GrNG5*kOai6|CR7-+*88m$TiE!O#Aqvg{$I60STah90fcj;bJTAHe50;DvqB` zEg>!%3Dgd1>303*qUn95wS&WE(*hLuC37)V?aQjQ(>?on4V>`^}$4&P2qUwF63p3!p z6R>6i5YrB(Dm-K?OMsE#XJVfc&SVMlTc3)@NKU0J3269ELe@xN0Za64hocS>SoY(& zL%m;r$g#En;{)>X$|7Ng63+K0K^DLzXfDCDx@#YPVSI{DxIP(XJHy#-j`B3b#X_yixgMa&bn3s?yPcssC4`0@Pr z>UDqkrA2oMvH(^Il;ArzoKINx_2)YKwKcf{c=joHgRLFHM+xq^ZVMp3+9h+pM_8DNoMAB-dVobWmYAS9rt1as~o-UgNSX!>_*0eKDx64<-L zsr_Sf&ksWK5X_wO=HsvVW@R@4avN{~b`kO)Q2hp=EFi=-pa;L0N~k1s7QiKN5q3y| z{H02#@|Qmd>8SNrVChicf`ASZgo+R(>{|f;A|&P#WC45@h!O<2gp5n*5WLs|%h5Io z&-zA4k|2tpV}-BR_;rW=0{Hbbr8g2rC_$(INdgxkz-9uI;7AhAx(eXe)2I^YTj5fu z07-%@V%uQ+#@-^?#TPmIvVf-~Xcr}rfKnDf$id05c9_^NzK{etcv%3Kz^)CFfYM7u z0sTc>5&YuI)(f)z1qhX(H3Ggi0-)qG;MpQ%*z;uxJkb6E_~m7Pp-})}1w7y{P|87X zMF?8JdR00$fprxiY?Jv$f)^#)PoTa$P7;P^(nEroXQBYUjX$q968u%Jy_6(e-Iwpz z`wQ&juE(vPtb`I*EA&`h0mZHYjw%V!O;ZVLl+daK6k%2i_w{N+cwBf+b515f%gmO% z0;CNdCA9us9ZyP?@Hi6?I4mR~j0z_-S>8&HnB#ImfGojJKnEEBu4V8D90ETn>T?(4 zMG`tr=$)vA?}qayISJ<{js z)mqSPcf)OyC94E3VQ2vf2>>`6^tPFngqTYhz5-+c150@O0%QqqUjRvn1qp9gfGmM1 zUw{G;1RSy*Qj(CpFloi)@B(OKcajFkv|3YK_es*=t)6!)-Mumr002ov JPDHLkV1ksy9Tflo diff --git a/doc/api/static-assets/github.css b/doc/api/static-assets/github.css deleted file mode 100644 index 791932b..0000000 --- a/doc/api/static-assets/github.css +++ /dev/null @@ -1,99 +0,0 @@ -/* - -github.com style (c) Vasily Polovnyov - -*/ - -.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - color: #333; - background: #f8f8f8; -} - -.hljs-comment, -.hljs-quote { - color: #998; - font-style: italic; -} - -.hljs-keyword, -.hljs-selector-tag, -.hljs-subst { - color: #333; - font-weight: bold; -} - -.hljs-number, -.hljs-literal, -.hljs-variable, -.hljs-template-variable, -.hljs-tag .hljs-attr { - color: #008080; -} - -.hljs-string, -.hljs-doctag { - color: #d14; -} - -.hljs-title, -.hljs-section, -.hljs-selector-id { - color: #900; - font-weight: bold; -} - -.hljs-subst { - font-weight: normal; -} - -.hljs-type, -.hljs-class .hljs-title { - color: #458; - font-weight: bold; -} - -.hljs-tag, -.hljs-name, -.hljs-attribute { - color: #000080; - font-weight: normal; -} - -.hljs-regexp, -.hljs-link { - color: #009926; -} - -.hljs-symbol, -.hljs-bullet { - color: #990073; -} - -.hljs-built_in, -.hljs-builtin-name { - color: #0086b3; -} - -.hljs-meta { - color: #999; - font-weight: bold; -} - -.hljs-deletion { - background: #fdd; -} - -.hljs-addition { - background: #dfd; -} - -.hljs-emphasis { - font-style: italic; -} - -.hljs-strong { - font-weight: bold; -} diff --git a/doc/api/static-assets/highlight.pack.js b/doc/api/static-assets/highlight.pack.js deleted file mode 100644 index 3cf5abc..0000000 --- a/doc/api/static-assets/highlight.pack.js +++ /dev/null @@ -1,780 +0,0 @@ -/*! - Highlight.js v11.8.0 (git: d27be507cb) - (c) 2006-2023 Ivan Sagalaev and other contributors - License: BSD-3-Clause - */ -var hljs=function(){"use strict";function e(n){ -return n instanceof Map?n.clear=n.delete=n.set=()=>{ -throw Error("map is read-only")}:n instanceof Set&&(n.add=n.clear=n.delete=()=>{ -throw Error("set is read-only") -}),Object.freeze(n),Object.getOwnPropertyNames(n).forEach((t=>{ -const a=n[t],i=typeof a;"object"!==i&&"function"!==i||Object.isFrozen(a)||e(a) -})),n}class n{constructor(e){ -void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1} -ignoreMatch(){this.isMatchIgnored=!0}}function t(e){ -return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'") -}function a(e,...n){const t=Object.create(null);for(const n in e)t[n]=e[n] -;return n.forEach((e=>{for(const n in e)t[n]=e[n]})),t}const i=e=>!!e.scope -;class s{constructor(e,n){ -this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){ -this.buffer+=t(e)}openNode(e){if(!i(e))return;const n=((e,{prefix:n})=>{ -if(e.startsWith("language:"))return e.replace("language:","language-") -;if(e.includes(".")){const t=e.split(".") -;return[`${n}${t.shift()}`,...t.map(((e,n)=>`${e}${"_".repeat(n+1)}`))].join(" ") -}return`${n}${e}`})(e.scope,{prefix:this.classPrefix});this.span(n)} -closeNode(e){i(e)&&(this.buffer+="
          ")}value(){return this.buffer}span(e){ -this.buffer+=``}}const r=(e={})=>{const n={children:[]} -;return Object.assign(n,e),n};class o{constructor(){ -this.rootNode=r(),this.stack=[this.rootNode]}get top(){ -return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){ -this.top.children.push(e)}openNode(e){const n=r({scope:e}) -;this.add(n),this.stack.push(n)}closeNode(){ -if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){ -for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)} -walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){ -return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n), -n.children.forEach((n=>this._walk(e,n))),e.closeNode(n)),e}static _collapse(e){ -"string"!=typeof e&&e.children&&(e.children.every((e=>"string"==typeof e))?e.children=[e.children.join("")]:e.children.forEach((e=>{ -o._collapse(e)})))}}class l extends o{constructor(e){super(),this.options=e} -addText(e){""!==e&&this.add(e)}startScope(e){this.openNode(e)}endScope(){ -this.closeNode()}__addSublanguage(e,n){const t=e.root -;n&&(t.scope="language:"+n),this.add(t)}toHTML(){ -return new s(this,this.options).value()}finalize(){ -return this.closeAllNodes(),!0}}function c(e){ -return e?"string"==typeof e?e:e.source:null}function d(e){return b("(?=",e,")")} -function g(e){return b("(?:",e,")*")}function u(e){return b("(?:",e,")?")} -function b(...e){return e.map((e=>c(e))).join("")}function m(...e){const n=(e=>{ -const n=e[e.length-1] -;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} -})(e);return"("+(n.capture?"":"?:")+e.map((e=>c(e))).join("|")+")"} -function p(e){return RegExp(e.toString()+"|").exec("").length-1} -const h=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./ -;function f(e,{joinWith:n}){let t=0;return e.map((e=>{t+=1;const n=t -;let a=c(e),i="";for(;a.length>0;){const e=h.exec(a);if(!e){i+=a;break} -i+=a.substring(0,e.index), -a=a.substring(e.index+e[0].length),"\\"===e[0][0]&&e[1]?i+="\\"+(Number(e[1])+n):(i+=e[0], -"("===e[0]&&t++)}return i})).map((e=>`(${e})`)).join(n)} -const _="[a-zA-Z]\\w*",E="[a-zA-Z_]\\w*",N="\\b\\d+(\\.\\d+)?",y="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",w="\\b(0b[01]+)",v={ -begin:"\\\\[\\s\\S]",relevance:0},k={scope:"string",begin:"'",end:"'", -illegal:"\\n",contains:[v]},x={scope:"string",begin:'"',end:'"',illegal:"\\n", -contains:[v]},O=(e,n,t={})=>{const i=a({scope:"comment",begin:e,end:n, -contains:[]},t);i.contains.push({scope:"doctag", -begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)", -end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0}) -;const s=m("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/) -;return i.contains.push({begin:b(/[ ]+/,"(",s,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),i -},S=O("//","$"),A=O("/\\*","\\*/"),M=O("#","$");var C=Object.freeze({ -__proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:_,UNDERSCORE_IDENT_RE:E, -NUMBER_RE:N,C_NUMBER_RE:y,BINARY_NUMBER_RE:w, -RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", -SHEBANG:(e={})=>{const n=/^#![ ]*\// -;return e.binary&&(e.begin=b(n,/.*\b/,e.binary,/\b.*/)),a({scope:"meta",begin:n, -end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)}, -BACKSLASH_ESCAPE:v,APOS_STRING_MODE:k,QUOTE_STRING_MODE:x,PHRASAL_WORDS_MODE:{ -begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/ -},COMMENT:O,C_LINE_COMMENT_MODE:S,C_BLOCK_COMMENT_MODE:A,HASH_COMMENT_MODE:M, -NUMBER_MODE:{scope:"number",begin:N,relevance:0},C_NUMBER_MODE:{scope:"number", -begin:y,relevance:0},BINARY_NUMBER_MODE:{scope:"number",begin:w,relevance:0}, -REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{scope:"regexp",begin:/\//, -end:/\/[gimuy]*/,illegal:/\n/,contains:[v,{begin:/\[/,end:/\]/,relevance:0, -contains:[v]}]}]},TITLE_MODE:{scope:"title",begin:_,relevance:0}, -UNDERSCORE_TITLE_MODE:{scope:"title",begin:E,relevance:0},METHOD_GUARD:{ -begin:"\\.\\s*"+E,relevance:0},END_SAME_AS_BEGIN:e=>Object.assign(e,{ -"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{ -n.data._beginMatch!==e[1]&&n.ignoreMatch()}})});function T(e,n){ -"."===e.input[e.index-1]&&n.ignoreMatch()}function R(e,n){ -void 0!==e.className&&(e.scope=e.className,delete e.className)}function D(e,n){ -n&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)", -e.__beforeBegin=T,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords, -void 0===e.relevance&&(e.relevance=0))}function I(e,n){ -Array.isArray(e.illegal)&&(e.illegal=m(...e.illegal))}function B(e,n){ -if(e.match){ -if(e.begin||e.end)throw Error("begin & end are not supported with match") -;e.begin=e.match,delete e.match}}function L(e,n){ -void 0===e.relevance&&(e.relevance=1)}const $=(e,n)=>{if(!e.beforeMatch)return -;if(e.starts)throw Error("beforeMatch cannot be used with starts") -;const t=Object.assign({},e);Object.keys(e).forEach((n=>{delete e[n] -})),e.keywords=t.keywords,e.begin=b(t.beforeMatch,d(t.begin)),e.starts={ -relevance:0,contains:[Object.assign(t,{endsParent:!0})] -},e.relevance=0,delete t.beforeMatch -},F=["of","and","for","in","not","or","if","then","parent","list","value"],z="keyword" -;function U(e,n,t=z){const a=Object.create(null) -;return"string"==typeof e?i(t,e.split(" ")):Array.isArray(e)?i(t,e):Object.keys(e).forEach((t=>{ -Object.assign(a,U(e[t],n,t))})),a;function i(e,t){ -n&&(t=t.map((e=>e.toLowerCase()))),t.forEach((n=>{const t=n.split("|") -;a[t[0]]=[e,j(t[0],t[1])]}))}}function j(e,n){ -return n?Number(n):(e=>F.includes(e.toLowerCase()))(e)?0:1}const P={},K=e=>{ -console.error(e)},H=(e,...n)=>{console.log("WARN: "+e,...n)},Z=(e,n)=>{ -P[`${e}/${n}`]||(console.log(`Deprecated as of ${e}. ${n}`),P[`${e}/${n}`]=!0) -},G=Error();function q(e,n,{key:t}){let a=0;const i=e[t],s={},r={} -;for(let e=1;e<=n.length;e++)r[e+a]=i[e],s[e+a]=!0,a+=p(n[e-1]) -;e[t]=r,e[t]._emit=s,e[t]._multi=!0}function W(e){(e=>{ -e.scope&&"object"==typeof e.scope&&null!==e.scope&&(e.beginScope=e.scope, -delete e.scope)})(e),"string"==typeof e.beginScope&&(e.beginScope={ -_wrap:e.beginScope}),"string"==typeof e.endScope&&(e.endScope={_wrap:e.endScope -}),(e=>{if(Array.isArray(e.begin)){ -if(e.skip||e.excludeBegin||e.returnBegin)throw K("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), -G -;if("object"!=typeof e.beginScope||null===e.beginScope)throw K("beginScope must be object"), -G;q(e,e.begin,{key:"beginScope"}),e.begin=f(e.begin,{joinWith:""})}})(e),(e=>{ -if(Array.isArray(e.end)){ -if(e.skip||e.excludeEnd||e.returnEnd)throw K("skip, excludeEnd, returnEnd not compatible with endScope: {}"), -G -;if("object"!=typeof e.endScope||null===e.endScope)throw K("endScope must be object"), -G;q(e,e.end,{key:"endScope"}),e.end=f(e.end,{joinWith:""})}})(e)}function X(e){ -function n(n,t){ -return RegExp(c(n),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(t?"g":"")) -}class t{constructor(){ -this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0} -addRule(e,n){ -n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]), -this.matchAt+=p(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null) -;const e=this.regexes.map((e=>e[1]));this.matcherRe=n(f(e,{joinWith:"|" -}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex -;const n=this.matcherRe.exec(e);if(!n)return null -;const t=n.findIndex(((e,n)=>n>0&&void 0!==e)),a=this.matchIndexes[t] -;return n.splice(0,t),Object.assign(n,a)}}class i{constructor(){ -this.rules=[],this.multiRegexes=[], -this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){ -if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t -;return this.rules.slice(e).forEach((([e,t])=>n.addRule(e,t))), -n.compile(),this.multiRegexes[e]=n,n}resumingScanAtSamePosition(){ -return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,n){ -this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){ -const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex -;let t=n.exec(e) -;if(this.resumingScanAtSamePosition())if(t&&t.index===this.lastIndex);else{ -const n=this.getMatcher(0);n.lastIndex=this.lastIndex+1,t=n.exec(e)} -return t&&(this.regexIndex+=t.position+1, -this.regexIndex===this.count&&this.considerAll()),t}} -if(e.compilerExtensions||(e.compilerExtensions=[]), -e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.") -;return e.classNameAliases=a(e.classNameAliases||{}),function t(s,r){const o=s -;if(s.isCompiled)return o -;[R,B,W,$].forEach((e=>e(s,r))),e.compilerExtensions.forEach((e=>e(s,r))), -s.__beforeBegin=null,[D,I,L].forEach((e=>e(s,r))),s.isCompiled=!0;let l=null -;return"object"==typeof s.keywords&&s.keywords.$pattern&&(s.keywords=Object.assign({},s.keywords), -l=s.keywords.$pattern, -delete s.keywords.$pattern),l=l||/\w+/,s.keywords&&(s.keywords=U(s.keywords,e.case_insensitive)), -o.keywordPatternRe=n(l,!0), -r&&(s.begin||(s.begin=/\B|\b/),o.beginRe=n(o.begin),s.end||s.endsWithParent||(s.end=/\B|\b/), -s.end&&(o.endRe=n(o.end)), -o.terminatorEnd=c(o.end)||"",s.endsWithParent&&r.terminatorEnd&&(o.terminatorEnd+=(s.end?"|":"")+r.terminatorEnd)), -s.illegal&&(o.illegalRe=n(s.illegal)), -s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map((e=>(e=>(e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map((n=>a(e,{ -variants:null},n)))),e.cachedVariants?e.cachedVariants:Q(e)?a(e,{ -starts:e.starts?a(e.starts):null -}):Object.isFrozen(e)?a(e):e))("self"===e?s:e)))),s.contains.forEach((e=>{t(e,o) -})),s.starts&&t(s.starts,r),o.matcher=(e=>{const n=new i -;return e.contains.forEach((e=>n.addRule(e.begin,{rule:e,type:"begin" -}))),e.terminatorEnd&&n.addRule(e.terminatorEnd,{type:"end" -}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n})(o),o}(e)}function Q(e){ -return!!e&&(e.endsWithParent||Q(e.starts))}class V extends Error{ -constructor(e,n){super(e),this.name="HTMLInjectionError",this.html=n}} -const J=t,Y=a,ee=Symbol("nomatch"),ne=t=>{ -const a=Object.create(null),i=Object.create(null),s=[];let r=!0 -;const o="Could not find the language '{}', did you forget to load/include a language module?",c={ -disableAutodetect:!0,name:"Plain text",contains:[]};let p={ -ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i, -languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-", -cssSelector:"pre code",languages:null,__emitter:l};function h(e){ -return p.noHighlightRe.test(e)}function f(e,n,t){let a="",i="" -;"object"==typeof n?(a=e, -t=n.ignoreIllegals,i=n.language):(Z("10.7.0","highlight(lang, code, ...args) has been deprecated."), -Z("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"), -i=e,a=n),void 0===t&&(t=!0);const s={code:a,language:i};O("before:highlight",s) -;const r=s.result?s.result:_(s.language,s.code,t) -;return r.code=s.code,O("after:highlight",r),r}function _(e,t,i,s){ -const l=Object.create(null);function c(){if(!O.keywords)return void A.addText(M) -;let e=0;O.keywordPatternRe.lastIndex=0;let n=O.keywordPatternRe.exec(M),t="" -;for(;n;){t+=M.substring(e,n.index) -;const i=w.case_insensitive?n[0].toLowerCase():n[0],s=(a=i,O.keywords[a]);if(s){ -const[e,a]=s -;if(A.addText(t),t="",l[i]=(l[i]||0)+1,l[i]<=7&&(C+=a),e.startsWith("_"))t+=n[0];else{ -const t=w.classNameAliases[e]||e;g(n[0],t)}}else t+=n[0] -;e=O.keywordPatternRe.lastIndex,n=O.keywordPatternRe.exec(M)}var a -;t+=M.substring(e),A.addText(t)}function d(){null!=O.subLanguage?(()=>{ -if(""===M)return;let e=null;if("string"==typeof O.subLanguage){ -if(!a[O.subLanguage])return void A.addText(M) -;e=_(O.subLanguage,M,!0,S[O.subLanguage]),S[O.subLanguage]=e._top -}else e=E(M,O.subLanguage.length?O.subLanguage:null) -;O.relevance>0&&(C+=e.relevance),A.__addSublanguage(e._emitter,e.language) -})():c(),M=""}function g(e,n){ -""!==e&&(A.startScope(n),A.addText(e),A.endScope())}function u(e,n){let t=1 -;const a=n.length-1;for(;t<=a;){if(!e._emit[t]){t++;continue} -const a=w.classNameAliases[e[t]]||e[t],i=n[t];a?g(i,a):(M=i,c(),M=""),t++}} -function b(e,n){ -return e.scope&&"string"==typeof e.scope&&A.openNode(w.classNameAliases[e.scope]||e.scope), -e.beginScope&&(e.beginScope._wrap?(g(M,w.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap), -M=""):e.beginScope._multi&&(u(e.beginScope,n),M="")),O=Object.create(e,{parent:{ -value:O}}),O}function m(e,t,a){let i=((e,n)=>{const t=e&&e.exec(n) -;return t&&0===t.index})(e.endRe,a);if(i){if(e["on:end"]){const a=new n(e) -;e["on:end"](t,a),a.isMatchIgnored&&(i=!1)}if(i){ -for(;e.endsParent&&e.parent;)e=e.parent;return e}} -if(e.endsWithParent)return m(e.parent,t,a)}function h(e){ -return 0===O.matcher.regexIndex?(M+=e[0],1):(D=!0,0)}function f(e){ -const n=e[0],a=t.substring(e.index),i=m(O,e,a);if(!i)return ee;const s=O -;O.endScope&&O.endScope._wrap?(d(), -g(n,O.endScope._wrap)):O.endScope&&O.endScope._multi?(d(), -u(O.endScope,e)):s.skip?M+=n:(s.returnEnd||s.excludeEnd||(M+=n), -d(),s.excludeEnd&&(M=n));do{ -O.scope&&A.closeNode(),O.skip||O.subLanguage||(C+=O.relevance),O=O.parent -}while(O!==i.parent);return i.starts&&b(i.starts,e),s.returnEnd?0:n.length} -let N={};function y(a,s){const o=s&&s[0];if(M+=a,null==o)return d(),0 -;if("begin"===N.type&&"end"===s.type&&N.index===s.index&&""===o){ -if(M+=t.slice(s.index,s.index+1),!r){const n=Error(`0 width match regex (${e})`) -;throw n.languageName=e,n.badRule=N.rule,n}return 1} -if(N=s,"begin"===s.type)return(e=>{ -const t=e[0],a=e.rule,i=new n(a),s=[a.__beforeBegin,a["on:begin"]] -;for(const n of s)if(n&&(n(e,i),i.isMatchIgnored))return h(t) -;return a.skip?M+=t:(a.excludeBegin&&(M+=t), -d(),a.returnBegin||a.excludeBegin||(M=t)),b(a,e),a.returnBegin?0:t.length})(s) -;if("illegal"===s.type&&!i){ -const e=Error('Illegal lexeme "'+o+'" for mode "'+(O.scope||"")+'"') -;throw e.mode=O,e}if("end"===s.type){const e=f(s);if(e!==ee)return e} -if("illegal"===s.type&&""===o)return 1 -;if(R>1e5&&R>3*s.index)throw Error("potential infinite loop, way more iterations than matches") -;return M+=o,o.length}const w=v(e) -;if(!w)throw K(o.replace("{}",e)),Error('Unknown language: "'+e+'"') -;const k=X(w);let x="",O=s||k;const S={},A=new p.__emitter(p);(()=>{const e=[] -;for(let n=O;n!==w;n=n.parent)n.scope&&e.unshift(n.scope) -;e.forEach((e=>A.openNode(e)))})();let M="",C=0,T=0,R=0,D=!1;try{ -if(w.__emitTokens)w.__emitTokens(t,A);else{for(O.matcher.considerAll();;){ -R++,D?D=!1:O.matcher.considerAll(),O.matcher.lastIndex=T -;const e=O.matcher.exec(t);if(!e)break;const n=y(t.substring(T,e.index),e) -;T=e.index+n}y(t.substring(T))}return A.finalize(),x=A.toHTML(),{language:e, -value:x,relevance:C,illegal:!1,_emitter:A,_top:O}}catch(n){ -if(n.message&&n.message.includes("Illegal"))return{language:e,value:J(t), -illegal:!0,relevance:0,_illegalBy:{message:n.message,index:T, -context:t.slice(T-100,T+100),mode:n.mode,resultSoFar:x},_emitter:A};if(r)return{ -language:e,value:J(t),illegal:!1,relevance:0,errorRaised:n,_emitter:A,_top:O} -;throw n}}function E(e,n){n=n||p.languages||Object.keys(a);const t=(e=>{ -const n={value:J(e),illegal:!1,relevance:0,_top:c,_emitter:new p.__emitter(p)} -;return n._emitter.addText(e),n})(e),i=n.filter(v).filter(x).map((n=>_(n,e,!1))) -;i.unshift(t);const s=i.sort(((e,n)=>{ -if(e.relevance!==n.relevance)return n.relevance-e.relevance -;if(e.language&&n.language){if(v(e.language).supersetOf===n.language)return 1 -;if(v(n.language).supersetOf===e.language)return-1}return 0})),[r,o]=s,l=r -;return l.secondBest=o,l}function N(e){let n=null;const t=(e=>{ -let n=e.className+" ";n+=e.parentNode?e.parentNode.className:"" -;const t=p.languageDetectRe.exec(n);if(t){const n=v(t[1]) -;return n||(H(o.replace("{}",t[1])), -H("Falling back to no-highlight mode for this block.",e)),n?t[1]:"no-highlight"} -return n.split(/\s+/).find((e=>h(e)||v(e)))})(e);if(h(t))return -;if(O("before:highlightElement",{el:e,language:t -}),e.dataset.highlighted)return void console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",e) -;if(e.children.length>0&&(p.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), -console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), -console.warn("The element with unescaped HTML:"), -console.warn(e)),p.throwUnescapedHTML))throw new V("One of your code blocks includes unescaped HTML.",e.innerHTML) -;n=e;const a=n.textContent,s=t?f(a,{language:t,ignoreIllegals:!0}):E(a) -;e.innerHTML=s.value,e.dataset.highlighted="yes",((e,n,t)=>{const a=n&&i[n]||t -;e.classList.add("hljs"),e.classList.add("language-"+a) -})(e,t,s.language),e.result={language:s.language,re:s.relevance, -relevance:s.relevance},s.secondBest&&(e.secondBest={ -language:s.secondBest.language,relevance:s.secondBest.relevance -}),O("after:highlightElement",{el:e,result:s,text:a})}let y=!1;function w(){ -"loading"!==document.readyState?document.querySelectorAll(p.cssSelector).forEach(N):y=!0 -}function v(e){return e=(e||"").toLowerCase(),a[e]||a[i[e]]} -function k(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach((e=>{ -i[e.toLowerCase()]=n}))}function x(e){const n=v(e) -;return n&&!n.disableAutodetect}function O(e,n){const t=e;s.forEach((e=>{ -e[t]&&e[t](n)}))} -"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(()=>{ -y&&w()}),!1),Object.assign(t,{highlight:f,highlightAuto:E,highlightAll:w, -highlightElement:N, -highlightBlock:e=>(Z("10.7.0","highlightBlock will be removed entirely in v12.0"), -Z("10.7.0","Please use highlightElement now."),N(e)),configure:e=>{p=Y(p,e)}, -initHighlighting:()=>{ -w(),Z("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")}, -initHighlightingOnLoad:()=>{ -w(),Z("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.") -},registerLanguage:(e,n)=>{let i=null;try{i=n(t)}catch(n){ -if(K("Language definition for '{}' could not be registered.".replace("{}",e)), -!r)throw n;K(n),i=c} -i.name||(i.name=e),a[e]=i,i.rawDefinition=n.bind(null,t),i.aliases&&k(i.aliases,{ -languageName:e})},unregisterLanguage:e=>{delete a[e] -;for(const n of Object.keys(i))i[n]===e&&delete i[n]}, -listLanguages:()=>Object.keys(a),getLanguage:v,registerAliases:k, -autoDetection:x,inherit:Y,addPlugin:e=>{(e=>{ -e["before:highlightBlock"]&&!e["before:highlightElement"]&&(e["before:highlightElement"]=n=>{ -e["before:highlightBlock"](Object.assign({block:n.el},n)) -}),e["after:highlightBlock"]&&!e["after:highlightElement"]&&(e["after:highlightElement"]=n=>{ -e["after:highlightBlock"](Object.assign({block:n.el},n))})})(e),s.push(e)}, -removePlugin:e=>{const n=s.indexOf(e);-1!==n&&s.splice(n,1)}}),t.debugMode=()=>{ -r=!1},t.safeMode=()=>{r=!0},t.versionString="11.8.0",t.regex={concat:b, -lookahead:d,either:m,optional:u,anyNumberOfTimes:g} -;for(const n in C)"object"==typeof C[n]&&e(C[n]);return Object.assign(t,C),t -},te=ne({});te.newInstance=()=>ne({});var ae=te -;const ie=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],se=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],re=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],oe=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],le=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse() -;var ce="[0-9](_*[0-9])*",de=`\\.(${ce})`,ge="[0-9a-fA-F](_*[0-9a-fA-F])*",ue={ -className:"number",variants:[{ -begin:`(\\b(${ce})((${de})|\\.)?|(${de}))[eE][+-]?(${ce})[fFdD]?\\b`},{ -begin:`\\b(${ce})((${de})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{ -begin:`(${de})[fFdD]?\\b`},{begin:`\\b(${ce})[fFdD]\\b`},{ -begin:`\\b0[xX]((${ge})\\.?|(${ge})?\\.(${ge}))[pP][+-]?(${ce})[fFdD]?\\b`},{ -begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${ge})[lL]?\\b`},{ -begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}], -relevance:0};function be(e,n,t){return-1===t?"":e.replace(n,(a=>be(e,n,t-1)))} -const me="[A-Za-z$_][0-9A-Za-z$_]*",pe=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],he=["true","false","null","undefined","NaN","Infinity"],fe=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],_e=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],Ee=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],Ne=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],ye=[].concat(Ee,fe,_e),we=e=>b(/\b/,e,/\w$/.test(e)?/\b/:/\B/),ve=["Protocol","Type"].map(we),ke=["init","self"].map(we),xe=["Any","Self"],Oe=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","distributed","do","dynamic","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],Se=["false","nil","true"],Ae=["assignment","associativity","higherThan","left","lowerThan","none","right"],Me=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warn_unqualified_access","#warning"],Ce=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],Te=m(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),Re=m(Te,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),De=b(Te,Re,"*"),Ie=m(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),Be=m(Ie,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),Le=b(Ie,Be,"*"),$e=b(/[A-Z]/,Be,"*"),Fe=["autoclosure",b(/convention\(/,m("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",b(/objc\(/,Le,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","testable","UIApplicationMain","unknown","usableFromInline"],ze=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"] -;var Ue=Object.freeze({__proto__:null,grmr_bash:e=>{const n=e.regex,t={},a={ -begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[t]}]} -;Object.assign(t,{className:"variable",variants:[{ -begin:n.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},a]});const i={ -className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},s={ -begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/, -end:/(\w+)/,className:"string"})]}},r={className:"string",begin:/"/,end:/"/, -contains:[e.BACKSLASH_ESCAPE,t,i]};i.contains.push(r);const o={begin:/\$?\(\(/, -end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,t] -},l=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10 -}),c={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0, -contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{ -name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/, -keyword:["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"], -literal:["true","false"], -built_in:["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset","alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias","set","shopt","autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp","chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"] -},contains:[l,e.SHEBANG(),c,o,e.HASH_COMMENT_MODE,s,{match:/(\/[a-z._-]+)+/},r,{ -className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},t]}}, -grmr_c:e=>{const n=e.regex,t=e.COMMENT("//","$",{contains:[{begin:/\\\n/}] -}),a="decltype\\(auto\\)",i="[a-zA-Z_]\\w*::",s="("+a+"|"+n.optional(i)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",r={ -className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{ -match:/\batomic_[a-z]{3,6}\b/}]},o={className:"string",variants:[{ -begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{ -begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", -end:"'",illegal:"."},e.END_SAME_AS_BEGIN({ -begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},l={ -className:"number",variants:[{begin:"\\b(0b[01']+)"},{ -begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" -},{ -begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" -}],relevance:0},c={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{ -keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" -},contains:[{begin:/\\\n/,relevance:0},e.inherit(o,{className:"string"}),{ -className:"string",begin:/<.*?>/},t,e.C_BLOCK_COMMENT_MODE]},d={ -className:"title",begin:n.optional(i)+e.IDENT_RE,relevance:0 -},g=n.optional(i)+e.IDENT_RE+"\\s*\\(",u={ -keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"], -type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","const","static","complex","bool","imaginary"], -literal:"true false NULL", -built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr" -},b=[c,r,t,e.C_BLOCK_COMMENT_MODE,l,o],m={variants:[{begin:/=/,end:/;/},{ -begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}], -keywords:u,contains:b.concat([{begin:/\(/,end:/\)/,keywords:u, -contains:b.concat(["self"]),relevance:0}]),relevance:0},p={ -begin:"("+s+"[\\*&\\s]+)+"+g,returnBegin:!0,end:/[{;=]/,excludeEnd:!0, -keywords:u,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:u,relevance:0},{ -begin:g,returnBegin:!0,contains:[e.inherit(d,{className:"title.function"})], -relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/, -keywords:u,relevance:0,contains:[t,e.C_BLOCK_COMMENT_MODE,o,l,r,{begin:/\(/, -end:/\)/,keywords:u,relevance:0,contains:["self",t,e.C_BLOCK_COMMENT_MODE,o,l,r] -}]},r,t,e.C_BLOCK_COMMENT_MODE,c]};return{name:"C",aliases:["h"],keywords:u, -disableAutodetect:!0,illegal:"=]/,contains:[{ -beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:c, -strings:o,keywords:u}}},grmr_css:e=>{const n=e.regex,t=(e=>({IMPORTANT:{ -scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{ -scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/}, -FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/}, -ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$", -contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{ -scope:"number", -begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?", -relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/} -}))(e),a=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:"CSS", -case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"}, -classNameAliases:{keyframePosition:"selector-tag"},contains:[t.BLOCK_COMMENT,{ -begin:/-(webkit|moz|ms|o)-(?=[a-z])/},t.CSS_NUMBER_MODE,{ -className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{ -className:"selector-class",begin:"\\.[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0 -},t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{ -begin:":("+re.join("|")+")"},{begin:":(:)?("+oe.join("|")+")"}] -},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+le.join("|")+")\\b"},{ -begin:/:/,end:/[;}{]/, -contains:[t.BLOCK_COMMENT,t.HEXCOLOR,t.IMPORTANT,t.CSS_NUMBER_MODE,...a,{ -begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri" -},contains:[...a,{className:"string",begin:/[^)]/,endsWithParent:!0, -excludeEnd:!0}]},t.FUNCTION_DISPATCH]},{begin:n.lookahead(/@/),end:"[{;]", -relevance:0,illegal:/:/,contains:[{className:"keyword",begin:/@-?\w[\w]*(-\w+)*/ -},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{ -$pattern:/[a-z-]+/,keyword:"and or not only",attribute:se.join(" ")},contains:[{ -begin:/[a-z-]+(?=:)/,className:"attribute"},...a,t.CSS_NUMBER_MODE]}]},{ -className:"selector-tag",begin:"\\b("+ie.join("|")+")\\b"}]}},grmr_xml:e=>{ -const n=e.regex,t=n.concat(/[\p{L}_]/u,n.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),a={ -className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},i={begin:/\s/, -contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}] -},s=e.inherit(i,{begin:/\(/,end:/\)/}),r=e.inherit(e.APOS_STRING_MODE,{ -className:"string"}),o=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),l={ -endsWithParent:!0,illegal:/`]+/}]}]}]};return{ -name:"HTML, XML", -aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"], -case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[i,o,r,s,{begin:/\[/,end:/\]/,contains:[{ -className:"meta",begin://,contains:[i,s,o,r]}]}] -},e.COMMENT(//,{relevance:10}),{begin://, -relevance:10},a,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/, -relevance:10,contains:[o]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag", -begin:/)/,end:/>/,keywords:{name:"style"},contains:[l],starts:{ -end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag", -begin:/)/,end:/>/,keywords:{name:"script"},contains:[l],starts:{ -end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{ -className:"tag",begin:/<>|<\/>/},{className:"tag", -begin:n.concat(//,/>/,/\s/)))), -end:/\/?>/,contains:[{className:"name",begin:t,relevance:0,starts:l}]},{ -className:"tag",begin:n.concat(/<\//,n.lookahead(n.concat(t,/>/))),contains:[{ -className:"name",begin:t,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]} -},grmr_markdown:e=>{const n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml", -relevance:0},t={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{ -begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/, -relevance:2},{ -begin:e.regex.concat(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/), -relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{ -begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/ -},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0, -returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)", -excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[", -end:"\\]",excludeBegin:!0,excludeEnd:!0}]},a={className:"strong",contains:[], -variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}] -},i={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{ -begin:/_(?![_\s])/,end:/_/,relevance:0}]},s=e.inherit(a,{contains:[] -}),r=e.inherit(i,{contains:[]});a.contains.push(r),i.contains.push(s) -;let o=[n,t];return[a,i,s,r].forEach((e=>{e.contains=e.contains.concat(o) -})),o=o.concat(a,i),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{ -className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:o},{ -begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n", -contains:o}]}]},n,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)", -end:"\\s+",excludeEnd:!0},a,i,{className:"quote",begin:"^>\\s+",contains:o, -end:"$"},{className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{ -begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{ -begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))", -contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{ -begin:"^[-\\*]{3,}",end:"$"},t,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{ -className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{ -className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}},grmr_dart:e=>{ -const n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},t={ -className:"subst",variants:[{begin:/\$\{/,end:/\}/}], -keywords:"true false null this is new super"},a={className:"string",variants:[{ -begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'", -illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''", -contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:'"""',end:'"""', -contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:"'",end:"'",illegal:"\\n", -contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:'"',end:'"',illegal:"\\n", -contains:[e.BACKSLASH_ESCAPE,n,t]}]};t.contains=[e.C_NUMBER_MODE,a] -;const i=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],s=i.map((e=>e+"?")) -;return{name:"Dart",keywords:{ -keyword:["abstract","as","assert","async","await","base","break","case","catch","class","const","continue","covariant","default","deferred","do","dynamic","else","enum","export","extends","extension","external","factory","false","final","finally","for","Function","get","hide","if","implements","import","in","interface","is","late","library","mixin","new","null","on","operator","part","required","rethrow","return","sealed","set","show","static","super","switch","sync","this","throw","true","try","typedef","var","void","when","while","with","yield"], -built_in:i.concat(s).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]), -$pattern:/[A-Za-z][A-Za-z0-9_]*\??/}, -contains:[a,e.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0 -}),e.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".", -end:"$",relevance:0}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{ -className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0, -contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE] -},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}, -grmr_diff:e=>{const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{ -className:"meta",relevance:10, -match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/) -},{className:"comment",variants:[{ -begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/), -end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{ -className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/, -end:/$/}]}},grmr_java:e=>{ -const n=e.regex,t="[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*",a=t+be("(?:<"+t+"~~~(?:\\s*,\\s*"+t+"~~~)*>)?",/~~~/g,2),i={ -keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits"], -literal:["false","true","null"], -type:["char","boolean","long","float","int","byte","short","double"], -built_in:["super","this"]},s={className:"meta",begin:"@"+t,contains:[{ -begin:/\(/,end:/\)/,contains:["self"]}]},r={className:"params",begin:/\(/, -end:/\)/,keywords:i,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0} -;return{name:"Java",aliases:["jsp"],keywords:i,illegal:/<\/|#/, -contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/, -relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{ -begin:/import java\.[a-z]+\./,keywords:"import",relevance:2 -},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/, -className:"string",contains:[e.BACKSLASH_ESCAPE] -},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{ -match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,t],className:{ -1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{ -begin:[n.concat(/(?!else)/,t),/\s+/,t,/\s+/,/=(?!=)/],className:{1:"type", -3:"variable",5:"operator"}},{begin:[/record/,/\s+/,t],className:{1:"keyword", -3:"title.class"},contains:[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{ -beginKeywords:"new throw return else",relevance:0},{ -begin:["(?:"+a+"\\s+)",e.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{ -2:"title.function"},keywords:i,contains:[{className:"params",begin:/\(/, -end:/\)/,keywords:i,relevance:0, -contains:[s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,ue,e.C_BLOCK_COMMENT_MODE] -},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},ue,s]}},grmr_javascript:e=>{ -const n=e.regex,t=me,a={begin:/<[A-Za-z0-9\\._:-]+/, -end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,n)=>{ -const t=e[0].length+e.index,a=e.input[t] -;if("<"===a||","===a)return void n.ignoreMatch();let i -;">"===a&&(((e,{after:n})=>{const t="",S={ -match:[/const|var|let/,/\s+/,t,/\s*/,/=\s*/,/(async\s*)?/,n.lookahead(O)], -keywords:"async",className:{1:"keyword",3:"title.function"},contains:[_]} -;return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:i,exports:{ -PARAMS_CONTAINS:f,CLASS_REFERENCE:N},illegal:/#(?![$_A-z])/, -contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),{ -label:"use_strict",className:"meta",relevance:10, -begin:/^\s*['"]use (strict|asm)['"]/ -},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,g,u,b,m,{match:/\$\d+/},l,N,{ -className:"attr",begin:t+n.lookahead(":"),relevance:0},S,{ -begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*", -keywords:"return throw case",relevance:0,contains:[m,e.REGEXP_MODE,{ -className:"function",begin:O,returnBegin:!0,end:"\\s*=>",contains:[{ -className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{ -className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0, -excludeEnd:!0,keywords:i,contains:f}]}]},{begin:/,/,relevance:0},{match:/\s+/, -relevance:0},{variants:[{begin:"<>",end:""},{ -match:/<[A-Za-z0-9\\._:-]+\s*\/>/},{begin:a.begin, -"on:begin":a.isTrulyOpeningTag,end:a.end}],subLanguage:"xml",contains:[{ -begin:a.begin,end:a.end,skip:!0,contains:["self"]}]}]},y,{ -beginKeywords:"while if switch catch for"},{ -begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{", -returnBegin:!0,label:"func.def",contains:[_,e.inherit(e.TITLE_MODE,{begin:t, -className:"title.function"})]},{match:/\.\.\./,relevance:0},k,{match:"\\$"+t, -relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"}, -contains:[_]},w,{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/, -className:"variable.constant"},E,x,{match:/\$[(.]/}]}},grmr_json:e=>{ -const n=["true","false","null"],t={scope:"literal",beginKeywords:n.join(" ")} -;return{name:"JSON",keywords:{literal:n},contains:[{className:"attr", -begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},{match:/[{}[\],:]/, -className:"punctuation",relevance:0 -},e.QUOTE_STRING_MODE,t,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE], -illegal:"\\S"}},grmr_kotlin:e=>{const n={ -keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual", -built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing", -literal:"true false null"},t={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@" -},a={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},i={ -className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},s={className:"string", -variants:[{begin:'"""',end:'"""(?=[^"])',contains:[i,a]},{begin:"'",end:"'", -illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/, -contains:[e.BACKSLASH_ESCAPE,i,a]}]};a.contains.push(s);const r={ -className:"meta", -begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?" -},o={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/, -end:/\)/,contains:[e.inherit(s,{className:"string"}),"self"]}] -},l=ue,c=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),d={ -variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/, -contains:[]}]},g=d;return g.variants[1].contains=[d],d.variants[1].contains=[g], -{name:"Kotlin",aliases:["kt","kts"],keywords:n, -contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag", -begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,c,{className:"keyword", -begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol", -begin:/@\w+/}]}},t,r,o,{className:"function",beginKeywords:"fun",end:"[(]|$", -returnBegin:!0,excludeEnd:!0,keywords:n,relevance:5,contains:[{ -begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0, -contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://, -keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/, -endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/, -endsWithParent:!0,contains:[d,e.C_LINE_COMMENT_MODE,c],relevance:0 -},e.C_LINE_COMMENT_MODE,c,r,o,s,e.C_NUMBER_MODE]},c]},{ -begin:[/class|interface|trait/,/\s+/,e.UNDERSCORE_IDENT_RE],beginScope:{ -3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0, -illegal:"extends implements",contains:[{ -beginKeywords:"public protected internal private constructor" -},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0, -excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/, -excludeBegin:!0,returnEnd:!0},r,o]},s,{className:"meta",begin:"^#!/usr/bin/env", -end:"$",illegal:"\n"},l]}},grmr_objectivec:e=>{ -const n=/[a-zA-Z@][a-zA-Z0-9_]*/,t={$pattern:n, -keyword:["@interface","@class","@protocol","@implementation"]};return{ -name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"], -keywords:{"variable.language":["this","super"],$pattern:n, -keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"], -literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"], -built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"], -type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"] -},illegal:"/,end:/$/,illegal:"\\n" -},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class", -begin:"("+t.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:t, -contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE, -relevance:0}]}},grmr_plaintext:e=>({name:"Plain text",aliases:["text","txt"], -disableAutodetect:!0}),grmr_shell:e=>({name:"Shell Session", -aliases:["console","shellsession"],contains:[{className:"meta.prompt", -begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/, -subLanguage:"bash"}}]}),grmr_swift:e=>{const n={match:/\s+/,relevance:0 -},t=e.COMMENT("/\\*","\\*/",{contains:["self"]}),a=[e.C_LINE_COMMENT_MODE,t],i={ -match:[/\./,m(...ve,...ke)],className:{2:"keyword"}},s={match:b(/\./,m(...Oe)), -relevance:0},r=Oe.filter((e=>"string"==typeof e)).concat(["_|0"]),o={variants:[{ -className:"keyword", -match:m(...Oe.filter((e=>"string"!=typeof e)).concat(xe).map(we),...ke)}]},l={ -$pattern:m(/\b\w+/,/#\w+/),keyword:r.concat(Me),literal:Se},c=[i,s,o],g=[{ -match:b(/\./,m(...Ce)),relevance:0},{className:"built_in", -match:b(/\b/,m(...Ce),/(?=\()/)}],u={match:/->/,relevance:0},p=[u,{ -className:"operator",relevance:0,variants:[{match:De},{match:`\\.(\\.|${Re})+`}] -}],h="([0-9]_*)+",f="([0-9a-fA-F]_*)+",_={className:"number",relevance:0, -variants:[{match:`\\b(${h})(\\.(${h}))?([eE][+-]?(${h}))?\\b`},{ -match:`\\b0x(${f})(\\.(${f}))?([pP][+-]?(${h}))?\\b`},{match:/\b0o([0-7]_*)+\b/ -},{match:/\b0b([01]_*)+\b/}]},E=(e="")=>({className:"subst",variants:[{ -match:b(/\\/,e,/[0\\tnr"']/)},{match:b(/\\/,e,/u\{[0-9a-fA-F]{1,8}\}/)}] -}),N=(e="")=>({className:"subst",match:b(/\\/,e,/[\t ]*(?:[\r\n]|\r\n)/) -}),y=(e="")=>({className:"subst",label:"interpol",begin:b(/\\/,e,/\(/),end:/\)/ -}),w=(e="")=>({begin:b(e,/"""/),end:b(/"""/,e),contains:[E(e),N(e),y(e)] -}),v=(e="")=>({begin:b(e,/"/),end:b(/"/,e),contains:[E(e),y(e)]}),k={ -className:"string", -variants:[w(),w("#"),w("##"),w("###"),v(),v("#"),v("##"),v("###")]},x={ -match:b(/`/,Le,/`/)},O=[x,{className:"variable",match:/\$\d+/},{ -className:"variable",match:`\\$${Be}+`}],S=[{match:/(@|#(un)?)available/, -className:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:ze, -contains:[...p,_,k]}]}},{className:"keyword",match:b(/@/,m(...Fe))},{ -className:"meta",match:b(/@/,Le)}],A={match:d(/\b[A-Z]/),relevance:0,contains:[{ -className:"type", -match:b(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,Be,"+") -},{className:"type",match:$e,relevance:0},{match:/[?!]+/,relevance:0},{ -match:/\.\.\./,relevance:0},{match:b(/\s+&\s+/,d($e)),relevance:0}]},M={ -begin://,keywords:l,contains:[...a,...c,...S,u,A]};A.contains.push(M) -;const C={begin:/\(/,end:/\)/,relevance:0,keywords:l,contains:["self",{ -match:b(Le,/\s*:/),keywords:"_|0",relevance:0 -},...a,...c,...g,...p,_,k,...O,...S,A]},T={begin://,contains:[...a,A] -},R={begin:/\(/,end:/\)/,keywords:l,contains:[{ -begin:m(d(b(Le,/\s*:/)),d(b(Le,/\s+/,Le,/\s*:/))),end:/:/,relevance:0, -contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:Le}] -},...a,...c,...p,_,k,...S,A,C],endsParent:!0,illegal:/["']/},D={ -match:[/func/,/\s+/,m(x.match,Le,De)],className:{1:"keyword",3:"title.function" -},contains:[T,R,n],illegal:[/\[/,/%/]},I={ -match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"}, -contains:[T,R,n],illegal:/\[|%/},B={match:[/operator/,/\s+/,De],className:{ -1:"keyword",3:"title"}},L={begin:[/precedencegroup/,/\s+/,$e],className:{ -1:"keyword",3:"title"},contains:[A],keywords:[...Ae,...Se],end:/}/} -;for(const e of k.variants){const n=e.contains.find((e=>"interpol"===e.label)) -;n.keywords=l;const t=[...c,...g,...p,_,k,...O];n.contains=[...t,{begin:/\(/, -end:/\)/,contains:["self",...t]}]}return{name:"Swift",keywords:l, -contains:[...a,D,I,{beginKeywords:"struct protocol class extension enum actor", -end:"\\{",excludeEnd:!0,keywords:l,contains:[e.inherit(e.TITLE_MODE,{ -className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...c] -},B,L,{beginKeywords:"import",end:/$/,contains:[...a],relevance:0 -},...c,...g,...p,_,k,...O,...S,A,C]}},grmr_ruby:e=>{ -const n=e.regex,t="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",a=n.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),i=n.concat(a,/(::\w+)*/),s={ -"variable.constant":["__FILE__","__LINE__","__ENCODING__"], -"variable.language":["self","super"], -keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield","include","extend","prepend","public","private","protected","raise","throw"], -built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"], -literal:["true","false","nil"]},r={className:"doctag",begin:"@[A-Za-z]+"},o={ -begin:"#<",end:">"},l=[e.COMMENT("#","$",{contains:[r] -}),e.COMMENT("^=begin","^=end",{contains:[r],relevance:10 -}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],c={className:"subst",begin:/#\{/, -end:/\}/,keywords:s},d={className:"string",contains:[e.BACKSLASH_ESCAPE,c], -variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{ -begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{ -begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//, -end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{ -begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{ -begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{ -begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{ -begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{ -begin:n.concat(/<<[-~]?'?/,n.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)), -contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/, -contains:[e.BACKSLASH_ESCAPE,c]})]}]},g="[0-9](_?[0-9])*",u={className:"number", -relevance:0,variants:[{ -begin:`\\b([1-9](_?[0-9])*|0)(\\.(${g}))?([eE][+-]?(${g})|r)?i?\\b`},{ -begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b" -},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{ -begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{ -begin:"\\b0(_?[0-7])+r?i?\\b"}]},b={variants:[{match:/\(\)/},{ -className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0, -keywords:s}]},m=[d,{variants:[{match:[/class\s+/,i,/\s+<\s+/,i]},{ -match:[/\b(class|module)\s+/,i]}],scope:{2:"title.class", -4:"title.class.inherited"},keywords:s},{match:[/(include|extend)\s+/,i],scope:{ -2:"title.class"},keywords:s},{relevance:0,match:[i,/\.new[. (]/],scope:{ -1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/, -className:"variable.constant"},{relevance:0,match:a,scope:"title.class"},{ -match:[/def/,/\s+/,t],scope:{1:"keyword",3:"title.function"},contains:[b]},{ -begin:e.IDENT_RE+"::"},{className:"symbol", -begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol", -begin:":(?!\\s)",contains:[d,{begin:t}],relevance:0},u,{className:"variable", -begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{ -className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0, -relevance:0,keywords:s},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*", -keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,c], -illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{ -begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[", -end:"\\][a-z]*"}]}].concat(o,l),relevance:0}].concat(o,l) -;c.contains=m,b.contains=m;const p=[{begin:/^\s*=>/,starts:{end:"$",contains:m} -},{className:"meta.prompt", -begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]|(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>)(?=[ ])", -starts:{end:"$",keywords:s,contains:m}}];return l.unshift(o),{name:"Ruby", -aliases:["rb","gemspec","podspec","thor","irb"],keywords:s,illegal:/\/\*/, -contains:[e.SHEBANG({binary:"ruby"})].concat(p).concat(l).concat(m)}}, -grmr_yaml:e=>{ -const n="true false yes no null",t="[\\w#;/?:@&=+$,.~*'()[\\]]+",a={ -className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/ -},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable", -variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},i=e.inherit(a,{ -variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),s={ -end:",",endsWithParent:!0,excludeEnd:!0,keywords:n,relevance:0},r={begin:/\{/, -end:/\}/,contains:[s],illegal:"\\n",relevance:0},o={begin:"\\[",end:"\\]", -contains:[s],illegal:"\\n",relevance:0},l=[{className:"attr",variants:[{ -begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{ -begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---\\s*$", -relevance:10},{className:"string", -begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{ -begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0, -relevance:0},{className:"type",begin:"!\\w+!"+t},{className:"type", -begin:"!<"+t+">"},{className:"type",begin:"!"+t},{className:"type",begin:"!!"+t -},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta", -begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)", -relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{ -className:"number", -begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b" -},{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},r,o,a],c=[...l] -;return c.pop(),c.push(i),s.contains=c,{name:"YAML",case_insensitive:!0, -aliases:["yml"],contains:l}}});const je=ae;for(const e of Object.keys(Ue)){ -const n=e.replace("grmr_","").replace("_","-");je.registerLanguage(n,Ue[e])} -return je}() -;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs); diff --git a/doc/api/static-assets/play_button.svg b/doc/api/static-assets/play_button.svg deleted file mode 100644 index c39a2f4..0000000 --- a/doc/api/static-assets/play_button.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/doc/api/static-assets/readme.md b/doc/api/static-assets/readme.md deleted file mode 100644 index 357c11c..0000000 --- a/doc/api/static-assets/readme.md +++ /dev/null @@ -1,22 +0,0 @@ -# highlight.js - -Generated from https://highlightjs.org/download/ on 2021-07-13 - -**Included languages:** - -* bash -* c -* css -* dart -* diff -* html, xml -* java -* javascript -* json -* kotlin -* markdown -* objective-c -* plaintext -* shell -* swift -* yaml diff --git a/doc/api/static-assets/search.svg b/doc/api/static-assets/search.svg deleted file mode 100644 index 58f4299..0000000 --- a/doc/api/static-assets/search.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/doc/api/static-assets/styles.css b/doc/api/static-assets/styles.css deleted file mode 100644 index 09b85b5..0000000 --- a/doc/api/static-assets/styles.css +++ /dev/null @@ -1,1200 +0,0 @@ -.light-theme { - /*background-color body, listdropdown*/ - --main-bg-color: #fff; - /*header id-tittle*/ - --main-header-color: #eeeeee; - /*package-name*/ - --main-sidebar-color: #727272; - /*section-title and section subtitle, desc markdown(body, dd, h3), header a*/ - --main-text-color: #111111; - /*typehead search-box*/ - --main-search-bar: #fff; - /* scrollbar-thumb */ - --main-scrollbar-color: #CCC; - /* footer */ - --main-footer-background: #111111; - /*header text color*/ - --main-h-text: black; - /* hyperlinks*/ - --main-hyperlinks-color: #0175C2; - /*search background*/ - --main-search-background: transparent; - - /*code snippets*/ - --main-code-bg: #f8f8f8; - --main-keyword-color: #333; - --main-tag-color: #000080; - --main-section-color: #900; - --main-comment-color: #998; - --main-var-color: #008080; - --main-string-color: #d14; - - --main-number-filter: invert(0%); - --main-icon-color: black; -} - -.dark-theme { - /*background-color body, listdropdown*/ - --main-bg-color: #10161E; - /*header id-tittle*/ - --main-header-color: #1C2834; - /*package-name*/ - --main-sidebar-color: #fff; - /*section-title and section subtitle, desc markdown(body, dd, h3), header a*/ - --main-text-color: #fff; - /*typehead search-box*/ - --main-search-bar: #454545; - /* scrollbar-thumb */ - --main-scrollbar-color: #5f6368; - /* footer */ - --main-footer-background: #27323a; - /* hyperlinks*/ - --main-hyperlinks-color: #00D2FA; - /*search background*/ - --main-search-background: black; - - /*code snippets*/ - --main-code-bg: #10161E; - --main-keyword-color: white; - --main-tag-color: #00D2FA; - --main-section-color: #FF2D64; - --main-comment-color: #909CC3; - --main-var-color: #55A09B; - --main-string-color: #FF2D64; - - --main-number-filter: invert(100%); - --main-icon-color: white; -} - -#theme { - display: none; -} - -#theme-button { - position: absolute; - right: 30px; - height: 24px; -} - -#theme-button .material-symbols-outlined { - color: var(--main-icon-color); - user-select: none; - cursor: pointer; -} - -.light-theme #light-theme-button { - display: none; -} - -.dark-theme #dark-theme-button { - display: none; -} - -/* -Only show images that fit their theme using GitHub's syntax, see: -https://github.blog/changelog/2021-11-24-specify-theme-context-for-images-in-markdown/ -*/ -.dark-theme img[src$="#gh-light-mode-only"] { - display: none; -} - -.light-theme img[src$="#gh-dark-mode-only"] { - display: none; -} - -/* for layout */ -html, -body { - margin: 0; - padding: 0; - height: 100%; - width: 100%; - overflow: hidden; - box-sizing: border-box; -} - -*, *:before, *:after { - box-sizing: inherit; -} - -body { - display: flex; - flex-direction: column; - -webkit-overflow-scrolling: touch; -} - -header { - flex: 0 0 50px; - display: flex; - flex-direction: row; - align-items: center; - padding-left: 30px; - padding-right: 30px; - background-color: var(--main-header-color); -} - -header ol { - list-style: none; - margin: 0; - padding: 0; -} - -header ol li { - display: inline; -} - -header form { - display: flex; - flex: 1; - justify-content: flex-end; -} - -header#header-search-sidebar { - height: 50px; - margin-bottom: 25px; -} - -footer { - flex: 0 0 16px; - text-align: center; - padding: 16px 20px; -} - -main { - flex: 1; - display: flex; - flex-direction: row; - padding: 20px; - min-height: 0; -} - -.sidebar-offcanvas-left { - flex: 0 1 230px; - order: 1; - overflow-y: scroll; - padding: 20px 0 15px 30px; - margin: 5px 20px 0 0; -} - -::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0; background-color: #AAA; } -::-webkit-scrollbar-button:hover{ background-color: #AAA; } -::-webkit-scrollbar-thumb{ background-color: var(--main-scrollbar-color); } -::-webkit-scrollbar-thumb:hover{ background-color: var(--main-scrollbar-color); } -::-webkit-scrollbar{ width: 4px; } - -.main-content::-webkit-scrollbar{ width: 8px; } - -.main-content { - flex: 1; - order: 2; - overflow-y: scroll; - padding: 10px 20px 0 20px; -} - -.sidebar-offcanvas-right { - flex: 0 1 12em; - order: 3; - overflow-y: scroll; - padding: 20px 15px 15px 15px; - margin-top: 5px; - margin-right: 20px; -} -/* end for layout */ - -body { - -webkit-text-size-adjust: 100%; - overflow-x: hidden; - font-family: Roboto, sans-serif; - font-size: 16px; - line-height: 1.42857143; - color: var(--main-text-color); - background-color: var(--main-bg-color); -} - -nav.navbar { - background-color: inherit; - min-height: 50px; - border: 0; -} - -@media (max-width: 840px) { - .hidden-xs { - display: none !important; - } -} - -@media (min-width: 841px) { - .hidden-l { - display: none !important; - } -} - -nav.navbar .row { - padding-top: 8px; -} - -nav .container { - white-space: nowrap; -} - -header { - background-color: var(--main-header-color); - box-shadow: 0 3px 5px rgba(0,0,0,0.1); -} - -.pre { - border: 1px solid #ddd; - font-size: 14px; -} - -.hljs-string, .hljs-doctag { - color: var(--main-string-color); -} - -.hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable, .hljs-tag .hljs-attr { - color: var(--main-var-color); -} - -.hljs-comment, .hljs-quote { - color: var(--main-comment-color); - font-style: italic; -} - -.hljs-title, .hljs-section, .hljs-selector-id { - color: var(--main-section-color); - font-weight: bold; -} - -.hljs-tag, .hljs-name, .hljs-attribute { - color: var(--main-tag-color); - font-weight: normal; -} - -.hljs-keyword, .hljs-selector-tag, .hljs-subst { - color: var(--main-keyword-color); - font-weight: bold; -} - -.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - color: var(--main-text-color); - background: var(--main-code-bg); -} - -a { - text-decoration: none; -} - -section { - margin-bottom: 36px; -} - -dl { - margin: 0; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: Roboto, sans-serif; - font-weight: 400; - margin-top: 1.5em; - color: var(--main-text-color); -} - -h1.title { - overflow: hidden; - text-overflow: ellipsis; -} - -h1 { - font-size: 37px; - margin-top: 0; - margin-bottom: 0.67em; -} - -h2 { - font-size: 28px; -} - -h5 { - font-size: 16px; -} - -p { - margin-bottom: 1em; - margin-top: 0; -} - -a { - color: var(--main-hyperlinks-color); -} - -a:hover { - color: #13B9FD; -} - -pre.prettyprint { - font-family: 'Roboto Mono', Menlo, monospace; - color: black; - border-radius: 0; - font-size: 15px; - word-wrap: normal; - line-height: 1.4; - border: 0; - margin: 16px 0 16px 0; - padding: 8px; -} - -pre code { - white-space: pre; - word-wrap: initial; - font-size: 100% -} - -.fixed { - white-space: pre; -} - -pre { - border: 1px solid #ddd; - background-color: #eee; - font-size: 14px; -} - -code { - font-family: 'Roboto Mono', Menlo, monospace; - color: inherit; - padding: 0.2em 0.4em; - font-size: 85%; - background-color: rgba(27,31,35,0.05); - border-radius: 3px; -} - -@media(max-width: 840px) { - nav .container { - width: 100% - } - - h1 { - font-size: 24px; - } - - pre { - margin: 16px 0; - } -} - -header h1 { - font-weight: 400; - margin-bottom: 16px; -} - -header a, -header p, -header li { - color: #0175C2; -} - -header a:hover { - color: #0175C2; -} - -header h1 .kind { - color: #555; -} - -dt { - font-weight: normal; -} - -dd { - color: var(--main-text-color); - margin-bottom: 1em; - margin-left: 0; -} - -dd.callable, dd.constant, dd.property { - margin-bottom: 24px; -} - -dd p { - overflow-x: hidden; - text-overflow: ellipsis; - margin-bottom: 0; -} - -/* Enum values do not have their own pages; their full docs are presented on the - * enum class's page. */ -dt.constant + dd p { - margin-bottom: 1em; -} - -/* indents wrapped lines */ -section.summary dt { - margin-left: 24px; - text-indent: -24px; -} - -.dl-horizontal dd { - margin-left: initial; -} - -dl.dl-horizontal dt { - font-style: normal; - text-align: left; - color: #727272; - margin-right: 20px; - width: initial; -} - -dt .name { - font-weight: 500; -} - -dl dt.callable .name { - float: none; - width: auto; -} - -.type-parameter { - white-space: nowrap; -} - -.multi-line-signature .type-parameter .parameter { - margin-left: 0; - display: unset; -} - -.parameter-list { - display: table-cell; - margin-left: 10px; - list-style-type: none; - padding-inline-start: unset; -} - -.signature { - color: var(--main-text-color); -} - -.signature a { - color: var(--main-hyperlinks-color); -} - -.optional { - font-style: italic; -} - -.undocumented { - font-style: italic; -} - -.is-const { - font-style: italic; -} - -.deprecated { - text-decoration: line-through; -} - -.category.linked { - font-weight: bold; - opacity: 1; -} - -/* Colors for category based on categoryOrder in dartdoc_options.config. */ -.category.cp-0 { - background-color: #54b7c4 -} - -.category.cp-1 { - background-color: #54c47f -} - -.category.cp-2 { - background-color: #c4c254 -} - -.category.cp-3 { - background-color: #c49f54 -} - -.category.cp-4 { - background-color: #c45465 -} - -.category.cp-5 { - background-color: #c454c4 -} - -.category a { - color: white; -} - -.category { - padding: 2px 4px; - font-size: 12px; - border-radius: 4px; - background-color: #999; - text-transform: uppercase; - color: white; - opacity: .5; -} - -h1 .category { - vertical-align: middle; -} - -/* The badge under a declaration for things like "const", "read-only", etc. and for the badges inline like sealed or interface */ -/* See https://github.com/dart-lang/dartdoc/blob/main/lib/src/model/feature.dart */ -.feature { - display: inline-block; - background: var(--main-bg-color); - border: 1px solid var(--main-hyperlinks-color); - border-radius: 20px; - color: var(--main-hyperlinks-color); - - font-size: 12px; - padding: 1px 6px; - margin: 0 8px 0 0; -} - -a.feature:hover { - border-color: #13B9FD; -} - -h1 .feature { - vertical-align: middle; - margin: 0 -2px 0 0; -} - -.source-link { - padding: 18px 4px; - font-size: 18px; - vertical-align: middle; -} - -@media (max-width: 840px) { - .source-link { - padding: 7px 2px; - font-size: 10px; - } -} - -#external-links { - float: right; -} - -.btn-group { - position: relative; - display: inline-flex; - vertical-align: middle; -} - -footer { - color: #fff; - background-color: var(--main-footer-background); - width: 100%; -} - -footer p { - margin: 0; -} - -footer .no-break { - white-space: nowrap; -} - -footer .container { - padding-left: 0; - padding-right: 0; -} - -footer a, footer a:hover { - color: #fff; -} - -.markdown.desc { - max-width: 700px; -} - -.markdown h1 { - font-size: 24px; - margin-bottom: 8px; -} - -.markdown h2 { - font-size: 20px; - margin-top: 24px; - margin-bottom: 8px; -} - -.markdown h3 { - font-size: 18px; - margin-bottom: 8px; - color: var(--main-text-color); -} - -.markdown h4 { - font-size: 16px; - margin-bottom: 0; -} - -.markdown li p { - margin: 0; -} - -table { - margin-bottom: 1em; -} - -table, -th, -td { - border: 1px solid lightgrey; - border-collapse: collapse; -} - -th, -td { - padding: 8px; -} - -.gt-separated { - list-style: none; - padding: 0; - margin: 0; -} - -.gt-separated li { - display: inline-block; -} - -.gt-separated li:before { - background-image: url("data:image/svg+xml;utf8,"); - background-position: center; - content: "\00a0"; - margin: 0 6px 0 4px; - padding: 0 3px 0 0; -} - -.gt-separated.dark li:before { - background-image: url("data:image/svg+xml;utf8,"); -} - -.gt-separated li:first-child:before { - background-image: none; - content: ""; - margin: 0; - padding: 0; -} - -.multi-line-signature { - font-size: 17px; - color: #727272; -} - -.multi-line-signature .parameter { - margin-left: 24px; - display: block; -} - -.breadcrumbs { - padding: 0; - margin: 8px 0 8px 0; - white-space: nowrap; - line-height: 1; -} - -@media screen and (min-width: 840px) { - nav ol.breadcrumbs { - float: left; - } -} - -@media screen and (max-width: 840px) { - .breadcrumbs { - margin: 0 0 24px 0; - overflow-x: hidden; - } -} - -.breadcrumbs .gt-separated .dark .hidden-xs li+li:before { - color: var(--main-h-text); -} - -ol.breadcrumbs li a { - color: var(--main-hyperlinks-color); -} - -.self-crumb { - color: var(--main-h-text); -} - -.self-name { - color: #555; - display: none; -} - -.annotation-list { - list-style: none; - padding: 0; - display: inline; -} - -.comma-separated { - list-style: none; - padding: 0; - display: inline; -} - -.comma-separated li { - display: inline; -} - -.comma-separated li:after { - content: ", "; -} - -.comma-separated li:last-child:after { - content: ""; -} - -.end-with-period li:last-child:after { - content: "."; -} - -.container > section:first-child { - border: 0; -} - -.constructor-modifier { - font-style: italic; -} - -section.multi-line-signature div.parameters { - margin-left: 24px; -} - -/* sidebar styles */ - -.sidebar ol { - list-style: none; - line-height: 22px; - margin-top: 0; - margin-bottom: 0; - padding: 0 0 15px 0; -} - -.sidebar h5 a, -.sidebar h5 a:hover { - color: var(--main-sidebar-color); -} - -.sidebar h5, -.sidebar ol li { - text-overflow: ellipsis; - overflow: hidden; - padding: 3px 0 3px 3px; -} - -.sidebar h5 { - color: var(--main-sidebar-color); - font-size: 18px; - margin: 0 0 22px 0; - padding-top: 0; -} - -.sidebar ol li.section-title { - font-size: 18px; - font-weight: normal; - text-transform: uppercase; - padding-top: 25px; -} - -.sidebar ol li.section-subtitle a { - color: inherit; -} - -.sidebar ol li.section-subtitle { - font-weight: 400; - text-transform: uppercase; -} - -.sidebar ol li.section-subitem { - margin-left: 12px; -} - -.sidebar ol li:first-child { - padding-top: 3px; - margin-top: 0; -} - -button { - padding: 0; -} - -#sidenav-left-toggle { - display: none; - vertical-align: text-bottom; - padding: 0; - color: var(--main-icon-color); - user-select: none; - cursor: pointer; -} - -/* left-nav disappears, and can transition in from the left */ -@media screen and (max-width:840px) { - #sidenav-left-toggle { - display: inline; - width: 24px; - height: 24px; - border: none; - margin-right: 24px; - margin-left: 24px; - font-size: 24px; - } - - #overlay-under-drawer.active { - opacity: 0.4; - height: 100%; - z-index: 1999; - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: black; - display: block; - } - - .sidebar-offcanvas-left { - left: -100%; - position: fixed; - -webkit-transition:all .25s ease-out; - -o-transition:all .25s ease-out; - transition:all .25s ease-out; - z-index: 2000; - top: 0; - width: 280px; /* works all the way down to an iphone 4 */ - height: 90%; - background-color: var(--main-bg-color); - overflow-y: scroll; /* TODO: how to hide scroll bars? */ - padding: 10px; - margin: 10px 10px; - box-shadow: 5px 5px 5px 5px #444444; - } - - ol#sidebar-nav { - font-size: 18px; - white-space: pre-line; - } - - .sidebar-offcanvas-left.active { - left: 0; /* this animates our drawer into the page */ - } - - .self-name { - display: inline-block; - color: var(--main-hyperlinks-color); - } -} - -.sidebar-offcanvas-left h5 { - margin-bottom: 10px; -} - -.sidebar-offcanvas-left h5:last-of-type { - border: 0; - margin-bottom: 25px; -} - -/* the right nav disappears out of view when the window shrinks */ -@media screen and (max-width: 992px) { - .sidebar-offcanvas-right { - display: none; - } -} - -#overlay-under-drawer { - display: none; -} - -/* find-as-you-type search box */ - -.form-control { - border-radius: 0; - border: 0; -} - -@media screen and (max-width: 840px) { - form.search { - display: none; - } -} - -.typeahead { - width: 200px; - padding: 2px 7px 1px 7px; - line-height: 20px; - outline: none; -} - -.tt-wrapper { - position: relative; - display: inline-block; -} - -.tt-input { - position: relative; - vertical-align: top; -} - -.navbar-right .tt-menu { - right: 0; - left: inherit !important; - width: 540px; - max-height: 280px; - overflow-y: scroll; -} - -.navbar-right { - padding-right: 60px; -} - -.tt-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 100; - font-size: 14px; - margin: 0; - background-color: var(--main-bg-color); - border: 1px solid var(--main-header-color); - -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); - -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); - box-shadow: 0 5px 10px rgba(0,0,0,.2); -} - - -.typeahead { - padding: 17px 17px 17px 50px; - width: 422px; - height: 20px; - font-size: 13px; - background-image: url("./search.svg"); - background-repeat: no-repeat; - background-position: 4%; - outline: 0; - background-size: 20px; - filter: var(--main-number-filter); - -webkit-filter: var(--main-number-filter); -} - -.search-summary { - margin-bottom: 10px; -} - -a.tt-container { - font-size: 16px; - color: var(--main-hyperlinks-color); -} - -.enter-search-message { - position: -webkit-sticky; - position: sticky; - top: 0; - background-color: #AAA; - padding: 0; - font-size: 14px; - margin: 0; - clear: both; - text-align: center; - color: black; -} - -.tt-suggestion:hover { - cursor: pointer; - color: #fff; - background-color: #0097cf; -} - -.tt-suggestion:hover .search-from-lib { - color: #ddd; -} - -.tt-suggestion.tt-cursor { - color: #fff; - background-color: #0097cf; -} - -.tt-suggestion.tt-cursor .search-from-lib { - color: #ddd; -} - -.tt-suggestion p { - margin: 0; -} - -.tt-container { - font-size: 14px; - margin-bottom: 0; - margin-top: 15px; -} - -.tt-container-text { - color: var(--main-text-color); -} - - -/* Search results formatting for mini results below search bar. */ - -.tt-search-results .tt-container { - margin-top: 5px; - margin-bottom: 5px; -} - -/* Do not show the container as a section. */ -.tt-search-results .tt-container-text { - display: none -} - -/* An inline style. */ -.tt-search-results .tt-suggestion { - color: var(--main-text-color); - margin-top: 5px; - overflow: hidden; - padding-left: 10px; - padding-right: 10px; - text-overflow: ellipsis; - white-space: nowrap; -} - -.tt-search-results .tt-suggestion-title { - font-size: 14px; - padding-right: 5px; -} - -.tt-search-results .tt-suggestion-container { - color: var(--main-keyword-color); - font-size: 14px; - font-style: italic; - padding-right: 5px; -} - -.tt-search-results .one-line-description { - color: var(--main-keyword-color); - display: inline; - margin-left: 0; -} - - -.tt-search-results .one-line-description::before { - content: open-quote; -} - -.tt-search-results .one-line-description::after { - content: close-quote; -} - -/* Search results formatting for `search.html`. */ - -/* A block style. */ -#dartdoc-main-content .tt-suggestion { - color: var(--main-text-color); - margin-top: 5px; - margin-bottom: 10px; - border-style: solid; - border-color: lightgrey; - border-width: 0.5px; -} - -#dartdoc-main-content .tt-suggestion-title { - display: block; - font-weight: 500; - margin: 4px 10px 0; -} - -#dartdoc-main-content .one-line-description { - display: block; - margin: 2px 10px 3px; -} - -/* Do not show a result's container. */ -#dartdoc-main-content .tt-suggestion-container { - display: none; -} - -@media screen and (max-width: 840px) { - .typeahead { - padding: 17px 17px 17px 33px; - width: 240px; - height: 17px; - border: 1px solid #f5f5f5; - background-position: 3%; - margin: 10px 10px 10px 9px; - } - - header { - padding-left: 0; - } -} - -@media screen and (max-width: 320px) { - #sidenav-left-toggle { - margin-right: 10px; - margin-left: 20px; - } - - .self-name { - margin-right: 10px; - } -} - -::placeholder { - filter: brightness(0.85); -} - -.search-body { - border: 1px solid #7f7f7f; - max-width: 400px; - box-shadow: 3px 3px 5px rgba(0,0,0,0.1); -} - -section#setter { - border-top: 1px solid #ddd; - padding-top: 36px; -} - -li.inherited a { - opacity: 0.65; - font-style: italic; -} - -#instance-methods dt.inherited .name, -#instance-properties dt.inherited .name, -#operators dt.inherited .name { - font-weight: 400; - font-style: italic; -} - -#instance-methods dt.inherited .signature, -#instance-properties dt.inherited .signature, -#operators dt.inherited .signature { - font-weight: 400; -} - -@media print { - .subnav, .sidebar { - display: none; - } - - a[href]:after { - content: "" !important; - } -} \ No newline at end of file From c2a8272b71f260546ab3a16a392d80fecd5ffb2f Mon Sep 17 00:00:00 2001 From: danylo-safonov-solid Date: Fri, 22 Sep 2023 20:23:32 +0300 Subject: [PATCH 4/4] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726c07d..b96a1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.3 +- Unlock SDK >= 3.1.0. + ## 0.0.2 - Added interop for the rest of the types in `mod.ts` and others that are visible from it.