@api-client/ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +29 -0
- package/.eslintrc +96 -0
- package/.github/CONTRIBUTING.md +24 -0
- package/.github/stale.yml +23 -0
- package/.github/workflows/codeql-analysis.yml +67 -0
- package/.github/workflows/deployment.yml +96 -0
- package/README.md +7 -0
- package/_old/ApiFilesElement.styles.ts +219 -0
- package/_old/ApiFilesElement.ts +966 -0
- package/_old/AppSettingsMenuElement.ts +199 -0
- package/_old/FileMaps.ts +20 -0
- package/_old/api-files.ts +9 -0
- package/commitlint.config.cjs +1 -0
- package/demo/amf/api-annotation.html +20 -0
- package/demo/amf/api-annotation.ts +118 -0
- package/demo/amf/api-channel.html +20 -0
- package/demo/amf/api-channel.ts +82 -0
- package/demo/amf/api-console.html +18 -0
- package/demo/amf/api-console.ts +501 -0
- package/demo/amf/api-documentation-document.html +20 -0
- package/demo/amf/api-documentation-document.ts +81 -0
- package/demo/amf/api-documentation.html +20 -0
- package/demo/amf/api-documentation.ts +246 -0
- package/demo/amf/api-editor.html +18 -0
- package/demo/amf/api-editor.ts +763 -0
- package/demo/amf/api-navigation.html +24 -0
- package/demo/amf/api-navigation.ts +256 -0
- package/demo/amf/api-operation.html +32 -0
- package/demo/amf/api-operation.ts +291 -0
- package/demo/amf/api-payload.html +20 -0
- package/demo/amf/api-payload.ts +178 -0
- package/demo/amf/api-request.html +19 -0
- package/demo/amf/api-request.ts +267 -0
- package/demo/amf/api-resource.html +26 -0
- package/demo/amf/api-resource.ts +278 -0
- package/demo/amf/api-schema-documentation.html +20 -0
- package/demo/amf/api-schema-documentation.ts +198 -0
- package/demo/amf/api-security-documentation.html +20 -0
- package/demo/amf/api-security-documentation.ts +100 -0
- package/demo/amf/api-server-picker.html +19 -0
- package/demo/amf/api-server-picker.ts +230 -0
- package/demo/amf/api-summary.html +20 -0
- package/demo/amf/api-summary.ts +89 -0
- package/demo/amf/bare-components.css +11 -0
- package/demo/amf/bare-components.html +32 -0
- package/demo/amf/bare-components.ts +18 -0
- package/demo/amf/demo.css +136 -0
- package/demo/amf/index.html +58 -0
- package/demo/amf/lib/AmfDemoPage.ts +278 -0
- package/demo/amf/oauth-authorize.html +69 -0
- package/demo/amf/oauth-authorize.ts +38 -0
- package/demo/amf/request-editor.html +19 -0
- package/demo/amf/request-editor.ts +272 -0
- package/demo/amf/styles/api-console.css +60 -0
- package/demo/amf/styles/api-editor.css +143 -0
- package/demo/amf/styles/console-theme.css +0 -0
- package/demo/amf/styles/demo-grid.css +26 -0
- package/demo/apis/21143/21143.json +638 -0
- package/demo/apis/APIC-15/APIC-15.raml +36 -0
- package/demo/apis/APIC-15/data-types/organization-data-type.raml +19 -0
- package/demo/apis/APIC-15/examples/organization/organization-array-response.raml +15 -0
- package/demo/apis/APIC-15/examples/organization/organization-individual-response.raml +8 -0
- package/demo/apis/APIC-168/APIC-168.raml +38 -0
- package/demo/apis/APIC-282/APIC-282.raml +57 -0
- package/demo/apis/APIC-289/APIC-289.yaml +21 -0
- package/demo/apis/APIC-298/APIC-298.json +588 -0
- package/demo/apis/APIC-332/APIC-332.raml +22 -0
- package/demo/apis/APIC-349-cache-resolution/APIC-349-cache-resolution.raml +141 -0
- package/demo/apis/APIC-349-cache-resolution/docs/DocumentationItem-1.raml +3 -0
- package/demo/apis/APIC-349-cache-resolution/docs/api.md +1 -0
- package/demo/apis/APIC-349-cache-resolution/docs/documentationTitle.md +1 -0
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example.json +19 -0
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example2.json +19 -0
- package/demo/apis/APIC-349-cache-resolution/libraries/schema.json +21 -0
- package/demo/apis/APIC-349-cache-resolution/libraries/types.raml +88 -0
- package/demo/apis/APIC-390/APIC-390.raml +13 -0
- package/demo/apis/APIC-390/Types/ISO-standards.raml +30 -0
- package/demo/apis/APIC-429/APIC-429.yaml +63 -0
- package/demo/apis/APIC-435/APIC-435.yaml +27 -0
- package/demo/apis/APIC-449/APIC-449.yaml +8 -0
- package/demo/apis/APIC-463/APIC-463.raml +13 -0
- package/demo/apis/APIC-480/APIC-480.raml +61 -0
- package/demo/apis/APIC-480/examples/account-response.json +5 -0
- package/demo/apis/APIC-483/APIC-483.raml +16 -0
- package/demo/apis/APIC-483/example/list-of-bank-succ.json +32 -0
- package/demo/apis/APIC-483/schema/response-retrieve-list-bank.json +68 -0
- package/demo/apis/APIC-550/APIC-550.raml +46 -0
- package/demo/apis/APIC-553/APIC-553.raml +59 -0
- package/demo/apis/APIC-554/APIC-554.raml +6 -0
- package/demo/apis/APIC-554-ii/APIC-554-ii.raml +5 -0
- package/demo/apis/APIC-560/APIC-560.yaml +209 -0
- package/demo/apis/APIC-582/APIC-582.yaml +23 -0
- package/demo/apis/APIC-613/APIC-613.raml +16 -0
- package/demo/apis/APIC-631/APIC-631.raml +20 -0
- package/demo/apis/APIC-641/APIC-641.yaml +29 -0
- package/demo/apis/APIC-649/APIC-649.yaml +118 -0
- package/demo/apis/APIC-650/APIC-650.yaml +24 -0
- package/demo/apis/APIC-650/common-parameters.yaml +23 -0
- package/demo/apis/APIC-667/APIC-667.raml +30 -0
- package/demo/apis/APIC-671/APIC-671.yaml +387 -0
- package/demo/apis/APIC-689/APIC-689.raml +20 -0
- package/demo/apis/APIC-711/APIC-711.raml +41 -0
- package/demo/apis/SE-10469/Purchase-Order-oagis-id-dd32f9c6c01048a19e15c423c9c741ae.json +1383 -0
- package/demo/apis/SE-10469/SE-10469.raml +11 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-address.raml +126 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-base.raml +31 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-basic-questions-set.raml +42 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-description.raml +36 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-origin.raml +24 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contact-information.raml +69 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-data.raml +19 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-metadata.raml +243 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content.raml +47 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contextual.raml +18 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-currency.raml +22 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-document-statistic.raml +44 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-email-address.raml +19 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-error.raml +33 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-habit.raml +61 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-language.raml +32 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-log-entry.raml +92 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-master-key.raml +49 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-organization.raml +38 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-party.raml +37 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-node.raml +43 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-report.raml +22 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person-name.raml +45 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person.raml +103 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-phone.raml +32 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-policyholder.raml +1 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-preferable.raml +15 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-property.raml +61 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-role.raml +51 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-social-media-account.raml +28 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-source.raml +65 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-version.raml +36 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/docs/Legal.raml +3 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-error.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-get-health-check.raml +16 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-performance-report.raml +23 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/exchange.json +1 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-address.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-base.raml +3 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-basic-questions-set.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-code-description.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-contact-info.raml +3 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-content.raml +5 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-context-and-preference.raml +4 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-email.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-entity.raml +36 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-error.raml +3 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-habit.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-language.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-master-key.raml +3 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-organization.raml +4 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-party.raml +8 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-performance.raml +8 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person-name.raml +3 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-phone.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-property.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-role.raml +6 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-social-media.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-source.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-traits.raml +11 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-version.raml +7 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collection-actions.raml +51 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collections.raml +157 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-item-actions.raml +48 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-items.raml +154 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-get-health-check.raml +39 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/security-schemes/securityScheme-basic.raml +4 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-asynchronously-callable.raml +12 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-filterable.raml +19 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-identifyable.raml +50 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-pageable.raml +40 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-performance-monitorable.raml +31 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-routable.raml +22 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-selectable.raml +140 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-sortable.raml +20 -0
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-traceable.raml +24 -0
- package/demo/apis/SE-11155/SE-11155.raml +43 -0
- package/demo/apis/SE-11155/data-types/dataType-archive-users-request.raml +19 -0
- package/demo/apis/SE-11155/data-types/dataType-archive-users-response.raml +20 -0
- package/demo/apis/SE-11155/data-types/dataType-restore-user-request.raml +1 -0
- package/demo/apis/SE-11155/data-types/dataType-restore-user-response.raml +1 -0
- package/demo/apis/SE-11155/data-types/dataType-user.raml +53 -0
- package/demo/apis/SE-11155/examples/user-action-restore-user-200.raml +3 -0
- package/demo/apis/SE-11155/examples/user-action-restore-user-cds-202.raml +7 -0
- package/demo/apis/SE-11155/examples/user-action-restore-user.raml +3 -0
- package/demo/apis/SE-11155/examples/user-delete-cds-200.raml +4 -0
- package/demo/apis/SE-11155/examples/user-delete-cds-202.raml +11 -0
- package/demo/apis/SE-11155/examples/user-get-200.raml +17 -0
- package/demo/apis/SE-11155/examples/user-patch-200.raml +14 -0
- package/demo/apis/SE-11155/examples/user-patch-cds-200.raml +4 -0
- package/demo/apis/SE-11155/examples/user-patch-cds-202.raml +7 -0
- package/demo/apis/SE-11155/examples/user-patch.raml +14 -0
- package/demo/apis/SE-11155/examples/user-put-200.raml +17 -0
- package/demo/apis/SE-11155/examples/user-put-cds-200.raml +4 -0
- package/demo/apis/SE-11155/examples/user-put-cds-202.raml +11 -0
- package/demo/apis/SE-11155/examples/user-put.raml +17 -0
- package/demo/apis/SE-11155/examples/users-action-archive-users-200.raml +5 -0
- package/demo/apis/SE-11155/examples/users-action-archive-users-cds-200.raml +5 -0
- package/demo/apis/SE-11155/examples/users-action-archive-users.raml +5 -0
- package/demo/apis/SE-11155/examples/users-delete-cds-200.raml +4 -0
- package/demo/apis/SE-11155/examples/users-delete-cds-202.raml +11 -0
- package/demo/apis/SE-11155/examples/users-get-200.raml +47 -0
- package/demo/apis/SE-11155/examples/users-patch-200.raml +32 -0
- package/demo/apis/SE-11155/examples/users-patch-cds-200.raml +4 -0
- package/demo/apis/SE-11155/examples/users-patch-cds-202.raml +11 -0
- package/demo/apis/SE-11155/examples/users-patch.raml +14 -0
- package/demo/apis/SE-11155/examples/users-post-cds-200.raml +4 -0
- package/demo/apis/SE-11155/examples/users-post-cds-202.raml +11 -0
- package/demo/apis/SE-11155/examples/users-post-multi-200.raml +47 -0
- package/demo/apis/SE-11155/examples/users-post-multi.raml +44 -0
- package/demo/apis/SE-11155/examples/users-post-single-200.raml +17 -0
- package/demo/apis/SE-11155/examples/users-post-single.raml +16 -0
- package/demo/apis/SE-11155/libraries/library.raml +16 -0
- package/demo/apis/SE-11415/SE-11415.raml +94 -0
- package/demo/apis/SE-11415/canda-commons/canda-commons.raml +50 -0
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-example.json +3 -0
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-example.json +3 -0
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-schema.json +10 -0
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-schema.json +30 -0
- package/demo/apis/SE-11415/ref/additions-example.json +12 -0
- package/demo/apis/SE-11415/ref/additions-schema.json +43 -0
- package/demo/apis/SE-11415/ref/companies-example.json +11 -0
- package/demo/apis/SE-11415/ref/companies-schema.json +36 -0
- package/demo/apis/SE-11415/ref/greeting-example.json +4 -0
- package/demo/apis/SE-11415/ref/greeting-schema.json +22 -0
- package/demo/apis/SE-11415/ref/greetings-example.json +15 -0
- package/demo/apis/SE-11415/ref/greetings-schema.json +34 -0
- package/demo/apis/SE-11415/ref/jms-message-response-exmaple.json +7 -0
- package/demo/apis/SE-11415/ref/log-levels-example.json +3 -0
- package/demo/apis/SE-11415/ref/log-levels-response-example.json +3 -0
- package/demo/apis/SE-11415/ref/log-levels-response-schema.json +10 -0
- package/demo/apis/SE-11415/ref/log-levels-schema.json +30 -0
- package/demo/apis/SE-11508/SE-11508.raml +257 -0
- package/demo/apis/SE-11508/examples/change-credentials-post-201.raml +9 -0
- package/demo/apis/SE-11508/examples/convert-aggregator-quote-post-201.raml +19 -0
- package/demo/apis/SE-11508/examples/create-quote-post-200.raml +12 -0
- package/demo/apis/SE-11508/examples/create-quote-post-201.raml +8 -0
- package/demo/apis/SE-11508/examples/create-quote-post-request.raml +19 -0
- package/demo/apis/SE-11508/examples/customer-accounts-get-200.raml +41 -0
- package/demo/apis/SE-11508/examples/customer-accounts-patch-request.raml +31 -0
- package/demo/apis/SE-11508/examples/retrieve-quotes-post-200.raml +17 -0
- package/demo/apis/SE-11508/examples/send-correspondence-post-request.raml +34 -0
- package/demo/apis/SE-11508/examples/validate-credentials-post-200.raml +30 -0
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-400.raml +10 -0
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-request.raml +7 -0
- package/demo/apis/SE-11508/examples/validate-customer-account-post-200.raml +76 -0
- package/demo/apis/SE-11508/examples/validate-customer-account-post-400.raml +10 -0
- package/demo/apis/SE-11508/examples/validate-customer-account-post-request.raml +8 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/securityscheme-system/0.0.4/auth.raml +10 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/api-headers-trait.raml +20 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/bad-responses.raml +30 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/create.raml +30 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/customer-account-filter-trait.raml +8 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/delete.raml +48 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/payment.raml +10 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/policy-filter-trait.raml +8 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/read.raml +48 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/common-responses.raml +8 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/error.raml +12 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/underwriting.raml +11 -0
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/update.raml +48 -0
- package/demo/apis/SE-11508/model-system/api-headers.raml +8 -0
- package/demo/apis/SE-11508/model-system/api-strict-headers.raml +25 -0
- package/demo/apis/SE-11508/model-system/change-credentials-type.raml +11 -0
- package/demo/apis/SE-11508/model-system/convert-aggregator-quote-types.raml +25 -0
- package/demo/apis/SE-11508/model-system/create-quote-types.raml +35 -0
- package/demo/apis/SE-11508/model-system/customer-accounts-types.raml +57 -0
- package/demo/apis/SE-11508/model-system/ping-error-messages-types.raml +17 -0
- package/demo/apis/SE-11508/model-system/ping-validate-credentials.raml +16 -0
- package/demo/apis/SE-11508/model-system/retrieve-quotes-types.raml +40 -0
- package/demo/apis/SE-12042/SE-12042.raml +52 -0
- package/demo/apis/SE-12042/dataTypes/CheckAPIStatus.raml +25 -0
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample1.raml +7 -0
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample2.raml +7 -0
- package/demo/apis/SE-12042/securitySchemes/x-clientIdSecret.raml +18 -0
- package/demo/apis/SE-12224/SE-12224.raml +89 -0
- package/demo/apis/SE-12224/dataTypes/product.raml +15 -0
- package/demo/apis/SE-12224/dataTypes/products.raml +5 -0
- package/demo/apis/SE-12224/examples/product.json +8 -0
- package/demo/apis/SE-12224/examples/products.json +8 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/error.raml +14 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/error.json +13 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/innerError.json +7 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/exchange.json +1 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/innerError.raml +20 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/orderable.raml +13 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/pageable.raml +15 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/searchable.raml +8 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-aad-oauth2.raml +15 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-basic-authentication.raml +10 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-client-id-secret.raml +15 -0
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-mule-oauth2.raml +15 -0
- package/demo/apis/SE-12291/SE-12291.json +357 -0
- package/demo/apis/SE-12752/SE-12752.raml +36 -0
- package/demo/apis/SE-12957/SE-12957.json +741 -0
- package/demo/apis/SE-12959/SE-12959.json +741 -0
- package/demo/apis/SE-17897/SE-17897.yaml +21 -0
- package/demo/apis/SE-19215/SE-19215.raml +7 -0
- package/demo/apis/SE-19500/SE-19500.raml +95 -0
- package/demo/apis/SE-19500/docs/home.md +1 -0
- package/demo/apis/SE-19500/modules/canada-commons/canda-commons.raml +64 -0
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-example.json +3 -0
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-example.json +3 -0
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-schema.json +10 -0
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-schema.json +30 -0
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-example.json +7 -0
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-schema.json +49 -0
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/api.raml +6 -0
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greeting-example.json +4 -0
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greetings-example.json +15 -0
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greeting-schema.json +22 -0
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greetings-schema.json +34 -0
- package/demo/apis/SE-19500/ref/companies-example.json +14 -0
- package/demo/apis/SE-19500/ref/companies-schema.json +70 -0
- package/demo/apis/Streetlights/Streetlights.yaml +36 -0
- package/demo/apis/aap-1698/aap-1698.raml +26 -0
- package/demo/apis/amf-helper-api/amf-helper-api.raml +1024 -0
- package/demo/apis/amf-helper-api/examples/comment-example.json +42 -0
- package/demo/apis/amf-helper-api/examples/commentCreateRequest-example.json +7 -0
- package/demo/apis/amf-helper-api/examples/commentList-example.json +48 -0
- package/demo/apis/amf-helper-api/examples/person.json +14 -0
- package/demo/apis/amf-helper-api/examples/person.raml +13 -0
- package/demo/apis/amf-helper-api/examples/person.xml +14 -0
- package/demo/apis/amf-helper-api/libraries/comment-lib.raml +143 -0
- package/demo/apis/amf-helper-api/library.raml +7 -0
- package/demo/apis/amf-helper-api/schemas/person.json +104 -0
- package/demo/apis/amf-helper-api/schemas/person.xsd +26 -0
- package/demo/apis/amf-helper-api/traits/file.raml +33 -0
- package/demo/apis/amf-helper-api/traits/pagination.raml +80 -0
- package/demo/apis/amf-helper-api/traits/results.raml +19 -0
- package/demo/apis/amf-helper-api/traits/visibility.raml +14 -0
- package/demo/apis/amf-helper-api/types/app-person.raml +101 -0
- package/demo/apis/amf-helper-api/types/dimensions.raml +24 -0
- package/demo/apis/amf-helper-api/types/external-type.raml +7 -0
- package/demo/apis/amf-helper-api/types/image.raml +23 -0
- package/demo/apis/amf-helper-api/types/product.raml +52 -0
- package/demo/apis/amf-helper-api/types/resource.raml +11 -0
- package/demo/apis/amf-helper-api/types/standard-request.raml +50 -0
- package/demo/apis/amf-helper-api/types/user.raml +37 -0
- package/demo/apis/annotated-api/annotated-api.raml +82 -0
- package/demo/apis/annotated-parameters/annotated-parameters.raml +18 -0
- package/demo/apis/anyOf/anyOf.yaml +37 -0
- package/demo/apis/api-keys/api-keys.yaml +85 -0
- package/demo/apis/apic-169/apic-169.raml +28 -0
- package/demo/apis/apic-83/apic-83.raml +32 -0
- package/demo/apis/appian-api/appian-api.raml +184 -0
- package/demo/apis/array-body/array-body.raml +23 -0
- package/demo/apis/async-api/async-api.yaml +96 -0
- package/demo/apis/demo-api/demo-api.raml +1425 -0
- package/demo/apis/demo-api/examples/e400.xml +4 -0
- package/demo/apis/demo-api/examples/e401.xml +4 -0
- package/demo/apis/demo-api/examples/e404.xml +4 -0
- package/demo/apis/demo-api/examples/image.xml +5 -0
- package/demo/apis/demo-api/examples/messages-example.json +22 -0
- package/demo/apis/demo-api/examples/messages-sent-example.json +15 -0
- package/demo/apis/demo-api/examples/person.json +14 -0
- package/demo/apis/demo-api/examples/person.raml +14 -0
- package/demo/apis/demo-api/examples/person.url.encoded +1 -0
- package/demo/apis/demo-api/examples/person.xml +14 -0
- package/demo/apis/demo-api/examples/product.xml +9 -0
- package/demo/apis/demo-api/library/demo-types.raml +44 -0
- package/demo/apis/demo-api/library.raml +36 -0
- package/demo/apis/demo-api/resourceTypes/app-person.raml +111 -0
- package/demo/apis/demo-api/resourceTypes/example-types.raml +45 -0
- package/demo/apis/demo-api/resourceTypes/image.raml +23 -0
- package/demo/apis/demo-api/resourceTypes/message-sent-type.raml +23 -0
- package/demo/apis/demo-api/resourceTypes/message-type.raml +33 -0
- package/demo/apis/demo-api/resourceTypes/product.raml +52 -0
- package/demo/apis/demo-api/resourceTypes/resource.raml +11 -0
- package/demo/apis/demo-api/schemas/error-response.xsd +11 -0
- package/demo/apis/demo-api/schemas/image.xsd +11 -0
- package/demo/apis/demo-api/schemas/person.json +104 -0
- package/demo/apis/demo-api/schemas/person.xsd +26 -0
- package/demo/apis/demo-api/schemas/product.xsd +17 -0
- package/demo/apis/demo-api/securitySchemes/basic.raml +5 -0
- package/demo/apis/demo-api/securitySchemes/oauth-2-custom-settings.raml +143 -0
- package/demo/apis/demo-api/securitySchemes/oauth2-header-delivery.raml +13 -0
- package/demo/apis/demo-api/securitySchemes/oauth2-no-delivery.raml +8 -0
- package/demo/apis/demo-api/securitySchemes/oauth2-no-grants.raml +12 -0
- package/demo/apis/demo-api/securitySchemes/oauth2-pkce.raml +13 -0
- package/demo/apis/demo-api/securitySchemes/oauth2-query-delivery.raml +13 -0
- package/demo/apis/demo-api/securitySchemes/oauth_1_0.raml +8 -0
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-settings.raml +3 -0
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-signature.raml +7 -0
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_signature.raml +8 -0
- package/demo/apis/demo-api/securitySchemes/oauth_2_0.raml +29 -0
- package/demo/apis/demo-api/securitySchemes/passthrough-querystring.raml +16 -0
- package/demo/apis/demo-api/securitySchemes/passthrough.raml +24 -0
- package/demo/apis/demo-api/securitySchemes/x-custom.raml +33 -0
- package/demo/apis/demo-api/securitySchemes/x-other.raml +29 -0
- package/demo/apis/demo-api/securitySchemes/x-query-string.raml +16 -0
- package/demo/apis/demo-api/traits/adminable.raml +23 -0
- package/demo/apis/demo-api/traits/pagination.raml +83 -0
- package/demo/apis/demo-api/traits/rate-limited.raml +9 -0
- package/demo/apis/demo-api/types/DemoPerson.raml +67 -0
- package/demo/apis/demo-document/demo-document.raml +21 -0
- package/demo/apis/documentation-fragment/documentation-fragment.raml +76 -0
- package/demo/apis/documented-api/documented-api.raml +29 -0
- package/demo/apis/enum-test/enum-test.raml +64 -0
- package/demo/apis/example-fragment/example-fragment.raml +8 -0
- package/demo/apis/examples-api/Address-1.0.raml +75 -0
- package/demo/apis/examples-api/CompanyIdentification-1.0.raml +48 -0
- package/demo/apis/examples-api/CompanyProfile-1.0.raml +14 -0
- package/demo/apis/examples-api/CompanyProfileBase-1.0.raml +48 -0
- package/demo/apis/examples-api/contact-email-example.raml +6 -0
- package/demo/apis/examples-api/contact-example.raml +7 -0
- package/demo/apis/examples-api/contact-fax-example.raml +7 -0
- package/demo/apis/examples-api/contact-website-example.raml +4 -0
- package/demo/apis/examples-api/example-1.raml +7 -0
- package/demo/apis/examples-api/example-2.raml +12 -0
- package/demo/apis/examples-api/example-3.raml +5 -0
- package/demo/apis/examples-api/example-4.raml +3 -0
- package/demo/apis/examples-api/example-5.raml +5 -0
- package/demo/apis/examples-api/example-6.raml +3 -0
- package/demo/apis/examples-api/example-7.raml +7 -0
- package/demo/apis/examples-api/example.json +14 -0
- package/demo/apis/examples-api/example.xml +15 -0
- package/demo/apis/examples-api/example.xsd +26 -0
- package/demo/apis/examples-api/examples/Address_BE_Example-1.0.raml +10 -0
- package/demo/apis/examples-api/examples/Address_GB_Example-1.0.raml +8 -0
- package/demo/apis/examples-api/examples/Address_NL_Example-1.0.raml +8 -0
- package/demo/apis/examples-api/examples/Addresses_BE_Example-1.0.raml +11 -0
- package/demo/apis/examples-api/examples/Addresses_GB_Example-1.0.raml +9 -0
- package/demo/apis/examples-api/examples/Addresses_NL_Example-1.0.raml +17 -0
- package/demo/apis/examples-api/examples/CompanyIdentification_BE_Example-1.0.raml +7 -0
- package/demo/apis/examples-api/examples/CompanyIdentification_GB_Example-1.0.raml +7 -0
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_BranchId_Example-1.0.raml +7 -0
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_Example-1.0.raml +7 -0
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_GY-Holding_Example-1.0.raml +6 -0
- package/demo/apis/examples-api/examples/CompanyLegalForm_BE_Example-1.0.raml +3 -0
- package/demo/apis/examples-api/examples/CompanyLegalForm_GB_Example-1.0.raml +3 -0
- package/demo/apis/examples-api/examples/CompanyLegalForm_NL_Example-1.0.raml +3 -0
- package/demo/apis/examples-api/examples/CompanyProfile_BE_Example-1.0.raml +14 -0
- package/demo/apis/examples-api/examples/CompanyProfile_GB_Example-1.0.raml +11 -0
- package/demo/apis/examples-api/examples/CompanyProfile_NL_Example-1.0.raml +12 -0
- package/demo/apis/examples-api/examples/Company_BE_Example-1.0.raml +3 -0
- package/demo/apis/examples-api/examples/Company_GB_Example-1.0.raml +3 -0
- package/demo/apis/examples-api/examples/Company_NL_Example-1.0.raml +3 -0
- package/demo/apis/examples-api/examples-api.raml +313 -0
- package/demo/apis/examples-api/linked-named-example.raml +22 -0
- package/demo/apis/examples-api/named-example-with-link.raml +3 -0
- package/demo/apis/examples-api/named-example.raml +7 -0
- package/demo/apis/examples-api/type-with-linked-examples.raml +15 -0
- package/demo/apis/examples-api/user-json-example.raml +17 -0
- package/demo/apis/examples-api/user-raml-example.raml +37 -0
- package/demo/apis/examples-api/user.json +8 -0
- package/demo/apis/examples-api/user.raml +18 -0
- package/demo/apis/examples-api/users-json-example.raml +17 -0
- package/demo/apis/examples-api/users-raml-example.raml +32 -0
- package/demo/apis/examples-api/users.json +8 -0
- package/demo/apis/expanded-api/expanded-api.raml +8 -0
- package/demo/apis/ext-docs/ext-docs.yaml +15 -0
- package/demo/apis/flattened-api/flattened-api.raml +8 -0
- package/demo/apis/google-drive-api/docs/api/headline.md +1 -0
- package/demo/apis/google-drive-api/docs/search-for-file.md +176 -0
- package/demo/apis/google-drive-api/docs/upload-files.md +268 -0
- package/demo/apis/google-drive-api/docs/uploadApi/headline.md +1 -0
- package/demo/apis/google-drive-api/docs/work-with-folders.md +307 -0
- package/demo/apis/google-drive-api/examples/about-example.json +470 -0
- package/demo/apis/google-drive-api/examples/app-example.json +100 -0
- package/demo/apis/google-drive-api/examples/app-list-example.json +108 -0
- package/demo/apis/google-drive-api/examples/change-example.json +91 -0
- package/demo/apis/google-drive-api/examples/changeList-example.json +351 -0
- package/demo/apis/google-drive-api/examples/channel-example.json +8 -0
- package/demo/apis/google-drive-api/examples/childList-example.json +15 -0
- package/demo/apis/google-drive-api/examples/childReference-example.json +6 -0
- package/demo/apis/google-drive-api/examples/comment-example.json +42 -0
- package/demo/apis/google-drive-api/examples/comment-reply-update-response.json +18 -0
- package/demo/apis/google-drive-api/examples/commentCreateRequest-example.json +7 -0
- package/demo/apis/google-drive-api/examples/commentList-example.json +48 -0
- package/demo/apis/google-drive-api/examples/commentReply-example.json +17 -0
- package/demo/apis/google-drive-api/examples/commentReplyList-example.json +21 -0
- package/demo/apis/google-drive-api/examples/commentReplyRequest-example.json +4 -0
- package/demo/apis/google-drive-api/examples/file-example.json +92 -0
- package/demo/apis/google-drive-api/examples/fileList-example.json +98 -0
- package/demo/apis/google-drive-api/examples/newFileRequest-example.json +29 -0
- package/demo/apis/google-drive-api/examples/parentList-example.json +14 -0
- package/demo/apis/google-drive-api/examples/parentReference-example.json +7 -0
- package/demo/apis/google-drive-api/examples/permission-example.json +18 -0
- package/demo/apis/google-drive-api/examples/permissionId-example.json +4 -0
- package/demo/apis/google-drive-api/examples/permissionList-example.json +17 -0
- package/demo/apis/google-drive-api/examples/permissionRequest-example.json +9 -0
- package/demo/apis/google-drive-api/examples/permissionUpdateRequest-example.json +9 -0
- package/demo/apis/google-drive-api/examples/property-example.json +8 -0
- package/demo/apis/google-drive-api/examples/propertyList-example.json +13 -0
- package/demo/apis/google-drive-api/examples/revision-example.json +30 -0
- package/demo/apis/google-drive-api/examples/revisionList-example.json +35 -0
- package/demo/apis/google-drive-api/examples/revisionUpdateRequest-example.json +6 -0
- package/demo/apis/google-drive-api/examples/stopWatchingRequest-example.json +4 -0
- package/demo/apis/google-drive-api/examples/watchRequest-example.json +7 -0
- package/demo/apis/google-drive-api/google-drive-api.raml +1118 -0
- package/demo/apis/google-drive-api/libraries/about-lib.raml +121 -0
- package/demo/apis/google-drive-api/libraries/annotations.raml +4 -0
- package/demo/apis/google-drive-api/libraries/app-lib.raml +134 -0
- package/demo/apis/google-drive-api/libraries/child-lib.raml +53 -0
- package/demo/apis/google-drive-api/libraries/comment-lib.raml +145 -0
- package/demo/apis/google-drive-api/libraries/file-lib.raml +517 -0
- package/demo/apis/google-drive-api/libraries/parent-lib.raml +52 -0
- package/demo/apis/google-drive-api/libraries/permission-lib.raml +146 -0
- package/demo/apis/google-drive-api/libraries/properties-lib.raml +44 -0
- package/demo/apis/google-drive-api/libraries/revision-lib.raml +116 -0
- package/demo/apis/google-drive-api/libraries/watch-lib.raml +128 -0
- package/demo/apis/google-drive-api/securitySchemes/oauth_2_0.raml +25 -0
- package/demo/apis/google-drive-api/traits/file.raml +33 -0
- package/demo/apis/google-drive-api/traits/results.raml +19 -0
- package/demo/apis/google-drive-api/traits/visibility.raml +17 -0
- package/demo/apis/google-drive-api/types/additional-role-info.raml +12 -0
- package/demo/apis/google-drive-api/types/channels-stop.raml +11 -0
- package/demo/apis/google-drive-api/types/export-format.raml +11 -0
- package/demo/apis/google-drive-api/types/feature.raml +11 -0
- package/demo/apis/google-drive-api/types/file-capabilities.raml +69 -0
- package/demo/apis/google-drive-api/types/file-labels.raml +35 -0
- package/demo/apis/google-drive-api/types/icon.raml +25 -0
- package/demo/apis/google-drive-api/types/import-format.raml +11 -0
- package/demo/apis/google-drive-api/types/new-drive-file.raml +48 -0
- package/demo/apis/google-drive-api/types/owners.raml +32 -0
- package/demo/apis/google-drive-api/types/picture.raml +9 -0
- package/demo/apis/google-drive-api/types/property.raml +25 -0
- package/demo/apis/google-drive-api/types/resource.raml +28 -0
- package/demo/apis/google-drive-api/types/role-set.raml +11 -0
- package/demo/apis/google-drive-api/types/service-quota.raml +10 -0
- package/demo/apis/google-drive-api/types/standard-request.raml +51 -0
- package/demo/apis/google-drive-api/types/team-drive-list.raml +18 -0
- package/demo/apis/google-drive-api/types/team-drive.raml +59 -0
- package/demo/apis/google-drive-api/types/thumbnail.raml +14 -0
- package/demo/apis/google-drive-api/types/upload-size.raml +12 -0
- package/demo/apis/google-drive-api/types/user.raml +37 -0
- package/demo/apis/httpbin/httpbin.json +1836 -0
- package/demo/apis/lib-fragment/lib-fragment.raml +55 -0
- package/demo/apis/loan-ms/loan-microservice.json +699 -0
- package/demo/apis/missing-endpoints/missing-endpoints.raml +34 -0
- package/demo/apis/mocking-service/mocking-service.raml +149 -0
- package/demo/apis/modular-api/models/ecommerce-canonical.raml +89 -0
- package/demo/apis/modular-api/models/ecommerce.raml +36 -0
- package/demo/apis/modular-api/models/things.raml +32 -0
- package/demo/apis/modular-api/modular-api.raml +12 -0
- package/demo/apis/multi-server/multi-server.yaml +128 -0
- package/demo/apis/multiple-servers/multiple-servers.yaml +112 -0
- package/demo/apis/navigation-api/library.raml +7 -0
- package/demo/apis/navigation-api/navigation-api.raml +357 -0
- package/demo/apis/navigation-api/types/app-person.raml +101 -0
- package/demo/apis/navigation-api/types/image.raml +23 -0
- package/demo/apis/navigation-api/types/product.raml +52 -0
- package/demo/apis/navigation-api/types/resource.raml +11 -0
- package/demo/apis/new-oas3-types/new-oas3-types.yaml +84 -0
- package/demo/apis/nexmo-sms-api/nexmo-sms-api.raml +488 -0
- package/demo/apis/no-endpoints/no-endpoints.raml +14 -0
- package/demo/apis/no-server/no-server.raml +27 -0
- package/demo/apis/no-servers-api/no-servers-api.yaml +31 -0
- package/demo/apis/not-schema/not-schema.yaml +38 -0
- package/demo/apis/oas-3-api/oas-3-api.yaml +356 -0
- package/demo/apis/oas-api/LoanMicrosrvice.yaml +339 -0
- package/demo/apis/oas-api/Petstore-v2.yaml +144 -0
- package/demo/apis/oas-api/Petstore.raml +106 -0
- package/demo/apis/oas-api/UBER.raml +274 -0
- package/demo/apis/oas-api/UBER.yaml +272 -0
- package/demo/apis/oas-api/petstore-expanded.raml +141 -0
- package/demo/apis/oas-api/petstore-expanded.yaml +139 -0
- package/demo/apis/oas-api/read-only-properties.yaml +42 -0
- package/demo/apis/oas-bearer/oas-bearer.yaml +45 -0
- package/demo/apis/oas-callbacks/oas-callbacks.yaml +150 -0
- package/demo/apis/oas-demo/oas-demo.yaml +94 -0
- package/demo/apis/oauth-flows/oauth-flows.yaml +61 -0
- package/demo/apis/oauth-pkce/oauth-2-pkce.raml +33 -0
- package/demo/apis/oauth-pkce/oauth-pkce.raml +22 -0
- package/demo/apis/oauth1-fragment/oauth1-fragment.raml +7 -0
- package/demo/apis/oauth2-fragment/oauth2-fragment.raml +30 -0
- package/demo/apis/petstore/petstore.yaml +954 -0
- package/demo/apis/prevent-xss/prevent-xss.json +20 -0
- package/demo/apis/rearrange-api/rearrange-api.raml +32 -0
- package/demo/apis/secured-api/oauth-2-custom-settings.raml +143 -0
- package/demo/apis/secured-api/oauth2-header-delivery.raml +13 -0
- package/demo/apis/secured-api/oauth2-no-delivery.raml +8 -0
- package/demo/apis/secured-api/oauth2-no-grants.raml +12 -0
- package/demo/apis/secured-api/oauth2-pkce.raml +13 -0
- package/demo/apis/secured-api/oauth2-query-delivery.raml +13 -0
- package/demo/apis/secured-api/oauth_1_0.raml +8 -0
- package/demo/apis/secured-api/oauth_1_0_no-settings.raml +3 -0
- package/demo/apis/secured-api/oauth_1_0_no-signature.raml +7 -0
- package/demo/apis/secured-api/oauth_1_0_signature.raml +8 -0
- package/demo/apis/secured-api/passthrough-querystring.raml +16 -0
- package/demo/apis/secured-api/passthrough.raml +24 -0
- package/demo/apis/secured-api/secured-api.raml +231 -0
- package/demo/apis/secured-api/x-custom.raml +33 -0
- package/demo/apis/secured-api/x-other.raml +29 -0
- package/demo/apis/secured-api/x-query-string.raml +16 -0
- package/demo/apis/secured-unions/secured-unions.yaml +95 -0
- package/demo/apis/security-api/oauth-2-custom-settings.raml +154 -0
- package/demo/apis/security-api/readme.md +1 -0
- package/demo/apis/security-api/security/basic.raml +13 -0
- package/demo/apis/security-api/security/digest.raml +5 -0
- package/demo/apis/security-api/security/oauth_1_0.raml +27 -0
- package/demo/apis/security-api/security/oauth_2_0.raml +30 -0
- package/demo/apis/security-api/security/oauth_2_0_no_scopes.raml +29 -0
- package/demo/apis/security-api/security/other-oauth_1_0.raml +29 -0
- package/demo/apis/security-api/security/passthrough.raml +12 -0
- package/demo/apis/security-api/security/x-custom.raml +26 -0
- package/demo/apis/security-api/security/x-other.raml +29 -0
- package/demo/apis/security-api/security-api.raml +89 -0
- package/demo/apis/servers-api/servers-api.yaml +80 -0
- package/demo/apis/simple-api/simple-api.raml +12 -0
- package/demo/apis/steveTest-1/exchange.json +6 -0
- package/demo/apis/steveTest-1/schemas/schema-termsConditionsAccept.json +43 -0
- package/demo/apis/steveTest-1/schemas_response/schema-termsConditionsAccept-Get.json +24 -0
- package/demo/apis/steveTest-1/stevetest.json +167 -0
- package/demo/apis/steveTest-1/traits/response-errors.json +123 -0
- package/demo/apis/steveTest-1/traits/schema-response-errors.json +35 -0
- package/demo/apis/streetlights/streetlights.yaml +36 -0
- package/demo/apis/streetlights2/streetlights2.yaml +213 -0
- package/demo/apis/tracked-examples/datatypes/employee.raml +5 -0
- package/demo/apis/tracked-examples/examples/employee.raml +4 -0
- package/demo/apis/tracked-examples/examples/employees.raml +8 -0
- package/demo/apis/tracked-examples/tracked-to-linked.raml +28 -0
- package/demo/apis/type-fragment/type-fragment.raml +96 -0
- package/demo/apis/types-list/exchange.json +1 -0
- package/demo/apis/types-list/library.raml +7 -0
- package/demo/apis/types-list/typeFromDataTypeFile.raml +6 -0
- package/demo/apis/types-list/types-list.raml +38 -0
- package/demo/apis/unordered-endpoints/unordered-endpoints.raml +11 -0
- package/demo/elements/authorization/AuthPlugin.js +56 -0
- package/demo/elements/authorization/AuthProxy.js +210 -0
- package/demo/elements/authorization/api-key.html +21 -0
- package/demo/elements/authorization/api-key.ts +41 -0
- package/demo/elements/authorization/basic.html +21 -0
- package/demo/elements/authorization/basic.ts +40 -0
- package/demo/elements/authorization/bearer.html +21 -0
- package/demo/elements/authorization/bearer.ts +40 -0
- package/demo/elements/authorization/cc.html +21 -0
- package/demo/elements/authorization/cc.ts +117 -0
- package/demo/elements/authorization/env.js +1 -0
- package/demo/elements/authorization/index.html +40 -0
- package/demo/elements/authorization/ntlm.html +21 -0
- package/demo/elements/authorization/ntlm.ts +40 -0
- package/demo/elements/authorization/oauth-authorize.html +72 -0
- package/demo/elements/authorization/oauth-authorize.ts +40 -0
- package/demo/elements/authorization/oauth-error.html +11 -0
- package/demo/elements/authorization/oauth-error.js +10 -0
- package/demo/elements/authorization/oauth-popup.html +29 -0
- package/demo/elements/authorization/oauth2.html +21 -0
- package/demo/elements/authorization/oauth2.ts +81 -0
- package/demo/elements/authorization/oidc.html +21 -0
- package/demo/elements/authorization/oidc.ts +113 -0
- package/demo/elements/authorization/private.crt +31 -0
- package/demo/elements/authorization/private.csr +28 -0
- package/demo/elements/authorization/private.key +51 -0
- package/demo/elements/authorization/private.pem +31 -0
- package/demo/elements/authorization/redirect.html +13 -0
- package/demo/elements/authorization/ssl-commands.sh +30 -0
- package/demo/elements/authorization/ssl.conf +24 -0
- package/demo/elements/context-menu/DemoIcons.ts +11 -0
- package/demo/elements/context-menu/basic.html +20 -0
- package/demo/elements/context-menu/basic.ts +115 -0
- package/demo/elements/context-menu/custom-data.html +20 -0
- package/demo/elements/context-menu/custom-data.ts +60 -0
- package/demo/elements/context-menu/demo.css +28 -0
- package/demo/elements/context-menu/enabled-state.html +20 -0
- package/demo/elements/context-menu/enabled-state.ts +65 -0
- package/demo/elements/context-menu/icons.html +20 -0
- package/demo/elements/context-menu/icons.ts +64 -0
- package/demo/elements/context-menu/index.html +36 -0
- package/demo/elements/context-menu/nested.html +20 -0
- package/demo/elements/context-menu/nestedt.ts +152 -0
- package/demo/elements/context-menu/no-execute.html +20 -0
- package/demo/elements/context-menu/no-execute.ts +134 -0
- package/demo/elements/context-menu/radio-menu.html +20 -0
- package/demo/elements/context-menu/radio-menu.ts +75 -0
- package/demo/elements/context-menu/separators.html +20 -0
- package/demo/elements/context-menu/separators.ts +172 -0
- package/demo/elements/environment/environment-editor.html +16 -0
- package/demo/elements/environment/environment-editor.ts +49 -0
- package/demo/elements/environment/index.html +27 -0
- package/demo/elements/environment/server-editor.html +16 -0
- package/demo/elements/environment/server-editor.ts +61 -0
- package/demo/elements/environment/variables-editor.html +16 -0
- package/demo/elements/environment/variables-editor.ts +91 -0
- package/demo/elements/har/har-viewer.html +15 -0
- package/demo/elements/har/har-viewer.ts +83 -0
- package/demo/elements/har/har1.har +3044 -0
- package/demo/elements/har/har2.json +439 -0
- package/demo/elements/har/index.html +20 -0
- package/demo/elements/highlight/example.md +27 -0
- package/demo/elements/highlight/index.html +29 -0
- package/demo/elements/highlight/marked-highlight.html +114 -0
- package/demo/elements/highlight/marked-highlight.ts +29 -0
- package/demo/elements/highlight/prism-highlight.html +61 -0
- package/demo/elements/highlight/prism-highlight.ts +17 -0
- package/demo/elements/http/body-editor.html +16 -0
- package/demo/elements/http/body-editor.ts +112 -0
- package/demo/elements/http/headers.html +16 -0
- package/demo/elements/http/headers.ts +63 -0
- package/demo/elements/http/http-assertions.html +16 -0
- package/demo/elements/http/http-assertions.ts +92 -0
- package/demo/elements/http/index.html +35 -0
- package/demo/elements/http/request-editor.html +25 -0
- package/demo/elements/http/request-editor.ts +193 -0
- package/demo/elements/http/request-log.html +15 -0
- package/demo/elements/http/request-log.ts +127 -0
- package/demo/elements/http/url-editing.html +16 -0
- package/demo/elements/http/url-editing.ts +115 -0
- package/demo/elements/icons/index.html +75 -0
- package/demo/elements/icons/index.ts +52 -0
- package/demo/elements/index.html +48 -0
- package/demo/elements/project/index.html +22 -0
- package/demo/elements/project/project-run-report.html +19 -0
- package/demo/elements/project/project-run-report.ts +133 -0
- package/demo/elements/project/request-editor.html +22 -0
- package/demo/elements/project/request-editor.ts +211 -0
- package/demo/elements/ui/DemoStyles.ts +64 -0
- package/demo/elements/ui/UiDemoPage.ts +7 -0
- package/demo/elements/ui/buttons/api-button.html +20 -0
- package/demo/elements/ui/buttons/api-button.ts +135 -0
- package/demo/elements/ui/buttons/api-icon-button.html +27 -0
- package/demo/elements/ui/buttons/api-icon-button.ts +88 -0
- package/demo/elements/ui/buttons/segmented-buttons.html +20 -0
- package/demo/elements/ui/buttons/segmented-buttons.ts +55 -0
- package/demo/elements/ui/chip/api-chip.html +42 -0
- package/demo/elements/ui/chip/api-chip.ts +137 -0
- package/demo/elements/ui/chip/pawel6c9a.jpg +0 -0
- package/demo/elements/ui/collapse/CustomDetail.ts +87 -0
- package/demo/elements/ui/collapse/ui-collapse.html +20 -0
- package/demo/elements/ui/collapse/ui-collapse.ts +62 -0
- package/demo/elements/ui/dialog/ui-dialog.html +20 -0
- package/demo/elements/ui/dialog/ui-dialog.ts +120 -0
- package/demo/elements/ui/index.html +49 -0
- package/demo/elements/ui/inputs/api-checkbox.html +38 -0
- package/demo/elements/ui/inputs/api-checkbox.ts +124 -0
- package/demo/elements/ui/inputs/api-input.html +38 -0
- package/demo/elements/ui/inputs/api-input.ts +231 -0
- package/demo/elements/ui/inputs/api-radio.html +38 -0
- package/demo/elements/ui/inputs/api-radio.ts +131 -0
- package/demo/elements/ui/inputs/api-switch.html +44 -0
- package/demo/elements/ui/inputs/api-switch.ts +89 -0
- package/demo/elements/ui/list/dropdown-list.html +30 -0
- package/demo/elements/ui/list/dropdown-list.ts +161 -0
- package/demo/elements/ui/list/list.html +64 -0
- package/demo/elements/ui/list/list.ts +138 -0
- package/demo/elements/ui/notification/snack.html +20 -0
- package/demo/elements/ui/notification/snack.ts +71 -0
- package/demo/elements/ui/progress/ui-progress.html +45 -0
- package/demo/elements/ui/progress/ui-progress.ts +135 -0
- package/demo/elements/ui/tabs/tabs.html +20 -0
- package/demo/elements/ui/tabs/tabs.ts +163 -0
- package/demo/env.js +8 -0
- package/demo/index.html +27 -0
- package/demo/lib/DemoBindings.ts +38 -0
- package/demo/lib/amf/AmfPartialGraphStore.ts +292 -0
- package/demo/lib/amf/AmfPartialModel.ts +596 -0
- package/demo/lib/amf/ApiExamples.ts +3270 -0
- package/demo/lib/io/ApiStore.ts +16 -0
- package/demo/lib/io/AppConfig.ts +220 -0
- package/demo/lib/io/SharedWorkerThread.ts +32 -0
- package/demo/lib/io/main.ts +23 -0
- package/demo/model.js +203 -0
- package/demo/oauth-popup.html +29 -0
- package/demo/pages/api-client/authenticate.html +18 -0
- package/demo/pages/api-client/authenticate.ts +26 -0
- package/demo/pages/api-client/config.html +18 -0
- package/demo/pages/api-client/config.ts +14 -0
- package/demo/pages/api-client/main.html +18 -0
- package/demo/pages/api-client/main.ts +27 -0
- package/demo/pages/api-client/telemetry.html +18 -0
- package/demo/pages/api-client/telemetry.ts +22 -0
- package/demo/pages/http-project/main.html +18 -0
- package/demo/pages/http-project/main.ts +34 -0
- package/demo/pages/index.html +24 -0
- package/demo/pages/schema-design/main.html +18 -0
- package/demo/pages/schema-design/main.ts +20 -0
- package/demo/resources/calendar-month.png +0 -0
- package/demo/resources/favorite.png +0 -0
- package/demo/resources/fingerprint.png +0 -0
- package/demo/resources/home-work.png +0 -0
- package/demo/resources/mood.png +0 -0
- package/demo/resources/print.png +0 -0
- package/demo/resources/stars.png +0 -0
- package/demo/resources/theaters.png +0 -0
- package/demo/store/IpAddress.js +16 -0
- package/demo/store/StorePlugin.js +128 -0
- package/demo/stores.md +5 -0
- package/demo/themes/default.css +0 -0
- package/demo/themes/m3/theme.dark.css +40 -0
- package/demo/themes/m3/theme.light.css +40 -0
- package/demo/themes/m3/tokens.css +291 -0
- package/dev/amf-server/AmfParser.js +141 -0
- package/dev/amf-server/AmfService.js +136 -0
- package/dev/amf-server/ApiError.js +10 -0
- package/dev/amf-server/ParserProcess.js +92 -0
- package/dev/amf-server/api.js +147 -0
- package/dev/types.d.ts +28 -0
- package/dist/amf/lib/AmfInputParser.d.ts +67 -0
- package/dist/amf/lib/AmfInputParser.d.ts.map +1 -0
- package/dist/amf/lib/AmfInputParser.js +184 -0
- package/dist/amf/lib/AmfInputParser.js.map +1 -0
- package/dist/amf/lib/AmfParameters.d.ts +164 -0
- package/dist/amf/lib/AmfParameters.d.ts.map +1 -0
- package/dist/amf/lib/AmfParameters.js +714 -0
- package/dist/amf/lib/AmfParameters.js.map +1 -0
- package/dist/amf/lib/AmfSecurity.d.ts +7 -0
- package/dist/amf/lib/AmfSecurity.d.ts.map +1 -0
- package/dist/amf/lib/AmfSecurity.js +40 -0
- package/dist/amf/lib/AmfSecurity.js.map +1 -0
- package/dist/amf/lib/InputCache.d.ts +45 -0
- package/dist/amf/lib/InputCache.d.ts.map +1 -0
- package/dist/amf/lib/InputCache.js +91 -0
- package/dist/amf/lib/InputCache.js.map +1 -0
- package/dist/amf/lib/Oauth2RamlCustomData.d.ts +39 -0
- package/dist/amf/lib/Oauth2RamlCustomData.d.ts.map +1 -0
- package/dist/amf/lib/Oauth2RamlCustomData.js +236 -0
- package/dist/amf/lib/Oauth2RamlCustomData.js.map +1 -0
- package/dist/amf/lib/PayloadUtils.d.ts +18 -0
- package/dist/amf/lib/PayloadUtils.d.ts.map +1 -0
- package/dist/amf/lib/PayloadUtils.js +71 -0
- package/dist/amf/lib/PayloadUtils.js.map +1 -0
- package/dist/amf/lib/QueryParameterProcessor.d.ts +44 -0
- package/dist/amf/lib/QueryParameterProcessor.d.ts.map +1 -0
- package/dist/amf/lib/QueryParameterProcessor.js +168 -0
- package/dist/amf/lib/QueryParameterProcessor.js.map +1 -0
- package/dist/amf/lib/UrlUtils.d.ts +49 -0
- package/dist/amf/lib/UrlUtils.d.ts.map +1 -0
- package/dist/amf/lib/UrlUtils.js +211 -0
- package/dist/amf/lib/UrlUtils.js.map +1 -0
- package/dist/amf/lib/Utils.d.ts +42 -0
- package/dist/amf/lib/Utils.d.ts.map +1 -0
- package/dist/amf/lib/Utils.js +205 -0
- package/dist/amf/lib/Utils.js.map +1 -0
- package/dist/amf/lib/navigation-layout/ApiSorting.d.ts +8 -0
- package/dist/amf/lib/navigation-layout/ApiSorting.d.ts.map +1 -0
- package/dist/amf/lib/navigation-layout/ApiSorting.js +18 -0
- package/dist/amf/lib/navigation-layout/ApiSorting.js.map +1 -0
- package/dist/amf/lib/navigation-layout/EndpointsTree.d.ts +33 -0
- package/dist/amf/lib/navigation-layout/EndpointsTree.d.ts.map +1 -0
- package/dist/amf/lib/navigation-layout/EndpointsTree.js +184 -0
- package/dist/amf/lib/navigation-layout/EndpointsTree.js.map +1 -0
- package/dist/amf/lib/navigation-layout/NaturalTree.d.ts +25 -0
- package/dist/amf/lib/navigation-layout/NaturalTree.d.ts.map +1 -0
- package/dist/amf/lib/navigation-layout/NaturalTree.js +93 -0
- package/dist/amf/lib/navigation-layout/NaturalTree.js.map +1 -0
- package/dist/amf/plugins/ApiNavigationCommands.d.ts +4 -0
- package/dist/amf/plugins/ApiNavigationCommands.d.ts.map +1 -0
- package/dist/amf/plugins/ApiNavigationCommands.js +71 -0
- package/dist/amf/plugins/ApiNavigationCommands.js.map +1 -0
- package/dist/amf/plugins/ApiNavigationContextMenu.d.ts +16 -0
- package/dist/amf/plugins/ApiNavigationContextMenu.d.ts.map +1 -0
- package/dist/amf/plugins/ApiNavigationContextMenu.js +38 -0
- package/dist/amf/plugins/ApiNavigationContextMenu.js.map +1 -0
- package/dist/amf/store/AmfGraphStore.d.ts +39 -0
- package/dist/amf/store/AmfGraphStore.d.ts.map +1 -0
- package/dist/amf/store/AmfGraphStore.js +62 -0
- package/dist/amf/store/AmfGraphStore.js.map +1 -0
- package/dist/amf/store/AmfStore.d.ts +118 -0
- package/dist/amf/store/AmfStore.d.ts.map +1 -0
- package/dist/amf/store/AmfStore.js +174 -0
- package/dist/amf/store/AmfStore.js.map +1 -0
- package/dist/amf/store/DomEventsAmfStore.d.ts +6 -0
- package/dist/amf/store/DomEventsAmfStore.d.ts.map +1 -0
- package/dist/amf/store/DomEventsAmfStore.js +5 -0
- package/dist/amf/store/DomEventsAmfStore.js.map +1 -0
- package/dist/amf/store/InMemAmfGraphStore.d.ts +134 -0
- package/dist/amf/store/InMemAmfGraphStore.d.ts.map +1 -0
- package/dist/amf/store/InMemAmfGraphStore.js +583 -0
- package/dist/amf/store/InMemAmfGraphStore.js.map +1 -0
- package/dist/amf/store/mixins/AmfStoreDomEventsMixin.d.ts +38 -0
- package/dist/amf/store/mixins/AmfStoreDomEventsMixin.d.ts.map +1 -0
- package/dist/amf/store/mixins/AmfStoreDomEventsMixin.js +101 -0
- package/dist/amf/store/mixins/AmfStoreDomEventsMixin.js.map +1 -0
- package/dist/amf/types.d.ts +318 -0
- package/dist/amf/types.d.ts.map +1 -0
- package/dist/amf/types.js +2 -0
- package/dist/amf/types.js.map +1 -0
- package/dist/bindings/base/ConfigurationBindings.d.ts +129 -0
- package/dist/bindings/base/ConfigurationBindings.d.ts.map +1 -0
- package/dist/bindings/base/ConfigurationBindings.js +97 -0
- package/dist/bindings/base/ConfigurationBindings.js.map +1 -0
- package/dist/bindings/base/FileBindings.d.ts +167 -0
- package/dist/bindings/base/FileBindings.d.ts.map +1 -0
- package/dist/bindings/base/FileBindings.js +10 -0
- package/dist/bindings/base/FileBindings.js.map +1 -0
- package/dist/bindings/base/HttpClientStoreBindings.d.ts +32 -0
- package/dist/bindings/base/HttpClientStoreBindings.d.ts.map +1 -0
- package/dist/bindings/base/HttpClientStoreBindings.js +115 -0
- package/dist/bindings/base/HttpClientStoreBindings.js.map +1 -0
- package/dist/bindings/base/IoThread.d.ts +40 -0
- package/dist/bindings/base/IoThread.d.ts.map +1 -0
- package/dist/bindings/base/IoThread.js +110 -0
- package/dist/bindings/base/IoThread.js.map +1 -0
- package/dist/bindings/base/NavigationBindings.d.ts +69 -0
- package/dist/bindings/base/NavigationBindings.d.ts.map +1 -0
- package/dist/bindings/base/NavigationBindings.js +80 -0
- package/dist/bindings/base/NavigationBindings.js.map +1 -0
- package/dist/bindings/base/PlatformBindings.d.ts +133 -0
- package/dist/bindings/base/PlatformBindings.d.ts.map +1 -0
- package/dist/bindings/base/PlatformBindings.js +178 -0
- package/dist/bindings/base/PlatformBindings.js.map +1 -0
- package/dist/bindings/base/ProxyBindings.d.ts +43 -0
- package/dist/bindings/base/ProxyBindings.d.ts.map +1 -0
- package/dist/bindings/base/ProxyBindings.js +35 -0
- package/dist/bindings/base/ProxyBindings.js.map +1 -0
- package/dist/bindings/base/SharedWorkerThread.d.ts +13 -0
- package/dist/bindings/base/SharedWorkerThread.d.ts.map +1 -0
- package/dist/bindings/base/SharedWorkerThread.js +31 -0
- package/dist/bindings/base/SharedWorkerThread.js.map +1 -0
- package/dist/bindings/base/StoreBindings.d.ts +323 -0
- package/dist/bindings/base/StoreBindings.d.ts.map +1 -0
- package/dist/bindings/base/StoreBindings.js +770 -0
- package/dist/bindings/base/StoreBindings.js.map +1 -0
- package/dist/bindings/web/WebConfigurationBindings.d.ts +23 -0
- package/dist/bindings/web/WebConfigurationBindings.d.ts.map +1 -0
- package/dist/bindings/web/WebConfigurationBindings.js +78 -0
- package/dist/bindings/web/WebConfigurationBindings.js.map +1 -0
- package/dist/bindings/web/WebFileBindings.d.ts +15 -0
- package/dist/bindings/web/WebFileBindings.d.ts.map +1 -0
- package/dist/bindings/web/WebFileBindings.js +83 -0
- package/dist/bindings/web/WebFileBindings.js.map +1 -0
- package/dist/bindings/web/WebHttpClientStoreBindings.d.ts +36 -0
- package/dist/bindings/web/WebHttpClientStoreBindings.d.ts.map +1 -0
- package/dist/bindings/web/WebHttpClientStoreBindings.js +75 -0
- package/dist/bindings/web/WebHttpClientStoreBindings.js.map +1 -0
- package/dist/bindings/web/WebNavigationBindings.d.ts +13 -0
- package/dist/bindings/web/WebNavigationBindings.d.ts.map +1 -0
- package/dist/bindings/web/WebNavigationBindings.js +73 -0
- package/dist/bindings/web/WebNavigationBindings.js.map +1 -0
- package/dist/bindings/web/WebProxyBindings.d.ts +40 -0
- package/dist/bindings/web/WebProxyBindings.d.ts.map +1 -0
- package/dist/bindings/web/WebProxyBindings.js +98 -0
- package/dist/bindings/web/WebProxyBindings.js.map +1 -0
- package/dist/bindings/web/WebStoreBindings.d.ts +19 -0
- package/dist/bindings/web/WebStoreBindings.d.ts.map +1 -0
- package/dist/bindings/web/WebStoreBindings.js +63 -0
- package/dist/bindings/web/WebStoreBindings.js.map +1 -0
- package/dist/code-snippets/Bash/CurlSnippet.d.ts +8 -0
- package/dist/code-snippets/Bash/CurlSnippet.d.ts.map +1 -0
- package/dist/code-snippets/Bash/CurlSnippet.js +36 -0
- package/dist/code-snippets/Bash/CurlSnippet.js.map +1 -0
- package/dist/code-snippets/C/CcurlSnippet.d.ts +8 -0
- package/dist/code-snippets/C/CcurlSnippet.d.ts.map +1 -0
- package/dist/code-snippets/C/CcurlSnippet.js +55 -0
- package/dist/code-snippets/C/CcurlSnippet.js.map +1 -0
- package/dist/code-snippets/CodeSnippet.d.ts +35 -0
- package/dist/code-snippets/CodeSnippet.d.ts.map +1 -0
- package/dist/code-snippets/CodeSnippet.js +90 -0
- package/dist/code-snippets/CodeSnippet.js.map +1 -0
- package/dist/code-snippets/Dart/DartSnippet.d.ts +7 -0
- package/dist/code-snippets/Dart/DartSnippet.d.ts.map +1 -0
- package/dist/code-snippets/Dart/DartSnippet.js +46 -0
- package/dist/code-snippets/Dart/DartSnippet.js.map +1 -0
- package/dist/code-snippets/HTTP/RawSnippet.d.ts +10 -0
- package/dist/code-snippets/HTTP/RawSnippet.d.ts.map +1 -0
- package/dist/code-snippets/HTTP/RawSnippet.js +40 -0
- package/dist/code-snippets/HTTP/RawSnippet.js.map +1 -0
- package/dist/code-snippets/Java/PlatformSnippet.d.ts +11 -0
- package/dist/code-snippets/Java/PlatformSnippet.d.ts.map +1 -0
- package/dist/code-snippets/Java/PlatformSnippet.js +63 -0
- package/dist/code-snippets/Java/PlatformSnippet.js.map +1 -0
- package/dist/code-snippets/Java/SpringSnippet.d.ts +11 -0
- package/dist/code-snippets/Java/SpringSnippet.d.ts.map +1 -0
- package/dist/code-snippets/Java/SpringSnippet.js +59 -0
- package/dist/code-snippets/Java/SpringSnippet.js.map +1 -0
- package/dist/code-snippets/JavaScript/AsyncFetchSnippet.d.ts +9 -0
- package/dist/code-snippets/JavaScript/AsyncFetchSnippet.d.ts.map +1 -0
- package/dist/code-snippets/JavaScript/AsyncFetchSnippet.js +64 -0
- package/dist/code-snippets/JavaScript/AsyncFetchSnippet.js.map +1 -0
- package/dist/code-snippets/JavaScript/AxiosSnippet.d.ts +7 -0
- package/dist/code-snippets/JavaScript/AxiosSnippet.d.ts.map +1 -0
- package/dist/code-snippets/JavaScript/AxiosSnippet.js +45 -0
- package/dist/code-snippets/JavaScript/AxiosSnippet.js.map +1 -0
- package/dist/code-snippets/JavaScript/FetchSnippet.d.ts +9 -0
- package/dist/code-snippets/JavaScript/FetchSnippet.d.ts.map +1 -0
- package/dist/code-snippets/JavaScript/FetchSnippet.js +62 -0
- package/dist/code-snippets/JavaScript/FetchSnippet.js.map +1 -0
- package/dist/code-snippets/JavaScript/NodeSnippet.d.ts +9 -0
- package/dist/code-snippets/JavaScript/NodeSnippet.d.ts.map +1 -0
- package/dist/code-snippets/JavaScript/NodeSnippet.js +65 -0
- package/dist/code-snippets/JavaScript/NodeSnippet.js.map +1 -0
- package/dist/code-snippets/JavaScript/XhrSnippet.d.ts +7 -0
- package/dist/code-snippets/JavaScript/XhrSnippet.d.ts.map +1 -0
- package/dist/code-snippets/JavaScript/XhrSnippet.js +43 -0
- package/dist/code-snippets/JavaScript/XhrSnippet.js.map +1 -0
- package/dist/code-snippets/JavaScript/jQuerySnippet.d.ts +7 -0
- package/dist/code-snippets/JavaScript/jQuerySnippet.d.ts.map +1 -0
- package/dist/code-snippets/JavaScript/jQuerySnippet.js +36 -0
- package/dist/code-snippets/JavaScript/jQuerySnippet.js.map +1 -0
- package/dist/code-snippets/Python/Python27Snippet.d.ts +22 -0
- package/dist/code-snippets/Python/Python27Snippet.d.ts.map +1 -0
- package/dist/code-snippets/Python/Python27Snippet.js +79 -0
- package/dist/code-snippets/Python/Python27Snippet.js.map +1 -0
- package/dist/code-snippets/Python/Python31Snippet.d.ts +22 -0
- package/dist/code-snippets/Python/Python31Snippet.d.ts.map +1 -0
- package/dist/code-snippets/Python/Python31Snippet.js +80 -0
- package/dist/code-snippets/Python/Python31Snippet.js.map +1 -0
- package/dist/code-snippets/Python/RequestsSnippet.d.ts +22 -0
- package/dist/code-snippets/Python/RequestsSnippet.d.ts.map +1 -0
- package/dist/code-snippets/Python/RequestsSnippet.js +73 -0
- package/dist/code-snippets/Python/RequestsSnippet.js.map +1 -0
- package/dist/contextual-menu/ContextualMenu.d.ts +134 -0
- package/dist/contextual-menu/ContextualMenu.d.ts.map +1 -0
- package/dist/contextual-menu/ContextualMenu.js +383 -0
- package/dist/contextual-menu/ContextualMenu.js.map +1 -0
- package/dist/contextual-menu/ContextualMenuElement.d.ts +130 -0
- package/dist/contextual-menu/ContextualMenuElement.d.ts.map +1 -0
- package/dist/contextual-menu/ContextualMenuElement.js +483 -0
- package/dist/contextual-menu/ContextualMenuElement.js.map +1 -0
- package/dist/contextual-menu/IdGenerator.d.ts +2 -0
- package/dist/contextual-menu/IdGenerator.d.ts.map +1 -0
- package/dist/contextual-menu/IdGenerator.js +6 -0
- package/dist/contextual-menu/IdGenerator.js.map +1 -0
- package/dist/contextual-menu/MenuElementStyles.d.ts +3 -0
- package/dist/contextual-menu/MenuElementStyles.d.ts.map +1 -0
- package/dist/contextual-menu/MenuElementStyles.js +72 -0
- package/dist/contextual-menu/MenuElementStyles.js.map +1 -0
- package/dist/contextual-menu/MenuItem.d.ts +51 -0
- package/dist/contextual-menu/MenuItem.d.ts.map +1 -0
- package/dist/contextual-menu/MenuItem.js +172 -0
- package/dist/contextual-menu/MenuItem.js.map +1 -0
- package/dist/contextual-menu/types.d.ts +248 -0
- package/dist/contextual-menu/types.d.ts.map +1 -0
- package/dist/contextual-menu/types.js +2 -0
- package/dist/contextual-menu/types.js.map +1 -0
- package/dist/define/amf/api-annotation-document.d.ts +10 -0
- package/dist/define/amf/api-annotation-document.d.ts.map +1 -0
- package/dist/define/amf/api-annotation-document.js +12 -0
- package/dist/define/amf/api-annotation-document.js.map +1 -0
- package/dist/define/amf/api-authorization-editor.d.ts +10 -0
- package/dist/define/amf/api-authorization-editor.d.ts.map +1 -0
- package/dist/define/amf/api-authorization-editor.js +12 -0
- package/dist/define/amf/api-authorization-editor.js.map +1 -0
- package/dist/define/amf/api-channel-document.d.ts +10 -0
- package/dist/define/amf/api-channel-document.d.ts.map +1 -0
- package/dist/define/amf/api-channel-document.js +12 -0
- package/dist/define/amf/api-channel-document.js.map +1 -0
- package/dist/define/amf/api-documentation-document.d.ts +10 -0
- package/dist/define/amf/api-documentation-document.d.ts.map +1 -0
- package/dist/define/amf/api-documentation-document.js +12 -0
- package/dist/define/amf/api-documentation-document.js.map +1 -0
- package/dist/define/amf/api-documentation.d.ts +10 -0
- package/dist/define/amf/api-documentation.d.ts.map +1 -0
- package/dist/define/amf/api-documentation.js +12 -0
- package/dist/define/amf/api-documentation.js.map +1 -0
- package/dist/define/amf/api-navigation.d.ts +10 -0
- package/dist/define/amf/api-navigation.d.ts.map +1 -0
- package/dist/define/amf/api-navigation.js +12 -0
- package/dist/define/amf/api-navigation.js.map +1 -0
- package/dist/define/amf/api-operation-document.d.ts +10 -0
- package/dist/define/amf/api-operation-document.d.ts.map +1 -0
- package/dist/define/amf/api-operation-document.js +12 -0
- package/dist/define/amf/api-operation-document.js.map +1 -0
- package/dist/define/amf/api-parameter-document.d.ts +10 -0
- package/dist/define/amf/api-parameter-document.d.ts.map +1 -0
- package/dist/define/amf/api-parameter-document.js +12 -0
- package/dist/define/amf/api-parameter-document.js.map +1 -0
- package/dist/define/amf/api-parametrized-security-scheme.d.ts +10 -0
- package/dist/define/amf/api-parametrized-security-scheme.d.ts.map +1 -0
- package/dist/define/amf/api-parametrized-security-scheme.js +12 -0
- package/dist/define/amf/api-parametrized-security-scheme.js.map +1 -0
- package/dist/define/amf/api-payload-document.d.ts +10 -0
- package/dist/define/amf/api-payload-document.d.ts.map +1 -0
- package/dist/define/amf/api-payload-document.js +12 -0
- package/dist/define/amf/api-payload-document.js.map +1 -0
- package/dist/define/amf/api-request-document.d.ts +10 -0
- package/dist/define/amf/api-request-document.d.ts.map +1 -0
- package/dist/define/amf/api-request-document.js +12 -0
- package/dist/define/amf/api-request-document.js.map +1 -0
- package/dist/define/amf/api-request-editor.d.ts +10 -0
- package/dist/define/amf/api-request-editor.d.ts.map +1 -0
- package/dist/define/amf/api-request-editor.js +12 -0
- package/dist/define/amf/api-request-editor.js.map +1 -0
- package/dist/define/amf/api-request.d.ts +10 -0
- package/dist/define/amf/api-request.d.ts.map +1 -0
- package/dist/define/amf/api-request.js +12 -0
- package/dist/define/amf/api-request.js.map +1 -0
- package/dist/define/amf/api-resource-document.d.ts +10 -0
- package/dist/define/amf/api-resource-document.d.ts.map +1 -0
- package/dist/define/amf/api-resource-document.js +12 -0
- package/dist/define/amf/api-resource-document.js.map +1 -0
- package/dist/define/amf/api-response-document.d.ts +10 -0
- package/dist/define/amf/api-response-document.d.ts.map +1 -0
- package/dist/define/amf/api-response-document.js +12 -0
- package/dist/define/amf/api-response-document.js.map +1 -0
- package/dist/define/amf/api-schema-document.d.ts +10 -0
- package/dist/define/amf/api-schema-document.d.ts.map +1 -0
- package/dist/define/amf/api-schema-document.js +12 -0
- package/dist/define/amf/api-schema-document.js.map +1 -0
- package/dist/define/amf/api-security-document.d.ts +10 -0
- package/dist/define/amf/api-security-document.d.ts.map +1 -0
- package/dist/define/amf/api-security-document.js +12 -0
- package/dist/define/amf/api-security-document.js.map +1 -0
- package/dist/define/amf/api-security-requirement-document.d.ts +10 -0
- package/dist/define/amf/api-security-requirement-document.d.ts.map +1 -0
- package/dist/define/amf/api-security-requirement-document.js +12 -0
- package/dist/define/amf/api-security-requirement-document.js.map +1 -0
- package/dist/define/amf/api-server-picker.d.ts +10 -0
- package/dist/define/amf/api-server-picker.d.ts.map +1 -0
- package/dist/define/amf/api-server-picker.js +12 -0
- package/dist/define/amf/api-server-picker.js.map +1 -0
- package/dist/define/amf/api-summary.d.ts +10 -0
- package/dist/define/amf/api-summary.d.ts.map +1 -0
- package/dist/define/amf/api-summary.js +12 -0
- package/dist/define/amf/api-summary.js.map +1 -0
- package/dist/define/amf/authorization/amf-apikey-authorization.d.ts +10 -0
- package/dist/define/amf/authorization/amf-apikey-authorization.d.ts.map +1 -0
- package/dist/define/amf/authorization/amf-apikey-authorization.js +13 -0
- package/dist/define/amf/authorization/amf-apikey-authorization.js.map +1 -0
- package/dist/define/amf/authorization/amf-basic-authorization.d.ts +10 -0
- package/dist/define/amf/authorization/amf-basic-authorization.d.ts.map +1 -0
- package/dist/define/amf/authorization/amf-basic-authorization.js +13 -0
- package/dist/define/amf/authorization/amf-basic-authorization.js.map +1 -0
- package/dist/define/amf/authorization/amf-bearer-authorization.d.ts +10 -0
- package/dist/define/amf/authorization/amf-bearer-authorization.d.ts.map +1 -0
- package/dist/define/amf/authorization/amf-bearer-authorization.js +13 -0
- package/dist/define/amf/authorization/amf-bearer-authorization.js.map +1 -0
- package/dist/define/amf/authorization/amf-oauth2-authorization.d.ts +10 -0
- package/dist/define/amf/authorization/amf-oauth2-authorization.d.ts.map +1 -0
- package/dist/define/amf/authorization/amf-oauth2-authorization.js +16 -0
- package/dist/define/amf/authorization/amf-oauth2-authorization.js.map +1 -0
- package/dist/define/amf/authorization/amf-oidc-authorization.d.ts +10 -0
- package/dist/define/amf/authorization/amf-oidc-authorization.d.ts.map +1 -0
- package/dist/define/amf/authorization/amf-oidc-authorization.js +16 -0
- package/dist/define/amf/authorization/amf-oidc-authorization.js.map +1 -0
- package/dist/define/amf/authorization/amf-passthrough-authorization.d.ts +10 -0
- package/dist/define/amf/authorization/amf-passthrough-authorization.d.ts.map +1 -0
- package/dist/define/amf/authorization/amf-passthrough-authorization.js +13 -0
- package/dist/define/amf/authorization/amf-passthrough-authorization.js.map +1 -0
- package/dist/define/amf/authorization/amf-ramlcustom-authorization.d.ts +10 -0
- package/dist/define/amf/authorization/amf-ramlcustom-authorization.d.ts.map +1 -0
- package/dist/define/amf/authorization/amf-ramlcustom-authorization.js +13 -0
- package/dist/define/amf/authorization/amf-ramlcustom-authorization.js.map +1 -0
- package/dist/define/app-navigation-item.d.ts +7 -0
- package/dist/define/app-navigation-item.d.ts.map +1 -0
- package/dist/define/app-navigation-item.js +3 -0
- package/dist/define/app-navigation-item.js.map +1 -0
- package/dist/define/authorization/apikey-authorization.d.ts +10 -0
- package/dist/define/authorization/apikey-authorization.d.ts.map +1 -0
- package/dist/define/authorization/apikey-authorization.js +12 -0
- package/dist/define/authorization/apikey-authorization.js.map +1 -0
- package/dist/define/authorization/basic-authorization.d.ts +10 -0
- package/dist/define/authorization/basic-authorization.d.ts.map +1 -0
- package/dist/define/authorization/basic-authorization.js +12 -0
- package/dist/define/authorization/basic-authorization.js.map +1 -0
- package/dist/define/authorization/bearer-authorization.d.ts +10 -0
- package/dist/define/authorization/bearer-authorization.d.ts.map +1 -0
- package/dist/define/authorization/bearer-authorization.js +12 -0
- package/dist/define/authorization/bearer-authorization.js.map +1 -0
- package/dist/define/authorization/cc-authorization.d.ts +10 -0
- package/dist/define/authorization/cc-authorization.d.ts.map +1 -0
- package/dist/define/authorization/cc-authorization.js +14 -0
- package/dist/define/authorization/cc-authorization.js.map +1 -0
- package/dist/define/authorization/ntlm-authorization.d.ts +10 -0
- package/dist/define/authorization/ntlm-authorization.d.ts.map +1 -0
- package/dist/define/authorization/ntlm-authorization.js +12 -0
- package/dist/define/authorization/ntlm-authorization.js.map +1 -0
- package/dist/define/authorization/oauth2-authorization.d.ts +10 -0
- package/dist/define/authorization/oauth2-authorization.d.ts.map +1 -0
- package/dist/define/authorization/oauth2-authorization.js +15 -0
- package/dist/define/authorization/oauth2-authorization.js.map +1 -0
- package/dist/define/authorization/oauth2-authorize.d.ts +9 -0
- package/dist/define/authorization/oauth2-authorize.d.ts.map +1 -0
- package/dist/define/authorization/oauth2-authorize.js +10 -0
- package/dist/define/authorization/oauth2-authorize.js.map +1 -0
- package/dist/define/authorization/oidc-authorization.d.ts +10 -0
- package/dist/define/authorization/oidc-authorization.d.ts.map +1 -0
- package/dist/define/authorization/oidc-authorization.js +15 -0
- package/dist/define/authorization/oidc-authorization.js.map +1 -0
- package/dist/define/authorization/oidc-authorize.d.ts +9 -0
- package/dist/define/authorization/oidc-authorize.d.ts.map +1 -0
- package/dist/define/authorization/oidc-authorize.js +10 -0
- package/dist/define/authorization/oidc-authorize.js.map +1 -0
- package/dist/define/contextual-menu/contextual-menu.d.ts +10 -0
- package/dist/define/contextual-menu/contextual-menu.d.ts.map +1 -0
- package/dist/define/contextual-menu/contextual-menu.js +13 -0
- package/dist/define/contextual-menu/contextual-menu.js.map +1 -0
- package/dist/define/data/data-association-form.d.ts +7 -0
- package/dist/define/data/data-association-form.d.ts.map +1 -0
- package/dist/define/data/data-association-form.js +3 -0
- package/dist/define/data/data-association-form.js.map +1 -0
- package/dist/define/data/data-entity-editor.d.ts +7 -0
- package/dist/define/data/data-entity-editor.d.ts.map +1 -0
- package/dist/define/data/data-entity-editor.js +3 -0
- package/dist/define/data/data-entity-editor.js.map +1 -0
- package/dist/define/data/data-entity-form.d.ts +7 -0
- package/dist/define/data/data-entity-form.d.ts.map +1 -0
- package/dist/define/data/data-entity-form.js +3 -0
- package/dist/define/data/data-entity-form.js.map +1 -0
- package/dist/define/data/data-model-visualization.d.ts +7 -0
- package/dist/define/data/data-model-visualization.d.ts.map +1 -0
- package/dist/define/data/data-model-visualization.js +3 -0
- package/dist/define/data/data-model-visualization.js.map +1 -0
- package/dist/define/data/data-property-form.d.ts +7 -0
- package/dist/define/data/data-property-form.d.ts.map +1 -0
- package/dist/define/data/data-property-form.js +3 -0
- package/dist/define/data/data-property-form.js.map +1 -0
- package/dist/define/data/data-schema-document.d.ts +7 -0
- package/dist/define/data/data-schema-document.d.ts.map +1 -0
- package/dist/define/data/data-schema-document.js +3 -0
- package/dist/define/data/data-schema-document.js.map +1 -0
- package/dist/define/dialog/confirm-delete-dialog.d.ts +10 -0
- package/dist/define/dialog/confirm-delete-dialog.d.ts.map +1 -0
- package/dist/define/dialog/confirm-delete-dialog.js +13 -0
- package/dist/define/dialog/confirm-delete-dialog.js.map +1 -0
- package/dist/define/dialog/rename-dialog.d.ts +10 -0
- package/dist/define/dialog/rename-dialog.d.ts.map +1 -0
- package/dist/define/dialog/rename-dialog.js +13 -0
- package/dist/define/dialog/rename-dialog.js.map +1 -0
- package/dist/define/environment/environment-editor.d.ts +7 -0
- package/dist/define/environment/environment-editor.d.ts.map +1 -0
- package/dist/define/environment/environment-editor.js +3 -0
- package/dist/define/environment/environment-editor.js.map +1 -0
- package/dist/define/environment/server-editor.d.ts +7 -0
- package/dist/define/environment/server-editor.d.ts.map +1 -0
- package/dist/define/environment/server-editor.js +3 -0
- package/dist/define/environment/server-editor.js.map +1 -0
- package/dist/define/environment/variables-editor.d.ts +7 -0
- package/dist/define/environment/variables-editor.d.ts.map +1 -0
- package/dist/define/environment/variables-editor.js +3 -0
- package/dist/define/environment/variables-editor.js.map +1 -0
- package/dist/define/files/share-file.d.ts +10 -0
- package/dist/define/files/share-file.d.ts.map +1 -0
- package/dist/define/files/share-file.js +13 -0
- package/dist/define/files/share-file.js.map +1 -0
- package/dist/define/har/har-viewer.d.ts +10 -0
- package/dist/define/har/har-viewer.d.ts.map +1 -0
- package/dist/define/har/har-viewer.js +12 -0
- package/dist/define/har/har-viewer.js.map +1 -0
- package/dist/define/highlight/marked-highlight.d.ts +10 -0
- package/dist/define/highlight/marked-highlight.d.ts.map +1 -0
- package/dist/define/highlight/marked-highlight.js +12 -0
- package/dist/define/highlight/marked-highlight.js.map +1 -0
- package/dist/define/highlight/prism-highlight.d.ts +10 -0
- package/dist/define/highlight/prism-highlight.d.ts.map +1 -0
- package/dist/define/highlight/prism-highlight.js +13 -0
- package/dist/define/highlight/prism-highlight.js.map +1 -0
- package/dist/define/http/http-assertions.d.ts +10 -0
- package/dist/define/http/http-assertions.d.ts.map +1 -0
- package/dist/define/http/http-assertions.js +13 -0
- package/dist/define/http/http-assertions.js.map +1 -0
- package/dist/define/http/http-body-editor.d.ts +10 -0
- package/dist/define/http/http-body-editor.d.ts.map +1 -0
- package/dist/define/http/http-body-editor.js +12 -0
- package/dist/define/http/http-body-editor.js.map +1 -0
- package/dist/define/http/http-body-multipart-editor.d.ts +10 -0
- package/dist/define/http/http-body-multipart-editor.d.ts.map +1 -0
- package/dist/define/http/http-body-multipart-editor.js +12 -0
- package/dist/define/http/http-body-multipart-editor.js.map +1 -0
- package/dist/define/http/http-body-text-editor.d.ts +10 -0
- package/dist/define/http/http-body-text-editor.d.ts.map +1 -0
- package/dist/define/http/http-body-text-editor.js +13 -0
- package/dist/define/http/http-body-text-editor.js.map +1 -0
- package/dist/define/http/http-body-urlencoded-editor.d.ts +10 -0
- package/dist/define/http/http-body-urlencoded-editor.d.ts.map +1 -0
- package/dist/define/http/http-body-urlencoded-editor.js +12 -0
- package/dist/define/http/http-body-urlencoded-editor.js.map +1 -0
- package/dist/define/http/http-headers-form.d.ts +10 -0
- package/dist/define/http/http-headers-form.d.ts.map +1 -0
- package/dist/define/http/http-headers-form.js +12 -0
- package/dist/define/http/http-headers-form.js.map +1 -0
- package/dist/define/http/http-log-body.d.ts +10 -0
- package/dist/define/http/http-log-body.d.ts.map +1 -0
- package/dist/define/http/http-log-body.js +12 -0
- package/dist/define/http/http-log-body.js.map +1 -0
- package/dist/define/http/http-log-headers.d.ts +10 -0
- package/dist/define/http/http-log-headers.d.ts.map +1 -0
- package/dist/define/http/http-log-headers.js +12 -0
- package/dist/define/http/http-log-headers.js.map +1 -0
- package/dist/define/http/http-log-timings.d.ts +10 -0
- package/dist/define/http/http-log-timings.d.ts.map +1 -0
- package/dist/define/http/http-log-timings.js +12 -0
- package/dist/define/http/http-log-timings.js.map +1 -0
- package/dist/define/http/http-request-config.d.ts +10 -0
- package/dist/define/http/http-request-config.d.ts.map +1 -0
- package/dist/define/http/http-request-config.js +13 -0
- package/dist/define/http/http-request-config.js.map +1 -0
- package/dist/define/http/http-request-editor.d.ts +10 -0
- package/dist/define/http/http-request-editor.d.ts.map +1 -0
- package/dist/define/http/http-request-editor.js +15 -0
- package/dist/define/http/http-request-editor.js.map +1 -0
- package/dist/define/http/http-request-log.d.ts +10 -0
- package/dist/define/http/http-request-log.d.ts.map +1 -0
- package/dist/define/http/http-request-log.js +12 -0
- package/dist/define/http/http-request-log.js.map +1 -0
- package/dist/define/http/http-snippets.d.ts +10 -0
- package/dist/define/http/http-snippets.d.ts.map +1 -0
- package/dist/define/http/http-snippets.js +12 -0
- package/dist/define/http/http-snippets.js.map +1 -0
- package/dist/define/http/http-url-input.d.ts +10 -0
- package/dist/define/http/http-url-input.d.ts.map +1 -0
- package/dist/define/http/http-url-input.js +12 -0
- package/dist/define/http/http-url-input.js.map +1 -0
- package/dist/define/http/http-url-params-form.d.ts +10 -0
- package/dist/define/http/http-url-params-form.d.ts.map +1 -0
- package/dist/define/http/http-url-params-form.js +12 -0
- package/dist/define/http/http-url-params-form.js.map +1 -0
- package/dist/define/http-project/http-project-request-history.d.ts +10 -0
- package/dist/define/http-project/http-project-request-history.d.ts.map +1 -0
- package/dist/define/http-project/http-project-request-history.js +12 -0
- package/dist/define/http-project/http-project-request-history.js.map +1 -0
- package/dist/define/http-project/http-project-request.d.ts +10 -0
- package/dist/define/http-project/http-project-request.d.ts.map +1 -0
- package/dist/define/http-project/http-project-request.js +24 -0
- package/dist/define/http-project/http-project-request.js.map +1 -0
- package/dist/define/http-project/project-navigation.d.ts +10 -0
- package/dist/define/http-project/project-navigation.d.ts.map +1 -0
- package/dist/define/http-project/project-navigation.js +12 -0
- package/dist/define/http-project/project-navigation.js.map +1 -0
- package/dist/define/http-project/project-run-report.d.ts +10 -0
- package/dist/define/http-project/project-run-report.d.ts.map +1 -0
- package/dist/define/http-project/project-run-report.js +12 -0
- package/dist/define/http-project/project-run-report.js.map +1 -0
- package/dist/define/http-project/project-runner-navigation.d.ts +7 -0
- package/dist/define/http-project/project-runner-navigation.d.ts.map +1 -0
- package/dist/define/http-project/project-runner-navigation.js +3 -0
- package/dist/define/http-project/project-runner-navigation.js.map +1 -0
- package/dist/define/http-project/project-runner.d.ts +10 -0
- package/dist/define/http-project/project-runner.d.ts.map +1 -0
- package/dist/define/http-project/project-runner.js +20 -0
- package/dist/define/http-project/project-runner.js.map +1 -0
- package/dist/define/layout/layout-panel.d.ts +7 -0
- package/dist/define/layout/layout-panel.d.ts.map +1 -0
- package/dist/define/layout/layout-panel.js +3 -0
- package/dist/define/layout/layout-panel.js.map +1 -0
- package/dist/define/layout/split-view.d.ts +10 -0
- package/dist/define/layout/split-view.d.ts.map +1 -0
- package/dist/define/layout/split-view.js +12 -0
- package/dist/define/layout/split-view.js.map +1 -0
- package/dist/define/schema-design/schema-design-navigation.d.ts +10 -0
- package/dist/define/schema-design/schema-design-navigation.d.ts.map +1 -0
- package/dist/define/schema-design/schema-design-navigation.js +12 -0
- package/dist/define/schema-design/schema-design-navigation.js.map +1 -0
- package/dist/define/schema-design/schema-namespace-selector.d.ts +10 -0
- package/dist/define/schema-design/schema-namespace-selector.d.ts.map +1 -0
- package/dist/define/schema-design/schema-namespace-selector.js +12 -0
- package/dist/define/schema-design/schema-namespace-selector.js.map +1 -0
- package/dist/define/ui/ui-button.d.ts +10 -0
- package/dist/define/ui/ui-button.d.ts.map +1 -0
- package/dist/define/ui/ui-button.js +12 -0
- package/dist/define/ui/ui-button.js.map +1 -0
- package/dist/define/ui/ui-checkbox.d.ts +7 -0
- package/dist/define/ui/ui-checkbox.d.ts.map +1 -0
- package/dist/define/ui/ui-checkbox.js +3 -0
- package/dist/define/ui/ui-checkbox.js.map +1 -0
- package/dist/define/ui/ui-chip.d.ts +10 -0
- package/dist/define/ui/ui-chip.d.ts.map +1 -0
- package/dist/define/ui/ui-chip.js +12 -0
- package/dist/define/ui/ui-chip.js.map +1 -0
- package/dist/define/ui/ui-collapse.d.ts +10 -0
- package/dist/define/ui/ui-collapse.d.ts.map +1 -0
- package/dist/define/ui/ui-collapse.js +12 -0
- package/dist/define/ui/ui-collapse.js.map +1 -0
- package/dist/define/ui/ui-date-time.d.ts +9 -0
- package/dist/define/ui/ui-date-time.d.ts.map +1 -0
- package/dist/define/ui/ui-date-time.js +10 -0
- package/dist/define/ui/ui-date-time.js.map +1 -0
- package/dist/define/ui/ui-dialog.d.ts +10 -0
- package/dist/define/ui/ui-dialog.d.ts.map +1 -0
- package/dist/define/ui/ui-dialog.js +12 -0
- package/dist/define/ui/ui-dialog.js.map +1 -0
- package/dist/define/ui/ui-divider.d.ts +7 -0
- package/dist/define/ui/ui-divider.d.ts.map +1 -0
- package/dist/define/ui/ui-divider.js +3 -0
- package/dist/define/ui/ui-divider.js.map +1 -0
- package/dist/define/ui/ui-dropdown-list.d.ts +10 -0
- package/dist/define/ui/ui-dropdown-list.d.ts.map +1 -0
- package/dist/define/ui/ui-dropdown-list.js +12 -0
- package/dist/define/ui/ui-dropdown-list.js.map +1 -0
- package/dist/define/ui/ui-icon-button.d.ts +10 -0
- package/dist/define/ui/ui-icon-button.d.ts.map +1 -0
- package/dist/define/ui/ui-icon-button.js +12 -0
- package/dist/define/ui/ui-icon-button.js.map +1 -0
- package/dist/define/ui/ui-icon.d.ts +10 -0
- package/dist/define/ui/ui-icon.d.ts.map +1 -0
- package/dist/define/ui/ui-icon.js +12 -0
- package/dist/define/ui/ui-icon.js.map +1 -0
- package/dist/define/ui/ui-list-item.d.ts +10 -0
- package/dist/define/ui/ui-list-item.d.ts.map +1 -0
- package/dist/define/ui/ui-list-item.js +12 -0
- package/dist/define/ui/ui-list-item.js.map +1 -0
- package/dist/define/ui/ui-list.d.ts +10 -0
- package/dist/define/ui/ui-list.d.ts.map +1 -0
- package/dist/define/ui/ui-list.js +12 -0
- package/dist/define/ui/ui-list.js.map +1 -0
- package/dist/define/ui/ui-listbox.d.ts +10 -0
- package/dist/define/ui/ui-listbox.d.ts.map +1 -0
- package/dist/define/ui/ui-listbox.js +12 -0
- package/dist/define/ui/ui-listbox.js.map +1 -0
- package/dist/define/ui/ui-progress.d.ts +10 -0
- package/dist/define/ui/ui-progress.d.ts.map +1 -0
- package/dist/define/ui/ui-progress.js +12 -0
- package/dist/define/ui/ui-progress.js.map +1 -0
- package/dist/define/ui/ui-radio.d.ts +7 -0
- package/dist/define/ui/ui-radio.d.ts.map +1 -0
- package/dist/define/ui/ui-radio.js +3 -0
- package/dist/define/ui/ui-radio.js.map +1 -0
- package/dist/define/ui/ui-ripple.d.ts +7 -0
- package/dist/define/ui/ui-ripple.d.ts.map +1 -0
- package/dist/define/ui/ui-ripple.js +3 -0
- package/dist/define/ui/ui-ripple.js.map +1 -0
- package/dist/define/ui/ui-segmented-button-set.d.ts +10 -0
- package/dist/define/ui/ui-segmented-button-set.d.ts.map +1 -0
- package/dist/define/ui/ui-segmented-button-set.js +12 -0
- package/dist/define/ui/ui-segmented-button-set.js.map +1 -0
- package/dist/define/ui/ui-segmented-button.d.ts +10 -0
- package/dist/define/ui/ui-segmented-button.d.ts.map +1 -0
- package/dist/define/ui/ui-segmented-button.js +12 -0
- package/dist/define/ui/ui-segmented-button.js.map +1 -0
- package/dist/define/ui/ui-snackbar.d.ts +10 -0
- package/dist/define/ui/ui-snackbar.d.ts.map +1 -0
- package/dist/define/ui/ui-snackbar.js +12 -0
- package/dist/define/ui/ui-snackbar.js.map +1 -0
- package/dist/define/ui/ui-switch.d.ts +7 -0
- package/dist/define/ui/ui-switch.d.ts.map +1 -0
- package/dist/define/ui/ui-switch.js +3 -0
- package/dist/define/ui/ui-switch.js.map +1 -0
- package/dist/define/ui/ui-tab.d.ts +10 -0
- package/dist/define/ui/ui-tab.d.ts.map +1 -0
- package/dist/define/ui/ui-tab.js +12 -0
- package/dist/define/ui/ui-tab.js.map +1 -0
- package/dist/define/ui/ui-tabs.d.ts +10 -0
- package/dist/define/ui/ui-tabs.d.ts.map +1 -0
- package/dist/define/ui/ui-tabs.js +12 -0
- package/dist/define/ui/ui-tabs.js.map +1 -0
- package/dist/define/ui/ui-text-area.d.ts +7 -0
- package/dist/define/ui/ui-text-area.d.ts.map +1 -0
- package/dist/define/ui/ui-text-area.js +3 -0
- package/dist/define/ui/ui-text-area.js.map +1 -0
- package/dist/define/ui/ui-text-field.d.ts +7 -0
- package/dist/define/ui/ui-text-field.d.ts.map +1 -0
- package/dist/define/ui/ui-text-field.js +3 -0
- package/dist/define/ui/ui-text-field.js.map +1 -0
- package/dist/define/user/user-avatar.d.ts +7 -0
- package/dist/define/user/user-avatar.d.ts.map +1 -0
- package/dist/define/user/user-avatar.js +3 -0
- package/dist/define/user/user-avatar.js.map +1 -0
- package/dist/define/visualization/viz-association.d.ts +7 -0
- package/dist/define/visualization/viz-association.d.ts.map +1 -0
- package/dist/define/visualization/viz-association.js +3 -0
- package/dist/define/visualization/viz-association.js.map +1 -0
- package/dist/define/visualization/viz-workspace.d.ts +7 -0
- package/dist/define/visualization/viz-workspace.d.ts.map +1 -0
- package/dist/define/visualization/viz-workspace.js +3 -0
- package/dist/define/visualization/viz-workspace.js.map +1 -0
- package/dist/directives/data-attr.d.ts +15 -0
- package/dist/directives/data-attr.d.ts.map +1 -0
- package/dist/directives/data-attr.js +58 -0
- package/dist/directives/data-attr.js.map +1 -0
- package/dist/directives/if-property.d.ts +17 -0
- package/dist/directives/if-property.d.ts.map +1 -0
- package/dist/directives/if-property.js +33 -0
- package/dist/directives/if-property.js.map +1 -0
- package/dist/elements/ApiElement.d.ts +16 -0
- package/dist/elements/ApiElement.d.ts.map +1 -0
- package/dist/elements/ApiElement.js +24 -0
- package/dist/elements/ApiElement.js.map +1 -0
- package/dist/elements/amf/ApiAnnotationDocument.element.d.ts +60 -0
- package/dist/elements/amf/ApiAnnotationDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiAnnotationDocument.element.js +169 -0
- package/dist/elements/amf/ApiAnnotationDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiAnnotationDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiAnnotationDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiAnnotationDocument.styles.js +52 -0
- package/dist/elements/amf/ApiAnnotationDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiAuthorizationEditor.element.d.ts +142 -0
- package/dist/elements/amf/ApiAuthorizationEditor.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiAuthorizationEditor.element.js +333 -0
- package/dist/elements/amf/ApiAuthorizationEditor.element.js.map +1 -0
- package/dist/elements/amf/ApiAuthorizationEditor.styles.d.ts +3 -0
- package/dist/elements/amf/ApiAuthorizationEditor.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiAuthorizationEditor.styles.js +25 -0
- package/dist/elements/amf/ApiAuthorizationEditor.styles.js.map +1 -0
- package/dist/elements/amf/ApiChannelDocument.element.d.ts +28 -0
- package/dist/elements/amf/ApiChannelDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiChannelDocument.element.js +85 -0
- package/dist/elements/amf/ApiChannelDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiDocumentation.element.d.ts +254 -0
- package/dist/elements/amf/ApiDocumentation.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiDocumentation.element.js +632 -0
- package/dist/elements/amf/ApiDocumentation.element.js.map +1 -0
- package/dist/elements/amf/ApiDocumentation.styles.d.ts +3 -0
- package/dist/elements/amf/ApiDocumentation.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiDocumentation.styles.js +11 -0
- package/dist/elements/amf/ApiDocumentation.styles.js.map +1 -0
- package/dist/elements/amf/ApiDocumentationBase.d.ts +101 -0
- package/dist/elements/amf/ApiDocumentationBase.d.ts.map +1 -0
- package/dist/elements/amf/ApiDocumentationBase.js +287 -0
- package/dist/elements/amf/ApiDocumentationBase.js.map +1 -0
- package/dist/elements/amf/ApiDocumentationDocument.element.d.ts +29 -0
- package/dist/elements/amf/ApiDocumentationDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiDocumentationDocument.element.js +82 -0
- package/dist/elements/amf/ApiDocumentationDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiDocumentationDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiDocumentationDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiDocumentationDocument.styles.js +31 -0
- package/dist/elements/amf/ApiDocumentationDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiNavigation.element.d.ts +578 -0
- package/dist/elements/amf/ApiNavigation.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiNavigation.element.js +2231 -0
- package/dist/elements/amf/ApiNavigation.element.js.map +1 -0
- package/dist/elements/amf/ApiNavigation.styles.d.ts +3 -0
- package/dist/elements/amf/ApiNavigation.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiNavigation.styles.js +162 -0
- package/dist/elements/amf/ApiNavigation.styles.js.map +1 -0
- package/dist/elements/amf/ApiOperationDocument.element.d.ts +266 -0
- package/dist/elements/amf/ApiOperationDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiOperationDocument.element.js +949 -0
- package/dist/elements/amf/ApiOperationDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiOperationDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiOperationDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiOperationDocument.styles.js +67 -0
- package/dist/elements/amf/ApiOperationDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiParameterDocument.element.d.ts +31 -0
- package/dist/elements/amf/ApiParameterDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiParameterDocument.element.js +99 -0
- package/dist/elements/amf/ApiParameterDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiParameterDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiParameterDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiParameterDocument.styles.js +13 -0
- package/dist/elements/amf/ApiParameterDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.element.d.ts +19 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.element.js +58 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.element.js.map +1 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts +3 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.styles.js +8 -0
- package/dist/elements/amf/ApiParametrizedSecurityScheme.styles.js.map +1 -0
- package/dist/elements/amf/ApiPayloadDocument.element.d.ts +33 -0
- package/dist/elements/amf/ApiPayloadDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiPayloadDocument.element.js +121 -0
- package/dist/elements/amf/ApiPayloadDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiPayloadDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiPayloadDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiPayloadDocument.styles.js +15 -0
- package/dist/elements/amf/ApiPayloadDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiRequest.element.d.ts +130 -0
- package/dist/elements/amf/ApiRequest.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiRequest.element.js +259 -0
- package/dist/elements/amf/ApiRequest.element.js.map +1 -0
- package/dist/elements/amf/ApiRequest.styles.d.ts +3 -0
- package/dist/elements/amf/ApiRequest.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiRequest.styles.js +11 -0
- package/dist/elements/amf/ApiRequest.styles.js.map +1 -0
- package/dist/elements/amf/ApiRequestDocument.element.d.ts +115 -0
- package/dist/elements/amf/ApiRequestDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiRequestDocument.element.js +368 -0
- package/dist/elements/amf/ApiRequestDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiRequestDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiRequestDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiRequestDocument.styles.js +12 -0
- package/dist/elements/amf/ApiRequestDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiRequestEditor.element.d.ts +480 -0
- package/dist/elements/amf/ApiRequestEditor.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiRequestEditor.element.js +1684 -0
- package/dist/elements/amf/ApiRequestEditor.element.js.map +1 -0
- package/dist/elements/amf/ApiRequestEditor.styles.d.ts +3 -0
- package/dist/elements/amf/ApiRequestEditor.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiRequestEditor.styles.js +158 -0
- package/dist/elements/amf/ApiRequestEditor.styles.js.map +1 -0
- package/dist/elements/amf/ApiResourceDocument.element.d.ts +232 -0
- package/dist/elements/amf/ApiResourceDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiResourceDocument.element.js +658 -0
- package/dist/elements/amf/ApiResourceDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiResourceDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiResourceDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiResourceDocument.styles.js +95 -0
- package/dist/elements/amf/ApiResourceDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiResponseDocument.element.d.ts +79 -0
- package/dist/elements/amf/ApiResponseDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiResponseDocument.element.js +277 -0
- package/dist/elements/amf/ApiResponseDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiResponseDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiResponseDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiResponseDocument.styles.js +41 -0
- package/dist/elements/amf/ApiResponseDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiSchemaDocument.element.d.ts +145 -0
- package/dist/elements/amf/ApiSchemaDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiSchemaDocument.element.js +787 -0
- package/dist/elements/amf/ApiSchemaDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiSchemaDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiSchemaDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiSchemaDocument.styles.js +38 -0
- package/dist/elements/amf/ApiSchemaDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiSecurityDocument.element.d.ts +180 -0
- package/dist/elements/amf/ApiSecurityDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiSecurityDocument.element.js +580 -0
- package/dist/elements/amf/ApiSecurityDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiSecurityDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiSecurityDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiSecurityDocument.styles.js +89 -0
- package/dist/elements/amf/ApiSecurityDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.element.d.ts +16 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.element.js +68 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.element.js.map +1 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.styles.d.ts +3 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.styles.js +7 -0
- package/dist/elements/amf/ApiSecurityRequirementDocument.styles.js.map +1 -0
- package/dist/elements/amf/ApiServerPicker.element.d.ts +260 -0
- package/dist/elements/amf/ApiServerPicker.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiServerPicker.element.js +664 -0
- package/dist/elements/amf/ApiServerPicker.element.js.map +1 -0
- package/dist/elements/amf/ApiServerPicker.styles.d.ts +3 -0
- package/dist/elements/amf/ApiServerPicker.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiServerPicker.styles.js +24 -0
- package/dist/elements/amf/ApiServerPicker.styles.js.map +1 -0
- package/dist/elements/amf/ApiSummary.element.d.ts +90 -0
- package/dist/elements/amf/ApiSummary.element.d.ts.map +1 -0
- package/dist/elements/amf/ApiSummary.element.js +368 -0
- package/dist/elements/amf/ApiSummary.element.js.map +1 -0
- package/dist/elements/amf/ApiSummary.styles.d.ts +3 -0
- package/dist/elements/amf/ApiSummary.styles.d.ts.map +1 -0
- package/dist/elements/amf/ApiSummary.styles.js +189 -0
- package/dist/elements/amf/ApiSummary.styles.js.map +1 -0
- package/dist/elements/amf/SchemaCommonTemplates.d.ts +56 -0
- package/dist/elements/amf/SchemaCommonTemplates.d.ts.map +1 -0
- package/dist/elements/amf/SchemaCommonTemplates.js +516 -0
- package/dist/elements/amf/SchemaCommonTemplates.js.map +1 -0
- package/dist/elements/amf/authorization/AmfApiKey.d.ts +58 -0
- package/dist/elements/amf/authorization/AmfApiKey.d.ts.map +1 -0
- package/dist/elements/amf/authorization/AmfApiKey.js +227 -0
- package/dist/elements/amf/authorization/AmfApiKey.js.map +1 -0
- package/dist/elements/amf/authorization/AmfBasic.d.ts +15 -0
- package/dist/elements/amf/authorization/AmfBasic.d.ts.map +1 -0
- package/dist/elements/amf/authorization/AmfBasic.js +70 -0
- package/dist/elements/amf/authorization/AmfBasic.js.map +1 -0
- package/dist/elements/amf/authorization/AmfBearer.d.ts +14 -0
- package/dist/elements/amf/authorization/AmfBearer.d.ts.map +1 -0
- package/dist/elements/amf/authorization/AmfBearer.js +57 -0
- package/dist/elements/amf/authorization/AmfBearer.js.map +1 -0
- package/dist/elements/amf/authorization/AmfOauth2.d.ts +239 -0
- package/dist/elements/amf/authorization/AmfOauth2.d.ts.map +1 -0
- package/dist/elements/amf/authorization/AmfOauth2.js +765 -0
- package/dist/elements/amf/authorization/AmfOauth2.js.map +1 -0
- package/dist/elements/amf/authorization/AmfOidc.d.ts +13 -0
- package/dist/elements/amf/authorization/AmfOidc.d.ts.map +1 -0
- package/dist/elements/amf/authorization/AmfOidc.js +56 -0
- package/dist/elements/amf/authorization/AmfOidc.js.map +1 -0
- package/dist/elements/amf/authorization/AmfPassThrough.d.ts +55 -0
- package/dist/elements/amf/authorization/AmfPassThrough.d.ts.map +1 -0
- package/dist/elements/amf/authorization/AmfPassThrough.js +244 -0
- package/dist/elements/amf/authorization/AmfPassThrough.js.map +1 -0
- package/dist/elements/amf/authorization/AmfRamlCustom.d.ts +50 -0
- package/dist/elements/amf/authorization/AmfRamlCustom.d.ts.map +1 -0
- package/dist/elements/amf/authorization/AmfRamlCustom.js +277 -0
- package/dist/elements/amf/authorization/AmfRamlCustom.js.map +1 -0
- package/dist/elements/amf/authorization/Authorization.styles.d.ts +3 -0
- package/dist/elements/amf/authorization/Authorization.styles.d.ts.map +1 -0
- package/dist/elements/amf/authorization/Authorization.styles.js +40 -0
- package/dist/elements/amf/authorization/Authorization.styles.js.map +1 -0
- package/dist/elements/amf/styles/AuthorizationMethod.d.ts +3 -0
- package/dist/elements/amf/styles/AuthorizationMethod.d.ts.map +1 -0
- package/dist/elements/amf/styles/AuthorizationMethod.js +46 -0
- package/dist/elements/amf/styles/AuthorizationMethod.js.map +1 -0
- package/dist/elements/amf/styles/Common.d.ts +3 -0
- package/dist/elements/amf/styles/Common.d.ts.map +1 -0
- package/dist/elements/amf/styles/Common.js +159 -0
- package/dist/elements/amf/styles/Common.js.map +1 -0
- package/dist/elements/amf/styles/SchemaCommon.d.ts +3 -0
- package/dist/elements/amf/styles/SchemaCommon.d.ts.map +1 -0
- package/dist/elements/amf/styles/SchemaCommon.js +397 -0
- package/dist/elements/amf/styles/SchemaCommon.js.map +1 -0
- package/dist/elements/authorization/AuthLabels.d.ts +3 -0
- package/dist/elements/authorization/AuthLabels.d.ts.map +1 -0
- package/dist/elements/authorization/AuthLabels.js +15 -0
- package/dist/elements/authorization/AuthLabels.js.map +1 -0
- package/dist/elements/authorization/OAuth2Authorize.d.ts +35 -0
- package/dist/elements/authorization/OAuth2Authorize.d.ts.map +1 -0
- package/dist/elements/authorization/OAuth2Authorize.js +70 -0
- package/dist/elements/authorization/OAuth2Authorize.js.map +1 -0
- package/dist/elements/authorization/OidcAuthorize.d.ts +31 -0
- package/dist/elements/authorization/OidcAuthorize.d.ts.map +1 -0
- package/dist/elements/authorization/OidcAuthorize.js +67 -0
- package/dist/elements/authorization/OidcAuthorize.js.map +1 -0
- package/dist/elements/authorization/Utils.d.ts +2 -0
- package/dist/elements/authorization/Utils.d.ts.map +1 -0
- package/dist/elements/authorization/Utils.js +19 -0
- package/dist/elements/authorization/Utils.js.map +1 -0
- package/dist/elements/authorization/types.d.ts +33 -0
- package/dist/elements/authorization/types.d.ts.map +1 -0
- package/dist/elements/authorization/types.js +2 -0
- package/dist/elements/authorization/types.js.map +1 -0
- package/dist/elements/authorization/ui/ApiKeyAuthorization.d.ts +23 -0
- package/dist/elements/authorization/ui/ApiKeyAuthorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/ApiKeyAuthorization.js +179 -0
- package/dist/elements/authorization/ui/ApiKeyAuthorization.js.map +1 -0
- package/dist/elements/authorization/ui/Authorization.d.ts +69 -0
- package/dist/elements/authorization/ui/Authorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/Authorization.js +164 -0
- package/dist/elements/authorization/ui/Authorization.js.map +1 -0
- package/dist/elements/authorization/ui/Authorization.styles.d.ts +3 -0
- package/dist/elements/authorization/ui/Authorization.styles.d.ts.map +1 -0
- package/dist/elements/authorization/ui/Authorization.styles.js +71 -0
- package/dist/elements/authorization/ui/Authorization.styles.js.map +1 -0
- package/dist/elements/authorization/ui/BasicAuthorization.d.ts +15 -0
- package/dist/elements/authorization/ui/BasicAuthorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/BasicAuthorization.js +102 -0
- package/dist/elements/authorization/ui/BasicAuthorization.js.map +1 -0
- package/dist/elements/authorization/ui/BearerAuthorization.d.ts +13 -0
- package/dist/elements/authorization/ui/BearerAuthorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/BearerAuthorization.js +74 -0
- package/dist/elements/authorization/ui/BearerAuthorization.js.map +1 -0
- package/dist/elements/authorization/ui/CC.styles.d.ts +3 -0
- package/dist/elements/authorization/ui/CC.styles.d.ts.map +1 -0
- package/dist/elements/authorization/ui/CC.styles.js +19 -0
- package/dist/elements/authorization/ui/CC.styles.js.map +1 -0
- package/dist/elements/authorization/ui/CcAuthorization.d.ts +35 -0
- package/dist/elements/authorization/ui/CcAuthorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/CcAuthorization.js +198 -0
- package/dist/elements/authorization/ui/CcAuthorization.js.map +1 -0
- package/dist/elements/authorization/ui/NtlmAuthorization.d.ts +16 -0
- package/dist/elements/authorization/ui/NtlmAuthorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/NtlmAuthorization.js +120 -0
- package/dist/elements/authorization/ui/NtlmAuthorization.js.map +1 -0
- package/dist/elements/authorization/ui/OAuth2Authorization.d.ts +270 -0
- package/dist/elements/authorization/ui/OAuth2Authorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/OAuth2Authorization.js +1248 -0
- package/dist/elements/authorization/ui/OAuth2Authorization.js.map +1 -0
- package/dist/elements/authorization/ui/Oauth2Authorization.styles.d.ts +3 -0
- package/dist/elements/authorization/ui/Oauth2Authorization.styles.d.ts.map +1 -0
- package/dist/elements/authorization/ui/Oauth2Authorization.styles.js +66 -0
- package/dist/elements/authorization/ui/Oauth2Authorization.styles.js.map +1 -0
- package/dist/elements/authorization/ui/OidcAuthorization.d.ts +91 -0
- package/dist/elements/authorization/ui/OidcAuthorization.d.ts.map +1 -0
- package/dist/elements/authorization/ui/OidcAuthorization.js +554 -0
- package/dist/elements/authorization/ui/OidcAuthorization.js.map +1 -0
- package/dist/elements/code/HttpSnippets.d.ts +42 -0
- package/dist/elements/code/HttpSnippets.d.ts.map +1 -0
- package/dist/elements/code/HttpSnippets.js +290 -0
- package/dist/elements/code/HttpSnippets.js.map +1 -0
- package/dist/elements/code/HttpSnippets.styles.d.ts +3 -0
- package/dist/elements/code/HttpSnippets.styles.d.ts.map +1 -0
- package/dist/elements/code/HttpSnippets.styles.js +16 -0
- package/dist/elements/code/HttpSnippets.styles.js.map +1 -0
- package/dist/elements/dialog/ConfirmDelete.d.ts +52 -0
- package/dist/elements/dialog/ConfirmDelete.d.ts.map +1 -0
- package/dist/elements/dialog/ConfirmDelete.js +125 -0
- package/dist/elements/dialog/ConfirmDelete.js.map +1 -0
- package/dist/elements/dialog/ConfirmDelete.styles.d.ts +3 -0
- package/dist/elements/dialog/ConfirmDelete.styles.d.ts.map +1 -0
- package/dist/elements/dialog/ConfirmDelete.styles.js +27 -0
- package/dist/elements/dialog/ConfirmDelete.styles.js.map +1 -0
- package/dist/elements/dialog/Rename.d.ts +47 -0
- package/dist/elements/dialog/Rename.d.ts.map +1 -0
- package/dist/elements/dialog/Rename.js +125 -0
- package/dist/elements/dialog/Rename.js.map +1 -0
- package/dist/elements/dialog/Rename.styles.d.ts +3 -0
- package/dist/elements/dialog/Rename.styles.d.ts.map +1 -0
- package/dist/elements/dialog/Rename.styles.js +27 -0
- package/dist/elements/dialog/Rename.styles.js.map +1 -0
- package/dist/elements/environment/EnvironmentEditor.d.ts +84 -0
- package/dist/elements/environment/EnvironmentEditor.d.ts.map +1 -0
- package/dist/elements/environment/EnvironmentEditor.js +453 -0
- package/dist/elements/environment/EnvironmentEditor.js.map +1 -0
- package/dist/elements/environment/EnvironmentEditor.styles.d.ts +3 -0
- package/dist/elements/environment/EnvironmentEditor.styles.d.ts.map +1 -0
- package/dist/elements/environment/EnvironmentEditor.styles.js +76 -0
- package/dist/elements/environment/EnvironmentEditor.styles.js.map +1 -0
- package/dist/elements/environment/ServerEditor.d.ts +90 -0
- package/dist/elements/environment/ServerEditor.d.ts.map +1 -0
- package/dist/elements/environment/ServerEditor.js +222 -0
- package/dist/elements/environment/ServerEditor.js.map +1 -0
- package/dist/elements/environment/ServerEditor.styles.d.ts +3 -0
- package/dist/elements/environment/ServerEditor.styles.d.ts.map +1 -0
- package/dist/elements/environment/ServerEditor.styles.js +69 -0
- package/dist/elements/environment/ServerEditor.styles.js.map +1 -0
- package/dist/elements/environment/VariablesEditor.d.ts +90 -0
- package/dist/elements/environment/VariablesEditor.d.ts.map +1 -0
- package/dist/elements/environment/VariablesEditor.js +358 -0
- package/dist/elements/environment/VariablesEditor.js.map +1 -0
- package/dist/elements/environment/VariablesEditor.styles.d.ts +3 -0
- package/dist/elements/environment/VariablesEditor.styles.d.ts.map +1 -0
- package/dist/elements/environment/VariablesEditor.styles.js +196 -0
- package/dist/elements/environment/VariablesEditor.styles.js.map +1 -0
- package/dist/elements/files/ShareFile.d.ts +173 -0
- package/dist/elements/files/ShareFile.d.ts.map +1 -0
- package/dist/elements/files/ShareFile.js +924 -0
- package/dist/elements/files/ShareFile.js.map +1 -0
- package/dist/elements/files/ShareFile.styles.d.ts +3 -0
- package/dist/elements/files/ShareFile.styles.d.ts.map +1 -0
- package/dist/elements/files/ShareFile.styles.js +133 -0
- package/dist/elements/files/ShareFile.styles.js.map +1 -0
- package/dist/elements/har/HarUtils.d.ts +10 -0
- package/dist/elements/har/HarUtils.d.ts.map +1 -0
- package/dist/elements/har/HarUtils.js +15 -0
- package/dist/elements/har/HarUtils.js.map +1 -0
- package/dist/elements/har/HarViewer.d.ts +255 -0
- package/dist/elements/har/HarViewer.d.ts.map +1 -0
- package/dist/elements/har/HarViewer.js +798 -0
- package/dist/elements/har/HarViewer.js.map +1 -0
- package/dist/elements/har/HarViewer.styles.d.ts +3 -0
- package/dist/elements/har/HarViewer.styles.d.ts.map +1 -0
- package/dist/elements/har/HarViewer.styles.js +153 -0
- package/dist/elements/har/HarViewer.styles.js.map +1 -0
- package/dist/elements/highlight/MarkdownStyles.d.ts +3 -0
- package/dist/elements/highlight/MarkdownStyles.d.ts.map +1 -0
- package/dist/elements/highlight/MarkdownStyles.js +457 -0
- package/dist/elements/highlight/MarkdownStyles.js.map +1 -0
- package/dist/elements/highlight/MarkedHighlight.d.ts +176 -0
- package/dist/elements/highlight/MarkedHighlight.d.ts.map +1 -0
- package/dist/elements/highlight/MarkedHighlight.js +359 -0
- package/dist/elements/highlight/MarkedHighlight.js.map +1 -0
- package/dist/elements/highlight/MarkedHighlight.styles.d.ts +3 -0
- package/dist/elements/highlight/MarkedHighlight.styles.d.ts.map +1 -0
- package/dist/elements/highlight/MarkedHighlight.styles.js +8 -0
- package/dist/elements/highlight/MarkedHighlight.styles.js.map +1 -0
- package/dist/elements/highlight/Prism.styles.d.ts +3 -0
- package/dist/elements/highlight/Prism.styles.d.ts.map +1 -0
- package/dist/elements/highlight/Prism.styles.js +147 -0
- package/dist/elements/highlight/Prism.styles.js.map +1 -0
- package/dist/elements/highlight/PrismAutoDetect.d.ts +6 -0
- package/dist/elements/highlight/PrismAutoDetect.d.ts.map +1 -0
- package/dist/elements/highlight/PrismAutoDetect.js +92 -0
- package/dist/elements/highlight/PrismAutoDetect.js.map +1 -0
- package/dist/elements/highlight/PrismHighlight.d.ts +73 -0
- package/dist/elements/highlight/PrismHighlight.d.ts.map +1 -0
- package/dist/elements/highlight/PrismHighlight.js +164 -0
- package/dist/elements/highlight/PrismHighlight.js.map +1 -0
- package/dist/elements/highlight/PrismHighlight.styles.d.ts +3 -0
- package/dist/elements/highlight/PrismHighlight.styles.d.ts.map +1 -0
- package/dist/elements/highlight/PrismHighlight.styles.js +29 -0
- package/dist/elements/highlight/PrismHighlight.styles.js.map +1 -0
- package/dist/elements/highlight/PrismHighlighter.d.ts +41 -0
- package/dist/elements/highlight/PrismHighlighter.d.ts.map +1 -0
- package/dist/elements/highlight/PrismHighlighter.js +99 -0
- package/dist/elements/highlight/PrismHighlighter.js.map +1 -0
- package/dist/elements/http/BodyEditor.d.ts +230 -0
- package/dist/elements/http/BodyEditor.d.ts.map +1 -0
- package/dist/elements/http/BodyEditor.js +839 -0
- package/dist/elements/http/BodyEditor.js.map +1 -0
- package/dist/elements/http/BodyEditor.styles.d.ts +3 -0
- package/dist/elements/http/BodyEditor.styles.d.ts.map +1 -0
- package/dist/elements/http/BodyEditor.styles.js +85 -0
- package/dist/elements/http/BodyEditor.styles.js.map +1 -0
- package/dist/elements/http/BodyMultipartEditor.d.ts +134 -0
- package/dist/elements/http/BodyMultipartEditor.d.ts.map +1 -0
- package/dist/elements/http/BodyMultipartEditor.js +652 -0
- package/dist/elements/http/BodyMultipartEditor.js.map +1 -0
- package/dist/elements/http/BodyMultipartEditor.styles.d.ts +3 -0
- package/dist/elements/http/BodyMultipartEditor.styles.d.ts.map +1 -0
- package/dist/elements/http/BodyMultipartEditor.styles.js +155 -0
- package/dist/elements/http/BodyMultipartEditor.styles.js.map +1 -0
- package/dist/elements/http/BodyTextEditor.d.ts +98 -0
- package/dist/elements/http/BodyTextEditor.d.ts.map +1 -0
- package/dist/elements/http/BodyTextEditor.js +354 -0
- package/dist/elements/http/BodyTextEditor.js.map +1 -0
- package/dist/elements/http/BodyTextEditor.styles.d.ts +3 -0
- package/dist/elements/http/BodyTextEditor.styles.d.ts.map +1 -0
- package/dist/elements/http/BodyTextEditor.styles.js +38 -0
- package/dist/elements/http/BodyTextEditor.styles.js.map +1 -0
- package/dist/elements/http/BodyUrlEncodedEditor.d.ts +106 -0
- package/dist/elements/http/BodyUrlEncodedEditor.d.ts.map +1 -0
- package/dist/elements/http/BodyUrlEncodedEditor.js +371 -0
- package/dist/elements/http/BodyUrlEncodedEditor.js.map +1 -0
- package/dist/elements/http/BodyUrlEncodedEditor.styles.d.ts +3 -0
- package/dist/elements/http/BodyUrlEncodedEditor.styles.d.ts.map +1 -0
- package/dist/elements/http/BodyUrlEncodedEditor.styles.js +131 -0
- package/dist/elements/http/BodyUrlEncodedEditor.styles.js.map +1 -0
- package/dist/elements/http/HeadersForm.d.ts +123 -0
- package/dist/elements/http/HeadersForm.d.ts.map +1 -0
- package/dist/elements/http/HeadersForm.js +489 -0
- package/dist/elements/http/HeadersForm.js.map +1 -0
- package/dist/elements/http/HeadersForm.styles.d.ts +3 -0
- package/dist/elements/http/HeadersForm.styles.d.ts.map +1 -0
- package/dist/elements/http/HeadersForm.styles.js +134 -0
- package/dist/elements/http/HeadersForm.styles.js.map +1 -0
- package/dist/elements/http/HttpAssertions.d.ts +114 -0
- package/dist/elements/http/HttpAssertions.d.ts.map +1 -0
- package/dist/elements/http/HttpAssertions.js +1144 -0
- package/dist/elements/http/HttpAssertions.js.map +1 -0
- package/dist/elements/http/HttpAssertions.styles.d.ts +3 -0
- package/dist/elements/http/HttpAssertions.styles.d.ts.map +1 -0
- package/dist/elements/http/HttpAssertions.styles.js +174 -0
- package/dist/elements/http/HttpAssertions.styles.js.map +1 -0
- package/dist/elements/http/HttpLabelColors.d.ts +3 -0
- package/dist/elements/http/HttpLabelColors.d.ts.map +1 -0
- package/dist/elements/http/HttpLabelColors.js +63 -0
- package/dist/elements/http/HttpLabelColors.js.map +1 -0
- package/dist/elements/http/HttpLabelStyles.d.ts +3 -0
- package/dist/elements/http/HttpLabelStyles.d.ts.map +1 -0
- package/dist/elements/http/HttpLabelStyles.js +13 -0
- package/dist/elements/http/HttpLabelStyles.js.map +1 -0
- package/dist/elements/http/HttpStatus.d.ts +19 -0
- package/dist/elements/http/HttpStatus.d.ts.map +1 -0
- package/dist/elements/http/HttpStatus.js +72 -0
- package/dist/elements/http/HttpStatus.js.map +1 -0
- package/dist/elements/http/LogBody.d.ts +95 -0
- package/dist/elements/http/LogBody.d.ts.map +1 -0
- package/dist/elements/http/LogBody.js +516 -0
- package/dist/elements/http/LogBody.js.map +1 -0
- package/dist/elements/http/LogBody.styles.d.ts +3 -0
- package/dist/elements/http/LogBody.styles.d.ts.map +1 -0
- package/dist/elements/http/LogBody.styles.js +106 -0
- package/dist/elements/http/LogBody.styles.js.map +1 -0
- package/dist/elements/http/LogHeaders.d.ts +130 -0
- package/dist/elements/http/LogHeaders.d.ts.map +1 -0
- package/dist/elements/http/LogHeaders.js +648 -0
- package/dist/elements/http/LogHeaders.js.map +1 -0
- package/dist/elements/http/LogHeaders.styles.d.ts +3 -0
- package/dist/elements/http/LogHeaders.styles.d.ts.map +1 -0
- package/dist/elements/http/LogHeaders.styles.js +112 -0
- package/dist/elements/http/LogHeaders.styles.js.map +1 -0
- package/dist/elements/http/LogTimings.d.ts +43 -0
- package/dist/elements/http/LogTimings.d.ts.map +1 -0
- package/dist/elements/http/LogTimings.js +167 -0
- package/dist/elements/http/LogTimings.js.map +1 -0
- package/dist/elements/http/LogTimings.styles.d.ts +3 -0
- package/dist/elements/http/LogTimings.styles.d.ts.map +1 -0
- package/dist/elements/http/LogTimings.styles.js +163 -0
- package/dist/elements/http/LogTimings.styles.js.map +1 -0
- package/dist/elements/http/RequestAuth.template.d.ts +11 -0
- package/dist/elements/http/RequestAuth.template.d.ts.map +1 -0
- package/dist/elements/http/RequestAuth.template.js +169 -0
- package/dist/elements/http/RequestAuth.template.js.map +1 -0
- package/dist/elements/http/RequestConfigElement.d.ts +33 -0
- package/dist/elements/http/RequestConfigElement.d.ts.map +1 -0
- package/dist/elements/http/RequestConfigElement.js +286 -0
- package/dist/elements/http/RequestConfigElement.js.map +1 -0
- package/dist/elements/http/RequestConfigElement.styles.d.ts +3 -0
- package/dist/elements/http/RequestConfigElement.styles.d.ts.map +1 -0
- package/dist/elements/http/RequestConfigElement.styles.js +15 -0
- package/dist/elements/http/RequestConfigElement.styles.js.map +1 -0
- package/dist/elements/http/RequestEditor.d.ts +339 -0
- package/dist/elements/http/RequestEditor.d.ts.map +1 -0
- package/dist/elements/http/RequestEditor.js +1094 -0
- package/dist/elements/http/RequestEditor.js.map +1 -0
- package/dist/elements/http/RequestEditor.styles.d.ts +3 -0
- package/dist/elements/http/RequestEditor.styles.d.ts.map +1 -0
- package/dist/elements/http/RequestEditor.styles.js +72 -0
- package/dist/elements/http/RequestEditor.styles.js.map +1 -0
- package/dist/elements/http/RequestLog.d.ts +87 -0
- package/dist/elements/http/RequestLog.d.ts.map +1 -0
- package/dist/elements/http/RequestLog.js +406 -0
- package/dist/elements/http/RequestLog.js.map +1 -0
- package/dist/elements/http/RequestLog.styles.d.ts +3 -0
- package/dist/elements/http/RequestLog.styles.d.ts.map +1 -0
- package/dist/elements/http/RequestLog.styles.js +105 -0
- package/dist/elements/http/RequestLog.styles.js.map +1 -0
- package/dist/elements/http/UrlEncodeUtils.d.ts +116 -0
- package/dist/elements/http/UrlEncodeUtils.d.ts.map +1 -0
- package/dist/elements/http/UrlEncodeUtils.js +292 -0
- package/dist/elements/http/UrlEncodeUtils.js.map +1 -0
- package/dist/elements/http/UrlInput.d.ts +126 -0
- package/dist/elements/http/UrlInput.d.ts.map +1 -0
- package/dist/elements/http/UrlInput.js +459 -0
- package/dist/elements/http/UrlInput.js.map +1 -0
- package/dist/elements/http/UrlInput.styles.d.ts +3 -0
- package/dist/elements/http/UrlInput.styles.d.ts.map +1 -0
- package/dist/elements/http/UrlInput.styles.js +86 -0
- package/dist/elements/http/UrlInput.styles.js.map +1 -0
- package/dist/elements/http/UrlParamsForm.d.ts +89 -0
- package/dist/elements/http/UrlParamsForm.d.ts.map +1 -0
- package/dist/elements/http/UrlParamsForm.js +394 -0
- package/dist/elements/http/UrlParamsForm.js.map +1 -0
- package/dist/elements/http/UrlParamsForm.styles.d.ts +3 -0
- package/dist/elements/http/UrlParamsForm.styles.d.ts.map +1 -0
- package/dist/elements/http/UrlParamsForm.styles.js +133 -0
- package/dist/elements/http/UrlParamsForm.styles.js.map +1 -0
- package/dist/elements/http/internals.d.ts +150 -0
- package/dist/elements/http/internals.d.ts.map +1 -0
- package/dist/elements/http/internals.js +150 -0
- package/dist/elements/http/internals.js.map +1 -0
- package/dist/elements/layout/LayoutManager.d.ts +327 -0
- package/dist/elements/layout/LayoutManager.d.ts.map +1 -0
- package/dist/elements/layout/LayoutManager.js +755 -0
- package/dist/elements/layout/LayoutManager.js.map +1 -0
- package/dist/elements/layout/LayoutPanelElement.d.ts +62 -0
- package/dist/elements/layout/LayoutPanelElement.d.ts.map +1 -0
- package/dist/elements/layout/LayoutPanelElement.js +634 -0
- package/dist/elements/layout/LayoutPanelElement.js.map +1 -0
- package/dist/elements/layout/SplitItem.d.ts +107 -0
- package/dist/elements/layout/SplitItem.d.ts.map +1 -0
- package/dist/elements/layout/SplitItem.js +156 -0
- package/dist/elements/layout/SplitItem.js.map +1 -0
- package/dist/elements/layout/SplitLayout.d.ts +289 -0
- package/dist/elements/layout/SplitLayout.d.ts.map +1 -0
- package/dist/elements/layout/SplitLayout.js +659 -0
- package/dist/elements/layout/SplitLayout.js.map +1 -0
- package/dist/elements/layout/SplitPanel.d.ts +129 -0
- package/dist/elements/layout/SplitPanel.d.ts.map +1 -0
- package/dist/elements/layout/SplitPanel.js +536 -0
- package/dist/elements/layout/SplitPanel.js.map +1 -0
- package/dist/elements/layout/SplitView.d.ts +65 -0
- package/dist/elements/layout/SplitView.d.ts.map +1 -0
- package/dist/elements/layout/SplitView.js +457 -0
- package/dist/elements/layout/SplitView.js.map +1 -0
- package/dist/elements/layout/SplitView.styles.d.ts +3 -0
- package/dist/elements/layout/SplitView.styles.d.ts.map +1 -0
- package/dist/elements/layout/SplitView.styles.js +185 -0
- package/dist/elements/layout/SplitView.styles.js.map +1 -0
- package/dist/elements/layout/type.d.ts +124 -0
- package/dist/elements/layout/type.d.ts.map +1 -0
- package/dist/elements/layout/type.js +41 -0
- package/dist/elements/layout/type.js.map +1 -0
- package/dist/elements/navigation/AppNavigation.styles.d.ts +3 -0
- package/dist/elements/navigation/AppNavigation.styles.d.ts.map +1 -0
- package/dist/elements/navigation/AppNavigation.styles.js +205 -0
- package/dist/elements/navigation/AppNavigation.styles.js.map +1 -0
- package/dist/elements/navigation/AppNavigationElement.d.ts +314 -0
- package/dist/elements/navigation/AppNavigationElement.d.ts.map +1 -0
- package/dist/elements/navigation/AppNavigationElement.js +832 -0
- package/dist/elements/navigation/AppNavigationElement.js.map +1 -0
- package/dist/elements/navigation/AppNavigationItem.styles.d.ts +3 -0
- package/dist/elements/navigation/AppNavigationItem.styles.d.ts.map +1 -0
- package/dist/elements/navigation/AppNavigationItem.styles.js +133 -0
- package/dist/elements/navigation/AppNavigationItem.styles.js.map +1 -0
- package/dist/elements/navigation/AppNavigationItemElement.d.ts +38 -0
- package/dist/elements/navigation/AppNavigationItemElement.d.ts.map +1 -0
- package/dist/elements/navigation/AppNavigationItemElement.js +130 -0
- package/dist/elements/navigation/AppNavigationItemElement.js.map +1 -0
- package/dist/elements/project/HttpProjectRequest.d.ts +89 -0
- package/dist/elements/project/HttpProjectRequest.d.ts.map +1 -0
- package/dist/elements/project/HttpProjectRequest.js +404 -0
- package/dist/elements/project/HttpProjectRequest.js.map +1 -0
- package/dist/elements/project/HttpProjectRequest.styles.d.ts +3 -0
- package/dist/elements/project/HttpProjectRequest.styles.d.ts.map +1 -0
- package/dist/elements/project/HttpProjectRequest.styles.js +19 -0
- package/dist/elements/project/HttpProjectRequest.styles.js.map +1 -0
- package/dist/elements/project/HttpProjectRequestHistory.d.ts +120 -0
- package/dist/elements/project/HttpProjectRequestHistory.d.ts.map +1 -0
- package/dist/elements/project/HttpProjectRequestHistory.js +582 -0
- package/dist/elements/project/HttpProjectRequestHistory.js.map +1 -0
- package/dist/elements/project/HttpProjectRequestHistory.styles.d.ts +3 -0
- package/dist/elements/project/HttpProjectRequestHistory.styles.d.ts.map +1 -0
- package/dist/elements/project/HttpProjectRequestHistory.styles.js +70 -0
- package/dist/elements/project/HttpProjectRequestHistory.styles.js.map +1 -0
- package/dist/elements/project/ProjectNavigation.d.ts +25 -0
- package/dist/elements/project/ProjectNavigation.d.ts.map +1 -0
- package/dist/elements/project/ProjectNavigation.js +156 -0
- package/dist/elements/project/ProjectNavigation.js.map +1 -0
- package/dist/elements/project/ProjectNavigation.styles.d.ts +3 -0
- package/dist/elements/project/ProjectNavigation.styles.d.ts.map +1 -0
- package/dist/elements/project/ProjectNavigation.styles.js +25 -0
- package/dist/elements/project/ProjectNavigation.styles.js.map +1 -0
- package/dist/elements/project/ProjectRunReport.d.ts +63 -0
- package/dist/elements/project/ProjectRunReport.d.ts.map +1 -0
- package/dist/elements/project/ProjectRunReport.js +436 -0
- package/dist/elements/project/ProjectRunReport.js.map +1 -0
- package/dist/elements/project/ProjectRunReport.styles.d.ts +3 -0
- package/dist/elements/project/ProjectRunReport.styles.d.ts.map +1 -0
- package/dist/elements/project/ProjectRunReport.styles.js +147 -0
- package/dist/elements/project/ProjectRunReport.styles.js.map +1 -0
- package/dist/elements/project/ProjectRunner.d.ts +105 -0
- package/dist/elements/project/ProjectRunner.d.ts.map +1 -0
- package/dist/elements/project/ProjectRunner.js +534 -0
- package/dist/elements/project/ProjectRunner.js.map +1 -0
- package/dist/elements/project/ProjectRunner.styles.d.ts +3 -0
- package/dist/elements/project/ProjectRunner.styles.d.ts.map +1 -0
- package/dist/elements/project/ProjectRunner.styles.js +39 -0
- package/dist/elements/project/ProjectRunner.styles.js.map +1 -0
- package/dist/elements/project/ProjectRunnerNavigationElement.d.ts +9 -0
- package/dist/elements/project/ProjectRunnerNavigationElement.d.ts.map +1 -0
- package/dist/elements/project/ProjectRunnerNavigationElement.js +45 -0
- package/dist/elements/project/ProjectRunnerNavigationElement.js.map +1 -0
- package/dist/elements/schema-design/AssociationFormElement.d.ts +35 -0
- package/dist/elements/schema-design/AssociationFormElement.d.ts.map +1 -0
- package/dist/elements/schema-design/AssociationFormElement.js +128 -0
- package/dist/elements/schema-design/AssociationFormElement.js.map +1 -0
- package/dist/elements/schema-design/CommonStyles.d.ts +3 -0
- package/dist/elements/schema-design/CommonStyles.d.ts.map +1 -0
- package/dist/elements/schema-design/CommonStyles.js +63 -0
- package/dist/elements/schema-design/CommonStyles.js.map +1 -0
- package/dist/elements/schema-design/DataEntityEditorElement.d.ts +68 -0
- package/dist/elements/schema-design/DataEntityEditorElement.d.ts.map +1 -0
- package/dist/elements/schema-design/DataEntityEditorElement.js +377 -0
- package/dist/elements/schema-design/DataEntityEditorElement.js.map +1 -0
- package/dist/elements/schema-design/DataModelVisualizationElement.d.ts +62 -0
- package/dist/elements/schema-design/DataModelVisualizationElement.d.ts.map +1 -0
- package/dist/elements/schema-design/DataModelVisualizationElement.js +376 -0
- package/dist/elements/schema-design/DataModelVisualizationElement.js.map +1 -0
- package/dist/elements/schema-design/DataSchemaDocument.d.ts +174 -0
- package/dist/elements/schema-design/DataSchemaDocument.d.ts.map +1 -0
- package/dist/elements/schema-design/DataSchemaDocument.js +884 -0
- package/dist/elements/schema-design/DataSchemaDocument.js.map +1 -0
- package/dist/elements/schema-design/EntityFormElement.d.ts +65 -0
- package/dist/elements/schema-design/EntityFormElement.d.ts.map +1 -0
- package/dist/elements/schema-design/EntityFormElement.js +276 -0
- package/dist/elements/schema-design/EntityFormElement.js.map +1 -0
- package/dist/elements/schema-design/PropertyFormElement.d.ts +97 -0
- package/dist/elements/schema-design/PropertyFormElement.d.ts.map +1 -0
- package/dist/elements/schema-design/PropertyFormElement.js +558 -0
- package/dist/elements/schema-design/PropertyFormElement.js.map +1 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.d.ts +26 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.d.ts.map +1 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.js +147 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.js.map +1 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.styles.d.ts +3 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.styles.d.ts.map +1 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.styles.js +34 -0
- package/dist/elements/schema-design/SchemaDesignNavigation.styles.js.map +1 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.d.ts +27 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.d.ts.map +1 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.js +77 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.js.map +1 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.styles.d.ts +3 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.styles.d.ts.map +1 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.styles.js +28 -0
- package/dist/elements/schema-design/SchemaNamespaceSelector.styles.js.map +1 -0
- package/dist/elements/schema-design/schemaCommon.d.ts +3 -0
- package/dist/elements/schema-design/schemaCommon.d.ts.map +1 -0
- package/dist/elements/schema-design/schemaCommon.js +384 -0
- package/dist/elements/schema-design/schemaCommon.js.map +1 -0
- package/dist/elements/theme.d.ts +9 -0
- package/dist/elements/theme.d.ts.map +1 -0
- package/dist/elements/theme.js +59 -0
- package/dist/elements/theme.js.map +1 -0
- package/dist/elements/user/UserAvatarElement.d.ts +33 -0
- package/dist/elements/user/UserAvatarElement.d.ts.map +1 -0
- package/dist/elements/user/UserAvatarElement.js +136 -0
- package/dist/elements/user/UserAvatarElement.js.map +1 -0
- package/dist/events/BroadcastUiEvents.d.ts +11 -0
- package/dist/events/BroadcastUiEvents.d.ts.map +1 -0
- package/dist/events/BroadcastUiEvents.js +2 -0
- package/dist/events/BroadcastUiEvents.js.map +1 -0
- package/dist/events/ConfigEvents.d.ts +150 -0
- package/dist/events/ConfigEvents.d.ts.map +1 -0
- package/dist/events/ConfigEvents.js +369 -0
- package/dist/events/ConfigEvents.js.map +1 -0
- package/dist/events/EventTypes.d.ts +196 -0
- package/dist/events/EventTypes.d.ts.map +1 -0
- package/dist/events/EventTypes.js +200 -0
- package/dist/events/EventTypes.js.map +1 -0
- package/dist/events/Events.d.ts +170 -0
- package/dist/events/Events.d.ts.map +1 -0
- package/dist/events/Events.js +17 -0
- package/dist/events/Events.js.map +1 -0
- package/dist/events/HttpClientEvents.d.ts +97 -0
- package/dist/events/HttpClientEvents.d.ts.map +1 -0
- package/dist/events/HttpClientEvents.js +205 -0
- package/dist/events/HttpClientEvents.js.map +1 -0
- package/dist/events/HttpEvents.d.ts +31 -0
- package/dist/events/HttpEvents.d.ts.map +1 -0
- package/dist/events/HttpEvents.js +65 -0
- package/dist/events/HttpEvents.js.map +1 -0
- package/dist/events/HttpProjectEvents.d.ts +67 -0
- package/dist/events/HttpProjectEvents.d.ts.map +1 -0
- package/dist/events/HttpProjectEvents.js +112 -0
- package/dist/events/HttpProjectEvents.js.map +1 -0
- package/dist/events/NavigationEvents.d.ts +89 -0
- package/dist/events/NavigationEvents.d.ts.map +1 -0
- package/dist/events/NavigationEvents.js +83 -0
- package/dist/events/NavigationEvents.js.map +1 -0
- package/dist/events/SchemaDesignEvents.d.ts +20 -0
- package/dist/events/SchemaDesignEvents.d.ts.map +1 -0
- package/dist/events/SchemaDesignEvents.js +38 -0
- package/dist/events/SchemaDesignEvents.js.map +1 -0
- package/dist/events/StoreEvents.d.ts +242 -0
- package/dist/events/StoreEvents.d.ts.map +1 -0
- package/dist/events/StoreEvents.js +649 -0
- package/dist/events/StoreEvents.js.map +1 -0
- package/dist/events/amf/ApiEvents.d.ts +25 -0
- package/dist/events/amf/ApiEvents.d.ts.map +1 -0
- package/dist/events/amf/ApiEvents.js +42 -0
- package/dist/events/amf/ApiEvents.js.map +1 -0
- package/dist/events/amf/BaseEvents.d.ts +69 -0
- package/dist/events/amf/BaseEvents.d.ts.map +1 -0
- package/dist/events/amf/BaseEvents.js +65 -0
- package/dist/events/amf/BaseEvents.js.map +1 -0
- package/dist/events/amf/DocumentationEvents.d.ts +17 -0
- package/dist/events/amf/DocumentationEvents.d.ts.map +1 -0
- package/dist/events/amf/DocumentationEvents.js +27 -0
- package/dist/events/amf/DocumentationEvents.js.map +1 -0
- package/dist/events/amf/EndpointEvents.d.ts +21 -0
- package/dist/events/amf/EndpointEvents.d.ts.map +1 -0
- package/dist/events/amf/EndpointEvents.js +35 -0
- package/dist/events/amf/EndpointEvents.js.map +1 -0
- package/dist/events/amf/EventTypes.d.ts +65 -0
- package/dist/events/amf/EventTypes.d.ts.map +1 -0
- package/dist/events/amf/EventTypes.js +65 -0
- package/dist/events/amf/EventTypes.js.map +1 -0
- package/dist/events/amf/Events.d.ts +63 -0
- package/dist/events/amf/Events.d.ts.map +1 -0
- package/dist/events/amf/Events.js +38 -0
- package/dist/events/amf/Events.js.map +1 -0
- package/dist/events/amf/NavigationEvents.d.ts +50 -0
- package/dist/events/amf/NavigationEvents.d.ts.map +1 -0
- package/dist/events/amf/NavigationEvents.js +57 -0
- package/dist/events/amf/NavigationEvents.js.map +1 -0
- package/dist/events/amf/OperationEvents.d.ts +17 -0
- package/dist/events/amf/OperationEvents.d.ts.map +1 -0
- package/dist/events/amf/OperationEvents.js +27 -0
- package/dist/events/amf/OperationEvents.js.map +1 -0
- package/dist/events/amf/PayloadEvents.d.ts +10 -0
- package/dist/events/amf/PayloadEvents.d.ts.map +1 -0
- package/dist/events/amf/PayloadEvents.js +16 -0
- package/dist/events/amf/PayloadEvents.js.map +1 -0
- package/dist/events/amf/ReportingEvents.d.ts +16 -0
- package/dist/events/amf/ReportingEvents.d.ts.map +1 -0
- package/dist/events/amf/ReportingEvents.js +22 -0
- package/dist/events/amf/ReportingEvents.js.map +1 -0
- package/dist/events/amf/RequestEvents.d.ts +10 -0
- package/dist/events/amf/RequestEvents.d.ts.map +1 -0
- package/dist/events/amf/RequestEvents.js +15 -0
- package/dist/events/amf/RequestEvents.js.map +1 -0
- package/dist/events/amf/ResponseEvents.d.ts +10 -0
- package/dist/events/amf/ResponseEvents.d.ts.map +1 -0
- package/dist/events/amf/ResponseEvents.js +16 -0
- package/dist/events/amf/ResponseEvents.js.map +1 -0
- package/dist/events/amf/SecurityEvents.d.ts +31 -0
- package/dist/events/amf/SecurityEvents.d.ts.map +1 -0
- package/dist/events/amf/SecurityEvents.js +53 -0
- package/dist/events/amf/SecurityEvents.js.map +1 -0
- package/dist/events/amf/ServerEvents.d.ts +58 -0
- package/dist/events/amf/ServerEvents.d.ts.map +1 -0
- package/dist/events/amf/ServerEvents.js +66 -0
- package/dist/events/amf/ServerEvents.js.map +1 -0
- package/dist/events/amf/StoreEvents.d.ts +8 -0
- package/dist/events/amf/StoreEvents.d.ts.map +1 -0
- package/dist/events/amf/StoreEvents.js +16 -0
- package/dist/events/amf/StoreEvents.js.map +1 -0
- package/dist/events/amf/TelemetryEvents.d.ts +79 -0
- package/dist/events/amf/TelemetryEvents.d.ts.map +1 -0
- package/dist/events/amf/TelemetryEvents.js +65 -0
- package/dist/events/amf/TelemetryEvents.js.map +1 -0
- package/dist/events/amf/TypeEvents.d.ts +15 -0
- package/dist/events/amf/TypeEvents.d.ts.map +1 -0
- package/dist/events/amf/TypeEvents.js +25 -0
- package/dist/events/amf/TypeEvents.js.map +1 -0
- package/dist/events/http-client/models/CertificatesEvents.d.ts +29 -0
- package/dist/events/http-client/models/CertificatesEvents.d.ts.map +1 -0
- package/dist/events/http-client/models/CertificatesEvents.js +40 -0
- package/dist/events/http-client/models/CertificatesEvents.js.map +1 -0
- package/dist/http-client/idb/Arc18DataUpgrade.d.ts +22 -0
- package/dist/http-client/idb/Arc18DataUpgrade.d.ts.map +1 -0
- package/dist/http-client/idb/Arc18DataUpgrade.js +230 -0
- package/dist/http-client/idb/Arc18DataUpgrade.js.map +1 -0
- package/dist/http-client/idb/AuthDataModel.d.ts +60 -0
- package/dist/http-client/idb/AuthDataModel.d.ts.map +1 -0
- package/dist/http-client/idb/AuthDataModel.js +150 -0
- package/dist/http-client/idb/AuthDataModel.js.map +1 -0
- package/dist/http-client/idb/Base.d.ts +171 -0
- package/dist/http-client/idb/Base.d.ts.map +1 -0
- package/dist/http-client/idb/Base.js +578 -0
- package/dist/http-client/idb/Base.js.map +1 -0
- package/dist/http-client/idb/HostsModel.d.ts +25 -0
- package/dist/http-client/idb/HostsModel.d.ts.map +1 -0
- package/dist/http-client/idb/HostsModel.js +82 -0
- package/dist/http-client/idb/HostsModel.js.map +1 -0
- package/dist/http-client/idb/LegacyBodyProcessor.d.ts +107 -0
- package/dist/http-client/idb/LegacyBodyProcessor.d.ts.map +1 -0
- package/dist/http-client/idb/LegacyBodyProcessor.js +305 -0
- package/dist/http-client/idb/LegacyBodyProcessor.js.map +1 -0
- package/dist/http-client/idb/LegacyMockedStore.d.ts +214 -0
- package/dist/http-client/idb/LegacyMockedStore.d.ts.map +1 -0
- package/dist/http-client/idb/LegacyMockedStore.js +487 -0
- package/dist/http-client/idb/LegacyMockedStore.js.map +1 -0
- package/dist/http-client/idb/MockedStore.d.ts +8 -0
- package/dist/http-client/idb/MockedStore.d.ts.map +1 -0
- package/dist/http-client/idb/MockedStore.js +8 -0
- package/dist/http-client/idb/MockedStore.js.map +1 -0
- package/dist/http-client/store/Cursor.d.ts +18 -0
- package/dist/http-client/store/Cursor.d.ts.map +1 -0
- package/dist/http-client/store/Cursor.js +31 -0
- package/dist/http-client/store/Cursor.js.map +1 -0
- package/dist/http-client/store/DataImportProcessor.d.ts +59 -0
- package/dist/http-client/store/DataImportProcessor.d.ts.map +1 -0
- package/dist/http-client/store/DataImportProcessor.js +162 -0
- package/dist/http-client/store/DataImportProcessor.js.map +1 -0
- package/dist/http-client/store/HttpClientIdbDatabase.d.ts +66 -0
- package/dist/http-client/store/HttpClientIdbDatabase.d.ts.map +1 -0
- package/dist/http-client/store/HttpClientIdbDatabase.js +166 -0
- package/dist/http-client/store/HttpClientIdbDatabase.js.map +1 -0
- package/dist/http-client/store/HttpClientPersistance.d.ts +17 -0
- package/dist/http-client/store/HttpClientPersistance.d.ts.map +1 -0
- package/dist/http-client/store/HttpClientPersistance.js +2 -0
- package/dist/http-client/store/HttpClientPersistance.js.map +1 -0
- package/dist/http-client/store/HttpClientStore.d.ts +17 -0
- package/dist/http-client/store/HttpClientStore.d.ts.map +1 -0
- package/dist/http-client/store/HttpClientStore.js +2 -0
- package/dist/http-client/store/HttpClientStore.js.map +1 -0
- package/dist/http-client/store/IdbThread.d.ts +31 -0
- package/dist/http-client/store/IdbThread.d.ts.map +1 -0
- package/dist/http-client/store/IdbThread.js +34 -0
- package/dist/http-client/store/IdbThread.js.map +1 -0
- package/dist/http-client/store/State.d.ts +17 -0
- package/dist/http-client/store/State.d.ts.map +1 -0
- package/dist/http-client/store/State.js +2 -0
- package/dist/http-client/store/State.js.map +1 -0
- package/dist/http-client/store/StoreBroadcast.d.ts +54 -0
- package/dist/http-client/store/StoreBroadcast.d.ts.map +1 -0
- package/dist/http-client/store/StoreBroadcast.js +76 -0
- package/dist/http-client/store/StoreBroadcast.js.map +1 -0
- package/dist/http-client/store/Validator.d.ts +4 -0
- package/dist/http-client/store/Validator.d.ts.map +1 -0
- package/dist/http-client/store/Validator.js +32 -0
- package/dist/http-client/store/Validator.js.map +1 -0
- package/dist/http-client/store/idb/IdbProjectUi.d.ts +13 -0
- package/dist/http-client/store/idb/IdbProjectUi.d.ts.map +1 -0
- package/dist/http-client/store/idb/IdbProjectUi.js +84 -0
- package/dist/http-client/store/idb/IdbProjectUi.js.map +1 -0
- package/dist/http-client/store/idb/IdbStore.d.ts +31 -0
- package/dist/http-client/store/idb/IdbStore.d.ts.map +1 -0
- package/dist/http-client/store/idb/IdbStore.js +74 -0
- package/dist/http-client/store/idb/IdbStore.js.map +1 -0
- package/dist/http-client/store/idb/IdbUrlHistory.d.ts +11 -0
- package/dist/http-client/store/idb/IdbUrlHistory.d.ts.map +1 -0
- package/dist/http-client/store/idb/IdbUrlHistory.js +88 -0
- package/dist/http-client/store/idb/IdbUrlHistory.js.map +1 -0
- package/dist/http-client/store/idb/IdbWsHistory.d.ts +11 -0
- package/dist/http-client/store/idb/IdbWsHistory.d.ts.map +1 -0
- package/dist/http-client/store/idb/IdbWsHistory.js +88 -0
- package/dist/http-client/store/idb/IdbWsHistory.js.map +1 -0
- package/dist/http-client/store/stores/ProjectUi.d.ts +47 -0
- package/dist/http-client/store/stores/ProjectUi.d.ts.map +1 -0
- package/dist/http-client/store/stores/ProjectUi.js +2 -0
- package/dist/http-client/store/stores/ProjectUi.js.map +1 -0
- package/dist/http-client/store/stores/Store.d.ts +15 -0
- package/dist/http-client/store/stores/Store.d.ts.map +1 -0
- package/dist/http-client/store/stores/Store.js +2 -0
- package/dist/http-client/store/stores/Store.js.map +1 -0
- package/dist/http-client/store/stores/UrlHistory.d.ts +30 -0
- package/dist/http-client/store/stores/UrlHistory.d.ts.map +1 -0
- package/dist/http-client/store/stores/UrlHistory.js +2 -0
- package/dist/http-client/store/stores/UrlHistory.js.map +1 -0
- package/dist/http-client/store/stores/WsHistory.d.ts +30 -0
- package/dist/http-client/store/stores/WsHistory.d.ts.map +1 -0
- package/dist/http-client/store/stores/WsHistory.js +2 -0
- package/dist/http-client/store/stores/WsHistory.js.map +1 -0
- package/dist/http-client/store/types.d.ts +82 -0
- package/dist/http-client/store/types.d.ts.map +1 -0
- package/dist/http-client/store/types.js +2 -0
- package/dist/http-client/store/types.js.map +1 -0
- package/dist/index.d.ts +52 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +58 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/3rd-party/md5.d.ts +2 -0
- package/dist/lib/3rd-party/md5.d.ts.map +1 -0
- package/dist/lib/3rd-party/md5.js +37 -0
- package/dist/lib/3rd-party/md5.js.map +1 -0
- package/dist/lib/Random.d.ts +2 -0
- package/dist/lib/Random.d.ts.map +1 -0
- package/dist/lib/Random.js +10 -0
- package/dist/lib/Random.js.map +1 -0
- package/dist/lib/ResizableElements.d.ts +42 -0
- package/dist/lib/ResizableElements.d.ts.map +1 -0
- package/dist/lib/ResizableElements.js +392 -0
- package/dist/lib/ResizableElements.js.map +1 -0
- package/dist/lib/SupportedPlatform.d.ts +2 -0
- package/dist/lib/SupportedPlatform.d.ts.map +1 -0
- package/dist/lib/SupportedPlatform.js +28 -0
- package/dist/lib/SupportedPlatform.js.map +1 -0
- package/dist/lib/chart/HttpHistoryChart.d.ts +60 -0
- package/dist/lib/chart/HttpHistoryChart.d.ts.map +1 -0
- package/dist/lib/chart/HttpHistoryChart.js +307 -0
- package/dist/lib/chart/HttpHistoryChart.js.map +1 -0
- package/dist/lib/color/ColorConverter.d.ts +8 -0
- package/dist/lib/color/ColorConverter.d.ts.map +1 -0
- package/dist/lib/color/ColorConverter.js +38 -0
- package/dist/lib/color/ColorConverter.js.map +1 -0
- package/dist/lib/config/Config.d.ts +70 -0
- package/dist/lib/config/Config.d.ts.map +1 -0
- package/dist/lib/config/Config.js +2 -0
- package/dist/lib/config/Config.js.map +1 -0
- package/dist/lib/decorators/query.d.ts +26 -0
- package/dist/lib/decorators/query.d.ts.map +1 -0
- package/dist/lib/decorators/query.js +47 -0
- package/dist/lib/decorators/query.js.map +1 -0
- package/dist/lib/decorators/reactive.d.ts +5 -0
- package/dist/lib/decorators/reactive.d.ts.map +1 -0
- package/dist/lib/decorators/reactive.js +36 -0
- package/dist/lib/decorators/reactive.js.map +1 -0
- package/dist/lib/decorators.d.ts +3 -0
- package/dist/lib/decorators.d.ts.map +1 -0
- package/dist/lib/decorators.js +3 -0
- package/dist/lib/decorators.js.map +1 -0
- package/dist/lib/environments/Utils.d.ts +10 -0
- package/dist/lib/environments/Utils.d.ts.map +1 -0
- package/dist/lib/environments/Utils.js +20 -0
- package/dist/lib/environments/Utils.js.map +1 -0
- package/dist/lib/http/Har.d.ts +57 -0
- package/dist/lib/http/Har.d.ts.map +1 -0
- package/dist/lib/http/Har.js +177 -0
- package/dist/lib/http/Har.js.map +1 -0
- package/dist/lib/http/HeadersArray.d.ts +17 -0
- package/dist/lib/http/HeadersArray.d.ts.map +1 -0
- package/dist/lib/http/HeadersArray.js +32 -0
- package/dist/lib/http/HeadersArray.js.map +1 -0
- package/dist/lib/http/Payload.d.ts +45 -0
- package/dist/lib/http/Payload.d.ts.map +1 -0
- package/dist/lib/http/Payload.js +132 -0
- package/dist/lib/http/Payload.js.map +1 -0
- package/dist/lib/http/Url.d.ts +6 -0
- package/dist/lib/http/Url.d.ts.map +1 -0
- package/dist/lib/http/Url.js +28 -0
- package/dist/lib/http/Url.js.map +1 -0
- package/dist/lib/math/MissingIndexes.d.ts +15 -0
- package/dist/lib/math/MissingIndexes.d.ts.map +1 -0
- package/dist/lib/math/MissingIndexes.js +23 -0
- package/dist/lib/math/MissingIndexes.js.map +1 -0
- package/dist/lib/route.d.ts +15 -0
- package/dist/lib/route.d.ts.map +1 -0
- package/dist/lib/route.js +27 -0
- package/dist/lib/route.js.map +1 -0
- package/dist/lib/time/Conversion.d.ts +23 -0
- package/dist/lib/time/Conversion.d.ts.map +1 -0
- package/dist/lib/time/Conversion.js +54 -0
- package/dist/lib/time/Conversion.js.map +1 -0
- package/dist/mixins/FileDropMixin.d.ts +33 -0
- package/dist/mixins/FileDropMixin.d.ts.map +1 -0
- package/dist/mixins/FileDropMixin.js +128 -0
- package/dist/mixins/FileDropMixin.js.map +1 -0
- package/dist/mixins/RenderableMixin.d.ts +61 -0
- package/dist/mixins/RenderableMixin.d.ts.map +1 -0
- package/dist/mixins/RenderableMixin.js +160 -0
- package/dist/mixins/RenderableMixin.js.map +1 -0
- package/dist/mixins/RouteMixin.d.ts +55 -0
- package/dist/mixins/RouteMixin.d.ts.map +1 -0
- package/dist/mixins/RouteMixin.js +122 -0
- package/dist/mixins/RouteMixin.js.map +1 -0
- package/dist/monaco/Monaco.styles.d.ts +3 -0
- package/dist/monaco/Monaco.styles.d.ts.map +1 -0
- package/dist/monaco/Monaco.styles.js +3981 -0
- package/dist/monaco/Monaco.styles.js.map +1 -0
- package/dist/monaco/helper.d.ts +7 -0
- package/dist/monaco/helper.d.ts.map +1 -0
- package/dist/monaco/helper.js +25 -0
- package/dist/monaco/helper.js.map +1 -0
- package/dist/monaco/loader.d.ts +23 -0
- package/dist/monaco/loader.d.ts.map +1 -0
- package/dist/monaco/loader.js +102 -0
- package/dist/monaco/loader.js.map +1 -0
- package/dist/monaco/theme.d.ts +18 -0
- package/dist/monaco/theme.d.ts.map +1 -0
- package/dist/monaco/theme.js +85 -0
- package/dist/monaco/theme.js.map +1 -0
- package/dist/monaco/types.d.ts +6 -0
- package/dist/monaco/types.d.ts.map +1 -0
- package/dist/monaco/types.js +2 -0
- package/dist/monaco/types.js.map +1 -0
- package/dist/pages/ApplicationScreen.d.ts +197 -0
- package/dist/pages/ApplicationScreen.d.ts.map +1 -0
- package/dist/pages/ApplicationScreen.js +508 -0
- package/dist/pages/ApplicationScreen.js.map +1 -0
- package/dist/pages/api-client/ApiClient.screen.d.ts +118 -0
- package/dist/pages/api-client/ApiClient.screen.d.ts.map +1 -0
- package/dist/pages/api-client/ApiClient.screen.js +681 -0
- package/dist/pages/api-client/ApiClient.screen.js.map +1 -0
- package/dist/pages/api-client/ApiClient.styles.d.ts +3 -0
- package/dist/pages/api-client/ApiClient.styles.d.ts.map +1 -0
- package/dist/pages/api-client/ApiClient.styles.js +278 -0
- package/dist/pages/api-client/ApiClient.styles.js.map +1 -0
- package/dist/pages/api-client/AppInfo.d.ts +4 -0
- package/dist/pages/api-client/AppInfo.d.ts.map +1 -0
- package/dist/pages/api-client/AppInfo.js +6 -0
- package/dist/pages/api-client/AppInfo.js.map +1 -0
- package/dist/pages/api-client/Authenticate.screen.d.ts +37 -0
- package/dist/pages/api-client/Authenticate.screen.d.ts.map +1 -0
- package/dist/pages/api-client/Authenticate.screen.js +145 -0
- package/dist/pages/api-client/Authenticate.screen.js.map +1 -0
- package/dist/pages/api-client/Authenticate.styles.d.ts +3 -0
- package/dist/pages/api-client/Authenticate.styles.d.ts.map +1 -0
- package/dist/pages/api-client/Authenticate.styles.js +48 -0
- package/dist/pages/api-client/Authenticate.styles.js.map +1 -0
- package/dist/pages/api-client/StoreConfig.screen.d.ts +119 -0
- package/dist/pages/api-client/StoreConfig.screen.d.ts.map +1 -0
- package/dist/pages/api-client/StoreConfig.screen.js +780 -0
- package/dist/pages/api-client/StoreConfig.screen.js.map +1 -0
- package/dist/pages/api-client/StoreConfig.styles.d.ts +3 -0
- package/dist/pages/api-client/StoreConfig.styles.d.ts.map +1 -0
- package/dist/pages/api-client/StoreConfig.styles.js +128 -0
- package/dist/pages/api-client/StoreConfig.styles.js.map +1 -0
- package/dist/pages/api-client/Telemetry.screen.d.ts +29 -0
- package/dist/pages/api-client/Telemetry.screen.d.ts.map +1 -0
- package/dist/pages/api-client/Telemetry.screen.js +132 -0
- package/dist/pages/api-client/Telemetry.screen.js.map +1 -0
- package/dist/pages/api-client/Telemetry.styles.d.ts +3 -0
- package/dist/pages/api-client/Telemetry.styles.d.ts.map +1 -0
- package/dist/pages/api-client/Telemetry.styles.js +61 -0
- package/dist/pages/api-client/Telemetry.styles.js.map +1 -0
- package/dist/pages/api-client/pages/Files.page.d.ts +133 -0
- package/dist/pages/api-client/pages/Files.page.d.ts.map +1 -0
- package/dist/pages/api-client/pages/Files.page.js +987 -0
- package/dist/pages/api-client/pages/Files.page.js.map +1 -0
- package/dist/pages/api-client/pages/Settings.page.d.ts +33 -0
- package/dist/pages/api-client/pages/Settings.page.d.ts.map +1 -0
- package/dist/pages/api-client/pages/Settings.page.js +134 -0
- package/dist/pages/api-client/pages/Settings.page.js.map +1 -0
- package/dist/pages/api-client/pages/Shared.page.d.ts +16 -0
- package/dist/pages/api-client/pages/Shared.page.d.ts.map +1 -0
- package/dist/pages/api-client/pages/Shared.page.js +78 -0
- package/dist/pages/api-client/pages/Shared.page.js.map +1 -0
- package/dist/pages/api-client/pages/Trash.page.d.ts +58 -0
- package/dist/pages/api-client/pages/Trash.page.d.ts.map +1 -0
- package/dist/pages/api-client/pages/Trash.page.js +335 -0
- package/dist/pages/api-client/pages/Trash.page.js.map +1 -0
- package/dist/pages/demo/DemoPage.d.ts +74 -0
- package/dist/pages/demo/DemoPage.d.ts.map +1 -0
- package/dist/pages/demo/DemoPage.js +134 -0
- package/dist/pages/demo/DemoPage.js.map +1 -0
- package/dist/pages/demo/DemoStyles.d.ts +3 -0
- package/dist/pages/demo/DemoStyles.d.ts.map +1 -0
- package/dist/pages/demo/DemoStyles.js +64 -0
- package/dist/pages/demo/DemoStyles.js.map +1 -0
- package/dist/pages/http-project/AppInfo.d.ts +4 -0
- package/dist/pages/http-project/AppInfo.d.ts.map +1 -0
- package/dist/pages/http-project/AppInfo.js +6 -0
- package/dist/pages/http-project/AppInfo.js.map +1 -0
- package/dist/pages/http-project/HttpClientCommands.d.ts +5 -0
- package/dist/pages/http-project/HttpClientCommands.d.ts.map +1 -0
- package/dist/pages/http-project/HttpClientCommands.js +489 -0
- package/dist/pages/http-project/HttpClientCommands.js.map +1 -0
- package/dist/pages/http-project/HttpClientContextMenu.d.ts +13 -0
- package/dist/pages/http-project/HttpClientContextMenu.d.ts.map +1 -0
- package/dist/pages/http-project/HttpClientContextMenu.js +71 -0
- package/dist/pages/http-project/HttpClientContextMenu.js.map +1 -0
- package/dist/pages/http-project/HttpProject.screen.d.ts +146 -0
- package/dist/pages/http-project/HttpProject.screen.d.ts.map +1 -0
- package/dist/pages/http-project/HttpProject.screen.js +791 -0
- package/dist/pages/http-project/HttpProject.screen.js.map +1 -0
- package/dist/pages/http-project/HttpProject.styles.d.ts +3 -0
- package/dist/pages/http-project/HttpProject.styles.d.ts.map +1 -0
- package/dist/pages/http-project/HttpProject.styles.js +92 -0
- package/dist/pages/http-project/HttpProject.styles.js.map +1 -0
- package/dist/pages/http-project/types.d.ts +25 -0
- package/dist/pages/http-project/types.d.ts.map +1 -0
- package/dist/pages/http-project/types.js +2 -0
- package/dist/pages/http-project/types.js.map +1 -0
- package/dist/pages/schema-design/AppInfo.d.ts +4 -0
- package/dist/pages/schema-design/AppInfo.d.ts.map +1 -0
- package/dist/pages/schema-design/AppInfo.js +6 -0
- package/dist/pages/schema-design/AppInfo.js.map +1 -0
- package/dist/pages/schema-design/SchemaDesigner.screen.d.ts +125 -0
- package/dist/pages/schema-design/SchemaDesigner.screen.d.ts.map +1 -0
- package/dist/pages/schema-design/SchemaDesigner.screen.js +460 -0
- package/dist/pages/schema-design/SchemaDesigner.screen.js.map +1 -0
- package/dist/pages/schema-design/SchemaDesigner.styles.d.ts +3 -0
- package/dist/pages/schema-design/SchemaDesigner.styles.d.ts.map +1 -0
- package/dist/pages/schema-design/SchemaDesigner.styles.js +114 -0
- package/dist/pages/schema-design/SchemaDesigner.styles.js.map +1 -0
- package/dist/pages/schema-design/SchemaDesignerCommands.d.ts +9 -0
- package/dist/pages/schema-design/SchemaDesignerCommands.d.ts.map +1 -0
- package/dist/pages/schema-design/SchemaDesignerCommands.js +205 -0
- package/dist/pages/schema-design/SchemaDesignerCommands.js.map +1 -0
- package/dist/pages/schema-design/SchemaDesignerContextMenu.d.ts +11 -0
- package/dist/pages/schema-design/SchemaDesignerContextMenu.d.ts.map +1 -0
- package/dist/pages/schema-design/SchemaDesignerContextMenu.js +47 -0
- package/dist/pages/schema-design/SchemaDesignerContextMenu.js.map +1 -0
- package/dist/store/HttpStore.d.ts +54 -0
- package/dist/store/HttpStore.d.ts.map +1 -0
- package/dist/store/HttpStore.js +133 -0
- package/dist/store/HttpStore.js.map +1 -0
- package/dist/store/UserCache.d.ts +19 -0
- package/dist/store/UserCache.d.ts.map +1 -0
- package/dist/store/UserCache.js +51 -0
- package/dist/store/UserCache.js.map +1 -0
- package/dist/styles/global-styles.d.ts +8 -0
- package/dist/styles/global-styles.d.ts.map +1 -0
- package/dist/styles/global-styles.js +92 -0
- package/dist/styles/global-styles.js.map +1 -0
- package/dist/styles/grid-hnmf.d.ts +22 -0
- package/dist/styles/grid-hnmf.d.ts.map +1 -0
- package/dist/styles/grid-hnmf.js +62 -0
- package/dist/styles/grid-hnmf.js.map +1 -0
- package/dist/styles/m3/badge.module.d.ts +3 -0
- package/dist/styles/m3/badge.module.d.ts.map +1 -0
- package/dist/styles/m3/badge.module.js +39 -0
- package/dist/styles/m3/badge.module.js.map +1 -0
- package/dist/styles/m3/colors.module.d.ts +3 -0
- package/dist/styles/m3/colors.module.d.ts.map +1 -0
- package/dist/styles/m3/colors.module.js +184 -0
- package/dist/styles/m3/colors.module.js.map +1 -0
- package/dist/styles/m3/dialog.module.d.ts +21 -0
- package/dist/styles/m3/dialog.module.d.ts.map +1 -0
- package/dist/styles/m3/dialog.module.js +100 -0
- package/dist/styles/m3/dialog.module.js.map +1 -0
- package/dist/styles/m3/surface.module.d.ts +3 -0
- package/dist/styles/m3/surface.module.d.ts.map +1 -0
- package/dist/styles/m3/surface.module.js +57 -0
- package/dist/styles/m3/surface.module.js.map +1 -0
- package/dist/styles/m3/typography.module.d.ts +3 -0
- package/dist/styles/m3/typography.module.d.ts.map +1 -0
- package/dist/styles/m3/typography.module.js +168 -0
- package/dist/styles/m3/typography.module.js.map +1 -0
- package/dist/types/input.d.ts +4 -0
- package/dist/types/input.d.ts.map +1 -0
- package/dist/types/input.js +2 -0
- package/dist/types/input.js.map +1 -0
- package/dist/types/role.d.ts +17 -0
- package/dist/types/role.d.ts.map +1 -0
- package/dist/types/role.js +2 -0
- package/dist/types/role.js.map +1 -0
- package/dist/ui/UiElement.d.ts +93 -0
- package/dist/ui/UiElement.d.ts.map +1 -0
- package/dist/ui/UiElement.js +121 -0
- package/dist/ui/UiElement.js.map +1 -0
- package/dist/ui/button/Button.d.ts +15 -0
- package/dist/ui/button/Button.d.ts.map +1 -0
- package/dist/ui/button/Button.js +46 -0
- package/dist/ui/button/Button.js.map +1 -0
- package/dist/ui/button/SegmentedButton.d.ts +31 -0
- package/dist/ui/button/SegmentedButton.d.ts.map +1 -0
- package/dist/ui/button/SegmentedButton.js +109 -0
- package/dist/ui/button/SegmentedButton.js.map +1 -0
- package/dist/ui/button/SegmentedButton.styles.d.ts +3 -0
- package/dist/ui/button/SegmentedButton.styles.d.ts.map +1 -0
- package/dist/ui/button/SegmentedButton.styles.js +102 -0
- package/dist/ui/button/SegmentedButton.styles.js.map +1 -0
- package/dist/ui/button/SegmentedButtonsSet.d.ts +27 -0
- package/dist/ui/button/SegmentedButtonsSet.d.ts.map +1 -0
- package/dist/ui/button/SegmentedButtonsSet.js +94 -0
- package/dist/ui/button/SegmentedButtonsSet.js.map +1 -0
- package/dist/ui/button/SegmentedButtonsSet.styles.d.ts +3 -0
- package/dist/ui/button/SegmentedButtonsSet.styles.d.ts.map +1 -0
- package/dist/ui/button/SegmentedButtonsSet.styles.js +25 -0
- package/dist/ui/button/SegmentedButtonsSet.styles.js.map +1 -0
- package/dist/ui/button/UiButton.d.ts +80 -0
- package/dist/ui/button/UiButton.d.ts.map +1 -0
- package/dist/ui/button/UiButton.js +206 -0
- package/dist/ui/button/UiButton.js.map +1 -0
- package/dist/ui/button/UiButton.styles.d.ts +3 -0
- package/dist/ui/button/UiButton.styles.d.ts.map +1 -0
- package/dist/ui/button/UiButton.styles.js +369 -0
- package/dist/ui/button/UiButton.styles.js.map +1 -0
- package/dist/ui/button/UiIconButton.d.ts +56 -0
- package/dist/ui/button/UiIconButton.d.ts.map +1 -0
- package/dist/ui/button/UiIconButton.js +135 -0
- package/dist/ui/button/UiIconButton.js.map +1 -0
- package/dist/ui/button/UiIconButton.styles.d.ts +3 -0
- package/dist/ui/button/UiIconButton.styles.d.ts.map +1 -0
- package/dist/ui/button/UiIconButton.styles.js +614 -0
- package/dist/ui/button/UiIconButton.styles.js.map +1 -0
- package/dist/ui/chip/UiChip.d.ts +99 -0
- package/dist/ui/chip/UiChip.d.ts.map +1 -0
- package/dist/ui/chip/UiChip.js +293 -0
- package/dist/ui/chip/UiChip.js.map +1 -0
- package/dist/ui/chip/UiChip.styles.d.ts +3 -0
- package/dist/ui/chip/UiChip.styles.d.ts.map +1 -0
- package/dist/ui/chip/UiChip.styles.js +175 -0
- package/dist/ui/chip/UiChip.styles.js.map +1 -0
- package/dist/ui/collapse/UiCollapse.d.ts +77 -0
- package/dist/ui/collapse/UiCollapse.d.ts.map +1 -0
- package/dist/ui/collapse/UiCollapse.js +205 -0
- package/dist/ui/collapse/UiCollapse.js.map +1 -0
- package/dist/ui/collapse/UiCollapse.styles.d.ts +3 -0
- package/dist/ui/collapse/UiCollapse.styles.d.ts.map +1 -0
- package/dist/ui/collapse/UiCollapse.styles.js +18 -0
- package/dist/ui/collapse/UiCollapse.styles.js.map +1 -0
- package/dist/ui/controllers/ActionController.d.ts +166 -0
- package/dist/ui/controllers/ActionController.d.ts.map +1 -0
- package/dist/ui/controllers/ActionController.js +332 -0
- package/dist/ui/controllers/ActionController.js.map +1 -0
- package/dist/ui/controllers/RadioSelectionController.d.ts +70 -0
- package/dist/ui/controllers/RadioSelectionController.d.ts.map +1 -0
- package/dist/ui/controllers/RadioSelectionController.js +265 -0
- package/dist/ui/controllers/RadioSelectionController.js.map +1 -0
- package/dist/ui/date/DateTime.d.ts +245 -0
- package/dist/ui/date/DateTime.d.ts.map +1 -0
- package/dist/ui/date/DateTime.js +498 -0
- package/dist/ui/date/DateTime.js.map +1 -0
- package/dist/ui/dialog/UiDialog.d.ts +126 -0
- package/dist/ui/dialog/UiDialog.d.ts.map +1 -0
- package/dist/ui/dialog/UiDialog.js +285 -0
- package/dist/ui/dialog/UiDialog.js.map +1 -0
- package/dist/ui/dialog/UiDialog.styles.d.ts +3 -0
- package/dist/ui/dialog/UiDialog.styles.d.ts.map +1 -0
- package/dist/ui/dialog/UiDialog.styles.js +124 -0
- package/dist/ui/dialog/UiDialog.styles.js.map +1 -0
- package/dist/ui/effects/ripple.d.ts +53 -0
- package/dist/ui/effects/ripple.d.ts.map +1 -0
- package/dist/ui/effects/ripple.js +200 -0
- package/dist/ui/effects/ripple.js.map +1 -0
- package/dist/ui/effects/ripple.styles.d.ts +3 -0
- package/dist/ui/effects/ripple.styles.d.ts.map +1 -0
- package/dist/ui/effects/ripple.styles.js +85 -0
- package/dist/ui/effects/ripple.styles.js.map +1 -0
- package/dist/ui/effects/rippleDirective.d.ts +65 -0
- package/dist/ui/effects/rippleDirective.d.ts.map +1 -0
- package/dist/ui/effects/rippleDirective.js +268 -0
- package/dist/ui/effects/rippleDirective.js.map +1 -0
- package/dist/ui/icons/Icons.d.ts +66 -0
- package/dist/ui/icons/Icons.d.ts.map +1 -0
- package/dist/ui/icons/Icons.js +65 -0
- package/dist/ui/icons/Icons.js.map +1 -0
- package/dist/ui/icons/UiIcon.d.ts +29 -0
- package/dist/ui/icons/UiIcon.d.ts.map +1 -0
- package/dist/ui/icons/UiIcon.js +61 -0
- package/dist/ui/icons/UiIcon.js.map +1 -0
- package/dist/ui/icons/UiIcon.styles.d.ts +3 -0
- package/dist/ui/icons/UiIcon.styles.d.ts.map +1 -0
- package/dist/ui/icons/UiIcon.styles.js +10 -0
- package/dist/ui/icons/UiIcon.styles.js.map +1 -0
- package/dist/ui/input/Checkbox.styles.d.ts +3 -0
- package/dist/ui/input/Checkbox.styles.d.ts.map +1 -0
- package/dist/ui/input/Checkbox.styles.js +283 -0
- package/dist/ui/input/Checkbox.styles.js.map +1 -0
- package/dist/ui/input/CheckboxElement.d.ts +18 -0
- package/dist/ui/input/CheckboxElement.d.ts.map +1 -0
- package/dist/ui/input/CheckboxElement.js +79 -0
- package/dist/ui/input/CheckboxElement.js.map +1 -0
- package/dist/ui/input/CheckedElement.d.ts +103 -0
- package/dist/ui/input/CheckedElement.d.ts.map +1 -0
- package/dist/ui/input/CheckedElement.js +286 -0
- package/dist/ui/input/CheckedElement.js.map +1 -0
- package/dist/ui/input/Input.d.ts +459 -0
- package/dist/ui/input/Input.d.ts.map +1 -0
- package/dist/ui/input/Input.js +1029 -0
- package/dist/ui/input/Input.js.map +1 -0
- package/dist/ui/input/Radio.styles.d.ts +3 -0
- package/dist/ui/input/Radio.styles.d.ts.map +1 -0
- package/dist/ui/input/Radio.styles.js +148 -0
- package/dist/ui/input/Radio.styles.js.map +1 -0
- package/dist/ui/input/RadioElement.d.ts +49 -0
- package/dist/ui/input/RadioElement.d.ts.map +1 -0
- package/dist/ui/input/RadioElement.js +126 -0
- package/dist/ui/input/RadioElement.js.map +1 -0
- package/dist/ui/input/Switch.styles.d.ts +3 -0
- package/dist/ui/input/Switch.styles.d.ts.map +1 -0
- package/dist/ui/input/Switch.styles.js +277 -0
- package/dist/ui/input/Switch.styles.js.map +1 -0
- package/dist/ui/input/SwitchElement.d.ts +33 -0
- package/dist/ui/input/SwitchElement.d.ts.map +1 -0
- package/dist/ui/input/SwitchElement.js +93 -0
- package/dist/ui/input/SwitchElement.js.map +1 -0
- package/dist/ui/input/TextAreaElement.d.ts +22 -0
- package/dist/ui/input/TextAreaElement.d.ts.map +1 -0
- package/dist/ui/input/TextAreaElement.js +95 -0
- package/dist/ui/input/TextAreaElement.js.map +1 -0
- package/dist/ui/input/TextField.styles.d.ts +3 -0
- package/dist/ui/input/TextField.styles.d.ts.map +1 -0
- package/dist/ui/input/TextField.styles.js +282 -0
- package/dist/ui/input/TextField.styles.js.map +1 -0
- package/dist/ui/input/TextFieldElement.d.ts +7 -0
- package/dist/ui/input/TextFieldElement.d.ts.map +1 -0
- package/dist/ui/input/TextFieldElement.js +77 -0
- package/dist/ui/input/TextFieldElement.js.map +1 -0
- package/dist/ui/lib/AttributeConverters.d.ts +11 -0
- package/dist/ui/lib/AttributeConverters.d.ts.map +1 -0
- package/dist/ui/lib/AttributeConverters.js +24 -0
- package/dist/ui/lib/AttributeConverters.js.map +1 -0
- package/dist/ui/lib/ElementPositioning.d.ts +120 -0
- package/dist/ui/lib/ElementPositioning.d.ts.map +1 -0
- package/dist/ui/lib/ElementPositioning.js +206 -0
- package/dist/ui/lib/ElementPositioning.js.map +1 -0
- package/dist/ui/lib/ScrollHelper.d.ts +6 -0
- package/dist/ui/lib/ScrollHelper.d.ts.map +1 -0
- package/dist/ui/lib/ScrollHelper.js +34 -0
- package/dist/ui/lib/ScrollHelper.js.map +1 -0
- package/dist/ui/lib/disabled.d.ts +14 -0
- package/dist/ui/lib/disabled.d.ts.map +1 -0
- package/dist/ui/lib/disabled.js +35 -0
- package/dist/ui/lib/disabled.js.map +1 -0
- package/dist/ui/list/DividerElement.d.ts +25 -0
- package/dist/ui/list/DividerElement.d.ts.map +1 -0
- package/dist/ui/list/DividerElement.js +87 -0
- package/dist/ui/list/DividerElement.js.map +1 -0
- package/dist/ui/list/List.styles.d.ts +3 -0
- package/dist/ui/list/List.styles.d.ts.map +1 -0
- package/dist/ui/list/List.styles.js +16 -0
- package/dist/ui/list/List.styles.js.map +1 -0
- package/dist/ui/list/ListItem.styles.d.ts +3 -0
- package/dist/ui/list/ListItem.styles.d.ts.map +1 -0
- package/dist/ui/list/ListItem.styles.js +185 -0
- package/dist/ui/list/ListItem.styles.js.map +1 -0
- package/dist/ui/list/UiDropdownList.d.ts +117 -0
- package/dist/ui/list/UiDropdownList.d.ts.map +1 -0
- package/dist/ui/list/UiDropdownList.js +382 -0
- package/dist/ui/list/UiDropdownList.js.map +1 -0
- package/dist/ui/list/UiDropdownList.styles.d.ts +3 -0
- package/dist/ui/list/UiDropdownList.styles.d.ts.map +1 -0
- package/dist/ui/list/UiDropdownList.styles.js +45 -0
- package/dist/ui/list/UiDropdownList.styles.js.map +1 -0
- package/dist/ui/list/UiList.d.ts +73 -0
- package/dist/ui/list/UiList.d.ts.map +1 -0
- package/dist/ui/list/UiList.js +311 -0
- package/dist/ui/list/UiList.js.map +1 -0
- package/dist/ui/list/UiListItem.d.ts +74 -0
- package/dist/ui/list/UiListItem.d.ts.map +1 -0
- package/dist/ui/list/UiListItem.js +193 -0
- package/dist/ui/list/UiListItem.js.map +1 -0
- package/dist/ui/list/UiListbox.d.ts +22 -0
- package/dist/ui/list/UiListbox.d.ts.map +1 -0
- package/dist/ui/list/UiListbox.js +67 -0
- package/dist/ui/list/UiListbox.js.map +1 -0
- package/dist/ui/motion/animation.d.ts +65 -0
- package/dist/ui/motion/animation.d.ts.map +1 -0
- package/dist/ui/motion/animation.js +67 -0
- package/dist/ui/motion/animation.js.map +1 -0
- package/dist/ui/notification/SnackNotifications.d.ts +78 -0
- package/dist/ui/notification/SnackNotifications.d.ts.map +1 -0
- package/dist/ui/notification/SnackNotifications.js +124 -0
- package/dist/ui/notification/SnackNotifications.js.map +1 -0
- package/dist/ui/notification/Snackbar.d.ts +99 -0
- package/dist/ui/notification/Snackbar.d.ts.map +1 -0
- package/dist/ui/notification/Snackbar.js +222 -0
- package/dist/ui/notification/Snackbar.js.map +1 -0
- package/dist/ui/notification/Snackbar.styles.d.ts +3 -0
- package/dist/ui/notification/Snackbar.styles.d.ts.map +1 -0
- package/dist/ui/notification/Snackbar.styles.js +70 -0
- package/dist/ui/notification/Snackbar.styles.js.map +1 -0
- package/dist/ui/progress/Range.d.ts +45 -0
- package/dist/ui/progress/Range.d.ts.map +1 -0
- package/dist/ui/progress/Range.js +103 -0
- package/dist/ui/progress/Range.js.map +1 -0
- package/dist/ui/progress/UiProgress.d.ts +31 -0
- package/dist/ui/progress/UiProgress.d.ts.map +1 -0
- package/dist/ui/progress/UiProgress.js +113 -0
- package/dist/ui/progress/UiProgress.js.map +1 -0
- package/dist/ui/progress/UiProgress.styles.d.ts +3 -0
- package/dist/ui/progress/UiProgress.styles.d.ts.map +1 -0
- package/dist/ui/progress/UiProgress.styles.js +95 -0
- package/dist/ui/progress/UiProgress.styles.js.map +1 -0
- package/dist/ui/table/DataTable.d.ts +145 -0
- package/dist/ui/table/DataTable.d.ts.map +1 -0
- package/dist/ui/table/DataTable.js +629 -0
- package/dist/ui/table/DataTable.js.map +1 -0
- package/dist/ui/tabs/UiTab.d.ts +48 -0
- package/dist/ui/tabs/UiTab.d.ts.map +1 -0
- package/dist/ui/tabs/UiTab.js +176 -0
- package/dist/ui/tabs/UiTab.js.map +1 -0
- package/dist/ui/tabs/UiTab.styles.d.ts +3 -0
- package/dist/ui/tabs/UiTab.styles.d.ts.map +1 -0
- package/dist/ui/tabs/UiTab.styles.js +138 -0
- package/dist/ui/tabs/UiTab.styles.js.map +1 -0
- package/dist/ui/tabs/UiTabs.d.ts +93 -0
- package/dist/ui/tabs/UiTabs.d.ts.map +1 -0
- package/dist/ui/tabs/UiTabs.js +454 -0
- package/dist/ui/tabs/UiTabs.js.map +1 -0
- package/dist/ui/tabs/UiTabs.styles.d.ts +3 -0
- package/dist/ui/tabs/UiTabs.styles.d.ts.map +1 -0
- package/dist/ui/tabs/UiTabs.styles.js +70 -0
- package/dist/ui/tabs/UiTabs.styles.js.map +1 -0
- package/dist/visualization/elements/VizAssociationElement.d.ts +4 -0
- package/dist/visualization/elements/VizAssociationElement.d.ts.map +1 -0
- package/dist/visualization/elements/VizAssociationElement.js +4 -0
- package/dist/visualization/elements/VizAssociationElement.js.map +1 -0
- package/dist/visualization/elements/VizWorkspaceElement.d.ts +121 -0
- package/dist/visualization/elements/VizWorkspaceElement.d.ts.map +1 -0
- package/dist/visualization/elements/VizWorkspaceElement.js +342 -0
- package/dist/visualization/elements/VizWorkspaceElement.js.map +1 -0
- package/dist/visualization/elements/WorkspaceStyles.d.ts +3 -0
- package/dist/visualization/elements/WorkspaceStyles.d.ts.map +1 -0
- package/dist/visualization/elements/WorkspaceStyles.js +168 -0
- package/dist/visualization/elements/WorkspaceStyles.js.map +1 -0
- package/dist/visualization/lib/AnchorFinder.d.ts +64 -0
- package/dist/visualization/lib/AnchorFinder.d.ts.map +1 -0
- package/dist/visualization/lib/AnchorFinder.js +107 -0
- package/dist/visualization/lib/AnchorFinder.js.map +1 -0
- package/dist/visualization/lib/AnchorUtils.d.ts +10 -0
- package/dist/visualization/lib/AnchorUtils.d.ts.map +1 -0
- package/dist/visualization/lib/AnchorUtils.js +44 -0
- package/dist/visualization/lib/AnchorUtils.js.map +1 -0
- package/dist/visualization/lib/AssociationAnchors.d.ts +134 -0
- package/dist/visualization/lib/AssociationAnchors.d.ts.map +1 -0
- package/dist/visualization/lib/AssociationAnchors.js +352 -0
- package/dist/visualization/lib/AssociationAnchors.js.map +1 -0
- package/dist/visualization/lib/LabelSketch.d.ts +16 -0
- package/dist/visualization/lib/LabelSketch.d.ts.map +1 -0
- package/dist/visualization/lib/LabelSketch.js +50 -0
- package/dist/visualization/lib/LabelSketch.js.map +1 -0
- package/dist/visualization/lib/LineSketch.d.ts +26 -0
- package/dist/visualization/lib/LineSketch.d.ts.map +1 -0
- package/dist/visualization/lib/LineSketch.js +54 -0
- package/dist/visualization/lib/LineSketch.js.map +1 -0
- package/dist/visualization/lib/Point.d.ts +74 -0
- package/dist/visualization/lib/Point.d.ts.map +1 -0
- package/dist/visualization/lib/Point.js +121 -0
- package/dist/visualization/lib/Point.js.map +1 -0
- package/dist/visualization/lib/PositionUtils.d.ts +69 -0
- package/dist/visualization/lib/PositionUtils.d.ts.map +1 -0
- package/dist/visualization/lib/PositionUtils.js +193 -0
- package/dist/visualization/lib/PositionUtils.js.map +1 -0
- package/dist/visualization/lib/SelectionManager.d.ts +183 -0
- package/dist/visualization/lib/SelectionManager.d.ts.map +1 -0
- package/dist/visualization/lib/SelectionManager.js +481 -0
- package/dist/visualization/lib/SelectionManager.js.map +1 -0
- package/dist/visualization/lib/ShapeArtist.d.ts +45 -0
- package/dist/visualization/lib/ShapeArtist.d.ts.map +1 -0
- package/dist/visualization/lib/ShapeArtist.js +203 -0
- package/dist/visualization/lib/ShapeArtist.js.map +1 -0
- package/dist/visualization/lib/SvgMarkers.d.ts +14 -0
- package/dist/visualization/lib/SvgMarkers.d.ts.map +1 -0
- package/dist/visualization/lib/SvgMarkers.js +77 -0
- package/dist/visualization/lib/SvgMarkers.js.map +1 -0
- package/dist/visualization/lib/TipSketch.d.ts +26 -0
- package/dist/visualization/lib/TipSketch.d.ts.map +1 -0
- package/dist/visualization/lib/TipSketch.js +76 -0
- package/dist/visualization/lib/TipSketch.js.map +1 -0
- package/dist/visualization/lib/TouchSupport.d.ts +14 -0
- package/dist/visualization/lib/TouchSupport.d.ts.map +1 -0
- package/dist/visualization/lib/TouchSupport.js +55 -0
- package/dist/visualization/lib/TouchSupport.js.map +1 -0
- package/dist/visualization/lib/Utils.d.ts +25 -0
- package/dist/visualization/lib/Utils.d.ts.map +1 -0
- package/dist/visualization/lib/Utils.js +57 -0
- package/dist/visualization/lib/Utils.js.map +1 -0
- package/dist/visualization/lib/VisualizationTypes.d.ts +216 -0
- package/dist/visualization/lib/VisualizationTypes.d.ts.map +1 -0
- package/dist/visualization/lib/VisualizationTypes.js +3 -0
- package/dist/visualization/lib/VisualizationTypes.js.map +1 -0
- package/dist/visualization/lib/WorkspaceAlignment.d.ts +51 -0
- package/dist/visualization/lib/WorkspaceAlignment.d.ts.map +1 -0
- package/dist/visualization/lib/WorkspaceAlignment.js +243 -0
- package/dist/visualization/lib/WorkspaceAlignment.js.map +1 -0
- package/dist/visualization/lib/WorkspaceDebugging.d.ts +104 -0
- package/dist/visualization/lib/WorkspaceDebugging.d.ts.map +1 -0
- package/dist/visualization/lib/WorkspaceDebugging.js +286 -0
- package/dist/visualization/lib/WorkspaceDebugging.js.map +1 -0
- package/dist/visualization/lib/WorkspaceEdges.d.ts +293 -0
- package/dist/visualization/lib/WorkspaceEdges.d.ts.map +1 -0
- package/dist/visualization/lib/WorkspaceEdges.js +1071 -0
- package/dist/visualization/lib/WorkspaceEdges.js.map +1 -0
- package/dist/visualization/lib/WorkspaceGestures.d.ts +119 -0
- package/dist/visualization/lib/WorkspaceGestures.d.ts.map +1 -0
- package/dist/visualization/lib/WorkspaceGestures.js +380 -0
- package/dist/visualization/lib/WorkspaceGestures.js.map +1 -0
- package/dist/visualization/lib/WorkspaceSizing.d.ts +66 -0
- package/dist/visualization/lib/WorkspaceSizing.d.ts.map +1 -0
- package/dist/visualization/lib/WorkspaceSizing.js +168 -0
- package/dist/visualization/lib/WorkspaceSizing.js.map +1 -0
- package/dist/visualization/lib/lines/RectilinearLine.d.ts +114 -0
- package/dist/visualization/lib/lines/RectilinearLine.d.ts.map +1 -0
- package/dist/visualization/lib/lines/RectilinearLine.js +606 -0
- package/dist/visualization/lib/lines/RectilinearLine.js.map +1 -0
- package/dist/visualization/lib/tips/RectilinearTip.d.ts +26 -0
- package/dist/visualization/lib/tips/RectilinearTip.d.ts.map +1 -0
- package/dist/visualization/lib/tips/RectilinearTip.js +146 -0
- package/dist/visualization/lib/tips/RectilinearTip.js.map +1 -0
- package/dist/visualization/lib/tips/TipArtist.d.ts +22 -0
- package/dist/visualization/lib/tips/TipArtist.d.ts.map +1 -0
- package/dist/visualization/lib/tips/TipArtist.js +33 -0
- package/dist/visualization/lib/tips/TipArtist.js.map +1 -0
- package/dist/visualization/lib/types.d.ts +163 -0
- package/dist/visualization/lib/types.d.ts.map +1 -0
- package/dist/visualization/lib/types.js +2 -0
- package/dist/visualization/lib/types.js.map +1 -0
- package/dist/visualization/plugin/dnd/DragAndDropPlugin.d.ts +126 -0
- package/dist/visualization/plugin/dnd/DragAndDropPlugin.d.ts.map +1 -0
- package/dist/visualization/plugin/dnd/DragAndDropPlugin.js +263 -0
- package/dist/visualization/plugin/dnd/DragAndDropPlugin.js.map +1 -0
- package/dist/visualization/plugin/group-selection/GroupSelection.d.ts +93 -0
- package/dist/visualization/plugin/group-selection/GroupSelection.d.ts.map +1 -0
- package/dist/visualization/plugin/group-selection/GroupSelection.js +253 -0
- package/dist/visualization/plugin/group-selection/GroupSelection.js.map +1 -0
- package/dist/visualization/plugin/positioning/DataModelLayout.d.ts +10 -0
- package/dist/visualization/plugin/positioning/DataModelLayout.d.ts.map +1 -0
- package/dist/visualization/plugin/positioning/DataModelLayout.js +105 -0
- package/dist/visualization/plugin/positioning/DataModelLayout.js.map +1 -0
- package/dist/visualization/plugin/positioning/WorkspaceLayout.d.ts +92 -0
- package/dist/visualization/plugin/positioning/WorkspaceLayout.d.ts.map +1 -0
- package/dist/visualization/plugin/positioning/WorkspaceLayout.js +101 -0
- package/dist/visualization/plugin/positioning/WorkspaceLayout.js.map +1 -0
- package/package.json +101 -0
- package/src/amf/lib/AmfInputParser.ts +202 -0
- package/src/amf/lib/AmfParameters.ts +751 -0
- package/src/amf/lib/AmfSecurity.ts +47 -0
- package/src/amf/lib/InputCache.ts +96 -0
- package/src/amf/lib/Oauth2RamlCustomData.ts +244 -0
- package/src/amf/lib/PayloadUtils.ts +82 -0
- package/src/amf/lib/QueryParameterProcessor.ts +170 -0
- package/src/amf/lib/UrlUtils.ts +217 -0
- package/src/amf/lib/Utils.ts +212 -0
- package/src/amf/lib/navigation-layout/ApiSorting.ts +19 -0
- package/src/amf/lib/navigation-layout/EndpointsTree.ts +196 -0
- package/src/amf/lib/navigation-layout/NaturalTree.ts +101 -0
- package/src/amf/plugins/ApiNavigationCommands.ts +73 -0
- package/src/amf/plugins/ApiNavigationContextMenu.ts +39 -0
- package/src/amf/store/AmfGraphStore.ts +68 -0
- package/src/amf/store/AmfStore.ts +199 -0
- package/src/amf/store/DomEventsAmfStore.ts +6 -0
- package/src/amf/store/InMemAmfGraphStore.ts +608 -0
- package/src/amf/store/Readme.md +40 -0
- package/src/amf/store/mixins/AmfStoreDomEventsMixin.ts +131 -0
- package/src/amf/types.ts +352 -0
- package/src/bindings/base/ConfigurationBindings.ts +340 -0
- package/src/bindings/base/FileBindings.ts +186 -0
- package/src/bindings/base/HttpClientStoreBindings.ts +152 -0
- package/src/bindings/base/IoThread.ts +132 -0
- package/src/bindings/base/NavigationBindings.ts +116 -0
- package/src/bindings/base/PlatformBindings.ts +236 -0
- package/src/bindings/base/ProxyBindings.ts +65 -0
- package/src/bindings/base/SharedWorkerThread.ts +36 -0
- package/src/bindings/base/StoreBindings.ts +949 -0
- package/src/bindings/web/WebConfigurationBindings.ts +99 -0
- package/src/bindings/web/WebFileBindings.ts +93 -0
- package/src/bindings/web/WebHttpClientStoreBindings.ts +89 -0
- package/src/bindings/web/WebNavigationBindings.ts +81 -0
- package/src/bindings/web/WebProxyBindings.ts +116 -0
- package/src/bindings/web/WebStoreBindings.ts +65 -0
- package/src/code-snippets/Bash/CurlSnippet.ts +38 -0
- package/src/code-snippets/C/CcurlSnippet.ts +59 -0
- package/src/code-snippets/CodeSnippet.ts +113 -0
- package/src/code-snippets/Dart/DartSnippet.ts +51 -0
- package/src/code-snippets/HTTP/RawSnippet.ts +45 -0
- package/src/code-snippets/Java/PlatformSnippet.ts +69 -0
- package/src/code-snippets/Java/SpringSnippet.ts +64 -0
- package/src/code-snippets/JavaScript/AsyncFetchSnippet.ts +70 -0
- package/src/code-snippets/JavaScript/AxiosSnippet.ts +49 -0
- package/src/code-snippets/JavaScript/FetchSnippet.ts +69 -0
- package/src/code-snippets/JavaScript/NodeSnippet.ts +70 -0
- package/src/code-snippets/JavaScript/XhrSnippet.ts +45 -0
- package/src/code-snippets/JavaScript/jQuerySnippet.ts +39 -0
- package/src/code-snippets/Python/Python27Snippet.ts +87 -0
- package/src/code-snippets/Python/Python31Snippet.ts +88 -0
- package/src/code-snippets/Python/RequestsSnippet.ts +80 -0
- package/src/contextual-menu/ContextualMenu.ts +399 -0
- package/src/contextual-menu/ContextualMenuElement.ts +509 -0
- package/src/contextual-menu/IdGenerator.ts +6 -0
- package/src/contextual-menu/MenuElementStyles.ts +72 -0
- package/src/contextual-menu/MenuItem.ts +188 -0
- package/src/contextual-menu/types.ts +271 -0
- package/src/define/amf/api-annotation-document.ts +14 -0
- package/src/define/amf/api-authorization-editor.ts +14 -0
- package/src/define/amf/api-channel-document.ts +14 -0
- package/src/define/amf/api-documentation-document.ts +14 -0
- package/src/define/amf/api-documentation.ts +14 -0
- package/src/define/amf/api-navigation.ts +14 -0
- package/src/define/amf/api-operation-document.ts +14 -0
- package/src/define/amf/api-parameter-document.ts +14 -0
- package/src/define/amf/api-parametrized-security-scheme.ts +14 -0
- package/src/define/amf/api-payload-document.ts +14 -0
- package/src/define/amf/api-request-document.ts +14 -0
- package/src/define/amf/api-request-editor.ts +14 -0
- package/src/define/amf/api-request.ts +14 -0
- package/src/define/amf/api-resource-document.ts +14 -0
- package/src/define/amf/api-response-document.ts +14 -0
- package/src/define/amf/api-schema-document.ts +14 -0
- package/src/define/amf/api-security-document.ts +14 -0
- package/src/define/amf/api-security-requirement-document.ts +14 -0
- package/src/define/amf/api-server-picker.ts +14 -0
- package/src/define/amf/api-summary.ts +14 -0
- package/src/define/amf/authorization/amf-apikey-authorization.ts +15 -0
- package/src/define/amf/authorization/amf-basic-authorization.ts +15 -0
- package/src/define/amf/authorization/amf-bearer-authorization.ts +15 -0
- package/src/define/amf/authorization/amf-oauth2-authorization.ts +18 -0
- package/src/define/amf/authorization/amf-oidc-authorization.ts +18 -0
- package/src/define/amf/authorization/amf-passthrough-authorization.ts +15 -0
- package/src/define/amf/authorization/amf-ramlcustom-authorization.ts +15 -0
- package/src/define/app-navigation-item.ts +9 -0
- package/src/define/authorization/apikey-authorization.ts +14 -0
- package/src/define/authorization/basic-authorization.ts +14 -0
- package/src/define/authorization/bearer-authorization.ts +14 -0
- package/src/define/authorization/cc-authorization.ts +16 -0
- package/src/define/authorization/ntlm-authorization.ts +14 -0
- package/src/define/authorization/oauth2-authorization.ts +17 -0
- package/src/define/authorization/oauth2-authorize.ts +12 -0
- package/src/define/authorization/oidc-authorization.ts +17 -0
- package/src/define/authorization/oidc-authorize.ts +12 -0
- package/src/define/contextual-menu/contextual-menu.ts +15 -0
- package/src/define/data/data-association-form.ts +9 -0
- package/src/define/data/data-entity-editor.ts +9 -0
- package/src/define/data/data-entity-form.ts +9 -0
- package/src/define/data/data-model-visualization.ts +9 -0
- package/src/define/data/data-property-form.ts +9 -0
- package/src/define/data/data-schema-document.ts +9 -0
- package/src/define/dialog/confirm-delete-dialog.ts +15 -0
- package/src/define/dialog/rename-dialog.ts +15 -0
- package/src/define/environment/environment-editor.ts +9 -0
- package/src/define/environment/server-editor.ts +9 -0
- package/src/define/environment/variables-editor.ts +10 -0
- package/src/define/files/share-file.ts +15 -0
- package/src/define/har/har-viewer.ts +14 -0
- package/src/define/highlight/marked-highlight.ts +14 -0
- package/src/define/highlight/prism-highlight.ts +15 -0
- package/src/define/http/http-assertions.ts +15 -0
- package/src/define/http/http-body-editor.ts +14 -0
- package/src/define/http/http-body-multipart-editor.ts +14 -0
- package/src/define/http/http-body-text-editor.ts +15 -0
- package/src/define/http/http-body-urlencoded-editor.ts +14 -0
- package/src/define/http/http-headers-form.ts +14 -0
- package/src/define/http/http-log-body.ts +14 -0
- package/src/define/http/http-log-headers.ts +14 -0
- package/src/define/http/http-log-timings.ts +14 -0
- package/src/define/http/http-request-config.ts +15 -0
- package/src/define/http/http-request-editor.ts +17 -0
- package/src/define/http/http-request-log.ts +14 -0
- package/src/define/http/http-snippets.ts +14 -0
- package/src/define/http/http-url-input.ts +14 -0
- package/src/define/http/http-url-params-form.ts +14 -0
- package/src/define/http-project/http-project-request-history.ts +14 -0
- package/src/define/http-project/http-project-request.ts +26 -0
- package/src/define/http-project/project-navigation.ts +14 -0
- package/src/define/http-project/project-run-report.ts +14 -0
- package/src/define/http-project/project-runner-navigation.ts +9 -0
- package/src/define/http-project/project-runner.ts +22 -0
- package/src/define/layout/layout-panel.ts +9 -0
- package/src/define/layout/split-view.ts +14 -0
- package/src/define/schema-design/schema-design-navigation.ts +14 -0
- package/src/define/schema-design/schema-namespace-selector.ts +14 -0
- package/src/define/ui/ui-button.ts +14 -0
- package/src/define/ui/ui-checkbox.ts +9 -0
- package/src/define/ui/ui-chip.ts +14 -0
- package/src/define/ui/ui-collapse.ts +14 -0
- package/src/define/ui/ui-date-time.ts +13 -0
- package/src/define/ui/ui-dialog.ts +14 -0
- package/src/define/ui/ui-divider.ts +9 -0
- package/src/define/ui/ui-dropdown-list.ts +14 -0
- package/src/define/ui/ui-icon-button.ts +14 -0
- package/src/define/ui/ui-icon.ts +14 -0
- package/src/define/ui/ui-list-item.ts +14 -0
- package/src/define/ui/ui-list.ts +14 -0
- package/src/define/ui/ui-listbox.ts +14 -0
- package/src/define/ui/ui-progress.ts +14 -0
- package/src/define/ui/ui-radio.ts +9 -0
- package/src/define/ui/ui-ripple.ts +9 -0
- package/src/define/ui/ui-segmented-button-set.ts +14 -0
- package/src/define/ui/ui-segmented-button.ts +14 -0
- package/src/define/ui/ui-snackbar.ts +14 -0
- package/src/define/ui/ui-switch.ts +9 -0
- package/src/define/ui/ui-tab.ts +14 -0
- package/src/define/ui/ui-tabs.ts +14 -0
- package/src/define/ui/ui-text-area.ts +9 -0
- package/src/define/ui/ui-text-field.ts +9 -0
- package/src/define/user/user-avatar.ts +9 -0
- package/src/define/visualization/viz-association.ts +9 -0
- package/src/define/visualization/viz-workspace.ts +9 -0
- package/src/directives/data-attr.ts +68 -0
- package/src/directives/if-property.ts +38 -0
- package/src/elements/ApiElement.ts +21 -0
- package/src/elements/amf/ApiAnnotationDocument.element.ts +179 -0
- package/src/elements/amf/ApiAnnotationDocument.styles.ts +52 -0
- package/src/elements/amf/ApiAuthorizationEditor.element.ts +357 -0
- package/src/elements/amf/ApiAuthorizationEditor.styles.ts +25 -0
- package/src/elements/amf/ApiChannelDocument.element.ts +89 -0
- package/src/elements/amf/ApiDocumentation.element.ts +646 -0
- package/src/elements/amf/ApiDocumentation.styles.ts +11 -0
- package/src/elements/amf/ApiDocumentationBase.ts +302 -0
- package/src/elements/amf/ApiDocumentationDocument.element.ts +89 -0
- package/src/elements/amf/ApiDocumentationDocument.styles.ts +30 -0
- package/src/elements/amf/ApiNavigation.element.ts +2320 -0
- package/src/elements/amf/ApiNavigation.styles.ts +162 -0
- package/src/elements/amf/ApiOperationDocument.element.ts +976 -0
- package/src/elements/amf/ApiOperationDocument.styles.ts +66 -0
- package/src/elements/amf/ApiParameterDocument.element.ts +109 -0
- package/src/elements/amf/ApiParameterDocument.styles.ts +12 -0
- package/src/elements/amf/ApiParametrizedSecurityScheme.element.ts +64 -0
- package/src/elements/amf/ApiParametrizedSecurityScheme.styles.ts +7 -0
- package/src/elements/amf/ApiPayloadDocument.element.ts +127 -0
- package/src/elements/amf/ApiPayloadDocument.styles.ts +14 -0
- package/src/elements/amf/ApiRequest.element.ts +262 -0
- package/src/elements/amf/ApiRequest.styles.ts +11 -0
- package/src/elements/amf/ApiRequestDocument.element.ts +378 -0
- package/src/elements/amf/ApiRequestDocument.styles.ts +11 -0
- package/src/elements/amf/ApiRequestEditor.element.ts +1777 -0
- package/src/elements/amf/ApiRequestEditor.styles.ts +158 -0
- package/src/elements/amf/ApiResourceDocument.element.ts +682 -0
- package/src/elements/amf/ApiResourceDocument.styles.ts +94 -0
- package/src/elements/amf/ApiResponseDocument.element.ts +287 -0
- package/src/elements/amf/ApiResponseDocument.styles.ts +40 -0
- package/src/elements/amf/ApiSchemaDocument.element.ts +822 -0
- package/src/elements/amf/ApiSchemaDocument.styles.ts +37 -0
- package/src/elements/amf/ApiSecurityDocument.element.ts +607 -0
- package/src/elements/amf/ApiSecurityDocument.styles.ts +88 -0
- package/src/elements/amf/ApiSecurityRequirementDocument.element.ts +70 -0
- package/src/elements/amf/ApiSecurityRequirementDocument.styles.ts +7 -0
- package/src/elements/amf/ApiServerPicker.element.ts +693 -0
- package/src/elements/amf/ApiServerPicker.styles.ts +24 -0
- package/src/elements/amf/ApiSummary.element.ts +391 -0
- package/src/elements/amf/ApiSummary.styles.ts +188 -0
- package/src/elements/amf/SchemaCommonTemplates.ts +532 -0
- package/src/elements/amf/authorization/AmfApiKey.ts +243 -0
- package/src/elements/amf/authorization/AmfBasic.ts +72 -0
- package/src/elements/amf/authorization/AmfBearer.ts +58 -0
- package/src/elements/amf/authorization/AmfOauth2.ts +792 -0
- package/src/elements/amf/authorization/AmfOidc.ts +59 -0
- package/src/elements/amf/authorization/AmfPassThrough.ts +256 -0
- package/src/elements/amf/authorization/AmfRamlCustom.ts +289 -0
- package/src/elements/amf/authorization/Authorization.styles.ts +40 -0
- package/src/elements/amf/styles/AuthorizationMethod.ts +46 -0
- package/src/elements/amf/styles/Common.ts +159 -0
- package/src/elements/amf/styles/SchemaCommon.ts +397 -0
- package/src/elements/authorization/AuthLabels.ts +15 -0
- package/src/elements/authorization/OAuth2Authorize.ts +70 -0
- package/src/elements/authorization/OidcAuthorize.ts +67 -0
- package/src/elements/authorization/Utils.ts +16 -0
- package/src/elements/authorization/types.ts +34 -0
- package/src/elements/authorization/ui/ApiKeyAuthorization.ts +185 -0
- package/src/elements/authorization/ui/Authorization.styles.ts +71 -0
- package/src/elements/authorization/ui/Authorization.ts +160 -0
- package/src/elements/authorization/ui/BasicAuthorization.ts +112 -0
- package/src/elements/authorization/ui/BearerAuthorization.ts +82 -0
- package/src/elements/authorization/ui/CC.styles.ts +19 -0
- package/src/elements/authorization/ui/CcAuthorization.ts +209 -0
- package/src/elements/authorization/ui/NtlmAuthorization.ts +131 -0
- package/src/elements/authorization/ui/OAuth2Authorization.ts +1323 -0
- package/src/elements/authorization/ui/Oauth2Authorization.styles.ts +66 -0
- package/src/elements/authorization/ui/OidcAuthorization.ts +589 -0
- package/src/elements/code/HttpSnippets.styles.ts +16 -0
- package/src/elements/code/HttpSnippets.ts +304 -0
- package/src/elements/dialog/ConfirmDelete.styles.ts +27 -0
- package/src/elements/dialog/ConfirmDelete.ts +127 -0
- package/src/elements/dialog/Rename.styles.ts +27 -0
- package/src/elements/dialog/Rename.ts +127 -0
- package/src/elements/environment/EnvironmentEditor.styles.ts +76 -0
- package/src/elements/environment/EnvironmentEditor.ts +479 -0
- package/src/elements/environment/ServerEditor.styles.ts +69 -0
- package/src/elements/environment/ServerEditor.ts +231 -0
- package/src/elements/environment/VariablesEditor.styles.ts +196 -0
- package/src/elements/environment/VariablesEditor.ts +382 -0
- package/src/elements/files/ShareFile.styles.ts +133 -0
- package/src/elements/files/ShareFile.ts +948 -0
- package/src/elements/har/HarUtils.ts +22 -0
- package/src/elements/har/HarViewer.styles.ts +153 -0
- package/src/elements/har/HarViewer.ts +879 -0
- package/src/elements/highlight/MarkdownStyles.ts +457 -0
- package/src/elements/highlight/MarkedHighlight.styles.ts +8 -0
- package/src/elements/highlight/MarkedHighlight.ts +359 -0
- package/src/elements/highlight/Prism.styles.ts +147 -0
- package/src/elements/highlight/PrismAutoDetect.ts +98 -0
- package/src/elements/highlight/PrismHighlight.styles.ts +29 -0
- package/src/elements/highlight/PrismHighlight.ts +167 -0
- package/src/elements/highlight/PrismHighlighter.ts +105 -0
- package/src/elements/http/BodyEditor.styles.ts +85 -0
- package/src/elements/http/BodyEditor.ts +879 -0
- package/src/elements/http/BodyMultipartEditor.styles.ts +155 -0
- package/src/elements/http/BodyMultipartEditor.ts +689 -0
- package/src/elements/http/BodyTextEditor.styles.ts +38 -0
- package/src/elements/http/BodyTextEditor.ts +387 -0
- package/src/elements/http/BodyUrlEncodedEditor.styles.ts +131 -0
- package/src/elements/http/BodyUrlEncodedEditor.ts +396 -0
- package/src/elements/http/HeadersForm.styles.ts +134 -0
- package/src/elements/http/HeadersForm.ts +552 -0
- package/src/elements/http/HttpAssertions.styles.ts +174 -0
- package/src/elements/http/HttpAssertions.ts +1187 -0
- package/src/elements/http/HttpLabelColors.ts +63 -0
- package/src/elements/http/HttpLabelStyles.ts +13 -0
- package/src/elements/http/HttpStatus.ts +75 -0
- package/src/elements/http/LogBody.styles.ts +106 -0
- package/src/elements/http/LogBody.ts +508 -0
- package/src/elements/http/LogHeaders.styles.ts +112 -0
- package/src/elements/http/LogHeaders.ts +653 -0
- package/src/elements/http/LogTimings.styles.ts +163 -0
- package/src/elements/http/LogTimings.ts +166 -0
- package/src/elements/http/RequestAuth.template.ts +194 -0
- package/src/elements/http/RequestConfigElement.styles.ts +15 -0
- package/src/elements/http/RequestConfigElement.ts +300 -0
- package/src/elements/http/RequestEditor.styles.ts +72 -0
- package/src/elements/http/RequestEditor.ts +1176 -0
- package/src/elements/http/RequestLog.styles.ts +104 -0
- package/src/elements/http/RequestLog.ts +406 -0
- package/src/elements/http/UrlEncodeUtils.ts +298 -0
- package/src/elements/http/UrlInput.styles.ts +86 -0
- package/src/elements/http/UrlInput.ts +465 -0
- package/src/elements/http/UrlParamsForm.styles.ts +133 -0
- package/src/elements/http/UrlParamsForm.ts +420 -0
- package/src/elements/http/internals.ts +151 -0
- package/src/elements/layout/LayoutManager.ts +930 -0
- package/src/elements/layout/LayoutPanelElement.ts +651 -0
- package/src/elements/layout/SplitItem.ts +232 -0
- package/src/elements/layout/SplitLayout.ts +725 -0
- package/src/elements/layout/SplitPanel.ts +579 -0
- package/src/elements/layout/SplitView.styles.ts +185 -0
- package/src/elements/layout/SplitView.ts +473 -0
- package/src/elements/layout/type.ts +142 -0
- package/src/elements/navigation/AppNavigation.styles.ts +205 -0
- package/src/elements/navigation/AppNavigationElement.ts +876 -0
- package/src/elements/navigation/AppNavigationItem.styles.ts +133 -0
- package/src/elements/navigation/AppNavigationItemElement.ts +133 -0
- package/src/elements/project/HttpProjectRequest.styles.ts +19 -0
- package/src/elements/project/HttpProjectRequest.ts +433 -0
- package/src/elements/project/HttpProjectRequestHistory.styles.ts +70 -0
- package/src/elements/project/HttpProjectRequestHistory.ts +608 -0
- package/src/elements/project/ProjectNavigation.styles.ts +25 -0
- package/src/elements/project/ProjectNavigation.ts +164 -0
- package/src/elements/project/ProjectRunReport.styles.ts +147 -0
- package/src/elements/project/ProjectRunReport.ts +451 -0
- package/src/elements/project/ProjectRunner.styles.ts +39 -0
- package/src/elements/project/ProjectRunner.ts +562 -0
- package/src/elements/project/ProjectRunnerNavigationElement.ts +46 -0
- package/src/elements/schema-design/AssociationFormElement.ts +129 -0
- package/src/elements/schema-design/CommonStyles.ts +63 -0
- package/src/elements/schema-design/DataEntityEditorElement.ts +383 -0
- package/src/elements/schema-design/DataModelVisualizationElement.ts +398 -0
- package/src/elements/schema-design/DataSchemaDocument.ts +906 -0
- package/src/elements/schema-design/EntityFormElement.ts +288 -0
- package/src/elements/schema-design/PropertyFormElement.ts +593 -0
- package/src/elements/schema-design/SchemaDesignNavigation.styles.ts +33 -0
- package/src/elements/schema-design/SchemaDesignNavigation.ts +154 -0
- package/src/elements/schema-design/SchemaNamespaceSelector.styles.ts +28 -0
- package/src/elements/schema-design/SchemaNamespaceSelector.ts +77 -0
- package/src/elements/schema-design/schemaCommon.ts +384 -0
- package/src/elements/theme.ts +59 -0
- package/src/elements/user/UserAvatarElement.ts +138 -0
- package/src/events/BroadcastUiEvents.ts +12 -0
- package/src/events/ConfigEvents.ts +376 -0
- package/src/events/EventTypes.ts +200 -0
- package/src/events/Events.ts +17 -0
- package/src/events/HttpClientEvents.ts +219 -0
- package/src/events/HttpEvents.ts +65 -0
- package/src/events/HttpProjectEvents.ts +114 -0
- package/src/events/NavigationEvents.ts +127 -0
- package/src/events/SchemaDesignEvents.ts +38 -0
- package/src/events/StoreEvents.ts +705 -0
- package/src/events/amf/ApiEvents.ts +47 -0
- package/src/events/amf/BaseEvents.ts +99 -0
- package/src/events/amf/DocumentationEvents.ts +29 -0
- package/src/events/amf/EndpointEvents.ts +37 -0
- package/src/events/amf/EventTypes.ts +64 -0
- package/src/events/amf/Events.ts +39 -0
- package/src/events/amf/NavigationEvents.ts +78 -0
- package/src/events/amf/OperationEvents.ts +29 -0
- package/src/events/amf/PayloadEvents.ts +18 -0
- package/src/events/amf/ReportingEvents.ts +28 -0
- package/src/events/amf/RequestEvents.ts +17 -0
- package/src/events/amf/ResponseEvents.ts +18 -0
- package/src/events/amf/SecurityEvents.ts +56 -0
- package/src/events/amf/ServerEvents.ts +89 -0
- package/src/events/amf/StoreEvents.ts +16 -0
- package/src/events/amf/TelemetryEvents.ts +108 -0
- package/src/events/amf/TypeEvents.ts +27 -0
- package/src/events/http-client/models/CertificatesEvents.ts +51 -0
- package/src/http-client/docs/Files.md +28 -0
- package/src/http-client/idb/Arc18DataUpgrade.ts +245 -0
- package/src/http-client/idb/AuthDataModel.ts +175 -0
- package/src/http-client/idb/Base.ts +691 -0
- package/src/http-client/idb/HostsModel.ts +125 -0
- package/src/http-client/idb/LegacyBodyProcessor.ts +314 -0
- package/src/http-client/idb/LegacyMockedStore.ts +544 -0
- package/src/http-client/idb/MockedStore.ts +8 -0
- package/src/http-client/store/Cursor.ts +32 -0
- package/src/http-client/store/DataImportProcessor.ts +197 -0
- package/src/http-client/store/HttpClientIdbDatabase.ts +191 -0
- package/src/http-client/store/HttpClientPersistance.ts +21 -0
- package/src/http-client/store/HttpClientStore.ts +21 -0
- package/src/http-client/store/IdbThread.ts +45 -0
- package/src/http-client/store/State.ts +20 -0
- package/src/http-client/store/StoreBroadcast.ts +85 -0
- package/src/http-client/store/Validator.ts +33 -0
- package/src/http-client/store/idb/IdbProjectUi.ts +93 -0
- package/src/http-client/store/idb/IdbStore.ts +76 -0
- package/src/http-client/store/idb/IdbUrlHistory.ts +95 -0
- package/src/http-client/store/idb/IdbWsHistory.ts +95 -0
- package/src/http-client/store/stores/ProjectUi.ts +53 -0
- package/src/http-client/store/stores/Store.ts +17 -0
- package/src/http-client/store/stores/UrlHistory.ts +36 -0
- package/src/http-client/store/stores/WsHistory.ts +35 -0
- package/src/http-client/store/types.ts +82 -0
- package/src/index.ts +73 -0
- package/src/lib/3rd-party/md5.ts +14 -0
- package/src/lib/Random.ts +9 -0
- package/src/lib/ResizableElements.ts +483 -0
- package/src/lib/SupportedPlatform.ts +28 -0
- package/src/lib/chart/HttpHistoryChart.ts +348 -0
- package/src/lib/color/ColorConverter.ts +42 -0
- package/src/lib/config/Config.ts +76 -0
- package/src/lib/decorators/query.ts +45 -0
- package/src/lib/decorators/reactive.ts +35 -0
- package/src/lib/decorators.ts +2 -0
- package/src/lib/environments/Utils.ts +19 -0
- package/src/lib/http/Har.ts +227 -0
- package/src/lib/http/HeadersArray.ts +39 -0
- package/src/lib/http/Payload.ts +141 -0
- package/src/lib/http/Url.ts +29 -0
- package/src/lib/math/MissingIndexes.ts +22 -0
- package/src/lib/route.ts +28 -0
- package/src/lib/time/Conversion.ts +55 -0
- package/src/mixins/FileDropMixin.ts +146 -0
- package/src/mixins/RenderableMixin.ts +224 -0
- package/src/mixins/RouteMixin.ts +191 -0
- package/src/monaco/Monaco.styles.ts +3981 -0
- package/src/monaco/helper.ts +24 -0
- package/src/monaco/loader.ts +108 -0
- package/src/monaco/theme.ts +93 -0
- package/src/monaco/types.ts +5 -0
- package/src/pages/ApplicationScreen.ts +564 -0
- package/src/pages/api-client/ApiClient.screen.ts +742 -0
- package/src/pages/api-client/ApiClient.styles.ts +278 -0
- package/src/pages/api-client/AppInfo.ts +7 -0
- package/src/pages/api-client/Authenticate.screen.ts +154 -0
- package/src/pages/api-client/Authenticate.styles.ts +48 -0
- package/src/pages/api-client/StoreConfig.screen.ts +809 -0
- package/src/pages/api-client/StoreConfig.styles.ts +128 -0
- package/src/pages/api-client/Telemetry.screen.ts +144 -0
- package/src/pages/api-client/Telemetry.styles.ts +61 -0
- package/src/pages/api-client/pages/Files.page.ts +1065 -0
- package/src/pages/api-client/pages/Settings.page.ts +147 -0
- package/src/pages/api-client/pages/Shared.page.ts +83 -0
- package/src/pages/api-client/pages/Trash.page.ts +363 -0
- package/src/pages/demo/DemoPage.ts +153 -0
- package/src/pages/demo/DemoStyles.ts +64 -0
- package/src/pages/http-project/AppInfo.ts +7 -0
- package/src/pages/http-project/HttpClientCommands.ts +509 -0
- package/src/pages/http-project/HttpClientContextMenu.ts +90 -0
- package/src/pages/http-project/HttpProject.screen.ts +860 -0
- package/src/pages/http-project/HttpProject.styles.ts +92 -0
- package/src/pages/http-project/types.ts +28 -0
- package/src/pages/schema-design/AppInfo.ts +7 -0
- package/src/pages/schema-design/SchemaDesigner.screen.ts +514 -0
- package/src/pages/schema-design/SchemaDesigner.styles.ts +114 -0
- package/src/pages/schema-design/SchemaDesignerCommands.ts +220 -0
- package/src/pages/schema-design/SchemaDesignerContextMenu.ts +50 -0
- package/src/store/HttpStore.ts +166 -0
- package/src/store/UserCache.ts +57 -0
- package/src/styles/global-styles.ts +92 -0
- package/src/styles/grid-hnmf.ts +62 -0
- package/src/styles/m3/badge.module.ts +39 -0
- package/src/styles/m3/colors.module.ts +184 -0
- package/src/styles/m3/dialog.module.ts +100 -0
- package/src/styles/m3/surface.module.ts +57 -0
- package/src/styles/m3/theme.dark.css +40 -0
- package/src/styles/m3/theme.light.css +40 -0
- package/src/styles/m3/tokens.css +293 -0
- package/src/styles/m3/typography.module.ts +168 -0
- package/src/types/input.ts +3 -0
- package/src/types/role.ts +37 -0
- package/src/ui/UiElement.ts +135 -0
- package/src/ui/button/Button.ts +46 -0
- package/src/ui/button/SegmentedButton.styles.ts +102 -0
- package/src/ui/button/SegmentedButton.ts +116 -0
- package/src/ui/button/SegmentedButtonsSet.styles.ts +25 -0
- package/src/ui/button/SegmentedButtonsSet.ts +97 -0
- package/src/ui/button/UiButton.styles.ts +369 -0
- package/src/ui/button/UiButton.ts +207 -0
- package/src/ui/button/UiIconButton.styles.ts +614 -0
- package/src/ui/button/UiIconButton.ts +135 -0
- package/src/ui/chip/UiChip.styles.ts +175 -0
- package/src/ui/chip/UiChip.ts +300 -0
- package/src/ui/collapse/UiCollapse.styles.ts +18 -0
- package/src/ui/collapse/UiCollapse.ts +223 -0
- package/src/ui/controllers/ActionController.ts +418 -0
- package/src/ui/controllers/RadioSelectionController.ts +285 -0
- package/src/ui/date/DateTime.ts +525 -0
- package/src/ui/dialog/UiDialog.styles.ts +124 -0
- package/src/ui/dialog/UiDialog.ts +292 -0
- package/src/ui/effects/ripple.styles.ts +85 -0
- package/src/ui/effects/ripple.ts +232 -0
- package/src/ui/effects/rippleDirective.ts +300 -0
- package/src/ui/icons/Icons.ts +72 -0
- package/src/ui/icons/UiIcon.styles.ts +10 -0
- package/src/ui/icons/UiIcon.ts +66 -0
- package/src/ui/input/Checkbox.styles.ts +283 -0
- package/src/ui/input/CheckboxElement.ts +83 -0
- package/src/ui/input/CheckedElement.ts +305 -0
- package/src/ui/input/Input.ts +1046 -0
- package/src/ui/input/Radio.styles.ts +148 -0
- package/src/ui/input/RadioElement.ts +136 -0
- package/src/ui/input/Switch.styles.ts +277 -0
- package/src/ui/input/SwitchElement.ts +90 -0
- package/src/ui/input/TextAreaElement.ts +95 -0
- package/src/ui/input/TextField.styles.ts +282 -0
- package/src/ui/input/TextFieldElement.ts +81 -0
- package/src/ui/lib/AttributeConverters.ts +24 -0
- package/src/ui/lib/ElementPositioning.ts +289 -0
- package/src/ui/lib/ScrollHelper.ts +43 -0
- package/src/ui/lib/disabled.ts +40 -0
- package/src/ui/list/DividerElement.ts +84 -0
- package/src/ui/list/List.styles.ts +16 -0
- package/src/ui/list/ListItem.styles.ts +185 -0
- package/src/ui/list/UiDropdownList.styles.ts +45 -0
- package/src/ui/list/UiDropdownList.ts +392 -0
- package/src/ui/list/UiList.ts +351 -0
- package/src/ui/list/UiListItem.ts +210 -0
- package/src/ui/list/UiListbox.ts +70 -0
- package/src/ui/motion/animation.ts +85 -0
- package/src/ui/notification/SnackNotifications.ts +202 -0
- package/src/ui/notification/Snackbar.styles.ts +70 -0
- package/src/ui/notification/Snackbar.ts +225 -0
- package/src/ui/progress/Range.ts +104 -0
- package/src/ui/progress/UiProgress.styles.ts +95 -0
- package/src/ui/progress/UiProgress.ts +112 -0
- package/src/ui/table/DataTable.ts +718 -0
- package/src/ui/tabs/UiTab.styles.ts +138 -0
- package/src/ui/tabs/UiTab.ts +178 -0
- package/src/ui/tabs/UiTabs.styles.ts +70 -0
- package/src/ui/tabs/UiTabs.ts +481 -0
- package/src/visualization/elements/VizAssociationElement.ts +5 -0
- package/src/visualization/elements/VizWorkspaceElement.ts +368 -0
- package/src/visualization/elements/WorkspaceStyles.ts +168 -0
- package/src/visualization/lib/AnchorFinder.ts +112 -0
- package/src/visualization/lib/AnchorUtils.ts +48 -0
- package/src/visualization/lib/AssociationAnchors.ts +416 -0
- package/src/visualization/lib/LabelSketch.ts +52 -0
- package/src/visualization/lib/LineSketch.ts +57 -0
- package/src/visualization/lib/Point.ts +135 -0
- package/src/visualization/lib/PositionUtils.ts +200 -0
- package/src/visualization/lib/SelectionManager.ts +514 -0
- package/src/visualization/lib/ShapeArtist.ts +206 -0
- package/src/visualization/lib/SvgMarkers.ts +80 -0
- package/src/visualization/lib/TipSketch.ts +66 -0
- package/src/visualization/lib/TouchSupport.ts +71 -0
- package/src/visualization/lib/Utils.ts +60 -0
- package/src/visualization/lib/VisualizationTypes.ts +232 -0
- package/src/visualization/lib/WorkspaceAlignment.ts +261 -0
- package/src/visualization/lib/WorkspaceDebugging.ts +313 -0
- package/src/visualization/lib/WorkspaceEdges.ts +1129 -0
- package/src/visualization/lib/WorkspaceGestures.ts +405 -0
- package/src/visualization/lib/WorkspaceSizing.ts +180 -0
- package/src/visualization/lib/lines/RectilinearLine.ts +592 -0
- package/src/visualization/lib/tips/RectilinearTip.ts +129 -0
- package/src/visualization/lib/tips/TipArtist.ts +33 -0
- package/src/visualization/lib/types.ts +173 -0
- package/src/visualization/plugin/dnd/DragAndDropPlugin.ts +298 -0
- package/src/visualization/plugin/group-selection/GroupSelection.ts +274 -0
- package/src/visualization/plugin/positioning/DataModelLayout.ts +113 -0
- package/src/visualization/plugin/positioning/WorkspaceLayout.ts +145 -0
- package/test/amf/AmfLoader.ts +512 -0
- package/test/amf/MonacoSetup.ts +56 -0
- package/test/amf/authorization/ApiAuthorizationEditorElement.oas.test.ts +244 -0
- package/test/amf/authorization/ApiAuthorizationEditorElement.raml.test.ts +460 -0
- package/test/amf/authorization/ApiKeyMethod.test.ts +157 -0
- package/test/amf/authorization/CustomMethod.test.ts +304 -0
- package/test/amf/authorization/OAuth2-21143.test.ts +37 -0
- package/test/amf/authorization/OAuth2-flows.test.ts +128 -0
- package/test/amf/authorization/OAuth2-pkce.test.ts +36 -0
- package/test/amf/authorization/OAuth2Method.test.ts +346 -0
- package/test/amf/authorization/PassThroughMethod.test.ts +177 -0
- package/test/amf/elements/ApiAnnotationDocumentElement.test.ts +123 -0
- package/test/amf/elements/ApiDocumentationDocumentElement.test.ts +152 -0
- package/test/amf/elements/ApiDocumentationElement.test.ts +670 -0
- package/test/amf/elements/ApiOperationDocumentElement.test.ts +730 -0
- package/test/amf/elements/ApiRequestDocumentElement.test.ts +160 -0
- package/test/amf/elements/ApiResourceDocumentElement.test.ts +314 -0
- package/test/amf/elements/ApiResponseDocumentElement.test.ts +283 -0
- package/test/amf/elements/ApiSchemaDocumentElement.test.ts +904 -0
- package/test/amf/elements/ApiSecurityDocumentElement.test.ts +637 -0
- package/test/amf/elements/ApiSecurityRequirementDocumentElement.test.ts +52 -0
- package/test/amf/elements/ApiServerPickerElement.test.ts +944 -0
- package/test/amf/elements/ApiSummaryElement.test.ts +493 -0
- package/test/amf/elements/SE-12957.test.ts +45 -0
- package/test/amf/events/ApiEvents.test.ts +32 -0
- package/test/amf/events/EndpointEvents.test.ts +94 -0
- package/test/amf/events/EventHelper.ts +11 -0
- package/test/amf/events/EventTypes.test.ts +239 -0
- package/test/amf/events/NavigationEvents.test.ts +58 -0
- package/test/amf/events/ReportingEvents.test.ts +53 -0
- package/test/amf/events/StoreEvents.test.ts +21 -0
- package/test/amf/events/TelemetryEvents.test.ts +194 -0
- package/test/amf/http-request/APIC-289.test.ts +64 -0
- package/test/amf/http-request/APIC-298.test.ts +49 -0
- package/test/amf/http-request/APIC-689.test.ts +45 -0
- package/test/amf/http-request/ApiRequestEditorElement.test.ts +1421 -0
- package/test/amf/http-request/ApiRequestElement.test.ts +340 -0
- package/test/amf/http-request/SE-12042.test.ts +62 -0
- package/test/amf/http-request/SE-12957.test.ts +68 -0
- package/test/amf/http-request/server.ts +126 -0
- package/test/amf/lib/UrlUtils.test.ts +305 -0
- package/test/amf/navigation/ApiNavigationElement.test.ts +1463 -0
- package/test/amf/navigation/documentation-fragment.test.ts +76 -0
- package/test/amf/navigation/security-fragment.test.ts +76 -0
- package/test/amf/navigation/type-fragment.test.ts +76 -0
- package/test/apic-ui.test.ts +31 -0
- package/test/contextual-menu/ContextMenu.test.ts +713 -0
- package/test/contextual-menu/ContextMenuElement.test.ts +554 -0
- package/test/elements/MonacoSetup.ts +55 -0
- package/test/elements/authorization/basic-method.test.ts +177 -0
- package/test/elements/authorization/bearer-method.test.ts +143 -0
- package/test/elements/authorization/ntlm-method.test.ts +219 -0
- package/test/elements/authorization/oauth2-client-credentials-method.test.ts +323 -0
- package/test/elements/authorization/oauth2-code-method.test.ts +316 -0
- package/test/elements/authorization/oauth2-custom-grant-method.test.ts +251 -0
- package/test/elements/authorization/oauth2-device-code-method.test.ts +363 -0
- package/test/elements/authorization/oauth2-implicit-method.test.ts +399 -0
- package/test/elements/authorization/oauth2-jwt-method.test.ts +213 -0
- package/test/elements/authorization/oauth2-password-method.test.ts +277 -0
- package/test/elements/authorization/openid-method.test.ts +589 -0
- package/test/elements/har/HarUtils.test.ts +44 -0
- package/test/elements/har/HarViewerElement.test.ts +721 -0
- package/test/elements/har/test-data/har1.har +3044 -0
- package/test/elements/highlight/MarkedHighlightElement.test.ts +514 -0
- package/test/elements/highlight/PrismHighlightElement.test.ts +77 -0
- package/test/elements/highlight/PrismHighlighter.test.ts +96 -0
- package/test/elements/highlight/remoteSanitization.md +1 -0
- package/test/elements/highlight/test.md +3 -0
- package/test/elements/highlight/test1.md +3 -0
- package/test/elements/highlight/test2.md +1 -0
- package/test/elements/http/BodyFormdataEditorElement.test.ts +466 -0
- package/test/elements/http/BodyMultipartEditorElement.test.ts +637 -0
- package/test/elements/http/BodyRawEditorElement.test.ts +79 -0
- package/test/elements/http/HttpAssertions.test.ts +885 -0
- package/test/elements/http/UrlEncodeUtils.test.ts +207 -0
- package/test/elements/layout/SplitItem.test.ts +439 -0
- package/test/elements/layout/SplitLayoutManager.test.ts +1479 -0
- package/test/elements/layout/SplitPanel.test.ts +1033 -0
- package/test/env.js +9 -0
- package/test/events/EventTypes.test.ts +445 -0
- package/test/events/EventsTestHelpers.ts +15 -0
- package/test/helpers/UiMock.ts +99 -0
- package/test/plugins/takeScreenshotPlugin.js +37 -0
- package/test/ui/button/UiButton.test.ts +248 -0
- package/test/ui/button/UiIconButton.test.ts +148 -0
- package/test/ui/chip/UiChip.test.ts +264 -0
- package/test/ui/collapse/UiCollapse.test.ts +251 -0
- package/test/ui/collapse/flex-layout.test.ts +109 -0
- package/test/ui/date-time/DateTime.test.ts +297 -0
- package/test/ui/progress/UiProgressElement.test.ts +117 -0
- package/test/ui/progress/UiRangeElement.test.ts +156 -0
- package/test/visualization/lib/AnchorFinder.test.ts +308 -0
- package/test/visualization/lib/AnchorUtils.test.ts +176 -0
- package/test/visualization/lib/PositionUtils.test.ts +385 -0
- package/test/visualization/lib/test-styles.css +80 -0
- package/tsconfig.json +29 -0
- package/web-dev-server.config.mjs +45 -0
- package/web-test-runner.config.mjs +111 -0
|
@@ -0,0 +1,3044 @@
|
|
|
1
|
+
{
|
|
2
|
+
"log": {
|
|
3
|
+
"version": "1.2",
|
|
4
|
+
"creator": {
|
|
5
|
+
"name": "WebInspector",
|
|
6
|
+
"version": "537.36"
|
|
7
|
+
},
|
|
8
|
+
"pages": [
|
|
9
|
+
{
|
|
10
|
+
"startedDateTime": "2021-03-15T20:04:59.287Z",
|
|
11
|
+
"id": "page_1",
|
|
12
|
+
"title": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
13
|
+
"pageTimings": {
|
|
14
|
+
"onContentLoad": 1711.2180000003718,
|
|
15
|
+
"onLoad": 1769.7600000010425
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"entries": [
|
|
20
|
+
{
|
|
21
|
+
"_initiator": {
|
|
22
|
+
"type": "other"
|
|
23
|
+
},
|
|
24
|
+
"_priority": "VeryHigh",
|
|
25
|
+
"_resourceType": "document",
|
|
26
|
+
"cache": {},
|
|
27
|
+
"connection": "49208",
|
|
28
|
+
"pageref": "page_1",
|
|
29
|
+
"request": {
|
|
30
|
+
"method": "GET",
|
|
31
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
32
|
+
"httpVersion": "HTTP/1.1",
|
|
33
|
+
"headers": [
|
|
34
|
+
{
|
|
35
|
+
"name": "Host",
|
|
36
|
+
"value": "www.softwareishard.com"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "Connection",
|
|
40
|
+
"value": "keep-alive"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Pragma",
|
|
44
|
+
"value": "no-cache"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "Cache-Control",
|
|
48
|
+
"value": "no-cache"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "Upgrade-Insecure-Requests",
|
|
52
|
+
"value": "1"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "User-Agent",
|
|
56
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "Accept",
|
|
60
|
+
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Referer",
|
|
64
|
+
"value": "https://www.google.com/"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Accept-Encoding",
|
|
68
|
+
"value": "gzip, deflate"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "Accept-Language",
|
|
72
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "Cookie",
|
|
76
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"queryString": [],
|
|
80
|
+
"cookies": [
|
|
81
|
+
{
|
|
82
|
+
"name": "__utmc",
|
|
83
|
+
"value": "57327400",
|
|
84
|
+
"expires": null,
|
|
85
|
+
"httpOnly": false,
|
|
86
|
+
"secure": false
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "__utma",
|
|
90
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
91
|
+
"expires": null,
|
|
92
|
+
"httpOnly": false,
|
|
93
|
+
"secure": false
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "__utmz",
|
|
97
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
98
|
+
"expires": null,
|
|
99
|
+
"httpOnly": false,
|
|
100
|
+
"secure": false
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"headersSize": 735,
|
|
104
|
+
"bodySize": 0
|
|
105
|
+
},
|
|
106
|
+
"response": {
|
|
107
|
+
"status": 200,
|
|
108
|
+
"statusText": "OK",
|
|
109
|
+
"httpVersion": "HTTP/1.1",
|
|
110
|
+
"headers": [
|
|
111
|
+
{
|
|
112
|
+
"name": "Date",
|
|
113
|
+
"value": "Mon, 15 Mar 2021 20:04:59 GMT"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Server",
|
|
117
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "X-Powered-By",
|
|
121
|
+
"value": "PHP/5.6.40-0+deb8u12"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "X-Pingback",
|
|
125
|
+
"value": "http://www.softwareishard.com/blog/xmlrpc.php"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Link",
|
|
129
|
+
"value": "<http://www.softwareishard.com/blog/wp-json/>; rel=\"https://api.w.org/\", <http://www.softwareishard.com/blog/?p=75>; rel=shortlink"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "Vary",
|
|
133
|
+
"value": "User-Agent,Accept-Encoding"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "Content-Encoding",
|
|
137
|
+
"value": "gzip"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "Cache-Control",
|
|
141
|
+
"value": "max-age=7200"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "Expires",
|
|
145
|
+
"value": "Mon, 15 Mar 2021 22:04:59 GMT"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "Content-Length",
|
|
149
|
+
"value": "14025"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "Keep-Alive",
|
|
153
|
+
"value": "timeout=5, max=100"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "Connection",
|
|
157
|
+
"value": "Keep-Alive"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "Content-Type",
|
|
161
|
+
"value": "text/html; charset=UTF-8"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"cookies": [],
|
|
165
|
+
"content": {
|
|
166
|
+
"size": 69556,
|
|
167
|
+
"mimeType": "text/html",
|
|
168
|
+
"compression": 55531,
|
|
169
|
+
"text": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head profile=\"http://gmpg.org/xfn/11\">\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\n\t<title>HAR 1.2 Spec | Software is hard</title>\n\t\n\t<meta name=\"generator\" content=\"WordPress 4.7.19\" />\n\t<meta name=\"description\" content=\"More musings on software development\" />\n\n\n\t<style type=\"text/css\" media=\"screen\">\n\t\t@import url( http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/style.css );\n\t</style>\n\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"http://www.softwareishard.com/blog/feed/\" />\n\t<link rel=\"alternate\" type=\"text/xml\" title=\"RSS .92\" href=\"http://www.softwareishard.com/blog/feed/rss/\" />\n\t<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Atom 0.3\" href=\"http://www.softwareishard.com/blog/feed/atom/\" />\n\t<link rel=\"pingback\" href=\"http://www.softwareishard.com/blog/xmlrpc.php\" />\n \t<link rel='archives' title='June 2017' href='http://www.softwareishard.com/blog/2017/06/' />\n\t<link rel='archives' title='February 2017' href='http://www.softwareishard.com/blog/2017/02/' />\n\t<link rel='archives' title='April 2016' href='http://www.softwareishard.com/blog/2016/04/' />\n\t<link rel='archives' title='March 2015' href='http://www.softwareishard.com/blog/2015/03/' />\n\t<link rel='archives' title='June 2014' href='http://www.softwareishard.com/blog/2014/06/' />\n\t<link rel='archives' title='March 2014' href='http://www.softwareishard.com/blog/2014/03/' />\n\t<link rel='archives' title='September 2013' href='http://www.softwareishard.com/blog/2013/09/' />\n\t<link rel='archives' title='August 2013' href='http://www.softwareishard.com/blog/2013/08/' />\n\t<link rel='archives' title='July 2013' href='http://www.softwareishard.com/blog/2013/07/' />\n\t<link rel='archives' title='June 2013' href='http://www.softwareishard.com/blog/2013/06/' />\n\t<link rel='archives' title='May 2013' href='http://www.softwareishard.com/blog/2013/05/' />\n\t<link rel='archives' title='February 2013' href='http://www.softwareishard.com/blog/2013/02/' />\n\t<link rel='archives' title='January 2013' href='http://www.softwareishard.com/blog/2013/01/' />\n\t<link rel='archives' title='December 2012' href='http://www.softwareishard.com/blog/2012/12/' />\n\t<link rel='archives' title='November 2012' href='http://www.softwareishard.com/blog/2012/11/' />\n\t<link rel='archives' title='October 2012' href='http://www.softwareishard.com/blog/2012/10/' />\n\t<link rel='archives' title='August 2012' href='http://www.softwareishard.com/blog/2012/08/' />\n\t<link rel='archives' title='July 2012' href='http://www.softwareishard.com/blog/2012/07/' />\n\t<link rel='archives' title='June 2012' href='http://www.softwareishard.com/blog/2012/06/' />\n\t<link rel='archives' title='May 2012' href='http://www.softwareishard.com/blog/2012/05/' />\n\t<link rel='archives' title='March 2012' href='http://www.softwareishard.com/blog/2012/03/' />\n\t<link rel='archives' title='February 2012' href='http://www.softwareishard.com/blog/2012/02/' />\n\t<link rel='archives' title='July 2011' href='http://www.softwareishard.com/blog/2011/07/' />\n\t<link rel='archives' title='June 2011' href='http://www.softwareishard.com/blog/2011/06/' />\n\t<link rel='archives' title='May 2011' href='http://www.softwareishard.com/blog/2011/05/' />\n\t<link rel='archives' title='March 2011' href='http://www.softwareishard.com/blog/2011/03/' />\n\t<link rel='archives' title='February 2011' href='http://www.softwareishard.com/blog/2011/02/' />\n\t<link rel='archives' title='January 2011' href='http://www.softwareishard.com/blog/2011/01/' />\n\t<link rel='archives' title='December 2010' href='http://www.softwareishard.com/blog/2010/12/' />\n\t<link rel='archives' title='November 2010' href='http://www.softwareishard.com/blog/2010/11/' />\n\t<link rel='archives' title='October 2010' href='http://www.softwareishard.com/blog/2010/10/' />\n\t<link rel='archives' title='September 2010' href='http://www.softwareishard.com/blog/2010/09/' />\n\t<link rel='archives' title='August 2010' href='http://www.softwareishard.com/blog/2010/08/' />\n\t<link rel='archives' title='July 2010' href='http://www.softwareishard.com/blog/2010/07/' />\n\t<link rel='archives' title='June 2010' href='http://www.softwareishard.com/blog/2010/06/' />\n\t<link rel='archives' title='May 2010' href='http://www.softwareishard.com/blog/2010/05/' />\n\t<link rel='archives' title='March 2010' href='http://www.softwareishard.com/blog/2010/03/' />\n\t<link rel='archives' title='February 2010' href='http://www.softwareishard.com/blog/2010/02/' />\n\t<link rel='archives' title='January 2010' href='http://www.softwareishard.com/blog/2010/01/' />\n\t<link rel='archives' title='November 2009' href='http://www.softwareishard.com/blog/2009/11/' />\n\t<link rel='archives' title='October 2009' href='http://www.softwareishard.com/blog/2009/10/' />\n\t<link rel='archives' title='September 2009' href='http://www.softwareishard.com/blog/2009/09/' />\n\t<link rel='archives' title='July 2009' href='http://www.softwareishard.com/blog/2009/07/' />\n\t<link rel='archives' title='May 2009' href='http://www.softwareishard.com/blog/2009/05/' />\n\t<link rel='archives' title='April 2009' href='http://www.softwareishard.com/blog/2009/04/' />\n\t<link rel='archives' title='March 2009' href='http://www.softwareishard.com/blog/2009/03/' />\n\t<link rel='archives' title='January 2009' href='http://www.softwareishard.com/blog/2009/01/' />\n\t<link rel='archives' title='December 2008' href='http://www.softwareishard.com/blog/2008/12/' />\n\t<link rel='archives' title='November 2008' href='http://www.softwareishard.com/blog/2008/11/' />\n\t<link rel='archives' title='October 2008' href='http://www.softwareishard.com/blog/2008/10/' />\n\t<link rel='archives' title='September 2008' href='http://www.softwareishard.com/blog/2008/09/' />\n\t<link rel='archives' title='August 2008' href='http://www.softwareishard.com/blog/2008/08/' />\n\t<link rel='archives' title='July 2008' href='http://www.softwareishard.com/blog/2008/07/' />\n\t<link rel='archives' title='June 2008' href='http://www.softwareishard.com/blog/2008/06/' />\n\t<link rel='archives' title='May 2008' href='http://www.softwareishard.com/blog/2008/05/' />\n\t<link rel='archives' title='April 2008' href='http://www.softwareishard.com/blog/2008/04/' />\n\t<link rel='archives' title='March 2008' href='http://www.softwareishard.com/blog/2008/03/' />\n\t<link rel='archives' title='February 2008' href='http://www.softwareishard.com/blog/2008/02/' />\n\t\r\n\t \n<!-- All in One SEO Pack 2.3.12.2.1 by Michael Torbert of Semper Fi Web Design[280,318] -->\n<link rel=\"canonical\" href=\"http://www.softwareishard.com/blog/har-12-spec/\" />\n<!-- /all in one seo pack -->\n<link rel='dns-prefetch' href='//s.w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Software is hard » HAR 1.2 Spec Comments Feed\" href=\"http://www.softwareishard.com/blog/har-12-spec/feed/\" />\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.2.1\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.2.1\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/www.softwareishard.com\\/blog\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.7.19\"}};\n\t\t\t!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline=\"top\",k.font=\"600 32px Arial\",a){case\"flag\":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case\"emoji4\":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var f,g,h,i,j=b.createElement(\"canvas\"),k=j.getContext&&j.getContext(\"2d\");for(i=Array(\"flag\",\"emoji4\"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],\"flag\"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",g,!1),a.addEventListener(\"load\",g,!1)):(a.attachEvent(\"onload\",g),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel='stylesheet' id='wp-lightbox-2.min.css-css' href='http://www.softwareishard.com/blog/wp-content/plugins/wp-lightbox-2/styles/lightbox.min.css?ver=1.3.4' type='text/css' media='all' />\n<script type='text/javascript' src='http://www.softwareishard.com/blog/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>\n<script type='text/javascript' src='http://www.softwareishard.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>\n<link rel='https://api.w.org/' href='http://www.softwareishard.com/blog/wp-json/' />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.softwareishard.com/blog/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.softwareishard.com/blog/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 4.7.19\" />\n<link rel='shortlink' href='http://www.softwareishard.com/blog/?p=75' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://www.softwareishard.com/blog/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.softwareishard.com%2Fblog%2Fhar-12-spec%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://www.softwareishard.com/blog/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.softwareishard.com%2Fblog%2Fhar-12-spec%2F&format=xml\" />\n<link rel=\"stylesheet\" href=\"http://www.softwareishard.com/blog/wp-content/plugins/deans_code_highlighter/geshi.css\" type=\"text/css\" /></head>\n\n<body>\n<script type=\"text/javascript\">\r\nfunction installXPI(href)\r\n{\r\n if (typeof(InstallTrigger) != 'undefined')\r\n {\r\n var xpi = {'Firebug': href};\r\n InstallTrigger.install(xpi);\r\n }\r\n else\r\n {\r\n alert(\"You must be using Firefox to install this extension.\");\r\n }\r\n}\r\n\r\nfunction run(id) \r\n{\r\n try \r\n {\r\n var form = document.createElement(\"form\");\r\n form.setAttribute(\"action\", \"http://www.softwareishard.com/domplate/runner/index.php\");\r\n form.setAttribute(\"method\", \"POST\");\r\n form.setAttribute(\"style\", \"display:none\");\r\n\r\n var parts = [\"script\", \"data\", \"css\"];\r\n for (var i=0; i<parts.length; i++) \r\n {\r\n var part = document.getElementById(id+\"-\"+parts[i]);\r\n if (!part)\r\n continue;\r\n var input = document.createElement(\"input\");\r\n input.setAttribute(\"name\", parts[i]); \r\n input.setAttribute(\"value\", part.innerHTML);\r\n form.appendChild(input);\r\n }\r\n\r\n document.body.appendChild(form);\r\n form.submit(); \r\n } \r\n catch (err) \r\n {\r\n alert(\"Error: \" + err);\r\n } \r\n}\r\n</script>\r\n\n<div id=\"wrapper\">\n\n<div id=\"main_header\">\n <div class=\"top\"></div>\n\n <div class=\"main_sidebar\">\n <a class=\"rss_posts\" href=\"http://feeds.feedburner.com/SoftwareIsHard\"\n title=\"Subscribe to RSS Feed\"><img border=\"0\"\n src=\"http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/rss.gif\"\n alt=\"Subscribe to RSS Feed\"/></a>\n <div id=\"header\">\n <h1><a href=\"http://www.softwareishard.com/blog/\">Software is hard</a></h1>\n <span class=\"desc\">More musings on software development</span>\n <div class=\"desc\">Jan Odvarko</div>\n <div class=\"desc\">odvarko@gmail.com</div>\n </div>\n </div>\n\n <div class=\"bottom\"></div>\n</div>\n\t\n<div class=\"container\">\n<hr />\n\n\n\n\n \n <div class=\"post\">\n <h2>HAR 1.2 Spec</h2>\n\n <div class=\"corpo\">\n <style type=\"text/css\"> .harType { font-family:courier new,monospace; font-size:20px; color:gray; padding-top:20px; } .harType:before { content: \"<\"; } .harType:after { content: \">\"; } </style>\n<p>This document is intended to describe a <strong>HTTP Archive 1.2</strong> (frozen) format that can be used by HTTP monitoring tools to export collected data.</p>\n<h3>HTTP Archive v1.2</h3>\n<p>One of the goals of the HTTP Archive format is to be flexible enough so, it can be adopted across projects and various tools. This should allow effective processing and analyzing data coming from various sources. Notice that resulting HAR file can contain privacy & security sensitive data and user-agents should find some way to notify the user of this fact before they transfer the file to anyone else.</p>\n<ul>\n<li>The format described below is based on HTTP Archive 1.1.</li>\n<li>The format is based on <a href=\"http://www.ietf.org/rfc/rfc4627.txt\">JSON</a>.</li>\n<li>Please follow-up in the <a href=\"http://groups.google.com/group/http-archive-specification?hl=en\">newsgroup</a>.</li>\n<li>An online <a href=\"http://www.softwareishard.com/blog/har-viewer/\">HAR viewer</a> is available.</li>\n<li>Report any problems in the <a href=\"http://code.google.com/p/http-archive-specification/issues/list\">issue list</a>.</li>\n<li>See <a href=\"http://www.softwareishard.com/blog/har-adopters/\">list of tools</a> supporting HAR.</li>\n</ul>\n<h3>HAR Data Structure</h3>\n<p>HAR files are required to be saved in UTF-8 encoding, other encodings are forbidden. The spec requires that tools support and ignore a BOM and allow them to emit one if they like.</p>\n<p>Summary of HAR object types:</p>\n<ul>\n<li><a href=\"#log\">log</a></li>\n<li><a href=\"#creator\">creator</a></li>\n<li><a href=\"#browser\">browser</a></li>\n<li><a href=\"#pages\">pages</a></li>\n<li><a href=\"#pageTimings\">pageTimings</a></li>\n<li><a href=\"#entries\">entries</a></li>\n<li><a href=\"#request\">request</a></li>\n<li><a href=\"#response\">response</a></li>\n<li><a href=\"#cookies\">cookies</a></li>\n<li><a href=\"#headers\">headers</a></li>\n<li><a href=\"#queryString\">queryString</a></li>\n<li><a href=\"#postData\">postData</a></li>\n<li><a href=\"#params\">params</a></li>\n<li><a href=\"#content\">content</a></li>\n<li><a href=\"#cache\">cache</a></li>\n<li><a href=\"#timings\">timings</a></li>\n</ul>\n<p id=\"log\" class=\"harType\">log</p>\n<p>This object represents the root of exported data.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"br0\">{</span><br />\n <span class=\"st0\">"log"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"version"</span> : <span class=\"st0\">"1.2"</span>,<br />\n <span class=\"st0\">"creator"</span> : <span class=\"br0\">{</span><span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"browser"</span> : <span class=\"br0\">{</span><span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"pages"</span>: <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"entries"</span>: <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>version [string]</em> - Version number of the format. If empty, string \"1.1\" is assumed by default.</li>\n<li><em>creator [object]</em> - Name and version info of the log creator application.</li>\n<li><em>browser [object, optional]</em> - Name and version info of used browser.</li>\n<li><em>pages [array, optional]</em> - List of all exported (tracked) pages. Leave out this field if the application does not support grouping by pages.</li>\n<li><em>entries [array]</em> - List of all exported (tracked) requests.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p>There is one <page> object for every exported web page and one <entry> object for every HTTP request. In case when an HTTP trace tool isn't able to group requests by a page, the <pages> object is empty and individual requests doesn't have a parent page.</p>\n<p id=\"creator\" class=\"harType\">creator</p>\n<p><em>Creator</em> and <em>browser</em> objects share the same structure.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"creator"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"Firebug"</span>,<br />\n <span class=\"st0\">"version"</span>: <span class=\"st0\">"1.6"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<p id=\"browser\" class=\"harType\">browser</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"browser"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"Firefox"</span>,<br />\n <span class=\"st0\">"version"</span>: <span class=\"st0\">"3.6"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>name [string]</em> - Name of the application/browser used to export the log.</li>\n<li><em>version [string]</em> - Version of the application/browser used to export the log.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p id=\"pages\" class=\"harType\">pages</p>\n<p>This object represents list of exported pages.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"pages"</span>: <span class=\"br0\">[</span><br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"startedDateTime"</span>: <span class=\"st0\">"2009-04-16T12:07:25.123+01:00"</span>,<br />\n <span class=\"st0\">"id"</span>: <span class=\"st0\">"page_0"</span>,<br />\n <span class=\"st0\">"title"</span>: <span class=\"st0\">"Test Page"</span>,<br />\n <span class=\"st0\">"pageTimings"</span>: <span class=\"br0\">{</span>...<span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">]</span></div>\n<ul>\n<li><em>startedDateTime [string]</em> - Date and time stamp for the beginning of the page load (<a href=\"http://www.w3.org/TR/NOTE-datetime\">ISO 8601</a> - YYYY-MM-DDThh:mm:ss.sTZD, e.g. 2009-07-24T19:20:30.45+01:00).</li>\n<li><em>id [string]</em> - Unique identifier of a page within the <code><log></code>. Entries use it to refer the parent page.</log></li>\n<li><em>title [string]</em> - Page title.</li>\n<li><em>pageTimings[object]</em> - Detailed timing info about page load.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p id=\"pageTimings\" class=\"harType\">pageTimings</p>\n<p>This object describes timings for various events (states) fired during the page load. All times are specified in milliseconds. If a time info is not available appropriate field is set to -1.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"pageTimings"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"onContentLoad"</span>: <span class=\"nu0\">1720</span>,<br />\n <span class=\"st0\">"onLoad"</span>: <span class=\"nu0\">2500</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>onContentLoad [number, optional]</em> - Content of the page loaded. Number of milliseconds since page load started (page.startedDateTime). Use -1 if the timing does not apply to the current request.</li>\n<li><em>onLoad [number,optional]</em> - Page is loaded (onLoad event fired). Number of milliseconds since page load started (page.startedDateTime). Use -1 if the timing does not apply to the current request.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p>Depeding on the browser, <em>onContentLoad</em> property represents <strong>DOMContentLoad</strong> event or <strong>document.readyState == interactive</strong>.</p>\n<p id=\"entries\" class=\"harType\">entries</p>\n<p>This object represents an array with all exported HTTP requests. Sorting entries by <em>startedDateTime</em> (starting from the oldest) is preferred way how to export data since it can make importing faster. However the reader application should always make sure the array is sorted (if required for the import).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"entries"</span>: <span class=\"br0\">[</span><br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"pageref"</span>: <span class=\"st0\">"page_0"</span>,<br />\n <span class=\"st0\">"startedDateTime"</span>: <span class=\"st0\">"2009-04-16T12:07:23.596Z"</span>,<br />\n <span class=\"st0\">"time"</span>: <span class=\"nu0\">50</span>,<br />\n <span class=\"st0\">"request"</span>: <span class=\"br0\">{</span>...<span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"response"</span>: <span class=\"br0\">{</span>...<span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"cache"</span>: <span class=\"br0\">{</span>...<span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"timings"</span>: <span class=\"br0\">{</span><span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"serverIPAddress"</span>: <span class=\"st0\">"10.0.0.1"</span>,<br />\n <span class=\"st0\">"connection"</span>: <span class=\"st0\">"52492"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">]</span></div>\n<ul>\n<li><em>pageref [string, unique, optional]</em> - Reference to the parent page. Leave out this field if the application does not support grouping by pages.</li>\n<li><em>startedDateTime [string]</em> - Date and time stamp of the request start (<a href=\"http://www.w3.org/TR/NOTE-datetime\">ISO 8601</a> - YYYY-MM-DDThh:mm:ss.sTZD).</li>\n<li><em>time [number]</em> - Total elapsed time of the request in milliseconds. This is the sum of all timings available in the timings object (i.e. not including -1 values) .</li>\n<li><em>request [object]</em> - Detailed info about the request.</li>\n<li><em>response [object]</em> - Detailed info about the response.</li>\n<li><em>cache [object]</em> - Info about cache usage.</li>\n<li><em>timings [object]</em> - Detailed timing info about request/response round trip.</li>\n<li><em>serverIPAddress [string, optional]</em> (new in 1.2) - IP address of the server that was connected (result of DNS resolution).</li>\n<li><em>connection [string, optional]</em> (new in 1.2) - Unique ID of the parent TCP/IP connection, can be the client or server port number. Note that a port number doesn't have to be unique identifier in cases where the port is shared for more connections. If the port isn't available for the application, any other unique connection ID can be used instead (e.g. connection index). Leave out this field if the application doesn't support this info.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p id=\"request\" class=\"harType\">request</p>\n<p>This object contains detailed info about performed request.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"request"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"method"</span>: <span class=\"st0\">"GET"</span>,<br />\n <span class=\"st0\">"url"</span>: <span class=\"st0\">"http://www.example.com/path/?param=value"</span>,<br />\n <span class=\"st0\">"httpVersion"</span>: <span class=\"st0\">"HTTP/1.1"</span>,<br />\n <span class=\"st0\">"cookies"</span>: <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"headers"</span>: <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"queryString"</span> : <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"postData"</span> : <span class=\"br0\">{</span><span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"headersSize"</span> : <span class=\"nu0\">150</span>,<br />\n <span class=\"st0\">"bodySize"</span> : <span class=\"nu0\">0</span>,<br />\n <span class=\"st0\">"comment"</span> : <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>method [string]</em> - Request method (GET, POST, ...).</li>\n<li><em>url [string]</em> - Absolute URL of the request (fragments are not included).</li>\n<li><em>httpVersion [string]</em> - Request HTTP Version.</li>\n<li><em>cookies [array]</em> - List of cookie objects.</li>\n<li><em>headers [array]</em> - List of header objects.</li>\n<li><em>queryString [array]</em> - List of query parameter objects.</li>\n<li><em>postData [object, optional]</em> - Posted data info.</li>\n<li><em>headersSize [number]</em> - Total number of bytes from the start of the HTTP request message until (and including) the double CRLF before the body. Set to -1 if the info is not available.</li>\n<li><em>bodySize [number]</em> - Size of the request body (POST data payload) in bytes. Set to -1 if the info is not available.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p>The total request size sent can be computed as follows (if both values are available):</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"kw2\">var</span> totalSize = entry.<span class=\"me1\">request</span>.<span class=\"me1\">headersSize</span> + entry.<span class=\"me1\">request</span>.<span class=\"me1\">bodySize</span>;</div>\n<p id=\"response\" class=\"harType\">response</p>\n<p>This object contains detailed info about the response.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"response"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"status"</span>: <span class=\"nu0\">200</span>,<br />\n <span class=\"st0\">"statusText"</span>: <span class=\"st0\">"OK"</span>,<br />\n <span class=\"st0\">"httpVersion"</span>: <span class=\"st0\">"HTTP/1.1"</span>,<br />\n <span class=\"st0\">"cookies"</span>: <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"headers"</span>: <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"content"</span>: <span class=\"br0\">{</span><span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"redirectURL"</span>: <span class=\"st0\">""</span>,<br />\n <span class=\"st0\">"headersSize"</span> : <span class=\"nu0\">160</span>,<br />\n <span class=\"st0\">"bodySize"</span> : <span class=\"nu0\">850</span>,<br />\n <span class=\"st0\">"comment"</span> : <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span></div>\n<ul>\n<li><em>status [number]</em> - Response status.</li>\n<li><em>statusText [string]</em> - Response status description.</li>\n<li><em>httpVersion [string]</em> - Response HTTP Version.</li>\n<li><em>cookies [array]</em> - List of cookie objects.</li>\n<li><em>headers [array]</em> - List of header objects.</li>\n<li><em>content [object]</em> - Details about the response body.</li>\n<li><em>redirectURL [string]</em> - Redirection target URL from the Location response header.</li>\n<li><em>headersSize [number]*</em> - Total number of bytes from the start of the HTTP response message until (and including) the double CRLF before the body. Set to -1 if the info is not available.</li>\n<li><em>bodySize [number]</em> - Size of the received response body in bytes. Set to zero in case of responses coming from the cache (304). Set to -1 if the info is not available.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p><em>*headersSize</em> - The size of received response-headers is computed only from headers that are really received from the server. Additional headers appended by the browser are not included in this number, but they appear in the list of header objects.</p>\n<p>The total response size received can be computed as follows (if both values are available):</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"kw2\">var</span> totalSize = entry.<span class=\"me1\">response</span>.<span class=\"me1\">headersSize</span> + entry.<span class=\"me1\">response</span>.<span class=\"me1\">bodySize</span>;</div>\n<p id=\"cookies\" class=\"harType\">cookies</p>\n<p>This object contains list of all cookies (used in <request> and <response> objects).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"cookies"</span>: <span class=\"br0\">[</span><br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"TestCookie"</span>,<br />\n <span class=\"st0\">"value"</span>: <span class=\"st0\">"Cookie Value"</span>,<br />\n <span class=\"st0\">"path"</span>: <span class=\"st0\">"/"</span>,<br />\n <span class=\"st0\">"domain"</span>: <span class=\"st0\">"www.janodvarko.cz"</span>,<br />\n <span class=\"st0\">"expires"</span>: <span class=\"st0\">"2009-07-24T19:20:30.123+02:00"</span>,<br />\n <span class=\"st0\">"httpOnly"</span>: <span class=\"kw2\">false</span>,<br />\n <span class=\"st0\">"secure"</span>: <span class=\"kw2\">false</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">]</span></div>\n<ul>\n<li><em>name [string]</em> - The name of the cookie.</li>\n<li><em>value [string]</em> - The cookie value.</li>\n<li><em>path [string, optional]</em> - The path pertaining to the cookie.</li>\n<li><em>domain [string, optional]</em> - The host of the cookie.</li>\n<li><em>expires [string, optional]</em> - Cookie expiration time. (<a href=\"http://www.w3.org/TR/NOTE-datetime\">ISO 8601</a> - YYYY-MM-DDThh:mm:ss.sTZD, e.g. 2009-07-24T19:20:30.123+02:00).</li>\n<li><em>httpOnly [boolean, optional]</em> - Set to true if the cookie is HTTP only, false otherwise.</li>\n<li><em>secure [boolean, optional]</em> (new in 1.2) - True if the cookie was transmitted over ssl, false otherwise.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p id=\"headers\" class=\"harType\">headers</p>\n<p>This object contains list of all headers (used in <request> and <response> objects).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"headers"</span>: <span class=\"br0\">[</span><br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"Accept-Encoding"</span>,<br />\n <span class=\"st0\">"value"</span>: <span class=\"st0\">"gzip,deflate"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span>,<br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"Accept-Language"</span>,<br />\n <span class=\"st0\">"value"</span>: <span class=\"st0\">"en-us,en;q=0.5"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">]</span></div>\n<p id=\"queryString\" class=\"harType\">queryString</p>\n<p>This object contains list of all parameters & values parsed from a query string, if any (embedded in <request> object).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"queryString"</span>: <span class=\"br0\">[</span><br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"param1"</span>,<br />\n <span class=\"st0\">"value"</span>: <span class=\"st0\">"value1"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span>,<br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"param1"</span>,<br />\n <span class=\"st0\">"value"</span>: <span class=\"st0\">"value1"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">]</span></div>\n<p>HAR format expects NVP (name-value pairs) formatting of the query string.</p>\n<p id=\"postData\" class=\"harType\">postData</p>\n<p>This object describes posted data, if any (embedded in <request> object).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"postData"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"mimeType"</span>: <span class=\"st0\">"multipart/form-data"</span>,<br />\n <span class=\"st0\">"params"</span>: <span class=\"br0\">[</span><span class=\"br0\">]</span>,<br />\n <span class=\"st0\">"text"</span> : <span class=\"st0\">"plain posted data"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>mimeType [string]</em> - Mime type of posted data.</li>\n<li><em>params [array]</em> - List of posted parameters (in case of URL encoded parameters).</li>\n<li><em>text [string]</em> - Plain text posted data</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p>Note that <em>text</em> and <em>params</em> fields are mutually exclusive.</p>\n<p id=\"params\" class=\"harType\">params</p>\n<p>List of posted parameters, if any (embedded in <postData> object).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"params"</span>: <span class=\"br0\">[</span><br />\n <span class=\"br0\">{</span><br />\n <span class=\"st0\">"name"</span>: <span class=\"st0\">"paramName"</span>,<br />\n <span class=\"st0\">"value"</span>: <span class=\"st0\">"paramValue"</span>,<br />\n <span class=\"st0\">"fileName"</span>: <span class=\"st0\">"example.pdf"</span>,<br />\n <span class=\"st0\">"contentType"</span>: <span class=\"st0\">"application/pdf"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">]</span></div>\n<ul>\n<li><em>name [string]</em> - name of a posted parameter.</li>\n<li><em>value [string, optional]</em> - value of a posted parameter or content of a posted file.</li>\n<li><em>fileName [string, optional]</em> - name of a posted file.</li>\n<li><em>contentType [string, optional]</em> - content type of a posted file.</li>\n<li><em>comment [string, optional] (new in 1.2)</em> - A comment provided by the user or the application.</li>\n</ul>\n<p id=\"content\" class=\"harType\">content</p>\n<p>This object describes details about response content (embedded in <response> object).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"content"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"size"</span>: <span class=\"nu0\">33</span>,<br />\n <span class=\"st0\">"compression"</span>: <span class=\"nu0\">0</span>,<br />\n <span class=\"st0\">"mimeType"</span>: <span class=\"st0\">"text/html; charset=utf-8"</span>,<br />\n <span class=\"st0\">"text"</span>: <span class=\"st0\">"<span class=\"es0\">\\n</span>"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>size [number]</em> - Length of the returned content in bytes. Should be equal to response.bodySize if there is no compression and bigger when the content has been compressed.</li>\n<li><em>compression [number, optional]</em> - Number of bytes saved. Leave out this field if the information is not available.</li>\n<li><em>mimeType [string]</em> - MIME type of the response text (value of the Content-Type response header). The charset attribute of the MIME type is included (if available).</li>\n<li><em>text [string, optional]</em> - Response body sent from the server or loaded from the browser cache. This field is populated with textual content only. The text field is either HTTP decoded text or a encoded (e.g. \"base64\") representation of the response body. Leave out this field if the information is not available.</li>\n<li><em>encoding [string, optional]</em> (new in 1.2) - Encoding used for response text field e.g \"base64\". Leave out this field if the text field is HTTP decoded (decompressed & unchunked), than trans-coded from its original character set into UTF-8.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p>Before setting the text field, the HTTP response is decoded (decompressed & unchunked), than trans-coded from its original character set into UTF-8. Additionally, it can be encoded using e.g. base64. Ideally, the application should be able to unencode a base64 blob and get a byte-for-byte identical resource to what the browser operated on.<br />\n<em><br />\nEncoding field is useful for including binary responses (e.g. images) into the HAR file.<br />\n</em><br />\nHere is another example with encoded response. The original response is:</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"sc3\"><span class=\"re1\"><html<span class=\"re2\">></span></span></span><span class=\"sc3\"><span class=\"re1\"><head<span class=\"re2\">></span></span></span><span class=\"sc3\"><span class=\"re1\"></head<span class=\"re2\">></span></span></span><span class=\"sc3\"><span class=\"re1\"><body</span><span class=\"re2\">/></span></span><span class=\"sc3\"><span class=\"re1\"></html<span class=\"re2\">></span></span></span>\\n</div>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"content"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"size"</span>: <span class=\"nu0\">33</span>,<br />\n <span class=\"st0\">"compression"</span>: <span class=\"nu0\">0</span>,<br />\n <span class=\"st0\">"mimeType"</span>: <span class=\"st0\">"text/html; charset=utf-8"</span>,<br />\n <span class=\"st0\">"text"</span>: <span class=\"st0\">"PGh0bWw+PGhlYWQ+PC9oZWFkPjxib2R5Lz48L2h0bWw+XG4="</span>,<br />\n <span class=\"st0\">"encoding"</span>: <span class=\"st0\">"base64"</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<p id=\"cache\" class=\"harType\">cache</p>\n<p>This objects contains info about a request coming from browser cache.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"cache"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"beforeRequest"</span>: <span class=\"br0\">{</span><span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"afterRequest"</span>: <span class=\"br0\">{</span><span class=\"br0\">}</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>beforeRequest [object, optional]</em> - State of a cache entry before the request. Leave out this field if the information is not available.</li>\n<li><em>afterRequest [object, optional]</em> - State of a cache entry after the request. Leave out this field if the information is not available.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p>This is how the object should look like if no cache information are available (or you can just leave out the entire field).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"cache"</span>: <span class=\"br0\">{</span><span class=\"br0\">}</span></div>\n<p>This is how the object should look like if the the info about the cache entry before request is not available and there is no cache entry after the request.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"cache"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"afterRequest"</span>: <span class=\"kw2\">null</span><br />\n<span class=\"br0\">}</span></div>\n<p>This is how the object should look like if there in no cache entry before nor after the request.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"cache"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"beforeRequest"</span>: <span class=\"kw2\">null</span>,<br />\n <span class=\"st0\">"afterRequest"</span>: <span class=\"kw2\">null</span><br />\n<span class=\"br0\">}</span></div>\n<p>This is how the object should look like to indicate that the entry was not in the cache but was store after the content was downloaded by the request.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"cache"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"beforeRequest"</span>: <span class=\"kw2\">null</span>,<br />\n <span class=\"st0\">"afterRequest"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"expires"</span>: <span class=\"st0\">"2009-04-16T15:50:36"</span>,<br />\n <span class=\"st0\">"lastAccess"</span>: <span class=\"st0\">"2009-16-02T15:50:34"</span>,<br />\n <span class=\"st0\">"eTag"</span>: <span class=\"st0\">""</span>,<br />\n <span class=\"st0\">"hitCount"</span>: <span class=\"nu0\">0</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n <span class=\"br0\">}</span><br />\n<span class=\"br0\">}</span></div>\n<p>Both <em>beforeRequest</em> and <em>afterRequest</em> object share the following structure.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"beforeRequest"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"expires"</span>: <span class=\"st0\">"2009-04-16T15:50:36"</span>,<br />\n <span class=\"st0\">"lastAccess"</span>: <span class=\"st0\">"2009-16-02T15:50:34"</span>,<br />\n <span class=\"st0\">"eTag"</span>: <span class=\"st0\">""</span>,<br />\n <span class=\"st0\">"hitCount"</span>: <span class=\"nu0\">0</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li><em>expires [string, optional]</em> - Expiration time of the cache entry.</li>\n<li><em>lastAccess [string]</em> - The last time the cache entry was opened.</li>\n<li><em>eTag [string]</em> - Etag</li>\n<li><em>hitCount [number]</em> - The number of times the cache entry has been opened.</li>\n<li><em>comment [string, optional]</em> (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p id=\"timings\" class=\"harType\">timings</p>\n<p>This object describes various phases within request-response round trip. All times are specified in milliseconds.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"st0\">"timings"</span>: <span class=\"br0\">{</span><br />\n <span class=\"st0\">"blocked"</span>: <span class=\"nu0\">0</span>,<br />\n <span class=\"st0\">"dns"</span>: <span class=\"nu0\">-1</span>,<br />\n <span class=\"st0\">"connect"</span>: <span class=\"nu0\">15</span>,<br />\n <span class=\"st0\">"send"</span>: <span class=\"nu0\">20</span>,<br />\n <span class=\"st0\">"wait"</span>: <span class=\"nu0\">38</span>,<br />\n <span class=\"st0\">"receive"</span>: <span class=\"nu0\">12</span>,<br />\n <span class=\"st0\">"ssl"</span>: <span class=\"nu0\">-1</span>,<br />\n <span class=\"st0\">"comment"</span>: <span class=\"st0\">""</span><br />\n<span class=\"br0\">}</span></div>\n<ul>\n<li>blocked [number, optional] - Time spent in a queue waiting for a network connection. Use -1 if the timing does not apply to the current request.</li>\n<li>dns [number, optional] - DNS resolution time. The time required to resolve a host name. Use -1 if the timing does not apply to the current request.</li>\n<li>connect [number, optional] - Time required to create TCP connection. Use -1 if the timing does not apply to the current request.</li>\n<li>send [number] - Time required to send HTTP request to the server.</li>\n<li>wait [number] - Waiting for a response from the server.</li>\n<li>receive [number] - Time required to read entire response from the server (or cache).</li>\n<li>ssl [number, optional] (new in 1.2) - Time required for SSL/TLS negotiation. If this field is defined then the time is also included in the connect field (to ensure backward compatibility with HAR 1.1). Use -1 if the timing does not apply to the current request.</li>\n<li>comment [string, optional] (new in 1.2) - A comment provided by the user or the application.</li>\n</ul>\n<p>The <em>send</em>, <em>wait</em> and <em>receive</em> timings are not optional and must have non-negative values.</p>\n<p>An exporting tool can omit the <em>blocked</em>, <em>dns</em>, <em>connect</em> and <em>ssl</em>, timings on every request if it is unable to provide them. Tools that can provide these timings can set their values to -1 if they don’t apply. For example, <em>connect</em> would be -1 for requests which re-use an existing connection.</p>\n<p>The <em>time</em> value for the request must be equal to the sum of the timings supplied in this section (excluding any -1 values).</p>\n<p>Following must be true in case there are no -1 values (<em>entry</em> is an object in <em>log.entries</em>) :</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\">entry.<span class=\"me1\">time</span> == entry.<span class=\"me1\">timings</span>.<span class=\"me1\">blocked</span> + entry.<span class=\"me1\">timings</span>.<span class=\"me1\">dns</span> +<br />\n entry.<span class=\"me1\">timings</span>.<span class=\"me1\">connect</span> + entry.<span class=\"me1\">timings</span>.<span class=\"me1\">send</span> + entry.<span class=\"me1\">timings</span>.<span class=\"me1\">wait</span> +<br />\n entry.<span class=\"me1\">timings</span>.<span class=\"me1\">receive</span>;</div>\n<h3>Custom Fields</h3>\n<p>The specification allows adding new custom fields into the output format. Following rules must be applied:</p>\n<ul>\n<li>Custom fields and elements MUST start with an underscore (spec fields should never start with an underscore.</li>\n<li>Parsers MUST ignore all custom fields and elements if the file was not written by the same tool loading the file.</li>\n<li>Parsers MUST ignore all non-custom fields that they don't know how to parse because the minor version number is greater than the maximum minor version for which they were written.</li>\n<li>Parsers can reject files that contain non-custom fields that they know were not present in a specific version of the spec.</li>\n</ul>\n<h3>Versioning Scheme</h3>\n<p>The spec number has following syntax:</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><major-version-number>.<minor-version-number></div>\n<p>Where the major version indicates overall backwards compatibility and the minor version indicates incremental changes. So, any backwardly compatible changes to the spec will result in an increase of the minor version. If an existing fields had to be broken then major version would increase (e.g. 2.0).</p>\n<p>Examples:<br />\n<code>1.2 -> 1.3<br />\n1.111 -> 1.112 (in case of 111 more changes)<br />\n1.5 -> 2.0 (2.0 is not compatible with 1.5)<br />\n</code></p>\n<p>So following construct can be used to detect incompatible version if a tool supports HAR since 1.1.</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"kw1\">if</span> <span class=\"br0\">(</span>majorVersion != <span class=\"nu0\">1</span> || minorVersion < <span class=\"nu0\">1</span><span class=\"br0\">)</span><br />\n<span class=\"br0\">{</span><br />\n <span class=\"kw1\">throw</span> <span class=\"st0\">"Incompatible version"</span>;<br />\n<span class=\"br0\">}</span></div>\n<p>In this example a tool throws an exception if the version is e.g.: 0.8, 0.9, 1.0, but works with 1.1, 1.2, 1.112 etc. Version 2.x would be rejected.</p>\n<h3>HAR With Padding</h3>\n<p>Support for <a href=\"http://en.wikipedia.org/wiki/JSON#JSONP\">JSONP</a> (JSON with padding) is not part of the core HAR spec. However, it represents very good feature for consuming HAR files online.</p>\n<p>In order to server HAR files online the URL might include a callback URL parameter that should wrap HAR into a callback to a function (you might want to use *.harp extension for HAR files with padding).</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\">http://www.example.com/givememyhar.php?callback=onInputData</div>\n<p>Response for the URL above would be:</p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\">onInputData<span class=\"br0\">(</span><span class=\"br0\">{</span><br />\n <span class=\"st0\">"log"</span>: <span class=\"br0\">{</span> ... <span class=\"br0\">}</span><br />\n<span class=\"br0\">}</span><span class=\"br0\">)</span>;</div>\n<p>See live example:</p>\n<p><a href=\"http://www.softwareishard.com/har/viewer/?inputUrl=http://www.janodvarko.cz/har/viewer/examples/inline-scripts-block.harp&callback=onInputData\">http://www.softwareishard.com/har/viewer/?inputUrl=http://www.janodvarko.cz/har/viewer/examples/inline-scripts-block.harp&callback=onInputData</a></p>\n<div class=\"dean_ch\" style=\"white-space: wrap;\"><span class=\"sc3\"><span class=\"re1\"><a</span> <span class=\"re0\">href</span>=<span class=\"st0\">"http://www.softwareishard.com/har/viewer/?inputUrl=http://www.janodvarko.cz/har/viewer/examples/inline-scripts-block.harp&amp;callback=onInputData"</span><span class=\"re2\">></span></span>http://www.softwareishard.com/har/viewer/?inputUrl=http://www.janodvarko.cz/har/viewer/examples/inline-scripts-block.harp<span class=\"sc1\">&amp;</span>callback=onInputData<span class=\"sc3\"><span class=\"re1\"></a<span class=\"re2\">></span></span></span></div>\n<ul>\n<li><em>inputUrl</em> specifies an URL of the target HAR file (doesn't have to come from the same domain)</li>\n<li><em>callback</em> species name of the function the HAR is wrapped in.</li>\n</ul>\n<h3>HAR Compression</h3>\n<p>Compression of the HAR file is not part of the core HAR spec. However, in order to store HAR files more efficiently, it is recommended that you compress HAR files on disk (you might want to use <em>*.zhar</em> extension for zipped HAR files).</p>\n<p>Anyway, an application supporting HAR, is not required to support compressed HAR files. If the application doesn't support compressed HAR then it's the responsibility of the user to decompress before passing the HAR file into it.</p>\n<p><a href=\"http://en.wikipedia.org/wiki/HTTP_compression\">HTTP Compression</a> is one of the best practices how to speed up web applications and it's also recommended for HAR files.</p>\n<p class=\"bullet\">\n<p align=\"center\">\n<em>Doc translation to <a href=\"http://weizhifeng.net/2011/03/26/http-archive-specification-chinese/\">Chinese</a> provided by Jeremy.</em></p>\n </div>\n \n </div>\n\n \n</div>\n<hr />\n\n<div id=\"sidebar\">\n<div class=\"top\"></div>\n<div class=\"main_sidebar\">\n\n\t<div class=\"block\">\n <h3>Search:</h3>\n <form id=\"searchform\" method=\"get\" action=\"http://www.softwareishard.com/blog\">\n\t\t<input class=\"cerca_modulo\" type=\"text\" name=\"s\" id=\"s\" size=\"12\" />\n\t\t<input class=\"cerca_invio\" type=\"submit\" value=\"Search\" />\n\t</form>\n\t</div>\n<div class=\"block\"><h3>About Jan Odvarko</h3>\n\t<ul class='xoxo blogroll'>\n<li><a href=\"http://www.softwareishard.com/blog/about/\" title=\"About Me\">About Me</a></li>\n<li><a href=\"https://github.com/janodvarko\">GitHub</a></li>\n<li><a href=\"https://plus.google.com/+JanOdvarko\">Google+</a></li>\n<li><a href=\"http://www.linkedin.com/in/odvarko\">LinkedIn</a></li>\n<li><a href=\"https://www.ohloh.net/p/firebug/contributors/20658792769607\">Ohloh</a></li>\n<li><a href=\"http://www.quora.com/Jan-Odvarko\">Quora</a></li>\n<li><a href=\"https://twitter.com/janodvarko\">Twitter</a></li>\n\n\t</ul>\n</div>\n<div class=\"block\"><h3>About My Projects</h3>\n\t<ul class='xoxo blogroll'>\n<li><a href=\"http://www.softwareishard.com/domplate/runner/index.php\" title=\"Check out Domplate templates online\">Domplate Runner</a></li>\n<li><a href=\"http://getfirebug.com\">Firebug</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firecookie/\" title=\"Firebug extension for managing cookies\">Firecookie</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/har-adopters/\" title=\"List of tools supporting HAR format\">HAR Adopters</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/har-export-trigger/\" title=\"Automate HAR export in Firefox 42\">HAR Export Trigger</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/har-viewer/\" title=\"HTTP Archive Viewer – preview HAR files online\">HAR Viewer</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/har-12-spec/\" title=\"JSON based format for data collected by HTTP monitoring tools\">HTTP Archive Spec 1.2 (HAR)</a></li>\n<li><a href=\"https://github.com/firebug/websocket-monitor\">Web Socket Monitor</a></li>\n\n\t</ul>\n</div>\n<div class=\"block\"><h3>Domplate Tutorial</h3>\n\t<ul class='xoxo blogroll'>\n<li><a href=\"http://www.softwareishard.com/blog/planet-mozilla/domplate-examples-part-i/\" title=\"Set of examples about Domplate.\">Part I. Examples</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/domplate/domplate-examples-part-ii/\" title=\"Set of examples about Domplate.\">Part II. Examples</a></li>\n\n\t</ul>\n</div>\n<div class=\"block\"><h3>Extending Firebug Tutorial</h3>\n\t<ul class='xoxo blogroll'>\n<li><a href=\"http://www.softwareishard.com/blog/?p=3\">Part I. Hello World!</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/?p=4\">Part II. Toolbar</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/?p=7\">Part III. Options</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/?p=10\">Part IV. Localization</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-activable-panel-part-ix/\">Part IX. Activable Panel</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-domplate-part-v/\">Part V. Domplate</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-yahoo-search-part-vi/\">Part VI. Yahoo! Search</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-customize-net-panel-part-vii/\">Part VII. Customize Net Panel</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-net-panel-listener-part-viii/\">Part VIII. Net Panel Listener</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-inspector-part-x/\">Part X. Inspector</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-infotip-part-xi/\">Part XI. Infotip</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-hello-amd-part-xii/\">Part XII. Hello AMD!</a></li>\n\n\t</ul>\n</div>\n<div class=\"block\"><h3>Miscellaneous</h3>\n\t<ul class='xoxo blogroll'>\n<li><a href=\"http://www.softwareishard.com/blog/extending-firebug/\" title=\"How to develop extension for Firebug\">Extending Firebug</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/category/firebug-extension/\" title=\"Posts about existing Firebug extensions\">Firebug Extensions</a></li>\n<li><a href=\"http://www.softwareishard.com/blog/firebug-tips/\" title=\"Various Firebug features explained\">Firebug Tips & Tricks</a></li>\n\n\t</ul>\n</div>\n<div class=\"block\"><h3>Subscribe</h3>\n\t<ul class='xoxo blogroll'>\n<li><a href=\"http://feeds.feedburner.com/CommentsForSoftwareIsHard\">Comments</a></li>\n<li><a href=\"http://onswipe.com/janodvarko\" title=\"iPad enabled theme\">iPad</a></li>\n<li><a href=\"http://feeds.feedburner.com/SoftwareIsHard\">Posts</a></li>\n\n\t</ul>\n</div>\n<div class=\"block\"><h3>Categories</h3>\t\t<ul>\n\t<li class=\"cat-item cat-item-174\"><a href=\"http://www.softwareishard.com/blog/category/consoleexport/\" >ConsoleExport</a>\n</li>\n\t<li class=\"cat-item cat-item-195\"><a href=\"http://www.softwareishard.com/blog/category/design-pattern/\" >Design Pattern</a>\n</li>\n\t<li class=\"cat-item cat-item-198\"><a href=\"http://www.softwareishard.com/blog/category/developer-tools/\" >Developer Tools</a>\n</li>\n\t<li class=\"cat-item cat-item-69\"><a href=\"http://www.softwareishard.com/blog/category/documentation/\" >Documentation</a>\n</li>\n\t<li class=\"cat-item cat-item-19\"><a href=\"http://www.softwareishard.com/blog/category/domplate/\" >Domplate</a>\n</li>\n\t<li class=\"cat-item cat-item-81\"><a href=\"http://www.softwareishard.com/blog/category/eventbug/\" >Eventbug</a>\n</li>\n\t<li class=\"cat-item cat-item-4\"><a href=\"http://www.softwareishard.com/blog/category/firebug-tutorial/\" >Extending Firebug Tutorial</a>\n</li>\n\t<li class=\"cat-item cat-item-45\"><a href=\"http://www.softwareishard.com/blog/category/extension-architecture/\" >Extension Architecture</a>\n</li>\n\t<li class=\"cat-item cat-item-5\"><a href=\"http://www.softwareishard.com/blog/category/firebug/\" >Firebug</a>\n</li>\n\t<li class=\"cat-item cat-item-175\"><a href=\"http://www.softwareishard.com/blog/category/firebug-extension/\" >Firebug Extension</a>\n</li>\n\t<li class=\"cat-item cat-item-189\"><a href=\"http://www.softwareishard.com/blog/category/firebug-lite/\" >Firebug Lite</a>\n</li>\n\t<li class=\"cat-item cat-item-122\"><a href=\"http://www.softwareishard.com/blog/category/firebug-tip/\" >Firebug Tip</a>\n</li>\n\t<li class=\"cat-item cat-item-8\"><a href=\"http://www.softwareishard.com/blog/category/firecookie/\" >Firecookie</a>\n</li>\n\t<li class=\"cat-item cat-item-86\"><a href=\"http://www.softwareishard.com/blog/category/firestarter/\" >Firestarter</a>\n</li>\n\t<li class=\"cat-item cat-item-41\"><a href=\"http://www.softwareishard.com/blog/category/fireunit/\" >Fireunit</a>\n</li>\n\t<li class=\"cat-item cat-item-75\"><a href=\"http://www.softwareishard.com/blog/category/har/\" >HAR</a>\n</li>\n\t<li class=\"cat-item cat-item-146\"><a href=\"http://www.softwareishard.com/blog/category/http-monitor/\" >HTTP Monitor</a>\n</li>\n\t<li class=\"cat-item cat-item-145\"><a href=\"http://www.softwareishard.com/blog/category/memory-leaks/\" >Memory Leaks</a>\n</li>\n\t<li class=\"cat-item cat-item-59\"><a href=\"http://www.softwareishard.com/blog/category/netexport/\" >NetExport</a>\n</li>\n\t<li class=\"cat-item cat-item-199\"><a href=\"http://www.softwareishard.com/blog/category/page-load-performance/\" >Page Load Performance</a>\n</li>\n\t<li class=\"cat-item cat-item-196\"><a href=\"http://www.softwareishard.com/blog/category/pixel-perfect/\" >Pixel Perfect</a>\n</li>\n\t<li class=\"cat-item cat-item-18\"><a href=\"http://www.softwareishard.com/blog/category/planet-mozilla/\" >Planet Mozilla</a>\n</li>\n\t<li class=\"cat-item cat-item-34\"><a href=\"http://www.softwareishard.com/blog/category/prism/\" >Prism</a>\n</li>\n\t<li class=\"cat-item cat-item-217\"><a href=\"http://www.softwareishard.com/blog/category/react/\" >React</a>\n</li>\n\t<li class=\"cat-item cat-item-110\"><a href=\"http://www.softwareishard.com/blog/category/release/\" >Release</a>\n</li>\n\t<li class=\"cat-item cat-item-147\"><a href=\"http://www.softwareishard.com/blog/category/selenium/\" >Selenium</a>\n</li>\n\t<li class=\"cat-item cat-item-43\"><a href=\"http://www.softwareishard.com/blog/category/testing/\" >Testing</a>\n</li>\n\t<li class=\"cat-item cat-item-1\"><a href=\"http://www.softwareishard.com/blog/category/uncategorized/\" >Uncategorized</a>\n</li>\n\t<li class=\"cat-item cat-item-197\"><a href=\"http://www.softwareishard.com/blog/category/websockets/\" >WebSockets</a>\n</li>\n\t\t</ul>\n</div><div class=\"block\"><h3>Recent Tweets</h3><div id=\"widget_twitter_vjck\" ><ul><div id=\"twitter_time_line\" style=\"width:100%; overflow:hidden;\" ><script type=\"text/javascript\">function flip_twitter_image(arg) {var targetTagID = window.document.getElementById(arg); var styleStr = (window.document.documentElement.getAttribute(\"style\") == window.document.documentElement.style) ? targetTagID.style.cssText : targetTagID.getAttribute( \"style\" ); var nonString = styleStr.match( /display:.*?none;/g ); var nonPos = nonString ? styleStr.indexOf( nonString ) : -1; if( nonPos >= 0 ) { styleStr = styleStr.substring( 0, nonPos ) + styleStr.substring( nonPos + nonString.length, styleStr.length ); styleStr = styleStr + \"display:block;\"; }else{ var blkString = styleStr.match( /display:.*?block;/g ); var blkPos = blkString ? styleStr.indexOf( blkString ) : -1; if( blkPos >= 0 ) { styleStr = styleStr.substring( 0, blkPos ) + styleStr.substring( blkPos + blkString.length, styleStr.length ); } styleStr = styleStr + \"display:none;\"; } if( styleStr ) { if( window.document.documentElement.getAttribute(\"style\") == window.document.documentElement.style ) { targetTagID.style.cssText = styleStr; }else{ targetTagID.setAttribute( \"style\", styleStr); }}}</script><li>The HAR Show: Capturing and Analyzing performance data with HTTP Archive format\n <br /><a href=\"http://t.co/q2N3U8zU\" target=\"_blank\" >http://t.co/q2N3U8zU</a></li><li>Firebug Tip: The Start Button <br /><a href=\"http://t.co/CY6IsFsg\" target=\"_blank\" >http://t.co/CY6IsFsg</a></li><li><a href=\"http://twitter.com/search?q=%23Firebug\" target=\"_blank\" >#Firebug</a> Tip: What the heck is BFCache? <br /><a href=\"http://t.co/OZNjSBkt\" target=\"_blank\" >http://t.co/OZNjSBkt</a></li><li><a href=\"http://twitter.com/search?q=%23Firebug\" target=\"_blank\" >#Firebug</a> Tip: Log Function Calls <br /><a href=\"http://t.co/WcdIVV8q\" target=\"_blank\" >http://t.co/WcdIVV8q</a></li><li><a href=\"http://twitter.com/search?q=%23Firebug\" target=\"_blank\" >#Firebug</a> Tip: Log DOM Events <br /><a href=\"http://t.co/dvrs5jdl\" target=\"_blank\" >http://t.co/dvrs5jdl</a></li></div></ul></div><!-- cached --></div></div>\n<div class=\"bottom\"></div>\n</div><div class=\"clear\"></div>\n\n<div id=\"footer\">\n<a href=\"http://www.wordpress.org\"><img src=\"http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/wordpress.gif\" alt=\"Wordpress.org\"/></a>\n<a href=\"http://www.creativebits.it/news/tema-wordpress-minibits/\"><img src=\"http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/creativebits.gif\" alt=\"clearPaper by CreativeBits.it\"/></a>\n\t<span>Copyright © 2007 Software is hard. All rights reserved.</span>\n\t<span><a href=\"http://validator.w3.org/check/referer\" title=\"Pagina valida XHTML 1.0 Transitional\">Xhtml</a>, <a href=\"http://jigsaw.w3.org/css-validator/check/referer\" title=\"Pagina valida CSS v.1\">Css</a>, <a href=\"http://www.softwareishard.com/blog/feed/\">Rss</a>. Powered by <a href=\"http://www.creativebits.it/news/tema-wordpress-minibits/\">miniBits</a> & <a href=\"http://www.wordpress.org/\">Wordpress</a>.</span></div>\n\n</div>\n\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JQLBSettings = {\"fitToScreen\":\"0\",\"resizeSpeed\":\"400\",\"displayDownloadLink\":\"0\",\"navbarOnTop\":\"0\",\"loopImages\":\"\",\"resizeCenter\":\"\",\"marginSize\":\"\",\"linkTarget\":\"\",\"help\":\"\",\"prevLinkTitle\":\"previous image\",\"nextLinkTitle\":\"next image\",\"prevLinkText\":\"\\u00ab Previous\",\"nextLinkText\":\"Next \\u00bb\",\"closeTitle\":\"close image gallery\",\"image\":\"Image \",\"of\":\" of \",\"download\":\"Download\",\"jqlb_overlay_opacity\":\"80\",\"jqlb_overlay_color\":\"#000000\",\"jqlb_overlay_close\":\"1\",\"jqlb_border_width\":\"10\",\"jqlb_border_color\":\"#ffffff\",\"jqlb_border_radius\":\"0\",\"jqlb_image_info_background_transparency\":\"100\",\"jqlb_image_info_bg_color\":\"#ffffff\",\"jqlb_image_info_text_color\":\"#000000\",\"jqlb_image_info_text_fontsize\":\"10\",\"jqlb_show_text_for_image\":\"1\",\"jqlb_next_image_title\":\"next image\",\"jqlb_previous_image_title\":\"previous image\",\"jqlb_next_button_image\":\"http:\\/\\/www.softwareishard.com\\/blog\\/wp-content\\/plugins\\/wp-lightbox-2\\/styles\\/images\\/next.gif\",\"jqlb_previous_button_image\":\"http:\\/\\/www.softwareishard.com\\/blog\\/wp-content\\/plugins\\/wp-lightbox-2\\/styles\\/images\\/prev.gif\",\"jqlb_maximum_width\":\"\",\"jqlb_maximum_height\":\"\",\"jqlb_show_close_button\":\"1\",\"jqlb_close_image_title\":\"close image gallery\",\"jqlb_close_image_max_heght\":\"22\",\"jqlb_image_for_close_lightbox\":\"http:\\/\\/www.softwareishard.com\\/blog\\/wp-content\\/plugins\\/wp-lightbox-2\\/styles\\/images\\/closelabel.gif\",\"jqlb_keyboard_navigation\":\"1\",\"jqlb_popup_size_fix\":\"0\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.softwareishard.com/blog/wp-content/plugins/wp-lightbox-2/wp-lightbox-2.min.js?ver=1.3.4.1'></script>\n<script type='text/javascript' src='http://www.softwareishard.com/blog/wp-includes/js/wp-embed.min.js?ver=4.7.19'></script>\n\n<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">\r\n</script>\r\n<script type=\"text/javascript\">\r\n_uacct = \"UA-3586722-1\";\r\nurchinTracker();\r\n</script>\n</body>\n</html>"
|
|
170
|
+
},
|
|
171
|
+
"redirectURL": "",
|
|
172
|
+
"headersSize": 567,
|
|
173
|
+
"bodySize": 14025,
|
|
174
|
+
"_transferSize": 14592,
|
|
175
|
+
"_error": null
|
|
176
|
+
},
|
|
177
|
+
"serverIPAddress": "91.239.200.59",
|
|
178
|
+
"startedDateTime": "2021-03-15T20:04:59.283Z",
|
|
179
|
+
"time": 1048.8310000000638,
|
|
180
|
+
"timings": {
|
|
181
|
+
"blocked": 4.788999999823165,
|
|
182
|
+
"dns": -1,
|
|
183
|
+
"ssl": -1,
|
|
184
|
+
"connect": -1,
|
|
185
|
+
"send": 0.11099999999999999,
|
|
186
|
+
"wait": 863.0880000001453,
|
|
187
|
+
"receive": 180.84300000009534,
|
|
188
|
+
"_blocked_queueing": 3.131999999823165
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"_initiator": {
|
|
193
|
+
"type": "parser",
|
|
194
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
195
|
+
"lineNumber": 103
|
|
196
|
+
},
|
|
197
|
+
"_priority": "VeryHigh",
|
|
198
|
+
"_resourceType": "stylesheet",
|
|
199
|
+
"cache": {},
|
|
200
|
+
"connection": "49210",
|
|
201
|
+
"pageref": "page_1",
|
|
202
|
+
"request": {
|
|
203
|
+
"method": "GET",
|
|
204
|
+
"url": "http://www.softwareishard.com/blog/wp-content/plugins/wp-lightbox-2/styles/lightbox.min.css?ver=1.3.4",
|
|
205
|
+
"httpVersion": "HTTP/1.1",
|
|
206
|
+
"headers": [
|
|
207
|
+
{
|
|
208
|
+
"name": "Host",
|
|
209
|
+
"value": "www.softwareishard.com"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "Connection",
|
|
213
|
+
"value": "keep-alive"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "Pragma",
|
|
217
|
+
"value": "no-cache"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "Cache-Control",
|
|
221
|
+
"value": "no-cache"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "User-Agent",
|
|
225
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "Accept",
|
|
229
|
+
"value": "text/css,*/*;q=0.1"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "Referer",
|
|
233
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "Accept-Encoding",
|
|
237
|
+
"value": "gzip, deflate"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "Accept-Language",
|
|
241
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "Cookie",
|
|
245
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"queryString": [
|
|
249
|
+
{
|
|
250
|
+
"name": "ver",
|
|
251
|
+
"value": "1.3.4"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"cookies": [
|
|
255
|
+
{
|
|
256
|
+
"name": "__utmc",
|
|
257
|
+
"value": "57327400",
|
|
258
|
+
"expires": null,
|
|
259
|
+
"httpOnly": false,
|
|
260
|
+
"secure": false
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "__utma",
|
|
264
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
265
|
+
"expires": null,
|
|
266
|
+
"httpOnly": false,
|
|
267
|
+
"secure": false
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "__utmz",
|
|
271
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
272
|
+
"expires": null,
|
|
273
|
+
"httpOnly": false,
|
|
274
|
+
"secure": false
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"headersSize": 666,
|
|
278
|
+
"bodySize": 0
|
|
279
|
+
},
|
|
280
|
+
"response": {
|
|
281
|
+
"status": 200,
|
|
282
|
+
"statusText": "OK",
|
|
283
|
+
"httpVersion": "HTTP/1.1",
|
|
284
|
+
"headers": [
|
|
285
|
+
{
|
|
286
|
+
"name": "Date",
|
|
287
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "Server",
|
|
291
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "Vary",
|
|
295
|
+
"value": "User-Agent,Accept-Encoding"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "Last-Modified",
|
|
299
|
+
"value": "Wed, 18 Feb 2015 23:24:46 GMT"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "ETag",
|
|
303
|
+
"value": "\"c1d-50f651ff7cb80-gzip\""
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "Accept-Ranges",
|
|
307
|
+
"value": "bytes"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"name": "Content-Encoding",
|
|
311
|
+
"value": "gzip"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "Cache-Control",
|
|
315
|
+
"value": "max-age=604800"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "Expires",
|
|
319
|
+
"value": "Mon, 22 Mar 2021 20:05:00 GMT"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "Content-Length",
|
|
323
|
+
"value": "1159"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "Keep-Alive",
|
|
327
|
+
"value": "timeout=5, max=100"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "Connection",
|
|
331
|
+
"value": "Keep-Alive"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "Content-Type",
|
|
335
|
+
"value": "text/css"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"cookies": [],
|
|
339
|
+
"content": {
|
|
340
|
+
"size": 3101,
|
|
341
|
+
"mimeType": "text/css",
|
|
342
|
+
"compression": 1942,
|
|
343
|
+
"text": "/**\r\n * WP jQuery Lightbox\r\n * Version 1.3.4 - 2011-12-29\r\n * http://wordpress.org/extend/plugins/wp-jquery-lightbox/ \r\n */\r\n#lightbox{\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\twidth: 100%;\r\n\tz-index: 10100;/*twentyeleven keeps the header at 999...*/\r\n\ttext-align: center;\r\n\tline-height: 0;\r\n\t}\r\n\r\n#jqlb_loading{\r\n\theight:32px;\r\n\tbackground-image:url('./images/loading.gif');\r\n\tbackground-repeat:no-repeat;\t\t\t\t\r\n\tbackground-position:center center; \t\t\r\n}\t\r\n#jqlb_closelabel{\r\n\theight:22px;\r\n\tbackground-image:url('./images/closelabel.gif');\r\n\tbackground-repeat:no-repeat;\t\t\t\t\r\n\tbackground-position:center center;\r\n}\t\r\n\r\n#lightbox a img{ border: none; }\r\n\r\n#outerImageContainer{\r\n\tposition: relative;\r\n\tbackground-color: #fff;\r\n\twidth: 250px;\r\n\theight: 250px;\r\n\tmargin: 0 auto;\r\n\t}\r\n\r\n#imageContainer{\r\n\tpadding: 10px;\r\n\t}\r\n\r\n#loading{\r\n\tposition: absolute;\r\n\ttop: 40%;\r\n\tleft: 0%;\r\n\theight: 25%;\r\n\twidth: 100%;\r\n\ttext-align: center;\r\n\tline-height: 0;\r\n\t}\r\n#hoverNav{\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\theight: 100%;\r\n\twidth: 100%;\r\n\tz-index: 10;\r\n\t}\r\n#imageContainer>#hoverNav{ left: 0;}\r\n#hoverNav a{ outline: none;}\r\n\r\n#prevLink, #nextLink{\r\n\twidth: 45%;\r\n\theight: 100%;\r\n\tbackground: transparent url('./images/blank.gif') no-repeat; /* Trick IE into showing hover */\r\n\tdisplay: block;\r\n\t}\r\n#prevLink { left: 0; float: left;}\r\n#nextLink { right: 0; float: right;}\r\n#prevLink:hover, #prevLink:visited:hover { background: url('./images/prev.gif') left 50% no-repeat; }\r\n#nextLink:hover, #nextLink:visited:hover { background: url('./images/next.gif') right 50% no-repeat; }\r\n\r\n/*** START : next / previous text links ***/\r\n#nextLinkText, #prevLinkText{\r\ncolor: #FF9834;\r\nfont-weight:bold;\r\ntext-decoration: none;\r\n}\r\n#nextLinkText{\r\npadding-left: 20px;\r\n}\r\n#prevLinkText{\r\npadding-right: 20px;\r\n}\r\n#downloadLink{\r\nmargin-left: 10px;\r\n}\t\r\n/*** END : next / previous text links ***/\r\n/*** START : added padding when navbar is on top ***/\r\n\r\n.ontop #imageData {\r\n padding-top: 5px;\r\n}\r\n\r\n/*** END : added padding when navbar is on top ***/\r\n\r\n#imageDataContainer{\r\n\tfont: 10px Verdana, Helvetica, sans-serif;\r\n\tbackground-color: #fff;\r\n\tmargin: 0 auto;\r\n\tline-height: 1.4em;\r\n\t}\r\n\r\n#imageData{\r\n\tpadding:0 10px;\r\n\t}\r\n#imageData #imageDetails{ width: 70%; float: left; text-align: left; }\t\r\n#imageData #caption{ font-weight: bold;\t}\r\n#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;\t}\r\n#imageData #bottomNavClose{ float: right; padding-bottom: 0.7em;\t}\r\n#imageData #helpDisplay {clear: left; float: left; display: block; }\r\n\r\n#overlay{\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\tz-index: 10090;\r\n\twidth: 100%;\r\n\theight: 500px;\r\n\tbackground-color: #000;\r\n\tfilter:alpha(opacity=60);\r\n\t-moz-opacity: 0.6;\r\n\topacity: 0.6;\r\n\tdisplay: none;\r\n\t}\r\n\t\r\n\r\n.clearfix:after {\r\n\tcontent: \".\"; \r\n\tdisplay: block; \r\n\theight: 0; \r\n\tclear: both; \r\n\tvisibility: hidden;\r\n\t}\r\n\r\n* html>body .clearfix {\r\n\tdisplay: inline-block; \r\n\twidth: 100%;\r\n\t}\r\n\r\n* html .clearfix {\r\n\t/* Hides from IE-mac \\*/\r\n\theight: 1%;\r\n\t/* End hide from IE-mac */\r\n\t}\t\r\n\r\n#lightboxIframe {\r\n\tdisplay: none;\r\n}\t\r\n"
|
|
344
|
+
},
|
|
345
|
+
"redirectURL": "",
|
|
346
|
+
"headersSize": 419,
|
|
347
|
+
"bodySize": 1159,
|
|
348
|
+
"_transferSize": 1578,
|
|
349
|
+
"_error": null
|
|
350
|
+
},
|
|
351
|
+
"serverIPAddress": "91.239.200.59",
|
|
352
|
+
"startedDateTime": "2021-03-15T20:05:00.192Z",
|
|
353
|
+
"time": 206.52400000108173,
|
|
354
|
+
"timings": {
|
|
355
|
+
"blocked": 4.694999999997789,
|
|
356
|
+
"dns": -1,
|
|
357
|
+
"ssl": -1,
|
|
358
|
+
"connect": -1,
|
|
359
|
+
"send": 0.129,
|
|
360
|
+
"wait": 200.46700000021792,
|
|
361
|
+
"receive": 1.2330000008660136,
|
|
362
|
+
"_blocked_queueing": 1.756999999997788
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"_initiator": {
|
|
367
|
+
"type": "parser",
|
|
368
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
369
|
+
"lineNumber": 104
|
|
370
|
+
},
|
|
371
|
+
"_priority": "High",
|
|
372
|
+
"_resourceType": "script",
|
|
373
|
+
"cache": {},
|
|
374
|
+
"connection": "49499",
|
|
375
|
+
"pageref": "page_1",
|
|
376
|
+
"request": {
|
|
377
|
+
"method": "GET",
|
|
378
|
+
"url": "http://www.softwareishard.com/blog/wp-includes/js/jquery/jquery.js?ver=1.12.4",
|
|
379
|
+
"httpVersion": "HTTP/1.1",
|
|
380
|
+
"headers": [
|
|
381
|
+
{
|
|
382
|
+
"name": "Host",
|
|
383
|
+
"value": "www.softwareishard.com"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "Connection",
|
|
387
|
+
"value": "keep-alive"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "Pragma",
|
|
391
|
+
"value": "no-cache"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "Cache-Control",
|
|
395
|
+
"value": "no-cache"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "User-Agent",
|
|
399
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "Accept",
|
|
403
|
+
"value": "*/*"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "Referer",
|
|
407
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "Accept-Encoding",
|
|
411
|
+
"value": "gzip, deflate"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "Accept-Language",
|
|
415
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "Cookie",
|
|
419
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"queryString": [
|
|
423
|
+
{
|
|
424
|
+
"name": "ver",
|
|
425
|
+
"value": "1.12.4"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"cookies": [
|
|
429
|
+
{
|
|
430
|
+
"name": "__utmc",
|
|
431
|
+
"value": "57327400",
|
|
432
|
+
"expires": null,
|
|
433
|
+
"httpOnly": false,
|
|
434
|
+
"secure": false
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "__utma",
|
|
438
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
439
|
+
"expires": null,
|
|
440
|
+
"httpOnly": false,
|
|
441
|
+
"secure": false
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "__utmz",
|
|
445
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
446
|
+
"expires": null,
|
|
447
|
+
"httpOnly": false,
|
|
448
|
+
"secure": false
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"headersSize": 627,
|
|
452
|
+
"bodySize": 0
|
|
453
|
+
},
|
|
454
|
+
"response": {
|
|
455
|
+
"status": 200,
|
|
456
|
+
"statusText": "OK",
|
|
457
|
+
"httpVersion": "HTTP/1.1",
|
|
458
|
+
"headers": [
|
|
459
|
+
{
|
|
460
|
+
"name": "Date",
|
|
461
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "Server",
|
|
465
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "Vary",
|
|
469
|
+
"value": "User-Agent,Accept-Encoding"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "Last-Modified",
|
|
473
|
+
"value": "Thu, 05 Sep 2019 01:32:16 GMT"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "ETag",
|
|
477
|
+
"value": "\"17a6a-591c44ab55e67-gzip\""
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "Accept-Ranges",
|
|
481
|
+
"value": "bytes"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "Content-Encoding",
|
|
485
|
+
"value": "gzip"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "Cache-Control",
|
|
489
|
+
"value": "max-age=1209600"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "Expires",
|
|
493
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "Content-Length",
|
|
497
|
+
"value": "33776"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "Keep-Alive",
|
|
501
|
+
"value": "timeout=5, max=100"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "Connection",
|
|
505
|
+
"value": "Keep-Alive"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "Content-Type",
|
|
509
|
+
"value": "application/javascript"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"cookies": [],
|
|
513
|
+
"content": {
|
|
514
|
+
"size": 96874,
|
|
515
|
+
"mimeType": "application/javascript",
|
|
516
|
+
"compression": 63098,
|
|
517
|
+
"text": "/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license | WordPress 2019-05-16 */\n!function(a,b){\"object\"==typeof module&&\"object\"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error(\"jQuery requires a window with a document\");return b(a)}:b(a)}(\"undefined\"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m=\"1.12.4\",n=function(a,b){return new n.fn.init(a,b)},o=/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,p=/^-ms-/,q=/-([\\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:\"\",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?a<0?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c<b?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for(\"boolean\"==typeof g&&(j=g,g=arguments[h]||{},h++),\"object\"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);h<i;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],\"__proto__\"!==d&&g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:\"jQuery\"+(m+Math.random()).replace(/\\D/g,\"\"),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return\"function\"===n.type(a)},isArray:Array.isArray||function(a){return\"array\"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||\"object\"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,\"constructor\")&&!k.call(a.constructor.prototype,\"isPrototypeOf\"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+\"\":\"object\"==typeof a||\"function\"==typeof a?i[j.call(a)]||\"object\":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,\"ms-\").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;d<c;d++)if(!1===b.call(a[d],d,a[d]))break}else for(d in a)if(!1===b.call(a[d],d,a[d]))break;return a},trim:function(a){return null==a?\"\":(a+\"\").replace(o,\"\")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,\"string\"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?c<0?Math.max(0,d+c):c:0;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(d<c)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;f<g;f++)(d=!b(a[f],f))!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;g<d;g++)null!=(e=b(a[g],g,c))&&h.push(e);else for(g in a)null!=(e=b(a[g],g,c))&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;if(\"string\"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a))return c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d},now:function(){return+new Date},support:l}),\"function\"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each(\"Boolean Number String Function Array Date RegExp Object Error Symbol\".split(\" \"),function(a,b){i[\"[object \"+b+\"]\"]=b.toLowerCase()});function s(a){var b=!!a&&\"length\"in a&&a.length,c=n.type(a);return\"function\"!==c&&!n.isWindow(a)&&(\"array\"===c||0===b||\"number\"==typeof b&&b>0&&b-1 in a)}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u=\"sizzle\"+1*new Date,v=a.document,w=0,x=0,y=fa(),z=fa(),A=fa(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return c;return-1},K=\"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",L=\"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",M=\"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",N=\"\\\\[\"+L+\"*(\"+M+\")(?:\"+L+\"*([*^$|!~]?=)\"+L+\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\"+M+\"))|)\"+L+\"*\\\\]\",O=\":(\"+M+\")(?:\\\\((('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\"+N+\")*)|.*)\\\\)|)\",P=new RegExp(L+\"+\",\"g\"),Q=new RegExp(\"^\"+L+\"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\"+L+\"+$\",\"g\"),R=new RegExp(\"^\"+L+\"*,\"+L+\"*\"),S=new RegExp(\"^\"+L+\"*([>+~]|\"+L+\")\"+L+\"*\"),T=new RegExp(\"=\"+L+\"*([^\\\\]'\\\"]*?)\"+L+\"*\\\\]\",\"g\"),U=new RegExp(O),V=new RegExp(\"^\"+M+\"$\"),W={ID:new RegExp(\"^#(\"+M+\")\"),CLASS:new RegExp(\"^\\\\.(\"+M+\")\"),TAG:new RegExp(\"^(\"+M+\"|[*])\"),ATTR:new RegExp(\"^\"+N),PSEUDO:new RegExp(\"^\"+O),CHILD:new RegExp(\"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\"+L+\"*(even|odd|(([+-]|)(\\\\d*)n|)\"+L+\"*(?:([+-]|)\"+L+\"*(\\\\d+)|))\"+L+\"*\\\\)|)\",\"i\"),bool:new RegExp(\"^(?:\"+K+\")$\",\"i\"),needsContext:new RegExp(\"^\"+L+\"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\"+L+\"*((?:-\\\\d)?\\\\d*)\"+L+\"*\\\\)|)(?=[^-]|$)\",\"i\")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\\d$/i,Z=/^[^{]+\\{\\s*\\[native \\w/,$=/^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,_=/[+~]/,aa=/'|\\\\/g,ba=new RegExp(\"\\\\\\\\([\\\\da-f]{1,6}\"+L+\"?|(\"+L+\")|.)\",\"ig\"),ca=function(a,b,c){var d=\"0x\"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(xa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ea(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],\"string\"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+\" \"]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if(\"object\"!==b.nodeName.toLowerCase()){(k=b.getAttribute(\"id\"))?k=k.replace(aa,\"\\\\$&\"):b.setAttribute(\"id\",k=u),r=g(a),h=r.length,l=V.test(k)?\"#\"+k:\"[id='\"+k+\"']\";while(h--)r[h]=l+\" \"+pa(r[h]);s=r.join(\",\"),w=_.test(a)&&na(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute(\"id\")}}}return i(a.replace(Q,\"$1\"),b,d,e)}function fa(){var a=[];function b(c,e){return a.push(c+\" \")>d.cacheLength&&delete b[a.shift()],b[c+\" \"]=e}return b}function ga(a){return a[u]=!0,a}function ha(a){var b=n.createElement(\"div\");try{return!!a(b)}catch(xa){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ia(a,b){var c=a.split(\"|\"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ja(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ka(a){return function(b){return\"input\"===b.nodeName.toLowerCase()&&b.type===a}}function la(a){return function(b){var c=b.nodeName.toLowerCase();return(\"input\"===c||\"button\"===c)&&b.type===a}}function ma(a){return ga(function(b){return b=+b,ga(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function na(a){return a&&void 0!==a.getElementsByTagName&&a}c=ea.support={},f=ea.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&\"HTML\"!==b.nodeName},m=ea.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener(\"unload\",da,!1):e.attachEvent&&e.attachEvent(\"onunload\",da)),c.attributes=ha(function(a){return a.className=\"i\",!a.getAttribute(\"className\")}),c.getElementsByTagName=ha(function(a){return a.appendChild(n.createComment(\"\")),!a.getElementsByTagName(\"*\").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ha(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(void 0!==b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute(\"id\")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c=void 0!==a.getAttributeNode&&a.getAttributeNode(\"id\");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return void 0!==b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if(\"*\"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if(void 0!==b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ha(function(a){o.appendChild(a).innerHTML=\"<a id='\"+u+\"'></a><select id='\"+u+\"-\\r\\\\' msallowcapture=''><option selected=''></option></select>\",a.querySelectorAll(\"[msallowcapture^='']\").length&&q.push(\"[*^$]=\"+L+\"*(?:''|\\\"\\\")\"),a.querySelectorAll(\"[selected]\").length||q.push(\"\\\\[\"+L+\"*(?:value|\"+K+\")\"),a.querySelectorAll(\"[id~=\"+u+\"-]\").length||q.push(\"~=\"),a.querySelectorAll(\":checked\").length||q.push(\":checked\"),a.querySelectorAll(\"a#\"+u+\"+*\").length||q.push(\".#.+[+~]\")}),ha(function(a){var b=n.createElement(\"input\");b.setAttribute(\"type\",\"hidden\"),a.appendChild(b).setAttribute(\"name\",\"D\"),a.querySelectorAll(\"[name=d]\").length&&q.push(\"name\"+L+\"*[*^$|!~]?=\"),a.querySelectorAll(\":enabled\").length||q.push(\":enabled\",\":disabled\"),a.querySelectorAll(\"*,:x\"),q.push(\",.*:\")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ha(function(a){c.disconnectedMatch=s.call(a,\"div\"),s.call(a,\"[s!='']:x\"),r.push(\"!=\",O)}),q=q.length&&new RegExp(q.join(\"|\")),r=r.length&&new RegExp(r.join(\"|\")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d||(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ja(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ja(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ea.matches=function(a,b){return ea(a,null,null,b)},ea.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,\"='$1']\"),c.matchesSelector&&p&&!A[b+\" \"]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(xa){}return ea(b,n,null,[a]).length>0},ea.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ea.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ea.error=function(a){throw new Error(\"Syntax error, unrecognized expression: \"+a)},ea.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ea.getText=function(a){var b,c=\"\",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if(\"string\"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ea.selectors={cacheLength:50,createPseudo:ga,match:W,attrHandle:{},find:{},relative:{\">\":{dir:\"parentNode\",first:!0},\" \":{dir:\"parentNode\"},\"+\":{dir:\"previousSibling\",first:!0},\"~\":{dir:\"previousSibling\"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||\"\").replace(ba,ca),\"~=\"===a[2]&&(a[3]=\" \"+a[3]+\" \"),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),\"nth\"===a[1].slice(0,3)?(a[3]||ea.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*(\"even\"===a[3]||\"odd\"===a[3])),a[5]=+(a[7]+a[8]||\"odd\"===a[3])):a[3]&&ea.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||\"\":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(\")\",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return\"*\"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+\" \"];return b||(b=new RegExp(\"(^|\"+L+\")\"+a+\"(\"+L+\"|$)\"))&&y(a,function(a){return b.test(\"string\"==typeof a.className&&a.className||void 0!==a.getAttribute&&a.getAttribute(\"class\")||\"\")})},ATTR:function(a,b,c){return function(d){var e=ea.attr(d,a);return null==e?\"!=\"===b:!b||(e+=\"\",\"=\"===b?e===c:\"!=\"===b?e!==c:\"^=\"===b?c&&0===e.indexOf(c):\"*=\"===b?c&&e.indexOf(c)>-1:\"$=\"===b?c&&e.slice(-c.length)===c:\"~=\"===b?(\" \"+e.replace(P,\" \")+\" \").indexOf(c)>-1:\"|=\"===b&&(e===c||e.slice(0,c.length+1)===c+\"-\"))}},CHILD:function(a,b,c,d,e){var f=\"nth\"!==a.slice(0,3),g=\"last\"!==a.slice(-4),h=\"of-type\"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?\"nextSibling\":\"previousSibling\",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p=\"only\"===a&&!o&&\"nextSibling\"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),!1===t)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return(t-=e)===d||t%d==0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ea.error(\"unsupported pseudo: \"+a);return e[u]?e(b):e.length>1?(c=[a,a,\"\",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ga(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ga(function(a){var b=[],c=[],d=h(a.replace(Q,\"$1\"));return d[u]?ga(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ga(function(a){return function(b){return ea(a,b).length>0}}),contains:ga(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ga(function(a){return V.test(a||\"\")||ea.error(\"unsupported lang: \"+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do{if(c=p?b.lang:b.getAttribute(\"xml:lang\")||b.getAttribute(\"lang\"))return(c=c.toLowerCase())===a||0===c.indexOf(a+\"-\")}while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return!1===a.disabled},disabled:function(a){return!0===a.disabled},checked:function(a){var b=a.nodeName.toLowerCase();return\"input\"===b&&!!a.checked||\"option\"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,!0===a.selected},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return\"input\"===b&&\"button\"===a.type||\"button\"===b},text:function(a){var b;return\"input\"===a.nodeName.toLowerCase()&&\"text\"===a.type&&(null==(b=a.getAttribute(\"type\"))||\"text\"===b.toLowerCase())},first:ma(function(){return[0]}),last:ma(function(a,b){return[b-1]}),eq:ma(function(a,b,c){return[c<0?c+b:c]}),even:ma(function(a,b){for(var c=0;c<b;c+=2)a.push(c);return a}),odd:ma(function(a,b){for(var c=1;c<b;c+=2)a.push(c);return a}),lt:ma(function(a,b,c){for(var d=c<0?c+b:c;--d>=0;)a.push(d);return a}),gt:ma(function(a,b,c){for(var d=c<0?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ka(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=la(b);function oa(){}oa.prototype=d.filters=d.pseudos,d.setFilters=new oa,g=ea.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+\" \"];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q,\" \")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ea.error(a):z(a,i).slice(0)};function pa(a){for(var b=0,c=a.length,d=\"\";b<c;b++)d+=a[b].value;return d}function qa(a,b,c){var d=b.dir,e=c&&\"parentNode\"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function ra(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sa(a,b,c){for(var d=0,e=b.length;d<e;d++)ea(a,b[d],c);return c}function ta(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;h<i;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function ua(a,b,c,d,e,f){return d&&!d[u]&&(d=ua(d)),e&&!e[u]&&(e=ua(e,f)),ga(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||sa(b||\"*\",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ta(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ta(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ta(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function va(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[\" \"],i=g?1:0,k=qa(function(a){return a===b},h,!0),l=qa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i<f;i++)if(c=d.relative[a[i].type])m=[qa(ra(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;e<f;e++)if(d.relative[a[e].type])break;return ua(i>1&&ra(m),i>1&&pa(a.slice(0,i-1).concat({value:\" \"===a[i-2].type?\"*\":\"\"})).replace(Q,\"$1\"),c,i<e&&va(a.slice(i,e)),e<f&&va(a=a.slice(e)),e<f&&pa(a))}m.push(c)}return ra(m)}function wa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s=\"0\",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG(\"*\",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ta(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ea.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ga(f):f}return h=ea.compile=function(a,b){var c,d=[],e=[],f=A[a+\" \"];if(!f){b||(b=g(a)),c=b.length;while(c--)f=va(b[c]),f[u]?d.push(f):e.push(f);f=A(a,wa(e,d)),f.selector=a}return f},i=ea.select=function(a,b,e,f){var i,j,k,l,m,n=\"function\"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&\"ID\"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(!(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0]))return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&na(b.parentNode)||b))){if(j.splice(i,1),!(a=f.length&&pa(j)))return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&na(b.parentNode)||b),e},c.sortStable=u.split(\"\").sort(B).join(\"\")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ha(function(a){return 1&a.compareDocumentPosition(n.createElement(\"div\"))}),ha(function(a){return a.innerHTML=\"<a href='#'></a>\",\"#\"===a.firstChild.getAttribute(\"href\")})||ia(\"type|href|height|width\",function(a,b,c){if(!c)return a.getAttribute(b,\"type\"===b.toLowerCase()?1:2)}),c.attributes&&ha(function(a){return a.innerHTML=\"<input/>\",a.firstChild.setAttribute(\"value\",\"\"),\"\"===a.firstChild.getAttribute(\"value\")})||ia(\"value\",function(a,b,c){if(!c&&\"input\"===a.nodeName.toLowerCase())return a.defaultValue}),ha(function(a){return null==a.getAttribute(\"disabled\")})||ia(K,function(a,b,c){var d;if(!c)return!0===a[b]?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ea}(a);n.find=t,n.expr=t.selectors,n.expr[\":\"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\\w-]+)\\s*\\/?>(?:<\\/\\1>|)$/,y=/^.[^:#\\[\\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if(\"string\"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=\":not(\"+a+\")\"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if(\"string\"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;b<e;b++)if(n.contains(d[b],this))return!0}));for(b=0;b<e;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+\" \"+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,\"string\"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/;(n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,\"string\"==typeof a){if(!(e=\"<\"===a.charAt(0)&&\">\"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a))||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if((f=d.getElementById(e[2]))&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?void 0!==c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))}).prototype=n.fn,A=n(d);var C=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;b<d;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||\"string\"!=typeof a?n(a,b||this.context):0;d<e;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?\"string\"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function E(a,b){do{a=a[b]}while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,\"parentNode\")},parentsUntil:function(a,b,c){return u(a,\"parentNode\",c)},next:function(a){return E(a,\"nextSibling\")},prev:function(a){return E(a,\"previousSibling\")},nextAll:function(a){return u(a,\"nextSibling\")},prevAll:function(a){return u(a,\"previousSibling\")},nextUntil:function(a,b,c){return u(a,\"nextSibling\",c)},prevUntil:function(a,b,c){return u(a,\"previousSibling\",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,\"iframe\")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return\"Until\"!==a.slice(-5)&&(d=c),d&&\"string\"==typeof d&&(e=n.filter(d,e)),this.length>1&&(D[a]||(e=n.uniqueSort(e)),C.test(a)&&(e=e.reverse())),this.pushStack(e)}});var F=/\\S+/g;function G(a){var b={};return n.each(a.match(F)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a=\"string\"==typeof a?G(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)!1===f[h].apply(c[0],c[1])&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:\"\")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function b(c){n.each(c,function(c,d){n.isFunction(d)?a.unique&&j.has(d)||f.push(d):d&&d.length&&\"string\"!==n.type(d)&&b(d)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c=\"\",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[[\"resolve\",\"done\",n.Callbacks(\"once memory\"),\"resolved\"],[\"reject\",\"fail\",n.Callbacks(\"once memory\"),\"rejected\"],[\"notify\",\"progress\",n.Callbacks(\"memory\")]],c=\"pending\",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+\"With\"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+\"With\"](this===e?d:this,arguments),this},e[f[0]+\"With\"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);b<d;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(!0===a?--n.readyWait:n.isReady)||(n.isReady=!0,!0!==a&&--n.readyWait>0||(H.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler(\"ready\"),n(d).off(\"ready\"))))}});function I(){d.addEventListener?(d.removeEventListener(\"DOMContentLoaded\",J),a.removeEventListener(\"load\",J)):(d.detachEvent(\"onreadystatechange\",J),a.detachEvent(\"onload\",J))}function J(){(d.addEventListener||\"load\"===a.event.type||\"complete\"===d.readyState)&&(I(),n.ready())}n.ready.promise=function(b){if(!H)if(H=n.Deferred(),\"complete\"===d.readyState||\"loading\"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener(\"DOMContentLoaded\",J),a.addEventListener(\"load\",J);else{d.attachEvent(\"onreadystatechange\",J),a.attachEvent(\"onload\",J);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&function b(){if(!n.isReady){try{c.doScroll(\"left\")}catch(e){return a.setTimeout(b,50)}I(),n.ready()}}()}return H.promise(b)},n.ready.promise();var K;for(K in n(l))break;l.ownFirst=\"0\"===K,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;(c=d.getElementsByTagName(\"body\")[0])&&c.style&&(b=d.createElement(\"div\"),e=d.createElement(\"div\"),e.style.cssText=\"position:absolute;border:0;width:0;height:0;top:0;left:-9999px\",c.appendChild(e).appendChild(b),void 0!==b.style.zoom&&(b.style.cssText=\"display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1\",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement(\"div\");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var L=function(a){var b=n.noData[(a.nodeName+\" \").toLowerCase()],c=+a.nodeType||1;return(1===c||9===c)&&(!b||!0!==b&&a.getAttribute(\"classid\")===b)},M=/^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d=\"data-\"+b.replace(N,\"-$1\").toLowerCase();if(\"string\"==typeof(c=a.getAttribute(d))){try{c=\"true\"===c||\"false\"!==c&&(\"null\"===c?null:+c+\"\"===c?+c:M.test(c)?n.parseJSON(c):c)}catch(e){}n.data(a,b,c)}else c=void 0}return c}function P(a){var b\n;for(b in a)if((\"data\"!==b||!n.isEmptyObject(a[b]))&&\"toJSON\"!==b)return!1;return!0}function Q(a,b,d,e){if(L(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||\"string\"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),\"object\"!=typeof b&&\"function\"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),\"string\"==typeof b?null==(f=g[b])&&(f=g[n.camelCase(b)]):f=g,f}}function R(a,b,c){if(L(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(\" \")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{\"applet \":!0,\"embed \":!0,\"object \":\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"},hasData:function(a){return!!(a=a.nodeType?n.cache[a[n.expando]]:a[n.expando])&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,\"parsedAttrs\"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf(\"data-\")&&(d=n.camelCase(d.slice(5)),O(f,d,e[d])));n._data(f,\"parsedAttrs\",!0)}return e}return\"object\"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?O(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;if(a)return b=(b||\"fx\")+\"queue\",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||\"fx\";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};\"inprogress\"===e&&(e=c.shift(),d--),e&&(\"fx\"===b&&c.unshift(\"inprogress\"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+\"queueHooks\";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks(\"once memory\").add(function(){n._removeData(a,b+\"queue\"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return\"string\"!=typeof a&&(b=a,a=\"fx\",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),\"fx\"===a&&\"inprogress\"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||\"fx\",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};\"string\"!=typeof a&&(b=a,a=void 0),a=a||\"fx\";while(g--)(c=n._data(f[g],a+\"queueHooks\"))&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}}),function(){var a;l.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,e;return(c=d.getElementsByTagName(\"body\")[0])&&c.style?(b=d.createElement(\"div\"),e=d.createElement(\"div\"),e.style.cssText=\"position:absolute;border:0;width:0;height:0;top:0;left:-9999px\",c.appendChild(e).appendChild(b),void 0!==b.style.zoom&&(b.style.cssText=\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1\",b.appendChild(d.createElement(\"div\")).style.width=\"5px\",a=3!==b.offsetWidth),c.removeChild(e),a):void 0}}();var S=/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/.source,T=new RegExp(\"^(?:([+-])=|)(\"+S+\")([a-z%]*)$\",\"i\"),U=[\"Top\",\"Right\",\"Bottom\",\"Left\"],V=function(a,b){return a=b||a,\"none\"===n.css(a,\"display\")||!n.contains(a.ownerDocument,a)};function W(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,\"\")},i=h(),j=c&&c[3]||(n.cssNumber[b]?\"\":\"px\"),k=(n.cssNumber[b]||\"px\"!==j&&+i)&&T.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do{f=f||\".5\",k/=f,n.style(a,b,k+j)}while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var X=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if(\"object\"===n.type(c)){e=!0;for(h in c)X(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;h<i;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Y=/^(?:checkbox|radio)$/i,Z=/<([\\w:-]+)/,$=/^$|\\/(?:java|ecma)script/i,_=/^\\s+/,aa=\"abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video\";function ba(a){var b=aa.split(\"|\"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement(\"div\"),b=d.createDocumentFragment(),c=d.createElement(\"input\");a.innerHTML=\" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>\",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName(\"tbody\").length,l.htmlSerialize=!!a.getElementsByTagName(\"link\").length,l.html5Clone=\"<:nav></:nav>\"!==d.createElement(\"nav\").cloneNode(!0).outerHTML,c.type=\"checkbox\",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML=\"<textarea>x</textarea>\",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement(\"input\"),c.setAttribute(\"type\",\"radio\"),c.setAttribute(\"checked\",\"checked\"),c.setAttribute(\"name\",\"t\"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var ca={option:[1,\"<select multiple='multiple'>\",\"</select>\"],legend:[1,\"<fieldset>\",\"</fieldset>\"],area:[1,\"<map>\",\"</map>\"],param:[1,\"<object>\",\"</object>\"],thead:[1,\"<table>\",\"</table>\"],tr:[2,\"<table><tbody>\",\"</tbody></table>\"],col:[2,\"<table><tbody></tbody><colgroup>\",\"</colgroup></table>\"],td:[3,\"<table><tbody><tr>\",\"</tr></tbody></table>\"],_default:l.htmlSerialize?[0,\"\",\"\"]:[1,\"X<div>\",\"</div>\"]};ca.optgroup=ca.option,ca.tbody=ca.tfoot=ca.colgroup=ca.caption=ca.thead,ca.th=ca.td;function da(a,b){var c,d,e=0,f=void 0!==a.getElementsByTagName?a.getElementsByTagName(b||\"*\"):void 0!==a.querySelectorAll?a.querySelectorAll(b||\"*\"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,da(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function ea(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,\"globalEval\",!b||n._data(b[d],\"globalEval\"))}var fa=/<|&#?\\w+;/,ga=/<tbody/i;function ha(a){Y.test(a.type)&&(a.defaultChecked=a.checked)}function ia(a,b,c,d,e){for(var f,g,h,i,j,k,m,o=a.length,p=ba(b),q=[],r=0;r<o;r++)if((g=a[r])||0===g)if(\"object\"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(fa.test(g)){i=i||p.appendChild(b.createElement(\"div\")),j=(Z.exec(g)||[\"\",\"\"])[1].toLowerCase(),m=ca[j]||ca._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&_.test(g)&&q.push(b.createTextNode(_.exec(g)[0])),!l.tbody){g=\"table\"!==j||ga.test(g)?\"<table>\"!==m[1]||ga.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],\"tbody\")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent=\"\";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(da(q,\"input\"),ha),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=da(p.appendChild(g),\"script\"),h&&ea(i),c){f=0;while(g=i[f++])$.test(g.type||\"\")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement(\"div\");for(b in{submit:!0,change:!0,focusin:!0})c=\"on\"+b,(l[b]=c in a)||(e.setAttribute(c,\"t\"),l[b]=!1===e.attributes[c].expando);e=null}();var ja=/^(?:input|select|textarea)$/i,ka=/^key/,la=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ma=/^(?:focusinfocus|focusoutblur)$/,na=/^([^.]*)(?:\\.(.+)|)/;function oa(){return!0}function pa(){return!1}function qa(){try{return d.activeElement}catch(a){}}function ra(a,b,c,d,e,f){var g,h;if(\"object\"==typeof b){\"string\"!=typeof c&&(d=d||c,c=void 0);for(h in b)ra(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&(\"string\"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),!1===e)e=pa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return void 0===n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||\"\").match(F)||[\"\"],h=b.length;while(h--)f=na.exec(b[h])||[],o=q=f[1],p=(f[2]||\"\").split(\".\").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(\".\")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&!1!==j.setup.call(a,d,p,k)||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent(\"on\"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||\"\").match(F)||[\"\"],j=b.length;while(j--)if(h=na.exec(b[j])||[],o=q=h[1],p=(h[2]||\"\").split(\".\").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp(\"(^|\\\\.)\"+p.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&(\"**\"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&!1!==l.teardown.call(a,p,r.handle)||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,\"events\"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,\"type\")?b.type:b,r=k.call(b,\"namespace\")?b.namespace.split(\".\"):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!ma.test(q+n.event.triggered)&&(q.indexOf(\".\")>-1&&(r=q.split(\".\"),q=r.shift(),r.sort()),h=q.indexOf(\":\")<0&&\"on\"+q,b=b[n.expando]?b:new n.Event(q,\"object\"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join(\".\"),b.rnamespace=b.namespace?new RegExp(\"(^|\\\\.)\"+r.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||!1!==l.trigger.apply(e,c))){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,ma.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,\"events\")||{})[b.type]&&n._data(i,\"handle\"),g&&g.apply(i,c),(g=h&&i[h])&&g.apply&&L(i)&&(b.result=g.apply(i,c),!1===b.result&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||!1===l._default.apply(p.pop(),c))&&L(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,\"events\")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||!1!==k.preDispatch.call(this,a)){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,void 0!==(d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i))&&!1===(a.result=d)&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(\"click\"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(!0!==i.disabled||\"click\"!==a.type)){for(d=[],c=0;c<h;c++)f=b[c],e=f.selector+\" \",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=la.test(f)?this.mouseHooks:ka.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=g.srcElement||d),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,h.filter?h.filter(a,g):a},props:\"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),fixHooks:{},keyHooks:{props:\"char charCode key keyCode\".split(\" \"),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:\"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),filter:function(a,b){var c,e,f,g=b.button,h=b.fromElement;return null==a.pageX&&null!=b.clientX&&(e=a.target.ownerDocument||d,f=e.documentElement,c=e.body,a.pageX=b.clientX+(f&&f.scrollLeft||c&&c.scrollLeft||0)-(f&&f.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(f&&f.scrollTop||c&&c.scrollTop||0)-(f&&f.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&h&&(a.relatedTarget=h===a.target?b.toElement:h),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==qa()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:\"focusin\"},blur:{trigger:function(){if(this===qa()&&this.blur)return this.blur(),!1},delegateType:\"focusout\"},click:{trigger:function(){if(n.nodeName(this,\"input\")&&\"checkbox\"===this.type&&this.click)return this.click(),!1},_default:function(a){return n.nodeName(a.target,\"a\")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b),d.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=d.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)}:function(a,b,c){var d=\"on\"+b;a.detachEvent&&(void 0===a[d]&&(a[d]=null),a.detachEvent(d,c))},n.Event=function(a,b){if(!(this instanceof n.Event))return new n.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&!1===a.returnValue?oa:pa):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),this[n.expando]=!0},n.Event.prototype={constructor:n.Event,isDefaultPrevented:pa,isPropagationStopped:pa,isImmediatePropagationStopped:pa,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=oa,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=oa,a&&!this.isSimulated&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=oa,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:\"mouseover\",mouseleave:\"mouseout\",pointerenter:\"pointerover\",pointerleave:\"pointerout\"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),l.submit||(n.event.special.submit={setup:function(){if(n.nodeName(this,\"form\"))return!1;n.event.add(this,\"click._submit keypress._submit\",function(a){var b=a.target,c=n.nodeName(b,\"input\")||n.nodeName(b,\"button\")?n.prop(b,\"form\"):void 0;c&&!n._data(c,\"submit\")&&(n.event.add(c,\"submit._submit\",function(a){a._submitBubble=!0}),n._data(c,\"submit\",!0))})},postDispatch:function(a){a._submitBubble&&(delete a._submitBubble,this.parentNode&&!a.isTrigger&&n.event.simulate(\"submit\",this.parentNode,a))},teardown:function(){if(n.nodeName(this,\"form\"))return!1;n.event.remove(this,\"._submit\")}}),l.change||(n.event.special.change={setup:function(){if(ja.test(this.nodeName))return\"checkbox\"!==this.type&&\"radio\"!==this.type||(n.event.add(this,\"propertychange._change\",function(a){\"checked\"===a.originalEvent.propertyName&&(this._justChanged=!0)}),n.event.add(this,\"click._change\",function(a){this._justChanged&&!a.isTrigger&&(this._justChanged=!1),n.event.simulate(\"change\",this,a)})),!1;n.event.add(this,\"beforeactivate._change\",function(a){var b=a.target;ja.test(b.nodeName)&&!n._data(b,\"change\")&&(n.event.add(b,\"change._change\",function(a){!this.parentNode||a.isSimulated||a.isTrigger||n.event.simulate(\"change\",this.parentNode,a)}),n._data(b,\"change\",!0))})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||\"radio\"!==b.type&&\"checkbox\"!==b.type)return a.handleObj.handler.apply(this,arguments)},teardown:function(){return n.event.remove(this,\"._change\"),!ja.test(this.nodeName)}}),l.focusin||n.each({focus:\"focusin\",blur:\"focusout\"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=n._data(d,b);e||d.addEventListener(a,c,!0),n._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=n._data(d,b)-1;e?n._data(d,b,e):(d.removeEventListener(a,c,!0),n._removeData(d,b))}}}),n.fn.extend({on:function(a,b,c,d){return ra(this,a,b,c,d)},one:function(a,b,c,d){return ra(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+\".\"+d.namespace:d.origType,d.selector,d.handler),this;if(\"object\"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return!1!==b&&\"function\"!=typeof b||(c=b,b=void 0),!1===c&&(c=pa),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return n.event.trigger(a,b,c,!0)}});var sa=/ jQuery\\d+=\"(?:null|\\d+)\"/g,ta=new RegExp(\"<(?:\"+aa+\")[\\\\s/>]\",\"i\"),ua=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:-]+)[^>]*)\\/>/gi,va=/<script|<style|<link/i,wa=/checked\\s*(?:[^=]|=\\s*.checked.)/i,xa=/^true\\/(.*)/,ya=/^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,za=ba(d),Aa=za.appendChild(d.createElement(\"div\"));function Ba(a,b){return n.nodeName(a,\"table\")&&n.nodeName(11!==b.nodeType?b:b.firstChild,\"tr\")?a.getElementsByTagName(\"tbody\")[0]||a.appendChild(a.ownerDocument.createElement(\"tbody\")):a}function Ca(a){return a.type=(null!==n.find.attr(a,\"type\"))+\"/\"+a.type,a}function Da(a){var b=xa.exec(a.type);return b?a.type=b[1]:a.removeAttribute(\"type\"),a}function Ea(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;d<e;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Fa(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}\"script\"===c&&b.text!==a.text?(Ca(b).text=a.text,Da(b)):\"object\"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):\"input\"===c&&Y.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):\"option\"===c?b.defaultSelected=b.selected=a.defaultSelected:\"input\"!==c&&\"textarea\"!==c||(b.defaultValue=a.defaultValue)}}function Ga(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&\"string\"==typeof q&&!l.checkClone&&wa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ga(f,b,c,d)});if(o&&(k=ia(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(da(k,\"script\"),Ca),h=i.length;m<o;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,da(g,\"script\"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Da),m=0;m<h;m++)g=i[m],$.test(g.type||\"\")&&!n._data(g,\"globalEval\")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||\"\").replace(ya,\"\")));k=e=null}return a}function Ha(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(da(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&ea(da(d,\"script\")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(ua,\"<$1></$2>\")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ta.test(\"<\"+a.nodeName+\">\")?f=a.cloneNode(!0):(Aa.innerHTML=a.outerHTML,Aa.removeChild(f=Aa.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=da(f),h=da(a),g=0;null!=(e=h[g]);++g)d[g]&&Fa(e,d[g]);if(b)if(c)for(h=h||da(a),d=d||da(f),g=0;null!=(e=h[g]);g++)Ea(e,d[g]);else Ea(a,f);return d=da(f,\"script\"),d.length>0&&ea(d,!i&&da(a,\"script\")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||L(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||void 0===d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ga,detach:function(a){return Ha(this,a,!0)},remove:function(a){return Ha(this,a)},text:function(a){return X(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ga(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){Ba(this,a).appendChild(a)}})},prepend:function(){return Ga(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ba(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ga(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ga(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(da(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,\"select\")&&(a.options.length=0)}return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return X(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(sa,\"\"):void 0;if(\"string\"==typeof a&&!va.test(a)&&(l.htmlSerialize||!ta.test(a))&&(l.leadingWhitespace||!_.test(a))&&!ca[(Z.exec(a)||[\"\",\"\"])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;c<d;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(da(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ga(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(da(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:\"append\",prependTo:\"prepend\",insertBefore:\"before\",insertAfter:\"after\",replaceAll:\"replaceWith\"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;d<=h;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ia,Ja={HTML:\"block\",BODY:\"block\"};function Ka(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],\"display\");return c.detach(),d}function La(a){var b=d,c=Ja[a];return c||(c=Ka(a,b),\"none\"!==c&&c||(Ia=(Ia||n(\"<iframe frameborder='0' width='0' height='0'/>\")).appendTo(b.documentElement),b=(Ia[0].contentWindow||Ia[0].contentDocument).document,b.write(),b.close(),c=Ka(a,b),Ia.detach()),Ja[a]=c),c}var Ma=/^margin/,Na=new RegExp(\"^(\"+S+\")(?!px)[a-z%]+$\",\"i\"),Oa=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Pa=d.documentElement;!function(){var b,c,e,f,g,h,i=d.createElement(\"div\"),j=d.createElement(\"div\");function k(){var k,l,m=d.documentElement;m.appendChild(i),j.style.cssText=\"-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%\",b=e=h=!1,c=g=!0,a.getComputedStyle&&(l=a.getComputedStyle(j),b=\"1%\"!==(l||{}).top,h=\"2px\"===(l||{}).marginLeft,e=\"4px\"===(l||{width:\"4px\"}).width,j.style.marginRight=\"50%\",c=\"4px\"===(l||{marginRight:\"4px\"}).marginRight,k=j.appendChild(d.createElement(\"div\")),k.style.cssText=j.style.cssText=\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0\",k.style.marginRight=k.style.width=\"0\",j.style.width=\"1px\",g=!parseFloat((a.getComputedStyle(k)||{}).marginRight),j.removeChild(k)),j.style.display=\"none\",f=0===j.getClientRects().length,f&&(j.style.display=\"\",j.innerHTML=\"<table><tr><td></td><td>t</td></tr></table>\",j.childNodes[0].style.borderCollapse=\"separate\",k=j.getElementsByTagName(\"td\"),k[0].style.cssText=\"margin:0;border:0;padding:0;display:none\",(f=0===k[0].offsetHeight)&&(k[0].style.display=\"\",k[1].style.display=\"none\",f=0===k[0].offsetHeight)),m.removeChild(i)}j.style&&(j.style.cssText=\"float:left;opacity:.5\",l.opacity=\"0.5\"===j.style.opacity,l.cssFloat=!!j.style.cssFloat,j.style.backgroundClip=\"content-box\",j.cloneNode(!0).style.backgroundClip=\"\",l.clearCloneStyle=\"content-box\"===j.style.backgroundClip,i=d.createElement(\"div\"),i.style.cssText=\"border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute\",j.innerHTML=\"\",i.appendChild(j),l.boxSizing=\"\"===j.style.boxSizing||\"\"===j.style.MozBoxSizing||\"\"===j.style.WebkitBoxSizing,n.extend(l,{reliableHiddenOffsets:function(){return null==b&&k(),f},boxSizingReliable:function(){return null==b&&k(),e},pixelMarginRight:function(){return null==b&&k(),c},pixelPosition:function(){return null==b&&k(),b},reliableMarginRight:function(){return null==b&&k(),g},reliableMarginLeft:function(){return null==b&&k(),h}}))}();var Qa,Ra,Sa=/^(top|right|bottom|left)$/;a.getComputedStyle?(Qa=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Ra=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Qa(a),g=c?c.getPropertyValue(b)||c[b]:void 0,\"\"!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Na.test(g)&&Ma.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0===g?g:g+\"\"}):Pa.currentStyle&&(Qa=function(a){return a.currentStyle},Ra=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Qa(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Na.test(g)&&!Sa.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left=\"fontSize\"===b?\"1em\":g,g=h.pixelLeft+\"px\",h.left=d,f&&(e.left=f)),void 0===g?g:g+\"\"||\"auto\"});function Ta(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Ua=/alpha\\([^)]*\\)/i,Va=/opacity\\s*=\\s*([^)]*)/i,Wa=/^(none|table(?!-c[ea]).+)/,Xa=new RegExp(\"^(\"+S+\")(.*)$\",\"i\"),Ya={position:\"absolute\",visibility:\"hidden\",display:\"block\"},Za={letterSpacing:\"0\",fontWeight:\"400\"},$a=[\"Webkit\",\"O\",\"Moz\",\"ms\"],_a=d.createElement(\"div\").style;function ab(a){if(a in _a)return a;var b=a.charAt(0).toUpperCase()+a.slice(1),c=$a.length;while(c--)if((a=$a[c]+b)in _a)return a}function bb(a,b){for(var c,d,e,f=[],g=0,h=a.length;g<h;g++)d=a[g],d.style&&(f[g]=n._data(d,\"olddisplay\"),c=d.style.display,b?(f[g]||\"none\"!==c||(d.style.display=\"\"),\"\"===d.style.display&&V(d)&&(f[g]=n._data(d,\"olddisplay\",La(d.nodeName)))):(e=V(d),(c&&\"none\"!==c||!e)&&n._data(d,\"olddisplay\",e?c:n.css(d,\"display\"))));for(g=0;g<h;g++)d=a[g],d.style&&(b&&\"none\"!==d.style.display&&\"\"!==d.style.display||(d.style.display=b?f[g]||\"\":\"none\"));return a}function cb(a,b,c){var d=Xa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||\"px\"):b}function db(a,b,c,d,e){for(var f=c===(d?\"border\":\"content\")?4:\"width\"===b?1:0,g=0;f<4;f+=2)\"margin\"===c&&(g+=n.css(a,c+U[f],!0,e)),d?(\"content\"===c&&(g-=n.css(a,\"padding\"+U[f],!0,e)),\"margin\"!==c&&(g-=n.css(a,\"border\"+U[f]+\"Width\",!0,e))):(g+=n.css(a,\"padding\"+U[f],!0,e),\"padding\"!==c&&(g+=n.css(a,\"border\"+U[f]+\"Width\",!0,e)));return g}function eb(a,b,c){var d=!0,e=\"width\"===b?a.offsetWidth:a.offsetHeight,f=Qa(a),g=l.boxSizing&&\"border-box\"===n.css(a,\"boxSizing\",!1,f);if(e<=0||null==e){if(e=Ra(a,b,f),(e<0||null==e)&&(e=a.style[b]),Na.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+db(a,b,c||(g?\"border\":\"content\"),d,f)+\"px\"}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Ra(a,\"opacity\");return\"\"===c?\"1\":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:l.cssFloat?\"cssFloat\":\"styleFloat\"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;if(b=n.cssProps[h]||(n.cssProps[h]=ab(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c)return g&&\"get\"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,\"string\"===f&&(e=T.exec(c))&&e[1]&&(c=W(a,b,e),f=\"number\"),null!=c&&c===c&&(\"number\"===f&&(c+=e&&e[3]||(n.cssNumber[h]?\"\":\"px\")),l.clearCloneStyle||\"\"!==c||0!==b.indexOf(\"background\")||(i[b]=\"inherit\"),!(g&&\"set\"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=ab(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&\"get\"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Ra(a,b,d)),\"normal\"===f&&b in Za&&(f=Za[b]),\"\"===c||c?(e=parseFloat(f),!0===c||isFinite(e)?e||0:f):f}}),n.each([\"height\",\"width\"],function(a,b){n.cssHooks[b]={get:function(a,c,d){if(c)return Wa.test(n.css(a,\"display\"))&&0===a.offsetWidth?Oa(a,Ya,function(){return eb(a,b,d)}):eb(a,b,d)},set:function(a,c,d){var e=d&&Qa(a);return cb(a,c,d?db(a,b,d,l.boxSizing&&\"border-box\"===n.css(a,\"boxSizing\",!1,e),e):0)}}}),l.opacity||(n.cssHooks.opacity={get:function(a,b){return Va.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||\"\")?.01*parseFloat(RegExp.$1)+\"\":b?\"1\":\"\"},set:function(a,b){var c=a.style,d=a.currentStyle,e=n.isNumeric(b)?\"alpha(opacity=\"+100*b+\")\":\"\",f=d&&d.filter||c.filter||\"\";c.zoom=1,(b>=1||\"\"===b)&&\"\"===n.trim(f.replace(Ua,\"\"))&&c.removeAttribute&&(c.removeAttribute(\"filter\"),\"\"===b||d&&!d.filter)||(c.filter=Ua.test(f)?f.replace(Ua,e):f+\" \"+e)}}),n.cssHooks.marginRight=Ta(l.reliableMarginRight,function(a,b){if(b)return Oa(a,{display:\"inline-block\"},Ra,[a,\"marginRight\"])}),n.cssHooks.marginLeft=Ta(l.reliableMarginLeft,function(a,b){if(b)return(parseFloat(Ra(a,\"marginLeft\"))||(n.contains(a.ownerDocument,a)?a.getBoundingClientRect().left-Oa(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}):0))+\"px\"}),n.each({\nmargin:\"\",padding:\"\",border:\"Width\"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f=\"string\"==typeof c?c.split(\" \"):[c];d<4;d++)e[a+U[d]+b]=f[d]||f[d-2]||f[0];return e}},Ma.test(a)||(n.cssHooks[a+b].set=cb)}),n.fn.extend({css:function(a,b){return X(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Qa(a),e=b.length;g<e;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return bb(this,!0)},hide:function(){return bb(this)},toggle:function(a){return\"boolean\"==typeof a?a?this.show():this.hide():this.each(function(){V(this)?n(this).show():n(this).hide()})}});function fb(a,b,c,d,e){return new fb.prototype.init(a,b,c,d,e)}n.Tween=fb,fb.prototype={constructor:fb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?\"\":\"px\")},cur:function(){var a=fb.propHooks[this.prop];return a&&a.get?a.get(this):fb.propHooks._default.get(this)},run:function(a){var b,c=fb.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):fb.propHooks._default.set(this),this}},fb.prototype.init.prototype=fb.prototype,fb.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,\"\"),b&&\"auto\"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},fb.propHooks.scrollTop=fb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:\"swing\"},n.fx=fb.prototype.init,n.fx.step={};var gb,hb,ib=/^(?:toggle|show|hide)$/,jb=/queueHooks$/;function kb(){return a.setTimeout(function(){gb=void 0}),gb=n.now()}function lb(a,b){var c,d={height:a},e=0;for(b=b?1:0;e<4;e+=2-b)c=U[e],d[\"margin\"+c]=d[\"padding\"+c]=a;return b&&(d.opacity=d.width=a),d}function mb(a,b,c){for(var d,e=(pb.tweeners[b]||[]).concat(pb.tweeners[\"*\"]),f=0,g=e.length;f<g;f++)if(d=e[f].call(c,b,a))return d}function nb(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodeType&&V(a),r=n._data(a,\"fxshow\");c.queue||(h=n._queueHooks(a,\"fx\"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,\"fx\").length||h.empty.fire()})})),1===a.nodeType&&(\"height\"in b||\"width\"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=n.css(a,\"display\"),\"inline\"===(k=\"none\"===j?n._data(a,\"olddisplay\")||La(a.nodeName):j)&&\"none\"===n.css(a,\"float\")&&(l.inlineBlockNeedsLayout&&\"inline\"!==La(a.nodeName)?p.zoom=1:p.display=\"inline-block\")),c.overflow&&(p.overflow=\"hidden\",l.shrinkWrapBlocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ib.exec(e)){if(delete b[d],f=f||\"toggle\"===e,e===(q?\"hide\":\"show\")){if(\"show\"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(o))\"inline\"===(\"none\"===j?La(a.nodeName):j)&&(p.display=j);else{r?\"hidden\"in r&&(q=r.hidden):r=n._data(a,\"fxshow\",{}),f&&(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removeData(a,\"fxshow\");for(b in o)n.style(a,b,o[b])});for(d in o)g=mb(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start=\"width\"===d||\"height\"===d?1:0))}}function ob(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),(g=n.cssHooks[d])&&\"expand\"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function pb(a,b,c){var d,e,f=0,g=pb.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=gb||kb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;g<i;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),f<1&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:gb||kb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;c<d;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(ob(k,j.opts.specialEasing);f<g;f++)if(d=pb.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,mb,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(pb,{tweeners:{\"*\":[function(a,b){var c=this.createTween(a,b);return W(c.elem,a,T.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=[\"*\"]):a=a.match(F);for(var c,d=0,e=a.length;d<e;d++)c=a[d],pb.tweeners[c]=pb.tweeners[c]||[],pb.tweeners[c].unshift(b)},prefilters:[nb],prefilter:function(a,b){b?pb.prefilters.unshift(a):pb.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&\"object\"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:\"number\"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&!0!==d.queue||(d.queue=\"fx\"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(V).css(\"opacity\",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=pb(this,n.extend({},a),f);(e||n._data(this,\"finish\"))&&b.stop(!0)};return g.finish=g,e||!1===f.queue?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return\"string\"!=typeof a&&(c=b,b=a,a=void 0),b&&!1!==a&&this.queue(a||\"fx\",[]),this.each(function(){var b=!0,e=null!=a&&a+\"queueHooks\",f=n.timers,g=n._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&jb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return!1!==a&&(a=a||\"fx\"),this.each(function(){var b,c=n._data(this),d=c[a+\"queue\"],e=c[a+\"queueHooks\"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;b<g;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each([\"toggle\",\"show\",\"hide\"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||\"boolean\"==typeof a?c.apply(this,arguments):this.animate(lb(b,!0),a,d,e)}}),n.each({slideDown:lb(\"show\"),slideUp:lb(\"hide\"),slideToggle:lb(\"toggle\"),fadeIn:{opacity:\"show\"},fadeOut:{opacity:\"hide\"},fadeToggle:{opacity:\"toggle\"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(gb=n.now();c<b.length;c++)(a=b[c])()||b[c]!==a||b.splice(c--,1);b.length||n.fx.stop(),gb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){hb||(hb=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(hb),hb=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||\"fx\",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a,b=d.createElement(\"input\"),c=d.createElement(\"div\"),e=d.createElement(\"select\"),f=e.appendChild(d.createElement(\"option\"));c=d.createElement(\"div\"),c.setAttribute(\"className\",\"t\"),c.innerHTML=\" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>\",a=c.getElementsByTagName(\"a\")[0],b.setAttribute(\"type\",\"checkbox\"),c.appendChild(b),a=c.getElementsByTagName(\"a\")[0],a.style.cssText=\"top:1px\",l.getSetAttribute=\"t\"!==c.className,l.style=/top/.test(a.getAttribute(\"style\")),l.hrefNormalized=\"/a\"===a.getAttribute(\"href\"),l.checkOn=!!b.value,l.optSelected=f.selected,l.enctype=!!d.createElement(\"form\").enctype,e.disabled=!0,l.optDisabled=!f.disabled,b=d.createElement(\"input\"),b.setAttribute(\"value\",\"\"),l.input=\"\"===b.getAttribute(\"value\"),b.value=\"t\",b.setAttribute(\"type\",\"radio\"),l.radioValue=\"t\"===b.value}();var qb=/\\r/g,rb=/[\\x20\\t\\r\\n\\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e=\"\":\"number\"==typeof e?e+=\"\":n.isArray(e)&&(e=n.map(e,function(a){return null==a?\"\":a+\"\"})),(b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()])&&\"set\"in b&&void 0!==b.set(this,e,\"value\")||(this.value=e))});if(e)return(b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()])&&\"get\"in b&&void 0!==(c=b.get(e,\"value\"))?c:(c=e.value,\"string\"==typeof c?c.replace(qb,\"\"):null==c?\"\":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,\"value\");return null!=b?b:n.trim(n.text(a)).replace(rb,\" \")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f=\"select-one\"===a.type||e<0,g=f?null:[],h=f?e+1:d.length,i=e<0?h:f?e:0;i<h;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute(\"disabled\"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,\"optgroup\"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)if(d=e[g],n.inArray(n.valHooks.option.get(d),f)>-1)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),n.each([\"radio\",\"checkbox\"],function(){n.valHooks[this]={set:function(a,b){if(n.isArray(b))return a.checked=n.inArray(n(a).val(),b)>-1}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute(\"value\")?\"on\":a.value})});var sb,tb,ub=n.expr.attrHandle,vb=/^(?:checked|selected)$/i,wb=l.getSetAttribute,xb=l.input;n.fn.extend({attr:function(a,b){return X(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return void 0===a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?tb:sb)),void 0!==c?null===c?void n.removeAttr(a,b):e&&\"set\"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+\"\"),c):e&&\"get\"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&\"radio\"===b&&n.nodeName(a,\"input\")){var c=a.value;return a.setAttribute(\"type\",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(F);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)?xb&&wb||!vb.test(c)?a[d]=!1:a[n.camelCase(\"default-\"+c)]=a[d]=!1:n.attr(a,c,\"\"),a.removeAttribute(wb?c:d)}}),tb={set:function(a,b,c){return!1===b?n.removeAttr(a,c):xb&&wb||!vb.test(c)?a.setAttribute(!wb&&n.propFix[c]||c,c):a[n.camelCase(\"default-\"+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\\w+/g),function(a,b){var c=ub[b]||n.find.attr;xb&&wb||!vb.test(b)?ub[b]=function(a,b,d){var e,f;return d||(f=ub[b],ub[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,ub[b]=f),e}:ub[b]=function(a,b,c){if(!c)return a[n.camelCase(\"default-\"+b)]?b.toLowerCase():null}}),xb&&wb||(n.attrHooks.value={set:function(a,b,c){if(!n.nodeName(a,\"input\"))return sb&&sb.set(a,b,c);a.defaultValue=b}}),wb||(sb={set:function(a,b,c){var d=a.getAttributeNode(c);if(d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+=\"\",\"value\"===c||b===a.getAttribute(c))return b}},ub.id=ub.name=ub.coords=function(a,b,c){var d;if(!c)return(d=a.getAttributeNode(b))&&\"\"!==d.value?d.value:null},n.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);if(c&&c.specified)return c.value},set:sb.set},n.attrHooks.contenteditable={set:function(a,b,c){sb.set(a,\"\"!==b&&b,c)}},n.each([\"width\",\"height\"],function(a,b){n.attrHooks[b]={set:function(a,c){if(\"\"===c)return a.setAttribute(b,\"auto\"),c}}})),l.style||(n.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+\"\"}});var yb=/^(?:input|select|textarea|button|object)$/i,zb=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return X(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return a=n.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&\"set\"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&\"get\"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,\"tabindex\");return b?parseInt(b,10):yb.test(a.nodeName)||zb.test(a.nodeName)&&a.href?0:-1}}},propFix:{for:\"htmlFor\",class:\"className\"}}),l.hrefNormalized||n.each([\"href\",\"src\"],function(a,b){n.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each([\"tabIndex\",\"readOnly\",\"maxLength\",\"cellSpacing\",\"cellPadding\",\"rowSpan\",\"colSpan\",\"useMap\",\"frameBorder\",\"contentEditable\"],function(){n.propFix[this.toLowerCase()]=this}),l.enctype||(n.propFix.enctype=\"encoding\");var Ab=/[\\t\\r\\n\\f]/g;function Bb(a){return n.attr(a,\"class\")||\"\"}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,Bb(this)))});if(\"string\"==typeof a&&a){b=a.match(F)||[];while(c=this[i++])if(e=Bb(c),d=1===c.nodeType&&(\" \"+e+\" \").replace(Ab,\" \")){g=0;while(f=b[g++])d.indexOf(\" \"+f+\" \")<0&&(d+=f+\" \");h=n.trim(d),e!==h&&n.attr(c,\"class\",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,Bb(this)))});if(!arguments.length)return this.attr(\"class\",\"\");if(\"string\"==typeof a&&a){b=a.match(F)||[];while(c=this[i++])if(e=Bb(c),d=1===c.nodeType&&(\" \"+e+\" \").replace(Ab,\" \")){g=0;while(f=b[g++])while(d.indexOf(\" \"+f+\" \")>-1)d=d.replace(\" \"+f+\" \",\" \");h=n.trim(d),e!==h&&n.attr(c,\"class\",h)}}return this},toggleClass:function(a,b){var c=typeof a;return\"boolean\"==typeof b&&\"string\"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,Bb(this),b),b)}):this.each(function(){var b,d,e,f;if(\"string\"===c){d=0,e=n(this),f=a.match(F)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&\"boolean\"!==c||(b=Bb(this),b&&n._data(this,\"__className__\",b),n.attr(this,\"class\",b||!1===a?\"\":n._data(this,\"__className__\")||\"\"))})},hasClass:function(a){var b,c,d=0;b=\" \"+a+\" \";while(c=this[d++])if(1===c.nodeType&&(\" \"+Bb(c)+\" \").replace(Ab,\" \").indexOf(b)>-1)return!0;return!1}}),n.each(\"blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu\".split(\" \"),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Cb=a.location,Db=n.now(),Eb=/\\?/,Fb=/(,)|(\\[|{)|(}|])|\"(?:[^\"\\\\\\r\\n]|\\\\[\"\\\\\\/bfnrt]|\\\\u[\\da-fA-F]{4})*\"\\s*:?|true|false|null|-?(?!0\\d)\\d+(?:\\.\\d+|)(?:[eE][+-]?\\d+|)/g;n.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+\"\");var c,d=null,e=n.trim(b+\"\");return e&&!n.trim(e.replace(Fb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,\"\")}))?Function(\"return \"+e)():n.error(\"Invalid JSON: \"+b)},n.parseXML=function(b){var c,d;if(!b||\"string\"!=typeof b)return null;try{a.DOMParser?(d=new a.DOMParser,c=d.parseFromString(b,\"text/xml\")):(c=new a.ActiveXObject(\"Microsoft.XMLDOM\"),c.async=\"false\",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName(\"parsererror\").length||n.error(\"Invalid XML: \"+b),c};var Gb=/#.*$/,Hb=/([?&])_=[^&]*/,Ib=/^(.*?):[ \\t]*([^\\r\\n]*)\\r?$/gm,Jb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Kb=/^(?:GET|HEAD)$/,Lb=/^\\/\\//,Mb=/^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,Nb={},Ob={},Pb=\"*/\".concat(\"*\"),Qb=Cb.href,Rb=Mb.exec(Qb.toLowerCase())||[];function Sb(a){return function(b,c){\"string\"!=typeof b&&(c=b,b=\"*\");var d,e=0,f=b.toLowerCase().match(F)||[];if(n.isFunction(c))while(d=f[e++])\"+\"===d.charAt(0)?(d=d.slice(1)||\"*\",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Tb(a,b,c,d){var e={},f=a===Ob;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return\"string\"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e[\"*\"]&&g(\"*\")}function Ub(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&n.extend(!0,a,c),a}function Vb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while(\"*\"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader(\"Content-Type\"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+\" \"+i[0]]){f=g;break}d||(d=g)}f=f||d}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Wb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if(\"*\"===f)f=i;else if(\"*\"!==i&&i!==f){if(!(g=j[i+\" \"+f]||j[\"* \"+f]))for(e in j)if(h=e.split(\" \"),h[1]===f&&(g=j[i+\" \"+h[0]]||j[\"* \"+h[0]])){!0===g?g=j[e]:!0!==j[e]&&(f=h[0],k.unshift(h[1]));break}if(!0!==g)if(g&&a.throws)b=g(b);else try{b=g(b)}catch(l){return{state:\"parsererror\",error:g?l:\"No conversion from \"+i+\" to \"+f}}}return{state:\"success\",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Qb,type:\"GET\",isLocal:Jb.test(Rb[1]),global:!0,processData:!0,async:!0,contentType:\"application/x-www-form-urlencoded; charset=UTF-8\",accepts:{\"*\":Pb,text:\"text/plain\",html:\"text/html\",xml:\"application/xml, text/xml\",json:\"application/json, text/javascript\"},contents:{xml:/\\bxml\\b/,html:/\\bhtml/,json:/\\bjson\\b/},responseFields:{xml:\"responseXML\",text:\"responseText\",json:\"responseJSON\"},converters:{\"* text\":String,\"text html\":!0,\"text json\":n.parseJSON,\"text xml\":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Ub(Ub(a,n.ajaxSettings),b):Ub(n.ajaxSettings,a)},ajaxPrefilter:Sb(Nb),ajaxTransport:Sb(Ob),ajax:function(b,c){\"object\"==typeof b&&(c=b,b=void 0),c=c||{};var d,e,f,g,h,i,j,k,l=n.ajaxSetup({},c),m=l.context||l,o=l.context&&(m.nodeType||m.jquery)?n(m):n.event,p=n.Deferred(),q=n.Callbacks(\"once memory\"),r=l.statusCode||{},s={},t={},u=0,v=\"canceled\",w={readyState:0,getResponseHeader:function(a){var b;if(2===u){if(!k){k={};while(b=Ib.exec(g))k[b[1].toLowerCase()]=b[2]}b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===u?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return u||(a=t[c]=t[c]||a,s[a]=b),this},overrideMimeType:function(a){return u||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(u<2)for(b in a)r[b]=[r[b],a[b]];else w.always(a[w.status]);return this},abort:function(a){var b=a||v;return j&&j.abort(b),x(0,b),this}};if(p.promise(w).complete=q.add,w.success=w.done,w.error=w.fail,l.url=((b||l.url||Qb)+\"\").replace(Gb,\"\").replace(Lb,Rb[1]+\"//\"),l.type=c.method||c.type||l.method||l.type,l.dataTypes=n.trim(l.dataType||\"*\").toLowerCase().match(F)||[\"\"],null==l.crossDomain&&(d=Mb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Rb[1]&&d[2]===Rb[2]&&(d[3]||(\"http:\"===d[1]?\"80\":\"443\"))===(Rb[3]||(\"http:\"===Rb[1]?\"80\":\"443\")))),l.data&&l.processData&&\"string\"!=typeof l.data&&(l.data=n.param(l.data,l.traditional)),Tb(Nb,l,c,w),2===u)return w;i=n.event&&l.global,i&&0==n.active++&&n.event.trigger(\"ajaxStart\"),l.type=l.type.toUpperCase(),l.hasContent=!Kb.test(l.type),f=l.url,l.hasContent||(l.data&&(f=l.url+=(Eb.test(f)?\"&\":\"?\")+l.data,delete l.data),!1===l.cache&&(l.url=Hb.test(f)?f.replace(Hb,\"$1_=\"+Db++):f+(Eb.test(f)?\"&\":\"?\")+\"_=\"+Db++)),l.ifModified&&(n.lastModified[f]&&w.setRequestHeader(\"If-Modified-Since\",n.lastModified[f]),n.etag[f]&&w.setRequestHeader(\"If-None-Match\",n.etag[f])),(l.data&&l.hasContent&&!1!==l.contentType||c.contentType)&&w.setRequestHeader(\"Content-Type\",l.contentType),w.setRequestHeader(\"Accept\",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+(\"*\"!==l.dataTypes[0]?\", \"+Pb+\"; q=0.01\":\"\"):l.accepts[\"*\"]);for(e in l.headers)w.setRequestHeader(e,l.headers[e]);if(l.beforeSend&&(!1===l.beforeSend.call(m,w,l)||2===u))return w.abort();v=\"abort\";for(e in{success:1,error:1,complete:1})w[e](l[e]);if(j=Tb(Ob,l,c,w)){if(w.readyState=1,i&&o.trigger(\"ajaxSend\",[w,l]),2===u)return w;l.async&&l.timeout>0&&(h=a.setTimeout(function(){w.abort(\"timeout\")},l.timeout));try{u=1,j.send(s,x)}catch(y){if(!(u<2))throw y;x(-1,y)}}else x(-1,\"No Transport\");function x(b,c,d,e){var k,s,t,v,x,y=c;2!==u&&(u=2,h&&a.clearTimeout(h),j=void 0,g=e||\"\",w.readyState=b>0?4:0,k=b>=200&&b<300||304===b,d&&(v=Vb(l,w,d)),v=Wb(l,v,w,k),k?(l.ifModified&&(x=w.getResponseHeader(\"Last-Modified\"),x&&(n.lastModified[f]=x),(x=w.getResponseHeader(\"etag\"))&&(n.etag[f]=x)),204===b||\"HEAD\"===l.type?y=\"nocontent\":304===b?y=\"notmodified\":(y=v.state,s=v.data,t=v.error,k=!t)):(t=y,!b&&y||(y=\"error\",b<0&&(b=0))),w.status=b,w.statusText=(c||y)+\"\",k?p.resolveWith(m,[s,y,w]):p.rejectWith(m,[w,y,t]),w.statusCode(r),r=void 0,i&&o.trigger(k?\"ajaxSuccess\":\"ajaxError\",[w,l,k?s:t]),q.fireWith(m,[w,y]),i&&(o.trigger(\"ajaxComplete\",[w,l]),--n.active||n.event.trigger(\"ajaxStop\")))}return w},getJSON:function(a,b,c){return n.get(a,b,c,\"json\")},getScript:function(a,b){return n.get(a,void 0,b,\"script\")}}),n.each([\"get\",\"post\"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:\"GET\",dataType:\"script\",cache:!0,async:!1,global:!1,throws:!0})},n.fn.extend({wrapAll:function(a){if(n.isFunction(a))return this.each(function(b){n(this).wrapAll(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,\"body\")||n(this).replaceWith(this.childNodes)}).end()}});function Xb(a){return a.style&&a.style.display||n.css(a,\"display\")}function Yb(a){if(!n.contains(a.ownerDocument||d,a))return!0;while(a&&1===a.nodeType){if(\"none\"===Xb(a)||\"hidden\"===a.type)return!0;a=a.parentNode}return!1}n.expr.filters.hidden=function(a){return l.reliableHiddenOffsets()?a.offsetWidth<=0&&a.offsetHeight<=0&&!a.getClientRects().length:Yb(a)},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var Zb=/%20/g,$b=/\\[\\]$/,_b=/\\r?\\n/g,ac=/^(?:submit|button|image|reset|file)$/i,bc=/^(?:input|select|textarea|keygen)/i;function cc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||$b.test(a)?d(a,e):cc(a+\"[\"+(\"object\"==typeof e&&null!=e?b:\"\")+\"]\",e,c,d)});else if(c||\"object\"!==n.type(b))d(a,b);else for(e in b)cc(a+\"[\"+e+\"]\",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?\"\":b,d[d.length]=encodeURIComponent(a)+\"=\"+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)cc(c,a[c],b,e);return d.join(\"&\").replace(Zb,\"+\")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,\"elements\");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(\":disabled\")&&bc.test(this.nodeName)&&!ac.test(a)&&(this.checked||!Y.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(_b,\"\\r\\n\")}}):{name:b.name,value:c.replace(_b,\"\\r\\n\")}}).get()}}),n.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return this.isLocal?hc():d.documentMode>8?gc():/^(get|post|head|put|delete|options)$/i.test(this.type)&&gc()||hc()}:gc;var dc=0,ec={},fc=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent(\"onunload\",function(){for(var a in ec)ec[a](void 0,!0)}),l.cors=!!fc&&\"withCredentials\"in fc,(fc=l.ajax=!!fc)&&n.ajaxTransport(function(b){if(!b.crossDomain||l.cors){var c;return{send:function(d,e){var f,g=b.xhr(),h=++dc;if(g.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(f in b.xhrFields)g[f]=b.xhrFields[f];b.mimeType&&g.overrideMimeType&&g.overrideMimeType(b.mimeType),b.crossDomain||d[\"X-Requested-With\"]||(d[\"X-Requested-With\"]=\"XMLHttpRequest\");for(f in d)void 0!==d[f]&&g.setRequestHeader(f,d[f]+\"\");g.send(b.hasContent&&b.data||null),c=function(a,d){var f,i,j;if(c&&(d||4===g.readyState))if(delete ec[h],c=void 0,g.onreadystatechange=n.noop,d)4!==g.readyState&&g.abort();else{j={},f=g.status,\"string\"==typeof g.responseText&&(j.text=g.responseText);try{i=g.statusText}catch(k){i=\"\"}f||!b.isLocal||b.crossDomain?1223===f&&(f=204):f=j.text?200:404}j&&e(f,i,j,g.getAllResponseHeaders())},b.async?4===g.readyState?a.setTimeout(c):g.onreadystatechange=ec[h]=c:c()},abort:function(){c&&c(void 0,!0)}}}});function gc(){try{return new a.XMLHttpRequest}catch(b){}}function hc(){try{return new a.ActiveXObject(\"Microsoft.XMLHTTP\")}catch(b){}}n.ajaxSetup({accepts:{script:\"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"},contents:{script:/\\b(?:java|ecma)script\\b/},converters:{\"text script\":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter(\"script\",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type=\"GET\",a.global=!1)}),n.ajaxTransport(\"script\",function(a){if(a.crossDomain){var b,c=d.head||n(\"head\")[0]||d.documentElement;return{send:function(e,f){b=d.createElement(\"script\"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||f(200,\"success\"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var ic=[],jc=/(=)\\?(?=&|$)|\\?\\?/;n.ajaxSetup({jsonp:\"callback\",jsonpCallback:function(){var a=ic.pop()||n.expando+\"_\"+Db++;return this[a]=!0,a}}),n.ajaxPrefilter(\"json jsonp\",function(b,c,d){var e,f,g,h=!1!==b.jsonp&&(jc.test(b.url)?\"url\":\"string\"==typeof b.data&&0===(b.contentType||\"\").indexOf(\"application/x-www-form-urlencoded\")&&jc.test(b.data)&&\"data\");if(h||\"jsonp\"===b.dataTypes[0])return e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(jc,\"$1\"+e):!1!==b.jsonp&&(b.url+=(Eb.test(b.url)?\"&\":\"?\")+b.jsonp+\"=\"+e),b.converters[\"script json\"]=function(){return g||n.error(e+\" was not called\"),g[0]},b.dataTypes[0]=\"json\",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,ic.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),\"script\"}),n.parseHTML=function(a,b,c){if(!a||\"string\"!=typeof a)return null;\"boolean\"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ia([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var kc=n.fn.load;n.fn.load=function(a,b,c){if(\"string\"!=typeof a&&kc)return kc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(\" \");return h>-1&&(d=n.trim(a.slice(h,a.length)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&\"object\"==typeof b&&(e=\"POST\"),g.length>0&&n.ajax({url:a,type:e||\"GET\",dataType:\"html\",data:b}).done(function(a){f=arguments,g.html(d?n(\"<div>\").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each([\"ajaxStart\",\"ajaxStop\",\"ajaxComplete\",\"ajaxError\",\"ajaxSuccess\",\"ajaxSend\"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function lc(a){return n.isWindow(a)?a:9===a.nodeType&&(a.defaultView||a.parentWindow)}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,\"position\"),l=n(a),m={};\"static\"===k&&(a.style.position=\"relative\"),h=l.offset(),f=n.css(a,\"top\"),i=n.css(a,\"left\"),j=(\"absolute\"===k||\"fixed\"===k)&&n.inArray(\"auto\",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),\"using\"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?(void 0!==e.getBoundingClientRect&&(d=e.getBoundingClientRect()),c=lc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return\"fixed\"===n.css(d,\"position\")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],\"html\")||(c=a.offset()),c.top+=n.css(a[0],\"borderTopWidth\",!0),c.left+=n.css(a[0],\"borderLeftWidth\",!0)),{top:b.top-c.top-n.css(d,\"marginTop\",!0),left:b.left-c.left-n.css(d,\"marginLeft\",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&!n.nodeName(a,\"html\")&&\"static\"===n.css(a,\"position\"))a=a.offsetParent;return a||Pa})}}),n.each({scrollLeft:\"pageXOffset\",scrollTop:\"pageYOffset\"},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return X(this,function(a,d,e){var f=lc(a);if(void 0===e)return f?b in f?f[b]:f.document.documentElement[d]:a[d];f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e},a,d,arguments.length,null)}}),n.each([\"top\",\"left\"],function(a,b){n.cssHooks[b]=Ta(l.pixelPosition,function(a,c){if(c)return c=Ra(a,b),Na.test(c)?n(a).position()[b]+\"px\":c})}),n.each({Height:\"height\",Width:\"width\"},function(a,b){n.each({padding:\"inner\"+a,content:b,\"\":\"outer\"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||\"boolean\"!=typeof d),g=c||(!0===d||!0===e?\"margin\":\"border\")\n;return X(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement[\"client\"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body[\"scroll\"+a],e[\"scroll\"+a],b.body[\"offset\"+a],e[\"offset\"+a],e[\"client\"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,\"**\"):this.off(b,a||\"**\",c)}}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,\"function\"==typeof define&&define.amd&&define(\"jquery\",[],function(){return n});var mc=a.jQuery,nc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=nc),b&&a.jQuery===n&&(a.jQuery=mc),n},b||(a.jQuery=a.$=n),n});\njQuery.noConflict();\n"
|
|
518
|
+
},
|
|
519
|
+
"redirectURL": "",
|
|
520
|
+
"headersSize": 437,
|
|
521
|
+
"bodySize": 33776,
|
|
522
|
+
"_transferSize": 34213,
|
|
523
|
+
"_error": null
|
|
524
|
+
},
|
|
525
|
+
"serverIPAddress": "91.239.200.59",
|
|
526
|
+
"startedDateTime": "2021-03-15T20:05:00.192Z",
|
|
527
|
+
"time": 601.8639999997806,
|
|
528
|
+
"timings": {
|
|
529
|
+
"blocked": 4.747000000463799,
|
|
530
|
+
"dns": 0.01200000000000001,
|
|
531
|
+
"ssl": -1,
|
|
532
|
+
"connect": 180.82,
|
|
533
|
+
"send": 0.32200000000000273,
|
|
534
|
+
"wait": 224.49899999977532,
|
|
535
|
+
"receive": 191.46399999954156,
|
|
536
|
+
"_blocked_queueing": 2.4730000004637986
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"_initiator": {
|
|
541
|
+
"type": "parser",
|
|
542
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
543
|
+
"lineNumber": 105
|
|
544
|
+
},
|
|
545
|
+
"_priority": "High",
|
|
546
|
+
"_resourceType": "script",
|
|
547
|
+
"cache": {},
|
|
548
|
+
"connection": "49504",
|
|
549
|
+
"pageref": "page_1",
|
|
550
|
+
"request": {
|
|
551
|
+
"method": "GET",
|
|
552
|
+
"url": "http://www.softwareishard.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1",
|
|
553
|
+
"httpVersion": "HTTP/1.1",
|
|
554
|
+
"headers": [
|
|
555
|
+
{
|
|
556
|
+
"name": "Host",
|
|
557
|
+
"value": "www.softwareishard.com"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "Connection",
|
|
561
|
+
"value": "keep-alive"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "Pragma",
|
|
565
|
+
"value": "no-cache"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "Cache-Control",
|
|
569
|
+
"value": "no-cache"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "User-Agent",
|
|
573
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "Accept",
|
|
577
|
+
"value": "*/*"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "Referer",
|
|
581
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "Accept-Encoding",
|
|
585
|
+
"value": "gzip, deflate"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "Accept-Language",
|
|
589
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "Cookie",
|
|
593
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"queryString": [
|
|
597
|
+
{
|
|
598
|
+
"name": "ver",
|
|
599
|
+
"value": "1.4.1"
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"cookies": [
|
|
603
|
+
{
|
|
604
|
+
"name": "__utmc",
|
|
605
|
+
"value": "57327400",
|
|
606
|
+
"expires": null,
|
|
607
|
+
"httpOnly": false,
|
|
608
|
+
"secure": false
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "__utma",
|
|
612
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
613
|
+
"expires": null,
|
|
614
|
+
"httpOnly": false,
|
|
615
|
+
"secure": false
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "__utmz",
|
|
619
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
620
|
+
"expires": null,
|
|
621
|
+
"httpOnly": false,
|
|
622
|
+
"secure": false
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"headersSize": 638,
|
|
626
|
+
"bodySize": 0
|
|
627
|
+
},
|
|
628
|
+
"response": {
|
|
629
|
+
"status": 200,
|
|
630
|
+
"statusText": "OK",
|
|
631
|
+
"httpVersion": "HTTP/1.1",
|
|
632
|
+
"headers": [
|
|
633
|
+
{
|
|
634
|
+
"name": "Date",
|
|
635
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "Server",
|
|
639
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "Vary",
|
|
643
|
+
"value": "User-Agent,Accept-Encoding"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "Last-Modified",
|
|
647
|
+
"value": "Fri, 20 May 2016 04:11:28 GMT"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "ETag",
|
|
651
|
+
"value": "\"2748-5333e48ec7c00-gzip\""
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "Accept-Ranges",
|
|
655
|
+
"value": "bytes"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "Content-Encoding",
|
|
659
|
+
"value": "gzip"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "Cache-Control",
|
|
663
|
+
"value": "max-age=1209600"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "Expires",
|
|
667
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "Content-Length",
|
|
671
|
+
"value": "4014"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "Keep-Alive",
|
|
675
|
+
"value": "timeout=5, max=100"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "Connection",
|
|
679
|
+
"value": "Keep-Alive"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "Content-Type",
|
|
683
|
+
"value": "application/javascript"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"cookies": [],
|
|
687
|
+
"content": {
|
|
688
|
+
"size": 10056,
|
|
689
|
+
"mimeType": "application/javascript",
|
|
690
|
+
"compression": 6042,
|
|
691
|
+
"text": "/*! jQuery Migrate v1.4.1 | (c) jQuery Foundation and other contributors | jquery.org/license */\n\"undefined\"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(a,b,c){function d(c){var d=b.console;f[c]||(f[c]=!0,a.migrateWarnings.push(c),d&&d.warn&&!a.migrateMute&&(d.warn(\"JQMIGRATE: \"+c),a.migrateTrace&&d.trace&&d.trace()))}function e(b,c,e,f){if(Object.defineProperty)try{return void Object.defineProperty(b,c,{configurable:!0,enumerable:!0,get:function(){return d(f),e},set:function(a){d(f),e=a}})}catch(g){}a._definePropertyBroken=!0,b[c]=e}a.migrateVersion=\"1.4.1\";var f={};a.migrateWarnings=[],b.console&&b.console.log&&b.console.log(\"JQMIGRATE: Migrate is installed\"+(a.migrateMute?\"\":\" with logging active\")+\", version \"+a.migrateVersion),a.migrateTrace===c&&(a.migrateTrace=!0),a.migrateReset=function(){f={},a.migrateWarnings.length=0},\"BackCompat\"===document.compatMode&&d(\"jQuery is not compatible with Quirks Mode\");var g=a(\"<input/>\",{size:1}).attr(\"size\")&&a.attrFn,h=a.attr,i=a.attrHooks.value&&a.attrHooks.value.get||function(){return null},j=a.attrHooks.value&&a.attrHooks.value.set||function(){return c},k=/^(?:input|button)$/i,l=/^[238]$/,m=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,n=/^(?:checked|selected)$/i;e(a,\"attrFn\",g||{},\"jQuery.attrFn is deprecated\"),a.attr=function(b,e,f,i){var j=e.toLowerCase(),o=b&&b.nodeType;return i&&(h.length<4&&d(\"jQuery.fn.attr( props, pass ) is deprecated\"),b&&!l.test(o)&&(g?e in g:a.isFunction(a.fn[e])))?a(b)[e](f):(\"type\"===e&&f!==c&&k.test(b.nodeName)&&b.parentNode&&d(\"Can't change the 'type' of an input or button in IE 6/7/8\"),!a.attrHooks[j]&&m.test(j)&&(a.attrHooks[j]={get:function(b,d){var e,f=a.prop(b,d);return f===!0||\"boolean\"!=typeof f&&(e=b.getAttributeNode(d))&&e.nodeValue!==!1?d.toLowerCase():c},set:function(b,c,d){var e;return c===!1?a.removeAttr(b,d):(e=a.propFix[d]||d,e in b&&(b[e]=!0),b.setAttribute(d,d.toLowerCase())),d}},n.test(j)&&d(\"jQuery.fn.attr('\"+j+\"') might use property instead of attribute\")),h.call(a,b,e,f))},a.attrHooks.value={get:function(a,b){var c=(a.nodeName||\"\").toLowerCase();return\"button\"===c?i.apply(this,arguments):(\"input\"!==c&&\"option\"!==c&&d(\"jQuery.fn.attr('value') no longer gets properties\"),b in a?a.value:null)},set:function(a,b){var c=(a.nodeName||\"\").toLowerCase();return\"button\"===c?j.apply(this,arguments):(\"input\"!==c&&\"option\"!==c&&d(\"jQuery.fn.attr('value', val) no longer sets properties\"),void(a.value=b))}};var o,p,q=a.fn.init,r=a.find,s=a.parseJSON,t=/^\\s*</,u=/\\[(\\s*[-\\w]+\\s*)([~|^$*]?=)\\s*([-\\w#]*?#[-\\w#]*)\\s*\\]/,v=/\\[(\\s*[-\\w]+\\s*)([~|^$*]?=)\\s*([-\\w#]*?#[-\\w#]*)\\s*\\]/g,w=/^([^<]*)(<[\\w\\W]+>)([^>]*)$/;a.fn.init=function(b,e,f){var g,h;return b&&\"string\"==typeof b&&!a.isPlainObject(e)&&(g=w.exec(a.trim(b)))&&g[0]&&(t.test(b)||d(\"$(html) HTML strings must start with '<' character\"),g[3]&&d(\"$(html) HTML text after last tag is ignored\"),\"#\"===g[0].charAt(0)&&(d(\"HTML string cannot start with a '#' character\"),a.error(\"JQMIGRATE: Invalid selector string (XSS)\")),e&&e.context&&e.context.nodeType&&(e=e.context),a.parseHTML)?q.call(this,a.parseHTML(g[2],e&&e.ownerDocument||e||document,!0),e,f):(h=q.apply(this,arguments),b&&b.selector!==c?(h.selector=b.selector,h.context=b.context):(h.selector=\"string\"==typeof b?b:\"\",b&&(h.context=b.nodeType?b:e||document)),h)},a.fn.init.prototype=a.fn,a.find=function(a){var b=Array.prototype.slice.call(arguments);if(\"string\"==typeof a&&u.test(a))try{document.querySelector(a)}catch(c){a=a.replace(v,function(a,b,c,d){return\"[\"+b+c+'\"'+d+'\"]'});try{document.querySelector(a),d(\"Attribute selector with '#' must be quoted: \"+b[0]),b[0]=a}catch(e){d(\"Attribute selector with '#' was not fixed: \"+b[0])}}return r.apply(this,b)};var x;for(x in r)Object.prototype.hasOwnProperty.call(r,x)&&(a.find[x]=r[x]);a.parseJSON=function(a){return a?s.apply(this,arguments):(d(\"jQuery.parseJSON requires a valid JSON string\"),null)},a.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \\/]([\\w.]+)/.exec(a)||/(webkit)[ \\/]([\\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \\/]([\\w.]+)/.exec(a)||/(msie) ([\\w.]+)/.exec(a)||a.indexOf(\"compatible\")<0&&/(mozilla)(?:.*? rv:([\\w.]+)|)/.exec(a)||[];return{browser:b[1]||\"\",version:b[2]||\"0\"}},a.browser||(o=a.uaMatch(navigator.userAgent),p={},o.browser&&(p[o.browser]=!0,p.version=o.version),p.chrome?p.webkit=!0:p.webkit&&(p.safari=!0),a.browser=p),e(a,\"browser\",a.browser,\"jQuery.browser is deprecated\"),a.boxModel=a.support.boxModel=\"CSS1Compat\"===document.compatMode,e(a,\"boxModel\",a.boxModel,\"jQuery.boxModel is deprecated\"),e(a.support,\"boxModel\",a.support.boxModel,\"jQuery.support.boxModel is deprecated\"),a.sub=function(){function b(a,c){return new b.fn.init(a,c)}a.extend(!0,b,this),b.superclass=this,b.fn=b.prototype=this(),b.fn.constructor=b,b.sub=this.sub,b.fn.init=function(d,e){var f=a.fn.init.call(this,d,e,c);return f instanceof b?f:b(f)},b.fn.init.prototype=b.fn;var c=b(document);return d(\"jQuery.sub() is deprecated\"),b},a.fn.size=function(){return d(\"jQuery.fn.size() is deprecated; use the .length property\"),this.length};var y=!1;a.swap&&a.each([\"height\",\"width\",\"reliableMarginRight\"],function(b,c){var d=a.cssHooks[c]&&a.cssHooks[c].get;d&&(a.cssHooks[c].get=function(){var a;return y=!0,a=d.apply(this,arguments),y=!1,a})}),a.swap=function(a,b,c,e){var f,g,h={};y||d(\"jQuery.swap() is undocumented and deprecated\");for(g in b)h[g]=a.style[g],a.style[g]=b[g];f=c.apply(a,e||[]);for(g in b)a.style[g]=h[g];return f},a.ajaxSetup({converters:{\"text json\":a.parseJSON}});var z=a.fn.data;a.fn.data=function(b){var e,f,g=this[0];return!g||\"events\"!==b||1!==arguments.length||(e=a.data(g,b),f=a._data(g,b),e!==c&&e!==f||f===c)?z.apply(this,arguments):(d(\"Use of jQuery.fn.data('events') is deprecated\"),f)};var A=/\\/(java|ecma)script/i;a.clean||(a.clean=function(b,c,e,f){c=c||document,c=!c.nodeType&&c[0]||c,c=c.ownerDocument||c,d(\"jQuery.clean() is deprecated\");var g,h,i,j,k=[];if(a.merge(k,a.buildFragment(b,c).childNodes),e)for(i=function(a){return!a.type||A.test(a.type)?f?f.push(a.parentNode?a.parentNode.removeChild(a):a):e.appendChild(a):void 0},g=0;null!=(h=k[g]);g++)a.nodeName(h,\"script\")&&i(h)||(e.appendChild(h),\"undefined\"!=typeof h.getElementsByTagName&&(j=a.grep(a.merge([],h.getElementsByTagName(\"script\")),i),k.splice.apply(k,[g+1,0].concat(j)),g+=j.length));return k});var B=a.event.add,C=a.event.remove,D=a.event.trigger,E=a.fn.toggle,F=a.fn.live,G=a.fn.die,H=a.fn.load,I=\"ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess\",J=new RegExp(\"\\\\b(?:\"+I+\")\\\\b\"),K=/(?:^|\\s)hover(\\.\\S+|)\\b/,L=function(b){return\"string\"!=typeof b||a.event.special.hover?b:(K.test(b)&&d(\"'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'\"),b&&b.replace(K,\"mouseenter$1 mouseleave$1\"))};a.event.props&&\"attrChange\"!==a.event.props[0]&&a.event.props.unshift(\"attrChange\",\"attrName\",\"relatedNode\",\"srcElement\"),a.event.dispatch&&e(a.event,\"handle\",a.event.dispatch,\"jQuery.event.handle is undocumented and deprecated\"),a.event.add=function(a,b,c,e,f){a!==document&&J.test(b)&&d(\"AJAX events should be attached to document: \"+b),B.call(this,a,L(b||\"\"),c,e,f)},a.event.remove=function(a,b,c,d,e){C.call(this,a,L(b)||\"\",c,d,e)},a.each([\"load\",\"unload\",\"error\"],function(b,c){a.fn[c]=function(){var a=Array.prototype.slice.call(arguments,0);return\"load\"===c&&\"string\"==typeof a[0]?H.apply(this,a):(d(\"jQuery.fn.\"+c+\"() is deprecated\"),a.splice(0,0,c),arguments.length?this.bind.apply(this,a):(this.triggerHandler.apply(this,a),this))}}),a.fn.toggle=function(b,c){if(!a.isFunction(b)||!a.isFunction(c))return E.apply(this,arguments);d(\"jQuery.fn.toggle(handler, handler...) is deprecated\");var e=arguments,f=b.guid||a.guid++,g=0,h=function(c){var d=(a._data(this,\"lastToggle\"+b.guid)||0)%g;return a._data(this,\"lastToggle\"+b.guid,d+1),c.preventDefault(),e[d].apply(this,arguments)||!1};for(h.guid=f;g<e.length;)e[g++].guid=f;return this.click(h)},a.fn.live=function(b,c,e){return d(\"jQuery.fn.live() is deprecated\"),F?F.apply(this,arguments):(a(this.context).on(b,this.selector,c,e),this)},a.fn.die=function(b,c){return d(\"jQuery.fn.die() is deprecated\"),G?G.apply(this,arguments):(a(this.context).off(b,this.selector||\"**\",c),this)},a.event.trigger=function(a,b,c,e){return c||J.test(a)||d(\"Global events are undocumented and deprecated\"),D.call(this,a,b,c||document,e)},a.each(I.split(\"|\"),function(b,c){a.event.special[c]={setup:function(){var b=this;return b!==document&&(a.event.add(document,c+\".\"+a.guid,function(){a.event.trigger(c,Array.prototype.slice.call(arguments,1),b,!0)}),a._data(this,c,a.guid++)),!1},teardown:function(){return this!==document&&a.event.remove(document,c+\".\"+a._data(this,c)),!1}}}),a.event.special.ready={setup:function(){this===document&&d(\"'ready' event is deprecated\")}};var M=a.fn.andSelf||a.fn.addBack,N=a.fn.find;if(a.fn.andSelf=function(){return d(\"jQuery.fn.andSelf() replaced by jQuery.fn.addBack()\"),M.apply(this,arguments)},a.fn.find=function(a){var b=N.apply(this,arguments);return b.context=this.context,b.selector=this.selector?this.selector+\" \"+a:a,b},a.Callbacks){var O=a.Deferred,P=[[\"resolve\",\"done\",a.Callbacks(\"once memory\"),a.Callbacks(\"once memory\"),\"resolved\"],[\"reject\",\"fail\",a.Callbacks(\"once memory\"),a.Callbacks(\"once memory\"),\"rejected\"],[\"notify\",\"progress\",a.Callbacks(\"memory\"),a.Callbacks(\"memory\")]];a.Deferred=function(b){var c=O(),e=c.promise();return c.pipe=e.pipe=function(){var b=arguments;return d(\"deferred.pipe() is deprecated\"),a.Deferred(function(d){a.each(P,function(f,g){var h=a.isFunction(b[f])&&b[f];c[g[1]](function(){var b=h&&h.apply(this,arguments);b&&a.isFunction(b.promise)?b.promise().done(d.resolve).fail(d.reject).progress(d.notify):d[g[0]+\"With\"](this===e?d.promise():this,h?[b]:arguments)})}),b=null}).promise()},c.isResolved=function(){return d(\"deferred.isResolved is deprecated\"),\"resolved\"===c.state()},c.isRejected=function(){return d(\"deferred.isRejected is deprecated\"),\"rejected\"===c.state()},b&&b.call(c,c),c}}}(jQuery,window);"
|
|
692
|
+
},
|
|
693
|
+
"redirectURL": "",
|
|
694
|
+
"headersSize": 435,
|
|
695
|
+
"bodySize": 4014,
|
|
696
|
+
"_transferSize": 4449,
|
|
697
|
+
"_error": null
|
|
698
|
+
},
|
|
699
|
+
"serverIPAddress": "91.239.200.59",
|
|
700
|
+
"startedDateTime": "2021-03-15T20:05:00.192Z",
|
|
701
|
+
"time": 389.36700000001815,
|
|
702
|
+
"timings": {
|
|
703
|
+
"blocked": 4.444000000095111,
|
|
704
|
+
"dns": 0.009999999999999787,
|
|
705
|
+
"ssl": -1,
|
|
706
|
+
"connect": 180.686,
|
|
707
|
+
"send": 0.4059999999999775,
|
|
708
|
+
"wait": 202.02599999979384,
|
|
709
|
+
"receive": 1.795000000129221,
|
|
710
|
+
"_blocked_queueing": 2.5740000000951113
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"_initiator": {
|
|
715
|
+
"type": "parser",
|
|
716
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
717
|
+
"lineNumber": 113
|
|
718
|
+
},
|
|
719
|
+
"_priority": "VeryHigh",
|
|
720
|
+
"_resourceType": "stylesheet",
|
|
721
|
+
"cache": {},
|
|
722
|
+
"connection": "49208",
|
|
723
|
+
"pageref": "page_1",
|
|
724
|
+
"request": {
|
|
725
|
+
"method": "GET",
|
|
726
|
+
"url": "http://www.softwareishard.com/blog/wp-content/plugins/deans_code_highlighter/geshi.css",
|
|
727
|
+
"httpVersion": "HTTP/1.1",
|
|
728
|
+
"headers": [
|
|
729
|
+
{
|
|
730
|
+
"name": "Host",
|
|
731
|
+
"value": "www.softwareishard.com"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "Connection",
|
|
735
|
+
"value": "keep-alive"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "Pragma",
|
|
739
|
+
"value": "no-cache"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "Cache-Control",
|
|
743
|
+
"value": "no-cache"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "User-Agent",
|
|
747
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "Accept",
|
|
751
|
+
"value": "text/css,*/*;q=0.1"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "Referer",
|
|
755
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "Accept-Encoding",
|
|
759
|
+
"value": "gzip, deflate"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "Accept-Language",
|
|
763
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "Cookie",
|
|
767
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
768
|
+
}
|
|
769
|
+
],
|
|
770
|
+
"queryString": [],
|
|
771
|
+
"cookies": [
|
|
772
|
+
{
|
|
773
|
+
"name": "__utmc",
|
|
774
|
+
"value": "57327400",
|
|
775
|
+
"expires": null,
|
|
776
|
+
"httpOnly": false,
|
|
777
|
+
"secure": false
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "__utma",
|
|
781
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
782
|
+
"expires": null,
|
|
783
|
+
"httpOnly": false,
|
|
784
|
+
"secure": false
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "__utmz",
|
|
788
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
789
|
+
"expires": null,
|
|
790
|
+
"httpOnly": false,
|
|
791
|
+
"secure": false
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"headersSize": 651,
|
|
795
|
+
"bodySize": 0
|
|
796
|
+
},
|
|
797
|
+
"response": {
|
|
798
|
+
"status": 200,
|
|
799
|
+
"statusText": "OK",
|
|
800
|
+
"httpVersion": "HTTP/1.1",
|
|
801
|
+
"headers": [
|
|
802
|
+
{
|
|
803
|
+
"name": "Date",
|
|
804
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "Server",
|
|
808
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "Vary",
|
|
812
|
+
"value": "User-Agent,Accept-Encoding"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "Last-Modified",
|
|
816
|
+
"value": "Tue, 28 Aug 2007 03:28:00 GMT"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "ETag",
|
|
820
|
+
"value": "\"2b7-438ba0f621000-gzip\""
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "Accept-Ranges",
|
|
824
|
+
"value": "bytes"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "Content-Encoding",
|
|
828
|
+
"value": "gzip"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "Cache-Control",
|
|
832
|
+
"value": "max-age=604800"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "Expires",
|
|
836
|
+
"value": "Mon, 22 Mar 2021 20:05:00 GMT"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "Content-Length",
|
|
840
|
+
"value": "335"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "Keep-Alive",
|
|
844
|
+
"value": "timeout=5, max=99"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "Connection",
|
|
848
|
+
"value": "Keep-Alive"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "Content-Type",
|
|
852
|
+
"value": "text/css"
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"cookies": [],
|
|
856
|
+
"content": {
|
|
857
|
+
"size": 695,
|
|
858
|
+
"mimeType": "text/css",
|
|
859
|
+
"compression": 360,
|
|
860
|
+
"text": "/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */\r\n.dean_ch{border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; background-color: #f0f0f0; color: #0000bb;}\r\n.dean_ch .de1, .dean_ch .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}\r\n.dean_ch .kw1 {color: #a1a100;}\r\n.dean_ch .kw2 {color: #000; font-weight: bold;}\r\n.dean_ch .kw3 {color: #000066;}\r\n.dean_ch .kw4 {color: #f63333;}\r\n.dean_ch .co1, .dean_ch .co2, .dean_ch .coMULTI{color: #808080;}\r\n.dean_ch .es0 {color: #000033; font-weight: bold;}\r\n.dean_ch .br0 {color: #66cc66;}\r\n.dean_ch .st0 {color: #ff0000;}\r\n.dean_ch .nu0 {color: #ff33ff;}\r\n.dean_ch .me0 {color: #006600;}"
|
|
861
|
+
},
|
|
862
|
+
"redirectURL": "",
|
|
863
|
+
"headersSize": 417,
|
|
864
|
+
"bodySize": 335,
|
|
865
|
+
"_transferSize": 752,
|
|
866
|
+
"_error": null
|
|
867
|
+
},
|
|
868
|
+
"serverIPAddress": "91.239.200.59",
|
|
869
|
+
"startedDateTime": "2021-03-15T20:05:00.193Z",
|
|
870
|
+
"time": 317.37000000066473,
|
|
871
|
+
"timings": {
|
|
872
|
+
"blocked": 140.1530000002772,
|
|
873
|
+
"dns": -1,
|
|
874
|
+
"ssl": -1,
|
|
875
|
+
"connect": -1,
|
|
876
|
+
"send": 0.08199999999999363,
|
|
877
|
+
"wait": 175.82799999993574,
|
|
878
|
+
"receive": 1.3070000004518079,
|
|
879
|
+
"_blocked_queueing": 2.682000000277185
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"_initiator": {
|
|
884
|
+
"type": "parser",
|
|
885
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
886
|
+
"lineNumber": 170
|
|
887
|
+
},
|
|
888
|
+
"_priority": "Low",
|
|
889
|
+
"_resourceType": "image",
|
|
890
|
+
"cache": {},
|
|
891
|
+
"connection": "49499",
|
|
892
|
+
"pageref": "page_1",
|
|
893
|
+
"request": {
|
|
894
|
+
"method": "GET",
|
|
895
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/rss.gif",
|
|
896
|
+
"httpVersion": "HTTP/1.1",
|
|
897
|
+
"headers": [
|
|
898
|
+
{
|
|
899
|
+
"name": "Host",
|
|
900
|
+
"value": "www.softwareishard.com"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "Connection",
|
|
904
|
+
"value": "keep-alive"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "Pragma",
|
|
908
|
+
"value": "no-cache"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "Cache-Control",
|
|
912
|
+
"value": "no-cache"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "User-Agent",
|
|
916
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "Accept",
|
|
920
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "Referer",
|
|
924
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "Accept-Encoding",
|
|
928
|
+
"value": "gzip, deflate"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "Accept-Language",
|
|
932
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "Cookie",
|
|
936
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"queryString": [],
|
|
940
|
+
"cookies": [
|
|
941
|
+
{
|
|
942
|
+
"name": "__utmc",
|
|
943
|
+
"value": "57327400",
|
|
944
|
+
"expires": null,
|
|
945
|
+
"httpOnly": false,
|
|
946
|
+
"secure": false
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "__utma",
|
|
950
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
951
|
+
"expires": null,
|
|
952
|
+
"httpOnly": false,
|
|
953
|
+
"secure": false
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "__utmz",
|
|
957
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
958
|
+
"expires": null,
|
|
959
|
+
"httpOnly": false,
|
|
960
|
+
"secure": false
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"headersSize": 693,
|
|
964
|
+
"bodySize": 0
|
|
965
|
+
},
|
|
966
|
+
"response": {
|
|
967
|
+
"status": 200,
|
|
968
|
+
"statusText": "OK",
|
|
969
|
+
"httpVersion": "HTTP/1.1",
|
|
970
|
+
"headers": [
|
|
971
|
+
{
|
|
972
|
+
"name": "Date",
|
|
973
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "Server",
|
|
977
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "Vary",
|
|
981
|
+
"value": "User-Agent"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "Last-Modified",
|
|
985
|
+
"value": "Sat, 26 Jun 2010 23:00:00 GMT"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"name": "ETag",
|
|
989
|
+
"value": "\"26b-489f6d8da7c00\""
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "Accept-Ranges",
|
|
993
|
+
"value": "bytes"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "Content-Length",
|
|
997
|
+
"value": "619"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "Cache-Control",
|
|
1001
|
+
"value": "max-age=1209600"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "Expires",
|
|
1005
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "Keep-Alive",
|
|
1009
|
+
"value": "timeout=5, max=99"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"name": "Connection",
|
|
1013
|
+
"value": "Keep-Alive"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"name": "Content-Type",
|
|
1017
|
+
"value": "image/gif"
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"cookies": [],
|
|
1021
|
+
"content": {
|
|
1022
|
+
"size": 619,
|
|
1023
|
+
"mimeType": "image/gif",
|
|
1024
|
+
"compression": 0,
|
|
1025
|
+
"text": "R0lGODlhDgAOAOYAAP+zYv/Cdf+SRf/pzf+aNv/Kmv/Dgf+7Xf9vEP+jXf+iUf+eTv+sav/+/f+VRv/iwf+NQP/btf/Vr/9xE/+5af+2Zf9qDf+mYf+lVf+bTf/q1v+RQ//exP/Djv+vXv+NQv9tD/9eAP+fWf/kw//Qo/+YSf/Fb/+oZP+7a/+KPv/69P94Gf/Tnf+PQf/EfP+JJ//t4f+nVv9+Fv+/cP+1ef+gWv93If/dr//PpP/nyP/l0v+9iP+8YP+dV/+ydf+uXf+9hP/DjP/Ic//Vtv/16f+NYv/itf+8bv/Rl//Zn//FeP/lxv+UMf+cOv+AIP+LKv+wZv+sW//fsf/Ys/+SXv/Cf/+klf9rCP+zUP+AZv+lRP/oyv+9jf+rXP+QLv/BYv/38P/Dav/Iff/LoP+VTP+hYP/nzf+0Vv/pz//k0f+uTP/n0//9+//Cc//AZf/AZv/DZf/UrP/Sof+wdP+zdv+tXP+7g//duP+6hP+5bv/u1v+bSv/He/9zFf++Y////yH5BAAAAAAALAAAAAAOAA4AAAfIgCpGcEImJmFvfjwHWC5/SVJ6emgDAyMjDw8RVRRfAzdIYkoBbTNHFAZxBG5bfA1EOSwoFBUAADgEB0sBf70Nd3keUV0FXmcRKAZyZr1TUBgYHS9qErU/dSRgfxILC3ZOWiQ/GhpBCmN/DXgldCtNBTG9azsZHH9DAgx9TB0KNPY6HHD5AwPCBQRPgOwpMedPmg1l/rBJ0cOCDB8ZHAjYsKEFBAgpPpAJQYXBiRMXEiSoIaLlBxtZ/hS5MmECAgQgQFiwEMLKn0AAOw==",
|
|
1026
|
+
"encoding": "base64"
|
|
1027
|
+
},
|
|
1028
|
+
"redirectURL": "",
|
|
1029
|
+
"headersSize": 374,
|
|
1030
|
+
"bodySize": 619,
|
|
1031
|
+
"_transferSize": 993,
|
|
1032
|
+
"_error": null
|
|
1033
|
+
},
|
|
1034
|
+
"serverIPAddress": "91.239.200.59",
|
|
1035
|
+
"startedDateTime": "2021-03-15T20:05:00.193Z",
|
|
1036
|
+
"time": 824.9080000005051,
|
|
1037
|
+
"timings": {
|
|
1038
|
+
"blocked": 641.9180000000142,
|
|
1039
|
+
"dns": -1,
|
|
1040
|
+
"ssl": -1,
|
|
1041
|
+
"connect": -1,
|
|
1042
|
+
"send": 0.11699999999999999,
|
|
1043
|
+
"wait": 180.3410000000624,
|
|
1044
|
+
"receive": 2.532000000428525,
|
|
1045
|
+
"_blocked_queueing": 640.0340000000142
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"_initiator": {
|
|
1050
|
+
"type": "parser",
|
|
1051
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
1052
|
+
},
|
|
1053
|
+
"_priority": "VeryHigh",
|
|
1054
|
+
"_resourceType": "stylesheet",
|
|
1055
|
+
"cache": {},
|
|
1056
|
+
"connection": "49494",
|
|
1057
|
+
"pageref": "page_1",
|
|
1058
|
+
"request": {
|
|
1059
|
+
"method": "GET",
|
|
1060
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/style.css",
|
|
1061
|
+
"httpVersion": "HTTP/1.1",
|
|
1062
|
+
"headers": [
|
|
1063
|
+
{
|
|
1064
|
+
"name": "Host",
|
|
1065
|
+
"value": "www.softwareishard.com"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "Connection",
|
|
1069
|
+
"value": "keep-alive"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "Pragma",
|
|
1073
|
+
"value": "no-cache"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "Cache-Control",
|
|
1077
|
+
"value": "no-cache"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "User-Agent",
|
|
1081
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "Accept",
|
|
1085
|
+
"value": "text/css,*/*;q=0.1"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "Referer",
|
|
1089
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "Accept-Encoding",
|
|
1093
|
+
"value": "gzip, deflate"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "Accept-Language",
|
|
1097
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"name": "Cookie",
|
|
1101
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"queryString": [],
|
|
1105
|
+
"cookies": [
|
|
1106
|
+
{
|
|
1107
|
+
"name": "__utmc",
|
|
1108
|
+
"value": "57327400",
|
|
1109
|
+
"expires": null,
|
|
1110
|
+
"httpOnly": false,
|
|
1111
|
+
"secure": false
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "__utma",
|
|
1115
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
1116
|
+
"expires": null,
|
|
1117
|
+
"httpOnly": false,
|
|
1118
|
+
"secure": false
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "__utmz",
|
|
1122
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
1123
|
+
"expires": null,
|
|
1124
|
+
"httpOnly": false,
|
|
1125
|
+
"secure": false
|
|
1126
|
+
}
|
|
1127
|
+
],
|
|
1128
|
+
"headersSize": 645,
|
|
1129
|
+
"bodySize": 0
|
|
1130
|
+
},
|
|
1131
|
+
"response": {
|
|
1132
|
+
"status": 200,
|
|
1133
|
+
"statusText": "OK",
|
|
1134
|
+
"httpVersion": "HTTP/1.1",
|
|
1135
|
+
"headers": [
|
|
1136
|
+
{
|
|
1137
|
+
"name": "Date",
|
|
1138
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "Server",
|
|
1142
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "Vary",
|
|
1146
|
+
"value": "User-Agent,Accept-Encoding"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "Last-Modified",
|
|
1150
|
+
"value": "Wed, 08 Aug 2012 23:00:00 GMT"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "ETag",
|
|
1154
|
+
"value": "\"2415-4c6c91206bc00-gzip\""
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "Accept-Ranges",
|
|
1158
|
+
"value": "bytes"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "Content-Encoding",
|
|
1162
|
+
"value": "gzip"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "Cache-Control",
|
|
1166
|
+
"value": "max-age=604800"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "Expires",
|
|
1170
|
+
"value": "Mon, 22 Mar 2021 20:05:00 GMT"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "Content-Length",
|
|
1174
|
+
"value": "2519"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "Keep-Alive",
|
|
1178
|
+
"value": "timeout=5, max=100"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "Connection",
|
|
1182
|
+
"value": "Keep-Alive"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "Content-Type",
|
|
1186
|
+
"value": "text/css"
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"cookies": [],
|
|
1190
|
+
"content": {
|
|
1191
|
+
"size": 9237,
|
|
1192
|
+
"mimeType": "text/css",
|
|
1193
|
+
"compression": 6718,
|
|
1194
|
+
"text": "/* \nTheme Name: miniBits \nTheme URI: http://www.creativebits.it/go/minibits \nVersion: 0.8 \nAuthor: Raffaele Rasini \nAuthor URI: http://creativebits.it/ \n*/ \n\n* { padding:0; margin:0; }\nbody { padding:0px; text-align: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: small; color: #222222; line-height: 150%; /*background: #4A525A ;*/ background-color: #fff; }\nhr { display: none; margin: 0; }\na { color: #6B8D20; text-decoration: underline; }\na:hover { background-color: #6B8D20; color: White; text-decoration: none; }\na img, .post a img, img { border: 0; text-decoration: none; border-color: white; }\nh1, h2, h3, h4, h5, h6 { font-family: Georgia, serif; }\nspan.highlight { background-color: #FFFFDB; }\n\n/* ---[ Elementi ]------------------------------- */\nblockquote { margin: 1em 0 1em 0; padding: 0; color: #777; background: White url(img/quote.gif) no-repeat top left; padding-top: 10px; padding-left: 35px; }\ncode { color: #6B8D20; font-family: Monaco, monospace; text-align: left; }\ncode strong { color: #4E6200; }\nabbr, acronym, .popup { font-style: normal; border-bottom: 1px dotted #999; cursor: help; }\nem { font-style: italic; }\nstrong { font-weight: bold; }\nstrike, del { text-decoration: line-through; }\nins { text-decoration: none; }\naddress { margin: 0; padding: 0; font-style: normal; }\n\n/* ---[ Container ]------------------------------- */ \n#wrapper { margin: 0 auto; text-align: left; width: 760px; background: #FFFFFF ; font-size: 0.9em; line-height: 1.6em; padding: 20px 10px 0 10px; /*border-right: 2px solid #424A51; border-left: 2px solid #424A51;*/ }\n#wrapper .container { float: left; width: 520px; }\n.clear { clear: both; }\n\n/* ---[ Header ]------------------------------- */ \n#header { padding: 30px 0 20px 0; text-align:center; }\n#header h1 { font-weight: lighter; font-size: 4em; margin-bottom: 10px; }\n#header h1 a { color: #4A525A; text-decoration: none; }\n#header h1 a:hover { color: #9D4134; background-color: transparent; }\n#header span.desc { color: #7B8691; text-transform: uppercase; font-size: 0.9em; }\n\n/* ---[ Pagine ]------------------------------- */ \n.post { margin-bottom: 25px; }\n.post .titolo { border-bottom: 1px solid #E1E1D3; padding-bottom: 3px; }\n* html .post .titolo { padding-bottom: 6px; }\n.post h2, .post h2 a { color: #DD467B; font-size: 22.8px; font-weight: lighter; display: inline; }\n.post h2 a { border: 0; text-decoration: none; }\n.post h2 a:hover { background-color: transparent; color: #6B8D20; }\n.post h3 { margin-bottom: 4px; padding-bottom: 3px; font-size: 1.2em; color: #278BD8; font-weight: bold; border-bottom: 1px solid #D8D3C1; }\n.post span.edit { float: right; margin-top: -20px; }\n.post span.edit a { border: 0; font-size: 0.9em; }\n.post small { color: #878787; font-size: 0.9em; padding-left: 1px; }\n* html .post small { padding-left: 5px; }\n\n.post div.corpo ul.more_info a { color: #D87431; }\n.post div.corpo ul.more_info a:hover { background-color: #D87431; color: White; }\n.post div.corpo ul.more_info { list-style-type: none; margin: 0; padding: 3px 8px 3px 8px; width: 145px; float: right; margin-bottom: 10px; margin-left: 10px; background-color: #F8F8F6; border: 1px solid #E2E2DA; }\n.post div.corpo ul.more_info li { padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #E2E2DA; }\n.post div.corpo ul.more_info li.first { border: 0; }\n.post div.corpo ul.more_info span { display: block; }\n.post div.corpo { padding-top: 6px; }\n.post div.corpo a.more-link { color: #9D4134; }\n.post div.corpo a.more-link:hover { color: White; background-color: #9D4134; }\n.post div.corpo ul, .post div.corpo ol{ margin: 15px 0 15px 35px; }\n.post div.corpo p { margin-bottom: 10px; }\nimg.center, img[align=\"center\"], img[align=\"middle\"] { display: block; margin-left: auto; margin-right: auto; }\nimg.alignright, img[align=\"right\"] { padding: 4px 0 0 0; margin: 0 0 5px 5px; display: inline; }\nimg.alignleft, img[align=\"left\"] { padding: 4px 0 0 0; margin: 0 5px 5px 0; display: inline; }\n.post div.corpo h4 { font-size: 1.1em; margin-top: 10px; margin-bottom: 0; }\n\n/* ---[ Commenti ]------------------------------- */ \n#commenti { margin-top: 15px; }\n#commenti h4 { margin-bottom: 15px; font-size: 1.05em; color: #626C76; font-weight: bold; border-bottom: 1px solid #E1E1D3; }\n#commenti a.rss_commenti { border: 0; float: right; margin-top: 1px; }\n#commenti ol#commentlist { list-style-type: none; }\n#commenti ol#commentlist li { margin-bottom: 15px; }\n#commenti ol#commentlist li span { display: block; }\n#commenti ol#commentlist li div.messaggio { background: #F4FAE2; padding: 10px; }\n#commenti ol#commentlist li span.autore { padding: 5px 10px 5px 0; background: url(img/comment-from.gif) no-repeat 20px 0px; }\n#commenti ol#commentlist li span.autore a.count{ color: #999999; margin-right: 45px; font-weight: normal; }\n#commenti ol#commentlist li span.autore a.count:hover{ color: #666666; background-color: White; }\n\n/* Stile link per commentatore normale */ \n#commenti ol#commentlist li span.autore a { font-weight: bold; color: #96B236; border-color: #CFE7F7; }\n#commenti ol#commentlist li span.autore a:hover { background-color: White; }\n.nocomment { padding: 0 0 10px 0; margin: 0; }\n#commenti ol#commentlist li span.edit_comment { float: right; margin: -16px 0 0 0; }\n\n/* Modulo inserimento commenti */ \n#commenti .form_commenti { }\n#commenti .form_commenti form { color: #595750; padding: 0; margin-top: -4px; }\nform label { display: block; }\n\n/* link e maggiori info sui commenti */ \n#commenti .form_commenti .more_info { background-color: #FFF0F5; float: right; }\n#commenti .form_commenti form br { display: none; }\n\n/* ---[ Sidebar ]------------------- */ \n#sidebar { width: 220px; background-color: #F0F3F4; float: right; color: #727267; }\n#sidebar .main_sidebar { padding: 5px 10px 5px 10px; }\n#sidebar h3, #sidebar h2 { font-size: 1.2em; padding-bottom: 2px; color: #3C4848; border-bottom: 1px solid #CCD6D6; font-weight: lighter; margin-bottom: 4px; }\n#sidebar a { color: #4170BE; text-decoration: underline; }\n#sidebar a:hover { background-color: #4170BE; color: White; text-decoration: none; }\n#sidebar .top { background: url(img/sidebar_top.gif) no-repeat top center; height: 5px; }\n#sidebar .bottom { background: url(img/sidebar_bottom.gif) no-repeat bottom center; height: 5px; }\n#sidebar ul, #sidebar ol, #sidebar li { list-style-type: none; }\n#sidebar .block, #sidebar .linkcat { margin-bottom: 15px; }\n.cerca_modulo { width: 130px; }\n.cerca_invio { width: 60px; }\n\n/* ---[ Widget]------------- */ \n#wp-calendar { width: 180px; }\n\n/* ---[ Footer ]------------------------------- */ \n#footer { padding: 8px 0 8px 0; border-top: 1px solid #EEEEEE; margin: 0px; font-size: 0.9em; color: #999999; margin-top: 15px; }\n#footer img { float: left; margin-top: 5px; margin-bottom: -5px; margin-right: 5px; }\n#footer img a { border: 0; }\n#footer span{ display: block; margin-left: 60px; }\n#footer a { color: #333; border-color: #D8F18C; }\n#footer a:hover { background-color: White; color: #333; text-decoration: none; }\n\n\n/* ---- Honza ---- */\nh3 {\n padding-top: 20px;\n}\n\n.post h2 a {\n line-height: 1.2em;\n}\n\n#sidebar h3, #sidebar h2 {\n padding-top: 20px;\n}\n\n#sidebar .block:first-child h3 {\n padding-top: 0\n}\n\n.sihTable {\n margin-bottom: 20px;\n}\n\n.sihTable TD {\n padding-bottom: 15px;\n padding-top: 15px;\n}\n\n.sihTableBorder {\n border-top: solid 1px #D8D3C1;\n border-left: solid 1px #D8D3C1;\n width: 520px;\n}\n\n.sihTableBorder TD {\n border-right: solid 1px #D8D3C1;\n border-bottom: solid 1px #D8D3C1;\n padding: 7px;\n}\n\n.sihImageBorder {\n border: 4px solid #D1D1D1 !important;\n padding: 0 !important;\n}\n \n.sihHeader {\n font-size:16px;\n font-family:Lucida Grande,Arial,sans-serif;\n font-weight: bold;\n color: #DD467B;\n display: block;\n}\n\n#main_header { width: 100%; background-color: #F0F3F4; margin-bottom:40px; border:1px solid #E2E2DA;}\n/*#main_header .top { background: url(img/sidebar_top.gif) no-repeat top center; height: 5px; }\n#main_header .bottom { background: url(img/sidebar_bottom.gif) no-repeat bottom center; height: 5px; }*/\n\n.rss_posts {\n float:right;\n padding: 3px;\n}\n\n.bullet {\n color: #278bd8;\n text-align: center;\n}\n\n.bullet:after {\n content: \"\\2022\";\n}\n\n.post div.corpo h4 {\n font-size:16px;\n font-family:Lucida Grande,Arial,sans-serif;\n font-weight: bold;\n color: #DD467B;\n display: block;\n margin-top: 20px;\n}\n\n.separator {\n border-top: 1px solid rgb(209, 209, 209);\n color: gray;\n margin-top: 25px;\n padding-bottom: 15px;\n font-style: italic;\n}\n\n.sihHARViewerAdopter, .sihHARViewerSponsor {\n font-size: 16px;\n font-family: Lucida Grande,Arial,sans-serif;\n font-weight: bold;\n color: #dd467b;\n padding-top: 20px;\n}\n\n.sihHARViewerSponsor {\n display: block;\n text-align: center;\n padding-top: 0;\n color: #278BD8;\n}\n\n.red {\n color: #DD467B;\n}\n\n.firebugTipsLink {\n background-color: #F8F8F6;\n border: 1px solid #E2E2DA;\n padding: 10px;\n margin-top: 20px;\n margin-bottom: 20px !important;\n text-align: center;\n}\n\n/* ---[ Side Bar ]------------------------------- */\n\n#get_recent_comments_wrap li,\n#twitter_time_line li {\n padding-bottom: 10px;\n}\n"
|
|
1195
|
+
},
|
|
1196
|
+
"redirectURL": "",
|
|
1197
|
+
"headersSize": 420,
|
|
1198
|
+
"bodySize": 2519,
|
|
1199
|
+
"_transferSize": 2939,
|
|
1200
|
+
"_error": null
|
|
1201
|
+
},
|
|
1202
|
+
"serverIPAddress": "91.239.200.59",
|
|
1203
|
+
"startedDateTime": "2021-03-15T20:05:00.310Z",
|
|
1204
|
+
"time": 288.29700000096636,
|
|
1205
|
+
"timings": {
|
|
1206
|
+
"blocked": 1.1800000011135126,
|
|
1207
|
+
"dns": 0,
|
|
1208
|
+
"ssl": -1,
|
|
1209
|
+
"connect": 66.639,
|
|
1210
|
+
"send": 0.26500000000000057,
|
|
1211
|
+
"wait": 218.60999999923888,
|
|
1212
|
+
"receive": 1.6030000006139744,
|
|
1213
|
+
"_blocked_queueing": 1.1800000011135126
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"_initiator": {
|
|
1218
|
+
"type": "parser",
|
|
1219
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
1220
|
+
"lineNumber": 771
|
|
1221
|
+
},
|
|
1222
|
+
"_priority": "Low",
|
|
1223
|
+
"_resourceType": "image",
|
|
1224
|
+
"cache": {},
|
|
1225
|
+
"connection": "49504",
|
|
1226
|
+
"pageref": "page_1",
|
|
1227
|
+
"request": {
|
|
1228
|
+
"method": "GET",
|
|
1229
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/wordpress.gif",
|
|
1230
|
+
"httpVersion": "HTTP/1.1",
|
|
1231
|
+
"headers": [
|
|
1232
|
+
{
|
|
1233
|
+
"name": "Host",
|
|
1234
|
+
"value": "www.softwareishard.com"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "Connection",
|
|
1238
|
+
"value": "keep-alive"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "Pragma",
|
|
1242
|
+
"value": "no-cache"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Cache-Control",
|
|
1246
|
+
"value": "no-cache"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "User-Agent",
|
|
1250
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "Accept",
|
|
1254
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "Referer",
|
|
1258
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "Accept-Encoding",
|
|
1262
|
+
"value": "gzip, deflate"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "Accept-Language",
|
|
1266
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "Cookie",
|
|
1270
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
1271
|
+
}
|
|
1272
|
+
],
|
|
1273
|
+
"queryString": [],
|
|
1274
|
+
"cookies": [
|
|
1275
|
+
{
|
|
1276
|
+
"name": "__utmc",
|
|
1277
|
+
"value": "57327400",
|
|
1278
|
+
"expires": null,
|
|
1279
|
+
"httpOnly": false,
|
|
1280
|
+
"secure": false
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"name": "__utma",
|
|
1284
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
1285
|
+
"expires": null,
|
|
1286
|
+
"httpOnly": false,
|
|
1287
|
+
"secure": false
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"name": "__utmz",
|
|
1291
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
1292
|
+
"expires": null,
|
|
1293
|
+
"httpOnly": false,
|
|
1294
|
+
"secure": false
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"headersSize": 699,
|
|
1298
|
+
"bodySize": 0
|
|
1299
|
+
},
|
|
1300
|
+
"response": {
|
|
1301
|
+
"status": 200,
|
|
1302
|
+
"statusText": "OK",
|
|
1303
|
+
"httpVersion": "HTTP/1.1",
|
|
1304
|
+
"headers": [
|
|
1305
|
+
{
|
|
1306
|
+
"name": "Date",
|
|
1307
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "Server",
|
|
1311
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"name": "Vary",
|
|
1315
|
+
"value": "User-Agent"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "Last-Modified",
|
|
1319
|
+
"value": "Sat, 26 Jun 2010 23:00:00 GMT"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "ETag",
|
|
1323
|
+
"value": "\"208-489f6d8da7c00\""
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"name": "Accept-Ranges",
|
|
1327
|
+
"value": "bytes"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"name": "Content-Length",
|
|
1331
|
+
"value": "520"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "Cache-Control",
|
|
1335
|
+
"value": "max-age=1209600"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"name": "Expires",
|
|
1339
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "Keep-Alive",
|
|
1343
|
+
"value": "timeout=5, max=99"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "Connection",
|
|
1347
|
+
"value": "Keep-Alive"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "Content-Type",
|
|
1351
|
+
"value": "image/gif"
|
|
1352
|
+
}
|
|
1353
|
+
],
|
|
1354
|
+
"cookies": [],
|
|
1355
|
+
"content": {
|
|
1356
|
+
"size": 520,
|
|
1357
|
+
"mimeType": "image/gif",
|
|
1358
|
+
"compression": 0,
|
|
1359
|
+
"text": "R0lGODlhGQAcAMQAAPLy8uvr6+/v79jY2M7Ozvb29uDg4Pz8/Obm5tHR0eLi4t7e3vj4+NTU1Nvb2/r6+sDAwMrKyuTk5Ojo6Nzc3NLS0tbW1vT09MbGxsTExMLCwszMzL6+vv7+/r29vf///yH5BAAAAAAALAAAAAAZABwAAAX/4CeO3WiaXXmu3yMoy2IEBWsDQ0NN/LQ0loBtdMgFAAhHo+FQAASWBoBkChAQgAbEw+16EoJARHA6BCDIrXftWVwiwtFjbGCzMUJAZioyzDwQGByBahoYXBMjAwkiDAQdBU8IEBkTAJcvHB4IIh0PBFMKBjUfAF4GIhJdEQelFAEDH1IRNR0RXRglAV4KHwUaAAkHUh6oHxReZAcEuAcPHrA4Ex4RIqZdFiIIXgUCxRQCC6oeU7ZdGyIFah4FAx4OEkzjDiILXQsMIglcaBkeFHUaePOAodVACAga1OOSYJeHCQMiSFEjxBwBezXUbXJHrgGDAQEacFH4wUGxDR56hX1gJsBfhCwfBBADlA8Awi3VSkaY9nABpw5gOP40YJLLlAIJPRAoQKBVzAgMUBIQceAQFwrpOGQo0NAEggSO2MX0kuuDga0DFqxQsLRJhwprhExoR3LFhA0I8hHQwA/OhwAYHg35eDGAgDCH2WIw4HRIqRwJEuQYYEBAY8coChxQgbkz5hAAOw==",
|
|
1360
|
+
"encoding": "base64"
|
|
1361
|
+
},
|
|
1362
|
+
"redirectURL": "",
|
|
1363
|
+
"headersSize": 374,
|
|
1364
|
+
"bodySize": 520,
|
|
1365
|
+
"_transferSize": 894,
|
|
1366
|
+
"_error": null
|
|
1367
|
+
},
|
|
1368
|
+
"serverIPAddress": "91.239.200.59",
|
|
1369
|
+
"startedDateTime": "2021-03-15T20:05:00.311Z",
|
|
1370
|
+
"time": 713.9419999984966,
|
|
1371
|
+
"timings": {
|
|
1372
|
+
"blocked": 524.772999999128,
|
|
1373
|
+
"dns": -1,
|
|
1374
|
+
"ssl": -1,
|
|
1375
|
+
"connect": -1,
|
|
1376
|
+
"send": 0.06900000000000017,
|
|
1377
|
+
"wait": 186.72599999967798,
|
|
1378
|
+
"receive": 2.373999999690568,
|
|
1379
|
+
"_blocked_queueing": 523.219999999128
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"_initiator": {
|
|
1384
|
+
"type": "parser",
|
|
1385
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
1386
|
+
"lineNumber": 772
|
|
1387
|
+
},
|
|
1388
|
+
"_priority": "Low",
|
|
1389
|
+
"_resourceType": "image",
|
|
1390
|
+
"cache": {},
|
|
1391
|
+
"connection": "49208",
|
|
1392
|
+
"pageref": "page_1",
|
|
1393
|
+
"request": {
|
|
1394
|
+
"method": "GET",
|
|
1395
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/creativebits.gif",
|
|
1396
|
+
"httpVersion": "HTTP/1.1",
|
|
1397
|
+
"headers": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "Host",
|
|
1400
|
+
"value": "www.softwareishard.com"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"name": "Connection",
|
|
1404
|
+
"value": "keep-alive"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "Pragma",
|
|
1408
|
+
"value": "no-cache"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "Cache-Control",
|
|
1412
|
+
"value": "no-cache"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "User-Agent",
|
|
1416
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "Accept",
|
|
1420
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "Referer",
|
|
1424
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "Accept-Encoding",
|
|
1428
|
+
"value": "gzip, deflate"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "Accept-Language",
|
|
1432
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "Cookie",
|
|
1436
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
1437
|
+
}
|
|
1438
|
+
],
|
|
1439
|
+
"queryString": [],
|
|
1440
|
+
"cookies": [
|
|
1441
|
+
{
|
|
1442
|
+
"name": "__utmc",
|
|
1443
|
+
"value": "57327400",
|
|
1444
|
+
"expires": null,
|
|
1445
|
+
"httpOnly": false,
|
|
1446
|
+
"secure": false
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "__utma",
|
|
1450
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
1451
|
+
"expires": null,
|
|
1452
|
+
"httpOnly": false,
|
|
1453
|
+
"secure": false
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"name": "__utmz",
|
|
1457
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
1458
|
+
"expires": null,
|
|
1459
|
+
"httpOnly": false,
|
|
1460
|
+
"secure": false
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"headersSize": 702,
|
|
1464
|
+
"bodySize": 0
|
|
1465
|
+
},
|
|
1466
|
+
"response": {
|
|
1467
|
+
"status": 200,
|
|
1468
|
+
"statusText": "OK",
|
|
1469
|
+
"httpVersion": "HTTP/1.1",
|
|
1470
|
+
"headers": [
|
|
1471
|
+
{
|
|
1472
|
+
"name": "Date",
|
|
1473
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "Server",
|
|
1477
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"name": "Vary",
|
|
1481
|
+
"value": "User-Agent"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "Last-Modified",
|
|
1485
|
+
"value": "Sat, 26 Jun 2010 23:00:00 GMT"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"name": "ETag",
|
|
1489
|
+
"value": "\"155-489f6d8da7c00\""
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"name": "Accept-Ranges",
|
|
1493
|
+
"value": "bytes"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"name": "Content-Length",
|
|
1497
|
+
"value": "341"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"name": "Cache-Control",
|
|
1501
|
+
"value": "max-age=1209600"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "Expires",
|
|
1505
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "Keep-Alive",
|
|
1509
|
+
"value": "timeout=5, max=98"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "Connection",
|
|
1513
|
+
"value": "Keep-Alive"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "Content-Type",
|
|
1517
|
+
"value": "image/gif"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"cookies": [],
|
|
1521
|
+
"content": {
|
|
1522
|
+
"size": 341,
|
|
1523
|
+
"mimeType": "image/gif",
|
|
1524
|
+
"compression": 0,
|
|
1525
|
+
"text": "R0lGODlhGAAcAMQAAOLi4v39/fPz89TU1NbW1urq6t3d3fv7++7u7uDg4M/Pz/Hx8dvb2/j4+NPT0/X19c3NzdHR0f7+/tra2tjY2Ovr6+np6dfX187OztLS0uzs7O3t7fb29uTk5P///8zMzCH5BAAAAAAALAAAAAAYABwAAAXSoCeKD2IlBqESU9JVTzCKmzF8eK7vXzR1IgJvSAwEiMidQJBsfiqFJlBBBACkHupwwsBqeRmhjrAQdT5AoGfBi+gch+hHCGTDEbvvp9DYAQ04BQdJDXg6QA44CR5iQweGOVM4Bow6eo9+Hokfi40fGToIfYcegHuDOhdjHnKAdR93OhCmOQYPIlFpImw6A2dOSAwawEgAD8REGhIYyDwcHhTNshIeAgAUzMQDCRszIg0CBQAJKAQQOhTe6usNqjgM6/EzEr/w8vdrEfb48gcW3iEAADs=",
|
|
1526
|
+
"encoding": "base64"
|
|
1527
|
+
},
|
|
1528
|
+
"redirectURL": "",
|
|
1529
|
+
"headersSize": 374,
|
|
1530
|
+
"bodySize": 341,
|
|
1531
|
+
"_transferSize": 715,
|
|
1532
|
+
"_error": null
|
|
1533
|
+
},
|
|
1534
|
+
"serverIPAddress": "91.239.200.59",
|
|
1535
|
+
"startedDateTime": "2021-03-15T20:05:00.311Z",
|
|
1536
|
+
"time": 707.988000000114,
|
|
1537
|
+
"timings": {
|
|
1538
|
+
"blocked": 524.8670000004475,
|
|
1539
|
+
"dns": -1,
|
|
1540
|
+
"ssl": -1,
|
|
1541
|
+
"connect": -1,
|
|
1542
|
+
"send": 0.062000000000000055,
|
|
1543
|
+
"wait": 180.11600000016193,
|
|
1544
|
+
"receive": 2.9429999995045364,
|
|
1545
|
+
"_blocked_queueing": 523.6430000004475
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"_initiator": {
|
|
1550
|
+
"type": "parser",
|
|
1551
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
1552
|
+
"lineNumber": 783
|
|
1553
|
+
},
|
|
1554
|
+
"_priority": "Medium",
|
|
1555
|
+
"_resourceType": "script",
|
|
1556
|
+
"cache": {},
|
|
1557
|
+
"connection": "49494",
|
|
1558
|
+
"pageref": "page_1",
|
|
1559
|
+
"request": {
|
|
1560
|
+
"method": "GET",
|
|
1561
|
+
"url": "http://www.softwareishard.com/blog/wp-content/plugins/wp-lightbox-2/wp-lightbox-2.min.js?ver=1.3.4.1",
|
|
1562
|
+
"httpVersion": "HTTP/1.1",
|
|
1563
|
+
"headers": [
|
|
1564
|
+
{
|
|
1565
|
+
"name": "Host",
|
|
1566
|
+
"value": "www.softwareishard.com"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"name": "Connection",
|
|
1570
|
+
"value": "keep-alive"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "Pragma",
|
|
1574
|
+
"value": "no-cache"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "Cache-Control",
|
|
1578
|
+
"value": "no-cache"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "User-Agent",
|
|
1582
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "Accept",
|
|
1586
|
+
"value": "*/*"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "Referer",
|
|
1590
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "Accept-Encoding",
|
|
1594
|
+
"value": "gzip, deflate"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "Accept-Language",
|
|
1598
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "Cookie",
|
|
1602
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"queryString": [
|
|
1606
|
+
{
|
|
1607
|
+
"name": "ver",
|
|
1608
|
+
"value": "1.3.4.1"
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"cookies": [
|
|
1612
|
+
{
|
|
1613
|
+
"name": "__utmc",
|
|
1614
|
+
"value": "57327400",
|
|
1615
|
+
"expires": null,
|
|
1616
|
+
"httpOnly": false,
|
|
1617
|
+
"secure": false
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "__utma",
|
|
1621
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
1622
|
+
"expires": null,
|
|
1623
|
+
"httpOnly": false,
|
|
1624
|
+
"secure": false
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "__utmz",
|
|
1628
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
1629
|
+
"expires": null,
|
|
1630
|
+
"httpOnly": false,
|
|
1631
|
+
"secure": false
|
|
1632
|
+
}
|
|
1633
|
+
],
|
|
1634
|
+
"headersSize": 650,
|
|
1635
|
+
"bodySize": 0
|
|
1636
|
+
},
|
|
1637
|
+
"response": {
|
|
1638
|
+
"status": 200,
|
|
1639
|
+
"statusText": "OK",
|
|
1640
|
+
"httpVersion": "HTTP/1.1",
|
|
1641
|
+
"headers": [
|
|
1642
|
+
{
|
|
1643
|
+
"name": "Date",
|
|
1644
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "Server",
|
|
1648
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "Vary",
|
|
1652
|
+
"value": "User-Agent,Accept-Encoding"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "Last-Modified",
|
|
1656
|
+
"value": "Wed, 18 Feb 2015 23:24:46 GMT"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "ETag",
|
|
1660
|
+
"value": "\"6b9b-50f651ff7cb80-gzip\""
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "Accept-Ranges",
|
|
1664
|
+
"value": "bytes"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "Content-Encoding",
|
|
1668
|
+
"value": "gzip"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "Cache-Control",
|
|
1672
|
+
"value": "max-age=1209600"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "Expires",
|
|
1676
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "Content-Length",
|
|
1680
|
+
"value": "6953"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "Keep-Alive",
|
|
1684
|
+
"value": "timeout=5, max=99"
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"name": "Connection",
|
|
1688
|
+
"value": "Keep-Alive"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "Content-Type",
|
|
1692
|
+
"value": "application/javascript"
|
|
1693
|
+
}
|
|
1694
|
+
],
|
|
1695
|
+
"cookies": [],
|
|
1696
|
+
"content": {
|
|
1697
|
+
"size": 27547,
|
|
1698
|
+
"mimeType": "application/javascript",
|
|
1699
|
+
"compression": 20594,
|
|
1700
|
+
"text": "/**\r\n * Plugin Name: WP Lightbox 2\r\n * Plugin URI: http://yepinol.com/lightbox-2-plugin-wordpress/\r\n * Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.\r\n * Version: 2.28.9.2.1\r\n * Author: Pankaj Jha\r\n * Author URI: http://onlinewebapplication.com/\r\n * License: GNU General Public License, v2 (or newer)\r\n * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\r\n */\r\n/* Copyright 2011 Pankaj Jha (onlinewebapplication.com)\r\n\r\n This program is free software; you can redistribute it and/or modify\r\n it under the terms of the GNU General Public License as published by\r\n the Free Software Foundation using version 2 of the License.\r\n\r\n This program is distributed in the hope that it will be useful,\r\n but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n GNU General Public License for more details.\r\n\r\n You should have received a copy of the GNU General Public License\r\n along with this program; if not, write to the Free Software\r\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r\n*/\r\n/**\r\n * jQuery Lightbox\r\n * Version 0.5 - 11/29/2007\r\n * @author Warren Krewenki\r\n *\r\n * This package is distributed under the BSD license.\r\n * For full license information, see LICENSE.TXT\r\n *\r\n * Based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)\r\n * Originally written to make use of the Prototype framework, and Script.acalo.us, now altered to use jQuery.\r\n **/\r\n /** toyNN: davidtg@comtrya.com: fixed IE7-8 incompatabilities in 1.3.* branch **/ \r\n(function($){\r\n $.fn.lightbox = function(options) {\r\n var opts = $.extend({}, $.fn.lightbox.defaults, options);\r\n\t\tfunction onClick() {\r\n initialize();\r\n start(this);\r\n return false;\r\n }\t\r\n\t\tif(parseFloat($().jquery) >= 1.7){\r\n\t\t\treturn $(this).on(\"click\", onClick);\r\n }else{\r\n\t\t\treturn $(this).live(\"click\", onClick); //deprecated since 1.7\r\n\t\t}\t\t\r\n\t\t\r\n\t\tfunction initialize() {\r\n $(window).bind('orientationchange', resizeListener);\r\n $(window).bind('resize', resizeListener);\r\n // if (opts.followScroll) { $(window).bind('scroll', orientListener); }\r\n $('#overlay').remove();\r\n $('#lightbox').remove();\r\n opts.isIE8 = isIE8(); // //http://www.grayston.net/2011/internet-explorer-v8-and-opacity-issues/\r\n opts.inprogress = false;\r\n // if jsonData, build the imageArray from data provided in JSON format\r\n if (opts.jsonData && opts.jsonData.length > 0) {\r\n var parser = opts.jsonDataParser ? opts.jsonDataParser : $.fn.lightbox.parseJsonData;\r\n opts.imageArray = [];\r\n opts.imageArray = parser(opts.jsonData);\r\n }\r\n var outerImage = '<div id=\"outerImageContainer\"><div id=\"imageContainer\"><iframe id=\"lightboxIframe\" /><img id=\"lightboxImage\"><div id=\"hoverNav\"><a href=\"javascript://\" title=\"' + opts.strings.prevLinkTitle + '\" id=\"prevLink\"></a><a href=\"javascript://\" id=\"nextLink\" title=\"' + opts.strings.nextLinkTitle + '\"></a></div><div id=\"loading\"><a href=\"javascript://\" id=\"loadingLink\"><div id=\"jqlb_loading\"></div></a></div></div></div>';\r\n var imageData = '<div id=\"imageDataContainer\" class=\"clearfix\"><div id=\"imageData\"><div id=\"imageDetails\"><span id=\"caption\"></span><span id=\"numberDisplay\"></span></div><div id=\"bottomNav\">';\r\n if (opts.displayHelp) {\r\n imageData += '<span id=\"helpDisplay\">' + opts.strings.help + '</span>';\r\n }\r\n\t\t\tif(JQLBSettings['jqlb_show_close_button']=='1'){\r\n \timageData += '<a href=\"javascript://\" id=\"bottomNavClose\" title=\"' + opts.strings.closeTitle + '\"><img src=\"'+JQLBSettings['jqlb_image_for_close_lightbox']+'\" id=\"jqlb_closelabel\"/></a>';\r\n\t\t\t}\r\n\t\t\timageData +='</div></div></div>';\r\n var string;\r\n if (opts.navbarOnTop) {\r\n string = '<div id=\"overlay\"></div><div id=\"lightbox\">' + imageData + outerImage + '</div>';\r\n $(\"body\").append(string);\r\n $(\"#imageDataContainer\").addClass('ontop');\r\n } else {\r\n string = '<div id=\"overlay\"></div><div id=\"lightbox\">' + outerImage + imageData + '</div>';\r\n $(\"body\").append(string);\r\n }\r\n\t\t\tvar gago=1;\r\n $(\"#overlay\").click(function () { end(); }).hide();\t\r\n\t\t\tif(JQLBSettings['jqlb_overlay_close']=='1')\t\t\r\n $(\"#lightbox\").click(function () { if(gago){end();} gago=1 }).hide().children('#imageDataContainer').click(function(e) { gago=0; console.log(e) });;\r\n $(\"#loadingLink\").click(function () { end(); return false; });\r\n $(\"#bottomNavClose\").click(function () { end(); return false; });\r\n $('#outerImageContainer').width(opts.widthCurrent).height(opts.heightCurrent);\r\n $('#imageDataContainer').width(opts.widthCurrent);\r\n if (!opts.imageClickClose) {\r\n $(\"#lightboxImage\").click(function () { return false; });\r\n $(\"#hoverNav\").click(function () { return false; });\r\n }\r\n };\r\n //allow image to reposition & scale if orientation change or resize occurs.\r\n\t\t/*2.21 - Image Map, Shrink large images to fit smaller screens*/\r\n\t\t/*2.23 - Updated jQuery calls for faster load*/\r\n\t\t/*2.25 - Fixed PHP 5 bug*/\r\n\t\t/*2.27 - Compatible with wordpress 3.5.1.*/\r\n\t\t/*2.28.6.1 - Fixed navigation issue (minor release)*/\r\n\t\t/*2.28.8 - Compatible with wordpress 3.8.*/\r\n\t\t/*2.28.8.1 - Fixed navigation issue.*/\r\n\t\t/*2.28.8.2 - Compatible with wordpress 3.8.1*/\r\n\t\t/*2.28.8.3 - Fixed full screen image close issue*/\r\n\t /*2.28.8.4 - Compatible with wordpress 3.9*/\r\n /*2.28.8.5 - Fixed Responsiveness Issue */\r\n /*2.28.8.6 - Compatible with wordpress 3.9.1*/\r\n\t\t/*2.28.8.7 - Fixed Image Galary and other HTML issue minor fix*/\r\n\t\t/*2.28.8.8 - Compatible with wordpress 3.9.2*/\r\n\t\t/*2.28.8.9 - Compatible with wordpress 4.0*/\r\n\t\t/*2.28.9.0 - Optimize: content grouping support and exclusion performance*/\r\n\t\t/*2.28.9.1 - Compatible with wordpress 4.0.1*/\r\n\t\t/*2.28.9.2 - Compatible with wordpress 4.1*/\r\n\t\t/*2.28.9.2.1 - Fixed: Broken shortcodes with WordPress 4.1*/\r\n function resizeListener(e) {\r\n if (opts.resizeTimeout) {\r\n clearTimeout(opts.resizeTimeout);\r\n opts.resizeTimeout = false;\r\n }\r\n opts.resizeTimeout = setTimeout(function () { doScale(false); }, 50); //a delay to avoid duplicate event calls.\t\t\r\n }\r\n function getPageSize(){ \r\n var pgDocHeight = $(document).height();\r\n if (opts.isIE8 && pgDocHeight > 4096) {\r\n pgDocHeight = 4096;\r\n }\r\n\t\t\tvar viewportHeight = $(window).height() - opts.adminBarHeight;\t\t\t\r\n\t\t\t//$(document).width() returns width of HTML document \r\n return new Array($(document).width(), pgDocHeight, $(window).width(), viewportHeight, $(document).height());\r\n };\r\n //code for IE8 check provided by http://kangax.github.com/cft/\r\n function isIE8() {\r\n var isBuggy = false;\r\n if (document.createElement) {\r\n var el = document.createElement(\"div\");\r\n if (el && el.querySelectorAll) {\r\n el.innerHTML = \"<object><param name=\\\"\\\"></object>\";\r\n isBuggy = el.querySelectorAll(\"param\").length != 1;\r\n }\r\n el = null;\r\n }\r\n return isBuggy;\r\n };\r\n function getPageScroll() {\r\n var xScroll = 0; var yScroll = 0;\r\n if (self.pageYOffset) {\r\n yScroll = self.pageYOffset;\r\n xScroll = self.pageXOffset;\r\n } else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict\r\n yScroll = document.documentElement.scrollTop;\r\n xScroll = document.documentElement.scrollLeft;\r\n } else if (document.body) {// all other Explorers\r\n yScroll = document.body.scrollTop;\r\n xScroll = document.body.scrollLeft;\r\n }\r\n\t\t\tif(opts.adminBarHeight && parseInt($('#wpadminbar').css('top'), 10) === 0){\r\n\t\t\t\tyScroll += opts.adminBarHeight;\r\n\t\t\t}\t\r\n return new Array(xScroll, yScroll);\r\n };\r\n// JQuery Call\r\n\t\tfunction start(imageLink) {\r\n $(\"select, embed, object\").hide();\r\n var arrayPageSize = getPageSize();\r\n var arrayPagePos = getPageScroll();\r\n var newTop = 0;\r\n $(\"#overlay\").hide().css({width: arrayPageSize[0] + 'px', height: arrayPageSize[1] + 'px', opacity: opts.overlayOpacity}).fadeIn(400);\r\n if (opts.isIE8 && arrayPageSize[1] == 4096) {\r\n if (arrayPagePos[1] >= 1000) {\r\n newTop = arrayPagePos[1] - 1000;\r\n if ((arrayPageSize[4] - (arrayPagePos[1] + 3096)) < 0) {\r\n newTop -= (arrayPagePos[1] + 3096) - arrayPageSize[4];\r\n }\r\n $(\"#overlay\").css({ top: newTop + 'px' });\r\n }\r\n }\r\n imageNum = 0;\r\n // if data is not provided by jsonData parameter\r\n if (!opts.jsonData) {\r\n opts.imageArray = [];\r\n // if image is NOT part of a set..\t\t\t\t\r\n if (!imageLink.rel || (imageLink.rel == '')) {\r\n // add single image to Lightbox.imageArray\r\n var s = '';\r\n if (imageLink.title) {\r\n s = imageLink.title;\r\n } else if ($(this).children(':first-child').attr('title')) {\r\n s = $(this).children(':first-child').attr('title');\r\n }\r\n opts.imageArray.push(new Array(imageLink.href, opts.displayTitle ? s : ''));\r\n } else {\r\n // if image is part of a set..\r\n $(\"a\").each(function () {\r\n if (this.href && (this.rel == imageLink.rel)) {\r\n var title = '';\r\n var caption = '';\r\n var captionText = '';\r\n var jqThis = $(this);\r\n if (this.title) {\r\n title = this.title;\r\n } else if (jqThis.children('img:first-child').attr('title')) {\r\n title = jqThis.children('img:first-child').attr('title'); //grab the title from the image if the link lacks one\r\n }\r\n if (jqThis.parent().next('.gallery-caption').html()) {\r\n var jq = jqThis.parent().next('.gallery-caption');\r\n caption = jq.html();\r\n captionText = jq.text();\r\n } else if (jqThis.next('.wp-caption-text').html()) {\r\n caption = jqThis.next('.wp-caption-text').html();\r\n captionText = jqThis.next('.wp-caption-text').text();\r\n }\r\n title = $.trim(title);\r\n captionText = $.trim(captionText);\r\n if (title.toLowerCase() == captionText.toLowerCase()) {\r\n title = caption; //to keep linked captions\r\n caption = ''; //but not duplicate the text\t\t\t\t\t\t\t\t\r\n }\r\n\t\t\t\t\t\t\tvar s = '';\r\n\t\t\t\t\t\t\tif (title != '') {\r\n\t\t\t\t\t\t\t\ts = '<span id=\"titleText\">' + title + '</span>';\r\n\t\t\t\t\t\t\t} \r\n\t\t\t\t\t\t\tif (caption != '') {\r\n\t\t\t\t\t\t\t\tif (title != ''){\r\n\t\t\t\t\t\t\t\t\ts += '<br />';\r\n\t\t\t\t\t\t\t\t} \r\n\t\t\t\t\t\t\t\ts += '<span id=\"captionText\">' + caption +'</span>';\r\n\t\t\t\t\t\t\t}\r\n opts.imageArray.push(new Array(this.href, opts.displayTitle ? s : ''));\r\n }\r\n });\r\n }\r\n }\r\n if (opts.imageArray.length > 1) {\r\n for (i = 0; i < opts.imageArray.length; i++) {\r\n for (j = opts.imageArray.length - 1; j > i; j--) {\r\n if (opts.imageArray[i][0] == opts.imageArray[j][0]) {\r\n opts.imageArray.splice(j, 1);\r\n }\r\n }\r\n }\r\n while (opts.imageArray[imageNum][0] != imageLink.href) { imageNum++; }\r\n }\r\n // calculate top and left offset for the lightbox\r\n\t\t\tif(JQLBSettings['jqlb_popup_size_fix']=='1')\r\n\t\t\tsetLightBoxPos(10, arrayPagePos[0]).show();\r\n\t\t\telse\r\n \tsetLightBoxPos(arrayPagePos[1], arrayPagePos[0]).show();\r\n changeImage(imageNum);\r\n };\r\n\t\t\r\n\t\tfunction setLightBoxPos(newTop, newLeft) { \r\n if (opts.resizeSpeed > 0) {\t\t\t\r\n $('#lightbox').animate({ top: newTop }, 250, 'linear');\r\n return $('#lightbox').animate({ left: newLeft }, 250, 'linear');\r\n }\r\n return $('#lightbox').css({ top: newTop + 'px', left: newLeft + 'px' });\r\n }\r\n\t\t\r\n function changeImage(imageNum) {\r\n if (opts.inprogress == false) {\r\n opts.inprogress = true;\r\n opts.activeImage = imageNum;\r\n // hide elements during transition\r\n $('#loading').show();\r\n $('#lightboxImage').hide();\r\n $('#hoverNav').hide();\r\n $('#prevLink').hide();\r\n $('#nextLink').hide();\r\n doChangeImage();\r\n }\r\n };\r\n\r\n function doChangeImage() {\r\n opts.imgPreloader = new Image();\r\n opts.imgPreloader.onload = function () {\r\n $('#lightboxImage').attr('src', opts.imageArray[opts.activeImage][0]);\r\n doScale(); // once image is preloaded, resize image container\r\n preloadNeighborImages();\r\n };\r\n opts.imgPreloader.src = opts.imageArray[opts.activeImage][0];\r\n };\r\n\r\n function doScale() {\r\n if (!opts.imgPreloader) {\r\n return;\r\n }\r\n var newWidth = opts.imgPreloader.width;\r\n var newHeight = opts.imgPreloader.height;\r\n\t\t\tvar seted_widt_max=parseInt(JQLBSettings['jqlb_maximum_width']);\r\n\t\t\tvar seted_height_max=parseInt(JQLBSettings['jqlb_maximum_height']);\r\n var arrayPageSize = getPageSize(); \r\n\t\t\tvar noScrollWidth = (arrayPageSize[2] < arrayPageSize[0]) ? arrayPageSize[0] : arrayPageSize[2]; //if viewport is smaller than page, use page width.\r\n\t\t\t$(\"#overlay\").css({ width: noScrollWidth + 'px', height: arrayPageSize[1] + 'px' }); \r\n var maxHeight = (arrayPageSize[3]) - ($(\"#imageDataContainer\").height() + (2 * opts.borderSize));\r\n var maxWidth = (arrayPageSize[2]) - (2*opts.borderSize);\t\r\n\t\t\tif (opts.fitToScreen){\r\n\t\t\t\tvar displayWidth = maxWidth-opts.marginSize;\t\r\n\t\t\t\tif(seted_widt_max<maxWidth && seted_widt_max>0)\r\n\t\t\t\t\tdisplayWidth = seted_widt_max-opts.marginSize;\r\n\t\t\t\tvar displayHeight = maxHeight-opts.marginSize;\t\r\n\t\t\t\tif(seted_height_max<maxHeight && seted_height_max>0)\r\n\t\t\t\t\tdisplayHeight = seted_height_max-opts.marginSize;\t\r\n var ratio = 1;\r\n if (newHeight > displayHeight) {\r\n ratio = displayHeight / newHeight; //ex. 600/1024 = 0.58\t\t\t\t\t\r\n }\r\n newWidth = newWidth * ratio;\r\n newHeight = newHeight * ratio;\r\n ratio = 1;\r\n if (newWidth > displayWidth) {\r\n ratio = displayWidth / newWidth; //ex. 800/1280 == 0.62\t\t\t\t\t\r\n }\r\n newWidth = Math.round(newWidth * ratio);\r\n newHeight = Math.round(newHeight * ratio);\r\n } \r\n\t\t\tvar arrayPageScroll = getPageScroll();\r\n\t\t\tvar centerY = arrayPageScroll[1] + (maxHeight * 0.5);\r\n\t\t\tif(JQLBSettings['jqlb_popup_size_fix']=='1')\r\n\t\t\t\tvar newTop =(maxHeight-newHeight) * 0.5;\r\n\t\t\telse\r\n\t\t\t\tvar newTop = centerY - newHeight * 0.5;\r\n\t\t\tvar newLeft = arrayPageScroll[0];\r\n\t\t\t$('#lightboxImage').width(newWidth).height(newHeight);\r\n\t\t\tresizeImageContainer(newWidth, newHeight, newTop, newLeft); \r\n }\r\n/*2.28.4 - Compatible with wordpress 3.6.*/\r\n function resizeImageContainer(imgWidth, imgHeight, lightboxTop, lightboxLeft) {\r\n opts.widthCurrent = $(\"#outerImageContainer\").outerWidth();\r\n\t\t\tif(parseInt(JQLBSettings['jqlb_maximum_width']) && parseInt(JQLBSettings['jqlb_maximum_width'])>0){\r\n\t\t\t\tif(parseInt(JQLBSettings['jqlb_maximum_width'])<opts.widthCurrent){\r\n\t\t\t\t\topts.widthCurrent=parseInt(JQLBSettings['jqlb_maximum_width']);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n opts.heightCurrent = $(\"#outerImageContainer\").outerHeight();\r\n\t\t\tif(parseInt(JQLBSettings['jqlb_maximum_height']) && parseInt(JQLBSettings['jqlb_maximum_height'])>0){\r\n\t\t\t\tif(parseInt(JQLBSettings['jqlb_maximum_height'])<opts.heightCurrent){\r\n\t\t\t\t\topts.heightCurrent=parseInt(JQLBSettings['jqlb_maximum_height']);\r\n\t\t\t\t}\r\n\t\t\t}\r\n var widthNew = Math.max(350, imgWidth + (opts.borderSize * 2));\r\n var heightNew = (imgHeight + (opts.borderSize * 2));\r\n // scalars based on change from old to new\r\n opts.xScale = (widthNew / opts.widthCurrent) * 100;\r\n opts.yScale = (heightNew / opts.heightCurrent) * 100; \r\n setLightBoxPos(lightboxTop, lightboxLeft); \r\n updateDetails(); //toyNN: moved updateDetails() here, seems to work fine. \r\n\t\t\t$('#imageDataContainer').animate({ width: widthNew }, opts.resizeSpeed, 'linear');\r\n\t\t\t$('#outerImageContainer').animate({ width: widthNew }, opts.resizeSpeed, 'linear', function () {\r\n\t\t\t\t$('#outerImageContainer').animate({ height: heightNew }, opts.resizeSpeed, 'linear', function () {\r\n\t\t\t\t\tshowImage();\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t\t\tupdateNav();\r\n $('#prevLink').height(imgHeight);\r\n $('#nextLink').height(imgHeight);\r\n };\r\n\r\n function showImage() {\r\n //assumes updateDetails have been called earlier!\r\n $(\"#imageData\").show();\r\n $('#caption').show();\r\n //$('#imageDataContainer').slideDown(400);\r\n //$(\"#imageDetails\").hide().fadeIn(400);\t\t\r\n $('#loading').hide();\r\n if (opts.resizeSpeed > 0) {\r\n $('#lightboxImage').fadeIn(\"fast\");\r\n } else {\r\n $('#lightboxImage').show();\r\n }\r\n opts.inprogress = false;\r\n };\r\n\t\t\r\n\t\tfunction preloadNeighborImages() {\r\n if (opts.loopImages && opts.imageArray.length > 1) {\r\n preloadNextImage = new Image();\r\n preloadNextImage.src = opts.imageArray[(opts.activeImage == (opts.imageArray.length - 1)) ? 0 : opts.activeImage + 1][0]\r\n preloadPrevImage = new Image();\r\n preloadPrevImage.src = opts.imageArray[(opts.activeImage == 0) ? (opts.imageArray.length - 1) : opts.activeImage - 1][0]\r\n } else {\r\n if ((opts.imageArray.length - 1) > opts.activeImage) {\r\n preloadNextImage = new Image();\r\n preloadNextImage.src = opts.imageArray[opts.activeImage + 1][0];\r\n }\r\n if (opts.activeImage > 0) {\r\n preloadPrevImage = new Image();\r\n preloadPrevImage.src = opts.imageArray[opts.activeImage - 1][0];\r\n }\r\n }\r\n };\r\n\r\n\r\n function updateDetails() {\r\n $('#numberDisplay').html('');\r\n $('#caption').html('').hide();\r\n if (opts.imageArray[opts.activeImage][1]) {\r\n $('#caption').html(opts.imageArray[opts.activeImage][1]).show();\r\n }\r\n var nav_html = '';\r\n var prev = '';\r\n var pos = (opts.imageArray.length > 1) ? opts.strings.image + (opts.activeImage + 1) + opts.strings.of + opts.imageArray.length : '';\r\n var link = (opts.displayDownloadLink) ? '<a href=\"' + opts.imageArray[opts.activeImage][0] + '\" id=\"downloadLink\" download=\"'+opts.imageArray[opts.activeImage][0].replace(/^.*\\/|\\.[^.]*$/g, '')+'.'+opts.imageArray[opts.activeImage][0].split('.').pop()+'\" target=\"'+opts.linkTarget+'\">' + opts.strings.download + '</a>' : '';\r\n var next = '';\r\n if (opts.imageArray.length > 1 && !opts.disableNavbarLinks) {\t // display previous / next text links \t\t\t \r\n if ((opts.activeImage) > 0 || opts.loopImages) {\r\n prev = '<a title=\"' + opts.strings.prevLinkTitle + '\" href=\"#\" id=\"prevLinkText\">' + opts.strings.prevLinkText + \"</a>\";\r\n }\r\n if (((opts.activeImage + 1) < opts.imageArray.length) || opts.loopImages) {\r\n next += '<a title=\"' + opts.strings.nextLinkTitle + '\" href=\"#\" id=\"nextLinkText\">' + opts.strings.nextLinkText + \"</a>\";\r\n }\r\n }\r\n nav_html = prev + nav_html + pos + link + next;\r\n if (nav_html != '' && JQLBSettings['jqlb_show_text_for_image']=='1') {\r\n $('#numberDisplay').html(nav_html).show();\r\n }\r\n };\r\n\r\n function updateNav() {\r\n if (opts.imageArray.length > 1) {\r\n $('#hoverNav').show();\r\n // if loopImages is true, always show next and prev image buttons \r\n if (opts.loopImages) {\r\n $('#prevLink,#prevLinkText').show().click(function () {\r\n changeImage((opts.activeImage == 0) ? (opts.imageArray.length - 1) : opts.activeImage - 1); return false;\r\n });\r\n $('#nextLink,#nextLinkText').show().click(function () {\r\n changeImage((opts.activeImage == (opts.imageArray.length - 1)) ? 0 : opts.activeImage + 1); return false;\r\n });\r\n } else {\r\n // if not first image in set, display prev image button\r\n if (opts.activeImage != 0) {\r\n $('#prevLink,#prevLinkText').show().click(function () {\r\n changeImage(opts.activeImage - 1); return false;\r\n });\r\n }\r\n // if not last image in set, display next image button\r\n if (opts.activeImage != (opts.imageArray.length - 1)) {\r\n $('#nextLink,#nextLinkText').show().click(function () {\r\n changeImage(opts.activeImage + 1); return false;\r\n });\r\n }\r\n }\r\n\t\t\t\tif(JQLBSettings ['jqlb_keyboard_navigation']=='1'){\r\n \tenableKeyboardNav();\r\n\t\t\t\t}\r\n }\r\n };\r\n\r\n function end() {\r\n disableKeyboardNav();\r\n $('#lightbox').hide();\r\n $('#overlay').fadeOut();\r\n $('select, object, embed').show();\r\n };\r\n\r\n function keyboardAction(e) {\r\n var o = e.data.opts;\r\n var keycode = e.keyCode;\r\n var escapeKey = 27;\r\n var key = String.fromCharCode(keycode).toLowerCase();\r\n if ((key == 'x') || (key == 'o') || (key == 'c') || (keycode == escapeKey)) { // close lightbox\r\n end();\r\n } else if ((key == 'p') || (keycode == 37)) { // display previous image\r\n if (o.loopImages) {\r\n disableKeyboardNav();\r\n changeImage((o.activeImage == 0) ? (o.imageArray.length - 1) : o.activeImage - 1);\r\n }\r\n else if (o.activeImage != 0) {\r\n disableKeyboardNav();\r\n changeImage(o.activeImage - 1);\r\n }\r\n } else if ((key == 'n') || (keycode == 39)) { // display next image\r\n if (opts.loopImages) {\r\n disableKeyboardNav();\r\n changeImage((o.activeImage == (o.imageArray.length - 1)) ? 0 : o.activeImage + 1);\r\n }\r\n else if (o.activeImage != (o.imageArray.length - 1)) {\r\n disableKeyboardNav();\r\n changeImage(o.activeImage + 1);\r\n }\r\n } \r\n return false;\r\n };\r\n function enableKeyboardNav() {\t\t\t\r\n\t\t\t$(document).bind('keydown', {opts: opts}, keyboardAction);\r\n };\r\n function disableKeyboardNav() {\r\n $(document).unbind('keydown');\r\n };\r\n };\r\n $.fn.lightbox.parseJsonData = function(data) {\r\n var imageArray = [];\r\n $.each(data, function () {\r\n imageArray.push(new Array(this.url, this.title));\r\n });\r\n return imageArray;\r\n };\r\n $.fn.lightbox.defaults = {\r\n\t\tadminBarHeight:28,\r\n overlayOpacity: (JQLBSettings['jqlb_overlay_opacity']/100),\r\n borderSize: (JQLBSettings['jqlb_border_width']),\r\n imageArray: new Array,\r\n activeImage: null,\r\n inprogress: false, //this is an internal state variable. don't touch.\r\n widthCurrent: 250,\r\n heightCurrent: 250,\r\n xScale: 1,\r\n yScale: 1,\r\n displayTitle: true,\r\n disableNavbarLinks: true,\r\n loopImages: true,\r\n imageClickClose: true,\r\n jsonData: null,\r\n jsonDataParser: null,\r\n followScroll: false,\r\n isIE8: false //toyNN:internal value only\r\n };\r\n\t$(document).ready(function($){\r\n\t\tvar haveConf = (typeof JQLBSettings == 'object');\r\n\t\tif(haveConf && JQLBSettings.resizeSpeed) {\r\n\t\t\tJQLBSettings.resizeSpeed = parseInt(JQLBSettings.resizeSpeed);\r\n\t\t}\r\n\t\tif(haveConf && JQLBSettings.marginSize){\r\n\t\t\tJQLBSettings.marginSize = parseInt(JQLBSettings.marginSize);\r\n\t\t}\r\n\t\tvar default_strings = {\r\n\t\t\thelp: ' Browse images with your keyboard: Arrows or P(revious)/N(ext) and X/C/ESC for close.',\r\n\t\t\tprevLinkTitle: JQLBSettings ['jqlb_previous_image_title'],\r\n\t\t\tnextLinkTitle: JQLBSettings ['jqlb_next_image_title'],\r\n\t\t\tprevLinkText: '« Previous',\r\n\t\t\tnextLinkText: 'Next »',\r\n\t\t\tcloseTitle: JQLBSettings ['jqlb_close_image_title'],\r\n\t\t\timage: 'Image ',\r\n\t\t\tof: ' of ',\r\n\t\t\tdownload: 'Download'\r\n\t\t};\r\n\t\t$('a[rel^=\"lightbox\"]').lightbox({\r\n\t\t\tadminBarHeight: $('#wpadminbar').height() || 0,\r\n\t\t\tlinkTarget: (haveConf && JQLBSettings.linkTarget.length) ? JQLBSettings.linkTarget : '_self',\r\n\t\t\tdisplayHelp: (haveConf && JQLBSettings.help.length) ? true : false,\r\n\t\t\tmarginSize: (haveConf && JQLBSettings.marginSize) ? JQLBSettings.marginSize : 0,\r\n\t\t\tfitToScreen: (haveConf && JQLBSettings.fitToScreen == '1') ? true : false,\r\n\t\t\tresizeSpeed: (haveConf && JQLBSettings.resizeSpeed >= 0) ? JQLBSettings.resizeSpeed : 400,\r\n\t\t\tdisplayDownloadLink: (haveConf && JQLBSettings.displayDownloadLink == '0') ? false : true,\r\n\t\t\tnavbarOnTop: (haveConf && JQLBSettings.navbarOnTop == '0') ? false : true,\r\n\t\t\t//followScroll: (haveConf && JQLBSettings.followScroll == '0') ? false : true,\r\n\t\t\tstrings: (haveConf && typeof JQLBSettings.help == 'string') ? JQLBSettings : default_strings\r\n\t\t});\t\r\n\t});\t\r\n})(jQuery);"
|
|
1701
|
+
},
|
|
1702
|
+
"redirectURL": "",
|
|
1703
|
+
"headersSize": 434,
|
|
1704
|
+
"bodySize": 6953,
|
|
1705
|
+
"_transferSize": 7387,
|
|
1706
|
+
"_error": null
|
|
1707
|
+
},
|
|
1708
|
+
"serverIPAddress": "91.239.200.59",
|
|
1709
|
+
"startedDateTime": "2021-03-15T20:05:00.311Z",
|
|
1710
|
+
"time": 485.28299999998126,
|
|
1711
|
+
"timings": {
|
|
1712
|
+
"blocked": 290.77200000008963,
|
|
1713
|
+
"dns": -1,
|
|
1714
|
+
"ssl": -1,
|
|
1715
|
+
"connect": -1,
|
|
1716
|
+
"send": 0.1070000000000001,
|
|
1717
|
+
"wait": 191.97499999977148,
|
|
1718
|
+
"receive": 2.4290000001201406,
|
|
1719
|
+
"_blocked_queueing": 289.81500000008964
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"_initiator": {
|
|
1724
|
+
"type": "parser",
|
|
1725
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
1726
|
+
"lineNumber": 784
|
|
1727
|
+
},
|
|
1728
|
+
"_priority": "Medium",
|
|
1729
|
+
"_resourceType": "script",
|
|
1730
|
+
"cache": {},
|
|
1731
|
+
"connection": "49494",
|
|
1732
|
+
"pageref": "page_1",
|
|
1733
|
+
"request": {
|
|
1734
|
+
"method": "GET",
|
|
1735
|
+
"url": "http://www.softwareishard.com/blog/wp-includes/js/wp-embed.min.js?ver=4.7.19",
|
|
1736
|
+
"httpVersion": "HTTP/1.1",
|
|
1737
|
+
"headers": [
|
|
1738
|
+
{
|
|
1739
|
+
"name": "Host",
|
|
1740
|
+
"value": "www.softwareishard.com"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "Connection",
|
|
1744
|
+
"value": "keep-alive"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "Pragma",
|
|
1748
|
+
"value": "no-cache"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "Cache-Control",
|
|
1752
|
+
"value": "no-cache"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "User-Agent",
|
|
1756
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "Accept",
|
|
1760
|
+
"value": "*/*"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "Referer",
|
|
1764
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "Accept-Encoding",
|
|
1768
|
+
"value": "gzip, deflate"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "Accept-Language",
|
|
1772
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "Cookie",
|
|
1776
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
1777
|
+
}
|
|
1778
|
+
],
|
|
1779
|
+
"queryString": [
|
|
1780
|
+
{
|
|
1781
|
+
"name": "ver",
|
|
1782
|
+
"value": "4.7.19"
|
|
1783
|
+
}
|
|
1784
|
+
],
|
|
1785
|
+
"cookies": [
|
|
1786
|
+
{
|
|
1787
|
+
"name": "__utmc",
|
|
1788
|
+
"value": "57327400",
|
|
1789
|
+
"expires": null,
|
|
1790
|
+
"httpOnly": false,
|
|
1791
|
+
"secure": false
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "__utma",
|
|
1795
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
1796
|
+
"expires": null,
|
|
1797
|
+
"httpOnly": false,
|
|
1798
|
+
"secure": false
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "__utmz",
|
|
1802
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
1803
|
+
"expires": null,
|
|
1804
|
+
"httpOnly": false,
|
|
1805
|
+
"secure": false
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
"headersSize": 626,
|
|
1809
|
+
"bodySize": 0
|
|
1810
|
+
},
|
|
1811
|
+
"response": {
|
|
1812
|
+
"status": 200,
|
|
1813
|
+
"statusText": "OK",
|
|
1814
|
+
"httpVersion": "HTTP/1.1",
|
|
1815
|
+
"headers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Date",
|
|
1818
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "Server",
|
|
1822
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"name": "Vary",
|
|
1826
|
+
"value": "User-Agent,Accept-Encoding"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"name": "Last-Modified",
|
|
1830
|
+
"value": "Wed, 23 Nov 2016 12:38:34 GMT"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "ETag",
|
|
1834
|
+
"value": "\"576-541f72ac78680-gzip\""
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "Accept-Ranges",
|
|
1838
|
+
"value": "bytes"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "Content-Encoding",
|
|
1842
|
+
"value": "gzip"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "Cache-Control",
|
|
1846
|
+
"value": "max-age=1209600"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "Expires",
|
|
1850
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "Content-Length",
|
|
1854
|
+
"value": "751"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "Keep-Alive",
|
|
1858
|
+
"value": "timeout=5, max=98"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "Connection",
|
|
1862
|
+
"value": "Keep-Alive"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"name": "Content-Type",
|
|
1866
|
+
"value": "application/javascript"
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"cookies": [],
|
|
1870
|
+
"content": {
|
|
1871
|
+
"size": 1398,
|
|
1872
|
+
"mimeType": "application/javascript",
|
|
1873
|
+
"compression": 647,
|
|
1874
|
+
"text": "!function(a,b){\"use strict\";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf(\"MSIE 10\"),h=!!navigator.userAgent.match(/Trident.*rv:11\\./),i=b.querySelectorAll(\"iframe.wp-embedded-content\");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute(\"data-secret\"))f=Math.random().toString(36).substr(2,10),d.src+=\"#?secret=\"+f,d.setAttribute(\"data-secret\",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute(\"security\"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret=\"'+d.secret+'\"]'),k=b.querySelectorAll('blockquote[data-secret=\"'+d.secret+'\"]');for(e=0;e<k.length;e++)k[e].style.display=\"none\";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute(\"style\"),\"height\"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if(\"link\"===d.message)if(h=b.createElement(\"a\"),i=b.createElement(\"a\"),h.href=f.getAttribute(\"src\"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener(\"message\",a.wp.receiveEmbedMessage,!1),b.addEventListener(\"DOMContentLoaded\",c,!1),a.addEventListener(\"load\",c,!1)}(window,document);"
|
|
1875
|
+
},
|
|
1876
|
+
"redirectURL": "",
|
|
1877
|
+
"headersSize": 432,
|
|
1878
|
+
"bodySize": 751,
|
|
1879
|
+
"_transferSize": 1183,
|
|
1880
|
+
"_error": null
|
|
1881
|
+
},
|
|
1882
|
+
"serverIPAddress": "91.239.200.59",
|
|
1883
|
+
"startedDateTime": "2021-03-15T20:05:00.332Z",
|
|
1884
|
+
"time": 644.2680000000109,
|
|
1885
|
+
"timings": {
|
|
1886
|
+
"blocked": 466.67499999985307,
|
|
1887
|
+
"dns": -1,
|
|
1888
|
+
"ssl": -1,
|
|
1889
|
+
"connect": -1,
|
|
1890
|
+
"send": 0.09899999999999998,
|
|
1891
|
+
"wait": 176.1429999993624,
|
|
1892
|
+
"receive": 1.351000000795466,
|
|
1893
|
+
"_blocked_queueing": 465.3859999998531
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"_initiator": {
|
|
1898
|
+
"type": "parser",
|
|
1899
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
1900
|
+
"lineNumber": 786
|
|
1901
|
+
},
|
|
1902
|
+
"_priority": "Medium",
|
|
1903
|
+
"_resourceType": "script",
|
|
1904
|
+
"cache": {},
|
|
1905
|
+
"pageref": "page_1",
|
|
1906
|
+
"request": {
|
|
1907
|
+
"method": "GET",
|
|
1908
|
+
"url": "http://www.google-analytics.com/urchin.js",
|
|
1909
|
+
"httpVersion": "HTTP/1.1",
|
|
1910
|
+
"headers": [
|
|
1911
|
+
{
|
|
1912
|
+
"name": "User-Agent",
|
|
1913
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "Accept",
|
|
1917
|
+
"value": "*/*"
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"queryString": [],
|
|
1921
|
+
"cookies": [],
|
|
1922
|
+
"headersSize": 156,
|
|
1923
|
+
"bodySize": 0
|
|
1924
|
+
},
|
|
1925
|
+
"response": {
|
|
1926
|
+
"status": 307,
|
|
1927
|
+
"statusText": "Internal Redirect",
|
|
1928
|
+
"httpVersion": "HTTP/1.1",
|
|
1929
|
+
"headers": [
|
|
1930
|
+
{
|
|
1931
|
+
"name": "Location",
|
|
1932
|
+
"value": "https://www.google-analytics.com/urchin.js"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"name": "Non-Authoritative-Reason",
|
|
1936
|
+
"value": "HSTS"
|
|
1937
|
+
}
|
|
1938
|
+
],
|
|
1939
|
+
"cookies": [],
|
|
1940
|
+
"content": {
|
|
1941
|
+
"size": 0,
|
|
1942
|
+
"mimeType": "x-unknown",
|
|
1943
|
+
"compression": 120
|
|
1944
|
+
},
|
|
1945
|
+
"redirectURL": "https://www.google-analytics.com/urchin.js",
|
|
1946
|
+
"headersSize": 120,
|
|
1947
|
+
"bodySize": -120,
|
|
1948
|
+
"_transferSize": 0,
|
|
1949
|
+
"_error": null
|
|
1950
|
+
},
|
|
1951
|
+
"serverIPAddress": "",
|
|
1952
|
+
"startedDateTime": "2021-03-15T20:05:00.333Z",
|
|
1953
|
+
"time": 524.1460000016759,
|
|
1954
|
+
"timings": {
|
|
1955
|
+
"blocked": 465.86600000057115,
|
|
1956
|
+
"dns": -1,
|
|
1957
|
+
"ssl": -1,
|
|
1958
|
+
"connect": -1,
|
|
1959
|
+
"send": 0,
|
|
1960
|
+
"wait": -1.1094380969467466e-10,
|
|
1961
|
+
"receive": 58.28000000110478,
|
|
1962
|
+
"_blocked_queueing": 465.73200000057113
|
|
1963
|
+
}
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"_initiator": {
|
|
1967
|
+
"type": "parser",
|
|
1968
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/style.css"
|
|
1969
|
+
},
|
|
1970
|
+
"_priority": "High",
|
|
1971
|
+
"_resourceType": "image",
|
|
1972
|
+
"cache": {},
|
|
1973
|
+
"connection": "49210",
|
|
1974
|
+
"pageref": "page_1",
|
|
1975
|
+
"request": {
|
|
1976
|
+
"method": "GET",
|
|
1977
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/sidebar_top.gif",
|
|
1978
|
+
"httpVersion": "HTTP/1.1",
|
|
1979
|
+
"headers": [
|
|
1980
|
+
{
|
|
1981
|
+
"name": "Host",
|
|
1982
|
+
"value": "www.softwareishard.com"
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "Connection",
|
|
1986
|
+
"value": "keep-alive"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "Pragma",
|
|
1990
|
+
"value": "no-cache"
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "Cache-Control",
|
|
1994
|
+
"value": "no-cache"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "User-Agent",
|
|
1998
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "Accept",
|
|
2002
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "Referer",
|
|
2006
|
+
"value": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/style.css"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "Accept-Encoding",
|
|
2010
|
+
"value": "gzip, deflate"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "Accept-Language",
|
|
2014
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "Cookie",
|
|
2018
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
2019
|
+
}
|
|
2020
|
+
],
|
|
2021
|
+
"queryString": [],
|
|
2022
|
+
"cookies": [
|
|
2023
|
+
{
|
|
2024
|
+
"name": "__utmc",
|
|
2025
|
+
"value": "57327400",
|
|
2026
|
+
"expires": null,
|
|
2027
|
+
"httpOnly": false,
|
|
2028
|
+
"secure": false
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"name": "__utma",
|
|
2032
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
2033
|
+
"expires": null,
|
|
2034
|
+
"httpOnly": false,
|
|
2035
|
+
"secure": false
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"name": "__utmz",
|
|
2039
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
2040
|
+
"expires": null,
|
|
2041
|
+
"httpOnly": false,
|
|
2042
|
+
"secure": false
|
|
2043
|
+
}
|
|
2044
|
+
],
|
|
2045
|
+
"headersSize": 734,
|
|
2046
|
+
"bodySize": 0
|
|
2047
|
+
},
|
|
2048
|
+
"response": {
|
|
2049
|
+
"status": 200,
|
|
2050
|
+
"statusText": "OK",
|
|
2051
|
+
"httpVersion": "HTTP/1.1",
|
|
2052
|
+
"headers": [
|
|
2053
|
+
{
|
|
2054
|
+
"name": "Date",
|
|
2055
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"name": "Server",
|
|
2059
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "Vary",
|
|
2063
|
+
"value": "User-Agent"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"name": "Last-Modified",
|
|
2067
|
+
"value": "Sat, 26 Jun 2010 23:00:00 GMT"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"name": "ETag",
|
|
2071
|
+
"value": "\"6d-489f6d8da7c00\""
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"name": "Accept-Ranges",
|
|
2075
|
+
"value": "bytes"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "Content-Length",
|
|
2079
|
+
"value": "109"
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"name": "Cache-Control",
|
|
2083
|
+
"value": "max-age=1209600"
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"name": "Expires",
|
|
2087
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "Keep-Alive",
|
|
2091
|
+
"value": "timeout=5, max=99"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"name": "Connection",
|
|
2095
|
+
"value": "Keep-Alive"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "Content-Type",
|
|
2099
|
+
"value": "image/gif"
|
|
2100
|
+
}
|
|
2101
|
+
],
|
|
2102
|
+
"cookies": [],
|
|
2103
|
+
"content": {
|
|
2104
|
+
"size": 109,
|
|
2105
|
+
"mimeType": "image/gif",
|
|
2106
|
+
"compression": 0,
|
|
2107
|
+
"text": "R0lGODlh3AAFAKIAAP////v8/PH09fX39/j5+vL09fT29/Dz9CH5BAAAAAAALAAAAADcAAUAAAMyCBBT9zDKSau9OOvNu/9gWAyBAhBhqq5s674wscB0bd94fgSG7v/AIM4gEBqPyGRFkAAAOw==",
|
|
2108
|
+
"encoding": "base64"
|
|
2109
|
+
},
|
|
2110
|
+
"redirectURL": "",
|
|
2111
|
+
"headersSize": 373,
|
|
2112
|
+
"bodySize": 109,
|
|
2113
|
+
"_transferSize": 482,
|
|
2114
|
+
"_error": null
|
|
2115
|
+
},
|
|
2116
|
+
"serverIPAddress": "91.239.200.59",
|
|
2117
|
+
"startedDateTime": "2021-03-15T20:05:00.838Z",
|
|
2118
|
+
"time": 188.0700000001525,
|
|
2119
|
+
"timings": {
|
|
2120
|
+
"blocked": 2.033999999936321,
|
|
2121
|
+
"dns": -1,
|
|
2122
|
+
"ssl": -1,
|
|
2123
|
+
"connect": -1,
|
|
2124
|
+
"send": 0.10699999999999998,
|
|
2125
|
+
"wait": 184.8430000000022,
|
|
2126
|
+
"receive": 1.0860000002139714,
|
|
2127
|
+
"_blocked_queueing": 1.2409999999363208
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"_initiator": {
|
|
2132
|
+
"type": "parser",
|
|
2133
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
2134
|
+
"lineNumber": 786
|
|
2135
|
+
},
|
|
2136
|
+
"_priority": "Medium",
|
|
2137
|
+
"_resourceType": "script",
|
|
2138
|
+
"cache": {},
|
|
2139
|
+
"pageref": "page_1",
|
|
2140
|
+
"request": {
|
|
2141
|
+
"method": "GET",
|
|
2142
|
+
"url": "https://www.google-analytics.com/urchin.js",
|
|
2143
|
+
"httpVersion": "h3-29",
|
|
2144
|
+
"headers": [
|
|
2145
|
+
{
|
|
2146
|
+
"name": ":method",
|
|
2147
|
+
"value": "GET"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": ":authority",
|
|
2151
|
+
"value": "www.google-analytics.com"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": ":scheme",
|
|
2155
|
+
"value": "https"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": ":path",
|
|
2159
|
+
"value": "/urchin.js"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "pragma",
|
|
2163
|
+
"value": "no-cache"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "cache-control",
|
|
2167
|
+
"value": "no-cache"
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"name": "user-agent",
|
|
2171
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"name": "accept",
|
|
2175
|
+
"value": "*/*"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"name": "sec-fetch-site",
|
|
2179
|
+
"value": "cross-site"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"name": "sec-fetch-mode",
|
|
2183
|
+
"value": "no-cors"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "sec-fetch-dest",
|
|
2187
|
+
"value": "script"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "referer",
|
|
2191
|
+
"value": "http://www.softwareishard.com/"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "accept-encoding",
|
|
2195
|
+
"value": "gzip, deflate, br"
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"name": "accept-language",
|
|
2199
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
2200
|
+
}
|
|
2201
|
+
],
|
|
2202
|
+
"queryString": [],
|
|
2203
|
+
"cookies": [],
|
|
2204
|
+
"headersSize": -1,
|
|
2205
|
+
"bodySize": 0
|
|
2206
|
+
},
|
|
2207
|
+
"response": {
|
|
2208
|
+
"status": 200,
|
|
2209
|
+
"statusText": "",
|
|
2210
|
+
"httpVersion": "h3-29",
|
|
2211
|
+
"headers": [
|
|
2212
|
+
{
|
|
2213
|
+
"name": "date",
|
|
2214
|
+
"value": "Mon, 15 Mar 2021 12:55:18 GMT"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "expires",
|
|
2218
|
+
"value": "Mon, 29 Mar 2021 12:55:18 GMT"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"name": "last-modified",
|
|
2222
|
+
"value": "Fri, 05 Feb 2021 21:33:27 GMT"
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "x-content-type-options",
|
|
2226
|
+
"value": "nosniff"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "content-type",
|
|
2230
|
+
"value": "text/javascript"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "vary",
|
|
2234
|
+
"value": "Accept-Encoding"
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"name": "content-encoding",
|
|
2238
|
+
"value": "gzip"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"name": "cross-origin-resource-policy",
|
|
2242
|
+
"value": "cross-origin"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "server",
|
|
2246
|
+
"value": "Golfe2"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "content-length",
|
|
2250
|
+
"value": "6847"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "age",
|
|
2254
|
+
"value": "25782"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "cache-control",
|
|
2258
|
+
"value": "public, max-age=1209600"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "alt-svc",
|
|
2262
|
+
"value": "h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"cookies": [],
|
|
2266
|
+
"content": {
|
|
2267
|
+
"size": 22678,
|
|
2268
|
+
"mimeType": "text/javascript",
|
|
2269
|
+
"text": "//-- Google Analytics Urchin Module\n//-- Copyright 2007 Google, All Rights Reserved.\n\n//-- Urchin On Demand Settings ONLY\nvar _uacct=\"\";\t\t\t// set up the Urchin Account\nvar _userv=1;\t\t\t// service mode (0=local,1=remote,2=both)\n\n//-- UTM User Settings\nvar _ufsc=1;\t\t\t// set client info flag (1=on|0=off)\nvar _udn=\"auto\";\t\t// (auto|none|domain) set the domain name for cookies\nvar _uhash=\"on\";\t\t// (on|off) unique domain hash for cookies\nvar _utimeout=\"1800\"; \t// set the inactive session timeout in seconds\nvar _ugifpath=\"/__utm.gif\";\t// set the web path to the __utm.gif file\nvar _utsp=\"|\";\t\t\t// transaction field separator\nvar _uflash=1;\t\t\t// set flash version detect option (1=on|0=off)\nvar _utitle=1;\t\t\t// set the document title detect option (1=on|0=off)\nvar _ulink=0;\t\t\t// enable linker functionality (1=on|0=off)\nvar _uanchor=0;\t\t\t// enable use of anchors for campaign (1=on|0=off)\nvar _utcp=\"/\";\t\t\t// the cookie path for tracking\nvar _usample=100;\t\t// The sampling % of visitors to track (1-100).\n\n//-- UTM Campaign Tracking Settings\nvar _uctm=1;\t\t\t// set campaign tracking module (1=on|0=off)\nvar _ucto=\"15768000\";\t\t// set timeout in seconds (6 month default)\nvar _uccn=\"utm_campaign\";\t// name\nvar _ucmd=\"utm_medium\";\t\t// medium (cpc|cpm|link|email|organic)\nvar _ucsr=\"utm_source\";\t\t// source\nvar _uctr=\"utm_term\";\t\t// term/keyword\nvar _ucct=\"utm_content\";\t// content\nvar _ucid=\"utm_id\";\t\t// id number\nvar _ucno=\"utm_nooverride\";\t// don't override\n\n//-- Auto/Organic Sources and Keywords\nvar _uOsr=new Array();\nvar _uOkw=new Array();\n_uOsr[0]=\"google\";\t_uOkw[0]=\"q\";\n_uOsr[1]=\"yahoo\";\t_uOkw[1]=\"p\";\n_uOsr[2]=\"msn\";\t\t_uOkw[2]=\"q\";\n_uOsr[3]=\"aol\";\t\t_uOkw[3]=\"query\";\n_uOsr[4]=\"aol\";\t\t_uOkw[4]=\"encquery\";\n_uOsr[5]=\"lycos\";\t_uOkw[5]=\"query\";\n_uOsr[6]=\"ask\";\t\t_uOkw[6]=\"q\";\n_uOsr[7]=\"altavista\";\t_uOkw[7]=\"q\";\n_uOsr[8]=\"netscape\";\t_uOkw[8]=\"query\";\n_uOsr[9]=\"cnn\";\t_uOkw[9]=\"query\";\n_uOsr[10]=\"looksmart\";\t_uOkw[10]=\"qt\";\n_uOsr[11]=\"about\";\t_uOkw[11]=\"terms\";\n_uOsr[12]=\"mamma\";\t_uOkw[12]=\"query\";\n_uOsr[13]=\"alltheweb\";\t_uOkw[13]=\"q\";\n_uOsr[14]=\"gigablast\";\t_uOkw[14]=\"q\";\n_uOsr[15]=\"voila\";\t_uOkw[15]=\"rdata\";\n_uOsr[16]=\"virgilio\";\t_uOkw[16]=\"qs\";\n_uOsr[17]=\"live\";\t_uOkw[17]=\"q\";\n_uOsr[18]=\"baidu\";\t_uOkw[18]=\"wd\";\n_uOsr[19]=\"alice\";\t_uOkw[19]=\"qs\";\n_uOsr[20]=\"yandex\";\t_uOkw[20]=\"text\";\n_uOsr[21]=\"najdi\";\t_uOkw[21]=\"q\";\n_uOsr[22]=\"aol\";\t_uOkw[22]=\"q\";\n_uOsr[23]=\"club-internet\"; _uOkw[23]=\"query\";\n_uOsr[24]=\"mama\";\t_uOkw[24]=\"query\";\n_uOsr[25]=\"seznam\";\t_uOkw[25]=\"q\";\n_uOsr[26]=\"search\";\t_uOkw[26]=\"q\";\n_uOsr[27]=\"wp\";\t_uOkw[27]=\"szukaj\";\n_uOsr[28]=\"onet\";\t_uOkw[28]=\"qt\";\n_uOsr[29]=\"netsprint\";\t_uOkw[29]=\"q\";\n_uOsr[30]=\"google.interia\";\t_uOkw[30]=\"q\";\n_uOsr[31]=\"szukacz\";\t_uOkw[31]=\"q\";\n_uOsr[32]=\"yam\";\t_uOkw[32]=\"k\";\n_uOsr[33]=\"pchome\";\t_uOkw[33]=\"q\";\n_uOsr[34]=\"kvasir\";\t_uOkw[34]=\"searchExpr\";\n_uOsr[35]=\"sesam\";\t_uOkw[35]=\"q\";\n_uOsr[36]=\"ozu\"; _uOkw[36]=\"q\";\n_uOsr[37]=\"terra\"; _uOkw[37]=\"query\";\n_uOsr[38]=\"nostrum\"; _uOkw[38]=\"query\";\n_uOsr[39]=\"mynet\"; _uOkw[39]=\"q\";\n_uOsr[40]=\"ekolay\"; _uOkw[40]=\"q\";\n_uOsr[41]=\"search.ilse\"; _uOkw[41]=\"search_for\";\n_uOsr[42]=\"bing\"; _uOkw[42]=\"q\";\n\n//-- Auto/Organic Keywords to Ignore\nvar _uOno=new Array();\n//_uOno[0]=\"urchin\";\n//_uOno[1]=\"urchin.com\";\n//_uOno[2]=\"www.urchin.com\";\n\n//-- Referral domains to Ignore\nvar _uRno=new Array();\n//_uRno[0]=\".urchin.com\";\n\n//-- **** Don't modify below this point ***\nvar _uff,_udh,_udt,_ubl=0,_udo=\"\",_uu,_ufns=0,_uns=0,_ur=\"-\",_ufno=0,_ust=0,_ubd=document,_udl=_ubd.location,_udlh=\"\",_uwv=\"1.4\";\nvar _ugifpath2=\"http://www.google-analytics.com/__utm.gif\";\nif (_udl.hash) _udlh=_udl.href.substring(_udl.href.indexOf('#'));\nif (_udl.protocol==\"https:\") _ugifpath2=\"https://ssl.google-analytics.com/__utm.gif\";\nif (!_utcp || _utcp==\"\") _utcp=\"/\";\nfunction urchinTracker(page) {\n if (_udl.protocol==\"file:\") return;\n if (_uff && (!page || page==\"\")) return;\n var a,b,c,xx,v,z,k,x=\"\",s=\"\",f=0,nv=0;\n var nx=\" expires=\"+_uNx()+\";\";\n var dc=_ubd.cookie;\n _udh=_uDomain();\n if (!_uVG()) return;\n _uu=Math.round(Math.random()*2147483647);\n _udt=new Date();\n _ust=Math.round(_udt.getTime()/1000);\n a=dc.indexOf(\"__utma=\"+_udh+\".\");\n b=dc.indexOf(\"__utmb=\"+_udh);\n c=dc.indexOf(\"__utmc=\"+_udh);\n if (_udn && _udn!=\"\") { _udo=\" domain=\"+_udn+\";\"; }\n if (_utimeout && _utimeout!=\"\") {\n x=new Date(_udt.getTime()+(_utimeout*1000));\n x=\" expires=\"+x.toGMTString()+\";\";\n }\n if (_ulink) {\n if (_uanchor && _udlh && _udlh!=\"\") s=_udlh+\"&\";\n s+=_udl.search;\n if(s && s!=\"\" && s.indexOf(\"__utma=\")>=0) {\n if (!(_uIN(a=_uGC(s,\"__utma=\",\"&\")))) a=\"-\";\n if (!(_uIN(b=_uGC(s,\"__utmb=\",\"&\")))) b=\"-\";\n if (!(_uIN(c=_uGC(s,\"__utmc=\",\"&\")))) c=\"-\";\n v=_uGC(s,\"__utmv=\",\"&\");\n z=_uGC(s,\"__utmz=\",\"&\");\n k=_uGC(s,\"__utmk=\",\"&\");\n xx=_uGC(s,\"__utmx=\",\"&\");\n if ((k*1) != ((_uHash(a+b+c+xx+z+v)*1)+(_udh*1))) {_ubl=1;a=\"-\";b=\"-\";c=\"-\";xx=\"-\";z=\"-\";v=\"-\";}\n if (a!=\"-\" && b!=\"-\" && c!=\"-\") f=1;\n else if(a!=\"-\") f=2;\n }\n }\n if(f==1) {\n _ubd.cookie=\"__utma=\"+a+\"; path=\"+_utcp+\";\"+nx+_udo;\n _ubd.cookie=\"__utmb=\"+b+\"; path=\"+_utcp+\";\"+x+_udo;\n _ubd.cookie=\"__utmc=\"+c+\"; path=\"+_utcp+\";\"+_udo;\n } else if (f==2) {\n a=_uFixA(s,\"&\",_ust);\n _ubd.cookie=\"__utma=\"+a+\"; path=\"+_utcp+\";\"+nx+_udo;\n _ubd.cookie=\"__utmb=\"+_udh+\"; path=\"+_utcp+\";\"+x+_udo;\n _ubd.cookie=\"__utmc=\"+_udh+\"; path=\"+_utcp+\";\"+_udo;\n _ufns=1;\n } else if (a>=0 && b>=0 && c>=0) {\n b = _uGC(dc,\"__utmb=\"+_udh,\";\");\n b = (\"-\" == b) ? _udh : b; \n _ubd.cookie=\"__utmb=\"+b+\"; path=\"+_utcp+\";\"+x+_udo;\n } else {\n if (a>=0) a=_uFixA(_ubd.cookie,\";\",_ust);\n else {\n a=_udh+\".\"+_uu+\".\"+_ust+\".\"+_ust+\".\"+_ust+\".1\";\n nv=1;\n }\n _ubd.cookie=\"__utma=\"+a+\"; path=\"+_utcp+\";\"+nx+_udo;\n _ubd.cookie=\"__utmb=\"+_udh+\"; path=\"+_utcp+\";\"+x+_udo;\n _ubd.cookie=\"__utmc=\"+_udh+\"; path=\"+_utcp+\";\"+_udo;\n _ufns=1;\n }\n if (_ulink && xx && xx!=\"\" && xx!=\"-\") {\n xx=_uUES(xx);\n if (xx.indexOf(\";\")==-1) _ubd.cookie=\"__utmx=\"+xx+\"; path=\"+_utcp+\";\"+nx+_udo;\n }\n if (_ulink && v && v!=\"\" && v!=\"-\") {\n v=_uUES(v);\n if (v.indexOf(\";\")==-1) _ubd.cookie=\"__utmv=\"+v+\"; path=\"+_utcp+\";\"+nx+_udo;\n }\n var wc=window;\n var c=_ubd.cookie;\n if(wc && wc.gaGlobal && wc.gaGlobal.dh==_udh){\n var g=wc.gaGlobal;\n var ua=c.split(\"__utma=\"+_udh+\".\")[1].split(\";\")[0].split(\".\");\n if(g.sid)ua[3]=g.sid;\n if(nv>0){\n ua[2]=ua[3];\n if(g.vid){\n var v=g.vid.split(\".\");\n ua[0]=v[0];\n ua[1]=v[1];\n }\n }\n _ubd.cookie=\"__utma=\"+_udh+\".\"+ua.join(\".\")+\"; path=\"+_utcp+\";\"+nx+_udo;\n }\n _uInfo(page);\n _ufns=0;\n _ufno=0;\n if (!page || page==\"\") _uff=1;\n}\nfunction _uGH() {\n var hid;\n var wc=window;\n if (wc && wc.gaGlobal && wc.gaGlobal.hid) {\n hid=wc.gaGlobal.hid;\n } else {\n hid=Math.round(Math.random()*0x7fffffff);\n if (!wc.gaGlobal) wc.gaGlobal={};\n wc.gaGlobal.hid=hid;\n }\n return hid;\n}\nfunction _uInfo(page) {\n var p,s=\"\",dm=\"\",pg=_udl.pathname+_udl.search;\n if (page && page!=\"\") pg=_uES(page,1);\n _ur=_ubd.referrer;\n if (!_ur || _ur==\"\") { _ur=\"-\"; }\n else {\n dm=_ubd.domain;\n if(_utcp && _utcp!=\"/\") dm+=_utcp;\n p=_ur.indexOf(dm);\n if ((p>=0) && (p<=8)) { _ur=\"0\"; }\n if (_ur.indexOf(\"[\")==0 && _ur.lastIndexOf(\"]\")==(_ur.length-1)) { _ur=\"-\"; }\n }\n s+=\"&utmn=\"+_uu;\n if (_ufsc) s+=_uBInfo();\n if (_uctm) s+=_uCInfo();\n if (_utitle && _ubd.title && _ubd.title!=\"\") s+=\"&utmdt=\"+_uES(_ubd.title);\n if (_udl.hostname && _udl.hostname!=\"\") s+=\"&utmhn=\"+_uES(_udl.hostname);\n if (_usample && _usample != 100) s+=\"&utmsp=\"+_uES(_usample);\n s+=\"&utmhid=\"+_uGH();\n s+=\"&utmr=\"+_ur;\n s+=\"&utmp=\"+pg;\n if ((_userv==0 || _userv==2) && _uSP()) {\n var i=new Image(1,1);\n i.src=_ugifpath+\"?\"+\"utmwv=\"+_uwv+s;\n i.onload=function() { _uVoid(); }\n }\n if ((_userv==1 || _userv==2) && _uSP()) {\n var i2=new Image(1,1);\n i2.src=_ugifpath2+\"?\"+\"utmwv=\"+_uwv+s+\"&utmac=\"+_uacct+\"&utmcc=\"+_uGCS();\n i2.onload=function() { _uVoid(); }\n }\n return;\n}\nfunction _uVoid() { return; }\nfunction _uCInfo() {\n if (!_ucto || _ucto==\"\") { _ucto=\"15768000\"; }\n if (!_uVG()) return;\n var c=\"\",t=\"-\",t2=\"-\",t3=\"-\",o=0,cs=0,cn=0,i=0,z=\"-\",s=\"\";\n if (_uanchor && _udlh && _udlh!=\"\") s=_udlh+\"&\";\n s+=_udl.search;\n var x=new Date(_udt.getTime()+(_ucto*1000));\n var dc=_ubd.cookie;\n x=\" expires=\"+x.toGMTString()+\";\";\n if (_ulink && !_ubl) {\n z=_uUES(_uGC(s,\"__utmz=\",\"&\"));\n if (z!=\"-\" && z.indexOf(\";\")==-1) { _ubd.cookie=\"__utmz=\"+z+\"; path=\"+_utcp+\";\"+x+_udo; return \"\"; }\n }\n z=dc.indexOf(\"__utmz=\"+_udh+\".\");\n if (z>-1) { z=_uGC(dc,\"__utmz=\"+_udh+\".\",\";\"); }\n else { z=\"-\"; }\n t=_uGC(s,_ucid+\"=\",\"&\");\n t2=_uGC(s,_ucsr+\"=\",\"&\");\n t3=_uGC(s,\"gclid=\",\"&\");\n if ((t!=\"-\" && t!=\"\") || (t2!=\"-\" && t2!=\"\") || (t3!=\"-\" && t3!=\"\")) {\n if (t!=\"-\" && t!=\"\") c+=\"utmcid=\"+_uEC(t);\n if (t2!=\"-\" && t2!=\"\") { if (c != \"\") c+=\"|\"; c+=\"utmcsr=\"+_uEC(t2); }\n if (t3!=\"-\" && t3!=\"\") { if (c != \"\") c+=\"|\"; c+=\"utmgclid=\"+_uEC(t3); }\n t=_uGC(s,_uccn+\"=\",\"&\");\n if (t!=\"-\" && t!=\"\") c+=\"|utmccn=\"+_uEC(t);\n else c+=\"|utmccn=(not+set)\";\n t=_uGC(s,_ucmd+\"=\",\"&\");\n if (t!=\"-\" && t!=\"\") c+=\"|utmcmd=\"+_uEC(t);\n else c+=\"|utmcmd=(not+set)\";\n t=_uGC(s,_uctr+\"=\",\"&\");\n if (t!=\"-\" && t!=\"\") c+=\"|utmctr=\"+_uEC(t);\n else { t=_uOrg(1); if (t!=\"-\" && t!=\"\") c+=\"|utmctr=\"+_uEC(t); }\n t=_uGC(s,_ucct+\"=\",\"&\");\n if (t!=\"-\" && t!=\"\") c+=\"|utmcct=\"+_uEC(t);\n t=_uGC(s,_ucno+\"=\",\"&\");\n if (t==\"1\") o=1;\n if (z!=\"-\" && o==1) return \"\";\n }\n if (c==\"-\" || c==\"\") { c=_uOrg(); if (z!=\"-\" && _ufno==1) return \"\"; }\n if (c==\"-\" || c==\"\") { if (_ufns==1) c=_uRef(); if (z!=\"-\" && _ufno==1) return \"\"; }\n if (c==\"-\" || c==\"\") {\n if (z==\"-\" && _ufns==1) { c=\"utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)\"; }\n if (c==\"-\" || c==\"\") return \"\";\n }\n if (z!=\"-\") {\n i=z.indexOf(\".\");\n if (i>-1) i=z.indexOf(\".\",i+1);\n if (i>-1) i=z.indexOf(\".\",i+1);\n if (i>-1) i=z.indexOf(\".\",i+1);\n t=z.substring(i+1,z.length);\n if (t.toLowerCase()==c.toLowerCase()) cs=1;\n t=z.substring(0,i);\n if ((i=t.lastIndexOf(\".\")) > -1) {\n t=t.substring(i+1,t.length);\n cn=(t*1);\n }\n }\n if (cs==0 || _ufns==1) {\n t=_uGC(dc,\"__utma=\"+_udh+\".\",\";\");\n if ((i=t.lastIndexOf(\".\")) > 9) {\n _uns=t.substring(i+1,t.length);\n _uns=(_uns*1);\n }\n cn++;\n if (_uns==0) _uns=1;\n _ubd.cookie=\"__utmz=\"+_udh+\".\"+_ust+\".\"+_uns+\".\"+cn+\".\"+c+\"; path=\"+_utcp+\"; \"+x+_udo;\n }\n if (cs==0 || _ufns==1) return \"&utmcn=1\";\n else return \"&utmcr=1\";\n}\nfunction _uRef() {\n if (_ur==\"0\" || _ur==\"\" || _ur==\"-\") return \"\";\n var i=0,h,k,n;\n if ((i=_ur.indexOf(\"://\"))<0 || _uGCse()) return \"\";\n h=_ur.substring(i+3,_ur.length);\n if (h.indexOf(\"/\") > -1) {\n k=h.substring(h.indexOf(\"/\"),h.length);\n if (k.indexOf(\"?\") > -1) k=k.substring(0,k.indexOf(\"?\"));\n h=h.substring(0,h.indexOf(\"/\"));\n }\n h=h.toLowerCase();\n n=h;\n if ((i=n.indexOf(\":\")) > -1) n=n.substring(0,i);\n for (var ii=0;ii<_uRno.length;ii++) {\n if ((i=n.indexOf(_uRno[ii].toLowerCase())) > -1 && n.length==(i+_uRno[ii].length)) { _ufno=1; break; }\n }\n if (h.indexOf(\"www.\")==0) h=h.substring(4,h.length);\n return \"utmccn=(referral)|utmcsr=\"+_uEC(h)+\"|\"+\"utmcct=\"+_uEC(k)+\"|utmcmd=referral\";\n}\nfunction _uOrg(t) {\n if (_ur==\"0\" || _ur==\"\" || _ur==\"-\") return \"\";\n var i=0,h,k;\n if ((i=_ur.indexOf(\"://\"))<0 || _uGCse()) return \"\";\n h=_ur.substring(i+3,_ur.length);\n if (h.indexOf(\"/\") > -1) {\n h=h.substring(0,h.indexOf(\"/\"));\n }\n for (var ii=0;ii<_uOsr.length;ii++) {\n if (h.toLowerCase().indexOf(_uOsr[ii].toLowerCase()) > -1) {\n if ((i=_ur.indexOf(\"?\"+_uOkw[ii]+\"=\")) > -1 || (i=_ur.indexOf(\"&\"+_uOkw[ii]+\"=\")) > -1) {\n k=_ur.substring(i+_uOkw[ii].length+2,_ur.length);\n if ((i=k.indexOf(\"&\")) > -1) k=k.substring(0,i);\n for (var yy=0;yy<_uOno.length;yy++) {\n if (_uOno[yy].toLowerCase()==k.toLowerCase()) { _ufno=1; break; }\n }\n if (t) return _uEC(k);\n else return \"utmccn=(organic)|utmcsr=\"+_uEC(_uOsr[ii])+\"|\"+\"utmctr=\"+_uEC(k)+\"|utmcmd=organic\";\n }\n }\n }\n return \"\";\n}\nfunction _uGCse() {\n var h,p;\n h=p=_ur.split(\"://\")[1];\n if(h.indexOf(\"/\")>-1) {\n h=h.split(\"/\")[0];\n p=p.substring(p.indexOf(\"/\")+1,p.length);\n }\n if(p.indexOf(\"?\")>-1) {\n p=p.split(\"?\")[0];\n }\n if(h.toLowerCase().indexOf(\"google\")>-1) {\n if(_ur.indexOf(\"?q=\")>-1 || _ur.indexOf(\"&q=\")>-1) {\n if (p.toLowerCase().indexOf(\"cse\")>-1) {\n return true;\n }\n }\n }\n}\nfunction _uBInfo() {\n var sr=\"-\",sc=\"-\",ul=\"-\",fl=\"-\",cs=\"-\",je=1;\n var n=navigator;\n if (self.screen) {\n sr=screen.width+\"x\"+screen.height;\n sc=screen.colorDepth+\"-bit\";\n } else if (self.java) {\n var j=java.awt.Toolkit.getDefaultToolkit();\n var s=j.getScreenSize();\n sr=s.width+\"x\"+s.height;\n }\n if (n.language) { ul=n.language.toLowerCase(); }\n else if (n.browserLanguage) { ul=n.browserLanguage.toLowerCase(); }\n je=n.javaEnabled()?1:0;\n if (_uflash) fl=_uFlash();\n if (_ubd.characterSet) cs=_uES(_ubd.characterSet);\n else if (_ubd.charset) cs=_uES(_ubd.charset);\n return \"&utmcs=\"+cs+\"&utmsr=\"+sr+\"&utmsc=\"+sc+\"&utmul=\"+ul+\"&utmje=\"+je+\"&utmfl=\"+fl;\n}\nfunction __utmSetTrans() {\n var e;\n if (_ubd.getElementById) e=_ubd.getElementById(\"utmtrans\");\n else if (_ubd.utmform && _ubd.utmform.utmtrans) e=_ubd.utmform.utmtrans;\n if (!e) return;\n var l=e.value.split(\"UTM:\");\n var i,i2,c;\n if (_userv==0 || _userv==2) i=new Array();\n if (_userv==1 || _userv==2) { i2=new Array(); c=_uGCS(); }\n\n for (var ii=0;ii<l.length;ii++) {\n l[ii]=_uTrim(l[ii]);\n if (l[ii].charAt(0)!='T' && l[ii].charAt(0)!='I') continue;\n var r=Math.round(Math.random()*2147483647);\n if (!_utsp || _utsp==\"\") _utsp=\"|\";\n var f=l[ii].split(_utsp),s=\"\";\n if (f[0].charAt(0)=='T') {\n s=\"&utmt=tran\"+\"&utmn=\"+r;\n f[1]=_uTrim(f[1]); if(f[1]&&f[1]!=\"\") s+=\"&utmtid=\"+_uES(f[1]);\n f[2]=_uTrim(f[2]); if(f[2]&&f[2]!=\"\") s+=\"&utmtst=\"+_uES(f[2]);\n f[3]=_uTrim(f[3]); if(f[3]&&f[3]!=\"\") s+=\"&utmtto=\"+_uES(f[3]);\n f[4]=_uTrim(f[4]); if(f[4]&&f[4]!=\"\") s+=\"&utmttx=\"+_uES(f[4]);\n f[5]=_uTrim(f[5]); if(f[5]&&f[5]!=\"\") s+=\"&utmtsp=\"+_uES(f[5]);\n f[6]=_uTrim(f[6]); if(f[6]&&f[6]!=\"\") s+=\"&utmtci=\"+_uES(f[6]);\n f[7]=_uTrim(f[7]); if(f[7]&&f[7]!=\"\") s+=\"&utmtrg=\"+_uES(f[7]);\n f[8]=_uTrim(f[8]); if(f[8]&&f[8]!=\"\") s+=\"&utmtco=\"+_uES(f[8]);\n } else {\n s=\"&utmt=item\"+\"&utmn=\"+r;\n f[1]=_uTrim(f[1]); if(f[1]&&f[1]!=\"\") s+=\"&utmtid=\"+_uES(f[1]);\n f[2]=_uTrim(f[2]); if(f[2]&&f[2]!=\"\") s+=\"&utmipc=\"+_uES(f[2]);\n f[3]=_uTrim(f[3]); if(f[3]&&f[3]!=\"\") s+=\"&utmipn=\"+_uES(f[3]);\n f[4]=_uTrim(f[4]); if(f[4]&&f[4]!=\"\") s+=\"&utmiva=\"+_uES(f[4]);\n f[5]=_uTrim(f[5]); if(f[5]&&f[5]!=\"\") s+=\"&utmipr=\"+_uES(f[5]);\n f[6]=_uTrim(f[6]); if(f[6]&&f[6]!=\"\") s+=\"&utmiqt=\"+_uES(f[6]);\n }\n if (_udl.hostname && _udl.hostname!=\"\") s+=\"&utmhn=\"+_uES(_udl.hostname);\n if (_usample && _usample != 100) s+=\"&utmsp=\"+_uES(_usample);\n\n if ((_userv==0 || _userv==2) && _uSP()) {\n i[ii]=new Image(1,1);\n i[ii].src=_ugifpath+\"?\"+\"utmwv=\"+_uwv+s;\n i[ii].onload=function() { _uVoid(); }\n }\n if ((_userv==1 || _userv==2) && _uSP()) {\n i2[ii]=new Image(1,1);\n i2[ii].src=_ugifpath2+\"?\"+\"utmwv=\"+_uwv+s+\"&utmac=\"+_uacct+\"&utmcc=\"+c;\n i2[ii].onload=function() { _uVoid(); }\n }\n }\n return;\n}\nfunction _uFlash() {\n var f=\"-\",n=navigator;\n if (n.plugins && n.plugins.length) {\n for (var ii=0;ii<n.plugins.length;ii++) {\n if (n.plugins[ii].name.indexOf('Shockwave Flash')!=-1) {\n f=n.plugins[ii].description.split('Shockwave Flash ')[1];\n break;\n }\n }\n } else {\n var fl;\n try {\n fl = new ActiveXObject(\"ShockwaveFlash.ShockwaveFlash.7\");\n f = fl.GetVariable(\"$version\");\n } catch(e) {}\n if (f == \"-\") {\n try {\n fl = new ActiveXObject(\"ShockwaveFlash.ShockwaveFlash.6\");\n f = \"WIN 6,0,21,0\";\n fl.AllowScriptAccess = \"always\";\n f = fl.GetVariable(\"$version\");\n } catch(e) {}\n }\n if (f == \"-\") {\n try {\n fl = new ActiveXObject(\"ShockwaveFlash.ShockwaveFlash\");\n f = fl.GetVariable(\"$version\");\n } catch(e) {}\n }\n if (f != \"-\") {\n f = f.split(\" \")[1].split(\",\");\n f = f[0] + \".\" + f[1] + \" r\" + f[2];\n }\n }\n return f;\n}\nfunction __utmLinkerUrl(l,h) {\n var p,k,a=\"-\",b=\"-\",c=\"-\",x=\"-\",z=\"-\",v=\"-\";\n var dc=_ubd.cookie;\n var iq = l.indexOf(\"?\");\n var ih = l.indexOf(\"#\");\n var url=l;\n if (dc) {\n a=_uES(_uGC(dc,\"__utma=\"+_udh+\".\",\";\"));\n b=_uES(_uGC(dc,\"__utmb=\"+_udh,\";\"));\n c=_uES(_uGC(dc,\"__utmc=\"+_udh,\";\"));\n x=_uES(_uGC(dc,\"__utmx=\"+_udh,\";\"));\n z=_uES(_uGC(dc,\"__utmz=\"+_udh+\".\",\";\"));\n v=_uES(_uGC(dc,\"__utmv=\"+_udh+\".\",\";\"));\n k=(_uHash(a+b+c+x+z+v)*1)+(_udh*1);\n p=\"__utma=\"+a+\"&__utmb=\"+b+\"&__utmc=\"+c+\"&__utmx=\"+x+\"&__utmz=\"+z+\"&__utmv=\"+v+\"&__utmk=\"+k;\n }\n if (p) {\n if (h && ih>-1) return;\n if (h) { url=l+\"#\"+p; }\n else {\n if (iq==-1 && ih==-1) url=l+\"?\"+p;\n else if (ih==-1) url=l+\"&\"+p;\n else if (iq==-1) url=l.substring(0,ih-1)+\"?\"+p+l.substring(ih);\n else url=l.substring(0,ih-1)+\"&\"+p+l.substring(ih);\n }\n }\n return url;\n}\nfunction __utmLinker(l,h) {\n if (!_ulink || !l || l==\"\") return;\n _udl.href=__utmLinkerUrl(l,h);\n}\nfunction __utmLinkPost(f,h) {\n if (!_ulink || !f || !f.action) return;\n f.action=__utmLinkerUrl(f.action, h);\n return;\n}\nfunction __utmSetVar(v) {\n if (!v || v==\"\") return;\n if (!_udo || _udo == \"\") {\n _udh=_uDomain();\n if (_udn && _udn!=\"\") { _udo=\" domain=\"+_udn+\";\"; }\n }\n if (!_uVG()) return;\n var r=Math.round(Math.random() * 2147483647);\n _ubd.cookie=\"__utmv=\"+_udh+\".\"+_uES(v)+\"; path=\"+_utcp+\"; expires=\"+_uNx()+\";\"+_udo;\n var s=\"&utmt=var&utmn=\"+r;\n if (_usample && _usample != 100) s+=\"&utmsp=\"+_uES(_usample);\n if ((_userv==0 || _userv==2) && _uSP()) {\n var i=new Image(1,1);\n i.src=_ugifpath+\"?\"+\"utmwv=\"+_uwv+s;\n i.onload=function() { _uVoid(); }\n }\n if ((_userv==1 || _userv==2) && _uSP()) {\n var i2=new Image(1,1);\n i2.src=_ugifpath2+\"?\"+\"utmwv=\"+_uwv+s+\"&utmac=\"+_uacct+\"&utmcc=\"+_uGCS();\n i2.onload=function() { _uVoid(); }\n }\n}\nfunction _uGCS() {\n var t,c=\"\",dc=_ubd.cookie;\n if ((t=_uGC(dc,\"__utma=\"+_udh+\".\",\";\"))!=\"-\") c+=_uES(\"__utma=\"+t+\";+\");\n if ((t=_uGC(dc,\"__utmx=\"+_udh,\";\"))!=\"-\") c+=_uES(\"__utmx=\"+t+\";+\");\n if ((t=_uGC(dc,\"__utmz=\"+_udh+\".\",\";\"))!=\"-\") c+=_uES(\"__utmz=\"+t+\";+\");\n if ((t=_uGC(dc,\"__utmv=\"+_udh+\".\",\";\"))!=\"-\") c+=_uES(\"__utmv=\"+t+\";\");\n if (c.charAt(c.length-1)==\"+\") c=c.substring(0,c.length-1);\n return c;\n}\nfunction _uGC(l,n,s) {\n if (!l || l==\"\" || !n || n==\"\" || !s || s==\"\") return \"-\";\n var i,i2,i3,c=\"-\";\n i=l.indexOf(n);\n i3=n.indexOf(\"=\")+1;\n if (i > -1) {\n i2=l.indexOf(s,i); if (i2 < 0) { i2=l.length; }\n c=l.substring((i+i3),i2);\n }\n return c;\n}\nfunction _uDomain() {\n if (!_udn || _udn==\"\" || _udn==\"none\") { _udn=\"\"; return 1; }\n if (_udn==\"auto\") {\n var d=_ubd.domain;\n if (d.substring(0,4)==\"www.\") {\n d=d.substring(4,d.length);\n }\n _udn=d;\n }\n _udn = _udn.toLowerCase(); \n if (_uhash==\"off\") return 1;\n return _uHash(_udn);\n}\nfunction _uHash(d) {\n if (!d || d==\"\") return 1;\n var h=0,g=0;\n for (var i=d.length-1;i>=0;i--) {\n var c=parseInt(d.charCodeAt(i));\n h=((h << 6) & 0xfffffff) + c + (c << 14);\n if ((g=h & 0xfe00000)!=0) h=(h ^ (g >> 21));\n }\n return h;\n}\nfunction _uFixA(c,s,t) {\n if (!c || c==\"\" || !s || s==\"\" || !t || t==\"\") return \"-\";\n var a=_uGC(c,\"__utma=\"+_udh+\".\",s);\n var lt=0,i=0;\n if ((i=a.lastIndexOf(\".\")) > 9) {\n _uns=a.substring(i+1,a.length);\n _uns=(_uns*1)+1;\n a=a.substring(0,i);\n if ((i=a.lastIndexOf(\".\")) > 7) {\n lt=a.substring(i+1,a.length);\n a=a.substring(0,i);\n }\n if ((i=a.lastIndexOf(\".\")) > 5) {\n a=a.substring(0,i);\n }\n a+=\".\"+lt+\".\"+t+\".\"+_uns;\n }\n return a;\n}\nfunction _uTrim(s) {\n if (!s || s==\"\") return \"\";\n while ((s.charAt(0)==' ') || (s.charAt(0)=='\\n') || (s.charAt(0,1)=='\\r')) s=s.substring(1,s.length);\n while ((s.charAt(s.length-1)==' ') || (s.charAt(s.length-1)=='\\n') || (s.charAt(s.length-1)=='\\r')) s=s.substring(0,s.length-1);\n return s;\n}\nfunction _uEC(s) {\n var n=\"\";\n if (!s || s==\"\") return \"\";\n for (var i=0;i<s.length;i++) {if (s.charAt(i)==\" \") n+=\"+\"; else n+=s.charAt(i);}\n return n;\n}\nfunction __utmVisitorCode(f) {\n var r=0,t=0,i=0,i2=0,m=31;\n var a=_uGC(_ubd.cookie,\"__utma=\"+_udh+\".\",\";\");\n if ((i=a.indexOf(\".\",0))<0) return;\n if ((i2=a.indexOf(\".\",i+1))>0) r=a.substring(i+1,i2); else return \"\"; \n if ((i=a.indexOf(\".\",i2+1))>0) t=a.substring(i2+1,i); else return \"\"; \n if (f) {\n return r;\n } else {\n var c=new Array('A','B','C','D','E','F','G','H','J','K','L','M','N','P','R','S','T','U','V','W','X','Y','Z','1','2','3','4','5','6','7','8','9');\n return c[r>>28&m]+c[r>>23&m]+c[r>>18&m]+c[r>>13&m]+\"-\"+c[r>>8&m]+c[r>>3&m]+c[((r&7)<<2)+(t>>30&3)]+c[t>>25&m]+c[t>>20&m]+\"-\"+c[t>>15&m]+c[t>>10&m]+c[t>>5&m]+c[t&m];\n }\n}\nfunction _uIN(n) {\n if (!n) return false;\n for (var i=0;i<n.length;i++) {\n var c=n.charAt(i);\n if ((c<\"0\" || c>\"9\") && (c!=\".\")) return false;\n }\n return true;\n}\nfunction _uES(s,u) {\n if (typeof(encodeURIComponent) == 'function') {\n if (u) return encodeURI(s);\n else return encodeURIComponent(s);\n } else {\n return escape(s);\n }\n}\nfunction _uUES(s) {\n if (typeof(decodeURIComponent) == 'function') {\n return decodeURIComponent(s);\n } else {\n return unescape(s);\n }\n}\nfunction _uVG() {\n if((_udn.indexOf(\"www.google.\") == 0 || _udn.indexOf(\".google.\") == 0 || _udn.indexOf(\"google.\") == 0) && _utcp=='/' && _udn.indexOf(\"google.org\")==-1) {\n return false;\n }\n return true;\n}\nfunction _uSP() {\n var s=100;\n if (_usample) s=_usample;\n if(s>=100 || s<=0) return true;\n return ((__utmVisitorCode(1)%10000)<(s*100));\n}\nfunction urchinPathCopy(p){\n var d=document,nx,tx,sx,i,c,cs,t,h,o;\n cs=new Array(\"a\",\"b\",\"c\",\"v\",\"x\",\"z\");\n h=_uDomain(); if (_udn && _udn!=\"\") o=\" domain=\"+_udn+\";\";\n nx=_uNx()+\";\";\n tx=new Date(); tx.setTime(tx.getTime()+(_utimeout*1000));\n tx=tx.toGMTString()+\";\";\n sx=new Date(); sx.setTime(sx.getTime()+(_ucto*1000));\n sx=sx.toGMTString()+\";\";\n for (i=0;i<6;i++){\n t=\" expires=\";\n if (i==1) t+=tx; else if (i==2) t=\"\"; else if (i==5) t+=sx; else t+=nx;\n c=_uGC(d.cookie,\"__utm\"+cs[i]+\"=\"+h,\";\");\n if (c!=\"-\") d.cookie=\"__utm\"+cs[i]+\"=\"+c+\"; path=\"+p+\";\"+t+o;\n }\n}\nfunction _uCO() {\n if (!_utk || _utk==\"\" || _utk.length<10) return;\n var d='www.google.com';\n if (_utk.charAt(0)=='!') d='analytics.corp.google.com';\n _ubd.cookie=\"GASO=\"+_utk+\"; path=\"+_utcp+\";\"+_udo;\n var sc=document.createElement('script');\n sc.type='text/javascript';\n sc.id=\"_gasojs\";\n sc.src='https://'+d+'/analytics/reporting/overlay_js?gaso='+_utk+'&'+Math.random();\n document.getElementsByTagName('head')[0].appendChild(sc); \n}\nfunction _uGT() {\n var h=location.hash, a;\n if (h && h!=\"\" && h.indexOf(\"#gaso=\")==0) {\n a=_uGC(h,\"gaso=\",\"&\");\n } else {\n a=_uGC(_ubd.cookie,\"GASO=\",\";\");\n }\n return a;\n}\nvar _utk=_uGT();\nif (_utk && _utk!=\"\" && _utk.length>10 && _utk.indexOf(\"=\")==-1) {\n if (window.addEventListener) {\n window.addEventListener('load', _uCO, false); \n } else if (window.attachEvent) { \n window.attachEvent('onload', _uCO);\n }\n}\n\nfunction _uNx() {\n return (new Date((new Date()).getTime()+63072000000)).toGMTString();\n}\n"
|
|
2270
|
+
},
|
|
2271
|
+
"redirectURL": "",
|
|
2272
|
+
"headersSize": -1,
|
|
2273
|
+
"bodySize": -1,
|
|
2274
|
+
"_transferSize": 6868,
|
|
2275
|
+
"_error": null
|
|
2276
|
+
},
|
|
2277
|
+
"serverIPAddress": "172.217.164.110",
|
|
2278
|
+
"startedDateTime": "2021-03-15T20:05:00.857Z",
|
|
2279
|
+
"time": 43.04799999924598,
|
|
2280
|
+
"timings": {
|
|
2281
|
+
"blocked": 1.1309999997582054,
|
|
2282
|
+
"dns": 0.016999999999999904,
|
|
2283
|
+
"ssl": 38.874,
|
|
2284
|
+
"connect": 39.112,
|
|
2285
|
+
"send": 0,
|
|
2286
|
+
"wait": 1.1929999997630958,
|
|
2287
|
+
"receive": 1.5949999997246778,
|
|
2288
|
+
"_blocked_queueing": 0.4559999997582054
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"_initiator": {
|
|
2293
|
+
"type": "parser",
|
|
2294
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/style.css"
|
|
2295
|
+
},
|
|
2296
|
+
"_priority": "High",
|
|
2297
|
+
"_resourceType": "image",
|
|
2298
|
+
"cache": {},
|
|
2299
|
+
"connection": "49511",
|
|
2300
|
+
"pageref": "page_1",
|
|
2301
|
+
"request": {
|
|
2302
|
+
"method": "GET",
|
|
2303
|
+
"url": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/img/sidebar_bottom.gif",
|
|
2304
|
+
"httpVersion": "HTTP/1.1",
|
|
2305
|
+
"headers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "Host",
|
|
2308
|
+
"value": "www.softwareishard.com"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"name": "Connection",
|
|
2312
|
+
"value": "keep-alive"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "Pragma",
|
|
2316
|
+
"value": "no-cache"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"name": "Cache-Control",
|
|
2320
|
+
"value": "no-cache"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"name": "User-Agent",
|
|
2324
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"name": "Accept",
|
|
2328
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "Referer",
|
|
2332
|
+
"value": "http://www.softwareishard.com/blog/wp-content/themes/miniBits/miniBits/style.css"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "Accept-Encoding",
|
|
2336
|
+
"value": "gzip, deflate"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"name": "Accept-Language",
|
|
2340
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"name": "Cookie",
|
|
2344
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1614798214.1615834343.5; __utmz=57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
2345
|
+
}
|
|
2346
|
+
],
|
|
2347
|
+
"queryString": [],
|
|
2348
|
+
"cookies": [
|
|
2349
|
+
{
|
|
2350
|
+
"name": "__utmc",
|
|
2351
|
+
"value": "57327400",
|
|
2352
|
+
"expires": null,
|
|
2353
|
+
"httpOnly": false,
|
|
2354
|
+
"secure": false
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "__utma",
|
|
2358
|
+
"value": "57327400.986565493.1613543991.1614798214.1615834343.5",
|
|
2359
|
+
"expires": null,
|
|
2360
|
+
"httpOnly": false,
|
|
2361
|
+
"secure": false
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"name": "__utmz",
|
|
2365
|
+
"value": "57327400.1615834343.5.5.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
2366
|
+
"expires": null,
|
|
2367
|
+
"httpOnly": false,
|
|
2368
|
+
"secure": false
|
|
2369
|
+
}
|
|
2370
|
+
],
|
|
2371
|
+
"headersSize": 737,
|
|
2372
|
+
"bodySize": 0
|
|
2373
|
+
},
|
|
2374
|
+
"response": {
|
|
2375
|
+
"status": 200,
|
|
2376
|
+
"statusText": "OK",
|
|
2377
|
+
"httpVersion": "HTTP/1.1",
|
|
2378
|
+
"headers": [
|
|
2379
|
+
{
|
|
2380
|
+
"name": "Date",
|
|
2381
|
+
"value": "Mon, 15 Mar 2021 20:05:00 GMT"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "Server",
|
|
2385
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"name": "Vary",
|
|
2389
|
+
"value": "User-Agent"
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"name": "Last-Modified",
|
|
2393
|
+
"value": "Sat, 26 Jun 2010 23:00:00 GMT"
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "ETag",
|
|
2397
|
+
"value": "\"71-489f6d8da7c00\""
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "Accept-Ranges",
|
|
2401
|
+
"value": "bytes"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "Content-Length",
|
|
2405
|
+
"value": "113"
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "Cache-Control",
|
|
2409
|
+
"value": "max-age=1209600"
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "Expires",
|
|
2413
|
+
"value": "Mon, 29 Mar 2021 20:05:00 GMT"
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "Keep-Alive",
|
|
2417
|
+
"value": "timeout=5, max=100"
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "Connection",
|
|
2421
|
+
"value": "Keep-Alive"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "Content-Type",
|
|
2425
|
+
"value": "image/gif"
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"cookies": [],
|
|
2429
|
+
"content": {
|
|
2430
|
+
"size": 113,
|
|
2431
|
+
"mimeType": "image/gif",
|
|
2432
|
+
"compression": 0,
|
|
2433
|
+
"text": "R0lGODlh3AAGAKIAAP////H09fv8/Pj5+vT29/X39/Dz9AAAACH5BAAAAAAALAAAAADcAAYAAAM2aLrc/jDKSau9OOvNZehgKI5kaYIBca5s674nIcB0bd+uAAx47/9AxwBAFBQ+waRyGQoUdIAEADs=",
|
|
2434
|
+
"encoding": "base64"
|
|
2435
|
+
},
|
|
2436
|
+
"redirectURL": "",
|
|
2437
|
+
"headersSize": 374,
|
|
2438
|
+
"bodySize": 113,
|
|
2439
|
+
"_transferSize": 487,
|
|
2440
|
+
"_error": null
|
|
2441
|
+
},
|
|
2442
|
+
"serverIPAddress": "91.239.200.59",
|
|
2443
|
+
"startedDateTime": "2021-03-15T20:05:00.858Z",
|
|
2444
|
+
"time": 196.76000000072236,
|
|
2445
|
+
"timings": {
|
|
2446
|
+
"blocked": 2.0890000003254974,
|
|
2447
|
+
"dns": -1,
|
|
2448
|
+
"ssl": -1,
|
|
2449
|
+
"connect": -1,
|
|
2450
|
+
"send": 0.10099999999999998,
|
|
2451
|
+
"wait": 190.42399999926846,
|
|
2452
|
+
"receive": 4.146000001128414,
|
|
2453
|
+
"_blocked_queueing": 1.3120000003254972
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"_initiator": {
|
|
2458
|
+
"type": "script",
|
|
2459
|
+
"stack": {
|
|
2460
|
+
"callFrames": [],
|
|
2461
|
+
"parent": {
|
|
2462
|
+
"description": "Image",
|
|
2463
|
+
"callFrames": [
|
|
2464
|
+
{
|
|
2465
|
+
"functionName": "_uInfo",
|
|
2466
|
+
"scriptId": "39",
|
|
2467
|
+
"url": "http://www.google-analytics.com/urchin.js",
|
|
2468
|
+
"lineNumber": 224,
|
|
2469
|
+
"columnNumber": 8
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"functionName": "urchinTracker",
|
|
2473
|
+
"scriptId": "39",
|
|
2474
|
+
"url": "http://www.google-analytics.com/urchin.js",
|
|
2475
|
+
"lineNumber": 179,
|
|
2476
|
+
"columnNumber": 1
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"functionName": "",
|
|
2480
|
+
"scriptId": "40",
|
|
2481
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
2482
|
+
"lineNumber": 790,
|
|
2483
|
+
"columnNumber": 0
|
|
2484
|
+
}
|
|
2485
|
+
]
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"_priority": "Low",
|
|
2490
|
+
"_resourceType": "image",
|
|
2491
|
+
"cache": {},
|
|
2492
|
+
"pageref": "page_1",
|
|
2493
|
+
"request": {
|
|
2494
|
+
"method": "GET",
|
|
2495
|
+
"url": "http://www.google-analytics.com/__utm.gif?utmwv=1.4&utmn=802063444&utmcs=UTF-8&utmsr=3840x2160&utmsc=24-bit&utmul=en-gb&utmje=0&utmfl=-&utmcn=1&utmdt=HAR%201.2%20Spec%20%7C%20Software%20is%20hard&utmhn=www.softwareishard.com&utmhid=1121519354&utmr=https://www.google.com/&utmp=/blog/har-12-spec/&utmac=UA-3586722-1&utmcc=__utma%3D57327400.986565493.1613543991.1615834343.1615838701.6%3B%2B__utmz%3D57327400.1615838701.6.6.utmccn%3D(referral)%7Cutmcsr%3Dgoogle.com%7Cutmcct%3D%2F%7Cutmcmd%3Dreferral%3B%2B",
|
|
2496
|
+
"httpVersion": "HTTP/1.1",
|
|
2497
|
+
"headers": [
|
|
2498
|
+
{
|
|
2499
|
+
"name": "User-Agent",
|
|
2500
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "Accept",
|
|
2504
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
2505
|
+
}
|
|
2506
|
+
],
|
|
2507
|
+
"queryString": [
|
|
2508
|
+
{
|
|
2509
|
+
"name": "utmwv",
|
|
2510
|
+
"value": "1.4"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"name": "utmn",
|
|
2514
|
+
"value": "802063444"
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "utmcs",
|
|
2518
|
+
"value": "UTF-8"
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"name": "utmsr",
|
|
2522
|
+
"value": "3840x2160"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"name": "utmsc",
|
|
2526
|
+
"value": "24-bit"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "utmul",
|
|
2530
|
+
"value": "en-gb"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"name": "utmje",
|
|
2534
|
+
"value": "0"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "utmfl",
|
|
2538
|
+
"value": "-"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"name": "utmcn",
|
|
2542
|
+
"value": "1"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "utmdt",
|
|
2546
|
+
"value": "HAR%201.2%20Spec%20%7C%20Software%20is%20hard"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "utmhn",
|
|
2550
|
+
"value": "www.softwareishard.com"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"name": "utmhid",
|
|
2554
|
+
"value": "1121519354"
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
"name": "utmr",
|
|
2558
|
+
"value": "https://www.google.com/"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"name": "utmp",
|
|
2562
|
+
"value": "/blog/har-12-spec/"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "utmac",
|
|
2566
|
+
"value": "UA-3586722-1"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "utmcc",
|
|
2570
|
+
"value": "__utma%3D57327400.986565493.1613543991.1615834343.1615838701.6%3B%2B__utmz%3D57327400.1615838701.6.6.utmccn%3D(referral)%7Cutmcsr%3Dgoogle.com%7Cutmcct%3D%2F%7Cutmcmd%3Dreferral%3B%2B"
|
|
2571
|
+
}
|
|
2572
|
+
],
|
|
2573
|
+
"cookies": [],
|
|
2574
|
+
"headersSize": 680,
|
|
2575
|
+
"bodySize": 0
|
|
2576
|
+
},
|
|
2577
|
+
"response": {
|
|
2578
|
+
"status": 307,
|
|
2579
|
+
"statusText": "Internal Redirect",
|
|
2580
|
+
"httpVersion": "HTTP/1.1",
|
|
2581
|
+
"headers": [
|
|
2582
|
+
{
|
|
2583
|
+
"name": "Location",
|
|
2584
|
+
"value": "https://www.google-analytics.com/__utm.gif?utmwv=1.4&utmn=802063444&utmcs=UTF-8&utmsr=3840x2160&utmsc=24-bit&utmul=en-gb&utmje=0&utmfl=-&utmcn=1&utmdt=HAR%201.2%20Spec%20%7C%20Software%20is%20hard&utmhn=www.softwareishard.com&utmhid=1121519354&utmr=https://www.google.com/&utmp=/blog/har-12-spec/&utmac=UA-3586722-1&utmcc=__utma%3D57327400.986565493.1613543991.1615834343.1615838701.6%3B%2B__utmz%3D57327400.1615838701.6.6.utmccn%3D(referral)%7Cutmcsr%3Dgoogle.com%7Cutmcct%3D%2F%7Cutmcmd%3Dreferral%3B%2B"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"name": "Non-Authoritative-Reason",
|
|
2588
|
+
"value": "HSTS"
|
|
2589
|
+
}
|
|
2590
|
+
],
|
|
2591
|
+
"cookies": [],
|
|
2592
|
+
"content": {
|
|
2593
|
+
"size": 0,
|
|
2594
|
+
"mimeType": "x-unknown",
|
|
2595
|
+
"compression": 583
|
|
2596
|
+
},
|
|
2597
|
+
"redirectURL": "https://www.google-analytics.com/__utm.gif?utmwv=1.4&utmn=802063444&utmcs=UTF-8&utmsr=3840x2160&utmsc=24-bit&utmul=en-gb&utmje=0&utmfl=-&utmcn=1&utmdt=HAR%201.2%20Spec%20%7C%20Software%20is%20hard&utmhn=www.softwareishard.com&utmhid=1121519354&utmr=https://www.google.com/&utmp=/blog/har-12-spec/&utmac=UA-3586722-1&utmcc=__utma%3D57327400.986565493.1613543991.1615834343.1615838701.6%3B%2B__utmz%3D57327400.1615838701.6.6.utmccn%3D(referral)%7Cutmcsr%3Dgoogle.com%7Cutmcct%3D%2F%7Cutmcmd%3Dreferral%3B%2B",
|
|
2598
|
+
"headersSize": 583,
|
|
2599
|
+
"bodySize": -583,
|
|
2600
|
+
"_transferSize": 0,
|
|
2601
|
+
"_error": null
|
|
2602
|
+
},
|
|
2603
|
+
"serverIPAddress": "",
|
|
2604
|
+
"startedDateTime": "2021-03-15T20:05:00.989Z",
|
|
2605
|
+
"time": 14.605000000503496,
|
|
2606
|
+
"timings": {
|
|
2607
|
+
"blocked": 1.5519999999215361,
|
|
2608
|
+
"dns": -1,
|
|
2609
|
+
"ssl": -1,
|
|
2610
|
+
"connect": -1,
|
|
2611
|
+
"send": 0,
|
|
2612
|
+
"wait": -2.0198058503506644e-10,
|
|
2613
|
+
"receive": 13.05300000058196,
|
|
2614
|
+
"_blocked_queueing": 1.471999999921536
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"_initiator": {
|
|
2619
|
+
"type": "script",
|
|
2620
|
+
"stack": {
|
|
2621
|
+
"callFrames": [],
|
|
2622
|
+
"parent": {
|
|
2623
|
+
"description": "Image",
|
|
2624
|
+
"callFrames": [
|
|
2625
|
+
{
|
|
2626
|
+
"functionName": "_uInfo",
|
|
2627
|
+
"scriptId": "39",
|
|
2628
|
+
"url": "http://www.google-analytics.com/urchin.js",
|
|
2629
|
+
"lineNumber": 224,
|
|
2630
|
+
"columnNumber": 8
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"functionName": "urchinTracker",
|
|
2634
|
+
"scriptId": "39",
|
|
2635
|
+
"url": "http://www.google-analytics.com/urchin.js",
|
|
2636
|
+
"lineNumber": 179,
|
|
2637
|
+
"columnNumber": 1
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"functionName": "",
|
|
2641
|
+
"scriptId": "40",
|
|
2642
|
+
"url": "http://www.softwareishard.com/blog/har-12-spec/",
|
|
2643
|
+
"lineNumber": 790,
|
|
2644
|
+
"columnNumber": 0
|
|
2645
|
+
}
|
|
2646
|
+
]
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
},
|
|
2650
|
+
"_priority": "Low",
|
|
2651
|
+
"_resourceType": "image",
|
|
2652
|
+
"cache": {},
|
|
2653
|
+
"pageref": "page_1",
|
|
2654
|
+
"request": {
|
|
2655
|
+
"method": "GET",
|
|
2656
|
+
"url": "https://www.google-analytics.com/__utm.gif?utmwv=1.4&utmn=802063444&utmcs=UTF-8&utmsr=3840x2160&utmsc=24-bit&utmul=en-gb&utmje=0&utmfl=-&utmcn=1&utmdt=HAR%201.2%20Spec%20%7C%20Software%20is%20hard&utmhn=www.softwareishard.com&utmhid=1121519354&utmr=https://www.google.com/&utmp=/blog/har-12-spec/&utmac=UA-3586722-1&utmcc=__utma%3D57327400.986565493.1613543991.1615834343.1615838701.6%3B%2B__utmz%3D57327400.1615838701.6.6.utmccn%3D(referral)%7Cutmcsr%3Dgoogle.com%7Cutmcct%3D%2F%7Cutmcmd%3Dreferral%3B%2B",
|
|
2657
|
+
"httpVersion": "h3-29",
|
|
2658
|
+
"headers": [
|
|
2659
|
+
{
|
|
2660
|
+
"name": ":method",
|
|
2661
|
+
"value": "GET"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"name": ":authority",
|
|
2665
|
+
"value": "www.google-analytics.com"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"name": ":scheme",
|
|
2669
|
+
"value": "https"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"name": ":path",
|
|
2673
|
+
"value": "/__utm.gif?utmwv=1.4&utmn=802063444&utmcs=UTF-8&utmsr=3840x2160&utmsc=24-bit&utmul=en-gb&utmje=0&utmfl=-&utmcn=1&utmdt=HAR%201.2%20Spec%20%7C%20Software%20is%20hard&utmhn=www.softwareishard.com&utmhid=1121519354&utmr=https://www.google.com/&utmp=/blog/har-12-spec/&utmac=UA-3586722-1&utmcc=__utma%3D57327400.986565493.1613543991.1615834343.1615838701.6%3B%2B__utmz%3D57327400.1615838701.6.6.utmccn%3D(referral)%7Cutmcsr%3Dgoogle.com%7Cutmcct%3D%2F%7Cutmcmd%3Dreferral%3B%2B"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"name": "pragma",
|
|
2677
|
+
"value": "no-cache"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "cache-control",
|
|
2681
|
+
"value": "no-cache"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"name": "user-agent",
|
|
2685
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"name": "accept",
|
|
2689
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "sec-fetch-site",
|
|
2693
|
+
"value": "cross-site"
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"name": "sec-fetch-mode",
|
|
2697
|
+
"value": "no-cors"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "sec-fetch-dest",
|
|
2701
|
+
"value": "image"
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"name": "referer",
|
|
2705
|
+
"value": "http://www.softwareishard.com/"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"name": "accept-encoding",
|
|
2709
|
+
"value": "gzip, deflate, br"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "accept-language",
|
|
2713
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
2714
|
+
}
|
|
2715
|
+
],
|
|
2716
|
+
"queryString": [
|
|
2717
|
+
{
|
|
2718
|
+
"name": "utmwv",
|
|
2719
|
+
"value": "1.4"
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "utmn",
|
|
2723
|
+
"value": "802063444"
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"name": "utmcs",
|
|
2727
|
+
"value": "UTF-8"
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "utmsr",
|
|
2731
|
+
"value": "3840x2160"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "utmsc",
|
|
2735
|
+
"value": "24-bit"
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "utmul",
|
|
2739
|
+
"value": "en-gb"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "utmje",
|
|
2743
|
+
"value": "0"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "utmfl",
|
|
2747
|
+
"value": "-"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"name": "utmcn",
|
|
2751
|
+
"value": "1"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "utmdt",
|
|
2755
|
+
"value": "HAR%201.2%20Spec%20%7C%20Software%20is%20hard"
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "utmhn",
|
|
2759
|
+
"value": "www.softwareishard.com"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "utmhid",
|
|
2763
|
+
"value": "1121519354"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "utmr",
|
|
2767
|
+
"value": "https://www.google.com/"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "utmp",
|
|
2771
|
+
"value": "/blog/har-12-spec/"
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "utmac",
|
|
2775
|
+
"value": "UA-3586722-1"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "utmcc",
|
|
2779
|
+
"value": "__utma%3D57327400.986565493.1613543991.1615834343.1615838701.6%3B%2B__utmz%3D57327400.1615838701.6.6.utmccn%3D(referral)%7Cutmcsr%3Dgoogle.com%7Cutmcct%3D%2F%7Cutmcmd%3Dreferral%3B%2B"
|
|
2780
|
+
}
|
|
2781
|
+
],
|
|
2782
|
+
"cookies": [],
|
|
2783
|
+
"headersSize": -1,
|
|
2784
|
+
"bodySize": 0
|
|
2785
|
+
},
|
|
2786
|
+
"response": {
|
|
2787
|
+
"status": 200,
|
|
2788
|
+
"statusText": "",
|
|
2789
|
+
"httpVersion": "h3-29",
|
|
2790
|
+
"headers": [
|
|
2791
|
+
{
|
|
2792
|
+
"name": "access-control-allow-origin",
|
|
2793
|
+
"value": "*"
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"name": "date",
|
|
2797
|
+
"value": "Sun, 14 Mar 2021 21:48:55 GMT"
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"name": "pragma",
|
|
2801
|
+
"value": "no-cache"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "expires",
|
|
2805
|
+
"value": "Mon, 01 Jan 1990 00:00:00 GMT"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "last-modified",
|
|
2809
|
+
"value": "Sun, 17 May 1998 03:00:00 GMT"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "x-content-type-options",
|
|
2813
|
+
"value": "nosniff"
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "content-type",
|
|
2817
|
+
"value": "image/gif"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"name": "cross-origin-resource-policy",
|
|
2821
|
+
"value": "cross-origin"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "server",
|
|
2825
|
+
"value": "Golfe2"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "content-length",
|
|
2829
|
+
"value": "35"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"name": "age",
|
|
2833
|
+
"value": "80166"
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "cache-control",
|
|
2837
|
+
"value": "no-cache, no-store, must-revalidate"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "alt-svc",
|
|
2841
|
+
"value": "h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"cookies": [],
|
|
2845
|
+
"content": {
|
|
2846
|
+
"size": 35,
|
|
2847
|
+
"mimeType": "image/gif",
|
|
2848
|
+
"text": "R0lGODlhAQABAID/AP///wAAACwAAAAAAQABAAACAkQBADs=",
|
|
2849
|
+
"encoding": "base64"
|
|
2850
|
+
},
|
|
2851
|
+
"redirectURL": "",
|
|
2852
|
+
"headersSize": -1,
|
|
2853
|
+
"bodySize": -1,
|
|
2854
|
+
"_transferSize": 55,
|
|
2855
|
+
"_error": null
|
|
2856
|
+
},
|
|
2857
|
+
"serverIPAddress": "172.217.164.110",
|
|
2858
|
+
"startedDateTime": "2021-03-15T20:05:01.004Z",
|
|
2859
|
+
"time": 20.018000001073233,
|
|
2860
|
+
"timings": {
|
|
2861
|
+
"blocked": 1.1530000010065269,
|
|
2862
|
+
"dns": -1,
|
|
2863
|
+
"ssl": -1,
|
|
2864
|
+
"connect": -1,
|
|
2865
|
+
"send": 0.17899999999999994,
|
|
2866
|
+
"wait": 16.521000000189524,
|
|
2867
|
+
"receive": 2.164999999877182,
|
|
2868
|
+
"_blocked_queueing": 0.6370000010065269
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"_initiator": {
|
|
2873
|
+
"type": "other"
|
|
2874
|
+
},
|
|
2875
|
+
"_priority": "High",
|
|
2876
|
+
"_resourceType": "other",
|
|
2877
|
+
"cache": {},
|
|
2878
|
+
"connection": "49511",
|
|
2879
|
+
"pageref": "page_1",
|
|
2880
|
+
"request": {
|
|
2881
|
+
"method": "GET",
|
|
2882
|
+
"url": "http://www.softwareishard.com/favicon.ico",
|
|
2883
|
+
"httpVersion": "HTTP/1.1",
|
|
2884
|
+
"headers": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "Host",
|
|
2887
|
+
"value": "www.softwareishard.com"
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "Connection",
|
|
2891
|
+
"value": "keep-alive"
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"name": "Pragma",
|
|
2895
|
+
"value": "no-cache"
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"name": "Cache-Control",
|
|
2899
|
+
"value": "no-cache"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "User-Agent",
|
|
2903
|
+
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.19 Safari/537.36"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "Accept",
|
|
2907
|
+
"value": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "Referer",
|
|
2911
|
+
"value": "http://www.softwareishard.com/blog/har-12-spec/"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"name": "Accept-Encoding",
|
|
2915
|
+
"value": "gzip, deflate"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "Accept-Language",
|
|
2919
|
+
"value": "en-GB,en-US;q=0.9,en;q=0.8,pl-PL;q=0.7,pl;q=0.6"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"name": "Cookie",
|
|
2923
|
+
"value": "__utmc=57327400; __utma=57327400.986565493.1613543991.1615834343.1615838701.6; __utmb=57327400; __utmz=57327400.1615838701.6.6.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral"
|
|
2924
|
+
}
|
|
2925
|
+
],
|
|
2926
|
+
"queryString": [],
|
|
2927
|
+
"cookies": [
|
|
2928
|
+
{
|
|
2929
|
+
"name": "__utmc",
|
|
2930
|
+
"value": "57327400",
|
|
2931
|
+
"expires": null,
|
|
2932
|
+
"httpOnly": false,
|
|
2933
|
+
"secure": false
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "__utma",
|
|
2937
|
+
"value": "57327400.986565493.1613543991.1615834343.1615838701.6",
|
|
2938
|
+
"expires": null,
|
|
2939
|
+
"httpOnly": false,
|
|
2940
|
+
"secure": false
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"name": "__utmb",
|
|
2944
|
+
"value": "57327400",
|
|
2945
|
+
"expires": null,
|
|
2946
|
+
"httpOnly": false,
|
|
2947
|
+
"secure": false
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "__utmz",
|
|
2951
|
+
"value": "57327400.1615838701.6.6.utmccn=(referral)|utmcsr=google.com|utmcct=/|utmcmd=referral",
|
|
2952
|
+
"expires": null,
|
|
2953
|
+
"httpOnly": false,
|
|
2954
|
+
"secure": false
|
|
2955
|
+
}
|
|
2956
|
+
],
|
|
2957
|
+
"headersSize": 669,
|
|
2958
|
+
"bodySize": 0
|
|
2959
|
+
},
|
|
2960
|
+
"response": {
|
|
2961
|
+
"status": 200,
|
|
2962
|
+
"statusText": "OK",
|
|
2963
|
+
"httpVersion": "HTTP/1.1",
|
|
2964
|
+
"headers": [
|
|
2965
|
+
{
|
|
2966
|
+
"name": "Date",
|
|
2967
|
+
"value": "Mon, 15 Mar 2021 20:05:01 GMT"
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "Server",
|
|
2971
|
+
"value": "Apache/2.4.10 (Debian)"
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "Vary",
|
|
2975
|
+
"value": "User-Agent"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"name": "Last-Modified",
|
|
2979
|
+
"value": "Tue, 16 Jun 2009 23:00:00 GMT"
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "ETag",
|
|
2983
|
+
"value": "\"1536-46c7f225cdc00\""
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "Accept-Ranges",
|
|
2987
|
+
"value": "bytes"
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"name": "Content-Length",
|
|
2991
|
+
"value": "5430"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"name": "Cache-Control",
|
|
2995
|
+
"value": "max-age=30"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "Expires",
|
|
2999
|
+
"value": "Mon, 15 Mar 2021 20:05:31 GMT"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "Keep-Alive",
|
|
3003
|
+
"value": "timeout=5, max=99"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"name": "Connection",
|
|
3007
|
+
"value": "Keep-Alive"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "Content-Type",
|
|
3011
|
+
"value": "image/vnd.microsoft.icon"
|
|
3012
|
+
}
|
|
3013
|
+
],
|
|
3014
|
+
"cookies": [],
|
|
3015
|
+
"content": {
|
|
3016
|
+
"size": 5430,
|
|
3017
|
+
"mimeType": "image/vnd.microsoft.icon",
|
|
3018
|
+
"compression": 0,
|
|
3019
|
+
"text": "AAABAAIAEBAAAAEAIABoBAAAJgAAACAgAAABACAAqBAAAI4EAAAoAAAAEAAAACAAAAABACAAAAAAAAAEAAASCwAAEgsAAAAAAAAAAAAAPCUk/ylGZv8QK3D/P1GL/0xeiv8JDCT/AgIU/wICE/8BARD/BgIV/wIBEf8JDS3/CAAH/xcMDf8hEBX/Hg8U/zwoKv8VGSv/ESx2/y03cv8ZITv/DAkT/xQTH/8gHzX/HiA7/xcYKf8SCxj/AwAS/woCDf8eDxT/GxUo/xgTKv8bFy3/JRYb/xMcSP8UHlP/DhAe/xYRIf8qK0r/JzBS/yIoS/8rMFT/HyA3/xMSIf8WESX/FxQl/xYVMP8aFTH/FhYx/yEZLf8QCRL/EhMl/xgaL/8bHjn/LDVi/zw+c/9CQXv/LzZn/x0lSv8fIUL/Gxo1/xoYM/8YFS//GhUy/xYVMf8WFjP/LixO/zE0VP8qM1j/Ki9Z/0pPf/8kLFb/HSBK/y0xYv9HTID/SE2C/z5Dbf83OmH/Gxc1/xgVMP8WFTH/GBY0/0lLev9MVn3/cnio/2Rmof9bWp3/aGSj/3dvr/9nYqL/Yl+g/3Byrf9eZ5r/NThm/yMiRv8YFTD/GRcz/x8gPf89RHv/UVmG/4uOwf+QkcT/gn64/397uP+gmNP/b22q/317sP+GiLr/dn2t/zA0X/8dIU7/GRYx/xwaNf8ZGDf/NEB+/0lOd/98gq7/c3ik/2Fgi/9gYov/lpTF/01PeP9FQmP/UlN+/2Fnj/8ZGTT/Gho4/xgVMv8aGTT/HSA//xcaNP8yNlX/Zm6b/0xRev87Olz/Ojxs/3Fzq/9AQnf/NDNb/01Qe/9UX4v/ERYs/xUUKf8ZFTH/Ghcz/xkfPP8VHDT/KjFQ/3eCsf+Jj7b/dnei/4J9tP+VkMX/h4a6/42Muf+LkcD/Vmea/w8ULf8TGDH/GRYv/xsXNP8aHjv/GSQ//yYxT/9yfrD/lJnJ/6qp1f+wrdj/r6vW/66q1v+hotL/f4u//1Zpnf8UHTj/FRcz/xoWMv8eGzX/HSA6/yEnQv8rN1v/doO3/5idzP+lpdP/razW/66s1v+sq9b/oKbS/4GOxP9ZbZ3/ERw6/xsZM/8aFjL/GRYw/xoYMv8eIj7/KTZW/1JjmP+Wms7/ra7Y/7Cx2v+ur9n/pKbT/5efzf90hLv/SVuI/xYcOv8dGDT/Gxcy/x4ZMf8dGTH/HBoz/yAkQf86Sm//Y2+k/36Htv9xd6b/gIWy/2tyov9UX43/UGOK/ykzVv8hHjf/IR42/yEcNf8aGS//Gxgu/xkXLv8fGjf/HyI+/yg0VP88SWv/SVV2/1hhhv9HUnf/PUdm/yUsSP8hHjj/Hho1/x8aNP8hGzT/Ghkx/xsZMf8XFy//HRgz/xwYNP8cHDf/HyI9/z9GX/88Ql7/PkZg/zU8Tv9cW2f/MzBG/x4bM/8hGjT/HRky/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAIAAAAEAAAAABACAAAAAAAAAQAAASCwAAEgsAAAAAAAAAAAAALRgX/0QsKv8vICz/I2SU/x1Yrv8PGlX/Kjd3/2J0qv9mdaT/SGCL/x0qS/8FBRv/AQEU/wEBFP8BART/AAAO/wAAC/8AAA7/AQEU/wEBFP8BART/AAAO/wQMJv8XJFv/CQMU/wIBA/8LAwT/IRMV/yUVGf8aCA3/IRMV/yETFf84JSf/RCwq/xoVJf81gLL/FTiH/wAHOP8PGlX/Znmu/19zof8lNVv/AQEU/wMDE/8BART/AwMT/wkDFP8DAxP/AQEU/wMDE/8JAxT/CQMU/wMDE/8BART/AwMT/wUFG/8RAgr/AgED/wsDBP8hExX/JRUZ/xwMFP8lFRn/EQIK/0QsKv9ELCr/EgsW/yNDbv8bSpr/AQhI/wEISP9idKr/P1J5/wQMJv8CAQP/DAsU/wwLFP8UEx3/GhUl/xoZKf8TFCr/Ghkp/xMTJP8UEx3/DAsb/xAFFP8BART/AAAO/w0CDP8LAwT/GggN/yUVGf8oGyT/GhYq/xoWKv8VDSL/Ixsu/zglJ/8dERf/AwMT/ylGkP8AFWH/AQhI/0xejf8TGjr/EgsW/xILFv8UEx3/FBMd/xoZKf8kIzz/KS1N/yMqTP8pLU3/JCM8/xoWKv8TDRv/EgsW/wEBFP8JAxT/BQUb/w0CDP8cDBT/IRMV/xoWKv8WFS7/FhUu/xkWMf8WFjL/KBsk/zglJ/8NAgz/Iyta/xAfcf8ADVD/LDRh/xMTJP8MCxv/EAUU/xoVJf8jGy7/JCM8/yktTf8kLFP/IiZL/yImS/8kKkX/JCpF/x0dM/8UEx3/Ew0b/wwLG/8aFSX/Ew0b/xQTHf8aFSX/FhUu/xYWMv8ZFjH/HBYy/xkWMf8WFS7/LyAs/yETFf8CAQP/GiVL/xMeZv8WFjX/FBMd/wYQGv8TDRv/HRoy/zIzW/8zNmP/Ljlc/yMqTP8jKkz/KS1N/y00Wv84P2z/LTRa/xoZMv8TEyT/GRgu/xkYLv8VDSL/FhUp/xYVLv8WFjL/FhUu/xkWMf8cFjL/GRYx/xYWMv8jGy7/KBsk/w0CDP8JAxT/Cw4l/xYVKf8WFSn/ExMk/x0dM/8cIT3/Njts/0VMe/9ZWYj/Y12X/2Ndl/9ZWYj/QkR5/zE1af8fJVL/GRc5/xoZMv8aGTX/Ghk1/xoWKv8WFSn/FhUu/xYVLv8ZFjH/GRYx/xkWMf8WFjL/FhYy/xYWMv8dGS//HREX/wwLFP8MCxv/GRgu/xwhPf8eHjr/HR02/xYdOv8aJUv/Iyta/xUeTv8bHVn/LSxs/yMrWv8fJVL/LDRh/yU1W/8cJUX/HCVF/y00Wv8eHz3/HRo1/x4eOv8bHDv/GRYx/xkWMf8ZFjH/GRYx/xYWMv8WFjL/FhYy/xYWMv8ZGC7/Ih05/x0dNv8kKkX/HCVF/yIlRP8cJUX/JCxT/zQ7Y/80Q2r/JCxT/xwlRf8cJUX/IiZL/yEkU/8sNGH/PUN0/zM2Y/9JTHv/PUN0/zM2Y/82PFv/KS1N/0VLdf8aFzX/HBc0/xwXNP8ZFjH/FhYy/xYWMv8WFjL/FhY1/xoXNf9naJn/O0Nt/0FLa/80Q2r/OD9s/zE1af8xNWn/WlaT/2domf82O2z/HyVS/xoaSf8aGkn/ISRT/0ZIhP9cYJr/SFWI/0hViP9UW4v/SUx7/0VLdf8cJUX/UU6H/xkXOf8cFjL/FhUu/xYVLv8WFjL/FhYy/xYWNf8aFzX/IiVE/3t7tP80O2P/WmKM/2Jsm/9ibJv/XGCa/0ZIh/9GSIf/aGGl/0ZIh/9DP3z/VU2R/1pWk/9GSIT/WlaT/1half9JT5P/ZGOj/2prp/9cZJP/VmGO/yIlRP9RTof/KCZH/xkWMf8ZFjH/GRYu/xYVLv8WFjL/Ghc1/xoXNf8oJkf/ZGOj/zQ7Y/9tdKL/foS1/4KEtv97e7T/c26v/2Rjo/9kY6P/i4XE/4uFxP+ak8v/i4XE/3x5uv98ebr/aGGl/3Zys/97e7T/e3u0/2prp/9ibJv/MjNb/zY6cf8zNmP/Ghky/xYWMv8WFS7/FhUu/xYWMv8eHjr/Hh46/zIzW/9JT5P/NDtj/3N7q/+Ei7z/jI7B/5KUxP+LhcT/gHq4/3Nur/9zbrL/i4XE/7Cm3P+ak8v/dnKz/2hhpf92c67/gHy2/4iFu/+Ei7z/foS1/210ov80O2P/Njpx/ywzbP8WFjX/Ghky/xkWMf8dGjX/Ghc1/x4eOv8kKkX/PUN0/0ZIh/8tNFr/c3ur/4SLvP+XlMj/kpTE/5KUxP+Ljbv/iIW7/3t7tP+Aerj/pJ/U/5KMy/9qa6f/c3Sk/319rP99faz/hIe3/4uNu/+Eh7f/anao/yszU/8pK1j/HSpk/xYWNf8ZFjH/GRYx/xkWMf8aGTL/GRYx/xYdOv8qN3f/XGqk/yszU/9yeqT/jJPD/4uNu/+SlMT/foS1/210ov9zdKT/fX2s/2Rslf+kn9T/pJ/U/1lZiP9hY4z/WVmI/1RWe/9ZWYj/a3Oc/3J6pP9kbJX/Hh89/xoZNf8hJFP/FhYy/xkWMf8ZFjH/JCM8/xoZNf8aGTX/GRc5/x0qZP8qN3f/KS1N/2Rslf9rc5z/cnqk/2tznP9QWoP/Uk1z/1JNc/9JTHv/VFZ7/4B+qv+SlMT/QkVy/zIzW/8yNFD/Nik5/0E7Xf9CRXL/WmKM/1RWe/8iJUT/DAsb/xYVKf8aGTL/Ghc1/xYWMv8aGTL/Hh89/xscO/8eHz3/IiZL/xMaOv8LDiX/WmKM/3J6pP9aYoz/UFqD/1JNc/9KQlj/OjZO/zY8W/87Q23/c3ur/36Etf9FTHv/MjNb/ykrWP9GRmn/RkZp/0VLdf9NUn3/VmGO/xwhPf8MCxv/ExMk/xkWLv8ZFjH/GRYx/xYVLv8WFjX/IiVE/xwhPf8WFjL/FBMd/xMTJP9LWYD/c3ur/1xkk/9JTHv/RUt1/0JFcv8pK1j/LDRh/0ZIhP9kY6P/amun/1pWk/82O2z/JCxT/zM2Y/9NUn3/VFuL/1xplv9MXo3/Fh06/wwLG/8TEyT/GRYu/xkWMf8ZFjH/HRo1/xYWMv8VGjT/HCVF/xYdOv8aGSn/FhUp/01Sff9seaz/hIe3/3uCqv9rc5z/TVJ9/0lMe/9aVpP/e3u0/4iFu/+Ihbv/e3u0/3N0pP9zdKT/gH6q/4uNu/+Ei7z/anao/0xejf8TGjr/DAsb/xUZLP8aGTX/GRYx/xkWLv8cFjL/GRYx/xYWMv8cJUX/HCVF/wsWKv8LFir/O0Nt/2p2qP+Ei7z/mqDN/6Okyv+jpMr/oJvH/5eUyP+ak8v/o57P/6Oez/+ak8v/l5TI/5qczP+doM//lZvL/4WMxP9fc6H/SFWI/xYdOv8MCxv/CxYq/xUaNP8ZFi7/GRYu/xoXNf8aGTX/Gxw7/xscO/8dKkv/Fh06/xUZLP87Q23/ZnWk/36Etf+Mk8P/naDP/6mn1f+wq9b/r6vY/6+r2P+tqtX/sKvW/62q1f+tqtX/qafV/52f0P+Fkcb/dYS8/2J0qv9IVYj/IypM/wQMJv8VGjT/FhY1/xkWMf8ZFjH/HBYy/xkWMf8cIT3/Gxw7/yIlRP8UITv/FRo0/z9KbP9seaz/fYa8/4yTw/+anMz/pKXT/66t1/+wr9n/sK/Z/66t1/+urdf/rq3X/62q1f+pp9X/mpzM/4qWyf91hLz/YnSq/05jk/8jKkz/Cw4l/xUaNP8WFjL/GRYx/xkWMf8dGjX/HRo1/xoZNf8pLU3/JCM8/x4oRP8UITv/Q1J6/3F9tP+Ei7z/lZvL/5qczP+doM//pKXT/62q1f+tqtX/rarV/62q1f+tqtX/qq3X/6Sl0/+aoM3/ipbJ/3WEvP9mea7/VWiV/w8gQv8TFCr/Ghk1/xkWMf8ZFjH/GRYx/x0aNf8dHTb/Ghky/xscO/8kKkX/IiVE/x0qS/80Q2r/bHms/3qIwP+Vm8v/naDP/6Sl0/+tqtX/rq3X/66t1/+urdf/sK/Z/62q1f+qrdf/pKvU/5yi0v+Klsn/eojA/2J0qv9MXo3/ESNF/xUaNP8dGjL/Ghky/xkWMf8ZFjH/GRYx/x0aNf8aGTL/GRYx/xwhPf8eKET/HihE/yU1W/9TZJv/cX20/5Wby/+kpdP/qq3X/7Gx2v+xsdr/sbHa/7Gx2v+vsdr/qarW/6Sr1P+kq9T/nKLS/4WRxv91hLz/XGyd/0hViP8PIEL/FRo0/xoZMv8ZFjH/GRYx/xwXNP8WFSn/GRYx/xoZMv8aGTL/Ghk1/yQqRf8rM1P/NUNk/zlLdf9TZJv/hYzE/52f0P+pqtb/sK/Z/6+x2v+vsdr/r7Ha/6mq1v+kpdP/naDP/5Wby/+Mk8P/dYS8/2J0qv9VaJX/NENq/xscO/8aGTX/Ghc1/yIdOf8cFjL/Ghky/x0ZL/8dGjL/HRo1/xkYLv8ZFjH/HRo1/xwhPf8rM1P/R1V6/z9Sef9pc7D/fYa8/5Wby/+anMz/jJPD/4yTw/+Vm8v/i427/4SLvP9ze6v/Ymyb/1xsnf9cbJ3/VWiV/0tZgP8dKkv/HR02/yEcNf8dGjX/JR86/x0aNf8iGzX/HRkv/yEcNf8hHDX/GRYu/xoZMv8dGjL/HR02/x4fPf8rM1P/OUt1/0NSev9mdaT/ZnWk/2Jsm/9UW4v/VFuL/3J6pP9tdKL/XGmW/1Rbi/9FTHv/S1mA/0tZgP9DUnr/IypM/xscO/8iHTn/JyQ3/x0dM/8nJDf/IRw1/yIbNf8VGSz/GRgu/x0ZL/8dGS//GRgu/xkWLv8dGjX/HRo1/yQjPP8jKkz/Ljlc/zVDZP85S3X/Q1J6/0NSev9NUn3/XGST/2Rslf9QWoP/Q1J6/z9KbP9BS2v/NUNk/x4oRP8eHjr/HR02/x0aMv8dGjL/HRoy/x0aMv8hHDX/Ihs1/xkWLv8dHTP/GRgu/xkYLv8ZGC7/GRYu/xwWMv8lHzr/HR02/yIdOf8iJUT/IypM/zY8W/89RmX/SVVy/0lVcv9FS3X/VmGB/z9KbP9HVXr/P0ps/zY8W/8cIT3/Hh46/yQjPP8hHDX/IRw1/x0aNf8dGjL/Ih05/x0aMv8iGzX/HBYy/xoZMv8aGTL/HRkv/xkYLv8WFS7/IRw1/x0aNf8cFzT/HRo1/x4eOv8bHDv/Fh06/yQqRf9JUmv/SVJr/0ZGaf9JVXL/QUtr/0lSa/80OVf/FCE7/x0dNv8nJDf/JyQ3/yQjPP8dHTP/HRoy/x0aMv8dGjL/HRoy/xoZMv8ZFjH/HR0z/xoZMv8aGTL/GRYx/xYVLv8ZFjH/HBc0/xwXNP8aGTL/HRoy/x0dNv8eHjr/HCE9/zI0UP88Q1n/MjRQ/zI0UP80OVf/PENZ/ywySv9hYGf/ko+U/5mXnf9cXmv/Ih05/x0dM/8dGjX/Ihs1/yIbNf8dGjL/HRoy/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
|
|
3020
|
+
"encoding": "base64"
|
|
3021
|
+
},
|
|
3022
|
+
"redirectURL": "",
|
|
3023
|
+
"headersSize": 386,
|
|
3024
|
+
"bodySize": 5430,
|
|
3025
|
+
"_transferSize": 5816,
|
|
3026
|
+
"_error": null
|
|
3027
|
+
},
|
|
3028
|
+
"serverIPAddress": "91.239.200.59",
|
|
3029
|
+
"startedDateTime": "2021-03-15T20:05:01.060Z",
|
|
3030
|
+
"time": 188.48799999977928,
|
|
3031
|
+
"timings": {
|
|
3032
|
+
"blocked": 1.766000000017113,
|
|
3033
|
+
"dns": -1,
|
|
3034
|
+
"ssl": -1,
|
|
3035
|
+
"connect": -1,
|
|
3036
|
+
"send": 0.06299999999999994,
|
|
3037
|
+
"wait": 185.3799999996944,
|
|
3038
|
+
"receive": 1.2790000000677537,
|
|
3039
|
+
"_blocked_queueing": 1.209000000017113
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
]
|
|
3043
|
+
}
|
|
3044
|
+
}
|