- Generate AST-based knowledge graph with 404 nodes and 933 edges - 27 communities showing code structure and relationships - Interactive HTML visualization for exploring code architecture - Report documenting main functional clusters Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
257 lines
289 KiB
HTML
257 lines
289 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - graphify-out/index.html</title>
|
|
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
|
|
<style>
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
|
|
#graph { flex: 1; }
|
|
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
|
|
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
|
|
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
|
|
#search:focus { border-color: #4E79A7; }
|
|
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
|
|
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
.search-item:hover { background: #2a2a4e; }
|
|
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
|
|
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
|
|
#info-content .field { margin-bottom: 5px; }
|
|
#info-content .field b { color: #e0e0e0; }
|
|
#info-content .empty { color: #555; font-style: italic; }
|
|
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
|
|
.neighbor-link:hover { background: #2a2a4e; }
|
|
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
|
|
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
|
|
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
|
|
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
|
|
.legend-item.dimmed { opacity: 0.35; }
|
|
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
|
|
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
.legend-count { color: #666; font-size: 11px; }
|
|
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="graph"></div>
|
|
<div id="sidebar">
|
|
<div id="search-wrap">
|
|
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
|
|
<div id="search-results"></div>
|
|
</div>
|
|
<div id="info-panel">
|
|
<h3>Node Info</h3>
|
|
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
|
|
</div>
|
|
<div id="legend-wrap">
|
|
<h3>Communities</h3>
|
|
<div id="legend"></div>
|
|
</div>
|
|
<div id="stats">268 nodes · 707 edges · 27 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "aw_server_aw_ru_patch_js", "label": "aw-ru-patch.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "aw-ru-patch.js", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 75}, {"id": "aw_ru_patch_replacetext", "label": "replaceText()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "replaceText()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_walk", "label": "walk()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "walk()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_translateattributes", "label": "translateAttributes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "translateAttributes()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_injectstyles", "label": "injectStyles()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "injectStyles()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_hidenoisenavigation", "label": "hideNoiseNavigation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hideNoiseNavigation()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_getcurrenthostfromhash", "label": "getCurrentHostFromHash()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "getCurrentHostFromHash()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_ispvelikehost", "label": "isPveLikeHost()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isPveLikeHost()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_islikelyclienthost", "label": "isLikelyClientHost()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "isLikelyClientHost()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_enforcesafeactivityviewforpvehost", "label": "enforceSafeActivityViewForPveHost()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "enforceSafeActivityViewForPveHost()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_getdlphostfromsettings", "label": "getDlpHostFromSettings()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getDlpHostFromSettings()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 9}, {"id": "aw_ru_patch_getdlphref", "label": "getDlpHref()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getDlpHref()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_isdlpsignalbucketroute", "label": "isDlpSignalBucketRoute()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isDlpSignalBucketRoute()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_isalertsroute", "label": "isAlertsRoute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isAlertsRoute()", "community": 13, "community_name": "Community 13", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_getdlpbucketidfromhash", "label": "getDlpBucketIdFromHash()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getDlpBucketIdFromHash()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 8}, {"id": "aw_ru_patch_getdlphostfrombucketid", "label": "getDlpHostFromBucketId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getDlpHostFromBucketId()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_escapehtml", "label": "escapeHtml()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "escapeHtml()", "community": 13, "community_name": "Community 13", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 10}, {"id": "aw_ru_patch_normalizetext", "label": "normalizeText()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeText()", "community": 14, "community_name": "Community 14", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 8}, {"id": "aw_ru_patch_builddlpkey", "label": "buildDlpKey()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "buildDlpKey()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_generatedlpid", "label": "generateDlpId()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "generateDlpId()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_awapijson", "label": "awApiJson()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "awApiJson()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_ensureawbucket", "label": "ensureAwBucket()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensureAwBucket()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 8}, {"id": "aw_ru_patch_saveawheartbeat", "label": "saveAwHeartbeat()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "saveAwHeartbeat()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 8}, {"id": "aw_ru_patch_loadbucketevents", "label": "loadBucketEvents()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "loadBucketEvents()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 9}, {"id": "aw_ru_patch_getrulematchfields", "label": "getRuleMatchFields()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getRuleMatchFields()", "community": 14, "community_name": "Community 14", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_serializerulematch", "label": "serializeRuleMatch()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "serializeRuleMatch()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_getruleid", "label": "getRuleId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "getRuleId()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_getreviewid", "label": "getReviewId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "getReviewId()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_collapseruleevents", "label": "collapseRuleEvents()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "collapseRuleEvents()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_collapsereviewevents", "label": "collapseReviewEvents()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "collapseReviewEvents()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_rulematchesevent", "label": "ruleMatchesEvent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ruleMatchesEvent()", "community": 14, "community_name": "Community 14", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_getsuppressionstate", "label": "getSuppressionState()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "getSuppressionState()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_removebaddlplinks", "label": "removeBadDlpLinks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "removeBadDlpLinks()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_updatedlplinks", "label": "updateDlpLinks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "updateDlpLinks()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_builddlpnavitem", "label": "buildDlpNavItem()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "buildDlpNavItem()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_findprimarynavlist", "label": "findPrimaryNavList()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "findPrimaryNavList()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_injectdlpnavigation", "label": "injectDlpNavigation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "injectDlpNavigation()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 11}, {"id": "aw_ru_patch_ishomeroute", "label": "isHomeRoute()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isHomeRoute()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_getdefaulthostgroupsconfig", "label": "getDefaultHostGroupsConfig()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getDefaultHostGroupsConfig()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_gethostgroupsstate", "label": "getHostGroupsState()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getHostGroupsState()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_ensurehostgroupsdata", "label": "ensureHostGroupsData()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ensureHostGroupsData()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_ispveactivityroute", "label": "isPveActivityRoute()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "isPveActivityRoute()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_extracthostfrombucket", "label": "extractHostFromBucket()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extractHostFromBucket()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_buildhostbucketmap", "label": "buildHostBucketMap()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "buildHostBucketMap()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_hosthasbucketprefix", "label": "hostHasBucketPrefix()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hostHasBucketPrefix()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 2}, {"id": "aw_ru_patch_matchhostgroup", "label": "matchHostGroup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "matchHostGroup()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_buildhostlink", "label": "buildHostLink()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "buildHostLink()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_renderhostgroupcards", "label": "renderHostGroupCards()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "renderHostGroupCards()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 8}, {"id": "aw_ru_patch_injecthostgroupscenter", "label": "injectHostGroupsCenter()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "injectHostGroupsCenter()", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_renderdlptablerows", "label": "renderDlpTableRows()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "renderDlpTableRows()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 14}, {"id": "aw_ru_patch_savedlpreview", "label": "saveDlpReview()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "saveDlpReview()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 8}, {"id": "aw_ru_patch_savedlpincident", "label": "saveDlpIncident()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "saveDlpIncident()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_savedlprule", "label": "saveDlpRule()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "saveDlpRule()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_binddlprowactions", "label": "bindDlpRowActions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bindDlpRowActions()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 11}, {"id": "aw_ru_patch_setdlpruleenabled", "label": "setDlpRuleEnabled()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setDlpRuleEnabled()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_setdlpreviewarchived", "label": "setDlpReviewArchived()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "setDlpReviewArchived()", "community": 9, "community_name": "Community 9", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_renderdlprulemanager", "label": "renderDlpRuleManager()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "renderDlpRuleManager()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 12}, {"id": "aw_ru_patch_renderdlpreviewmanager", "label": "renderDlpReviewManager()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "renderDlpReviewManager()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 11}, {"id": "aw_ru_patch_refreshdlpcenter", "label": "refreshDlpCenter()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "refreshDlpCenter()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 9}, {"id": "aw_ru_patch_injectdlpreviewcenter", "label": "injectDlpReviewCenter()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "injectDlpReviewCenter()", "community": 5, "community_name": "Community 5", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 11}, {"id": "aw_ru_patch_refreshdlpalertscenter", "label": "refreshDlpAlertsCenter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "refreshDlpAlertsCenter()", "community": 13, "community_name": "Community 13", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_refreshpveauditcenter", "label": "refreshPveAuditCenter()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "refreshPveAuditCenter()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_injectpveauditcenter", "label": "injectPveAuditCenter()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "injectPveAuditCenter()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_injectdlpalertscenter", "label": "injectDlpAlertsCenter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "injectDlpAlertsCenter()", "community": 13, "community_name": "Community 13", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_gettrendshostfromsettings", "label": "getTrendsHostFromSettings()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getTrendsHostFromSettings()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_gettrendspath", "label": "getTrendsPath()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getTrendsPath()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_shouldredirecttrends", "label": "shouldRedirectTrends()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "shouldRedirectTrends()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_redirectbaretrendsroute", "label": "redirectBareTrendsRoute()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "redirectBareTrendsRoute()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 6}, {"id": "aw_ru_patch_ensuresettingshost", "label": "ensureSettingsHost()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ensureSettingsHost()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 5}, {"id": "aw_ru_patch_getpreferredwindowhostfrombuckets", "label": "getPreferredWindowHostFromBuckets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "getPreferredWindowHostFromBuckets()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 7}, {"id": "aw_ru_patch_rewriteunknowncategorybuilderquerybody", "label": "rewriteUnknownCategoryBuilderQueryBody()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "rewriteUnknownCategoryBuilderQueryBody()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_installcategorybuildernetworkpatch", "label": "installCategoryBuilderNetworkPatch()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "installCategoryBuilderNetworkPatch()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_patchcategorybuilderhostlabel", "label": "patchCategoryBuilderHostLabel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "patchCategoryBuilderHostLabel()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 4}, {"id": "aw_ru_patch_patchactivityheading", "label": "patchActivityHeading()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "patchActivityHeading()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_ru_patch_applypatch", "label": "applyPatch()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.6, "font": {"size": 12, "color": "#ffffff"}, "title": "applyPatch()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 19}, {"id": "aw_ru_patch_scheduleapplypatch", "label": "scheduleApplyPatch()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "scheduleApplyPatch()", "community": 2, "community_name": "Community 2", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 3}, {"id": "aw_server_aw_sw_cleanup_js", "label": "aw-sw-cleanup.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "aw-sw-cleanup.js", "community": 15, "community_name": "Community 15", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/aw-server/aw-sw-cleanup.js", "file_type": "code", "degree": 0}, {"id": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "label": "aw_activitywatch.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "aw_activitywatch.py", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 7}, {"id": "aw_activitywatch_activitywatchexporter", "label": "ActivityWatchExporter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ActivityWatchExporter", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 7}, {"id": "aw_activitywatch_activitywatchexporter_init", "label": ".__init__()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 1}, {"id": "aw_activitywatch_activitywatchexporter_get_buckets", "label": ".get_buckets()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_buckets()", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 3}, {"id": "aw_activitywatch_activitywatchexporter_get_bucket_events", "label": ".get_bucket_events()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_bucket_events()", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 3}, {"id": "aw_activitywatch_activitywatchexporter_get_bucket_info", "label": ".get_bucket_info()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_bucket_info()", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 2}, {"id": "aw_activitywatch_activitywatchexporter_collect_metrics", "label": ".collect_metrics()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".collect_metrics()", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 5}, {"id": "aw_activitywatch_main", "label": "main()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "code", "degree": 3}, {"id": "aw_activitywatch_rationale_39", "label": "Get all buckets from ActivityWatch API.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get all buckets from ActivityWatch API.", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "rationale", "degree": 1}, {"id": "aw_activitywatch_rationale_49", "label": "Get events from a specific bucket.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get events from a specific bucket.", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "rationale", "degree": 1}, {"id": "aw_activitywatch_rationale_63", "label": "Get detailed info about a bucket.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get detailed info about a bucket.", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "rationale", "degree": 1}, {"id": "aw_activitywatch_rationale_73", "label": "Collect metrics from ActivityWatch.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Collect metrics from ActivityWatch.", "community": 6, "community_name": "Community 6", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/grafana-1c/sql-exporter/collectors/aw_activitywatch.py", "file_type": "rationale", "degree": 1}, {"id": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "label": "aw-ru-patch.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 39.2, "font": {"size": 12, "color": "#ffffff"}, "title": "aw-ru-patch.js", "community": 8, "community_name": "Community 8", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-ru-patch.js", "file_type": "code", "degree": 73}, {"id": "install_kit_awindows_20260427_211240_aw_server_aw_sw_cleanup_js", "label": "aw-sw-cleanup.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "aw-sw-cleanup.js", "community": 16, "community_name": "Community 16", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/aw-server/aw-sw-cleanup.js", "file_type": "code", "degree": 0}, {"id": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "label": "browser-domains-native-collector.ps1", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.4, "font": {"size": 12, "color": "#ffffff"}, "title": "browser-domains-native-collector.ps1", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 26}, {"id": "browser_domains_native_collector_get_deploymentconfig", "label": "Get-DeploymentConfig()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-DeploymentConfig()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 2}, {"id": "browser_domains_native_collector_write_collectorlog", "label": "Write-CollectorLog()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Write-CollectorLog()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 5}, {"id": "browser_domains_native_collector_write_dlpincidentlog", "label": "Write-DlpIncidentLog()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Write-DlpIncidentLog()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 2}, {"id": "browser_domains_native_collector_test_domainmatch", "label": "Test-DomainMatch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Test-DomainMatch()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 4}, {"id": "browser_domains_native_collector_get_hostfromurl", "label": "Get-HostFromUrl()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-HostFromUrl()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 2}, {"id": "browser_domains_native_collector_get_rootdomain", "label": "Get-RootDomain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-RootDomain()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 2}, {"id": "browser_domains_native_collector_convertto_normalizedurl", "label": "ConvertTo-NormalizedUrl()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ConvertTo-NormalizedUrl()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_load_customcategoryrules", "label": "Load-CustomCategoryRules()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Load-CustomCategoryRules()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_get_webcategory", "label": "Get-WebCategory()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-WebCategory()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_test_domainlistmatch", "label": "Test-DomainListMatch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Test-DomainListMatch()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 4}, {"id": "browser_domains_native_collector_test_dlpruletimewindow", "label": "Test-DlpRuleTimeWindow()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test-DlpRuleTimeWindow()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_load_dlppolicy", "label": "Load-DlpPolicy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Load-DlpPolicy()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_test_dlprulematch", "label": "Test-DlpRuleMatch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Test-DlpRuleMatch()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 5}, {"id": "browser_domains_native_collector_get_dlpdecision", "label": "Get-DlpDecision()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-DlpDecision()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_should_emitincident", "label": "Should-EmitIncident()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Should-EmitIncident()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 2}, {"id": "browser_domains_native_collector_send_dlpincidentheartbeat", "label": "Send-DlpIncidentHeartbeat()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-DlpIncidentHeartbeat()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 4}, {"id": "browser_domains_native_collector_get_filesha256hex", "label": "Get-FileSha256Hex()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-FileSha256Hex()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_ensure_directory", "label": "Ensure-Directory()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-Directory()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_get_incidentscreenshotpath", "label": "Get-IncidentScreenshotPath()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-IncidentScreenshotPath()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_ensure_screenshottypesloaded", "label": "Ensure-ScreenshotTypesLoaded()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-ScreenshotTypesLoaded()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_capture_incidentscreenshot", "label": "Capture-IncidentScreenshot()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Capture-IncidentScreenshot()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 8}, {"id": "browser_domains_native_collector_get_foregroundwindowcontext", "label": "Get-ForegroundWindowContext()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-ForegroundWindowContext()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 2}, {"id": "browser_domains_native_collector_get_browserurlfromwindow", "label": "Get-BrowserUrlFromWindow()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-BrowserUrlFromWindow()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "browser_domains_native_collector_ensure_bucket", "label": "Ensure-Bucket()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-Bucket()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 4}, {"id": "browser_domains_native_collector_send_heartbeat", "label": "Send-Heartbeat()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-Heartbeat()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 2}, {"id": "browser_domains_native_collector_send_categoryheartbeat", "label": "Send-CategoryHeartbeat()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-CategoryHeartbeat()", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 3}, {"id": "install_kit_awindows_20260427_211240_windows_deploy_domain_users_ps1", "label": "deploy-domain-users.ps1", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy-domain-users.ps1", "community": 17, "community_name": "Community 17", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/deploy-domain-users.ps1", "file_type": "code", "degree": 0}, {"id": "install_kit_awindows_20260427_211240_windows_deploy_ensemble_ps1", "label": "deploy-ensemble.ps1", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy-ensemble.ps1", "community": 18, "community_name": "Community 18", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/deploy-ensemble.ps1", "file_type": "code", "degree": 0}, {"id": "install_kit_awindows_20260427_211240_windows_deploy_single_user_ps1", "label": "deploy-single-user.ps1", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy-single-user.ps1", "community": 19, "community_name": "Community 19", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/deploy-single-user.ps1", "file_type": "code", "degree": 0}, {"id": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "label": "dlp-endpoint-signals-collector.ps1", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "dlp-endpoint-signals-collector.ps1", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 30}, {"id": "dlp_endpoint_signals_collector_get_deploymentconfig", "label": "Get-DeploymentConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-DeploymentConfig()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 2}, {"id": "dlp_endpoint_signals_collector_write_endpointlog", "label": "Write-EndpointLog()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Write-EndpointLog()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 12}, {"id": "dlp_endpoint_signals_collector_invoke_awjsonpost", "label": "Invoke-AwJsonPost()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-AwJsonPost()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 5}, {"id": "dlp_endpoint_signals_collector_ensure_bucket", "label": "Ensure-Bucket()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-Bucket()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 5}, {"id": "dlp_endpoint_signals_collector_send_endpointsignalheartbeat", "label": "Send-EndpointSignalHeartbeat()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-EndpointSignalHeartbeat()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "label": "Send-DlpIncidentHeartbeat()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-DlpIncidentHeartbeat()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 8}, {"id": "dlp_endpoint_signals_collector_get_filesha256hex", "label": "Get-FileSha256Hex()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-FileSha256Hex()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_ensure_directory", "label": "Ensure-Directory()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-Directory()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_get_incidentscreenshotpath", "label": "Get-IncidentScreenshotPath()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-IncidentScreenshotPath()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_ensure_screenshottypesloaded", "label": "Ensure-ScreenshotTypesLoaded()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-ScreenshotTypesLoaded()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "label": "Capture-IncidentScreenshot()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Capture-IncidentScreenshot()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 8}, {"id": "dlp_endpoint_signals_collector_show_enforcementnotification", "label": "Show-EnforcementNotification()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Show-EnforcementNotification()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 6}, {"id": "dlp_endpoint_signals_collector_invoke_clipboardenforcement", "label": "Invoke-ClipboardEnforcement()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-ClipboardEnforcement()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_invoke_usbwriteblockenforcement", "label": "Invoke-UsbWriteBlockEnforcement()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-UsbWriteBlockEnforcement()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_invoke_printjobenforcement", "label": "Invoke-PrintJobEnforcement()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-PrintJobEnforcement()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_get_stringhash", "label": "Get-StringHash()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-StringHash()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 2}, {"id": "dlp_endpoint_signals_collector_load_dlppolicy", "label": "Load-DlpPolicy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Load-DlpPolicy()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_should_emitbycooldown", "label": "Should-EmitByCooldown()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Should-EmitByCooldown()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 5}, {"id": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "label": "Evaluate-ClipboardRules()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate-ClipboardRules()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 7}, {"id": "dlp_endpoint_signals_collector_evaluate_usbrules", "label": "Evaluate-UsbRules()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate-UsbRules()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 7}, {"id": "dlp_endpoint_signals_collector_evaluate_printrules", "label": "Evaluate-PrintRules()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate-PrintRules()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 7}, {"id": "dlp_endpoint_signals_collector_test_lookslikemojibakequestionmarks", "label": "Test-LooksLikeMojibakeQuestionMarks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Test-LooksLikeMojibakeQuestionMarks()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_normalize_ownerformatch", "label": "Normalize-OwnerForMatch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Normalize-OwnerForMatch()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_test_ownerloosematch", "label": "Test-OwnerLooseMatch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Test-OwnerLooseMatch()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_normalize_printerformatch", "label": "Normalize-PrinterForMatch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Normalize-PrinterForMatch()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_test_printerloosematch", "label": "Test-PrinterLooseMatch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Test-PrinterLooseMatch()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_get_printserviceeventsummary", "label": "Get-PrintServiceEventSummary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-PrintServiceEventSummary()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 3}, {"id": "dlp_endpoint_signals_collector_get_printservicedocumentfallback", "label": "Get-PrintServiceDocumentFallback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-PrintServiceDocumentFallback()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_write_printserviceeventtrace", "label": "Write-PrintServiceEventTrace()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Write-PrintServiceEventTrace()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 4}, {"id": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "label": "Get-BetterDocumentNameFromPrintServiceEvents()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-BetterDocumentNameFromPrintServiceEvents()", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 8}, {"id": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "label": "email-outbound-collector.ps1", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "email-outbound-collector.ps1", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 16}, {"id": "email_outbound_collector_get_deploymentconfig", "label": "Get-DeploymentConfig()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-DeploymentConfig()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 2}, {"id": "email_outbound_collector_write_collectorlog", "label": "Write-CollectorLog()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Write-CollectorLog()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 9}, {"id": "email_outbound_collector_invoke_awjsonpost", "label": "Invoke-AwJsonPost()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-AwJsonPost()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 5}, {"id": "email_outbound_collector_ensure_bucket", "label": "Ensure-Bucket()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-Bucket()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 5}, {"id": "email_outbound_collector_get_stringhash", "label": "Get-StringHash()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-StringHash()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 5}, {"id": "email_outbound_collector_send_emailheartbeat", "label": "Send-EmailHeartbeat()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-EmailHeartbeat()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 6}, {"id": "email_outbound_collector_send_emailincidentheartbeat", "label": "Send-EmailIncidentHeartbeat()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-EmailIncidentHeartbeat()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 5}, {"id": "email_outbound_collector_show_enforcementnotification", "label": "Show-EnforcementNotification()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Show-EnforcementNotification()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 3}, {"id": "email_outbound_collector_load_emailpolicy", "label": "Load-EmailPolicy()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Load-EmailPolicy()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 3}, {"id": "email_outbound_collector_should_emitbycooldown", "label": "Should-EmitByCooldown()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Should-EmitByCooldown()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 3}, {"id": "email_outbound_collector_evaluate_emailrules", "label": "Evaluate-EmailRules()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate-EmailRules()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 10}, {"id": "email_outbound_collector_invoke_emailenforcement", "label": "Invoke-EmailEnforcement()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-EmailEnforcement()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 5}, {"id": "email_outbound_collector_initialize_outlookcom", "label": "Initialize-OutlookCom()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize-OutlookCom()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 3}, {"id": "email_outbound_collector_get_outlooksentitems", "label": "Get-OutlookSentItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-OutlookSentItems()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 4}, {"id": "email_outbound_collector_poll_outlooksentitems", "label": "Poll-OutlookSentItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Poll-OutlookSentItems()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 7}, {"id": "email_outbound_collector_poll_smtpconnections", "label": "Poll-SmtpConnections()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Poll-SmtpConnections()", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 5}, {"id": "install_kit_awindows_20260427_211240_windows_hardening_recovery_ps1", "label": "hardening-recovery.ps1", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hardening-recovery.ps1", "community": 20, "community_name": "Community 20", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/hardening-recovery.ps1", "file_type": "code", "degree": 0}, {"id": "install_kit_awindows_20260427_211240_windows_migrate_awatch_rus_paths_ps1", "label": "migrate-awatch-rus-paths.ps1", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "migrate-awatch-rus-paths.ps1", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 6}, {"id": "migrate_awatch_rus_paths_copy_directorycontents", "label": "Copy-DirectoryContents()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Copy-DirectoryContents()", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 2}, {"id": "migrate_awatch_rus_paths_copy_ifexists", "label": "Copy-IfExists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Copy-IfExists()", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 2}, {"id": "migrate_awatch_rus_paths_convert_pathvalue", "label": "Convert-PathValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert-PathValue()", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 3}, {"id": "migrate_awatch_rus_paths_stop_awatchtaskset", "label": "Stop-AWatchTaskSet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Stop-AWatchTaskSet()", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 2}, {"id": "migrate_awatch_rus_paths_get_existingawatchconfig", "label": "Get-ExistingAWatchConfig()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-ExistingAWatchConfig()", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 2}, {"id": "migrate_awatch_rus_paths_update_awatchconfigpaths", "label": "Update-AWatchConfigPaths()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Update-AWatchConfigPaths()", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 3}, {"id": "install_kit_awindows_20260427_211240_windows_validate_deployment_ps1", "label": "validate-deployment.ps1", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "validate-deployment.ps1", "community": 21, "community_name": "Community 21", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/validate-deployment.ps1", "file_type": "code", "degree": 0}, {"id": "install_kit_awindows_20260427_211240_windows_worktime_session_collector_ps1", "label": "worktime-session-collector.ps1", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "worktime-session-collector.ps1", "community": 11, "community_name": "Community 11", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/install-kit-awindows-20260427-211240/windows/worktime-session-collector.ps1", "file_type": "code", "degree": 4}, {"id": "worktime_session_collector_get_config", "label": "Get-Config()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-Config()", "community": 11, "community_name": "Community 11", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/worktime-session-collector.ps1", "file_type": "code", "degree": 2}, {"id": "worktime_session_collector_invoke_awjsonpost", "label": "Invoke-AwJsonPost()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-AwJsonPost()", "community": 11, "community_name": "Community 11", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/worktime-session-collector.ps1", "file_type": "code", "degree": 3}, {"id": "worktime_session_collector_ensure_bucket", "label": "Ensure-Bucket()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-Bucket()", "community": 11, "community_name": "Community 11", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/worktime-session-collector.ps1", "file_type": "code", "degree": 3}, {"id": "worktime_session_collector_get_sessionrecords", "label": "Get-SessionRecords()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-SessionRecords()", "community": 11, "community_name": "Community 11", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/worktime-session-collector.ps1", "file_type": "code", "degree": 2}, {"id": "pfsense_pfsense_aw_poller_py", "label": "pfsense-aw-poller.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "pfsense-aw-poller.py", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 21}, {"id": "pfsense_aw_poller_utc_now_iso", "label": "utc_now_iso()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "utc_now_iso()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 3}, {"id": "pfsense_aw_poller_load_json", "label": "load_json()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "load_json()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 2}, {"id": "pfsense_aw_poller_build_ssl_context", "label": "build_ssl_context()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "build_ssl_context()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 2}, {"id": "pfsense_aw_poller_http_json", "label": "http_json()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "http_json()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 4}, {"id": "pfsense_aw_poller_ensure_bucket", "label": "ensure_bucket()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_bucket()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 3}, {"id": "pfsense_aw_poller_send_heartbeat", "label": "send_heartbeat()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "send_heartbeat()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 3}, {"id": "pfsense_aw_poller_normalize_headers", "label": "normalize_headers()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "normalize_headers()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 2}, {"id": "pfsense_aw_poller_summarize_payload", "label": "summarize_payload()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "summarize_payload()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 2}, {"id": "pfsense_aw_poller_poll_endpoint", "label": "poll_endpoint()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "poll_endpoint()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 8}, {"id": "pfsense_aw_poller_run_once", "label": "run_once()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "run_once()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 4}, {"id": "pfsense_aw_poller_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 7, "community_name": "Community 7", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/pfsense/pfsense-aw-poller.py", "file_type": "code", "degree": 4}, {"id": "scripts_aggregate_dlp_events_py", "label": "aggregate_dlp_events.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.4, "font": {"size": 12, "color": "#ffffff"}, "title": "aggregate_dlp_events.py", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 41}, {"id": "aggregate_dlp_events_bucket", "label": "Bucket", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Bucket", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_awevent", "label": "AwEvent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AwEvent", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_psycopgconnection", "label": "PsycopgConnection", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PsycopgConnection", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 4}, {"id": "protocol", "label": "Protocol", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Protocol", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "code", "degree": 1}, {"id": "aggregate_dlp_events_psycopgconnection_cursor", "label": ".cursor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cursor()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 3}, {"id": "aggregate_dlp_events_psycopgconnection_commit", "label": ".commit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".commit()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 6}, {"id": "aggregate_dlp_events_utc_now", "label": "utc_now()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "utc_now()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 5}, {"id": "aggregate_dlp_events_parse_timestamp", "label": "parse_timestamp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_timestamp()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_format_aw_timestamp", "label": "format_aw_timestamp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "format_aw_timestamp()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 5}, {"id": "aggregate_dlp_events_load_state", "label": "load_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "load_state()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_save_state", "label": "save_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "save_state()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_normalize_base_url", "label": "normalize_base_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "normalize_base_url()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_aw_get_json", "label": "aw_get_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "aw_get_json()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 4}, {"id": "aggregate_dlp_events_list_buckets", "label": "list_buckets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "list_buckets()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 4}, {"id": "aggregate_dlp_events_bucket_stream_type", "label": "bucket_stream_type()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bucket_stream_type()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_select_buckets", "label": "select_buckets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "select_buckets()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 3}, {"id": "aggregate_dlp_events_build_events_path", "label": "build_events_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_events_path()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 3}, {"id": "aggregate_dlp_events_event_key", "label": "event_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "event_key()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 3}, {"id": "aggregate_dlp_events_fetch_bucket_events", "label": "fetch_bucket_events()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fetch_bucket_events()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 6}, {"id": "aggregate_dlp_events_connect_sqlite", "label": "connect_sqlite()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "connect_sqlite()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 3}, {"id": "aggregate_dlp_events_ensure_schema", "label": "ensure_schema()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_schema()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 3}, {"id": "aggregate_dlp_events_ensure_postgres_schema", "label": "ensure_postgres_schema()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_postgres_schema()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 4}, {"id": "aggregate_dlp_events_first_string", "label": "first_string()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "first_string()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_bool_as_int", "label": "bool_as_int()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bool_as_int()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_event_row", "label": "event_row()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "event_row()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 6}, {"id": "aggregate_dlp_events_insert_events", "label": "insert_events()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "insert_events()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 6}, {"id": "aggregate_dlp_events_insert_postgres_events", "label": "insert_postgres_events()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "insert_postgres_events()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 9}, {"id": "aggregate_dlp_events_get_start_time", "label": "get_start_time()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "get_start_time()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 4}, {"id": "aggregate_dlp_events_parse_prefixes", "label": "parse_prefixes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_prefixes()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 1}, {"id": "aggregate_dlp_events_build_parser", "label": "build_parser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "build_parser()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 2}, {"id": "aggregate_dlp_events_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "main()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/aggregate_dlp_events.py", "file_type": "code", "degree": 14}, {"id": "scripts_merge_aw_server_dbs_py", "label": "merge_aw_server_dbs.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_aw_server_dbs.py", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/merge_aw_server_dbs.py", "file_type": "code", "degree": 11}, {"id": "merge_aw_server_dbs_connect", "label": "connect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "connect()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/merge_aw_server_dbs.py", "file_type": "code", "degree": 4}, {"id": "merge_aw_server_dbs_bucket_key", "label": "bucket_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bucket_key()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/merge_aw_server_dbs.py", "file_type": "code", "degree": 2}, {"id": "merge_aw_server_dbs_ensure_parent", "label": "ensure_parent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_parent()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/merge_aw_server_dbs.py", "file_type": "code", "degree": 2}, {"id": "merge_aw_server_dbs_load_existing_events", "label": "load_existing_events()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "load_existing_events()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/merge_aw_server_dbs.py", "file_type": "code", "degree": 2}, {"id": "merge_aw_server_dbs_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 0, "community_name": "Community 0", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/scripts/merge_aw_server_dbs.py", "file_type": "code", "degree": 6}, {"id": "windows_browser_domains_native_collector_ps1", "label": "browser-domains-native-collector.ps1", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.4, "font": {"size": 12, "color": "#ffffff"}, "title": "browser-domains-native-collector.ps1", "community": 3, "community_name": "Community 3", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/browser-domains-native-collector.ps1", "file_type": "code", "degree": 26}, {"id": "windows_deploy_domain_users_ps1", "label": "deploy-domain-users.ps1", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy-domain-users.ps1", "community": 22, "community_name": "Community 22", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/deploy-domain-users.ps1", "file_type": "code", "degree": 0}, {"id": "windows_deploy_ensemble_ps1", "label": "deploy-ensemble.ps1", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy-ensemble.ps1", "community": 23, "community_name": "Community 23", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/deploy-ensemble.ps1", "file_type": "code", "degree": 0}, {"id": "windows_deploy_single_user_ps1", "label": "deploy-single-user.ps1", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy-single-user.ps1", "community": 24, "community_name": "Community 24", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/deploy-single-user.ps1", "file_type": "code", "degree": 0}, {"id": "windows_dlp_endpoint_signals_collector_ps1", "label": "dlp-endpoint-signals-collector.ps1", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "dlp-endpoint-signals-collector.ps1", "community": 1, "community_name": "Community 1", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/dlp-endpoint-signals-collector.ps1", "file_type": "code", "degree": 30}, {"id": "windows_email_outbound_collector_ps1", "label": "email-outbound-collector.ps1", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "email-outbound-collector.ps1", "community": 4, "community_name": "Community 4", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/email-outbound-collector.ps1", "file_type": "code", "degree": 16}, {"id": "windows_file_operations_collector_ps1", "label": "file-operations-collector.ps1", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "file-operations-collector.ps1", "community": 12, "community_name": "Community 12", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/file-operations-collector.ps1", "file_type": "code", "degree": 5}, {"id": "file_operations_collector_get_deploymentconfig", "label": "Get-DeploymentConfig()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get-DeploymentConfig()", "community": 12, "community_name": "Community 12", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/file-operations-collector.ps1", "file_type": "code", "degree": 1}, {"id": "file_operations_collector_write_filecollectorlog", "label": "Write-FileCollectorLog()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Write-FileCollectorLog()", "community": 12, "community_name": "Community 12", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/file-operations-collector.ps1", "file_type": "code", "degree": 2}, {"id": "file_operations_collector_invoke_awjsonpost", "label": "Invoke-AwJsonPost()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoke-AwJsonPost()", "community": 12, "community_name": "Community 12", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/file-operations-collector.ps1", "file_type": "code", "degree": 4}, {"id": "file_operations_collector_ensure_bucket", "label": "Ensure-Bucket()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure-Bucket()", "community": 12, "community_name": "Community 12", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/file-operations-collector.ps1", "file_type": "code", "degree": 3}, {"id": "file_operations_collector_send_fileoperationevent", "label": "Send-FileOperationEvent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send-FileOperationEvent()", "community": 12, "community_name": "Community 12", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/file-operations-collector.ps1", "file_type": "code", "degree": 3}, {"id": "windows_hardening_recovery_ps1", "label": "hardening-recovery.ps1", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hardening-recovery.ps1", "community": 25, "community_name": "Community 25", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/hardening-recovery.ps1", "file_type": "code", "degree": 0}, {"id": "windows_migrate_awatch_rus_paths_ps1", "label": "migrate-awatch-rus-paths.ps1", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "migrate-awatch-rus-paths.ps1", "community": 10, "community_name": "Community 10", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/migrate-awatch-rus-paths.ps1", "file_type": "code", "degree": 6}, {"id": "windows_validate_deployment_ps1", "label": "validate-deployment.ps1", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "validate-deployment.ps1", "community": 26, "community_name": "Community 26", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/validate-deployment.ps1", "file_type": "code", "degree": 0}, {"id": "windows_worktime_session_collector_ps1", "label": "worktime-session-collector.ps1", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "worktime-session-collector.ps1", "community": 11, "community_name": "Community 11", "source_file": "/mnt/usb_hdd2/Projects/ActivityWatch-Russian/windows/worktime-session-collector.ps1", "file_type": "code", "degree": 4}, {"id": "time", "label": "time", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "time", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 2}, {"id": "logging", "label": "logging", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "logging", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}, {"id": "requests", "label": "requests", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "requests", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}, {"id": "prometheus_client", "label": "prometheus_client", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "prometheus_client", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}, {"id": "datetime", "label": "datetime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "datetime", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 3}, {"id": "argparse", "label": "argparse", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "argparse", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 3}, {"id": "json", "label": "json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "json", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 3}, {"id": "ssl", "label": "ssl", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ssl", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}, {"id": "sys", "label": "sys", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "sys", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 2}, {"id": "urllib_error", "label": "urllib_error", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "urllib_error", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 2}, {"id": "urllib_parse", "label": "urllib_parse", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "urllib_parse", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 2}, {"id": "urllib_request", "label": "urllib_request", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "urllib_request", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 2}, {"id": "pathlib", "label": "pathlib", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pathlib", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 3}, {"id": "os", "label": "os", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "os", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 2}, {"id": "sqlite3", "label": "sqlite3", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "sqlite3", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 2}, {"id": "collections_abc", "label": "collections_abc", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "collections_abc", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}, {"id": "dataclasses", "label": "dataclasses", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dataclasses", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}, {"id": "typing", "label": "typing", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "typing", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}, {"id": "shutil", "label": "shutil", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "shutil", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "", "degree": 1}];
|
|
const RAW_EDGES = [{"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_replacetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_walk", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_translateattributes", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectstyles", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_hidenoisenavigation", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getcurrenthostfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ispvelikehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_islikelyclienthost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_enforcesafeactivityviewforpvehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlphostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlphref", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_isdlpsignalbucketroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_isalertsroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlphostfrombucketid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_builddlpkey", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_generatedlpid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_awapijson", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ensureawbucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_saveawheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getrulematchfields", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_serializerulematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getruleid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getreviewid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_collapseruleevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_collapsereviewevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_rulematchesevent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getsuppressionstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_removebaddlplinks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_updatedlplinks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_builddlpnavitem", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_findprimarynavlist", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectdlpnavigation", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ishomeroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdefaulthostgroupsconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_gethostgroupsstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ensurehostgroupsdata", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ispveactivityroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_extracthostfrombucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_buildhostbucketmap", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_hosthasbucketprefix", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_matchhostgroup", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_buildhostlink", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderhostgroupcards", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injecthostgroupscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderdlptablerows", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_savedlpreview", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_savedlpincident", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_savedlprule", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_binddlprowactions", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_setdlpruleenabled", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_setdlpreviewarchived", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderdlprulemanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderdlpreviewmanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_refreshdlpcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectdlpreviewcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_refreshdlpalertscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_refreshpveauditcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectpveauditcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectdlpalertscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_gettrendshostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_gettrendspath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_shouldredirecttrends", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_redirectbaretrendsroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ensuresettingshost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getpreferredwindowhostfrombuckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_rewriteunknowncategorybuilderquerybody", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_installcategorybuildernetworkpatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_patchcategorybuilderhostlabel", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_patchactivityheading", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_applypatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_server_aw_ru_patch_js", "to": "aw_ru_patch_scheduleapplypatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_walk", "to": "aw_ru_patch_replacetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_translateattributes", "to": "aw_ru_patch_replacetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_enforcesafeactivityviewforpvehost", "to": "aw_ru_patch_ispvelikehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getdlphostfromsettings", "to": "aw_ru_patch_getcurrenthostfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getdlphostfromsettings", "to": "aw_ru_patch_islikelyclienthost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getdlphostfromsettings", "to": "aw_ru_patch_getdlphostfrombucketid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getdlphostfromsettings", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getdlphostfromsettings", "to": "aw_ru_patch_gettrendshostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_ensureawbucket", "to": "aw_ru_patch_awapijson", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_saveawheartbeat", "to": "aw_ru_patch_awapijson", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_loadbucketevents", "to": "aw_ru_patch_awapijson", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getrulematchfields", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getruleid", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getruleid", "to": "aw_ru_patch_serializerulematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getreviewid", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getreviewid", "to": "aw_ru_patch_builddlpkey", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_collapseruleevents", "to": "aw_ru_patch_getruleid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_collapsereviewevents", "to": "aw_ru_patch_getreviewid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_rulematchesevent", "to": "aw_ru_patch_getrulematchfields", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_rulematchesevent", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_findprimarynavlist", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpnavigation", "to": "aw_ru_patch_getcurrenthostfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpnavigation", "to": "aw_ru_patch_ispvelikehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpnavigation", "to": "aw_ru_patch_removebaddlplinks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpnavigation", "to": "aw_ru_patch_getdlphref", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpnavigation", "to": "aw_ru_patch_updatedlplinks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpnavigation", "to": "aw_ru_patch_findprimarynavlist", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpnavigation", "to": "aw_ru_patch_builddlpnavitem", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_ensurehostgroupsdata", "to": "aw_ru_patch_gethostgroupsstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_ensurehostgroupsdata", "to": "aw_ru_patch_awapijson", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_ensurehostgroupsdata", "to": "aw_ru_patch_getdefaulthostgroupsconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_ispveactivityroute", "to": "aw_ru_patch_ispvelikehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_buildhostbucketmap", "to": "aw_ru_patch_extracthostfrombucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_matchhostgroup", "to": "aw_ru_patch_hosthasbucketprefix", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderhostgroupcards", "to": "aw_ru_patch_getdefaulthostgroupsconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderhostgroupcards", "to": "aw_ru_patch_buildhostbucketmap", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderhostgroupcards", "to": "aw_ru_patch_matchhostgroup", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderhostgroupcards", "to": "aw_ru_patch_buildhostlink", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderhostgroupcards", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injecthostgroupscenter", "to": "aw_ru_patch_ishomeroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injecthostgroupscenter", "to": "aw_ru_patch_ensurehostgroupsdata", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injecthostgroupscenter", "to": "aw_ru_patch_renderhostgroupcards", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlptablerows", "to": "aw_ru_patch_getsuppressionstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlptablerows", "to": "aw_ru_patch_rulematchesevent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlptablerows", "to": "aw_ru_patch_builddlpkey", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlptablerows", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlptablerows", "to": "aw_ru_patch_binddlprowactions", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlptablerows", "to": "aw_ru_patch_renderdlprulemanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlptablerows", "to": "aw_ru_patch_renderdlpreviewmanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpreview", "to": "aw_ru_patch_ensureawbucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpreview", "to": "aw_ru_patch_saveawheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpreview", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpreview", "to": "aw_ru_patch_generatedlpid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpreview", "to": "aw_ru_patch_savedlpincident", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpincident", "to": "aw_ru_patch_ensureawbucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpincident", "to": "aw_ru_patch_saveawheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpincident", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlpincident", "to": "aw_ru_patch_generatedlpid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlprule", "to": "aw_ru_patch_ensureawbucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlprule", "to": "aw_ru_patch_saveawheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlprule", "to": "aw_ru_patch_generatedlpid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_savedlprule", "to": "aw_ru_patch_getrulematchfields", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_getsuppressionstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_builddlpkey", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_savedlpreview", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_collapsereviewevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_renderdlptablerows", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_savedlprule", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_binddlprowactions", "to": "aw_ru_patch_collapseruleevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_setdlpruleenabled", "to": "aw_ru_patch_ensureawbucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_setdlpruleenabled", "to": "aw_ru_patch_saveawheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_setdlpruleenabled", "to": "aw_ru_patch_getruleid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_setdlpreviewarchived", "to": "aw_ru_patch_ensureawbucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_setdlpreviewarchived", "to": "aw_ru_patch_saveawheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_setdlpreviewarchived", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_setdlpreviewarchived", "to": "aw_ru_patch_getreviewid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_getsuppressionstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_getruleid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_serializerulematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_setdlpruleenabled", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_collapseruleevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlprulemanager", "to": "aw_ru_patch_renderdlptablerows", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlpreviewmanager", "to": "aw_ru_patch_getsuppressionstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlpreviewmanager", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlpreviewmanager", "to": "aw_ru_patch_getreviewid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlpreviewmanager", "to": "aw_ru_patch_setdlpreviewarchived", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlpreviewmanager", "to": "aw_ru_patch_collapsereviewevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlpreviewmanager", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_renderdlpreviewmanager", "to": "aw_ru_patch_renderdlptablerows", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpcenter", "to": "aw_ru_patch_getsuppressionstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpcenter", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpcenter", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpcenter", "to": "aw_ru_patch_collapseruleevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpcenter", "to": "aw_ru_patch_collapsereviewevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpcenter", "to": "aw_ru_patch_renderdlptablerows", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_isdlpsignalbucketroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_getdlphostfrombucketid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_refreshdlpcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_renderdlptablerows", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_renderdlprulemanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpreviewcenter", "to": "aw_ru_patch_renderdlpreviewmanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpalertscenter", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshdlpalertscenter", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshpveauditcenter", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_refreshpveauditcenter", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectpveauditcenter", "to": "aw_ru_patch_ispveactivityroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectpveauditcenter", "to": "aw_ru_patch_getcurrenthostfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectpveauditcenter", "to": "aw_ru_patch_refreshpveauditcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpalertscenter", "to": "aw_ru_patch_isalertsroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpalertscenter", "to": "aw_ru_patch_getcurrenthostfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpalertscenter", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_injectdlpalertscenter", "to": "aw_ru_patch_refreshdlpalertscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_gettrendshostfromsettings", "to": "aw_ru_patch_islikelyclienthost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_shouldredirecttrends", "to": "aw_ru_patch_gettrendspath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_redirectbaretrendsroute", "to": "aw_ru_patch_shouldredirecttrends", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_redirectbaretrendsroute", "to": "aw_ru_patch_getdlphostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_redirectbaretrendsroute", "to": "aw_ru_patch_gettrendshostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_ensuresettingshost", "to": "aw_ru_patch_getdlphostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_ensuresettingshost", "to": "aw_ru_patch_injectdlpnavigation", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getpreferredwindowhostfrombuckets", "to": "aw_ru_patch_gethostgroupsstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getpreferredwindowhostfrombuckets", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_getpreferredwindowhostfrombuckets", "to": "aw_ru_patch_islikelyclienthost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_rewriteunknowncategorybuilderquerybody", "to": "aw_ru_patch_getpreferredwindowhostfrombuckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_installcategorybuildernetworkpatch", "to": "aw_ru_patch_rewriteunknowncategorybuilderquerybody", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_patchcategorybuilderhostlabel", "to": "aw_ru_patch_getpreferredwindowhostfrombuckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_enforcesafeactivityviewforpvehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_ensuresettingshost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_ensurehostgroupsdata", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_installcategorybuildernetworkpatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_injectstyles", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_walk", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_translateattributes", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_hidenoisenavigation", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_patchactivityheading", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_patchcategorybuilderhostlabel", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_injectpveauditcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_injectdlpnavigation", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_injectdlpreviewcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_injectdlpalertscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_injecthostgroupscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_applypatch", "to": "aw_ru_patch_redirectbaretrendsroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_ru_patch_scheduleapplypatch", "to": "aw_ru_patch_applypatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "to": "time", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "to": "logging", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "to": "requests", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "to": "prometheus_client", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "to": "datetime", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "to": "aw_activitywatch_activitywatchexporter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grafana_1c_sql_exporter_collectors_aw_activitywatch_py", "to": "aw_activitywatch_main", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_activitywatchexporter", "to": "aw_activitywatch_activitywatchexporter_init", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_activitywatchexporter", "to": "aw_activitywatch_activitywatchexporter_get_buckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_activitywatchexporter", "to": "aw_activitywatch_activitywatchexporter_get_bucket_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_activitywatchexporter", "to": "aw_activitywatch_activitywatchexporter_get_bucket_info", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_activitywatchexporter", "to": "aw_activitywatch_activitywatchexporter_collect_metrics", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_activitywatchexporter_collect_metrics", "to": "aw_activitywatch_activitywatchexporter_get_buckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_activitywatchexporter_collect_metrics", "to": "aw_activitywatch_activitywatchexporter_get_bucket_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_main", "to": "aw_activitywatch_activitywatchexporter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_main", "to": "aw_activitywatch_activitywatchexporter_collect_metrics", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_rationale_39", "to": "aw_activitywatch_activitywatchexporter_get_buckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_rationale_49", "to": "aw_activitywatch_activitywatchexporter_get_bucket_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_rationale_63", "to": "aw_activitywatch_activitywatchexporter_get_bucket_info", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aw_activitywatch_rationale_73", "to": "aw_activitywatch_activitywatchexporter_collect_metrics", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_replacetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_walk", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_translateattributes", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectstyles", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_hidenoisenavigation", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getcurrenthostfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ispvelikehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_enforcesafeactivityviewforpvehost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlphostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlphref", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_isdlpsignalbucketroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_isalertsroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlpbucketidfromhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdlphostfrombucketid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_escapehtml", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_normalizetext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_builddlpkey", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_generatedlpid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_awapijson", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ensureawbucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_saveawheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_loadbucketevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getrulematchfields", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_serializerulematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getruleid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getreviewid", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_collapseruleevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_collapsereviewevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_rulematchesevent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getsuppressionstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_removebaddlplinks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_updatedlplinks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_builddlpnavitem", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_findprimarynavlist", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectdlpnavigation", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ishomeroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getdefaulthostgroupsconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_gethostgroupsstate", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ensurehostgroupsdata", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ispveactivityroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_extracthostfrombucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_buildhostbucketmap", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_matchhostgroup", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_buildhostlink", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderhostgroupcards", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injecthostgroupscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderdlptablerows", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_savedlpreview", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_savedlpincident", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_savedlprule", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_binddlprowactions", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_setdlpruleenabled", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_setdlpreviewarchived", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderdlprulemanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_renderdlpreviewmanager", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_refreshdlpcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectdlpreviewcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_refreshdlpalertscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_refreshpveauditcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectpveauditcenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_injectdlpalertscenter", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_gettrendshostfromsettings", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_gettrendspath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_shouldredirecttrends", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_redirectbaretrendsroute", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_ensuresettingshost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_getpreferredwindowhostfrombuckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_rewriteunknowncategorybuilderquerybody", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_installcategorybuildernetworkpatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_patchcategorybuilderhostlabel", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_patchactivityheading", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_applypatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_aw_server_aw_ru_patch_js", "to": "aw_ru_patch_scheduleapplypatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_deploymentconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_write_dlpincidentlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_domainmatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_hostfromurl", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_rootdomain", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_convertto_normalizedurl", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_load_customcategoryrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_webcategory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_domainlistmatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_dlpruletimewindow", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_load_dlppolicy", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_dlprulematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_dlpdecision", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_should_emitincident", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_send_dlpincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_filesha256hex", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_ensure_directory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_incidentscreenshotpath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_ensure_screenshottypesloaded", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_capture_incidentscreenshot", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_foregroundwindowcontext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_browserurlfromwindow", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_send_heartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_send_categoryheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_load_customcategoryrules", "to": "browser_domains_native_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_get_webcategory", "to": "browser_domains_native_collector_test_domainmatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_test_domainlistmatch", "to": "browser_domains_native_collector_test_domainmatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_load_dlppolicy", "to": "browser_domains_native_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_test_dlprulematch", "to": "browser_domains_native_collector_test_dlpruletimewindow", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_test_dlprulematch", "to": "browser_domains_native_collector_test_domainlistmatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_get_dlpdecision", "to": "browser_domains_native_collector_test_dlprulematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_send_dlpincidentheartbeat", "to": "browser_domains_native_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_send_dlpincidentheartbeat", "to": "browser_domains_native_collector_capture_incidentscreenshot", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_capture_incidentscreenshot", "to": "browser_domains_native_collector_ensure_directory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_capture_incidentscreenshot", "to": "browser_domains_native_collector_ensure_screenshottypesloaded", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_capture_incidentscreenshot", "to": "browser_domains_native_collector_get_incidentscreenshotpath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_capture_incidentscreenshot", "to": "browser_domains_native_collector_get_filesha256hex", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_capture_incidentscreenshot", "to": "browser_domains_native_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_get_browserurlfromwindow", "to": "browser_domains_native_collector_convertto_normalizedurl", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_domains_native_collector_send_categoryheartbeat", "to": "browser_domains_native_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_deploymentconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_send_endpointsignalheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_filesha256hex", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_ensure_directory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_incidentscreenshotpath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_ensure_screenshottypesloaded", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_clipboardenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_usbwriteblockenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_printjobenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_stringhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_load_dlppolicy", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_evaluate_usbrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_evaluate_printrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_test_lookslikemojibakequestionmarks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_normalize_ownerformatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_test_ownerloosematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_normalize_printerformatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_test_printerloosematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_printserviceeventsummary", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_printservicedocumentfallback", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_write_printserviceeventtrace", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_ensure_bucket", "to": "dlp_endpoint_signals_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_send_endpointsignalheartbeat", "to": "dlp_endpoint_signals_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_send_endpointsignalheartbeat", "to": "dlp_endpoint_signals_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "to": "dlp_endpoint_signals_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "to": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "to": "dlp_endpoint_signals_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "to": "dlp_endpoint_signals_collector_ensure_directory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "to": "dlp_endpoint_signals_collector_ensure_screenshottypesloaded", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "to": "dlp_endpoint_signals_collector_get_incidentscreenshotpath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "to": "dlp_endpoint_signals_collector_get_filesha256hex", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_show_enforcementnotification", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_invoke_clipboardenforcement", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_invoke_usbwriteblockenforcement", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_invoke_printjobenforcement", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_load_dlppolicy", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "to": "dlp_endpoint_signals_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "to": "dlp_endpoint_signals_collector_invoke_clipboardenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "to": "dlp_endpoint_signals_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "to": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_usbrules", "to": "dlp_endpoint_signals_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_usbrules", "to": "dlp_endpoint_signals_collector_invoke_usbwriteblockenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_usbrules", "to": "dlp_endpoint_signals_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_usbrules", "to": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_usbrules", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_printrules", "to": "dlp_endpoint_signals_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_printrules", "to": "dlp_endpoint_signals_collector_invoke_printjobenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_printrules", "to": "dlp_endpoint_signals_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_printrules", "to": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_evaluate_printrules", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_test_ownerloosematch", "to": "dlp_endpoint_signals_collector_normalize_ownerformatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_test_printerloosematch", "to": "dlp_endpoint_signals_collector_normalize_printerformatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_get_printservicedocumentfallback", "to": "dlp_endpoint_signals_collector_test_lookslikemojibakequestionmarks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_write_printserviceeventtrace", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "to": "dlp_endpoint_signals_collector_get_printserviceeventsummary", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "to": "dlp_endpoint_signals_collector_get_printservicedocumentfallback", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "to": "dlp_endpoint_signals_collector_test_ownerloosematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "to": "dlp_endpoint_signals_collector_test_printerloosematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "to": "dlp_endpoint_signals_collector_write_printserviceeventtrace", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "to": "dlp_endpoint_signals_collector_test_lookslikemojibakequestionmarks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_get_deploymentconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_get_stringhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_send_emailheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_send_emailincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_load_emailpolicy", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_evaluate_emailrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_invoke_emailenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_initialize_outlookcom", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_get_outlooksentitems", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_poll_outlooksentitems", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_email_outbound_collector_ps1", "to": "email_outbound_collector_poll_smtpconnections", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_ensure_bucket", "to": "email_outbound_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_send_emailheartbeat", "to": "email_outbound_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_send_emailheartbeat", "to": "email_outbound_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_send_emailincidentheartbeat", "to": "email_outbound_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_send_emailincidentheartbeat", "to": "email_outbound_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_load_emailpolicy", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_evaluate_emailrules", "to": "email_outbound_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_evaluate_emailrules", "to": "email_outbound_collector_invoke_emailenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_evaluate_emailrules", "to": "email_outbound_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_evaluate_emailrules", "to": "email_outbound_collector_send_emailincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_evaluate_emailrules", "to": "email_outbound_collector_get_stringhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_evaluate_emailrules", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_invoke_emailenforcement", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_invoke_emailenforcement", "to": "email_outbound_collector_get_stringhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_initialize_outlookcom", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_get_outlooksentitems", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_outlooksentitems", "to": "email_outbound_collector_get_outlooksentitems", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_outlooksentitems", "to": "email_outbound_collector_get_stringhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_outlooksentitems", "to": "email_outbound_collector_send_emailheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_outlooksentitems", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_outlooksentitems", "to": "email_outbound_collector_evaluate_emailrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_smtpconnections", "to": "email_outbound_collector_send_emailheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_smtpconnections", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_outbound_collector_poll_smtpconnections", "to": "email_outbound_collector_evaluate_emailrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_copy_directorycontents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_copy_ifexists", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_convert_pathvalue", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_stop_awatchtaskset", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_get_existingawatchconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_update_awatchconfigpaths", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "migrate_awatch_rus_paths_update_awatchconfigpaths", "to": "migrate_awatch_rus_paths_convert_pathvalue", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_worktime_session_collector_ps1", "to": "worktime_session_collector_get_config", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_worktime_session_collector_ps1", "to": "worktime_session_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_worktime_session_collector_ps1", "to": "worktime_session_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_kit_awindows_20260427_211240_windows_worktime_session_collector_ps1", "to": "worktime_session_collector_get_sessionrecords", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktime_session_collector_ensure_bucket", "to": "worktime_session_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "argparse", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "ssl", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "sys", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "time", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "urllib_error", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "urllib_parse", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "urllib_request", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "datetime", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pathlib", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_utc_now_iso", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_load_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_build_ssl_context", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_http_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_send_heartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_normalize_headers", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_summarize_payload", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_poll_endpoint", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_run_once", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_pfsense_aw_poller_py", "to": "pfsense_aw_poller_main", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_ensure_bucket", "to": "pfsense_aw_poller_http_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_send_heartbeat", "to": "pfsense_aw_poller_http_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_poll_endpoint", "to": "pfsense_aw_poller_normalize_headers", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_poll_endpoint", "to": "pfsense_aw_poller_http_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_poll_endpoint", "to": "pfsense_aw_poller_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_poll_endpoint", "to": "pfsense_aw_poller_utc_now_iso", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_poll_endpoint", "to": "pfsense_aw_poller_summarize_payload", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_poll_endpoint", "to": "pfsense_aw_poller_send_heartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_run_once", "to": "pfsense_aw_poller_build_ssl_context", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_run_once", "to": "pfsense_aw_poller_poll_endpoint", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_main", "to": "pfsense_aw_poller_load_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_main", "to": "pfsense_aw_poller_run_once", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pfsense_aw_poller_main", "to": "pfsense_aw_poller_utc_now_iso", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "argparse", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "os", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "sqlite3", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "sys", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "urllib_error", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "urllib_parse", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "urllib_request", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "collections_abc", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "dataclasses", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "datetime", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "pathlib", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "typing", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_awevent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_psycopgconnection", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_utc_now", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_parse_timestamp", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_format_aw_timestamp", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_load_state", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_save_state", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_normalize_base_url", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_aw_get_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_list_buckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_bucket_stream_type", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_select_buckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_build_events_path", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_event_key", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_fetch_bucket_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_connect_sqlite", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_ensure_schema", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_ensure_postgres_schema", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_first_string", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_bool_as_int", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_event_row", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_insert_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_insert_postgres_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_get_start_time", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_parse_prefixes", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_build_parser", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_aggregate_dlp_events_py", "to": "aggregate_dlp_events_main", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_psycopgconnection", "to": "protocol", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_psycopgconnection", "to": "aggregate_dlp_events_psycopgconnection_cursor", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_psycopgconnection", "to": "aggregate_dlp_events_psycopgconnection_commit", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_aw_get_json", "to": "aggregate_dlp_events_normalize_base_url", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_list_buckets", "to": "aggregate_dlp_events_aw_get_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_list_buckets", "to": "aggregate_dlp_events_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_select_buckets", "to": "aggregate_dlp_events_bucket_stream_type", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_build_events_path", "to": "aggregate_dlp_events_format_aw_timestamp", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_fetch_bucket_events", "to": "aggregate_dlp_events_aw_get_json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_fetch_bucket_events", "to": "aggregate_dlp_events_build_events_path", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_fetch_bucket_events", "to": "aggregate_dlp_events_event_key", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_fetch_bucket_events", "to": "aggregate_dlp_events_awevent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_connect_sqlite", "to": "merge_aw_server_dbs_connect", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_ensure_schema", "to": "aggregate_dlp_events_psycopgconnection_commit", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_ensure_postgres_schema", "to": "aggregate_dlp_events_psycopgconnection_cursor", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_ensure_postgres_schema", "to": "aggregate_dlp_events_psycopgconnection_commit", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_event_row", "to": "aggregate_dlp_events_event_key", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_event_row", "to": "aggregate_dlp_events_first_string", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_event_row", "to": "aggregate_dlp_events_bool_as_int", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_events", "to": "aggregate_dlp_events_format_aw_timestamp", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_events", "to": "aggregate_dlp_events_utc_now", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_events", "to": "aggregate_dlp_events_event_row", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_events", "to": "aggregate_dlp_events_psycopgconnection_commit", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_postgres_events", "to": "aggregate_dlp_events_format_aw_timestamp", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_postgres_events", "to": "aggregate_dlp_events_utc_now", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_postgres_events", "to": "aggregate_dlp_events_ensure_postgres_schema", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_postgres_events", "to": "aggregate_dlp_events_psycopgconnection_cursor", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_postgres_events", "to": "aggregate_dlp_events_event_row", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_postgres_events", "to": "aggregate_dlp_events_psycopgconnection_commit", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_insert_postgres_events", "to": "merge_aw_server_dbs_connect", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_get_start_time", "to": "aggregate_dlp_events_parse_timestamp", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_get_start_time", "to": "aggregate_dlp_events_utc_now", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_build_parser", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_load_state", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_get_start_time", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_utc_now", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_select_buckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_list_buckets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_fetch_bucket_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_format_aw_timestamp", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_insert_postgres_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_connect_sqlite", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_ensure_schema", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_insert_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aggregate_dlp_events_main", "to": "aggregate_dlp_events_save_state", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "argparse", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "json", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "os", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "shutil", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "sqlite3", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "pathlib", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "merge_aw_server_dbs_connect", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "merge_aw_server_dbs_bucket_key", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "merge_aw_server_dbs_ensure_parent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "merge_aw_server_dbs_load_existing_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_merge_aw_server_dbs_py", "to": "merge_aw_server_dbs_main", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_aw_server_dbs_main", "to": "merge_aw_server_dbs_ensure_parent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_aw_server_dbs_main", "to": "merge_aw_server_dbs_connect", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_aw_server_dbs_main", "to": "merge_aw_server_dbs_bucket_key", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_aw_server_dbs_main", "to": "merge_aw_server_dbs_load_existing_events", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_aw_server_dbs_main", "to": "aggregate_dlp_events_psycopgconnection_commit", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_deploymentconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_write_dlpincidentlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_domainmatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_hostfromurl", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_rootdomain", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_convertto_normalizedurl", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_load_customcategoryrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_webcategory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_domainlistmatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_dlpruletimewindow", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_load_dlppolicy", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_test_dlprulematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_dlpdecision", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_should_emitincident", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_send_dlpincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_filesha256hex", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_ensure_directory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_incidentscreenshotpath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_ensure_screenshottypesloaded", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_capture_incidentscreenshot", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_foregroundwindowcontext", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_get_browserurlfromwindow", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_send_heartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_browser_domains_native_collector_ps1", "to": "browser_domains_native_collector_send_categoryheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_deploymentconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_write_endpointlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_send_endpointsignalheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_send_dlpincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_filesha256hex", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_ensure_directory", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_incidentscreenshotpath", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_ensure_screenshottypesloaded", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_capture_incidentscreenshot", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_clipboardenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_usbwriteblockenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_invoke_printjobenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_stringhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_load_dlppolicy", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_evaluate_clipboardrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_evaluate_usbrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_evaluate_printrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_test_lookslikemojibakequestionmarks", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_normalize_ownerformatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_test_ownerloosematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_normalize_printerformatch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_test_printerloosematch", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_printserviceeventsummary", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_printservicedocumentfallback", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_write_printserviceeventtrace", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_dlp_endpoint_signals_collector_ps1", "to": "dlp_endpoint_signals_collector_get_betterdocumentnamefromprintserviceevents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_get_deploymentconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_write_collectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_get_stringhash", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_send_emailheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_send_emailincidentheartbeat", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_show_enforcementnotification", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_load_emailpolicy", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_should_emitbycooldown", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_evaluate_emailrules", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_invoke_emailenforcement", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_initialize_outlookcom", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_get_outlooksentitems", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_poll_outlooksentitems", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_email_outbound_collector_ps1", "to": "email_outbound_collector_poll_smtpconnections", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_file_operations_collector_ps1", "to": "file_operations_collector_get_deploymentconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_file_operations_collector_ps1", "to": "file_operations_collector_write_filecollectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_file_operations_collector_ps1", "to": "file_operations_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_file_operations_collector_ps1", "to": "file_operations_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_file_operations_collector_ps1", "to": "file_operations_collector_send_fileoperationevent", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_operations_collector_invoke_awjsonpost", "to": "file_operations_collector_write_filecollectorlog", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_operations_collector_ensure_bucket", "to": "file_operations_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_operations_collector_send_fileoperationevent", "to": "file_operations_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_operations_collector_send_fileoperationevent", "to": "file_operations_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_copy_directorycontents", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_copy_ifexists", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_convert_pathvalue", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_stop_awatchtaskset", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_get_existingawatchconfig", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_migrate_awatch_rus_paths_ps1", "to": "migrate_awatch_rus_paths_update_awatchconfigpaths", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_worktime_session_collector_ps1", "to": "worktime_session_collector_get_config", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_worktime_session_collector_ps1", "to": "worktime_session_collector_invoke_awjsonpost", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_worktime_session_collector_ps1", "to": "worktime_session_collector_ensure_bucket", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "windows_worktime_session_collector_ps1", "to": "worktime_session_collector_get_sessionrecords", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [];
|
|
|
|
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
|
|
function esc(s) {
|
|
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
|
}
|
|
|
|
// Build vis datasets
|
|
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
|
|
id: n.id, label: n.label, color: n.color, size: n.size,
|
|
font: n.font, title: n.title,
|
|
_community: n.community, _community_name: n.community_name,
|
|
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
|
|
})));
|
|
|
|
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
|
|
id: i, from: e.from, to: e.to,
|
|
label: '',
|
|
title: e.title,
|
|
dashes: e.dashes,
|
|
width: e.width,
|
|
color: e.color,
|
|
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
|
|
})));
|
|
|
|
const container = document.getElementById('graph');
|
|
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
|
|
physics: {
|
|
enabled: true,
|
|
solver: 'forceAtlas2Based',
|
|
forceAtlas2Based: {
|
|
gravitationalConstant: -60,
|
|
centralGravity: 0.005,
|
|
springLength: 120,
|
|
springConstant: 0.08,
|
|
damping: 0.4,
|
|
avoidOverlap: 0.8,
|
|
},
|
|
stabilization: { iterations: 200, fit: true },
|
|
},
|
|
interaction: {
|
|
hover: true,
|
|
tooltipDelay: 100,
|
|
hideEdgesOnDrag: true,
|
|
navigationButtons: false,
|
|
keyboard: false,
|
|
},
|
|
nodes: { shape: 'dot', borderWidth: 1.5 },
|
|
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
|
|
});
|
|
|
|
network.once('stabilizationIterationsDone', () => {
|
|
network.setOptions({ physics: { enabled: false } });
|
|
});
|
|
|
|
function showInfo(nodeId) {
|
|
const n = nodesDS.get(nodeId);
|
|
if (!n) return;
|
|
const neighborIds = network.getConnectedNodes(nodeId);
|
|
const neighborItems = neighborIds.map(nid => {
|
|
const nb = nodesDS.get(nid);
|
|
const color = nb ? nb.color.background : '#555';
|
|
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
|
|
}).join('');
|
|
document.getElementById('info-content').innerHTML = `
|
|
<div class="field"><b>${esc(n.label)}</b></div>
|
|
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
|
|
<div class="field">Community: ${esc(n._community_name)}</div>
|
|
<div class="field">Source: ${esc(n._source_file || '-')}</div>
|
|
<div class="field">Degree: ${n._degree}</div>
|
|
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
|
|
`;
|
|
}
|
|
|
|
function focusNode(nodeId) {
|
|
network.focus(nodeId, { scale: 1.4, animation: true });
|
|
network.selectNodes([nodeId]);
|
|
showInfo(nodeId);
|
|
}
|
|
|
|
// Track hovered node — hover detection is more reliable than click params
|
|
let hoveredNodeId = null;
|
|
network.on('hoverNode', params => {
|
|
hoveredNodeId = params.node;
|
|
container.style.cursor = 'pointer';
|
|
});
|
|
network.on('blurNode', () => {
|
|
hoveredNodeId = null;
|
|
container.style.cursor = 'default';
|
|
});
|
|
container.addEventListener('click', () => {
|
|
if (hoveredNodeId !== null) {
|
|
showInfo(hoveredNodeId);
|
|
network.selectNodes([hoveredNodeId]);
|
|
}
|
|
});
|
|
network.on('click', params => {
|
|
if (params.nodes.length > 0) {
|
|
showInfo(params.nodes[0]);
|
|
} else if (hoveredNodeId === null) {
|
|
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
|
|
}
|
|
});
|
|
|
|
const searchInput = document.getElementById('search');
|
|
const searchResults = document.getElementById('search-results');
|
|
searchInput.addEventListener('input', () => {
|
|
const q = searchInput.value.toLowerCase().trim();
|
|
searchResults.innerHTML = '';
|
|
if (!q) { searchResults.style.display = 'none'; return; }
|
|
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
|
|
if (!matches.length) { searchResults.style.display = 'none'; return; }
|
|
searchResults.style.display = 'block';
|
|
matches.forEach(n => {
|
|
const el = document.createElement('div');
|
|
el.className = 'search-item';
|
|
el.textContent = n.label;
|
|
el.style.borderLeft = `3px solid ${n.color.background}`;
|
|
el.style.paddingLeft = '8px';
|
|
el.onclick = () => {
|
|
network.focus(n.id, { scale: 1.5, animation: true });
|
|
network.selectNodes([n.id]);
|
|
showInfo(n.id);
|
|
searchResults.style.display = 'none';
|
|
searchInput.value = '';
|
|
};
|
|
searchResults.appendChild(el);
|
|
});
|
|
});
|
|
document.addEventListener('click', e => {
|
|
if (!searchResults.contains(e.target) && e.target !== searchInput)
|
|
searchResults.style.display = 'none';
|
|
});
|
|
|
|
const hiddenCommunities = new Set();
|
|
const legendEl = document.getElementById('legend');
|
|
LEGEND.forEach(c => {
|
|
const item = document.createElement('div');
|
|
item.className = 'legend-item';
|
|
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
|
|
<span class="legend-label">${c.label}</span>
|
|
<span class="legend-count">${c.count}</span>`;
|
|
item.onclick = () => {
|
|
if (hiddenCommunities.has(c.cid)) {
|
|
hiddenCommunities.delete(c.cid);
|
|
item.classList.remove('dimmed');
|
|
} else {
|
|
hiddenCommunities.add(c.cid);
|
|
item.classList.add('dimmed');
|
|
}
|
|
const updates = RAW_NODES
|
|
.filter(n => n.community === c.cid)
|
|
.map(n => ({ id: n.id, hidden: hiddenCommunities.has(c.cid) }));
|
|
nodesDS.update(updates);
|
|
};
|
|
legendEl.appendChild(item);
|
|
});
|
|
</script>
|
|
<script>
|
|
// Render hyperedges as shaded regions
|
|
const hyperedges = [];
|
|
// afterDrawing passes ctx already transformed to network coordinate space.
|
|
// Draw node positions raw — no manual pan/zoom/DPR math needed.
|
|
network.on('afterDrawing', function(ctx) {
|
|
hyperedges.forEach(h => {
|
|
const positions = h.nodes
|
|
.map(nid => network.getPositions([nid])[nid])
|
|
.filter(p => p !== undefined);
|
|
if (positions.length < 2) return;
|
|
ctx.save();
|
|
ctx.globalAlpha = 0.12;
|
|
ctx.fillStyle = '#6366f1';
|
|
ctx.strokeStyle = '#6366f1';
|
|
ctx.lineWidth = 2;
|
|
ctx.beginPath();
|
|
// Centroid and expanded hull in network coordinates
|
|
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
|
|
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
|
|
const expanded = positions.map(p => ({
|
|
x: cx + (p.x - cx) * 1.15,
|
|
y: cy + (p.y - cy) * 1.15
|
|
}));
|
|
ctx.moveTo(expanded[0].x, expanded[0].y);
|
|
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
|
|
ctx.closePath();
|
|
ctx.fill();
|
|
ctx.globalAlpha = 0.4;
|
|
ctx.stroke();
|
|
// Label
|
|
ctx.globalAlpha = 0.8;
|
|
ctx.fillStyle = '#4f46e5';
|
|
ctx.font = 'bold 11px sans-serif';
|
|
ctx.textAlign = 'center';
|
|
ctx.fillText(h.label, cx, cy - 5);
|
|
ctx.restore();
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |