@sync-in/server 1.8.0 → 1.9.0
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/CHANGELOG.md +64 -10
- package/environment/environment.dist.yaml +29 -26
- package/package.json +18 -17
- package/server/app.bootstrap.js +4 -2
- package/server/app.bootstrap.js.map +1 -1
- package/server/app.constants.js +9 -0
- package/server/app.constants.js.map +1 -1
- package/server/app.module.js +4 -0
- package/server/app.module.js.map +1 -1
- package/server/applications/admin/admin.module.js +6 -1
- package/server/applications/admin/admin.module.js.map +1 -1
- package/server/applications/{notifications/interfaces/user-mail-notification.js → admin/interfaces/check-update.interfaces.js} +1 -1
- package/server/applications/admin/interfaces/check-update.interfaces.js.map +1 -0
- package/server/applications/admin/services/admin-scheduler.service.js +53 -0
- package/server/applications/admin/services/admin-scheduler.service.js.map +1 -0
- package/server/applications/admin/services/admin.service.js +102 -0
- package/server/applications/admin/services/admin.service.js.map +1 -0
- package/server/applications/admin/services/admin.service.spec.js +46 -0
- package/server/applications/admin/services/admin.service.spec.js.map +1 -0
- package/server/applications/admin/utils/check-update.js +28 -0
- package/server/applications/admin/utils/check-update.js.map +1 -0
- package/server/applications/comments/services/comments-manager.service.js +1 -1
- package/server/applications/comments/services/comments-manager.service.js.map +1 -1
- package/server/applications/comments/services/comments-manager.service.spec.js +1 -1
- package/server/applications/comments/services/comments-manager.service.spec.js.map +1 -1
- package/server/applications/comments/services/comments-queries.service.js.map +1 -1
- package/server/applications/files/constants/cache.js +10 -1
- package/server/applications/files/constants/cache.js.map +1 -1
- package/server/applications/files/constants/only-office.js +0 -25
- package/server/applications/files/constants/only-office.js.map +1 -1
- package/server/applications/files/constants/operations.js +20 -3
- package/server/applications/files/constants/operations.js.map +1 -1
- package/server/applications/files/dto/file-operations.dto.js +7 -0
- package/server/applications/files/dto/file-operations.dto.js.map +1 -1
- package/server/applications/files/files-only-office.controller.js +3 -2
- package/server/applications/files/files-only-office.controller.js.map +1 -1
- package/server/applications/files/files-only-office.controller.spec.js +6 -5
- package/server/applications/files/files-only-office.controller.spec.js.map +1 -1
- package/server/applications/files/files.controller.js +100 -12
- package/server/applications/files/files.controller.js.map +1 -1
- package/server/applications/files/files.controller.spec.js +29 -8
- package/server/applications/files/files.controller.spec.js.map +1 -1
- package/server/applications/files/guards/files-only-office.guard.js +6 -0
- package/server/applications/files/guards/files-only-office.guard.js.map +1 -1
- package/server/applications/files/interfaces/file-db-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/only-office-config.interface.js.map +1 -1
- package/server/applications/files/services/files-content-manager.service.js +3 -3
- package/server/applications/files/services/files-content-manager.service.js.map +1 -1
- package/server/applications/files/services/files-lock-manager.service.js +61 -22
- package/server/applications/files/services/files-lock-manager.service.js.map +1 -1
- package/server/applications/files/services/files-manager.service.js +122 -24
- package/server/applications/files/services/files-manager.service.js.map +1 -1
- package/server/applications/files/services/files-manager.service.spec.js +15 -0
- package/server/applications/files/services/files-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-methods.service.js +39 -14
- package/server/applications/files/services/files-methods.service.js.map +1 -1
- package/server/applications/files/services/files-only-office-manager.service.js +12 -12
- package/server/applications/files/services/files-only-office-manager.service.js.map +1 -1
- package/server/applications/files/services/files-parser.service.js +1 -1
- package/server/applications/files/services/files-parser.service.js.map +1 -1
- package/server/applications/files/services/files-queries.service.js +10 -0
- package/server/applications/files/services/files-queries.service.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/pdf.js +5 -16
- package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
- package/server/applications/files/utils/files.js +1 -1
- package/server/applications/files/utils/files.js.map +1 -1
- package/server/applications/files/utils/send-file.js +3 -2
- package/server/applications/files/utils/send-file.js.map +1 -1
- package/server/applications/links/services/links-queries.service.js +1 -1
- package/server/applications/links/services/links-queries.service.js.map +1 -1
- package/server/applications/notifications/constants/notifications.js +5 -1
- package/server/applications/notifications/constants/notifications.js.map +1 -1
- package/server/applications/notifications/i18n/de.js +8 -2
- package/server/applications/notifications/i18n/de.js.map +1 -1
- package/server/applications/notifications/i18n/es.js +8 -2
- package/server/applications/notifications/i18n/es.js.map +1 -1
- package/server/applications/notifications/i18n/fr.js +8 -2
- package/server/applications/notifications/i18n/fr.js.map +1 -1
- package/server/applications/notifications/i18n/hi.js +8 -2
- package/server/applications/notifications/i18n/hi.js.map +1 -1
- package/server/applications/notifications/i18n/it.js +8 -2
- package/server/applications/notifications/i18n/it.js.map +1 -1
- package/server/applications/notifications/i18n/ja.js +8 -2
- package/server/applications/notifications/i18n/ja.js.map +1 -1
- package/server/applications/notifications/i18n/ko.js +8 -2
- package/server/applications/notifications/i18n/ko.js.map +1 -1
- package/server/applications/notifications/i18n/pl.js +8 -2
- package/server/applications/notifications/i18n/pl.js.map +1 -1
- package/server/applications/notifications/i18n/pt.js +8 -2
- package/server/applications/notifications/i18n/pt.js.map +1 -1
- package/server/applications/notifications/i18n/pt_br.js +8 -2
- package/server/applications/notifications/i18n/pt_br.js.map +1 -1
- package/server/applications/notifications/i18n/ru.js +8 -2
- package/server/applications/notifications/i18n/ru.js.map +1 -1
- package/server/applications/notifications/i18n/tr.js +8 -2
- package/server/applications/notifications/i18n/tr.js.map +1 -1
- package/server/applications/notifications/i18n/zh.js +8 -2
- package/server/applications/notifications/i18n/zh.js.map +1 -1
- package/server/applications/notifications/interfaces/notification-properties.interface.js.map +1 -1
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js +10 -0
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js.map +1 -0
- package/server/applications/notifications/mails/models.js +38 -3
- package/server/applications/notifications/mails/models.js.map +1 -1
- package/server/applications/notifications/mails/templates.js +1 -1
- package/server/applications/notifications/mails/templates.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.js +8 -1
- package/server/applications/notifications/services/notifications-manager.service.js.map +1 -1
- package/server/applications/notifications/services/notifications-queries.service.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.js +17 -10
- package/server/applications/shares/services/shares-manager.service.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.spec.js +10 -3
- package/server/applications/shares/services/shares-manager.service.spec.js.map +1 -1
- package/server/applications/shares/services/shares-queries.service.js +11 -1
- package/server/applications/shares/services/shares-queries.service.js.map +1 -1
- package/server/applications/spaces/guards/space.guard.spec.js +2 -2
- package/server/applications/spaces/guards/space.guard.spec.js.map +1 -1
- package/server/applications/spaces/services/spaces-browser.service.js +31 -11
- package/server/applications/spaces/services/spaces-browser.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.js +2 -2
- package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-queries.service.js +6 -2
- package/server/applications/spaces/services/spaces-queries.service.js.map +1 -1
- package/server/applications/spaces/utils/permissions.js +2 -2
- package/server/applications/spaces/utils/permissions.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.js +1 -0
- package/server/applications/sync/services/sync-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js.map +1 -1
- package/server/applications/users/constants/user.js +1 -1
- package/server/applications/users/constants/user.js.map +1 -1
- package/server/applications/users/services/admin-users-queries.service.js +8 -0
- package/server/applications/users/services/admin-users-queries.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.js +1 -2
- package/server/applications/users/services/users-manager.service.js.map +1 -1
- package/server/applications/users/services/users-queries.service.js +67 -68
- package/server/applications/users/services/users-queries.service.js.map +1 -1
- package/server/applications/users/users.gateway.js +6 -0
- package/server/applications/users/users.gateway.js.map +1 -1
- package/server/applications/users/users.module.js +2 -1
- package/server/applications/users/users.module.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.js +4 -4
- package/server/applications/webdav/guards/webdav-protocol.guard.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js +6 -6
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.js +3 -2
- package/server/applications/webdav/services/webdav-methods.service.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.spec.js +2 -2
- package/server/applications/webdav/services/webdav-methods.service.spec.js.map +1 -1
- package/server/authentication/constants/auth-ldap.js +2 -0
- package/server/authentication/constants/auth-ldap.js.map +1 -1
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js +34 -21
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js.map +1 -1
- package/server/common/functions.js +0 -8
- package/server/common/functions.js.map +1 -1
- package/server/common/image.js +63 -58
- package/server/common/image.js.map +1 -1
- package/server/common/shared.js +18 -1
- package/server/common/shared.js.map +1 -1
- package/server/infrastructure/context/services/context-manager.service.js +3 -0
- package/server/infrastructure/context/services/context-manager.service.js.map +1 -1
- package/server/infrastructure/websocket/adapters/cluster.adapter.js +4 -4
- package/server/infrastructure/websocket/adapters/cluster.adapter.js.map +1 -1
- package/static/3rdpartylicenses.txt +1380 -57
- package/static/assets/favicon.svg +2 -25
- package/static/assets/logo-dark.svg +2 -32
- package/static/assets/logo.svg +2 -32
- package/static/assets/mimes/application-sql.svg +29 -1
- package/static/assets/mimes/application-x-sql.svg +29 -0
- package/static/assets/mimes/image-bmp.svg +12 -0
- package/static/assets/pdfjs/build/pdf.mjs +4869 -4454
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +3 -3
- package/static/assets/pdfjs/build/pdf.sandbox.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.worker.mjs +885 -596
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/locale/be/viewer.ftl +40 -0
- package/static/assets/pdfjs/web/locale/bg/viewer.ftl +2 -0
- package/static/assets/pdfjs/web/locale/cs/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/cy/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/da/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/de/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/el/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +35 -0
- package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +2 -2
- package/static/assets/pdfjs/web/locale/eo/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +72 -0
- package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +120 -0
- package/static/assets/pdfjs/web/locale/eu/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/fi/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/fr/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/fur/viewer.ftl +77 -0
- package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/gn/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/he/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/hu/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +1 -1
- package/static/assets/pdfjs/web/locale/ia/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/it/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/ja/viewer.ftl +32 -0
- package/static/assets/pdfjs/web/locale/ka/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/kab/viewer.ftl +73 -0
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +21 -0
- package/static/assets/pdfjs/web/locale/ko/viewer.ftl +38 -1
- package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/nl/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +37 -0
- package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +37 -0
- package/static/assets/pdfjs/web/locale/pl/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/rm/viewer.ftl +73 -0
- package/static/assets/pdfjs/web/locale/ro/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +42 -0
- package/static/assets/pdfjs/web/locale/sc/viewer.ftl +6 -0
- package/static/assets/pdfjs/web/locale/sk/viewer.ftl +43 -0
- package/static/assets/pdfjs/web/locale/sl/viewer.ftl +42 -1
- package/static/assets/pdfjs/web/locale/sq/viewer.ftl +77 -0
- package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +41 -0
- package/static/assets/pdfjs/web/locale/tg/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/th/viewer.ftl +35 -0
- package/static/assets/pdfjs/web/locale/tr/viewer.ftl +39 -0
- package/static/assets/pdfjs/web/locale/vi/viewer.ftl +42 -5
- package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +35 -0
- package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +37 -0
- package/static/assets/pdfjs/web/viewer.css +141 -110
- package/static/assets/pdfjs/web/viewer.html +7 -7
- package/static/assets/pdfjs/web/viewer.mjs +97 -14
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/chunk-22DWHRCL.js +1 -0
- package/static/chunk-23UUFZSR.js +1 -0
- package/static/{chunk-VM4YX6Q7.js → chunk-24Q7OUU2.js} +1 -1
- package/static/chunk-25QTY2GI.js +1 -0
- package/static/chunk-2E7IJZLL.js +1 -0
- package/static/chunk-2FC5EKS5.js +1 -0
- package/static/chunk-2FOWUJQF.js +1 -0
- package/static/chunk-2XPHUNYN.js +1 -0
- package/static/chunk-32L7RG2G.js +1 -0
- package/static/chunk-3IISSX63.js +1 -0
- package/static/chunk-3OHSTP3R.js +1 -0
- package/static/chunk-42L6C5MT.js +1 -0
- package/static/chunk-4AGQL5GV.js +1 -0
- package/static/chunk-4BPSQMI2.js +1 -0
- package/static/chunk-4FDRWZWT.js +1 -0
- package/static/chunk-4FJUCMEG.js +1 -0
- package/static/chunk-4GCCF6PF.js +1 -0
- package/static/chunk-4ORP3SBY.js +1 -0
- package/static/chunk-4QBOHIC3.js +1 -0
- package/static/chunk-4YT6K5KY.js +1 -0
- package/static/chunk-556I6YIW.js +1 -0
- package/static/chunk-5DPIGJU4.js +1 -0
- package/static/chunk-5HNQLBSW.js +3 -0
- package/static/chunk-5IL7C45D.js +1 -0
- package/static/chunk-5KJXGMKR.js +1 -0
- package/static/chunk-5SPGSHKL.js +1 -0
- package/static/chunk-5WCQBTXW.js +1 -0
- package/static/chunk-5XUIPWOH.js +1 -0
- package/static/chunk-62WT7PI3.js +1 -0
- package/static/chunk-6F6OMQ5H.js +1 -0
- package/static/chunk-6I5BGQHT.js +1 -0
- package/static/chunk-6NOS45DG.js +1 -0
- package/static/chunk-6OKLPRCD.js +1 -0
- package/static/chunk-6VEJCG43.js +1 -0
- package/static/chunk-77SS36Z2.js +1 -0
- package/static/chunk-7AXEPO3G.js +1 -0
- package/static/chunk-7CFSJ4BO.js +1 -0
- package/static/chunk-7CKHC72R.js +1 -0
- package/static/chunk-7DUTYOJG.js +1 -0
- package/static/chunk-7HKFYRPF.js +1 -0
- package/static/chunk-7NZJZATZ.js +1 -0
- package/static/chunk-AADK5D2H.js +1 -0
- package/static/chunk-ACUF7IKP.js +1 -0
- package/static/chunk-AGREZPV4.js +1 -0
- package/static/chunk-ATBJWFA3.js +1 -0
- package/static/chunk-ATXLZN2B.js +1 -0
- package/static/chunk-AZ5TF5Y3.js +1 -0
- package/static/chunk-BBHYIURC.js +1 -0
- package/static/chunk-BHZEPHRI.js +13 -0
- package/static/chunk-BQZWSZNN.js +1 -0
- package/static/chunk-BSB4VROD.js +2 -0
- package/static/chunk-BYWSTP3P.js +1 -0
- package/static/chunk-C3AAEQKW.js +1 -0
- package/static/chunk-CCGGCHGN.js +1 -0
- package/static/chunk-CFTKW432.js +1 -0
- package/static/chunk-CNOVT6KU.js +1 -0
- package/static/chunk-D56H3XE2.js +1 -0
- package/static/chunk-DFOOSIIA.js +1 -0
- package/static/chunk-DHFQIFOF.js +1 -0
- package/static/{chunk-3GMLWAFZ.js → chunk-DIC2MVRI.js} +1 -1
- package/static/chunk-DJDRX53V.js +2 -0
- package/static/chunk-DKGXUMLT.js +1 -0
- package/static/chunk-DRHPEERW.js +2 -0
- package/static/chunk-DWYP6ZGG.js +1 -0
- package/static/chunk-EDJAISWO.js +13 -0
- package/static/chunk-EIYRBM4J.js +1 -0
- package/static/chunk-EKEGRXCV.js +7 -0
- package/static/chunk-EL6QL4TP.js +1 -0
- package/static/chunk-ERDZ7IVF.js +1 -0
- package/static/chunk-EVQKKVUZ.js +1 -0
- package/static/chunk-F2XG7EWI.js +1 -0
- package/static/chunk-F672FY5I.js +1 -0
- package/static/chunk-F6V37MKG.js +1 -0
- package/static/chunk-F7TXTNZC.js +1 -0
- package/static/chunk-FCGTI42I.js +1 -0
- package/static/chunk-FQHOSSCO.js +1 -0
- package/static/chunk-FTSIPHMG.js +1 -0
- package/static/chunk-GAGHHYLF.js +1 -0
- package/static/{chunk-JPT5WEAT.js → chunk-GOJYWL2M.js} +1 -1
- package/static/chunk-H6WOTGQ5.js +1 -0
- package/static/{chunk-CHJ64RJM.js → chunk-H6ZXFINQ.js} +1 -1
- package/static/chunk-HC7F57NA.js +1 -0
- package/static/chunk-HHWXIK2M.js +7 -0
- package/static/chunk-HKRGIRKB.js +3 -0
- package/static/chunk-HNMGPG72.js +1 -0
- package/static/chunk-HS4S6BV3.js +1 -0
- package/static/chunk-IJ7K7ATQ.js +1 -0
- package/static/chunk-IOIBQGHN.js +562 -0
- package/static/chunk-ITVA26X2.js +2 -0
- package/static/chunk-J6YSFHLZ.js +1 -0
- package/static/chunk-JAEJ6IMV.js +1 -0
- package/static/chunk-JB5R6V33.js +1 -0
- package/static/chunk-JF6WIV6M.js +1 -0
- package/static/chunk-JGB4LLUT.js +1 -0
- package/static/chunk-JGXVTKLG.js +1 -0
- package/static/chunk-JMYAD7E2.js +1 -0
- package/static/chunk-JSE63Q5X.js +1 -0
- package/static/chunk-JVV3ZL6L.js +1 -0
- package/static/chunk-JXZCNFW7.js +1 -0
- package/static/chunk-KAVP6UXH.js +1 -0
- package/static/{chunk-WLMNXRBS.js → chunk-KDEEERWZ.js} +1 -1
- package/static/chunk-KHRF67SG.js +1 -0
- package/static/chunk-KLOUBIO4.js +1 -0
- package/static/chunk-KMF3ZRAO.js +1 -0
- package/static/chunk-KNZ3AQPR.js +1 -0
- package/static/chunk-KT3TWCST.js +1 -0
- package/static/chunk-L6SYG23T.js +1 -0
- package/static/chunk-LJSVNPPQ.js +1 -0
- package/static/{chunk-LNTUR3GU.js → chunk-LRDKG274.js} +1 -1
- package/static/chunk-LRQSPCYZ.js +1 -0
- package/static/chunk-LUSVISM6.js +1 -0
- package/static/chunk-LXQGVNU2.js +1 -0
- package/static/{chunk-BIKLW4YS.js → chunk-LYZGJZNP.js} +1 -1
- package/static/chunk-LZKI5P5T.js +1 -0
- package/static/chunk-M4XL3JN5.js +6 -0
- package/static/{chunk-UNCPXHHT.js → chunk-MGWG7OD7.js} +1 -1
- package/static/chunk-MKUUWY6Y.js +1 -0
- package/static/{chunk-HAS5ZOTR.js → chunk-MNNCSSHN.js} +1 -1
- package/static/chunk-MR3U7TKQ.js +1 -0
- package/static/chunk-MRF3CNLZ.js +1 -0
- package/static/chunk-MRMSMTWD.js +1 -0
- package/static/chunk-MVZJSG5R.js +1 -0
- package/static/chunk-MYM43ENO.js +1 -0
- package/static/chunk-N3P6P6GW.js +7 -0
- package/static/chunk-NAH4V2R6.js +2 -0
- package/static/chunk-NBBDVVUF.js +1 -0
- package/static/chunk-NMF2ZFBE.js +1 -0
- package/static/chunk-NN4ONTOT.js +1 -0
- package/static/chunk-NOPACN4F.js +1 -0
- package/static/chunk-NYJPOP4L.js +1 -0
- package/static/chunk-OJCAIKUK.js +1 -0
- package/static/chunk-OQRWXCLY.js +1 -0
- package/static/chunk-PCFH5HCI.js +2 -0
- package/static/chunk-PG54TWBO.js +4 -0
- package/static/chunk-PJF5XUTO.js +1 -0
- package/static/{chunk-FJE6BOFL.js → chunk-PSUAQBYM.js} +1 -1
- package/static/chunk-PTLYIUFW.js +1 -0
- package/static/chunk-PZGLDZZM.js +1 -0
- package/static/chunk-Q4VNZGFI.js +1 -0
- package/static/chunk-Q556XB3S.js +1 -0
- package/static/{chunk-PB4AIT7O.js → chunk-Q7IXRPOO.js} +1 -1
- package/static/chunk-Q7U2VPIS.js +1 -0
- package/static/chunk-QM6CQMEX.js +1 -0
- package/static/chunk-QMHUIHSR.js +1 -0
- package/static/chunk-QNFNXDSX.js +1 -0
- package/static/chunk-QVFPHTOH.js +1 -0
- package/static/chunk-R4MI25E2.js +1 -0
- package/static/chunk-R7JRAR3P.js +1 -0
- package/static/chunk-R7PNKQU2.js +1 -0
- package/static/chunk-RCAORRB7.js +1 -0
- package/static/chunk-RK7XRDNB.js +1 -0
- package/static/chunk-RO7SAOLK.js +1 -0
- package/static/chunk-RQUUINHV.js +1 -0
- package/static/chunk-RT3K6DZR.js +1 -0
- package/static/chunk-RUN556VW.js +1 -0
- package/static/chunk-RX3YQ67K.js +1 -0
- package/static/chunk-S6EVLDHA.js +5 -0
- package/static/chunk-S7S5M3AZ.js +1 -0
- package/static/chunk-SBLNYV74.js +1 -0
- package/static/chunk-SIZCHHUA.js +1 -0
- package/static/chunk-SRBOO7AO.js +1 -0
- package/static/{chunk-PVDHBQRM.js → chunk-STA7NTYL.js} +1 -1
- package/static/chunk-T3YI3BSS.js +1 -0
- package/static/chunk-T74SMT7I.js +1 -0
- package/static/chunk-TAL3RTTQ.js +1 -0
- package/static/chunk-TJZKTNNS.js +1 -0
- package/static/chunk-UJTFWZEC.js +1 -0
- package/static/chunk-UPGVU5LG.js +1 -0
- package/static/chunk-UQ6O3I6W.js +1 -0
- package/static/{chunk-5NMSIIQB.js → chunk-V43RGNXA.js} +1 -1
- package/static/chunk-VWIRXLNE.js +1 -0
- package/static/chunk-VZMVGIVW.js +1 -0
- package/static/chunk-VZPCXSRG.js +2 -0
- package/static/chunk-WR3MA3L3.js +1 -0
- package/static/chunk-XCLK7NJL.js +1 -0
- package/static/{chunk-DSWEWLXJ.js → chunk-XCPDPB5G.js} +1 -1
- package/static/chunk-XEGHEUP5.js +1 -0
- package/static/chunk-XKEBQNQJ.js +1 -0
- package/static/chunk-XOF4UW3S.js +1 -0
- package/static/chunk-XOTKK2NJ.js +1 -0
- package/static/chunk-XX7JXKA6.js +1 -0
- package/static/chunk-Y2I36A4K.js +1 -0
- package/static/chunk-Y44XDRM5.js +1 -0
- package/static/{chunk-QO6BTONN.js → chunk-Y4MAPE2C.js} +1 -1
- package/static/chunk-Y5RLD72B.js +1 -0
- package/static/{chunk-DPUVSXRB.js → chunk-Y5XTRCFK.js} +1 -1
- package/static/chunk-Y63UUJGJ.js +1 -0
- package/static/chunk-YBNAC7QM.js +1 -0
- package/static/chunk-YCTCESL4.js +1 -0
- package/static/chunk-YMAN4LIU.js +1 -0
- package/static/chunk-YTDE6SXT.js +1 -0
- package/static/chunk-YZPIUJB3.js +1 -0
- package/static/chunk-ZCOWBVOT.js +1 -0
- package/static/chunk-ZHRYYMYE.js +1 -0
- package/static/chunk-ZNXTOQFG.js +1 -0
- package/static/{chunk-URHTCJ7G.js → chunk-ZQLBPLXI.js} +1 -1
- package/static/favicon.ico +0 -0
- package/static/index.html +2 -2
- package/static/main-3PLRDZTO.js +11 -0
- package/static/styles-Q4OZOSSK.css +1 -0
- package/server/applications/notifications/interfaces/user-mail-notification.js.map +0 -1
- package/static/assets/codemirror/mode/apl/apl.js +0 -174
- package/static/assets/codemirror/mode/asciiarmor/asciiarmor.js +0 -74
- package/static/assets/codemirror/mode/asn.1/asn.1.js +0 -204
- package/static/assets/codemirror/mode/asterisk/asterisk.js +0 -220
- package/static/assets/codemirror/mode/brainfuck/brainfuck.js +0 -85
- package/static/assets/codemirror/mode/clike/clike.js +0 -942
- package/static/assets/codemirror/mode/clojure/clojure.js +0 -293
- package/static/assets/codemirror/mode/cmake/cmake.js +0 -97
- package/static/assets/codemirror/mode/cobol/cobol.js +0 -255
- package/static/assets/codemirror/mode/coffeescript/coffeescript.js +0 -359
- package/static/assets/codemirror/mode/commonlisp/commonlisp.js +0 -125
- package/static/assets/codemirror/mode/crystal/crystal.js +0 -433
- package/static/assets/codemirror/mode/css/css.js +0 -862
- package/static/assets/codemirror/mode/cypher/cypher.js +0 -152
- package/static/assets/codemirror/mode/d/d.js +0 -223
- package/static/assets/codemirror/mode/dart/dart.js +0 -168
- package/static/assets/codemirror/mode/diff/diff.js +0 -47
- package/static/assets/codemirror/mode/django/django.js +0 -356
- package/static/assets/codemirror/mode/dockerfile/dockerfile.js +0 -211
- package/static/assets/codemirror/mode/dtd/dtd.js +0 -142
- package/static/assets/codemirror/mode/dylan/dylan.js +0 -352
- package/static/assets/codemirror/mode/ebnf/ebnf.js +0 -195
- package/static/assets/codemirror/mode/ecl/ecl.js +0 -206
- package/static/assets/codemirror/mode/eiffel/eiffel.js +0 -160
- package/static/assets/codemirror/mode/elm/elm.js +0 -245
- package/static/assets/codemirror/mode/erlang/erlang.js +0 -619
- package/static/assets/codemirror/mode/factor/factor.js +0 -85
- package/static/assets/codemirror/mode/fcl/fcl.js +0 -173
- package/static/assets/codemirror/mode/forth/forth.js +0 -180
- package/static/assets/codemirror/mode/fortran/fortran.js +0 -188
- package/static/assets/codemirror/mode/gas/gas.js +0 -355
- package/static/assets/codemirror/mode/gfm/gfm.js +0 -129
- package/static/assets/codemirror/mode/gherkin/gherkin.js +0 -194
- package/static/assets/codemirror/mode/go/go.js +0 -187
- package/static/assets/codemirror/mode/groovy/groovy.js +0 -245
- package/static/assets/codemirror/mode/haml/haml.js +0 -161
- package/static/assets/codemirror/mode/handlebars/handlebars.js +0 -70
- package/static/assets/codemirror/mode/haskell/haskell.js +0 -268
- package/static/assets/codemirror/mode/haskell-literate/haskell-literate.js +0 -43
- package/static/assets/codemirror/mode/haxe/haxe.js +0 -515
- package/static/assets/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
- package/static/assets/codemirror/mode/htmlmixed/htmlmixed.js +0 -153
- package/static/assets/codemirror/mode/http/http.js +0 -113
- package/static/assets/codemirror/mode/idl/idl.js +0 -290
- package/static/assets/codemirror/mode/javascript/javascript.js +0 -960
- package/static/assets/codemirror/mode/jinja2/jinja2.js +0 -193
- package/static/assets/codemirror/mode/jsx/jsx.js +0 -149
- package/static/assets/codemirror/mode/julia/julia.js +0 -390
- package/static/assets/codemirror/mode/livescript/livescript.js +0 -280
- package/static/assets/codemirror/mode/lua/lua.js +0 -160
- package/static/assets/codemirror/mode/markdown/markdown.js +0 -886
- package/static/assets/codemirror/mode/mathematica/mathematica.js +0 -176
- package/static/assets/codemirror/mode/mbox/mbox.js +0 -129
- package/static/assets/codemirror/mode/meta.js +0 -221
- package/static/assets/codemirror/mode/mirc/mirc.js +0 -193
- package/static/assets/codemirror/mode/mllike/mllike.js +0 -359
- package/static/assets/codemirror/mode/modelica/modelica.js +0 -245
- package/static/assets/codemirror/mode/mscgen/mscgen.js +0 -175
- package/static/assets/codemirror/mode/mumps/mumps.js +0 -148
- package/static/assets/codemirror/mode/nginx/nginx.js +0 -178
- package/static/assets/codemirror/mode/nsis/nsis.js +0 -95
- package/static/assets/codemirror/mode/ntriples/ntriples.js +0 -195
- package/static/assets/codemirror/mode/octave/octave.js +0 -139
- package/static/assets/codemirror/mode/oz/oz.js +0 -252
- package/static/assets/codemirror/mode/pascal/pascal.js +0 -136
- package/static/assets/codemirror/mode/pegjs/pegjs.js +0 -111
- package/static/assets/codemirror/mode/perl/perl.js +0 -836
- package/static/assets/codemirror/mode/php/php.js +0 -234
- package/static/assets/codemirror/mode/pig/pig.js +0 -178
- package/static/assets/codemirror/mode/powershell/powershell.js +0 -398
- package/static/assets/codemirror/mode/properties/properties.js +0 -78
- package/static/assets/codemirror/mode/protobuf/protobuf.js +0 -72
- package/static/assets/codemirror/mode/pug/pug.js +0 -591
- package/static/assets/codemirror/mode/puppet/puppet.js +0 -220
- package/static/assets/codemirror/mode/python/python.js +0 -402
- package/static/assets/codemirror/mode/q/q.js +0 -139
- package/static/assets/codemirror/mode/r/r.js +0 -190
- package/static/assets/codemirror/mode/rpm/changes/index.html +0 -66
- package/static/assets/codemirror/mode/rpm/rpm.js +0 -109
- package/static/assets/codemirror/mode/rst/rst.js +0 -557
- package/static/assets/codemirror/mode/ruby/ruby.js +0 -303
- package/static/assets/codemirror/mode/rust/rust.js +0 -72
- package/static/assets/codemirror/mode/sas/sas.js +0 -303
- package/static/assets/codemirror/mode/sass/sass.js +0 -459
- package/static/assets/codemirror/mode/scheme/scheme.js +0 -284
- package/static/assets/codemirror/mode/shell/shell.js +0 -168
- package/static/assets/codemirror/mode/sieve/sieve.js +0 -193
- package/static/assets/codemirror/mode/slim/slim.js +0 -575
- package/static/assets/codemirror/mode/smalltalk/smalltalk.js +0 -168
- package/static/assets/codemirror/mode/smarty/smarty.js +0 -225
- package/static/assets/codemirror/mode/solr/solr.js +0 -104
- package/static/assets/codemirror/mode/soy/soy.js +0 -665
- package/static/assets/codemirror/mode/sparql/sparql.js +0 -184
- package/static/assets/codemirror/mode/spreadsheet/spreadsheet.js +0 -112
- package/static/assets/codemirror/mode/sql/sql.js +0 -529
- package/static/assets/codemirror/mode/stex/stex.js +0 -264
- package/static/assets/codemirror/mode/stylus/stylus.js +0 -775
- package/static/assets/codemirror/mode/swift/swift.js +0 -221
- package/static/assets/codemirror/mode/tcl/tcl.js +0 -140
- package/static/assets/codemirror/mode/textile/textile.js +0 -469
- package/static/assets/codemirror/mode/tiddlywiki/tiddlywiki.css +0 -14
- package/static/assets/codemirror/mode/tiddlywiki/tiddlywiki.js +0 -308
- package/static/assets/codemirror/mode/tiki/tiki.css +0 -26
- package/static/assets/codemirror/mode/tiki/tiki.js +0 -312
- package/static/assets/codemirror/mode/toml/toml.js +0 -88
- package/static/assets/codemirror/mode/tornado/tornado.js +0 -68
- package/static/assets/codemirror/mode/troff/troff.js +0 -84
- package/static/assets/codemirror/mode/ttcn/ttcn.js +0 -283
- package/static/assets/codemirror/mode/ttcn-cfg/ttcn-cfg.js +0 -214
- package/static/assets/codemirror/mode/turtle/turtle.js +0 -162
- package/static/assets/codemirror/mode/twig/twig.js +0 -141
- package/static/assets/codemirror/mode/vb/vb.js +0 -275
- package/static/assets/codemirror/mode/vbscript/vbscript.js +0 -350
- package/static/assets/codemirror/mode/velocity/velocity.js +0 -202
- package/static/assets/codemirror/mode/verilog/verilog.js +0 -781
- package/static/assets/codemirror/mode/vhdl/vhdl.js +0 -189
- package/static/assets/codemirror/mode/vue/vue.js +0 -77
- package/static/assets/codemirror/mode/wast/wast.js +0 -132
- package/static/assets/codemirror/mode/webidl/webidl.js +0 -195
- package/static/assets/codemirror/mode/xml/xml.js +0 -417
- package/static/assets/codemirror/mode/xquery/xquery.js +0 -448
- package/static/assets/codemirror/mode/yacas/yacas.js +0 -204
- package/static/assets/codemirror/mode/yaml/yaml.js +0 -120
- package/static/assets/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -72
- package/static/assets/codemirror/mode/z80/z80.js +0 -116
- package/static/chunk-2KLC4T2Z.js +0 -1
- package/static/chunk-373XVRXW.js +0 -1
- package/static/chunk-3XVM35O2.js +0 -1
- package/static/chunk-3YVRP3VM.js +0 -2
- package/static/chunk-AF24EYXU.js +0 -1
- package/static/chunk-AKQVEHO6.js +0 -2
- package/static/chunk-AY2SZ3G6.js +0 -1
- package/static/chunk-BCVX464U.js +0 -2
- package/static/chunk-C36MW4ME.js +0 -562
- package/static/chunk-DKSEQTMX.js +0 -1
- package/static/chunk-FZ3JPGYZ.js +0 -1
- package/static/chunk-GUGNR5TF.js +0 -3
- package/static/chunk-H6NE33VX.js +0 -1
- package/static/chunk-HNQRZALS.js +0 -1
- package/static/chunk-JSWCNGXJ.js +0 -1
- package/static/chunk-KFJIQIGR.js +0 -1
- package/static/chunk-LVM4QB22.js +0 -1
- package/static/chunk-M3XVNQZQ.js +0 -1
- package/static/chunk-MFLIJH6T.js +0 -1
- package/static/chunk-MSUHTBB2.js +0 -1
- package/static/chunk-N3U6637P.js +0 -1
- package/static/chunk-NNV4OXSB.js +0 -1
- package/static/chunk-NO2LTNW3.js +0 -1
- package/static/chunk-OOGP4WSH.js +0 -2
- package/static/chunk-PCWDQPOM.js +0 -2
- package/static/chunk-PGZZP5W3.js +0 -1
- package/static/chunk-Q5KM7LTX.js +0 -1
- package/static/chunk-QHC6ZPQ4.js +0 -1
- package/static/chunk-QZU2S5CV.js +0 -1
- package/static/chunk-SBZ572Q4.js +0 -2
- package/static/chunk-SHIVUDP3.js +0 -1
- package/static/chunk-SLHTEGRU.js +0 -1
- package/static/chunk-SSFF27P2.js +0 -24
- package/static/chunk-TPYBFZS5.js +0 -1
- package/static/chunk-UEQCWMXD.js +0 -1
- package/static/chunk-UG5DMXYO.js +0 -1
- package/static/chunk-UJPPR4MX.js +0 -1
- package/static/chunk-V3AT2BKP.js +0 -1
- package/static/chunk-VKK5BSLX.js +0 -1
- package/static/chunk-WJW7CT6G.js +0 -27
- package/static/chunk-X5XGK6T7.js +0 -4
- package/static/chunk-YEKR5OPO.js +0 -1
- package/static/chunk-YW57T2PF.js +0 -1
- package/static/chunk-Z5J5F5SX.js +0 -1
- package/static/chunk-ZPF2DSQV.js +0 -1
- package/static/chunk-ZTCRGJ6Y.js +0 -7
- package/static/main-VOL6OMJ5.js +0 -9
- package/static/scripts-WRDOQIU5.js +0 -24
- package/static/styles-2C2UNCNB.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as e}from"./chunk-77SS36Z2.js";import"./chunk-KAVP6UXH.js";var f={"{":"}","(":")","[":"]"};function p(i){if(typeof i!="object")return i;let n={};for(let t in i){let r=i[t];n[t]=r instanceof Array?r.slice():r}return n}var u=class i{constructor(n){this.indentUnit=n,this.javaScriptLine=!1,this.javaScriptLineExcludesColon=!1,this.javaScriptArguments=!1,this.javaScriptArgumentsDepth=0,this.isInterpolating=!1,this.interpolationNesting=0,this.jsState=e.startState(n),this.restOfLine="",this.isIncludeFiltered=!1,this.isEach=!1,this.lastTag="",this.isAttrs=!1,this.attrsNest=[],this.inAttributeName=!0,this.attributeIsType=!1,this.attrValue="",this.indentOf=1/0,this.indentToken=""}copy(){var n=new i(this.indentUnit);return n.javaScriptLine=this.javaScriptLine,n.javaScriptLineExcludesColon=this.javaScriptLineExcludesColon,n.javaScriptArguments=this.javaScriptArguments,n.javaScriptArgumentsDepth=this.javaScriptArgumentsDepth,n.isInterpolating=this.isInterpolating,n.interpolationNesting=this.interpolationNesting,n.jsState=(e.copyState||p)(this.jsState),n.restOfLine=this.restOfLine,n.isIncludeFiltered=this.isIncludeFiltered,n.isEach=this.isEach,n.lastTag=this.lastTag,n.isAttrs=this.isAttrs,n.attrsNest=this.attrsNest.slice(),n.inAttributeName=this.inAttributeName,n.attributeIsType=this.attributeIsType,n.attrValue=this.attrValue,n.indentOf=this.indentOf,n.indentToken=this.indentToken,n}};function h(i,n){if(i.sol()&&(n.javaScriptLine=!1,n.javaScriptLineExcludesColon=!1),n.javaScriptLine){if(n.javaScriptLineExcludesColon&&i.peek()===":"){n.javaScriptLine=!1,n.javaScriptLineExcludesColon=!1;return}var t=e.token(i,n.jsState);return i.eol()&&(n.javaScriptLine=!1),t||!0}}function d(i,n){if(n.javaScriptArguments){if(n.javaScriptArgumentsDepth===0&&i.peek()!=="("){n.javaScriptArguments=!1;return}if(i.peek()==="("?n.javaScriptArgumentsDepth++:i.peek()===")"&&n.javaScriptArgumentsDepth--,n.javaScriptArgumentsDepth===0){n.javaScriptArguments=!1;return}var t=e.token(i,n.jsState);return t||!0}}function s(i){if(i.match(/^yield\b/))return"keyword"}function S(i){if(i.match(/^(?:doctype) *([^\n]+)?/))return"meta"}function o(i,n){if(i.match("#{"))return n.isInterpolating=!0,n.interpolationNesting=0,"punctuation"}function v(i,n){if(n.isInterpolating){if(i.peek()==="}"){if(n.interpolationNesting--,n.interpolationNesting<0)return i.next(),n.isInterpolating=!1,"punctuation"}else i.peek()==="{"&&n.interpolationNesting++;return e.token(i,n.jsState)||!0}}function g(i,n){if(i.match(/^case\b/))return n.javaScriptLine=!0,"keyword"}function j(i,n){if(i.match(/^when\b/))return n.javaScriptLine=!0,n.javaScriptLineExcludesColon=!0,"keyword"}function k(i){if(i.match(/^default\b/))return"keyword"}function b(i,n){if(i.match(/^extends?\b/))return n.restOfLine="string","keyword"}function A(i,n){if(i.match(/^append\b/))return n.restOfLine="variable","keyword"}function y(i,n){if(i.match(/^prepend\b/))return n.restOfLine="variable","keyword"}function L(i,n){if(i.match(/^block\b *(?:(prepend|append)\b)?/))return n.restOfLine="variable","keyword"}function w(i,n){if(i.match(/^include\b/))return n.restOfLine="string","keyword"}function N(i,n){if(i.match(/^include:([a-zA-Z0-9\-]+)/,!1)&&i.match("include"))return n.isIncludeFiltered=!0,"keyword"}function x(i,n){if(n.isIncludeFiltered){var t=l(i,n);return n.isIncludeFiltered=!1,n.restOfLine="string",t}}function T(i,n){if(i.match(/^mixin\b/))return n.javaScriptLine=!0,"keyword"}function I(i,n){if(i.match(/^\+([-\w]+)/))return i.match(/^\( *[-\w]+ *=/,!1)||(n.javaScriptArguments=!0,n.javaScriptArgumentsDepth=0),"variable";if(i.match("+#{",!1))return i.next(),n.mixinCallAfter=!0,o(i,n)}function O(i,n){if(n.mixinCallAfter)return n.mixinCallAfter=!1,i.match(/^\( *[-\w]+ *=/,!1)||(n.javaScriptArguments=!0,n.javaScriptArgumentsDepth=0),!0}function C(i,n){if(i.match(/^(if|unless|else if|else)\b/))return n.javaScriptLine=!0,"keyword"}function E(i,n){if(i.match(/^(- *)?(each|for)\b/))return n.isEach=!0,"keyword"}function D(i,n){if(n.isEach){if(i.match(/^ in\b/))return n.javaScriptLine=!0,n.isEach=!1,"keyword";if(i.sol()||i.eol())n.isEach=!1;else if(i.next()){for(;!i.match(/^ in\b/,!1)&&i.next(););return"variable"}}}function F(i,n){if(i.match(/^while\b/))return n.javaScriptLine=!0,"keyword"}function m(i,n){var t;if(t=i.match(/^(\w(?:[-:\w]*\w)?)\/?/))return n.lastTag=t[1].toLowerCase(),"tag"}function l(i,n){if(i.match(/^:([\w\-]+)/))return c(i,n),"atom"}function V(i,n){if(i.match(/^(!?=|-)/))return n.javaScriptLine=!0,"punctuation"}function U(i){if(i.match(/^#([\w-]+)/))return"builtin"}function z(i){if(i.match(/^\.([\w-]+)/))return"className"}function B(i,n){if(i.peek()=="(")return i.next(),n.isAttrs=!0,n.attrsNest=[],n.inAttributeName=!0,n.attrValue="",n.attributeIsType=!1,"punctuation"}function a(i,n){if(n.isAttrs){if(f[i.peek()]&&n.attrsNest.push(f[i.peek()]),n.attrsNest[n.attrsNest.length-1]===i.peek())n.attrsNest.pop();else if(i.eat(")"))return n.isAttrs=!1,"punctuation";if(n.inAttributeName&&i.match(/^[^=,\)!]+/))return(i.peek()==="="||i.peek()==="!")&&(n.inAttributeName=!1,n.jsState=e.startState(2),n.lastTag==="script"&&i.current().trim().toLowerCase()==="type"?n.attributeIsType=!0:n.attributeIsType=!1),"attribute";var t=e.token(i,n.jsState);if(n.attrsNest.length===0&&(t==="string"||t==="variable"||t==="keyword"))try{return Function("","var x "+n.attrValue.replace(/,\s*$/,"").replace(/^!/,"")),n.inAttributeName=!0,n.attrValue="",i.backUp(i.current().length),a(i,n)}catch{}return n.attrValue+=i.current(),t||!0}}function M(i,n){if(i.match(/^&attributes\b/))return n.javaScriptArguments=!0,n.javaScriptArgumentsDepth=0,"keyword"}function R(i){if(i.sol()&&i.eatSpace())return"indent"}function Z(i,n){if(i.match(/^ *\/\/(-)?([^\n]*)/))return n.indentOf=i.indentation(),n.indentToken="comment","comment"}function $(i){if(i.match(/^: */))return"colon"}function q(i,n){if(i.match(/^(?:\| ?| )([^\n]+)/))return"string";if(i.match(/^(<[^\n]*)/,!1))return c(i,n),i.skipToEnd(),n.indentToken}function G(i,n){if(i.eat("."))return c(i,n),"dot"}function H(i){return i.next(),null}function c(i,n){n.indentOf=i.indentation(),n.indentToken="string"}function J(i,n){if(i.sol()&&(n.restOfLine=""),n.restOfLine){i.skipToEnd();var t=n.restOfLine;return n.restOfLine="",t}}function K(i){return new u(i)}function P(i){return i.copy()}function Q(i,n){var t=J(i,n)||v(i,n)||x(i,n)||D(i,n)||a(i,n)||h(i,n)||d(i,n)||O(i,n)||s(i)||S(i)||o(i,n)||g(i,n)||j(i,n)||k(i)||b(i,n)||A(i,n)||y(i,n)||L(i,n)||w(i,n)||N(i,n)||T(i,n)||I(i,n)||C(i,n)||E(i,n)||F(i,n)||m(i,n)||l(i,n)||V(i,n)||U(i)||z(i)||B(i,n)||M(i,n)||R(i)||q(i,n)||Z(i,n)||$(i)||G(i,n)||H(i);return t===!0?null:t}var X={startState:K,copyState:P,token:Q};export{X as pug};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{d as c}from"./chunk-H6WOTGQ5.js";import{ca as a,da as O,ia as n,la as s,sa as P,va as o,ya as Q,za as i}from"./chunk-EDJAISWO.js";import"./chunk-KAVP6UXH.js";var p=a({String:O.string,Number:O.number,"True False":O.bool,PropertyName:O.propertyName,Null:O.null,", :":O.separator,"[ ]":O.squareBracket,"{ }":O.brace}),g=c.deserialize({version:14,states:"$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#ClOOQO'#Cr'#CrQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CtOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59W,59WO!iQPO,59WOVQPO,59QOqQPO'#CmO!nQPO,59`OOQO1G.k1G.kOVQPO'#CnO!vQPO,59aOOQO1G.r1G.rOOQO1G.l1G.lOOQO,59X,59XOOQO-E6k-E6kOOQO,59Y,59YOOQO-E6l-E6l",stateData:"#O~OeOS~OQSORSOSSOTSOWQO_ROgPO~OVXOgUO~O^[O~PVO[^O~O]_OVhX~OVaO~O]bO^iX~O^dO~O]_OVha~O]bO^ia~O",goto:"!kjPPPPPPkPPkqwPPPPk{!RPPP!XP!e!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",nodeNames:"\u26A0 JsonText True False Null Number String } { Object Property PropertyName : , ] [ Array",maxTerm:25,nodeProps:[["isolate",-2,6,11,""],["openedBy",7,"{",14,"["],["closedBy",8,"}",15,"]"]],propSources:[p],skippedNodes:[0],repeatNodeCount:2,tokenData:"(|~RaXY!WYZ!W]^!Wpq!Wrs!]|}$u}!O$z!Q!R%T!R![&c![!]&t!}#O&y#P#Q'O#Y#Z'T#b#c'r#h#i(Z#o#p(r#q#r(w~!]Oe~~!`Wpq!]qr!]rs!xs#O!]#O#P!}#P;'S!];'S;=`$o<%lO!]~!}Og~~#QXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#m~#pR!Q![#y!c!i#y#T#Z#y~#|R!Q![$V!c!i$V#T#Z$V~$YR!Q![$c!c!i$c#T#Z$c~$fR!Q![!]!c!i!]#T#Z!]~$rP;=`<%l!]~$zO]~~$}Q!Q!R%T!R![&c~%YRT~!O!P%c!g!h%w#X#Y%w~%fP!Q![%i~%nRT~!Q![%i!g!h%w#X#Y%w~%zR{|&T}!O&T!Q![&Z~&WP!Q![&Z~&`PT~!Q![&Z~&hST~!O!P%c!Q![&c!g!h%w#X#Y%w~&yO[~~'OO_~~'TO^~~'WP#T#U'Z~'^P#`#a'a~'dP#g#h'g~'jP#X#Y'm~'rOR~~'uP#i#j'x~'{P#`#a(O~(RP#`#a(U~(ZOS~~(^P#f#g(a~(dP#i#j(g~(jP#X#Y(m~(rOQ~~(wOW~~(|OV~",tokenizers:[0],topRules:{JsonText:[0,1]},tokenPrec:0});var h=()=>t=>{try{JSON.parse(t.state.doc.toString())}catch(e){if(!(e instanceof SyntaxError))throw e;let r=m(e,t.state.doc);return[{from:r,message:e.message,severity:"error",to:r}]}return[]};function m(t,e){let r;return(r=t.message.match(/at position (\d+)/))?Math.min(+r[1],e.length):(r=t.message.match(/at line (\d+) column (\d+)/))?Math.min(e.line(+r[1]).from+ +r[2]-1,e.length):0}var l=n.define({name:"json",parser:g.configure({props:[P.add({Object:o({except:/^\s*\}/}),Array:o({except:/^\s*\]/})}),Q.add({"Object Array":i})]}),languageData:{closeBrackets:{brackets:["[","{",'"']},indentOnInput:/^\s*[\}\]]$/}});function S(){return new s(l)}export{S as json,l as jsonLanguage,h as jsonParseLinter};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Pa as U}from"./chunk-5HNQLBSW.js";import{$e as o,$f as E,cg as p,db as n}from"./chunk-IOIBQGHN.js";var t={BASE:"admin",USERS:"users",GUESTS:"guests",GROUPS:"groups",PGROUPS:"personal_groups"},i={ADMIN:"Administration",USERS:"Users",GROUPS:"Groups",GUESTS:"Guests",PGROUPS:"Personal groups"},s={BASE:o,USERS:p,GROUPS:E},c={title:i.ADMIN,link:`${t.BASE}/${t.USERS}`,icon:s.BASE,matchLink:new RegExp(`^${t.BASE}`),level:12,checks:[{prop:"user",value:"isAdmin"}],submenus:[{title:i.USERS,icon:s.USERS,link:`${t.BASE}/${t.USERS}`,matchLink:RegExp(`^${t.BASE}/${t.USERS}$|^${t.BASE}/${t.GUESTS}$`)},{title:i.GROUPS,icon:s.GROUPS,link:`${t.BASE}/${t.GROUPS}`,matchLink:RegExp(`^${t.BASE}/${t.GROUPS}|^${t.BASE}/${t.PGROUPS}`)}]};var $=(()=>{let S=class S{transform(r){return r&&U(r)}};S.\u0275fac=function(a){return new(a||S)},S.\u0275pipe=n({name:"capitalize",type:S,pure:!0});let e=S;return e})();export{t as a,i as b,s as c,c as d,$ as e};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function c(n){for(var e={},t=0;t<n.length;t++)e[n[t]]=!0;return e}var l=c(["_","var","let","actor","class","enum","extension","import","protocol","struct","func","typealias","associatedtype","open","public","internal","fileprivate","private","deinit","init","new","override","self","subscript","super","convenience","dynamic","final","indirect","lazy","required","static","unowned","unowned(safe)","unowned(unsafe)","weak","as","is","break","case","continue","default","else","fallthrough","for","guard","if","in","repeat","switch","where","while","defer","return","inout","mutating","nonmutating","isolated","nonisolated","catch","do","rethrows","throw","throws","async","await","try","didSet","get","set","willSet","assignment","associativity","infix","left","none","operator","postfix","precedence","precedencegroup","prefix","right","Any","AnyObject","Type","dynamicType","Self","Protocol","__COLUMN__","__FILE__","__FUNCTION__","__LINE__"]),p=c(["var","let","actor","class","enum","extension","import","protocol","struct","func","typealias","associatedtype","for"]),d=c(["true","false","nil","self","super","_"]),v=c(["Array","Bool","Character","Dictionary","Double","Float","Int","Int8","Int16","Int32","Int64","Never","Optional","Set","String","UInt8","UInt16","UInt32","UInt64","Void"]),h="+-/*%=|&<>~^?!",_=":;,.(){}[]",s=/^\-?0b[01][01_]*/,k=/^\-?0o[0-7][0-7_]*/,x=/^\-?0x[\dA-Fa-f][\dA-Fa-f_]*(?:(?:\.[\dA-Fa-f][\dA-Fa-f_]*)?[Pp]\-?\d[\d_]*)?/,y=/^\-?\d[\d_]*(?:\.\d[\d_]*)?(?:[Ee]\-?\d[\d_]*)?/,g=/^\$\d+|(`?)[_A-Za-z][_A-Za-z$0-9]*\1/,w=/^\.(?:\$\d+|(`?)[_A-Za-z][_A-Za-z$0-9]*\1)/,z=/^\#[A-Za-z]+/,b=/^@(?:\$\d+|(`?)[_A-Za-z][_A-Za-z$0-9]*\1)/;function f(n,e,t){if(n.sol()&&(e.indented=n.indentation()),n.eatSpace())return null;var i=n.peek();if(i=="/"){if(n.match("//"))return n.skipToEnd(),"comment";if(n.match("/*"))return e.tokenize.push(a),a(n,e)}if(n.match(z))return"builtin";if(n.match(b))return"attribute";if(n.match(s)||n.match(k)||n.match(x)||n.match(y))return"number";if(n.match(w))return"property";if(h.indexOf(i)>-1)return n.next(),"operator";if(_.indexOf(i)>-1)return n.next(),n.match(".."),"punctuation";var r;if(r=n.match(/("""|"|')/)){var o=I.bind(null,r[0]);return e.tokenize.push(o),o(n,e)}if(n.match(g)){var u=n.current();return v.hasOwnProperty(u)?"type":d.hasOwnProperty(u)?"atom":l.hasOwnProperty(u)?(p.hasOwnProperty(u)&&(e.prev="define"),"keyword"):t=="define"?"def":"variable"}return n.next(),null}function A(){var n=0;return function(e,t,i){var r=f(e,t,i);if(r=="punctuation"){if(e.current()=="(")++n;else if(e.current()==")"){if(n==0)return e.backUp(1),t.tokenize.pop(),t.tokenize[t.tokenize.length-1](e,t);--n}}return r}}function I(n,e,t){for(var i=n.length==1,r,o=!1;r=e.peek();)if(o){if(e.next(),r=="(")return t.tokenize.push(A()),"string";o=!1}else{if(e.match(n))return t.tokenize.pop(),"string";e.next(),o=r=="\\"}return i&&t.tokenize.pop(),"string"}function a(n,e){for(var t;t=n.next();)if(t==="/"&&n.eat("*"))e.tokenize.push(a);else if(t==="*"&&n.eat("/")){e.tokenize.pop();break}return"comment"}function O(n,e,t){this.prev=n,this.align=e,this.indented=t}function m(n,e){var t=e.match(/^\s*($|\/[\/\*]|[)}\]])/,!1)?null:e.column()+1;n.context=new O(n.context,t,n.indented)}function S(n){n.context&&(n.indented=n.context.indented,n.context=n.context.prev)}var C={name:"swift",startState:function(){return{prev:null,context:null,indented:0,tokenize:[]}},token:function(n,e){var t=e.prev;e.prev=null;var i=e.tokenize[e.tokenize.length-1]||f,r=i(n,e,t);if(!r||r=="comment"?e.prev=t:e.prev||(e.prev=r),r=="punctuation"){var o=/[\(\[\{]|([\]\)\}])/.exec(n.current());o&&(o[1]?S:m)(e,n)}return r},indent:function(n,e,t){var i=n.context;if(!i)return 0;var r=/^[\]\}\)]/.test(e);return i.align!=null?i.align-(r?1:0):i.indented+(r?0:t.unit)},languageData:{indentOnInput:/^\s*[\)\}\]]$/,commentTokens:{line:"//",block:{open:"/*",close:"*/"}},closeBrackets:{brackets:["(","[","{","'",'"',"`"]}}};export{C as swift};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var _={PRE_SUBJECT:0,WRITING_SUB_URI:1,WRITING_BNODE_URI:2,PRE_PRED:3,WRITING_PRED_URI:4,PRE_OBJ:5,WRITING_OBJ_URI:6,WRITING_OBJ_BNODE:7,WRITING_OBJ_LITERAL:8,WRITING_LIT_LANG:9,WRITING_LIT_TYPE:10,POST_OBJ:11,ERROR:12};function T(e,I){var R=e.location,i;R==_.PRE_SUBJECT&&I=="<"?i=_.WRITING_SUB_URI:R==_.PRE_SUBJECT&&I=="_"?i=_.WRITING_BNODE_URI:R==_.PRE_PRED&&I=="<"?i=_.WRITING_PRED_URI:R==_.PRE_OBJ&&I=="<"?i=_.WRITING_OBJ_URI:R==_.PRE_OBJ&&I=="_"?i=_.WRITING_OBJ_BNODE:R==_.PRE_OBJ&&I=='"'?i=_.WRITING_OBJ_LITERAL:R==_.WRITING_SUB_URI&&I==">"||R==_.WRITING_BNODE_URI&&I==" "?i=_.PRE_PRED:R==_.WRITING_PRED_URI&&I==">"?i=_.PRE_OBJ:R==_.WRITING_OBJ_URI&&I==">"||R==_.WRITING_OBJ_BNODE&&I==" "||R==_.WRITING_OBJ_LITERAL&&I=='"'||R==_.WRITING_LIT_LANG&&I==" "||R==_.WRITING_LIT_TYPE&&I==">"?i=_.POST_OBJ:R==_.WRITING_OBJ_LITERAL&&I=="@"?i=_.WRITING_LIT_LANG:R==_.WRITING_OBJ_LITERAL&&I=="^"?i=_.WRITING_LIT_TYPE:I==" "&&(R==_.PRE_SUBJECT||R==_.PRE_PRED||R==_.PRE_OBJ||R==_.POST_OBJ)?i=R:R==_.POST_OBJ&&I=="."?i=_.PRE_SUBJECT:i=_.ERROR,e.location=i}var u={name:"ntriples",startState:function(){return{location:_.PRE_SUBJECT,uris:[],anchors:[],bnodes:[],langs:[],types:[]}},token:function(e,I){var R=e.next();if(R=="<"){T(I,R);var i="";return e.eatWhile(function(n){return n!="#"&&n!=">"?(i+=n,!0):!1}),I.uris.push(i),e.match("#",!1)||(e.next(),T(I,">")),"variable"}if(R=="#"){var r="";return e.eatWhile(function(n){return n!=">"&&n!=" "?(r+=n,!0):!1}),I.anchors.push(r),"url"}if(R==">")return T(I,">"),"variable";if(R=="_"){T(I,R);var f="";return e.eatWhile(function(n){return n!=" "?(f+=n,!0):!1}),I.bnodes.push(f),e.next(),T(I," "),"builtin"}if(R=='"')return T(I,R),e.eatWhile(function(n){return n!='"'}),e.next(),e.peek()!="@"&&e.peek()!="^"&&T(I,'"'),"string";if(R=="@"){T(I,"@");var E="";return e.eatWhile(function(n){return n!=" "?(E+=n,!0):!1}),I.langs.push(E),e.next(),T(I," "),"string.special"}if(R=="^"){e.next(),T(I,"^");var l="";return e.eatWhile(function(n){return n!=">"?(l+=n,!0):!1}),I.types.push(l),e.next(),T(I,">"),"variable"}R==" "&&T(I,R),R=="."&&T(I,R)}};export{u as ntriples};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var M="builtin",e="comment",C="string",D="atom",G="number",n="keyword",i="header",B="def",t="link";function L(E){for(var T={},I=E.split(" "),R=0;R<I.length;++R)T[I[R]]=!0;return T}var S=L("TRUE FALSE ZEROES ZEROS ZERO SPACES SPACE LOW-VALUE LOW-VALUES "),U=L("ACCEPT ACCESS ACQUIRE ADD ADDRESS ADVANCING AFTER ALIAS ALL ALPHABET ALPHABETIC ALPHABETIC-LOWER ALPHABETIC-UPPER ALPHANUMERIC ALPHANUMERIC-EDITED ALSO ALTER ALTERNATE AND ANY ARE AREA AREAS ARITHMETIC ASCENDING ASSIGN AT ATTRIBUTE AUTHOR AUTO AUTO-SKIP AUTOMATIC B-AND B-EXOR B-LESS B-NOT B-OR BACKGROUND-COLOR BACKGROUND-COLOUR BEEP BEFORE BELL BINARY BIT BITS BLANK BLINK BLOCK BOOLEAN BOTTOM BY CALL CANCEL CD CF CH CHARACTER CHARACTERS CLASS CLOCK-UNITS CLOSE COBOL CODE CODE-SET COL COLLATING COLUMN COMMA COMMIT COMMITMENT COMMON COMMUNICATION COMP COMP-0 COMP-1 COMP-2 COMP-3 COMP-4 COMP-5 COMP-6 COMP-7 COMP-8 COMP-9 COMPUTATIONAL COMPUTATIONAL-0 COMPUTATIONAL-1 COMPUTATIONAL-2 COMPUTATIONAL-3 COMPUTATIONAL-4 COMPUTATIONAL-5 COMPUTATIONAL-6 COMPUTATIONAL-7 COMPUTATIONAL-8 COMPUTATIONAL-9 COMPUTE CONFIGURATION CONNECT CONSOLE CONTAINED CONTAINS CONTENT CONTINUE CONTROL CONTROL-AREA CONTROLS CONVERTING COPY CORR CORRESPONDING COUNT CRT CRT-UNDER CURRENCY CURRENT CURSOR DATA DATE DATE-COMPILED DATE-WRITTEN DAY DAY-OF-WEEK DB DB-ACCESS-CONTROL-KEY DB-DATA-NAME DB-EXCEPTION DB-FORMAT-NAME DB-RECORD-NAME DB-SET-NAME DB-STATUS DBCS DBCS-EDITED DE DEBUG-CONTENTS DEBUG-ITEM DEBUG-LINE DEBUG-NAME DEBUG-SUB-1 DEBUG-SUB-2 DEBUG-SUB-3 DEBUGGING DECIMAL-POINT DECLARATIVES DEFAULT DELETE DELIMITED DELIMITER DEPENDING DESCENDING DESCRIBED DESTINATION DETAIL DISABLE DISCONNECT DISPLAY DISPLAY-1 DISPLAY-2 DISPLAY-3 DISPLAY-4 DISPLAY-5 DISPLAY-6 DISPLAY-7 DISPLAY-8 DISPLAY-9 DIVIDE DIVISION DOWN DROP DUPLICATE DUPLICATES DYNAMIC EBCDIC EGI EJECT ELSE EMI EMPTY EMPTY-CHECK ENABLE END END. END-ACCEPT END-ACCEPT. END-ADD END-CALL END-COMPUTE END-DELETE END-DISPLAY END-DIVIDE END-EVALUATE END-IF END-INVOKE END-MULTIPLY END-OF-PAGE END-PERFORM END-READ END-RECEIVE END-RETURN END-REWRITE END-SEARCH END-START END-STRING END-SUBTRACT END-UNSTRING END-WRITE END-XML ENTER ENTRY ENVIRONMENT EOP EQUAL EQUALS ERASE ERROR ESI EVALUATE EVERY EXCEEDS EXCEPTION EXCLUSIVE EXIT EXTEND EXTERNAL EXTERNALLY-DESCRIBED-KEY FD FETCH FILE FILE-CONTROL FILE-STREAM FILES FILLER FINAL FIND FINISH FIRST FOOTING FOR FOREGROUND-COLOR FOREGROUND-COLOUR FORMAT FREE FROM FULL FUNCTION GENERATE GET GIVING GLOBAL GO GOBACK GREATER GROUP HEADING HIGH-VALUE HIGH-VALUES HIGHLIGHT I-O I-O-CONTROL ID IDENTIFICATION IF IN INDEX INDEX-1 INDEX-2 INDEX-3 INDEX-4 INDEX-5 INDEX-6 INDEX-7 INDEX-8 INDEX-9 INDEXED INDIC INDICATE INDICATOR INDICATORS INITIAL INITIALIZE INITIATE INPUT INPUT-OUTPUT INSPECT INSTALLATION INTO INVALID INVOKE IS JUST JUSTIFIED KANJI KEEP KEY LABEL LAST LD LEADING LEFT LEFT-JUSTIFY LENGTH LENGTH-CHECK LESS LIBRARY LIKE LIMIT LIMITS LINAGE LINAGE-COUNTER LINE LINE-COUNTER LINES LINKAGE LOCAL-STORAGE LOCALE LOCALLY LOCK MEMBER MEMORY MERGE MESSAGE METACLASS MODE MODIFIED MODIFY MODULES MOVE MULTIPLE MULTIPLY NATIONAL NATIVE NEGATIVE NEXT NO NO-ECHO NONE NOT NULL NULL-KEY-MAP NULL-MAP NULLS NUMBER NUMERIC NUMERIC-EDITED OBJECT OBJECT-COMPUTER OCCURS OF OFF OMITTED ON ONLY OPEN OPTIONAL OR ORDER ORGANIZATION OTHER OUTPUT OVERFLOW OWNER PACKED-DECIMAL PADDING PAGE PAGE-COUNTER PARSE PERFORM PF PH PIC PICTURE PLUS POINTER POSITION POSITIVE PREFIX PRESENT PRINTING PRIOR PROCEDURE PROCEDURE-POINTER PROCEDURES PROCEED PROCESS PROCESSING PROGRAM PROGRAM-ID PROMPT PROTECTED PURGE QUEUE QUOTE QUOTES RANDOM RD READ READY REALM RECEIVE RECONNECT RECORD RECORD-NAME RECORDS RECURSIVE REDEFINES REEL REFERENCE REFERENCE-MONITOR REFERENCES RELATION RELATIVE RELEASE REMAINDER REMOVAL RENAMES REPEATED REPLACE REPLACING REPORT REPORTING REPORTS REPOSITORY REQUIRED RERUN RESERVE RESET RETAINING RETRIEVAL RETURN RETURN-CODE RETURNING REVERSE-VIDEO REVERSED REWIND REWRITE RF RH RIGHT RIGHT-JUSTIFY ROLLBACK ROLLING ROUNDED RUN SAME SCREEN SD SEARCH SECTION SECURE SECURITY SEGMENT SEGMENT-LIMIT SELECT SEND SENTENCE SEPARATE SEQUENCE SEQUENTIAL SET SHARED SIGN SIZE SKIP1 SKIP2 SKIP3 SORT SORT-MERGE SORT-RETURN SOURCE SOURCE-COMPUTER SPACE-FILL SPECIAL-NAMES STANDARD STANDARD-1 STANDARD-2 START STARTING STATUS STOP STORE STRING SUB-QUEUE-1 SUB-QUEUE-2 SUB-QUEUE-3 SUB-SCHEMA SUBFILE SUBSTITUTE SUBTRACT SUM SUPPRESS SYMBOLIC SYNC SYNCHRONIZED SYSIN SYSOUT TABLE TALLYING TAPE TENANT TERMINAL TERMINATE TEST TEXT THAN THEN THROUGH THRU TIME TIMES TITLE TO TOP TRAILING TRAILING-SIGN TRANSACTION TYPE TYPEDEF UNDERLINE UNEQUAL UNIT UNSTRING UNTIL UP UPDATE UPON USAGE USAGE-MODE USE USING VALID VALIDATE VALUE VALUES VARYING VLR WAIT WHEN WHEN-COMPILED WITH WITHIN WORDS WORKING-STORAGE WRITE XML XML-CODE XML-EVENT XML-NTEXT XML-TEXT ZERO ZERO-FILL "),P=L("- * ** / + < <= = > >= "),N={digit:/\d/,digit_or_colon:/[\d:]/,hex:/[0-9a-f]/i,sign:/[+-]/,exponent:/e/i,keyword_char:/[^\s\(\[\;\)\]]/,symbol:/[\w*+\-]/};function F(E,T){return E==="0"&&T.eat(/x/i)?(T.eatWhile(N.hex),!0):((E=="+"||E=="-")&&N.digit.test(T.peek())&&(T.eat(N.sign),E=T.next()),N.digit.test(E)?(T.eat(E),T.eatWhile(N.digit),T.peek()=="."&&(T.eat("."),T.eatWhile(N.digit)),T.eat(N.exponent)&&(T.eat(N.sign),T.eatWhile(N.digit)),!0):!1)}var Y={name:"cobol",startState:function(){return{indentStack:null,indentation:0,mode:!1}},token:function(E,T){if(T.indentStack==null&&E.sol()&&(T.indentation=6),E.eatSpace())return null;var I=null;switch(T.mode){case"string":for(var R=!1;(R=E.next())!=null;)if((R=='"'||R=="'")&&!E.match(/['"]/,!1)){T.mode=!1;break}I=C;break;default:var O=E.next(),A=E.column();if(A>=0&&A<=5)I=B;else if(A>=72&&A<=79)E.skipToEnd(),I=i;else if(O=="*"&&A==6)E.skipToEnd(),I=e;else if(O=='"'||O=="'")T.mode="string",I=C;else if(O=="'"&&!N.digit_or_colon.test(E.peek()))I=D;else if(O==".")I=t;else if(F(O,E))I=G;else{if(E.current().match(N.symbol))for(;A<71&&E.eat(N.symbol)!==void 0;)A++;U&&U.propertyIsEnumerable(E.current().toUpperCase())?I=n:P&&P.propertyIsEnumerable(E.current().toUpperCase())?I=M:S&&S.propertyIsEnumerable(E.current().toUpperCase())?I=D:I=null}}return I},indent:function(E){return E.indentStack==null?E.indentation:E.indentStack.indent}};export{Y as cobol};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as M,b as R}from"./chunk-LJSVNPPQ.js";import"./chunk-YMAN4LIU.js";import{f as I,h as W}from"./chunk-2XPHUNYN.js";import"./chunk-MYM43ENO.js";import{Cb as O,pb as N,qb as y,rb as d,s as b,xb as u,zb as A}from"./chunk-5HNQLBSW.js";import{d as w}from"./chunk-Y5RLD72B.js";import{Eb as x,Gb as m,Ia as C,Kd as z,Oa as o,Sb as T,Tb as a,Ub as p,ab as E,cc as g,ja as v,lb as S,mb as h,og as D,rb as s,sb as i,tb as n,ub as l}from"./chunk-IOIBQGHN.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import{i as P}from"./chunk-KAVP6UXH.js";function L(e,r){if(e&1&&l(0,"fa-icon",24),e&2){let t=m();T(g("circle-",t.syncService.wizard.remotePath.iconClass,"-icon")),s("icon",t.syncService.wizard.remotePath.icon)}}function Y(e,r){if(e&1&&l(0,"img",7),e&2){let t=m();s("src",t.syncService.wizard.remotePath.mimeUrl,C)}}function k(e,r){if(e&1&&(i(0,"div",18),a(1),n()),e&2){let t=m();o(),p(t.error)}}function B(e,r){e&1&&(i(0,"span",26),a(1,"and from"),n())}function F(e,r){e&1&&(i(0,"span",28),a(1,"to"),n())}function Z(e,r){e&1&&(i(0,"span",26),a(1,"(Two-Way)"),n())}function U(e,r){e&1&&(i(0,"span",26),a(1,"(One-Way)"),n())}function V(e,r){e&1&&(i(0,"span",28),a(1,"the most recent files will be kept"),n())}function $(e,r){if(e&1&&(i(0,"span",26),a(1,"the files in"),n(),i(2,"span",29),a(3),n(),i(4,"span",26),a(5,"will be preferred"),n()),e&2){let t=m(3);o(3),p(t.syncPath.settings.conflictMode===t.SYNC_PATH_CONFLICT_MODE.LOCAL?t.syncService.wizard.localPath.name:t.syncService.wizard.remotePath.name)}}function j(e,r){if(e&1&&(i(0,"div")(1,"span",26),a(2,"In case of conflict,"),n(),i(3,"span"),a(4,"\xA0"),n(),S(5,V,2,0,"span",28)(6,$,6,1),n()),e&2){let t=m(2);o(5),h(t.syncPath.settings.conflictMode===t.SYNC_PATH_CONFLICT_MODE.RECENT?5:6)}}function G(e,r){if(e&1&&(i(0,"div")(1,"span",26),a(2,"All files created or modified in"),n(),i(3,"span",30),a(4),n(),i(5,"span",26),a(6,"will be ignored and deleted"),n()()),e&2){let t=m(2);o(4),p(t.syncPath.settings.mode===t.SYNC_PATH_MODE.DOWNLOAD?t.syncService.wizard.localPath.name:t.syncService.wizard.remotePath.name)}}function q(e,r){if(e&1&&(i(0,"div",25)(1,"span",26),a(2,"The data will be synchronized from"),n(),i(3,"span",27),a(4),n(),S(5,B,2,0,"span",26)(6,F,2,0,"span",28),i(7,"span",27),a(8),n(),S(9,Z,2,0,"span",26)(10,U,2,0,"span",26),n(),l(11,"br"),i(12,"div",25),S(13,j,7,1,"div")(14,G,7,1,"div"),n()),e&2){let t=m();o(4),p(t.syncPath.settings.mode===t.SYNC_PATH_MODE.DOWNLOAD?"the server folder":"the client folder"),o(),h(t.syncPath.settings.mode===t.SYNC_PATH_MODE.BOTH?5:6),o(3),p(t.syncPath.settings.mode===t.SYNC_PATH_MODE.DOWNLOAD?"the client folder":"the server folder"),o(),h(t.syncPath.settings.mode===t.SYNC_PATH_MODE.BOTH?9:10),o(4),h(t.syncPath.settings.mode===t.SYNC_PATH_MODE.BOTH?13:14)}}var de=(()=>{let r=class r{constructor(){this.syncService=v(W),this.SYNC_PATH_CONFLICT_MODE=A,this.SYNC_PATH_MODE=u,this.icons={CLIENT:y.CLIENT,SERVER:y.SERVER},this.translatedRemotePath=this.syncService.translateServerPath(this.syncService.wizard.remotePath.serverPath),this.error=null,this.router=v(w),this.layout=v(O),this.syncPath=new I({settings:{name:this.syncService.wizard.localPath.name,localPath:this.syncService.wizard.localPath.path,remotePath:this.syncService.wizard.remotePath.serverPath,enabled:this.syncService.wizard.settings.enabled,mode:this.syncService.wizard.remotePath.isWriteable?this.syncService.wizard.settings.mode:u.DOWNLOAD,conflictMode:this.syncService.wizard.settings.conflictMode,diffMode:this.syncService.wizard.settings.diffMode,scheduler:this.syncService.wizard.settings.scheduler,permissions:this.syncService.wizard.remotePath.permissions}}),this.layout.setBreadcrumbIcon(y.WIZARD),this.layout.setBreadcrumbNav({url:`/${d.BASE}/${d.WIZARD}/${d.WIZARD_SETTINGS}/${N.WIZARD_SETTINGS}`,splicing:3,translating:!0,sameLink:!0})}onPrevious(){this.router.navigate([d.BASE,d.WIZARD,d.WIZARD_SERVER]).catch(console.error)}onSubmit(){return P(this,null,function*(){let _=yield this.syncService.addPath(this.syncPath.settings);typeof _=="string"?this.error=_:(yield this.syncService.refreshPaths(),this.router.navigate([d.BASE,d.PATHS],{state:{id:_.id,withSettings:!1}}).catch(console.error),this.syncService.resetWizard())})}};r.\u0275fac=function(f){return new(f||r)},r.\u0275cmp=E({type:r,selectors:[["app-sync-wizard-settings"]],decls:38,vars:12,consts:[[1,"wizard","fs-sm"],[1,"d-flex","flex-row","justify-content-center","mb-3"],[1,"d-flex","flex-column","align-items-end"],[1,"fw-bold","mb-1","me-1"],[3,"icon"],["l10nTranslate","",1,"ms-2"],["placement","left",1,"cursor-pointer",3,"tooltip"],["alt","","height","35",3,"src"],[1,"position-absolute","text-truncate","pe-2",2,"top","110px"],[1,"d-flex","align-items-end","mb-2","mx-5"],[3,"syncPath"],[1,"d-flex","flex-column","align-items-start"],[1,"fw-bold","mb-1","ms-1"],["placement","right",1,"cursor-pointer",3,"tooltip"],[2,"width","32px","height","32px","font-size","16px",3,"icon","class"],[1,"position-absolute","text-truncate","ps-2",2,"top","110px"],[1,"mt-auto"],[1,"mb-auto"],["l10nTranslate","",1,"text-center","text-warning"],[1,"d-flex","align-items-start"],["translate","","type","button",1,"btn","btn-sm","btn-secondary","me-auto",3,"click"],[1,"fas","fa-arrow-circle-left","fa-fw"],["translate","","type","button",1,"btn","btn-sm","btn-secondary","ms-auto",3,"click","disabled"],[1,"fas","fa-check-circle","fa-fw"],[2,"width","32px","height","32px","font-size","16px",3,"icon"],[1,"text-center"],["l10nTranslate",""],["l10nTranslate","",1,"mx-1"],["l10nTranslate","",1,"fw-bold"],[1,"fw-bold","mx-1"],["l10nTranslate","",1,"fw-bold","mx-1"]],template:function(f,c){f&1&&(i(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",2)(4,"div",3),l(5,"fa-icon",4),i(6,"span",5),a(7,"Client"),n()(),i(8,"div",6),l(9,"img",7),n(),i(10,"div",8),a(11),n()()(),i(12,"div",9),l(13,"app-sync-path-direction-icon",10),n(),i(14,"div",11)(15,"div",11)(16,"div",12),l(17,"fa-icon",4),i(18,"span",5),a(19,"Server"),n()(),i(20,"div",13),S(21,L,1,4,"fa-icon",14)(22,Y,1,1,"img",7),n(),i(23,"div",15),a(24),n()()()(),l(25,"hr",16)(26,"app-sync-path-settings",10)(27,"hr",17),S(28,k,2,1,"div",18)(29,q,15,5),i(30,"div",16)(31,"div",19)(32,"button",20),x("click",function(){return c.onPrevious()}),l(33,"i",21),a(34," Previous "),n(),i(35,"button",22),x("click",function(){return c.onSubmit()}),l(36,"i",23),a(37," Done "),n()()()()),f&2&&(o(5),s("icon",c.icons.CLIENT),o(3),s("tooltip",c.syncService.wizard.localPath.path),o(),s("src",c.syncService.wizard.localPath.mimeUrl,C),o(2),p(c.syncService.wizard.localPath.name),o(2),s("syncPath",c.syncPath),o(4),s("icon",c.icons.SERVER),o(3),s("tooltip",c.translatedRemotePath),o(),h(c.syncService.wizard.remotePath.icon?21:22),o(3),p(c.syncService.wizard.remotePath.name),o(2),s("syncPath",c.syncPath),o(2),h(c.error?28:29),o(7),s("disabled",!c.syncPath.settings.name))},dependencies:[z,D,b,M,R],encapsulation:2});let e=r;return e})();export{de as SyncWizardSettingsComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{c as b,d as x,e as d,f as u,g as Y,h as s}from"./chunk-MYM43ENO.js";import{$a as q,Bb as U,Cb as j,Ia as k,Mb as V,Na as m,Nb as L,Ob as f,Pa as T,X as y,Z as p,nb as i,vb as O,wb as W,xb as B,ya as v,yb as I,za as R,zb as H}from"./chunk-5HNQLBSW.js";import{d as G}from"./chunk-Y5RLD72B.js";import{Yc as F,ea as E,ja as M,v as D}from"./chunk-IOIBQGHN.js";import{a as P,b as A,i as w}from"./chunk-KAVP6UXH.js";function N(a){return a?a.includes(v.MODIFY)&&a.includes(v.DELETE)&&a.includes(v.ADD):!1}function J(a,l=!1){let z=a.split("/");return z[0]===f.FILES&&z.length>3||z[0]===f.SHARES&&z.length>(l?2:1)||z.length>2}function S(a){let l=a.split("/").filter(Boolean);return l.length?(l[0]===f.FILES&&(l[1]===f.PERSONAL?(l=l.slice(2),l.unshift(f.PERSONAL)):l[0]=f.SPACES),l.join("/")):""}var t=class{constructor(l,z=!1){this.mainError=null,this.lastErrors=[],this.newly=0,this.inSync=!1,this.nbSyncTasks=0,z?(this.id=m("id",l),this.firstSync=m("firstSync",l),this.mainError=m("mainError",l),this.lastErrors=m("lastErrors",l),this.settings=l):Object.assign(this,l),this.setProperties(),this.setStatus(!1)}setStatus(l){l?(this.mimeUrl=s(d),this.inSync=!0):(this.nbSyncTasks=0,this.inSync=!1,this.newly=q(this.settings.lastSync||0,!0),this.settings.enabled?this.mainError?this.mimeUrl=s(Y):this.mimeUrl=s(this.mime):this.mimeUrl=s(u))}export(l=!1){return A(P({},l?{id:this.id}:{}),{name:this.settings.name,mode:this.settings.mode,enabled:this.settings.enabled,diffMode:this.settings.diffMode,conflictMode:this.settings.conflictMode,filters:this.settings.filters,scheduler:this.settings.scheduler})}setProperties(){this.isWriteable=N(this.settings?.permissions),this.newly=q(this.settings.lastSync||0,!0);let l=this.settings.remotePath.split("/")[0];switch(this.showedPath=this.settings.remotePath.split("/").slice(1).join("/"),this.iconClass=l===R.SHARES?"purple":"primary",l){case f.PERSONAL:this.icon=L.PERSONAL,this.mime=b;break;case f.SPACES:this.icon=L.SPACES,this.mime=b;break;case f.SHARES:this.icon=L.SHARES,this.mime=x;break}}};var C=class{constructor(l){this.isDir=!0,this.mime="directory",this.isAlreadySynced=!1,this.isWriteable=N(l.permissions),Object.assign(this,l),this.icon||(this.mimeUrl=s(this.enabled?this.inShare?x:b:u)),this.isSynchronizable=J(this.path),this.serverPath=S(this.path)}setAlreadySynced(){this.isAlreadySynced=!0,this.mimeUrl=s(d)}};var o=(function(a){return a.LIST="list",a.SYNC="sync",a.ADD="add",a.FLUSH="flush",a.SET="set",a.REMOVE="remove",a})(o||{}),Z=(function(a){return a.FILE="file",a.FOLDER="folder",a.EXPERT="expert",a.START="start",a.END="end",a.IN="in",a})(Z||{});var K={prefix:"fab",iconName:"windows",icon:[448,512,[],"f17a","M0 93.7l183.6-25.3 0 177.4-183.6 0 0-152.1zM0 418.3l183.6 25.3 0-175.2-183.6 0 0 149.9zm203.8 28l244.2 33.7 0-211.6-244.2 0 0 177.9zm0-380.6l0 180.1 244.2 0 0-213.8-244.2 33.7z"]};var X={prefix:"fab",iconName:"apple",icon:[384,512,[],"f179","M319.1 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7-55.8 .9-115.1 44.5-115.1 133.2 0 26.2 4.8 53.3 14.4 81.2 12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zM262.5 104.5c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"]};var $={prefix:"fab",iconName:"linux",icon:[448,512,[],"f17c","M220.9 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5 .2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4 .2-.8 .7-.6 1.1 .3 1.3 2.3 1.1 3.4 1.7zM199 125c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6 .2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5 .1-1.3 .6-3.4 1.5-3.2 2.9 .1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72 .5-45.9 5.1-131.2-75.8-131.3-102.4-.2-76.8 103.4-77.9 135.2-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9 .6 7.9 1.2 11.8 1.2 8.1 2.5 15.7 .8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1 .6 2.3 1.4 4.6 2.5 6.7l0 .1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3 .4-8.2-4.4-17.3-15.5-29.7zM223.8 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183.1 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4 .7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4l0-.2c2.4-7.6 .6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7 .8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4 .6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1 .8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7 .4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6 .8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1 .3-.2 .7-.3 1-.5 .8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.4 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"]};var h=class{constructor(l){this.paths=(m("paths",l)||[]).map(z=>new t(z)),Object.assign(this,l),this.setExpiration(),this.setIcon()}setExpiration(){let l=k()>=this.tokenExpiration;this.expiration={value:this.tokenExpiration*1e3,reached:l,approaching:l?!1:k()+90*86400>=this.tokenExpiration}}setIcon(){this.info.os==="darwin"?(this.icon=X,this.osName="macOS"):this.info.os.startsWith("win")?(this.icon=K,this.osName="Windows"):this.info.os.startsWith("linux")&&(this.icon=$,this.osName="Linux")}};var O1=(()=>{let l=class l{constructor(){this.router=M(G),this.http=M(F),this.layout=M(j),this.store=M(O),this.electron=M(U),this.resetWizard()}showOpenDialog(c){return this.electron.invoke(i.MISC.DIALOG_OPEN,c)}getFilePath(c){return this.electron.ipcRenderer.showFilePath(c)}getClients(){return this.http.get(p).pipe(D(c=>c.map(e=>new h(e))))}deleteClient(c){return this.http.delete(`${p}/${c}`)}updateSyncPath(c,e,r){return this.http.put(`${p}/${c}/${y.PATHS}/${e}`,r)}deleteSyncPath(c,e){return this.http.delete(`${p}/${c}/${y.PATHS}/${e}`)}addPath(c){return this.electron.invoke(i.SYNC.PATH_OPERATION,o.ADD,c)}updatePath(c){return this.electron.invoke(i.SYNC.PATH_OPERATION,o.SET,c)}flushPath(c){return this.electron.invoke(i.SYNC.PATH_OPERATION,o.FLUSH,c)}removePath(c){return this.electron.invoke(i.SYNC.PATH_OPERATION,o.REMOVE,c)}doSync(c,e,r=!1,n=!1){this.electron.invoke(i.SYNC.PATH_OPERATION,o.SYNC,{state:c,paths:e,reportOnly:r,async:n}).catch(console.error)}refreshPaths(){return w(this,null,function*(){try{let c=yield this.electron.invoke(i.SYNC.PATH_OPERATION,o.LIST,null);this.store.clientSyncPaths.set(c.map(e=>new t(e,!0)))}catch(c){console.error(c)}})}goToPath(c,e=!0,r=""){if(e)this.electron.openPath(`${c.settings.localPath}/${r?`/${r}`:""}`);else{let n=[...c.settings.remotePath.split("/"),...r?r.split("/"):[]],g;n.length>1&&(g=n.pop());let Q=n.shift();this.router.navigate([f.SPACES,...W[Q],...n],g?{queryParams:{select:g}}:{}).catch(console.error)}}setClientScheduler(c){this.electron.send(i.SYNC.SCHEDULER_STATE,"update",c)}getTransfers(c,e){return this.electron.invoke(i.SYNC.TRANSFER_LOGS,"get",c||null,e)}deleteTransfers(c){return this.electron.invoke(i.SYNC.TRANSFER_LOGS,"delete",c||null)}translateServerPath(c){let e=S(c).split("/");return e.length?(e[0]=e[0]===f.PERSONAL?this.layout.translateString(V.PERSONAL_FILES):this.layout.translateString(T(e[0])),e.join("/")):""}addFileToRemotePath(c){this.wizard.remotePath=new C({id:c.id,name:c.name,path:c.path,isDir:c.isDir,mime:c.mime,mimeUrl:c.mimeUrl,enabled:!0,isWriteable:!0,inShare:c.path.split("/")[0]===f.SHARES})}resetWizard(){this.wizard={localPath:null,remotePath:null,settings:{enabled:!0,name:"",mode:B.BOTH,conflictMode:H.RECENT,diffMode:I.FAST,scheduler:{unit:"minute",value:15}}}}};l.\u0275fac=function(e){return new(e||l)},l.\u0275prov=E({token:l,factory:l.\u0275fac,providedIn:"root"});let a=l;return a})();export{Z as a,K as b,X as c,$ as d,J as e,t as f,C as g,O1 as h};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var i={name:"spreadsheet",startState:function(){return{stringType:null,stack:[]}},token:function(e,n){if(e){switch(n.stack.length===0&&(e.peek()=='"'||e.peek()=="'")&&(n.stringType=e.peek(),e.next(),n.stack.unshift("string")),n.stack[0]){case"string":for(;n.stack[0]==="string"&&!e.eol();)e.peek()===n.stringType?(e.next(),n.stack.shift()):e.peek()==="\\"?(e.next(),e.next()):e.match(/^.[^\\\"\']*/);return"string";case"characterClass":for(;n.stack[0]==="characterClass"&&!e.eol();)e.match(/^[^\]\\]+/)||e.match(/^\\./)||n.stack.shift();return"operator"}var c=e.peek();switch(c){case"[":return e.next(),n.stack.unshift("characterClass"),"bracket";case":":return e.next(),"operator";case"\\":return e.match(/\\[a-z]+/)?"string.special":(e.next(),"atom");case".":case",":case";":case"*":case"-":case"+":case"^":case"<":case"/":case"=":return e.next(),"atom";case"$":return e.next(),"builtin"}return e.match(/\d+/)?e.match(/^\w+/)?"error":"number":e.match(/^[a-zA-Z_]\w*/)?e.match(/(?=[\(.])/,!1)?"keyword":"variable":["[","]","(",")","{","}"].indexOf(c)!=-1?(e.next(),"bracket"):(e.eatSpace()||e.next(),null)}}};export{i as spreadsheet};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{k as fe}from"./chunk-S6EVLDHA.js";import{c as W}from"./chunk-Y2I36A4K.js";import{e as _e,g as P,h as ye}from"./chunk-2XPHUNYN.js";import"./chunk-J6YSFHLZ.js";import"./chunk-EDJAISWO.js";import"./chunk-JXZCNFW7.js";import"./chunk-MYM43ENO.js";import{w as Se}from"./chunk-BYWSTP3P.js";import"./chunk-ZCOWBVOT.js";import{Cb as ue,D as w,Mb as x,Nb as E,Ob as S,pb as me,qb as he,rb as h,s as ae,vb as pe}from"./chunk-5HNQLBSW.js";import{d as Y}from"./chunk-Y5RLD72B.js";import{Bb as B,Cd as te,Dd as ie,Eb as _,Ed as ne,Ff as le,Gb as m,Ia as R,Jd as re,Kb as O,Kd as oe,Lb as $,Le as se,Mb as H,Ne as ce,Oa as a,Rb as V,Sb as I,Tb as u,Ub as v,Xb as Z,Yb as U,Zb as j,ab as M,cc as N,fc as Q,fd as G,ja as f,jd as q,kc as g,kd as J,lb as y,mb as C,mc as b,md as K,oa as z,od as X,og as de,pa as T,pb as L,pd as ee,qb as F,rb as l,sb as s,tb as c,ub as p,va as k}from"./chunk-IOIBQGHN.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import{i as D}from"./chunk-KAVP6UXH.js";var Ce=()=>({standalone:!0}),ve=(i,o)=>o.id;function Pe(i,o){if(i&1&&p(0,"fa-icon",25),i&2){let n=m(2);I(N("circle-",n.selectedPath.iconClass,"-icon")),l("icon",n.selectedPath.icon)}}function ge(i,o){if(i&1&&p(0,"img",23),i&2){let n=m(2);l("src",n.selectedPath.mimeUrl,R)}}function be(i,o){if(i&1&&(y(0,Pe,1,4,"fa-icon",22)(1,ge,1,1,"img",23),s(2,"span",24),u(3),c()),i&2){let n=m();C(n.selectedPath.icon?0:1),a(3),v(n.selectedPath.name)}}function we(i,o){i&1&&(s(0,"span",3),u(1,"Please select the server directory to sync, if it doesn't exist you can create it."),c())}function xe(i,o){if(i&1&&(s(0,"span",3),u(1),c()),i&2){let n=m();a(),v(n.infoMsg)}}function Ee(i,o){if(i&1&&(s(0,"th",13),u(1),c()),i&2){let n=m();a(),v(n.currentShowedPath)}}function Ae(i,o){i&1&&(s(0,"th",3),u(1,"Double click to browse directories"),c())}function ze(i,o){if(i&1&&p(0,"fa-icon",25),i&2){let n=m().$implicit;I(N("circle-",n.iconClass,"-icon")),l("icon",n.icon)}}function Te(i,o){if(i&1&&p(0,"img",23),i&2){let n=m().$implicit;l("src",n.mimeUrl,R)}}function Re(i,o){if(i&1){let n=B();s(0,"tr",26),_("click",function(){let r=z(n).$implicit,e=m();return T(e.onSelect(r))})("dblclick",function(){let r=z(n).$implicit,e=m();return T(e.browse(r.path))}),s(1,"td")(2,"div",27),y(3,ze,1,4,"fa-icon",22)(4,Te,1,1,"img",23),s(5,"span",28),u(6),c()()()()}if(i&2){let n=o.$implicit;V("selected",n.selected),a(3),C(n.icon?3:4),a(3),v(n.name)}}var Xe=(()=>{let o=class o{constructor(){this.locale=f(ne),this.icons={faArrowCircleLeft:se,faArrowCircleRight:ce,faFolderPlus:le},this.infoMsg=null,this.canCreateDir=!1,this.router=f(Y),this.store=f(pe),this.userService=f(Se),this.filesService=f(fe),this.syncService=f(ye),this.layout=f(ue),this.rootPaths=[this.userService.userHavePermission(w.PERSONAL_SPACE)?new P({id:0,name:this.layout.translateString(x.PERSONAL_FILES),path:`${S.FILES}/${S.PERSONAL}`,icon:E.PERSONAL,hasChildren:!0,enabled:!0,iconClass:"primary"}):null,this.userService.userHavePermission(w.SPACES)?new P({id:-1,name:this.layout.translateString(x.SPACES),path:S.SPACES,icon:E.SPACES,hasChildren:!0,enabled:!0,iconClass:"primary"}):null,this.userService.userHavePermission(w.SHARES)?new P({id:-2,name:this.layout.translateString(x.SHARES),path:S.SHARES,icon:E.SHARES,hasChildren:!0,enabled:!0,iconClass:"purple"}):null].filter(Boolean),this.currentPaths=k([...this.rootPaths]),this.syncService.wizard.remotePath&&this.browse(this.syncService.wizard.remotePath.path.split("/").slice(0,-1).join("/"),this.syncService.wizard.remotePath.name).catch(t=>{console.error(t),this.currentPath="",this.onBack()}),this.layout.setBreadcrumbIcon(he.WIZARD),this.layout.setBreadcrumbNav({url:`/${h.BASE}/${h.WIZARD}/${h.WIZARD_SERVER}/${me.WIZARD_SERVER}`,splicing:3,translating:!0,sameLink:!0})}browse(t,r=null){return D(this,null,function*(){if(this.currentPath=t||"",this.setCurrentPaths((yield this.filesService.getTreeNode(t)).map(e=>new P(e))),this.setCurrentShowedPath(),this.canCreateDir=this.currentPath.length?_e(`${this.currentPath}/canCreate`,!0):!1,r){let e=this.currentPaths().findIndex(d=>d.name===r);e>-1&&(this.onSelect(this.currentPaths()[e]),this.autoResize.scrollIntoView(Math.max(e,1)*30-30))}else this.onSelect(),this.autoResize.scrollTop()})}onBack(){let t=this.currentPath.split("/");if(t.length===2&&t[0]===S.FILES&&t[1]===S.PERSONAL||t.length<=1)this.currentPath="",this.onSelect(),this.initRootPaths(),this.setCurrentShowedPath(),this.canCreateDir=!1;else{let r=t.length===2&&t[0]===S.FILES?[S.SPACES]:t.slice(0,-1);this.browse(r.join("/")).catch(console.error)}}addDirectory(){this.filesService.make("directory",this.newDirectoryName,this.currentPath,!0).subscribe({next:()=>{this.browse(this.currentPath,this.newDirectoryName).then(()=>this.newDirectoryName="").catch(console.error)},error:t=>this.setInfoMsg(t.error.message)})}onSelect(t){if(this.setInfoMsg(null),this.currentPaths().forEach(r=>r.selected=!1),!t){this.selectPath();return}t.selected=!0,t.isSynchronizable&&(t.enabled?t.isAlreadySynced?(this.setInfoMsg("This directory is already synced"),this.selectPath()):(t.isWriteable||this.setInfoMsg("This directory is read-only, you will not be able to modify it"),this.selectPath(t)):(this.setInfoMsg("This directory is not accessible"),this.selectPath()))}onNext(){this.router.navigate([h.BASE,h.WIZARD,h.WIZARD_SETTINGS]).catch(console.error)}onPrevious(){this.router.navigate([h.BASE,h.WIZARD,h.WIZARD_CLIENT]).catch(console.error)}setServerPath(t){this.syncService.wizard.remotePath=t}setCurrentPaths(t){for(let r of this.store.clientSyncPaths()){let e=new RegExp(`^${r.settings.remotePath}((\\/.*)+|\\/?)$`);for(let d of t)e.test(d.serverPath)&&d.setAlreadySynced()}this.currentPaths.set(t)}initRootPaths(){this.currentPaths.set([...this.rootPaths])}setCurrentShowedPath(){this.currentShowedPath=this.syncService.translateServerPath(this.currentPath)}selectPath(t=null){this.selectedPath=t,this.setServerPath(t)}setInfoMsg(t,r=!1){this.infoMsg=t,r&&setTimeout(()=>this.infoMsg=null,6e3)}};o.\u0275fac=function(r){return new(r||o)},o.\u0275cmp=M({type:o,selectors:[["app-sync-wizard-server"]],viewQuery:function(r,e){if(r&1&&O(W,7),r&2){let d;$(d=H())&&(e.autoResize=d.first)}},decls:36,vars:29,consts:[[1,"wizard"],[1,"my-2"],[1,"d-flex","align-items-center","justify-content-center","fs-sm",2,"min-height","40px"],["l10nTranslate",""],[1,"app-top-menu","px-0","bg-transparent"],["type","button",1,"btn","btn-sm","btn-secondary",3,"click","disabled","tooltip"],[3,"icon"],[1,"text-warning","mx-auto","fs-sm"],[1,"row","align-items-center"],[1,"input-group"],["type","button",1,"btn","btn-sm","btn-secondary","input-group-text",3,"click","hidden","disabled","tooltip"],["type","text",1,"form-control","form-control-sm","me-1",3,"keyup.enter","ngModelChange","ngModel","hidden","ngModelOptions","placeholder"],[1,"app-table","wizard-nav-header"],[1,"text-truncate"],["appAutoResize","",1,"wizard-nav-content",3,"resizeOffset","useMaxHeight"],[1,"app-table"],["tabindex","-1"],[3,"selected"],[1,"mt-auto"],[1,"d-flex","align-items-start"],["type","button","l10nTranslate","",1,"btn","btn-secondary","me-auto",3,"click"],["type","button","l10nTranslate","",1,"btn","btn-secondary","ms-auto",3,"click","disabled"],[2,"width","32px","height","32px","font-size","16px",3,"icon","class"],["alt","","height","30",3,"src"],[1,"text-truncate","fw-500","ms-2"],[2,"width","32px","height","32px","font-size","16px",3,"icon"],[3,"click","dblclick"],[1,"d-flex","align-items-center"],[1,"ms-1"]],template:function(r,e){r&1&&(s(0,"div",0)(1,"div",1)(2,"div",2),y(3,be,4,2)(4,we,2,0,"span",3),c(),s(5,"div",4)(6,"button",5),g(7,"translate"),_("click",function(){return e.onBack()}),p(8,"fa-icon",6),c(),s(9,"div",7),y(10,xe,2,1,"span",3),c(),s(11,"form",8)(12,"div",9)(13,"button",10),g(14,"translate"),_("click",function(){return e.addDirectory()}),p(15,"fa-icon",6),c(),s(16,"input",11),g(17,"translate"),_("keyup.enter",function(){return e.addDirectory()}),j("ngModelChange",function(A){return U(e.newDirectoryName,A)||(e.newDirectoryName=A),A}),c()()()(),s(18,"table",12)(19,"thead")(20,"tr"),y(21,Ee,2,1,"th",13)(22,Ae,2,0,"th",3),c()()(),s(23,"div",14)(24,"table",15)(25,"tbody",16),L(26,Re,7,4,"tr",17,ve),c()()()(),s(28,"div",18)(29,"div",19)(30,"button",20),_("click",function(){return e.onPrevious()}),p(31,"fa-icon",6),u(32," Previous "),c(),s(33,"button",21),_("click",function(){return e.onNext()}),p(34,"fa-icon",6),u(35," Next "),c()()()()),r&2&&(a(3),C(e.selectedPath?3:4),a(3),l("disabled",!e.currentPath)("tooltip",b(7,19,"Back",e.locale.language)),a(2),l("icon",e.icons.faArrowCircleLeft),a(2),C(e.infoMsg?10:-1),a(3),l("hidden",!e.canCreateDir)("disabled",!e.newDirectoryName)("tooltip",b(14,22,"Add",e.locale.language)),a(2),l("icon",e.icons.faFolderPlus),a(),Z("ngModel",e.newDirectoryName),l("hidden",!e.canCreateDir)("ngModelOptions",Q(28,Ce))("placeholder",b(17,25,"New folder",e.locale.language)),a(5),C(e.currentPath?21:22),a(2),l("resizeOffset",230)("useMaxHeight",!1),a(3),F(e.currentPaths()),a(5),l("icon",e.icons.faArrowCircleLeft),a(2),l("disabled",!e.selectedPath),a(),l("icon",e.icons.faArrowCircleRight))},dependencies:[de,oe,W,te,ee,G,q,J,X,K,ie,ae,re],encapsulation:2});let i=o;return i})();export{Xe as SyncWizardServerComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function v(r){var u=[],b="",o={".abort":"builtin",".align":"builtin",".altmacro":"builtin",".ascii":"builtin",".asciz":"builtin",".balign":"builtin",".balignw":"builtin",".balignl":"builtin",".bundle_align_mode":"builtin",".bundle_lock":"builtin",".bundle_unlock":"builtin",".byte":"builtin",".cfi_startproc":"builtin",".comm":"builtin",".data":"builtin",".def":"builtin",".desc":"builtin",".dim":"builtin",".double":"builtin",".eject":"builtin",".else":"builtin",".elseif":"builtin",".end":"builtin",".endef":"builtin",".endfunc":"builtin",".endif":"builtin",".equ":"builtin",".equiv":"builtin",".eqv":"builtin",".err":"builtin",".error":"builtin",".exitm":"builtin",".extern":"builtin",".fail":"builtin",".file":"builtin",".fill":"builtin",".float":"builtin",".func":"builtin",".global":"builtin",".gnu_attribute":"builtin",".hidden":"builtin",".hword":"builtin",".ident":"builtin",".if":"builtin",".incbin":"builtin",".include":"builtin",".int":"builtin",".internal":"builtin",".irp":"builtin",".irpc":"builtin",".lcomm":"builtin",".lflags":"builtin",".line":"builtin",".linkonce":"builtin",".list":"builtin",".ln":"builtin",".loc":"builtin",".loc_mark_labels":"builtin",".local":"builtin",".long":"builtin",".macro":"builtin",".mri":"builtin",".noaltmacro":"builtin",".nolist":"builtin",".octa":"builtin",".offset":"builtin",".org":"builtin",".p2align":"builtin",".popsection":"builtin",".previous":"builtin",".print":"builtin",".protected":"builtin",".psize":"builtin",".purgem":"builtin",".pushsection":"builtin",".quad":"builtin",".reloc":"builtin",".rept":"builtin",".sbttl":"builtin",".scl":"builtin",".section":"builtin",".set":"builtin",".short":"builtin",".single":"builtin",".size":"builtin",".skip":"builtin",".sleb128":"builtin",".space":"builtin",".stab":"builtin",".string":"builtin",".struct":"builtin",".subsection":"builtin",".symver":"builtin",".tag":"builtin",".text":"builtin",".title":"builtin",".type":"builtin",".uleb128":"builtin",".val":"builtin",".version":"builtin",".vtable_entry":"builtin",".vtable_inherit":"builtin",".warning":"builtin",".weak":"builtin",".weakref":"builtin",".word":"builtin"},i={};function p(){b="#",i.al="variable",i.ah="variable",i.ax="variable",i.eax="variableName.special",i.rax="variableName.special",i.bl="variable",i.bh="variable",i.bx="variable",i.ebx="variableName.special",i.rbx="variableName.special",i.cl="variable",i.ch="variable",i.cx="variable",i.ecx="variableName.special",i.rcx="variableName.special",i.dl="variable",i.dh="variable",i.dx="variable",i.edx="variableName.special",i.rdx="variableName.special",i.si="variable",i.esi="variableName.special",i.rsi="variableName.special",i.di="variable",i.edi="variableName.special",i.rdi="variableName.special",i.sp="variable",i.esp="variableName.special",i.rsp="variableName.special",i.bp="variable",i.ebp="variableName.special",i.rbp="variableName.special",i.ip="variable",i.eip="variableName.special",i.rip="variableName.special",i.cs="keyword",i.ds="keyword",i.ss="keyword",i.es="keyword",i.fs="keyword",i.gs="keyword"}function f(){b="@",o.syntax="builtin",i.r0="variable",i.r1="variable",i.r2="variable",i.r3="variable",i.r4="variable",i.r5="variable",i.r6="variable",i.r7="variable",i.r8="variable",i.r9="variable",i.r10="variable",i.r11="variable",i.r12="variable",i.sp="variableName.special",i.lr="variableName.special",i.pc="variableName.special",i.r13=i.sp,i.r14=i.lr,i.r15=i.pc,u.push(function(l,n){if(l==="#")return n.eatWhile(/\w/),"number"})}r==="x86"?p():(r==="arm"||r==="armv6")&&f();function d(l,n){for(var e=!1,a;(a=l.next())!=null;){if(a===n&&!e)return!1;e=!e&&a==="\\"}return e}function s(l,n){for(var e=!1,a;(a=l.next())!=null;){if(a==="/"&&e){n.tokenize=null;break}e=a==="*"}return"comment"}return{name:"gas",startState:function(){return{tokenize:null}},token:function(l,n){if(n.tokenize)return n.tokenize(l,n);if(l.eatSpace())return null;var e,a,t=l.next();if(t==="/"&&l.eat("*"))return n.tokenize=s,s(l,n);if(t===b)return l.skipToEnd(),"comment";if(t==='"')return d(l,'"'),"string";if(t===".")return l.eatWhile(/\w/),a=l.current().toLowerCase(),e=o[a],e||null;if(t==="=")return l.eatWhile(/\w/),"tag";if(t==="{"||t==="}")return"bracket";if(/\d/.test(t))return t==="0"&&l.eat("x")?(l.eatWhile(/[0-9a-fA-F]/),"number"):(l.eatWhile(/\d/),"number");if(/\w/.test(t))return l.eatWhile(/\w/),l.eat(":")?"tag":(a=l.current().toLowerCase(),e=i[a],e||null);for(var c=0;c<u.length;c++)if(e=u[c](t,l,n),e)return e},languageData:{commentTokens:{line:b,block:{open:"/*",close:"*/"}}}}}var m=v("x86"),g=v("arm");export{m as gas,g as gasArm};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var a="Uwierzytelnianie",i="Login",n="Has\u0142o",t="Potwierd\u017A",s="Anuluj",r="Zamknij",d="Filtr",l="Filtry",c="szukaj",z="Szukaj",u="Zobacz",p="Brak zada\u0144",w="Uko\u0144czono {{ nb }} zadanie",y="Uko\u0144czono {{ nb }} zada\u0144",k="{{ nba }} zadanie w toku z {{ nb }}",m="{{ nba }} zada\u0144 w toku z {{ nb }}",h="{{nb}} element\xF3w",j="{{nb}} akcji",g="{{ nb }} nowa wiadomo\u015B\u0107",b="{{ nb }} nowe wiadomo\u015Bci",f="{{ nb }} nieprzeczytane powiadomienie",S="{{ nb }} nieprzeczytane powiadomienia",N="Aplikacja",U="aplikacja",T="Powiadomienie",P="Powiadomienia",v="Zdarzenie",A="Plik",C="Pliki",D="Osobiste",W="Zewn\u0119trzne",Z="Grupy",_="Grupa",E="grupa",L="grupy",x="Widoczna",R="Prywatna",M="Izolowana",F="Dodaj",G="Administrator",B="Administracja",O="U\u017Cytkownik",K="u\u017Cytkownik",Y="U\u017Cytkownicy",I="u\u017Cytkownicy",q="konto",V="Konto",J="E-mail",H="Status",Q="Rola",X="IP",$="Wy\u015Bwietlenia",ee="Po\u0142\u0105czenie",oe="Po\u0142\u0105czenia",ae="Ma\u0142o dost\u0119pnego miejsca ({{ nb }}%)",ie="online",ne="Nieograniczony",te="cz\u0142onek",se="cz\u0142onkowie",re="Cz\u0142onek",de="Cz\u0142onkowie",le="Mened\u017Cer",ce="mened\u017Cer",ze="Mened\u017Cerowie",ue="Generuj",pe="Importuj",we="Konfiguracja",ye="Aplikacje",ke="aplikacje",me="Awatar",he="Zaktualizuj",je="J\u0119zyk",ge="Strona g\u0142\xF3wna",be="Ostatnie",fe="ostatnie",Se="Kosz",Ne="Udost\u0119pnienia",Ue="Udost\u0119pnij",Te="udost\u0119pnienia",Pe="udost\u0119pniono",ve="Dost\u0119p do przestrzeni osobistej",Ae="Dost\u0119p do przestrzeni",Ce="Zarz\u0105dzanie przestrzeniami",De="Dost\u0119p do udost\u0119pnie\u0144",We="Zarz\u0105dzanie udost\u0119pnieniami",Ze="Zarz\u0105dzanie go\u015B\u0107mi",_e="Zarz\u0105dzanie grupami osobistymi",Ee="Dost\u0119p z aplikacji desktopowej",Le="Synchronizacja z aplikacji desktopowej",xe="Dost\u0119p WebDAV",Re="WebDAV",Me="Przestrze\u0144",Fe="Przestrzenie",Ge="przestrzenie",Be="zakotwiczy\u0142",Oe="odkotwiczy\u0142",Ke="Lokalizacja",Ye="Zakotwiczone",Ie="Ustawienia",qe="Opcje",Ve="Nazwa",Je="Pobierz",He="Przenie\u015B",Qe="Kopiuj",Xe="Zmie\u0144 nazw\u0119",$e="Edytuj",eo="Usu\u0144",oo="Schowek",ao="Od\u015Bwie\u017C",io="Opr\xF3\u017Cnij",no="Lista",to="Wy\u015Bwietlanie",so="Czy przenie\u015B\u0107 <b>{{arg}}</b> do kosza?",ro="Czy trwale usun\u0105\u0107 <b>{{arg}}</b>?",lo="Czy przenie\u015B\u0107 te <b>{{arg}} pliki</b> do kosza?",co="Czy trwale usun\u0105\u0107 te <b>{{arg}} pliki</b>?",zo="synchronizacja",uo="Synchronizacja",po="Synchronizacje",wo="Synchronizuj",yo="Sync",ko="Zsynchronizowano",mo="Skompresuj",ho="Dekompresuj",jo="Info",go="Rozmiar",bo="Zmodyfikowano",fo="zmodyfikowano",So="Zadania",No="Tekst",Uo="Elementy",To="Nowy",Po="Folder",vo="folder",Ao="plik",Co="pliki",Do="katalog",Wo="katalogi",Zo="Razem",_o="brak zaznaczenia",Eo="Zaznaczono {{ nb }} element",Lo="Zaznaczono {{ nb }} element\xF3w",xo="element",Ro="elementy",Mo="utw\xF3rz",Fo="zapisz",Go="przenie\u015B",Bo="usu\u0144",Oo="modyfikuj",Ko="udost\u0119pnienie",Yo="Link",Io="link",qo="Linki",Vo="linki",Jo="Go\u015B\u0107",Ho="Go\u015Bcie",Qo="go\u015B\u0107",Xo="go\u015Bcie",$o="Wygas\u0142o",ea="wygas\u0142o",oa="brak",aa="Uprawnienia",ia="W\u0142a\u015Bciciel",na="Ja",ta="Udost\u0119pnione",sa="Utworzono",ra="Data",da="\u015Acie\u017Cka",la="aktywne",ca="Aktywne",za="zawieszone",ua="Typ",pa="Opis",wa="Widoczno\u015B\u0107",ya="Nieznane",ka="Wyga\u015Bni\u0119cie",ma="Dost\u0119p",ha="Uzyskano dost\u0119p",ja="Komentarz",ga="Komentarze",ba="komentarze",fa="skomentowa\u0142",Sa="tak",Na="nie",Ua="Klient",Ta="Klienci",Pa="dost\u0119pny",va="zaj\u0119ty",Aa="nieobecny",Ca="offline",Da="Zobacz",Wa="wyloguj",Za="dni",_a="dzie\u0144",Ea="Usu\u0144",La="Harmonogram",xa="r\xF3wnoleg\u0142y",Ra="sekwencyjny",Ma="Transfery",Fa="Symuluj",Ga="Resetuj",Ba="Przegl\u0105daj",Oa="Akcja",Ka="Dodano",Ya="Usuni\u0119to",Ia="Skopiowano",qa="Przeniesiono",Va="Przefiltrowano",Ja="B\u0142\u0105d",Ha="Serwer",Qa="Kierunek",Xa="Konflikt",$a="ostatnie",ei="\u0179r\xF3d\u0142o",oi="Miejsce docelowe",ai="Tryb",ii="Sekwencyjnie",ni="R\xF3wnolegle",ti="szybki",si="bezpieczny",ri="w\u0142\u0105czony",di="W\u0142\u0105cz",li="wy\u0142\u0105czony",ci="Wy\u0142\u0105cz",zi="godziny",ui="minuty",pi="dni",wi="oba kierunki",yi="nigdy",ki="Kreator",mi="Dalej",hi="Wstecz",ji="Zako\u0144cz",gi="do",bi="Repozytorium",fi="publiczne",Si="lokalne",Ni="zdalne",Ui="Strona internetowa",Ti="Dokumentacja",Pi="Wersje",vi="Bezpiecze\u0144stwo",Ai="Zarz\u0105dzaj",Ci="Czy chcesz zmieni\u0107 nazw\u0119 <b>{{ old }}</b> na <b>{{ new }}</b>?",Di="Zapisz",Wi="Cofnij",Zi="Pon\xF3w",_i="ja",Ei="Odblokuj",Li="Blokada",xi="Wy\u0142\u0105czna",Ri="Pe\u0142ny ekran",Mi="Wymiary",Fi={"Sign-in to your account":"Zaloguj si\u0119 na swoje konto","Wrong login or password":"Nieprawid\u0142owy login lub has\u0142o","Authentication service error":"B\u0142\u0105d us\u0142ugi uwierzytelniania","Account locked":"Konto zablokowane","Account is not allowed":"Konto nie jest uprawnione","Account matching error":"B\u0142\u0105d dopasowania konta",Authentication:a,"Sign in":"Zaloguj si\u0119",Login:i,Password:n,"Login or Email":"Login lub e-mail","Login already used":"Login jest ju\u017C u\u017Cywany","You are already logged in":"Jeste\u015B ju\u017C zalogowany","Name already used":"Nazwa jest ju\u017C u\u017Cywana","Token has expired":"Token wygas\u0142",Confirm:t,Cancel:s,Close:r,"Server connection error":"B\u0142\u0105d po\u0142\u0105czenia z serwerem",Filter:d,Filters:l,search:c,Search:z,"Search for content":"Szukaj tre\u015Bci","Search for files":"Szukaj plik\xF3w","Full-text search":"Wyszukiwanie pe\u0142notekstowe","Full-text search is disabled":"Wyszukiwanie pe\u0142notekstowe jest wy\u0142\u0105czone","Type to search for users or groups to add":"Wpisz, aby wyszuka\u0107 u\u017Cytkownik\xF3w lub grupy do dodania","Type to search for groups to add":"Wpisz, aby wyszuka\u0107 grupy do dodania","Type to search for users to add":"Wpisz, aby wyszuka\u0107 u\u017Cytkownik\xF3w do dodania","Type to search for managers to add":"Wpisz, aby wyszuka\u0107 mened\u017Cer\xF3w do dodania","Member since":"Cz\u0142onek od","Windows Manager":"Mened\u017Cer okien","Mark as read":"Oznacz jako przeczytane",See:u,no_task:p,one_task:w,nb_tasks:y,one_active_task:k,nb_active_tasks:m,nb_elements:h,nb_actions:j,one_message:g,nb_messages:b,one_notification:f,nb_notifications:S,Application:N,application:U,"application and email":"aplikacja i e-mail",Notification:T,Notifications:P,Event:v,File:A,Files:C,"Personal files":"Pliki osobiste","for personal files":"dla plik\xF3w osobistych",Personal:D,External:W,"Share status":"Status udost\u0119pnienia","Share description":"Opis udost\u0119pnienia","No recent files":"Brak ostatnich plik\xF3w",Groups:Z,Group:_,group:E,"New personal group":"Nowa grupa osobista","Edit personal group":"Edytuj grup\u0119 osobist\u0105","personal group":"grupa osobista","Personal group":"Grupa osobista","Personal groups":"Grupy osobiste",groups:L,"Parent group":"Grupa nadrz\u0119dna","Group updated":"Zaktualizowano grup\u0119","Group created":"Utworzono grup\u0119","Group not found":"Nie znaleziono grupy","Group error":"B\u0142\u0105d grupy","Set as group manager":"Ustaw jako mened\u017Cera grupy","As a manager, the user will be able to manage the group and its members.":"Jako mened\u017Cer u\u017Cytkownik b\u0119dzie m\xF3g\u0142 zarz\u0105dza\u0107 grup\u0105 i jej cz\u0142onkami.","As a manager, the user will be able to manage group members but not group properties.":"Jako mened\u017Cer u\u017Cytkownik b\u0119dzie m\xF3g\u0142 zarz\u0105dza\u0107 cz\u0142onkami grupy, ale nie jej w\u0142a\u015Bciwo\u015Bciami.",Visible:x,Private:R,Isolated:M,"Select the parent group":"Wybierz grup\u0119 nadrz\u0119dn\u0105","from the group":"z grupy","New group":"Nowa grupa","Edit group":"Edytuj grup\u0119","Leave group":"Opu\u015B\u0107 grup\u0119","Delete group":"Usu\u0144 grup\u0119","Remove from group":"Usu\u0144 z grupy","Group must have at least one manager":"Grupa musi mie\u0107 co najmniej jednego mened\u017Cera","The group was left":"Grupa zosta\u0142a opuszczona","The group was not left":"Nie uda\u0142o si\u0119 opu\u015Bci\u0107 grupy","will be left, you will no longer be a member of this group":"zostanie opuszczona, nie b\u0119dziesz ju\u017C cz\u0142onkiem tej grupy","All users can see this group.":"Wszyscy u\u017Cytkownicy mog\u0105 zobaczy\u0107 t\u0119 grup\u0119.","Users who are not members of this group cannot see it.":"U\u017Cytkownicy, kt\xF3rzy nie s\u0105 cz\u0142onkami tej grupy, nie widz\u0105 jej.","The group is not visible, its members cannot see it and cannot see each other.":"Grupa nie jest widoczna, jej cz\u0142onkowie nie widz\u0105 jej ani siebie nawzajem.",Add:F,"Add members":"Dodaj cz\u0142onk\xF3w","See members":"Zobacz cz\u0142onk\xF3w",Administrator:G,Administration:B,User:O,user:K,Users:Y,users:I,"New user":"Nowy u\u017Cytkownik",account:q,Account:V,"Account status":"Status konta",Email:J,"Email already used":"E-mail jest ju\u017C u\u017Cywany","First name":"Imi\u0119","Last name":"Nazwisko","Full name":"Imi\u0119 i nazwisko",Status:H,Role:Q,IP:X,"IP Addresses":"Adresy IP",Seen:$,Connection:ee,Connections:oe,"Confirm deletion":"Potwierd\u017A usuni\u0119cie","Confirm permanent deletion of data":"Potwierd\u017A trwa\u0142e usuni\u0119cie danych","Space and data will be deleted in":"Przestrze\u0144 i dane zostan\u0105 usuni\u0119te za","Space is disabled":"Przestrze\u0144 jest wy\u0142\u0105czona","Storage Space":"Przestrze\u0144 dyskowa","Storage Quota":"Limit przestrzeni","Storage Usage":"Wykorzystanie przestrzeni","Space status":"Status przestrzeni","Storage quota exceeded":"Przekroczono limit przestrzeni","Storage quota will be exceeded":"Limit przestrzeni zostanie przekroczony","No more space available":"Brak dost\u0119pnego miejsca",available_space_is_low:ae,online:ie,"Online users":"U\u017Cytkownicy online",Unlimited:ne,member:te,members:se,Member:re,Members:de,Manager:le,manager:ce,Managers:ze,"At least one manager is required":"Wymagany jest co najmniej jeden mened\u017Cer",Generate:ue,Import:pe,Configuration:we,Applications:ye,applications:ke,"Permissions inherited from groups":"Uprawnienia odziedziczone po grupach","Only the group will be deleted, the members will no longer be part of it.":"Usuni\u0119ta zostanie tylko grupa, cz\u0142onkowie nie b\u0119d\u0105 ju\u017C do niej nale\u017Ce\u0107.",Avatar:me,Update:he,"current password":"aktualne has\u0142o","new password":"nowe has\u0142o","Change me !":"Zmie\u0144 mnie!","Current password missing !":"Brak aktualnego has\u0142a!","New password missing !":"Brak nowego has\u0142a!","New password must have 8 characters minimum":"Nowe has\u0142o musi mie\u0107 co najmniej 8 znak\xF3w","Current password does not match":"Aktualne has\u0142o nie jest poprawne","Password has been updated":"Has\u0142o zosta\u0142o zaktualizowane","Unable to update password":"Nie mo\u017Cna zaktualizowa\u0107 has\u0142a","Bad password":"Nieprawid\u0142owe has\u0142o","too many login attempts":"zbyt wiele pr\xF3b logowania",Language:je,"Language updated":"Zaktualizowano j\u0119zyk","Unable to update language":"Nie mo\u017Cna zaktualizowa\u0107 j\u0119zyka","Notification preference updated":"Zaktualizowano preferencje powiadomie\u0144","Full-text search preference updated":"Zaktualizowano preferencje wyszukiwania pe\u0142notekstowego","Unable to update notification preference":"Nie mo\u017Cna zaktualizowa\u0107 preferencji powiadomie\u0144","Unable to update full-text search preference":"Nie mo\u017Cna zaktualizowa\u0107 preferencji wyszukiwania pe\u0142notekstowego","Unable to open document":"Nie mo\u017Cna otworzy\u0107 dokumentu","Unable to save document":"Nie mo\u017Cna zapisa\u0107 dokumentu",Home:ge,Recents:be,recents:fe,Trash:Se,"trash bins":"kosze",Shares:Ne,Share:Ue,shares:Te,shared:Pe,personal_space:ve,spaces_access:Ae,spaces_admin:Ce,shares_access:De,shares_admin:We,guests_admin:Ze,personal_groups_admin:_e,desktop_app_access:Ee,desktop_app_sync:Le,webdav_access:xe,"Create share":"Utw\xF3rz udost\u0119pnienie","Edit share":"Edytuj udost\u0119pnienie","Delete share":"Usu\u0144 udost\u0119pnienie","Child shares":"Udost\u0119pnienia podrz\u0119dne",webdav:Re,"Share is disabled":"Udost\u0119pnienie jest wy\u0142\u0105czone",Space:Me,Spaces:Fe,spaces:Ge,"Space name":"Nazwa przestrzeni","New space":"Nowa przestrze\u0144","Create a new space":"Utw\xF3rz now\u0105 przestrze\u0144","Create space":"Utw\xF3rz przestrze\u0144","Edit space":"Edytuj przestrze\u0144","Delete space":"Usu\u0144 przestrze\u0144","Create a new share":"Utw\xF3rz nowe udost\u0119pnienie","Type to search for space to select":"Wpisz, aby wyszuka\u0107 przestrze\u0144 do wyboru","Anchor to a space":"Zaka\u0144cz do przestrzeni","Anchor files to a space":"Zaka\u0144cz pliki do przestrzeni","You have been invited to join this space":"Otrzyma\u0142e\u015B zaproszenie do do\u0142\u0105czenia do tej przestrzeni","You have been invited to join this share":"Otrzyma\u0142e\u015B zaproszenie do do\u0142\u0105czenia do tego udost\u0119pnienia","Shared with others":"Udost\u0119pnione innym","With others":"Z innymi","Shared with me":"Udost\u0119pnione mnie","With me":"Ze mn\u0105","Shared via links":"Udost\u0119pnione poprzez linki","Via links":"Przez linki","Shared from":"Udost\u0119pnione przez","share with you this":"udost\u0119pnia Ci to","shared with you":"udost\u0119pni\u0142 Ci","no longer share with you":"ju\u017C Ci nie udost\u0119pnia","You now have access to the space":"Masz teraz dost\u0119p do przestrzeni","You no longer have access to the space":"Nie masz ju\u017C dost\u0119pu do przestrzeni","This space has been permanently deleted":"Ta przestrze\u0144 zosta\u0142a trwale usuni\u0119ta","You now have access to the share":"Masz teraz dost\u0119p do udost\u0119pnienia","You no longer have access to the share":"Nie masz ju\u017C dost\u0119pu do udost\u0119pnienia","You are no longer a member of the parent share, your child share has been deleted":"Nie jeste\u015B ju\u017C cz\u0142onkiem udost\u0119pnienia nadrz\u0119dnego, Twoje udost\u0119pnienie podrz\u0119dne zosta\u0142o usuni\u0119te",anchored:Be,unanchored:Oe,"Share not found":"Nie znaleziono udost\u0119pnienia","Go to":"Przejd\u017A",Location:Ke,"Name and location are required":"Nazwa i lokalizacja s\u0105 wymagane","Parent location already exists in files":"Lokalizacja nadrz\u0119dna ju\u017C istnieje w plikach","Check the location":"Sprawd\u017A lokalizacj\u0119","Location not found":"Nie znaleziono lokalizacji","Forbidden resource":"Niedozwolona lokalizacja","Resource already exists":"Element ju\u017C istnieje","The location does not exist":"Lokalizacja nie istnieje","The location is not readable":"Lokalizacja nie jest czytelna","The location is not writeable":"Lokalizacja nie jest zapisywalna","The location is a directory":"Lokalizacja jest katalogiem","The file is locked":"Plik jest zablokowany","This share is protected by a password":"To udost\u0119pnienie jest chronione has\u0142em","You do not have share permission":"Nie masz uprawnie\u0144 do udost\u0119pniania","You can not share a space":"Nie mo\u017Cesz udost\u0119pni\u0107 przestrzeni","You can not remove an anchored file":"Nie mo\u017Cesz usun\u0105\u0107 zakotwiczonego pliku","You are not allowed to write here":"Nie masz uprawnie\u0144 do zapisu tutaj","You are not allowed to do this action":"Nie masz uprawnie\u0144 do wykonania tej akcji","You can not move an anchored file":"Nie mo\u017Cesz przenie\u015B\u0107 zakotwiczonego pliku","You can not move a locked file":"Nie mo\u017Cesz przenie\u015B\u0107 zablokowanego pliku",Anchored:Ye,"Anchored by":"Zakotwiczone przez","Manage my anchored files":"Zarz\u0105dzaj moimi zakotwiczonymi plikami","You have no files anchored on this space":"Nie masz zakotwiczonych plik\xF3w w tej przestrzeni","An anchored file already has this name":"Zakotwiczony plik o tej nazwie ju\u017C istnieje",Settings:Ie,Options:qe,Name:Ve,Download:Je,"Download done":"Pobieranie zako\u0144czone","Download failed":"B\u0142\u0105d pobierania","Upload done":"Przesy\u0142anie zako\u0144czone","Upload failed":"B\u0142\u0105d przesy\u0142ania","Copy/Move":"Kopiuj/Przenie\u015B",Move:He,"Move done":"Przenoszenie zako\u0144czone","Move failed":"B\u0142\u0105d przenoszenia","Deletion done":"Usuwanie zako\u0144czone","Deletion failed":"B\u0142\u0105d usuwania","Creation failed":"B\u0142\u0105d tworzenia",Copy:Qe,"Copy done":"Kopiowanie zako\u0144czone","Copy failed":"B\u0142\u0105d kopiowania","Copy-Paste":"Kopiuj-Wklej","Cut-Paste":"Wytnij-Wklej",Rename:Xe,Edit:$e,"Share inside":"Udost\u0119pnij wewn\u0105trz","Share outside":"Udost\u0119pnij na zewn\u0105trz",Remove:eo,Clipboard:oo,"Send to Clipboard":"Wy\u015Blij do schowka","will be removed":"zostanie usuni\u0119ty",Refresh:ao,Empty:io,List:no,Display:to,"Sort by":"Sortuj wed\u0142ug",trash_one_file:so,delete_one_file:ro,trash_multiple_files:lo,delete_multiple_files:co,"Moving to trash":"Przenoszenie do kosza","Permanent deletion":"Trwa\u0142e usuni\u0119cie","Would you like to empty the trash ?":"Czy chcesz opr\xF3\u017Cni\u0107 kosz?","All items will be permanently deleted":"Wszystkie elementy zostan\u0105 trwale usuni\u0119te","Actions will be performed in the current folder":"Akcje zostan\u0105 wykonane w bie\u017C\u0105cym folderze","The client will no longer have permission to access your account and will no longer be able to synchronize.":"Klient nie b\u0119dzie mia\u0142 uprawnie\u0144 do dost\u0119pu do twojego konta i nie b\u0119dzie m\xF3g\u0142 synchronizowa\u0107.","The access expires":"Dost\u0119p wygasa","The access has expired":"Dost\u0119p wygas\u0142","Never expires":"Nigdy nie wygasa",synchronization:zo,Synchronization:uo,Synchronizations:po,Synchronize:wo,Sync:yo,"Stop synchronization":"Zatrzymaj synchronizacj\u0119","Synchronize all":"Synchronizuj wszystko","Stop synchronizations":"Zatrzymaj synchronizacje",Synced:ko,"Sync already exists":"Synchronizacja ju\u017C istnieje","Sync was reset":"Zresetowano synchronizacj\u0119","Sync deleted":"Usuni\u0119to synchronizacj\u0119","This client":"Ten klient","You are no longer synchronizing":"Nie synchronizujesz ju\u017C",Compress:mo,Decompress:ho,"Compress and Download":"Skompresuj i pobierz","Compress and Save":"Skompresuj i zapisz","Enable compression":"W\u0142\u0105cz kompresj\u0119","Compression done":"Kompresja zako\u0144czona","Compression failed":"B\u0142\u0105d kompresji","Decompression done":"Dekompresja zako\u0144czona","Decompression failed":"B\u0142\u0105d dekompresji","(this may take longer)":"(mo\u017Ce to potrwa\u0107 d\u0142u\u017Cej)","Save in the current directory":"Zapisz w bie\u017C\u0105cym katalogu","This name is already used":"Ta nazwa jest ju\u017C u\u017Cywana",Info:jo,Size:go,Modified:bo,modified:fo,Tasks:So,"Download from URL":"Pobierz z URL","Upload files":"Prze\u015Blij pliki","Upload folders":"Prze\u015Blij foldery","Folder name":"Nazwa folderu","New folder":"Nowy folder","Document name":"Nazwa dokumentu","New document":"Nowy dokument","File name":"Nazwa pliku","File permissions":"Uprawnienia do pliku",Text:No,"Rich Text Format":"Rich Text Format","Forbidden characters":"Niedozwolone znaki",Elements:Uo,"Malformed URL":"Nieprawid\u0142owy URL",New:To,Folder:Po,folder:vo,file:Ao,files:Co,directory:Do,directories:Wo,Total:Zo,no_selection:_o,one_selection:Eo,nb_selections:Lo,"Archive name":"Nazwa archiwum","Drag and drop your files here":"Przeci\u0105gnij i upu\u015B\u0107 pliki tutaj","The destination already exists":"Miejsce docelowe ju\u017C istnieje","This item is already selected":"Ten element jest ju\u017C zaznaczony","Parent item is already selected":"Element nadrz\u0119dny jest ju\u017C zaznaczony","This file contains binary data that can not be read":"Ten plik zawiera dane binarne, kt\xF3rych nie mo\u017Cna odczyta\u0107","Navigation Tree":"Drzewo nawigacji",item:xo,items:Ro,create:Mo,write:Fo,move:Go,delete:Bo,modify:Oo,"Delete user":"Usu\u0144 u\u017Cytkownika","Delete all user files":"Usu\u0144 wszystkie pliki u\u017Cytkownika",share:Ko,"Share name":"Nazwa udost\u0119pnienia","New share":"Nowe udost\u0119pnienie","New share link":"Nowy link udost\u0119pnienia","New link":"Nowy link","Edit children shares":"Edytuj udost\u0119pnienia podrz\u0119dne",Link:Yo,link:Io,Links:qo,links:Vo,"Link copied":"Skopiowano link","Link created":"Utworzono link","Link deleted":"Usuni\u0119to link","Link error":"B\u0142\u0105d linku","Copy link":"Kopiuj link","Edit link":"Edytuj link","Guest Link":"Link go\u015Bcia","Guest name":"Nazwa go\u015Bcia","Guest email":"E-mail go\u015Bcia","Guest language":"J\u0119zyk go\u015Bcia",Guest:Jo,Guests:Ho,guest:Qo,guests:Xo,"New guest":"Nowy go\u015B\u0107","Edit guest":"Edytuj go\u015Bcia","Guest created":"Utworzono go\u015Bcia","Guest deleted":"Usuni\u0119to go\u015Bcia","Guest updated":"Zaktualizowano go\u015Bcia","Guest error":"B\u0142\u0105d go\u015Bcia","Add an external location":"Dodaj zewn\u0119trzn\u0105 lokalizacj\u0119","External location":"Zewn\u0119trzna lokalizacja","Select a file":"Wybierz plik","The link is expired":"Link wygas\u0142","The link is disabled":"Link jest wy\u0142\u0105czony","The link was not found":"Nie znaleziono linku",Expired:$o,expired:ea,none:oa,"The maximum number of access allowed to the link is exceeded":"Przekroczono maksymaln\u0105 liczb\u0119 dost\u0119p\xF3w do linku","Set a password":"Ustaw has\u0142o","Enter your password":"Wpisz has\u0142o",Permissions:aa,"No permissions":"Brak uprawnie\u0144",Owner:ia,Me:na,Shared:ta,Created:sa,"Created & Modified":"Utworzono i zmodyfikowano","Creation date":"Data utworzenia","Modification date":"Data modyfikacji","Deactivation date":"Data dezaktywacji",Date:ra,Path:da,active:la,Active:ca,suspended:za,"Unable to rename user space":"Nie mo\u017Cna zmieni\u0107 nazwy przestrzeni u\u017Cytkownika","Unable to delete user space":"Nie mo\u017Cna usun\u0105\u0107 przestrzeni u\u017Cytkownika","Unable to update user":"Nie mo\u017Cna zaktualizowa\u0107 u\u017Cytkownika","Unable to update user groups":"Nie mo\u017Cna zaktualizowa\u0107 grup u\u017Cytkownika","User created":"Utworzono u\u017Cytkownika","User updated":"Zaktualizowano u\u017Cytkownika","User not found":"Nie znaleziono u\u017Cytkownika","Edit user":"Edytuj u\u017Cytkownika","Impersonate identity":"Przyjmij to\u017Csamo\u015B\u0107 u\u017Cytkownika",Type:ua,Description:pa,Visibility:wa,"Unknown error !":"Nieznany b\u0142\u0105d!",Unknown:ya,Expiration:ka,"Limit access":"Ogranicz dost\u0119p","Current access count":"Bie\u017C\u0105ca liczba dost\u0119p\xF3w",Access:ma,Accessed:ha,"Last access":"Ostatni dost\u0119p","Last accesses":"Ostatnie dost\u0119py",Comment:ja,Comments:ga,comments:ba,commented:fa,"No recent comments":"Brak ostatnich komentarzy","Write a comment ...":"Napisz komentarz...",yes:Sa,no:Na,Client:Ua,Clients:Ta,available:Pa,busy:va,absent:Aa,offline:Ca,View:Da,"Session has expired":"Sesja wygas\u0142a","Please sign in":"Zaloguj si\u0119 ponownie",logout:Wa,days:Za,day:_a,Delete:Ea,Scheduler:La,async:xa,seq:Ra,Transfers:Ma,Simulate:Fa,Reset:Ga,Browse:Ba,Action:Oa,Added:Ka,Removed:Ya,Copied:Ia,Moved:qa,Filtered:Va,Error:Ja,Server:Ha,Direction:Qa,Conflict:Xa,"Show filtered files":"Poka\u017C przefiltrowane pliki",recent:$a,Source:ei,Destination:oi,Mode:ai,Sequentially:ii,Asynchronously:ni,fast:ti,secure:si,enabled:ri,Enable:di,disabled:li,Disable:ci,scheduler_unit_hour:zi,scheduler_unit_minute:ui,scheduler_unit_day:pi,"You must have permission to modify the server folder to choose a different sync mode":"Aby wybra\u0107 inny tryb synchronizacji, musisz mie\u0107 uprawnienia do modyfikacji folderu serwera","upload only":"tylko wysy\u0142anie","download only":"tylko pobieranie",both:wi,never:yi,"Clear events":"Wyczy\u015B\u0107 zdarzenia","Events from":"Zdarzenia z","All syncs":"Wszystkie synchronizacje","All events":"Wszystkie zdarzenia","will be cleared":"zostan\u0105 wyczyszczone","No differences":"Brak r\xF3\u017Cnic","Select a folder":"Wybierz folder","The files containing":"Pliki zawieraj\u0105ce","The files starting":"Pliki zaczynaj\u0105ce si\u0119 na","The files ending":"Pliki ko\u0144cz\u0105ce si\u0119 na","Expert (Regexp)":"Zaawansowane (Regexp)","click on the browse button":"kliknij przycisk przegl\u0105dania","with a name or pattern":"po nazwie lub wzorcu","with the extension ('.mp3', '.avi', '.mov' ...)":"po rozszerzeniu ('.mp3', '.avi', '.mov' ...)",Wizard:ki,Next:mi,Previous:hi,Done:ji,"This wizard will help you synchronize a directory on your computer with a Sync-in directory.":"Ten kreator pomo\u017Ce zsynchronizowa\u0107 katalog na komputerze z katalogiem Sync-in.","To begin, select a folder on your computer.":"Aby rozpocz\u0105\u0107, wybierz folder na swoim komputerze.",'You can drag the folder into the area below or click on the "Select" button.':"Mo\u017Cesz przeci\u0105gn\u0105\u0107 folder w poni\u017Cszy obszar lub klikn\u0105\u0107 przycisk \u201EWybierz\u201D.","Drop folder here":"Upu\u015B\u0107 folder tutaj","This directory is already synced":"Ten katalog jest ju\u017C zsynchronizowany","The parent directory is already synced":"Katalog nadrz\u0119dny jest ju\u017C zsynchronizowany","This directory is not accessible":"Ten katalog jest niedost\u0119pny","This directory is read-only, you will not be able to modify it":"Ten katalog jest tylko do odczytu, nie mo\u017Cesz go modyfikowa\u0107","Please select the server directory to sync, if it doesn't exist you can create it.":"Wybierz katalog na serwerze do synchronizacji, a je\u015Bli nie istnieje, mo\u017Cesz go utworzy\u0107.","Double click to browse directories":"Kliknij dwukrotnie, aby przegl\u0105da\u0107 katalogi","The data will be synchronized from":"Dane b\u0119d\u0105 synchronizowane z","the client folder":"folderu klienta","the server folder":"folderu serwera","(One-Way)":"(jednokierunkowe)","(Two-Way)":"(dwukierunkowe)",to:gi,"and from":"i z","All files created or modified in":"Wszystkie pliki utworzone lub zmodyfikowane w","will be ignored and deleted":"zostan\u0105 zignorowane i usuni\u0119te","In case of conflict,":"W przypadku konfliktu","the most recent files will be kept":"zostan\u0105 zachowane najnowsze pliki","the client\u2019s files take precedence":"pliki klienta maj\u0105 pierwsze\u0144stwo","the server\u2019s files take precedence":"pliki serwera maj\u0105 pierwsze\u0144stwo","the files in":"pliki w","will be preferred":"b\u0119d\u0105 preferowane","Loading...":"\u0141adowanie...","No results":"Brak wynik\xF3w","Download ARM64 version":"Pobierz wersj\u0119 ARM64","Download Apple Silicon ARM64 version":"Pobierz wersj\u0119 Apple Silicon ARM64","Download tar.gz version":"Pobierz wersj\u0119 tar.gz",Repository:bi,public:fi,local:Si,remote:Ni,"System requirements":"Wymagania systemowe","Feature not enabled":"Funkcja nie jest w\u0142\u0105czona","Check the settings":"Sprawd\u017A ustawienia",Website:Ui,Documentation:Ti,Versions:Pi,Security:vi,"Recovery code":"Kod odzyskiwania","Use a recovery code":"U\u017Cyj kodu odzyskiwania","Authentication code":"Kod uwierzytelniaj\u0105cy","Secret copied":"Skopiowano sekret","Recovery codes copied":"Skopiowano kody odzyskiwania","Invalid code":"Nieprawid\u0142owy kod","Incorrect code or password":"Nieprawid\u0142owy kod lub has\u0142o","Application Passwords":"Has\u0142a aplikacji","Generate a new app password":"Wygeneruj nowe has\u0142o aplikacji","Generated password":"Wygenerowane has\u0142o","This password will only be shown once after it is generated":"To has\u0142o zostanie wy\u015Bwietlone tylko raz po wygenerowaniu","Password name":"Nazwa has\u0142a",Manage:Ai,"Manage app passwords":"Zarz\u0105dzaj has\u0142ami aplikacji","Password Authentication":"Uwierzytelnianie has\u0142em","Two-Factor Authentication":"Uwierzytelnianie dwusk\u0142adnikowe","Two-Factor Authentication is enabled":"Uwierzytelnianie dwusk\u0142adnikowe jest w\u0142\u0105czone","Two-Factor Authentication is disabled":"Uwierzytelnianie dwusk\u0142adnikowe jest wy\u0142\u0105czone","Scan this QR code using your authenticator app.":"Zeskanuj ten kod QR za pomoc\u0105 aplikacji uwierzytelniaj\u0105cej.","(Such as FreeOTP, Proton Authenticator etc.)":"(np. FreeOTP, Proton Authenticator itp.)","Or enter this secret manually":"Lub wprowad\u017A ten sekret r\u0119cznie","Valid with your TOTP code":"Potwierd\u017A kodem TOTP","The secret has expired":"Sekret wygas\u0142","Keep these codes in a safe place. They will allow you to access your account if you lose access to your two-factor authentication.":"Przechowuj te kody w bezpiecznym miejscu. Umo\u017Cliwi\u0105 dost\u0119p do konta, je\u015Bli utracisz dost\u0119p do uwierzytelniania dwusk\u0142adnikowego.","These recovery codes are for one-time use only and will only be displayed here once.":"Te kody odzyskiwania s\u0105 jednorazowe i zostan\u0105 tu wy\u015Bwietlone tylko raz.","Overwrite Existing File(s)":"Nadpisa\u0107 istniej\u0105cy(e) plik(i)","Replace Existing File":"Zast\u0105pi\u0107 istniej\u0105cy plik","Do you want to replace the existing file(s)?":"Czy chcesz zast\u0105pi\u0107 istniej\u0105cy(e) plik(i)?",RenameFileToExisting:Ci,Save:Di,"Line Wrap":"Zawijanie wierszy","Read-only":"Tylko do odczytu","Read-write":"Odczyt i zapis","Save And Exit":"Zapisz i wyjd\u017A","Close Without Saving":"Zamknij bez zapisywania",Undo:Wi,Redo:Zi,me:_i,"The file is locked by":"Plik jest zablokowany przez",Unlock:Ei,Lock:Li,Exclusive:xi,"Send an unlock request":"Wy\u015Blij pro\u015Bb\u0119 o odblokowanie","sends you a request to unlock the file":"wysy\u0142a do Ciebie pro\u015Bb\u0119 o odblokowanie pliku","As the file owner, you can unlock the file or request the current lock owner to release it.":"Jako w\u0142a\u015Bciciel pliku mo\u017Cesz odblokowa\u0107 plik lub poprosi\u0107 obecnego w\u0142a\u015Bciciela blokady o jej zwolnienie.","The file is edited by":"Plik jest edytowany przez","A new update is available":"Dost\u0119pna jest nowa aktualizacja",Fullscreen:Ri,Dimensions:Mi,"Start Slideshow":"Uruchom pokaz slajd\xF3w"};export{ma as Access,ha as Accessed,V as Account,Oa as Action,ca as Active,F as Add,Ka as Added,B as Administration,G as Administrator,Ye as Anchored,N as Application,ye as Applications,ni as Asynchronously,a as Authentication,me as Avatar,Ba as Browse,s as Cancel,Ua as Client,Ta as Clients,oo as Clipboard,r as Close,ja as Comment,ga as Comments,mo as Compress,we as Configuration,t as Confirm,Xa as Conflict,ee as Connection,oe as Connections,Ia as Copied,Qe as Copy,sa as Created,ra as Date,ho as Decompress,Ea as Delete,pa as Description,oi as Destination,Mi as Dimensions,Qa as Direction,ci as Disable,to as Display,Ti as Documentation,ji as Done,Je as Download,$e as Edit,Uo as Elements,J as Email,io as Empty,di as Enable,Ja as Error,v as Event,xi as Exclusive,ka as Expiration,$o as Expired,W as External,A as File,C as Files,d as Filter,Va as Filtered,l as Filters,Po as Folder,Ri as Fullscreen,ue as Generate,_ as Group,Z as Groups,Jo as Guest,Ho as Guests,ge as Home,X as IP,pe as Import,jo as Info,M as Isolated,je as Language,Yo as Link,qo as Links,no as List,Ke as Location,Li as Lock,i as Login,Ai as Manage,le as Manager,ze as Managers,na as Me,re as Member,de as Members,ai as Mode,bo as Modified,He as Move,qa as Moved,Ve as Name,To as New,mi as Next,T as Notification,P as Notifications,qe as Options,ia as Owner,n as Password,da as Path,aa as Permissions,D as Personal,hi as Previous,R as Private,be as Recents,Zi as Redo,ao as Refresh,eo as Remove,Ya as Removed,Xe as Rename,Ci as RenameFileToExisting,bi as Repository,Ga as Reset,Q as Role,Di as Save,La as Scheduler,z as Search,vi as Security,u as See,$ as Seen,ii as Sequentially,Ha as Server,Ie as Settings,Ue as Share,ta as Shared,Ne as Shares,Fa as Simulate,go as Size,ei as Source,Me as Space,Fe as Spaces,H as Status,yo as Sync,ko as Synced,uo as Synchronization,po as Synchronizations,wo as Synchronize,So as Tasks,No as Text,Zo as Total,Ma as Transfers,Se as Trash,ua as Type,Wi as Undo,ya as Unknown,ne as Unlimited,Ei as Unlock,he as Update,O as User,Y as Users,Pi as Versions,Da as View,wa as Visibility,x as Visible,Ui as Website,ki as Wizard,Aa as absent,q as account,la as active,Be as anchored,U as application,ke as applications,xa as async,Pa as available,ae as available_space_is_low,wi as both,va as busy,fa as commented,ba as comments,Mo as create,_a as day,Za as days,Fi as default,Bo as delete,co as delete_multiple_files,ro as delete_one_file,Ee as desktop_app_access,Le as desktop_app_sync,Wo as directories,Do as directory,li as disabled,ri as enabled,ea as expired,ti as fast,Ao as file,Co as files,vo as folder,E as group,L as groups,Qo as guest,Xo as guests,Ze as guests_admin,xo as item,Ro as items,Io as link,Vo as links,Si as local,Wa as logout,ce as manager,_i as me,te as member,se as members,fo as modified,Oo as modify,Go as move,j as nb_actions,m as nb_active_tasks,h as nb_elements,b as nb_messages,S as nb_notifications,Lo as nb_selections,y as nb_tasks,yi as never,Na as no,_o as no_selection,p as no_task,oa as none,Ca as offline,k as one_active_task,g as one_message,f as one_notification,Eo as one_selection,w as one_task,ie as online,_e as personal_groups_admin,ve as personal_space,fi as public,$a as recent,fe as recents,Ni as remote,pi as scheduler_unit_day,zi as scheduler_unit_hour,ui as scheduler_unit_minute,c as search,si as secure,Ra as seq,Ko as share,Pe as shared,Te as shares,De as shares_access,We as shares_admin,Ge as spaces,Ae as spaces_access,Ce as spaces_admin,za as suspended,zo as synchronization,gi as to,lo as trash_multiple_files,so as trash_one_file,Oe as unanchored,K as user,I as users,Re as webdav,xe as webdav_access,Fo as write,Sa as yes};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function I(e){for(var n={},T=e.split(" "),E=0;E<T.length;++E)n[T[E]]=!0;return n}var N={name:"ttcn-cfg",keywords:I("Yes No LogFile FileMask ConsoleMask AppendFile TimeStampFormat LogEventTypes SourceInfoFormat LogEntityName LogSourceInfo DiskFullAction LogFileNumber LogFileSize MatchingHints Detailed Compact SubCategories Stack Single None Seconds DateTime Time Stop Error Retry Delete TCPPort KillTimer NumHCs UnixSocketsEnabled LocalAddress"),fileNCtrlMaskOptions:I("TTCN_EXECUTOR TTCN_ERROR TTCN_WARNING TTCN_PORTEVENT TTCN_TIMEROP TTCN_VERDICTOP TTCN_DEFAULTOP TTCN_TESTCASE TTCN_ACTION TTCN_USER TTCN_FUNCTION TTCN_STATISTICS TTCN_PARALLEL TTCN_MATCHING TTCN_DEBUG EXECUTOR ERROR WARNING PORTEVENT TIMEROP VERDICTOP DEFAULTOP TESTCASE ACTION USER FUNCTION STATISTICS PARALLEL MATCHING DEBUG LOG_ALL LOG_NOTHING ACTION_UNQUALIFIED DEBUG_ENCDEC DEBUG_TESTPORT DEBUG_UNQUALIFIED DEFAULTOP_ACTIVATE DEFAULTOP_DEACTIVATE DEFAULTOP_EXIT DEFAULTOP_UNQUALIFIED ERROR_UNQUALIFIED EXECUTOR_COMPONENT EXECUTOR_CONFIGDATA EXECUTOR_EXTCOMMAND EXECUTOR_LOGOPTIONS EXECUTOR_RUNTIME EXECUTOR_UNQUALIFIED FUNCTION_RND FUNCTION_UNQUALIFIED MATCHING_DONE MATCHING_MCSUCCESS MATCHING_MCUNSUCC MATCHING_MMSUCCESS MATCHING_MMUNSUCC MATCHING_PCSUCCESS MATCHING_PCUNSUCC MATCHING_PMSUCCESS MATCHING_PMUNSUCC MATCHING_PROBLEM MATCHING_TIMEOUT MATCHING_UNQUALIFIED PARALLEL_PORTCONN PARALLEL_PORTMAP PARALLEL_PTC PARALLEL_UNQUALIFIED PORTEVENT_DUALRECV PORTEVENT_DUALSEND PORTEVENT_MCRECV PORTEVENT_MCSEND PORTEVENT_MMRECV PORTEVENT_MMSEND PORTEVENT_MQUEUE PORTEVENT_PCIN PORTEVENT_PCOUT PORTEVENT_PMIN PORTEVENT_PMOUT PORTEVENT_PQUEUE PORTEVENT_STATE PORTEVENT_UNQUALIFIED STATISTICS_UNQUALIFIED STATISTICS_VERDICT TESTCASE_FINISH TESTCASE_START TESTCASE_UNQUALIFIED TIMEROP_GUARD TIMEROP_READ TIMEROP_START TIMEROP_STOP TIMEROP_TIMEOUT TIMEROP_UNQUALIFIED USER_UNQUALIFIED VERDICTOP_FINAL VERDICTOP_GETVERDICT VERDICTOP_SETVERDICT VERDICTOP_UNQUALIFIED WARNING_UNQUALIFIED"),externalCommands:I("BeginControlPart EndControlPart BeginTestCase EndTestCase"),multiLineStrings:!0},A=N.keywords,U=N.fileNCtrlMaskOptions,R=N.externalCommands,u=N.multiLineStrings,S=N.indentStatements!==!1,O=/[\|]/,t;function P(e,n){var T=e.next();if(T=='"'||T=="'")return n.tokenize=L(T),n.tokenize(e,n);if(/[:=]/.test(T))return t=T,"punctuation";if(T=="#")return e.skipToEnd(),"comment";if(/\d/.test(T))return e.eatWhile(/[\w\.]/),"number";if(O.test(T))return e.eatWhile(O),"operator";if(T=="[")return e.eatWhile(/[\w_\]]/),"number";e.eatWhile(/[\w\$_]/);var E=e.current();return A.propertyIsEnumerable(E)?"keyword":U.propertyIsEnumerable(E)?"atom":R.propertyIsEnumerable(E)?"deleted":"variable"}function L(e){return function(n,T){for(var E=!1,i,l=!1;(i=n.next())!=null;){if(i==e&&!E){var C=n.peek();C&&(C=C.toLowerCase(),(C=="b"||C=="h"||C=="o")&&n.next()),l=!0;break}E=!E&&i=="\\"}return(l||!(E||u))&&(T.tokenize=null),"string"}}function _(e,n,T,E,i){this.indented=e,this.column=n,this.type=T,this.align=E,this.prev=i}function r(e,n,T){var E=e.indented;return e.context&&e.context.type=="statement"&&(E=e.context.indented),e.context=new _(E,n,T,null,e.context)}function o(e){var n=e.context.type;return(n==")"||n=="]"||n=="}")&&(e.indented=e.context.indented),e.context=e.context.prev}var D={name:"ttcn",startState:function(){return{tokenize:null,context:new _(0,0,"top",!1),indented:0,startOfLine:!0}},token:function(e,n){var T=n.context;if(e.sol()&&(T.align==null&&(T.align=!1),n.indented=e.indentation(),n.startOfLine=!0),e.eatSpace())return null;t=null;var E=(n.tokenize||P)(e,n);if(E=="comment")return E;if(T.align==null&&(T.align=!0),(t==";"||t==":"||t==",")&&T.type=="statement")o(n);else if(t=="{")r(n,e.column(),"}");else if(t=="[")r(n,e.column(),"]");else if(t=="(")r(n,e.column(),")");else if(t=="}"){for(;T.type=="statement";)T=o(n);for(T.type=="}"&&(T=o(n));T.type=="statement";)T=o(n)}else t==T.type?o(n):S&&((T.type=="}"||T.type=="top")&&t!=";"||T.type=="statement"&&t=="newstatement")&&r(n,e.column(),"statement");return n.startOfLine=!1,E},languageData:{indentOnInput:/^\s*[{}]$/,commentTokens:{line:"#"}}};export{D as ttcnCfg};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function k(e){for(var i={},n=0,o=e.length;n<o;++n)i[e[n]]=!0;return i}var v=["alias","and","BEGIN","begin","break","case","class","def","defined?","do","else","elsif","END","end","ensure","false","for","if","in","module","next","not","or","redo","rescue","retry","return","self","super","then","true","undef","unless","until","when","while","yield","nil","raise","throw","catch","fail","loop","callcc","caller","lambda","proc","public","protected","private","require","load","require_relative","extend","autoload","__END__","__FILE__","__LINE__","__dir__"],x=k(v),z=k(["def","class","case","for","while","until","module","catch","loop","proc","begin"]),b=k(["end","until"]),h={"[":"]","{":"}","(":")"},_={"]":"[","}":"{",")":"("},f;function c(e,i,n){return n.tokenize.push(e),e(i,n)}function p(e,i){if(e.sol()&&e.match("=begin")&&e.eol())return i.tokenize.push(w),"comment";if(e.eatSpace())return null;var n=e.next(),o;if(n=="`"||n=="'"||n=='"')return c(d(n,"string",n=='"'||n=="`"),e,i);if(n=="/")return g(e)?c(d(n,"string.special",!0),e,i):"operator";if(n=="%"){var l="string",r=!0;e.eat("s")?l="atom":e.eat(/[WQ]/)?l="string":e.eat(/[r]/)?l="string.special":e.eat(/[wxq]/)&&(l="string",r=!1);var u=e.eat(/[^\w\s=]/);return u?(h.propertyIsEnumerable(u)&&(u=h[u]),c(d(u,l,r,!0),e,i)):"operator"}else{if(n=="#")return e.skipToEnd(),"comment";if(n=="<"&&(o=e.match(/^<([-~])[\`\"\']?([a-zA-Z_?]\w*)[\`\"\']?(?:;|$)/)))return c(s(o[2],o[1]),e,i);if(n=="0")return e.eat("x")?e.eatWhile(/[\da-fA-F]/):e.eat("b")?e.eatWhile(/[01]/):e.eatWhile(/[0-7]/),"number";if(/\d/.test(n))return e.match(/^[\d_]*(?:\.[\d_]+)?(?:[eE][+\-]?[\d_]+)?/),"number";if(n=="?"){for(;e.match(/^\\[CM]-/););return e.eat("\\")?e.eatWhile(/\w/):e.next(),"string"}else{if(n==":")return e.eat("'")?c(d("'","atom",!1),e,i):e.eat('"')?c(d('"',"atom",!0),e,i):e.eat(/[\<\>]/)?(e.eat(/[\<\>]/),"atom"):e.eat(/[\+\-\*\/\&\|\:\!]/)?"atom":e.eat(/[a-zA-Z$@_\xa1-\uffff]/)?(e.eatWhile(/[\w$\xa1-\uffff]/),e.eat(/[\?\!\=]/),"atom"):"operator";if(n=="@"&&e.match(/^@?[a-zA-Z_\xa1-\uffff]/))return e.eat("@"),e.eatWhile(/[\w\xa1-\uffff]/),"propertyName";if(n=="$")return e.eat(/[a-zA-Z_]/)?e.eatWhile(/[\w]/):e.eat(/\d/)?e.eat(/\d/):e.next(),"variableName.special";if(/[a-zA-Z_\xa1-\uffff]/.test(n))return e.eatWhile(/[\w\xa1-\uffff]/),e.eat(/[\?\!]/),e.eat(":")?"atom":"variable";if(n=="|"&&(i.varList||i.lastTok=="{"||i.lastTok=="do"))return f="|",null;if(/[\(\)\[\]{}\\;]/.test(n))return f=n,null;if(n=="-"&&e.eat(">"))return"operator";if(/[=+\-\/*:\.^%<>~|]/.test(n)){var t=e.eatWhile(/[=+\-\/*:\.^%<>~|]/);return n=="."&&!t&&(f="."),"operator"}else return null}}}function g(e){for(var i=e.pos,n=0,o,l=!1,r=!1;(o=e.next())!=null;)if(r)r=!1;else{if("[{(".indexOf(o)>-1)n++;else if("]})".indexOf(o)>-1){if(n--,n<0)break}else if(o=="/"&&n==0){l=!0;break}r=o=="\\"}return e.backUp(e.pos-i),l}function a(e){return e||(e=1),function(i,n){if(i.peek()=="}"){if(e==1)return n.tokenize.pop(),n.tokenize[n.tokenize.length-1](i,n);n.tokenize[n.tokenize.length-1]=a(e-1)}else i.peek()=="{"&&(n.tokenize[n.tokenize.length-1]=a(e+1));return p(i,n)}}function y(){var e=!1;return function(i,n){return e?(n.tokenize.pop(),n.tokenize[n.tokenize.length-1](i,n)):(e=!0,p(i,n))}}function d(e,i,n,o){return function(l,r){var u=!1,t;for(r.context.type==="read-quoted-paused"&&(r.context=r.context.prev,l.eat("}"));(t=l.next())!=null;){if(t==e&&(o||!u)){r.tokenize.pop();break}if(n&&t=="#"&&!u){if(l.eat("{")){e=="}"&&(r.context={prev:r.context,type:"read-quoted-paused"}),r.tokenize.push(a());break}else if(/[@\$]/.test(l.peek())){r.tokenize.push(y());break}}u=!u&&t=="\\"}return i}}function s(e,i){return function(n,o){return i&&n.eatSpace(),n.match(e)?o.tokenize.pop():n.skipToEnd(),"string"}}function w(e,i){return e.sol()&&e.match("=end")&&e.eol()&&i.tokenize.pop(),e.skipToEnd(),"comment"}var E={name:"ruby",startState:function(e){return{tokenize:[p],indented:0,context:{type:"top",indented:-e},continuedLine:!1,lastTok:null,varList:!1}},token:function(e,i){f=null,e.sol()&&(i.indented=e.indentation());var n=i.tokenize[i.tokenize.length-1](e,i),o,l=f;if(n=="variable"){var r=e.current();n=i.lastTok=="."?"property":x.propertyIsEnumerable(e.current())?"keyword":/^[A-Z]/.test(r)?"tag":i.lastTok=="def"||i.lastTok=="class"||i.varList?"def":"variable",n=="keyword"&&(l=r,z.propertyIsEnumerable(r)?o="indent":b.propertyIsEnumerable(r)?o="dedent":((r=="if"||r=="unless")&&e.column()==e.indentation()||r=="do"&&i.context.indented<i.indented)&&(o="indent"))}return(f||n&&n!="comment")&&(i.lastTok=l),f=="|"&&(i.varList=!i.varList),o=="indent"||/[\(\[\{]/.test(f)?i.context={prev:i.context,type:f||n,indented:i.indented}:(o=="dedent"||/[\)\]\}]/.test(f))&&i.context.prev&&(i.context=i.context.prev),e.eol()&&(i.continuedLine=f=="\\"||n=="operator"),n},indent:function(e,i,n){if(e.tokenize[e.tokenize.length-1]!=p)return null;var o=i&&i.charAt(0),l=e.context,r=l.type==_[o]||l.type=="keyword"&&/^(?:end|until|else|elsif|when|rescue)\b/.test(i);return l.indented+(r?0:n.unit)+(e.continuedLine?n.unit:0)},languageData:{indentOnInput:/^\s*(?:end|rescue|elsif|else|\})$/,commentTokens:{line:"#"},autocomplete:v}};export{E as ruby};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function a(e){return new RegExp("^(("+e.join(")|(")+"))\\b")}var l=["Clamp","Constructor","EnforceRange","Exposed","ImplicitThis","Global","PrimaryGlobal","LegacyArrayClass","LegacyUnenumerableNamedProperties","LenientThis","NamedConstructor","NewObject","NoInterfaceObject","OverrideBuiltins","PutForwards","Replaceable","SameObject","TreatNonObjectAsNull","TreatNullAs","EmptyString","Unforgeable","Unscopeable"],u=a(l),o=["unsigned","short","long","unrestricted","float","double","boolean","byte","octet","Promise","ArrayBuffer","DataView","Int8Array","Int16Array","Int32Array","Uint8Array","Uint16Array","Uint32Array","Uint8ClampedArray","Float32Array","Float64Array","ByteString","DOMString","USVString","sequence","object","RegExp","Error","DOMException","FrozenArray","any","void"],m=a(o),c=["attribute","callback","const","deleter","dictionary","enum","getter","implements","inherit","interface","iterable","legacycaller","maplike","partial","required","serializer","setlike","setter","static","stringifier","typedef","optional","readonly","or"],s=a(c),f=["true","false","Infinity","NaN","null"],y=a(f),d=["callback","dictionary","enum","interface"],p=a(d),b=["typedef"],v=a(b),A=/^[:<=>?]/,g=/^-?([1-9][0-9]*|0[Xx][0-9A-Fa-f]+|0[0-7]*)/,h=/^-?(([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([Ee][+-]?[0-9]+)?|[0-9]+[Ee][+-]?[0-9]+)/,i=/^_?[A-Za-z][0-9A-Z_a-z-]*/,D=/^_?[A-Za-z][0-9A-Z_a-z-]*(?=\s*;)/,k=/^"[^"]*"/,E=/^\/\*.*?\*\//,C=/^\/\*.*/,w=/^.*?\*\//;function N(e,r){if(e.eatSpace())return null;if(r.inComment)return e.match(w)?(r.inComment=!1,"comment"):(e.skipToEnd(),"comment");if(e.match("//"))return e.skipToEnd(),"comment";if(e.match(E))return"comment";if(e.match(C))return r.inComment=!0,"comment";if(e.match(/^-?[0-9\.]/,!1)&&(e.match(g)||e.match(h)))return"number";if(e.match(k))return"string";if(r.startDef&&e.match(i))return"def";if(r.endDef&&e.match(D))return r.endDef=!1,"def";if(e.match(s))return"keyword";if(e.match(m)){var t=r.lastToken,n=(e.match(/^\s*(.+?)\b/,!1)||[])[1];return t===":"||t==="implements"||n==="implements"||n==="="?"builtin":"type"}return e.match(u)?"builtin":e.match(y)?"atom":e.match(i)?"variable":e.match(A)?"operator":(e.next(),null)}var S={name:"webidl",startState:function(){return{inComment:!1,lastToken:"",startDef:!1,endDef:!1}},token:function(e,r){var t=N(e,r);if(t){var n=e.current();r.lastToken=n,t==="keyword"?(r.startDef=p.test(n),r.endDef=r.endDef||v.test(n)):r.startDef=!1}return t},languageData:{autocomplete:l.concat(o).concat(c).concat(f)}};export{S as webIDL};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{hb as n}from"./chunk-5HNQLBSW.js";import{db as f}from"./chunk-IOIBQGHN.js";var s=(()=>{let r=class r{transform(t,e,p){return!t?.length||!e?t:n(e,t,p)}};r.\u0275fac=function(e){return new(e||r)},r.\u0275pipe=f({name:"searchFilter",type:r,pure:!0});let i=r;return i})();export{s as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function u(r,n){return r.skipToEnd(),n.cur=t,"error"}function i(r,n){return r.match(/^HTTP\/\d\.\d/)?(n.cur=f,"keyword"):r.match(/^[A-Z]+/)&&/[ \t]/.test(r.peek())?(n.cur=d,"keyword"):u(r,n)}function f(r,n){var e=r.match(/^\d+/);if(!e)return u(r,n);n.cur=l;var o=Number(e[0]);return o>=100&&o<400?"atom":"error"}function l(r,n){return r.skipToEnd(),n.cur=t,null}function d(r,n){return r.eatWhile(/\S/),n.cur=s,"string.special"}function s(r,n){return r.match(/^HTTP\/\d\.\d$/)?(n.cur=t,"keyword"):u(r,n)}function t(r){return r.sol()&&!r.eat(/[ \t]/)?r.match(/^.*?:/)?"atom":(r.skipToEnd(),"error"):(r.skipToEnd(),"string")}function c(r){return r.skipToEnd(),null}var p={name:"http",token:function(r,n){var e=n.cur;return e!=t&&e!=c&&r.eatSpace()?null:e(r,n)},blankLine:function(r){r.cur=c},startState:function(){return{cur:i}}};export{p as http};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var l={"+":["conjugate","add"],"\u2212":["negate","subtract"],"\xD7":["signOf","multiply"],"\xF7":["reciprocal","divide"],"\u2308":["ceiling","greaterOf"],"\u230A":["floor","lesserOf"],"\u2223":["absolute","residue"],"\u2373":["indexGenerate","indexOf"],"?":["roll","deal"],"\u22C6":["exponentiate","toThePowerOf"],"\u235F":["naturalLog","logToTheBase"],"\u25CB":["piTimes","circularFuncs"],"!":["factorial","binomial"],"\u2339":["matrixInverse","matrixDivide"],"<":[null,"lessThan"],"\u2264":[null,"lessThanOrEqual"],"=":[null,"equals"],">":[null,"greaterThan"],"\u2265":[null,"greaterThanOrEqual"],"\u2260":[null,"notEqual"],"\u2261":["depth","match"],"\u2262":[null,"notMatch"],"\u2208":["enlist","membership"],"\u2377":[null,"find"],"\u222A":["unique","union"],"\u2229":[null,"intersection"],"\u223C":["not","without"],"\u2228":[null,"or"],"\u2227":[null,"and"],"\u2371":[null,"nor"],"\u2372":[null,"nand"],"\u2374":["shapeOf","reshape"],",":["ravel","catenate"],"\u236A":[null,"firstAxisCatenate"],"\u233D":["reverse","rotate"],"\u2296":["axis1Reverse","axis1Rotate"],"\u2349":["transpose",null],"\u2191":["first","take"],"\u2193":[null,"drop"],"\u2282":["enclose","partitionWithAxis"],"\u2283":["diclose","pick"],"\u2337":[null,"index"],"\u234B":["gradeUp",null],"\u2352":["gradeDown",null],"\u22A4":["encode",null],"\u22A5":["decode",null],"\u2355":["format","formatByExample"],"\u234E":["execute",null],"\u22A3":["stop","left"],"\u22A2":["pass","right"]},t=/[\.\/⌿⍀¨⍣]/,a=/⍬/,i=/[\+−×÷⌈⌊∣⍳\?⋆⍟○!⌹<≤=>≥≠≡≢∈⍷∪∩∼∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⌷⍋⍒⊤⊥⍕⍎⊣⊢]/,u=/←/,o=/[⍝#].*$/,s=function(r){var n;return n=!1,function(e){return n=e,e===r?n==="\\":!0}},f={name:"apl",startState:function(){return{prev:!1,func:!1,op:!1,string:!1,escape:!1}},token:function(r,n){var e;return r.eatSpace()?null:(e=r.next(),e==='"'||e==="'"?(r.eatWhile(s(e)),r.next(),n.prev=!0,"string"):/[\[{\(]/.test(e)?(n.prev=!1,null):/[\]}\)]/.test(e)?(n.prev=!0,null):a.test(e)?(n.prev=!1,"atom"):/[¯\d]/.test(e)?(n.func?(n.func=!1,n.prev=!1):n.prev=!0,r.eatWhile(/[\w\.]/),"number"):t.test(e)||u.test(e)?"operator":i.test(e)?(n.func=!0,n.prev=!1,l[e]?"variableName.function.standard":"variableName.function"):o.test(e)?(r.skipToEnd(),"comment"):e==="\u2218"&&r.peek()==="."?(r.next(),"variableName.function"):(r.eatWhile(/[\w\$_]/),n.prev=!0,"keyword"))}};export{f as apl};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function t(e){for(var n={},r=e.split(" "),o=0;o<r.length;++o)n[r[o]]=!0;return n}var a=t("Assert BackQuote D Defun Deriv For ForEach FromFile FromString Function Integrate InverseTaylor Limit LocalSymbols Macro MacroRule MacroRulePattern NIntegrate Rule RulePattern Subst TD TExplicitSum TSum Taylor Taylor1 Taylor2 Taylor3 ToFile ToStdout ToString TraceRule Until While"),f="(?:(?:\\.\\d+|\\d+\\.\\d*|\\d+)(?:[eE][+-]?\\d+)?)",u="(?:[a-zA-Z\\$'][a-zA-Z0-9\\$']*)",p=new RegExp(f),d=new RegExp(u),k=new RegExp(u+"?_"+u),s=new RegExp(u+"\\s*\\(");function l(e,n){var r;if(r=e.next(),r==='"')return n.tokenize=v,n.tokenize(e,n);if(r==="/"){if(e.eat("*"))return n.tokenize=h,n.tokenize(e,n);if(e.eat("/"))return e.skipToEnd(),"comment"}e.backUp(1);var o=e.match(/^(\w+)\s*\(/,!1);o!==null&&a.hasOwnProperty(o[1])&&n.scopes.push("bodied");var i=c(n);if(i==="bodied"&&r==="["&&n.scopes.pop(),(r==="["||r==="{"||r==="(")&&n.scopes.push(r),i=c(n),(i==="["&&r==="]"||i==="{"&&r==="}"||i==="("&&r===")")&&n.scopes.pop(),r===";")for(;i==="bodied";)n.scopes.pop(),i=c(n);return e.match(/\d+ *#/,!0,!1)?"qualifier":e.match(p,!0,!1)?"number":e.match(k,!0,!1)?"variableName.special":e.match(/(?:\[|\]|{|}|\(|\))/,!0,!1)?"bracket":e.match(s,!0,!1)?(e.backUp(1),"variableName.function"):e.match(d,!0,!1)?"variable":e.match(/(?:\\|\+|\-|\*|\/|,|;|\.|:|@|~|=|>|<|&|\||_|`|'|\^|\?|!|%|#)/,!0,!1)?"operator":"error"}function v(e,n){for(var r,o=!1,i=!1;(r=e.next())!=null;){if(r==='"'&&!i){o=!0;break}i=!i&&r==="\\"}return o&&!i&&(n.tokenize=l),"string"}function h(e,n){for(var r,o;(o=e.next())!=null;){if(r==="*"&&o==="/"){n.tokenize=l;break}r=o}return"comment"}function c(e){var n=null;return e.scopes.length>0&&(n=e.scopes[e.scopes.length-1]),n}var b={name:"yacas",startState:function(){return{tokenize:l,scopes:[]}},token:function(e,n){return e.eatSpace()?null:n.tokenize(e,n)},indent:function(e,n,r){if(e.tokenize!==l&&e.tokenize!==null)return null;var o=0;return(n==="]"||n==="];"||n==="}"||n==="};"||n===");")&&(o=-1),(e.scopes.length+o)*r.unit},languageData:{electricInput:/[{}\[\]()\;]/,commentTokens:{line:"//",block:{open:"/*",close:"*/"}}}};export{b as yacas};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function c(e){return new RegExp("^(?:"+e.join("|")+")","i")}function o(e){return new RegExp("^(?:"+e.join("|")+")$","i")}var d=o(["_G","_VERSION","assert","collectgarbage","dofile","error","getfenv","getmetatable","ipairs","load","loadfile","loadstring","module","next","pairs","pcall","print","rawequal","rawget","rawset","require","select","setfenv","setmetatable","tonumber","tostring","type","unpack","xpcall","coroutine.create","coroutine.resume","coroutine.running","coroutine.status","coroutine.wrap","coroutine.yield","debug.debug","debug.getfenv","debug.gethook","debug.getinfo","debug.getlocal","debug.getmetatable","debug.getregistry","debug.getupvalue","debug.setfenv","debug.sethook","debug.setlocal","debug.setmetatable","debug.setupvalue","debug.traceback","close","flush","lines","read","seek","setvbuf","write","io.close","io.flush","io.input","io.lines","io.open","io.output","io.popen","io.read","io.stderr","io.stdin","io.stdout","io.tmpfile","io.type","io.write","math.abs","math.acos","math.asin","math.atan","math.atan2","math.ceil","math.cos","math.cosh","math.deg","math.exp","math.floor","math.fmod","math.frexp","math.huge","math.ldexp","math.log","math.log10","math.max","math.min","math.modf","math.pi","math.pow","math.rad","math.random","math.randomseed","math.sin","math.sinh","math.sqrt","math.tan","math.tanh","os.clock","os.date","os.difftime","os.execute","os.exit","os.getenv","os.remove","os.rename","os.setlocale","os.time","os.tmpname","package.cpath","package.loaded","package.loaders","package.loadlib","package.path","package.preload","package.seeall","string.byte","string.char","string.dump","string.find","string.format","string.gmatch","string.gsub","string.len","string.lower","string.match","string.rep","string.reverse","string.sub","string.upper","table.concat","table.insert","table.maxn","table.remove","table.sort"]),g=o(["and","break","elseif","false","nil","not","or","return","true","function","end","if","then","else","do","while","repeat","until","for","in","local"]),f=o(["function","if","repeat","do","\\(","{"]),h=o(["end","until","\\)","}"]),p=c(["end","until","\\)","}","else","elseif"]);function u(e){for(var t=0;e.eat("=");)++t;return e.eat("["),t}function l(e,t){var n=e.next();return n=="-"&&e.eat("-")?e.eat("[")&&e.eat("[")?(t.cur=s(u(e),"comment"))(e,t):(e.skipToEnd(),"comment"):n=='"'||n=="'"?(t.cur=m(n))(e,t):n=="["&&/[\[=]/.test(e.peek())?(t.cur=s(u(e),"string"))(e,t):/\d/.test(n)?(e.eatWhile(/[\w.%]/),"number"):/[\w_]/.test(n)?(e.eatWhile(/[\w\\\-_.]/),"variable"):null}function s(e,t){return function(n,i){for(var a=null,r;(r=n.next())!=null;)if(a==null)r=="]"&&(a=0);else if(r=="=")++a;else if(r=="]"&&a==e){i.cur=l;break}else a=null;return t}}function m(e){return function(t,n){for(var i=!1,a;(a=t.next())!=null&&!(a==e&&!i);)i=!i&&a=="\\";return i||(n.cur=l),"string"}}var b={name:"lua",startState:function(){return{basecol:0,indentDepth:0,cur:l}},token:function(e,t){if(e.eatSpace())return null;var n=t.cur(e,t),i=e.current();return n=="variable"&&(g.test(i)?n="keyword":d.test(i)&&(n="builtin")),n!="comment"&&n!="string"&&(f.test(i)?++t.indentDepth:h.test(i)&&--t.indentDepth),n},indent:function(e,t,n){var i=p.test(t);return e.basecol+n.unit*(e.indentDepth-(i?1:0))},languageData:{indentOnInput:/^\s*(?:end|until|else|\)|\})$/,commentTokens:{line:"--",block:{open:"--[[",close:"]]--"}}}};export{b as lua};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var c=/({)?[a-zA-Z0-9_]+(})?/;function t(n,i){for(var e,r,u=!1;!n.eol()&&(e=n.next())!=i.pending;){if(e==="$"&&r!="\\"&&i.pending=='"'){u=!0;break}r=e}return u&&n.backUp(1),e==i.pending?i.continueString=!1:i.continueString=!0,"string"}function f(n,i){var e=n.next();return e==="$"?n.match(c)?"variableName.special":"variable":i.continueString?(n.backUp(1),t(n,i)):n.match(/(\s+)?\w+\(/)||n.match(/(\s+)?\w+\ \(/)?(n.backUp(1),"def"):e=="#"?(n.skipToEnd(),"comment"):e=="'"||e=='"'?(i.pending=e,t(n,i)):e=="("||e==")"?"bracket":e.match(/[0-9]/)?"number":(n.eatWhile(/[\w-]/),null)}var a={name:"cmake",startState:function(){var n={};return n.inDefinition=!1,n.inInclude=!1,n.continueString=!1,n.pending=!1,n},token:function(n,i){return n.eatSpace()?null:f(n,i)}};export{a as cmake};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";function t(i){var n=[];return i.split(" ").forEach(function(E){n.push({name:E})}),n}var r=t("INVERT AND OR XOR 2* 2/ LSHIFT RSHIFT 0= = 0< < > U< MIN MAX 2DROP 2DUP 2OVER 2SWAP ?DUP DEPTH DROP DUP OVER ROT SWAP >R R> R@ + - 1+ 1- ABS NEGATE S>D * M* UM* FM/MOD SM/REM UM/MOD */ */MOD / /MOD MOD HERE , @ ! CELL+ CELLS C, C@ C! CHARS 2@ 2! ALIGN ALIGNED +! ALLOT CHAR [CHAR] [ ] BL FIND EXECUTE IMMEDIATE COUNT LITERAL STATE ; DOES> >BODY EVALUATE SOURCE >IN <# # #S #> HOLD SIGN BASE >NUMBER HEX DECIMAL FILL MOVE . CR EMIT SPACE SPACES TYPE U. .R U.R ACCEPT TRUE FALSE <> U> 0<> 0> NIP TUCK ROLL PICK 2>R 2R@ 2R> WITHIN UNUSED MARKER I J TO COMPILE, [COMPILE] SAVE-INPUT RESTORE-INPUT PAD ERASE 2LITERAL DNEGATE D- D+ D0< D0= D2* D2/ D< D= DMAX DMIN D>S DABS M+ M*/ D. D.R 2ROT DU< CATCH THROW FREE RESIZE ALLOCATE CS-PICK CS-ROLL GET-CURRENT SET-CURRENT FORTH-WORDLIST GET-ORDER SET-ORDER PREVIOUS SEARCH-WORDLIST WORDLIST FIND ALSO ONLY FORTH DEFINITIONS ORDER -TRAILING /STRING SEARCH COMPARE CMOVE CMOVE> BLANK SLITERAL"),O=t("IF ELSE THEN BEGIN WHILE REPEAT UNTIL RECURSE [IF] [ELSE] [THEN] ?DO DO LOOP +LOOP UNLOOP LEAVE EXIT AGAIN CASE OF ENDOF ENDCASE");function R(i,n){var E;for(E=i.length-1;E>=0;E--)if(i[E].name===n.toUpperCase())return i[E]}var L={name:"forth",startState:function(){return{state:"",base:10,coreWordList:r,immediateWordList:O,wordList:[]}},token:function(i,n){var E;if(i.eatSpace())return null;if(n.state===""){if(i.match(/^(\]|:NONAME)(\s|$)/i))return n.state=" compilation","builtin";if(E=i.match(/^(\:)\s+(\S+)(\s|$)+/),E)return n.wordList.push({name:E[2].toUpperCase()}),n.state=" compilation","def";if(E=i.match(/^(VARIABLE|2VARIABLE|CONSTANT|2CONSTANT|CREATE|POSTPONE|VALUE|WORD)\s+(\S+)(\s|$)+/i),E)return n.wordList.push({name:E[2].toUpperCase()}),"def";if(E=i.match(/^(\'|\[\'\])\s+(\S+)(\s|$)+/),E)return"builtin"}else{if(i.match(/^(\;|\[)(\s)/))return n.state="",i.backUp(1),"builtin";if(i.match(/^(\;|\[)($)/))return n.state="","builtin";if(i.match(/^(POSTPONE)\s+\S+(\s|$)+/))return"builtin"}if(E=i.match(/^(\S+)(\s+|$)/),E)return R(n.wordList,E[1])!==void 0?"variable":E[1]==="\\"?(i.skipToEnd(),"comment"):R(n.coreWordList,E[1])!==void 0?"builtin":R(n.immediateWordList,E[1])!==void 0?"keyword":E[1]==="("?(i.eatWhile(function(e){return e!==")"}),i.eat(")"),"comment"):E[1]===".("?(i.eatWhile(function(e){return e!==")"}),i.eat(")"),"string"):E[1]==='S"'||E[1]==='."'||E[1]==='C"'?(i.eatWhile(function(e){return e!=='"'}),i.eat('"'),"string"):E[1]-68719476735?"number":"atom"}};export{L as forth};
|