├── .circleci └── config.yml ├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── .spelling ├── Docker-Startup.bat ├── LICENSE ├── README.md ├── webroot ├── 1._startserver.bat ├── 2._OPEN IN BROWSER.url ├── default.css ├── favicon.ico ├── fedramp-cis.php ├── fedramp │ ├── FedRAMP-CIS.xsl │ ├── fedramp_values.xml │ ├── nist-sp-800-60.xml │ └── temp.html ├── footer-pop-up.php ├── footer.php ├── forms │ ├── custom-upload.php │ ├── generated-Array.php │ ├── generated-metadata-basic.php │ ├── generated-metadata-party-org.php │ ├── generated-metadata-party-person.php │ └── generated-metadata-role.php ├── header-pop-up.php ├── header.php ├── img │ ├── 667px-Triangle_icon.svg.png │ ├── FedRAMP logo_Option 2_no_tagline.png │ ├── FedRAMP_PRIMARY_LOGO.png │ ├── NIST.png │ ├── NIST_logo_rev.png │ ├── Triangle_warning_sign_(black_and_yellow).svg.png │ ├── arrow-down (small).png │ ├── arrow-down.png │ ├── arrow-left.png │ ├── arrow-right.png │ ├── at-sign.png │ ├── bell.png │ ├── book.png │ ├── brain.png │ ├── bulb.png │ ├── bulb2.png │ ├── button-closed.png │ ├── button-open.png │ ├── button.png │ ├── calendar.png │ ├── certificate.png │ ├── chart.png │ ├── checkbox.png │ ├── checkbox2.png │ ├── chevron-left-3x.png │ ├── chevron-right-3x.png │ ├── clock.png │ ├── close.png │ ├── close2.png │ ├── cloud-download.png │ ├── cloud-reload.png │ ├── cloud-upload.png │ ├── cloud.png │ ├── diamond.png │ ├── document.png │ ├── domino.png │ ├── download.png │ ├── download2.png │ ├── edit.png │ ├── envelope.png │ ├── experimental.png │ ├── eye.png │ ├── film.png │ ├── flag.png │ ├── folder.png │ ├── gear.png │ ├── growing_rings_fr_red.gif │ ├── handshake.png │ ├── heart.png │ ├── help.png │ ├── home.png │ ├── infinity.png │ ├── information.png │ ├── keyboard.png │ ├── laptop.png │ ├── link.png │ ├── list-item-last-open.png │ ├── list-item-last.png │ ├── list-item-open.png │ ├── list-item.png │ ├── loader2.gif │ ├── lock.png │ ├── logging-out.png │ ├── logo-main-fedramp.png │ ├── measure.png │ ├── merging_ani.gif │ ├── mobile.png │ ├── more.png │ ├── nicEditorIcons.gif │ ├── paragraph.png │ ├── parts.png │ ├── people.png │ ├── person-add.png │ ├── person.png │ ├── photo.png │ ├── play.png │ ├── print.png │ ├── progress.png │ ├── question.png │ ├── save.png │ ├── screen.png │ ├── search.png │ ├── send.png │ ├── shut-down.png │ ├── spinning_rings_fr_blue.gif │ ├── spinning_rings_fr_red.gif │ ├── star.png │ ├── stop-x.jpg │ ├── store.png │ ├── talk-bubble.png │ ├── time.png │ ├── tools-blank.png │ ├── tools-clear.png │ ├── tools-down.png │ ├── tools-plus.png │ ├── tools-spacer.png │ ├── tools-trash.png │ ├── tools-up.png │ ├── tools.png │ ├── tumbs-up.png │ ├── upload-old.png │ ├── upload.png │ ├── warning-sign-36070_960_720.png │ ├── warning-sign.png │ ├── weights.png │ └── wheel.png ├── index.php ├── jodit.min.css ├── jodit.min.js ├── nicUpload.php ├── oscal-about.php ├── oscal-begin.php ├── oscal-catalog.php ├── oscal-config.php ├── oscal-content.php ├── oscal-control.php ├── oscal-create-json.php ├── oscal-formcreator.php ├── oscal-formfunctions.php ├── oscal-forms.js ├── oscal-forms.php ├── oscal-functions.php ├── oscal-getlatest.php ├── oscal-objects.php ├── oscal-open.js ├── oscal-profile-resolution-HOLD.php ├── oscal-profile-resolution.php ├── oscal-project.php ├── oscal-schema-map.php ├── oscal-setup.php ├── oscal-tools-advanced.php ├── oscal-tools.php ├── oscal-zones.js ├── oscal-zones.php ├── oscal.php ├── oscal │ ├── HOLD 2019-08-27 │ │ ├── CleanupItems.txt │ │ ├── FedRAMP-CIS.xsl │ │ ├── blank_catalog.xml │ │ ├── oscal-catalog-control.xsl │ │ ├── oscal-catalog-json-converter.xsl │ │ └── oscal-catalog-list.xsl │ ├── oscal-catalog-metamap.json │ ├── oscal_catalog_flat_schemamap.json │ ├── oscal_catalog_json-to-xml-converter.xsl │ ├── oscal_catalog_schema.xsd │ ├── oscal_catalog_schemamap.json │ ├── oscal_catalog_xml-to-json-converter.xsl │ ├── oscal_component-definition_flat_schemamap.json │ ├── oscal_component-definition_schemamap.json │ ├── oscal_component_flat_schemamap.json │ ├── oscal_component_json-to-xml-converter.xsl │ ├── oscal_component_schema.xsd │ ├── oscal_component_schemamap.json │ ├── oscal_component_xml-to-json-converter.xsl │ ├── oscal_profile_flat_schemamap.json │ ├── oscal_profile_json-to-xml-converter.xsl │ ├── oscal_profile_schema.xsd │ ├── oscal_profile_schemamap.json │ ├── oscal_profile_xml-to-json-converter.xsl │ ├── oscal_ssp_json-to-xml-converter.xsl │ ├── oscal_ssp_schema.xsd │ ├── oscal_ssp_xml-to-json-converter.xsl │ ├── oscal_system-security-plan_flat_schemamap.json │ └── oscal_system-security-plan_schemamap.json ├── projects │ └── README.md ├── third-party │ ├── Jodit │ │ ├── Insert_code.txt │ │ ├── Jodit Documentation EnterKey.url │ │ ├── Jodit Playground.url │ │ └── jodit-3.2.44 │ │ │ ├── .gitignore │ │ │ ├── .prettierrc.json │ │ │ ├── .travis.yml │ │ │ ├── ISSUE_TEMPLATE.md │ │ │ ├── LICENSE │ │ │ ├── PULL_REQUEST_TEMPLATE.md │ │ │ ├── README.md │ │ │ ├── app.css │ │ │ ├── bower.json │ │ │ ├── build │ │ │ ├── jodit.min.css │ │ │ └── jodit.min.js │ │ │ ├── composer.json │ │ │ ├── examples │ │ │ ├── arabic.lang.html │ │ │ ├── assets │ │ │ │ ├── app.css │ │ │ │ ├── app.js │ │ │ │ ├── download.jpg │ │ │ │ ├── icon.png │ │ │ │ ├── logo.png │ │ │ │ ├── prism.css │ │ │ │ └── prism.js │ │ │ ├── custom-icons.html │ │ │ ├── custom-toolbar.html │ │ │ ├── example.default.html │ │ │ ├── fullsize.html │ │ │ ├── index.html │ │ │ ├── inline-mode.html │ │ │ └── oneinstance.html │ │ │ ├── karma.conf.js │ │ │ ├── package-lock.json │ │ │ ├── package.json │ │ │ ├── server.js │ │ │ ├── src │ │ │ ├── Config.ts │ │ │ ├── Jodit.ts │ │ │ ├── constants.ts │ │ │ ├── index.ts │ │ │ ├── langs │ │ │ │ ├── ar.ts │ │ │ │ ├── cs_cz.ts │ │ │ │ ├── de.ts │ │ │ │ ├── en.ts │ │ │ │ ├── es.ts │ │ │ │ ├── fr.ts │ │ │ │ ├── hu.ts │ │ │ │ ├── index.ts │ │ │ │ ├── it.ts │ │ │ │ ├── nl.ts │ │ │ │ ├── pt_br.ts │ │ │ │ ├── ru.ts │ │ │ │ ├── tr.ts │ │ │ │ └── zh_cn.ts │ │ │ ├── modules │ │ │ │ ├── Ajax.ts │ │ │ │ ├── Component.ts │ │ │ │ ├── ContextMenu.ts │ │ │ │ ├── Cookie.ts │ │ │ │ ├── Create.ts │ │ │ │ ├── Dom.ts │ │ │ │ ├── ImageEditor.ts │ │ │ │ ├── Plugin.ts │ │ │ │ ├── Selection.ts │ │ │ │ ├── Snapshot.ts │ │ │ │ ├── Stack.ts │ │ │ │ ├── StatusBar.ts │ │ │ │ ├── Table.ts │ │ │ │ ├── Uploader.ts │ │ │ │ ├── Widget.ts │ │ │ │ ├── dialog │ │ │ │ │ ├── alert.ts │ │ │ │ │ ├── confirm.ts │ │ │ │ │ ├── dialog.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ └── promt.ts │ │ │ │ ├── events │ │ │ │ │ ├── eventsNative.ts │ │ │ │ │ └── store.ts │ │ │ │ ├── filebrowser │ │ │ │ │ ├── config.ts │ │ │ │ │ └── fileBrowser.ts │ │ │ │ ├── helpers │ │ │ │ │ ├── JoditArray.ts │ │ │ │ │ ├── JoditObject.ts │ │ │ │ │ ├── appendScript.ts │ │ │ │ │ ├── array │ │ │ │ │ │ ├── asArray.ts │ │ │ │ │ │ ├── inArray.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ └── splitArray.ts │ │ │ │ │ ├── async │ │ │ │ │ │ ├── debounce.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── setTimeout.ts │ │ │ │ │ │ └── throttle.ts │ │ │ │ │ ├── browser.ts │ │ │ │ │ ├── checker │ │ │ │ │ │ ├── hasBrowserColorPicker.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── isHTML.ts │ │ │ │ │ │ ├── isHTMLFromWord.ts │ │ │ │ │ │ ├── isInt.ts │ │ │ │ │ │ ├── isJoditObject.ts │ │ │ │ │ │ ├── isLicense.ts │ │ │ │ │ │ ├── isNumeric.ts │ │ │ │ │ │ ├── isPlainObject.ts │ │ │ │ │ │ ├── isURL.ts │ │ │ │ │ │ └── isWindow.ts │ │ │ │ │ ├── color │ │ │ │ │ │ ├── colorToHex.ts │ │ │ │ │ │ ├── hexToRgb.ts │ │ │ │ │ │ └── index.ts │ │ │ │ │ ├── completeUrl.ts │ │ │ │ │ ├── convertMediaURLToVideoEmbed.ts │ │ │ │ │ ├── css.ts │ │ │ │ │ ├── ctrlKey.ts │ │ │ │ │ ├── dataBind.ts │ │ │ │ │ ├── defaultLanguage.ts │ │ │ │ │ ├── each.ts │ │ │ │ │ ├── extend.ts │ │ │ │ │ ├── html │ │ │ │ │ │ ├── applyStyles.ts │ │ │ │ │ │ ├── cleanFromWord.ts │ │ │ │ │ │ ├── clear.ts │ │ │ │ │ │ ├── htmlspecialchars.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ └── stripTags.ts │ │ │ │ │ ├── humanSizeToBytes.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── normalize │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── normalizeColor.ts │ │ │ │ │ │ ├── normalizeKeyAliases.ts │ │ │ │ │ │ ├── normalizeLicense.ts │ │ │ │ │ │ ├── normalizeNode.ts │ │ │ │ │ │ ├── normalizePath.ts │ │ │ │ │ │ ├── normalizeRelativePath.ts │ │ │ │ │ │ ├── normalizeSize.ts │ │ │ │ │ │ ├── normalizeURL.ts │ │ │ │ │ │ └── normilizeCSSValue.ts │ │ │ │ │ ├── parseQuery.ts │ │ │ │ │ ├── scrollIntoView.ts │ │ │ │ │ ├── selector.ts │ │ │ │ │ ├── size │ │ │ │ │ │ ├── getContentWidth.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── innerWidth.ts │ │ │ │ │ │ └── offset.ts │ │ │ │ │ ├── string │ │ │ │ │ │ ├── camelCase.ts │ │ │ │ │ │ ├── fromCamelCase.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── sprintf.ts │ │ │ │ │ │ └── trim.ts │ │ │ │ │ ├── type.ts │ │ │ │ │ └── val.ts │ │ │ │ ├── index.ts │ │ │ │ ├── observer │ │ │ │ │ ├── command.ts │ │ │ │ │ └── observer.ts │ │ │ │ ├── popup │ │ │ │ │ ├── list.ts │ │ │ │ │ └── popup.ts │ │ │ │ ├── storage │ │ │ │ │ ├── localStorageProvider.ts │ │ │ │ │ └── storage.ts │ │ │ │ ├── toolbar │ │ │ │ │ ├── break.ts │ │ │ │ │ ├── button.ts │ │ │ │ │ ├── collection.ts │ │ │ │ │ ├── element.ts │ │ │ │ │ ├── icon.ts │ │ │ │ │ ├── joditToolbarCollection.ts │ │ │ │ │ ├── separator.ts │ │ │ │ │ └── tooltip.ts │ │ │ │ └── view │ │ │ │ │ ├── panel.ts │ │ │ │ │ ├── view.ts │ │ │ │ │ └── viewWithToolbar.ts │ │ │ ├── plugins │ │ │ │ ├── add-new-line.ts │ │ │ │ ├── autofocus.ts │ │ │ │ ├── backspace.ts │ │ │ │ ├── bold.ts │ │ │ │ ├── clean-html.ts │ │ │ │ ├── color.ts │ │ │ │ ├── copyformat.ts │ │ │ │ ├── drag-and-drop-element.ts │ │ │ │ ├── drag-and-drop.ts │ │ │ │ ├── enter.ts │ │ │ │ ├── error-messages.ts │ │ │ │ ├── font.ts │ │ │ │ ├── format-block.ts │ │ │ │ ├── fullsize.ts │ │ │ │ ├── hotkeys.ts │ │ │ │ ├── iframe.ts │ │ │ │ ├── image-processor.ts │ │ │ │ ├── image-properties.ts │ │ │ │ ├── indent.ts │ │ │ │ ├── index.ts │ │ │ │ ├── inline-popup.ts │ │ │ │ ├── justify.ts │ │ │ │ ├── limit.ts │ │ │ │ ├── link.ts │ │ │ │ ├── media.ts │ │ │ │ ├── mobile.ts │ │ │ │ ├── orderedlist.ts │ │ │ │ ├── paste-storage.ts │ │ │ │ ├── paste.ts │ │ │ │ ├── placeholder.ts │ │ │ │ ├── redoundo.ts │ │ │ │ ├── resizer.ts │ │ │ │ ├── search.ts │ │ │ │ ├── size.ts │ │ │ │ ├── source.ts │ │ │ │ ├── stat.ts │ │ │ │ ├── sticky.ts │ │ │ │ ├── symbols.ts │ │ │ │ ├── table-keyboard-navigation.ts │ │ │ │ ├── table.ts │ │ │ │ └── xpath.ts │ │ │ ├── polyfills.ts │ │ │ ├── styles │ │ │ │ ├── bundle.less │ │ │ │ ├── icons │ │ │ │ │ ├── about.svg │ │ │ │ │ ├── addcolumn.svg │ │ │ │ │ ├── addrow.svg │ │ │ │ │ ├── angle-down.svg │ │ │ │ │ ├── angle-left.svg │ │ │ │ │ ├── angle-right.svg │ │ │ │ │ ├── angle-up.svg │ │ │ │ │ ├── arrows-alt.svg │ │ │ │ │ ├── arrows-h.svg │ │ │ │ │ ├── attachment.svg │ │ │ │ │ ├── bin.svg │ │ │ │ │ ├── bold.svg │ │ │ │ │ ├── brush.svg │ │ │ │ │ ├── cancel.svg │ │ │ │ │ ├── center.svg │ │ │ │ │ ├── chain-broken.svg │ │ │ │ │ ├── check-square.svg │ │ │ │ │ ├── check.svg │ │ │ │ │ ├── copyformat.svg │ │ │ │ │ ├── crop.svg │ │ │ │ │ ├── cut.svg │ │ │ │ │ ├── dedent.svg │ │ │ │ │ ├── dots.svg │ │ │ │ │ ├── enter.svg │ │ │ │ │ ├── eraser.svg │ │ │ │ │ ├── eye.svg │ │ │ │ │ ├── file.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── fontsize.svg │ │ │ │ │ ├── fullsize.svg │ │ │ │ │ ├── hr.svg │ │ │ │ │ ├── image.svg │ │ │ │ │ ├── indent.svg │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── info-circle.svg │ │ │ │ │ ├── italic.svg │ │ │ │ │ ├── justify.svg │ │ │ │ │ ├── left.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── menu.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── ol.svg │ │ │ │ │ ├── omega.svg │ │ │ │ │ ├── outdent.svg │ │ │ │ │ ├── palette.svg │ │ │ │ │ ├── paragraph.svg │ │ │ │ │ ├── pencil.svg │ │ │ │ │ ├── plus.svg │ │ │ │ │ ├── print.svg │ │ │ │ │ ├── redo.svg │ │ │ │ │ ├── resize.svg │ │ │ │ │ ├── resizer.svg │ │ │ │ │ ├── right.svg │ │ │ │ │ ├── save.svg │ │ │ │ │ ├── select-all.svg │ │ │ │ │ ├── shrink.svg │ │ │ │ │ ├── source.svg │ │ │ │ │ ├── splitg.svg │ │ │ │ │ ├── splitv.svg │ │ │ │ │ ├── strikethrough.svg │ │ │ │ │ ├── subscript.svg │ │ │ │ │ ├── superscript.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── th-list.svg │ │ │ │ │ ├── th.svg │ │ │ │ │ ├── ul.svg │ │ │ │ │ ├── underline.svg │ │ │ │ │ ├── undo.svg │ │ │ │ │ ├── unlink.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── update.svg │ │ │ │ │ ├── upload.svg │ │ │ │ │ ├── valign.svg │ │ │ │ │ └── video.svg │ │ │ │ ├── jodit.less │ │ │ │ ├── mixins.less │ │ │ │ ├── modules │ │ │ │ │ ├── btn.less │ │ │ │ │ ├── btn_group.less │ │ │ │ │ ├── context_menu.less │ │ │ │ │ ├── dialog.less │ │ │ │ │ ├── dropdownlist.less │ │ │ │ │ ├── filebrowser.less │ │ │ │ │ ├── grid.less │ │ │ │ │ ├── icon.less │ │ │ │ │ ├── image_editor.less │ │ │ │ │ ├── loader.png │ │ │ │ │ ├── properties.less │ │ │ │ │ ├── resizer.png │ │ │ │ │ ├── statusbar.less │ │ │ │ │ ├── toolbar.less │ │ │ │ │ └── uploader.less │ │ │ │ ├── plugins │ │ │ │ │ ├── add-new-line.less │ │ │ │ │ ├── errorsMessages.less │ │ │ │ │ ├── fullsize.less │ │ │ │ │ ├── paste-storage.less │ │ │ │ │ ├── placeholder.less │ │ │ │ │ ├── popupInline.less │ │ │ │ │ ├── resizer.less │ │ │ │ │ ├── search.less │ │ │ │ │ ├── size.less │ │ │ │ │ ├── source.less │ │ │ │ │ ├── sticky.less │ │ │ │ │ ├── symbols.less │ │ │ │ │ ├── table.less │ │ │ │ │ ├── texticons.less │ │ │ │ │ └── widget.less │ │ │ │ ├── reset.less │ │ │ │ ├── themes │ │ │ │ │ └── dark.less │ │ │ │ ├── variables.less │ │ │ │ └── widgets │ │ │ │ │ ├── about.less │ │ │ │ │ ├── colorpicker.less │ │ │ │ │ ├── form.less │ │ │ │ │ ├── ok.svg │ │ │ │ │ ├── progressbar.less │ │ │ │ │ └── tabs.less │ │ │ ├── types │ │ │ │ ├── create.d.ts │ │ │ │ ├── dialog.d.ts │ │ │ │ ├── events.d.ts │ │ │ │ ├── fileBrowser.d.ts │ │ │ │ ├── index.d.ts │ │ │ │ ├── jodit.d.ts │ │ │ │ ├── toolbar.d.ts │ │ │ │ ├── types.d.ts │ │ │ │ ├── uploader.d.ts │ │ │ │ └── view.d.ts │ │ │ ├── typings.d.ts │ │ │ └── utils │ │ │ │ └── lang-loader.js │ │ │ ├── test │ │ │ ├── bootstrap.js │ │ │ ├── test.html │ │ │ ├── test.index.html │ │ │ └── tests │ │ │ │ ├── artio.jpg │ │ │ │ ├── clipboardTest.js │ │ │ │ ├── commandsTest.js │ │ │ │ ├── dialogTest.js │ │ │ │ ├── domTest.js │ │ │ │ ├── editorTest.js │ │ │ │ ├── enterTest.js │ │ │ │ ├── eventsTest.js │ │ │ │ ├── filebrowserTest.js │ │ │ │ ├── i18nTest.js │ │ │ │ ├── iframeTest.js │ │ │ │ ├── imageTest.js │ │ │ │ ├── inlineModeTest.js │ │ │ │ ├── interfaceTest.js │ │ │ │ ├── mirrorTest.js │ │ │ │ ├── mobileTest.js │ │ │ │ ├── plugins │ │ │ │ ├── dragAndDropElement.js │ │ │ │ └── size.js │ │ │ │ ├── pluginsTest.js │ │ │ │ ├── selectionTest.js │ │ │ │ ├── statesTest.js │ │ │ │ ├── tableTest.js │ │ │ │ ├── undoredoTest.js │ │ │ │ ├── units │ │ │ │ └── testHelpers.js │ │ │ │ └── uploaderTest.js │ │ │ ├── tsconfig.json │ │ │ ├── tslint.json │ │ │ └── webpack.config.js │ ├── root-certificates │ │ └── README.md │ └── saxon-he │ │ ├── convert_catalog_xml_json.bat │ │ ├── doc │ │ ├── img │ │ │ ├── logo_crop-mid-blue-background.gif │ │ │ └── saxonica_logo.gif │ │ ├── index.html │ │ └── saxondocs.css │ │ └── saxon9he.jar └── upload.php └── zip-package └── webroot_2019-09-19.zip /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/.gitignore -------------------------------------------------------------------------------- /.spelling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/.spelling -------------------------------------------------------------------------------- /Docker-Startup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/Docker-Startup.bat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/README.md -------------------------------------------------------------------------------- /webroot/1._startserver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/1._startserver.bat -------------------------------------------------------------------------------- /webroot/2._OPEN IN BROWSER.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/2._OPEN IN BROWSER.url -------------------------------------------------------------------------------- /webroot/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/default.css -------------------------------------------------------------------------------- /webroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/favicon.ico -------------------------------------------------------------------------------- /webroot/fedramp-cis.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/fedramp-cis.php -------------------------------------------------------------------------------- /webroot/fedramp/FedRAMP-CIS.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/fedramp/FedRAMP-CIS.xsl -------------------------------------------------------------------------------- /webroot/fedramp/fedramp_values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/fedramp/fedramp_values.xml -------------------------------------------------------------------------------- /webroot/fedramp/nist-sp-800-60.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/fedramp/nist-sp-800-60.xml -------------------------------------------------------------------------------- /webroot/fedramp/temp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/fedramp/temp.html -------------------------------------------------------------------------------- /webroot/footer-pop-up.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/footer-pop-up.php -------------------------------------------------------------------------------- /webroot/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/footer.php -------------------------------------------------------------------------------- /webroot/forms/custom-upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/forms/custom-upload.php -------------------------------------------------------------------------------- /webroot/forms/generated-Array.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/forms/generated-Array.php -------------------------------------------------------------------------------- /webroot/forms/generated-metadata-basic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/forms/generated-metadata-basic.php -------------------------------------------------------------------------------- /webroot/forms/generated-metadata-party-org.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/forms/generated-metadata-party-org.php -------------------------------------------------------------------------------- /webroot/forms/generated-metadata-party-person.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/forms/generated-metadata-party-person.php -------------------------------------------------------------------------------- /webroot/forms/generated-metadata-role.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/forms/generated-metadata-role.php -------------------------------------------------------------------------------- /webroot/header-pop-up.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/header-pop-up.php -------------------------------------------------------------------------------- /webroot/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/header.php -------------------------------------------------------------------------------- /webroot/img/667px-Triangle_icon.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/667px-Triangle_icon.svg.png -------------------------------------------------------------------------------- /webroot/img/FedRAMP logo_Option 2_no_tagline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/FedRAMP logo_Option 2_no_tagline.png -------------------------------------------------------------------------------- /webroot/img/FedRAMP_PRIMARY_LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/FedRAMP_PRIMARY_LOGO.png -------------------------------------------------------------------------------- /webroot/img/NIST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/NIST.png -------------------------------------------------------------------------------- /webroot/img/NIST_logo_rev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/NIST_logo_rev.png -------------------------------------------------------------------------------- /webroot/img/Triangle_warning_sign_(black_and_yellow).svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/Triangle_warning_sign_(black_and_yellow).svg.png -------------------------------------------------------------------------------- /webroot/img/arrow-down (small).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/arrow-down (small).png -------------------------------------------------------------------------------- /webroot/img/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/arrow-down.png -------------------------------------------------------------------------------- /webroot/img/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/arrow-left.png -------------------------------------------------------------------------------- /webroot/img/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/arrow-right.png -------------------------------------------------------------------------------- /webroot/img/at-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/at-sign.png -------------------------------------------------------------------------------- /webroot/img/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/bell.png -------------------------------------------------------------------------------- /webroot/img/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/book.png -------------------------------------------------------------------------------- /webroot/img/brain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/brain.png -------------------------------------------------------------------------------- /webroot/img/bulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/bulb.png -------------------------------------------------------------------------------- /webroot/img/bulb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/bulb2.png -------------------------------------------------------------------------------- /webroot/img/button-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/button-closed.png -------------------------------------------------------------------------------- /webroot/img/button-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/button-open.png -------------------------------------------------------------------------------- /webroot/img/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/button.png -------------------------------------------------------------------------------- /webroot/img/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/calendar.png -------------------------------------------------------------------------------- /webroot/img/certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/certificate.png -------------------------------------------------------------------------------- /webroot/img/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/chart.png -------------------------------------------------------------------------------- /webroot/img/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/checkbox.png -------------------------------------------------------------------------------- /webroot/img/checkbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/checkbox2.png -------------------------------------------------------------------------------- /webroot/img/chevron-left-3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/chevron-left-3x.png -------------------------------------------------------------------------------- /webroot/img/chevron-right-3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/chevron-right-3x.png -------------------------------------------------------------------------------- /webroot/img/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/clock.png -------------------------------------------------------------------------------- /webroot/img/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/close.png -------------------------------------------------------------------------------- /webroot/img/close2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/close2.png -------------------------------------------------------------------------------- /webroot/img/cloud-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/cloud-download.png -------------------------------------------------------------------------------- /webroot/img/cloud-reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/cloud-reload.png -------------------------------------------------------------------------------- /webroot/img/cloud-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/cloud-upload.png -------------------------------------------------------------------------------- /webroot/img/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/cloud.png -------------------------------------------------------------------------------- /webroot/img/diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/diamond.png -------------------------------------------------------------------------------- /webroot/img/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/document.png -------------------------------------------------------------------------------- /webroot/img/domino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/domino.png -------------------------------------------------------------------------------- /webroot/img/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/download.png -------------------------------------------------------------------------------- /webroot/img/download2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/download2.png -------------------------------------------------------------------------------- /webroot/img/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/edit.png -------------------------------------------------------------------------------- /webroot/img/envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/envelope.png -------------------------------------------------------------------------------- /webroot/img/experimental.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/experimental.png -------------------------------------------------------------------------------- /webroot/img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/eye.png -------------------------------------------------------------------------------- /webroot/img/film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/film.png -------------------------------------------------------------------------------- /webroot/img/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/flag.png -------------------------------------------------------------------------------- /webroot/img/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/folder.png -------------------------------------------------------------------------------- /webroot/img/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/gear.png -------------------------------------------------------------------------------- /webroot/img/growing_rings_fr_red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/growing_rings_fr_red.gif -------------------------------------------------------------------------------- /webroot/img/handshake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/handshake.png -------------------------------------------------------------------------------- /webroot/img/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/heart.png -------------------------------------------------------------------------------- /webroot/img/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/help.png -------------------------------------------------------------------------------- /webroot/img/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/home.png -------------------------------------------------------------------------------- /webroot/img/infinity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/infinity.png -------------------------------------------------------------------------------- /webroot/img/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/information.png -------------------------------------------------------------------------------- /webroot/img/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/keyboard.png -------------------------------------------------------------------------------- /webroot/img/laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/laptop.png -------------------------------------------------------------------------------- /webroot/img/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/link.png -------------------------------------------------------------------------------- /webroot/img/list-item-last-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/list-item-last-open.png -------------------------------------------------------------------------------- /webroot/img/list-item-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/list-item-last.png -------------------------------------------------------------------------------- /webroot/img/list-item-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/list-item-open.png -------------------------------------------------------------------------------- /webroot/img/list-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/list-item.png -------------------------------------------------------------------------------- /webroot/img/loader2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/loader2.gif -------------------------------------------------------------------------------- /webroot/img/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/lock.png -------------------------------------------------------------------------------- /webroot/img/logging-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/logging-out.png -------------------------------------------------------------------------------- /webroot/img/logo-main-fedramp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/logo-main-fedramp.png -------------------------------------------------------------------------------- /webroot/img/measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/measure.png -------------------------------------------------------------------------------- /webroot/img/merging_ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/merging_ani.gif -------------------------------------------------------------------------------- /webroot/img/mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/mobile.png -------------------------------------------------------------------------------- /webroot/img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/more.png -------------------------------------------------------------------------------- /webroot/img/nicEditorIcons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/nicEditorIcons.gif -------------------------------------------------------------------------------- /webroot/img/paragraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/paragraph.png -------------------------------------------------------------------------------- /webroot/img/parts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/parts.png -------------------------------------------------------------------------------- /webroot/img/people.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/people.png -------------------------------------------------------------------------------- /webroot/img/person-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/person-add.png -------------------------------------------------------------------------------- /webroot/img/person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/person.png -------------------------------------------------------------------------------- /webroot/img/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/photo.png -------------------------------------------------------------------------------- /webroot/img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/play.png -------------------------------------------------------------------------------- /webroot/img/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/print.png -------------------------------------------------------------------------------- /webroot/img/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/progress.png -------------------------------------------------------------------------------- /webroot/img/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/question.png -------------------------------------------------------------------------------- /webroot/img/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/save.png -------------------------------------------------------------------------------- /webroot/img/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/screen.png -------------------------------------------------------------------------------- /webroot/img/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/search.png -------------------------------------------------------------------------------- /webroot/img/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/send.png -------------------------------------------------------------------------------- /webroot/img/shut-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/shut-down.png -------------------------------------------------------------------------------- /webroot/img/spinning_rings_fr_blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/spinning_rings_fr_blue.gif -------------------------------------------------------------------------------- /webroot/img/spinning_rings_fr_red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/spinning_rings_fr_red.gif -------------------------------------------------------------------------------- /webroot/img/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/star.png -------------------------------------------------------------------------------- /webroot/img/stop-x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/stop-x.jpg -------------------------------------------------------------------------------- /webroot/img/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/store.png -------------------------------------------------------------------------------- /webroot/img/talk-bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/talk-bubble.png -------------------------------------------------------------------------------- /webroot/img/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/time.png -------------------------------------------------------------------------------- /webroot/img/tools-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools-blank.png -------------------------------------------------------------------------------- /webroot/img/tools-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools-clear.png -------------------------------------------------------------------------------- /webroot/img/tools-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools-down.png -------------------------------------------------------------------------------- /webroot/img/tools-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools-plus.png -------------------------------------------------------------------------------- /webroot/img/tools-spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools-spacer.png -------------------------------------------------------------------------------- /webroot/img/tools-trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools-trash.png -------------------------------------------------------------------------------- /webroot/img/tools-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools-up.png -------------------------------------------------------------------------------- /webroot/img/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tools.png -------------------------------------------------------------------------------- /webroot/img/tumbs-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/tumbs-up.png -------------------------------------------------------------------------------- /webroot/img/upload-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/upload-old.png -------------------------------------------------------------------------------- /webroot/img/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/upload.png -------------------------------------------------------------------------------- /webroot/img/warning-sign-36070_960_720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/warning-sign-36070_960_720.png -------------------------------------------------------------------------------- /webroot/img/warning-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/warning-sign.png -------------------------------------------------------------------------------- /webroot/img/weights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/weights.png -------------------------------------------------------------------------------- /webroot/img/wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/img/wheel.png -------------------------------------------------------------------------------- /webroot/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/index.php -------------------------------------------------------------------------------- /webroot/jodit.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/jodit.min.css -------------------------------------------------------------------------------- /webroot/jodit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/jodit.min.js -------------------------------------------------------------------------------- /webroot/nicUpload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/nicUpload.php -------------------------------------------------------------------------------- /webroot/oscal-about.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-about.php -------------------------------------------------------------------------------- /webroot/oscal-begin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-begin.php -------------------------------------------------------------------------------- /webroot/oscal-catalog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-catalog.php -------------------------------------------------------------------------------- /webroot/oscal-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-config.php -------------------------------------------------------------------------------- /webroot/oscal-content.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-content.php -------------------------------------------------------------------------------- /webroot/oscal-control.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-control.php -------------------------------------------------------------------------------- /webroot/oscal-create-json.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-create-json.php -------------------------------------------------------------------------------- /webroot/oscal-formcreator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-formcreator.php -------------------------------------------------------------------------------- /webroot/oscal-formfunctions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-formfunctions.php -------------------------------------------------------------------------------- /webroot/oscal-forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-forms.js -------------------------------------------------------------------------------- /webroot/oscal-forms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-forms.php -------------------------------------------------------------------------------- /webroot/oscal-functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-functions.php -------------------------------------------------------------------------------- /webroot/oscal-getlatest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-getlatest.php -------------------------------------------------------------------------------- /webroot/oscal-objects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-objects.php -------------------------------------------------------------------------------- /webroot/oscal-open.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-open.js -------------------------------------------------------------------------------- /webroot/oscal-profile-resolution-HOLD.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-profile-resolution-HOLD.php -------------------------------------------------------------------------------- /webroot/oscal-profile-resolution.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-profile-resolution.php -------------------------------------------------------------------------------- /webroot/oscal-project.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-project.php -------------------------------------------------------------------------------- /webroot/oscal-schema-map.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-schema-map.php -------------------------------------------------------------------------------- /webroot/oscal-setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-setup.php -------------------------------------------------------------------------------- /webroot/oscal-tools-advanced.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-tools-advanced.php -------------------------------------------------------------------------------- /webroot/oscal-tools.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-tools.php -------------------------------------------------------------------------------- /webroot/oscal-zones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-zones.js -------------------------------------------------------------------------------- /webroot/oscal-zones.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal-zones.php -------------------------------------------------------------------------------- /webroot/oscal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal.php -------------------------------------------------------------------------------- /webroot/oscal/HOLD 2019-08-27/CleanupItems.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/HOLD 2019-08-27/CleanupItems.txt -------------------------------------------------------------------------------- /webroot/oscal/HOLD 2019-08-27/FedRAMP-CIS.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/HOLD 2019-08-27/FedRAMP-CIS.xsl -------------------------------------------------------------------------------- /webroot/oscal/HOLD 2019-08-27/blank_catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/HOLD 2019-08-27/blank_catalog.xml -------------------------------------------------------------------------------- /webroot/oscal/HOLD 2019-08-27/oscal-catalog-control.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/HOLD 2019-08-27/oscal-catalog-control.xsl -------------------------------------------------------------------------------- /webroot/oscal/HOLD 2019-08-27/oscal-catalog-json-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/HOLD 2019-08-27/oscal-catalog-json-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/HOLD 2019-08-27/oscal-catalog-list.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/HOLD 2019-08-27/oscal-catalog-list.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal-catalog-metamap.json: -------------------------------------------------------------------------------- 1 | true -------------------------------------------------------------------------------- /webroot/oscal/oscal_catalog_flat_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_catalog_flat_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_catalog_json-to-xml-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_catalog_json-to-xml-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_catalog_schema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_catalog_schema.xsd -------------------------------------------------------------------------------- /webroot/oscal/oscal_catalog_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_catalog_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_catalog_xml-to-json-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_catalog_xml-to-json-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_component-definition_flat_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_component-definition_flat_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_component-definition_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_component-definition_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_component_flat_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_component_flat_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_component_json-to-xml-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_component_json-to-xml-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_component_schema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_component_schema.xsd -------------------------------------------------------------------------------- /webroot/oscal/oscal_component_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_component_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_component_xml-to-json-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_component_xml-to-json-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_profile_flat_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_profile_flat_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_profile_json-to-xml-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_profile_json-to-xml-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_profile_schema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_profile_schema.xsd -------------------------------------------------------------------------------- /webroot/oscal/oscal_profile_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_profile_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_profile_xml-to-json-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_profile_xml-to-json-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_ssp_json-to-xml-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_ssp_json-to-xml-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_ssp_schema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_ssp_schema.xsd -------------------------------------------------------------------------------- /webroot/oscal/oscal_ssp_xml-to-json-converter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_ssp_xml-to-json-converter.xsl -------------------------------------------------------------------------------- /webroot/oscal/oscal_system-security-plan_flat_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_system-security-plan_flat_schemamap.json -------------------------------------------------------------------------------- /webroot/oscal/oscal_system-security-plan_schemamap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/oscal/oscal_system-security-plan_schemamap.json -------------------------------------------------------------------------------- /webroot/projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/projects/README.md -------------------------------------------------------------------------------- /webroot/third-party/Jodit/Insert_code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/Insert_code.txt -------------------------------------------------------------------------------- /webroot/third-party/Jodit/Jodit Documentation EnterKey.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/Jodit Documentation EnterKey.url -------------------------------------------------------------------------------- /webroot/third-party/Jodit/Jodit Playground.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/Jodit Playground.url -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/.gitignore -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/.prettierrc.json -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/.travis.yml -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/LICENSE -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/README.md -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/app.css -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/bower.json -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/build/jodit.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/build/jodit.min.css -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/build/jodit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/build/jodit.min.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/composer.json -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/arabic.lang.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/arabic.lang.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/assets/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/assets/app.css -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/assets/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/assets/app.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/assets/download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/assets/download.jpg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/assets/icon.png -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/assets/logo.png -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/assets/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/assets/prism.css -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/assets/prism.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/assets/prism.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/custom-icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/custom-icons.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/custom-toolbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/custom-toolbar.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/example.default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/example.default.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/fullsize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/fullsize.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/index.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/inline-mode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/inline-mode.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/examples/oneinstance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/examples/oneinstance.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/karma.conf.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/package-lock.json -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/package.json -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/server.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/Config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/Config.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/Jodit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/Jodit.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/constants.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/ar.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/cs_cz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/cs_cz.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/de.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/en.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/es.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/fr.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/hu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/hu.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/it.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/nl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/nl.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/pt_br.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/pt_br.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/ru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/ru.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/tr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/tr.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/langs/zh_cn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/langs/zh_cn.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Ajax.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Ajax.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Component.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/ContextMenu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/ContextMenu.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Cookie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Cookie.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Create.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Create.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Dom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Dom.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/ImageEditor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/ImageEditor.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Plugin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Plugin.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Selection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Selection.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Snapshot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Snapshot.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Stack.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Stack.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/StatusBar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/StatusBar.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Table.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Table.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Uploader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Uploader.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/Widget.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/Widget.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/alert.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/alert.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/confirm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/confirm.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/dialog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/dialog.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/promt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/dialog/promt.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/events/eventsNative.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/events/eventsNative.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/events/store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/events/store.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/filebrowser/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/filebrowser/config.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/filebrowser/fileBrowser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/filebrowser/fileBrowser.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/JoditArray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/JoditArray.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/JoditObject.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/JoditObject.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/appendScript.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/appendScript.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/asArray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/asArray.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/inArray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/inArray.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/splitArray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/array/splitArray.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/debounce.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/debounce.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/setTimeout.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/setTimeout.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/throttle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/async/throttle.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/browser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/browser.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/hasBrowserColorPicker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/hasBrowserColorPicker.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isHTML.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isHTML.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isHTMLFromWord.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isHTMLFromWord.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isInt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isInt.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isJoditObject.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isJoditObject.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isLicense.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isLicense.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isNumeric.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isNumeric.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isPlainObject.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isPlainObject.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isURL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isURL.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isWindow.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/checker/isWindow.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/color/colorToHex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/color/colorToHex.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/color/hexToRgb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/color/hexToRgb.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/color/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/color/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/completeUrl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/completeUrl.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/convertMediaURLToVideoEmbed.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/convertMediaURLToVideoEmbed.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/css.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/css.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/ctrlKey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/ctrlKey.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/dataBind.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/dataBind.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/defaultLanguage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/defaultLanguage.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/each.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/each.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/extend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/extend.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/applyStyles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/applyStyles.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/cleanFromWord.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/cleanFromWord.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/clear.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/clear.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/htmlspecialchars.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/htmlspecialchars.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/stripTags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/html/stripTags.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/humanSizeToBytes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/humanSizeToBytes.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeColor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeColor.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeKeyAliases.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeKeyAliases.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeLicense.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeLicense.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeNode.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizePath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizePath.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeRelativePath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeRelativePath.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeSize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeSize.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeURL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normalizeURL.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normilizeCSSValue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/normalize/normilizeCSSValue.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/parseQuery.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/parseQuery.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/scrollIntoView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/scrollIntoView.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/selector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/selector.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/getContentWidth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/getContentWidth.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/innerWidth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/innerWidth.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/offset.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/size/offset.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/camelCase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/camelCase.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/fromCamelCase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/fromCamelCase.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/sprintf.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/sprintf.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/trim.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/string/trim.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/type.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/val.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/helpers/val.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/observer/command.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/observer/command.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/observer/observer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/observer/observer.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/popup/list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/popup/list.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/popup/popup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/popup/popup.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/storage/localStorageProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/storage/localStorageProvider.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/storage/storage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/storage/storage.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/break.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/break.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/button.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/button.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/collection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/collection.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/element.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/element.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/icon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/icon.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/joditToolbarCollection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/joditToolbarCollection.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/separator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/separator.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/tooltip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/toolbar/tooltip.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/view/panel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/view/panel.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/view/view.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/view/view.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/modules/view/viewWithToolbar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/modules/view/viewWithToolbar.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/add-new-line.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/add-new-line.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/autofocus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/autofocus.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/backspace.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/backspace.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/bold.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/bold.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/clean-html.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/clean-html.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/color.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/color.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/copyformat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/copyformat.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/drag-and-drop-element.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/drag-and-drop-element.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/drag-and-drop.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/drag-and-drop.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/enter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/enter.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/error-messages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/error-messages.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/font.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/font.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/format-block.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/format-block.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/fullsize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/fullsize.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/hotkeys.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/hotkeys.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/iframe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/iframe.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/image-processor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/image-processor.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/image-properties.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/image-properties.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/indent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/indent.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/inline-popup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/inline-popup.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/justify.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/justify.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/limit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/limit.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/link.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/link.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/media.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/media.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/mobile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/mobile.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/orderedlist.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/orderedlist.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/paste-storage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/paste-storage.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/paste.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/paste.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/placeholder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/placeholder.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/redoundo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/redoundo.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/resizer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/resizer.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/search.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/search.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/size.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/size.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/source.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/source.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/stat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/stat.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/sticky.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/sticky.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/symbols.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/symbols.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/table-keyboard-navigation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/table-keyboard-navigation.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/table.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/table.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/plugins/xpath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/plugins/xpath.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/polyfills.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/bundle.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/bundle.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/about.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/about.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/addcolumn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/addcolumn.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/addrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/addrow.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-down.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-left.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-right.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/angle-up.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/arrows-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/arrows-alt.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/arrows-h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/arrows-h.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/attachment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/attachment.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/bin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/bin.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/bold.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/brush.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/cancel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/cancel.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/center.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/center.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/chain-broken.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/chain-broken.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/check-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/check-square.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/check.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/copyformat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/copyformat.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/crop.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/cut.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/dedent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/dedent.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/dots.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/dots.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/enter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/enter.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/eraser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/eraser.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/eye.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/file.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/folder.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/font.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/fontsize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/fontsize.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/fullsize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/fullsize.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/hr.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/image.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/indent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/indent.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/index.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/info-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/info-circle.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/italic.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/justify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/justify.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/left.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/link.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/lock.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/menu.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/merge.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/ol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/ol.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/omega.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/omega.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/outdent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/outdent.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/palette.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/paragraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/paragraph.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/pencil.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/plus.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/print.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/redo.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/resize.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/resizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/resizer.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/right.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/save.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/select-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/select-all.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/shrink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/shrink.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/source.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/source.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/splitg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/splitg.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/splitv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/splitv.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/strikethrough.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/strikethrough.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/subscript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/subscript.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/superscript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/superscript.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/table.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/th-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/th-list.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/th.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/ul.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/ul.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/underline.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/undo.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/unlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/unlink.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/unlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/unlock.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/update.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/update.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/upload.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/valign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/valign.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/icons/video.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/jodit.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/jodit.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/mixins.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/btn.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/btn.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/btn_group.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/btn_group.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/context_menu.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/context_menu.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/dialog.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/dialog.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/dropdownlist.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/dropdownlist.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/filebrowser.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/filebrowser.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/grid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/grid.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/icon.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/icon.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/image_editor.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/image_editor.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/loader.png -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/properties.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/properties.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/resizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/resizer.png -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/statusbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/statusbar.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/toolbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/toolbar.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/uploader.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/modules/uploader.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/add-new-line.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/add-new-line.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/errorsMessages.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/errorsMessages.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/fullsize.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/fullsize.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/paste-storage.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/paste-storage.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/placeholder.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/placeholder.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/popupInline.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/popupInline.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/resizer.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/resizer.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/search.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/search.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/size.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/size.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/source.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/source.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/sticky.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/sticky.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/symbols.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/symbols.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/table.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/table.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/texticons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/texticons.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/widget.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/plugins/widget.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/reset.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/reset.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/themes/dark.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/themes/dark.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/variables.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/about.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/about.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/colorpicker.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/colorpicker.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/form.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/form.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/ok.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/ok.svg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/progressbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/progressbar.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/tabs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/styles/widgets/tabs.less -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/create.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/create.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/dialog.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/dialog.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/events.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/events.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/fileBrowser.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/fileBrowser.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/index.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/jodit.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/jodit.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/toolbar.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/toolbar.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/types.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/uploader.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/uploader.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/types/view.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/types/view.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/typings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/typings.d.ts -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/src/utils/lang-loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/src/utils/lang-loader.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/bootstrap.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/test.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/test.index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/test.index.html -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/artio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/artio.jpg -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/clipboardTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/clipboardTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/commandsTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/commandsTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/dialogTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/dialogTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/domTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/domTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/editorTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/editorTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/enterTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/enterTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/eventsTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/eventsTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/filebrowserTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/filebrowserTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/i18nTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/i18nTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/iframeTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/iframeTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/imageTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/imageTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/inlineModeTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/inlineModeTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/interfaceTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/interfaceTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/mirrorTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/mirrorTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/mobileTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/mobileTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/plugins/dragAndDropElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/plugins/dragAndDropElement.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/plugins/size.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/plugins/size.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/pluginsTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/pluginsTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/selectionTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/selectionTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/statesTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/statesTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/tableTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/tableTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/undoredoTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/undoredoTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/units/testHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/units/testHelpers.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/test/tests/uploaderTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/test/tests/uploaderTest.js -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/tsconfig.json -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/tslint.json -------------------------------------------------------------------------------- /webroot/third-party/Jodit/jodit-3.2.44/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/Jodit/jodit-3.2.44/webpack.config.js -------------------------------------------------------------------------------- /webroot/third-party/root-certificates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/root-certificates/README.md -------------------------------------------------------------------------------- /webroot/third-party/saxon-he/convert_catalog_xml_json.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/saxon-he/convert_catalog_xml_json.bat -------------------------------------------------------------------------------- /webroot/third-party/saxon-he/doc/img/logo_crop-mid-blue-background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/saxon-he/doc/img/logo_crop-mid-blue-background.gif -------------------------------------------------------------------------------- /webroot/third-party/saxon-he/doc/img/saxonica_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/saxon-he/doc/img/saxonica_logo.gif -------------------------------------------------------------------------------- /webroot/third-party/saxon-he/doc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/saxon-he/doc/index.html -------------------------------------------------------------------------------- /webroot/third-party/saxon-he/doc/saxondocs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/saxon-he/doc/saxondocs.css -------------------------------------------------------------------------------- /webroot/third-party/saxon-he/saxon9he.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/third-party/saxon-he/saxon9he.jar -------------------------------------------------------------------------------- /webroot/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/webroot/upload.php -------------------------------------------------------------------------------- /zip-package/webroot_2019-09-19.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-ruf/OSCAL-GUI/HEAD/zip-package/webroot_2019-09-19.zip --------------------------------------------------------------------------------