Files
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

257 lines
242 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/graphify-out/graph.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">285 nodes &middot; 434 edges &middot; 32 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_manifest_py", "label": "__manifest__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_ir_actions_report_py", "label": "ir_actions_report.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ir_actions_report.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/ir_actions_report.py", "file_type": "code", "degree": 1}, {"id": "ir_actions_report_iractionsreport", "label": "IrActionsReport", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IrActionsReport", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/ir_actions_report.py", "file_type": "code", "degree": 2}, {"id": "ir_actions_report_iractionsreport_render_qweb_pdf", "label": "._render_qweb_pdf()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._render_qweb_pdf()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/ir_actions_report.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_ir_http_py", "label": "ir_http.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ir_http.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/ir_http.py", "file_type": "code", "degree": 1}, {"id": "ir_http_http", "label": "Http", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Http", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/ir_http.py", "file_type": "code", "degree": 2}, {"id": "ir_http_http_session_info", "label": ".session_info()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".session_info()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/ir_http.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_preview_log_py", "label": "preview_log.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "preview_log.py", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/preview_log.py", "file_type": "code", "degree": 1}, {"id": "preview_log_fusionpdfpreviewlog", "label": "FusionPdfPreviewLog", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionPdfPreviewLog", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/preview_log.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_res_users_py", "label": "res_users.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "res_users.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_users.py", "file_type": "code", "degree": 3}, {"id": "res_users_resusers", "label": "ResUsers", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ResUsers", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_users.py", "file_type": "code", "degree": 3}, {"id": "res_users_resusers_preview_reload", "label": ".preview_reload()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".preview_reload()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "res_users_resusers_preview_print_save", "label": ".preview_print_save()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".preview_print_save()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "res_users_self_readable_fields", "label": "SELF_READABLE_FIELDS()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SELF_READABLE_FIELDS()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "res_users_self_writeable_fields", "label": "SELF_WRITEABLE_FIELDS()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SELF_WRITEABLE_FIELDS()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ResConfigSettings", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_action_fpv_apply_to_all_users", "label": ".action_fpv_apply_to_all_users()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fpv_apply_to_all_users()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_rationale_23", "label": "Apply current default PDF preview settings to all internal users in the company.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply current default PDF preview settings to all internal users in the company.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/models/res_config_settings.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "label": "viewer.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "viewer.js", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 220}, {"id": "viewer_webpack_require", "label": "__webpack_require__()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__webpack_require__()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_getviewerconfiguration", "label": "getViewerConfiguration()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getViewerConfiguration()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerload", "label": "webViewerLoad()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerLoad()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_interoprequiredefault", "label": "_interopRequireDefault()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_interopRequireDefault()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_slicedtoarray", "label": "_slicedToArray()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_slicedToArray()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_noniterablerest", "label": "_nonIterableRest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_nonIterableRest()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_iterabletoarraylimit", "label": "_iterableToArrayLimit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_iterableToArrayLimit()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_arraywithholes", "label": "_arrayWithHoles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_arrayWithHoles()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_asyncgeneratorstep", "label": "asyncGeneratorStep()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "asyncGeneratorStep()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_asynctogenerator", "label": "_asyncToGenerator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_asyncToGenerator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_initialize", "label": "initialize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initialize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_readpreferences", "label": "_readPreferences()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_readPreferences()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_parsehashparameters", "label": "_parseHashParameters()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_parseHashParameters()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_initializel10n", "label": "_initializeL10n()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_initializeL10n()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_initializeviewercomponents", "label": "_initializeViewerComponents()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_initializeViewerComponents()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_pagescount", "label": "pagesCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pagesCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_page", "label": "page()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_printing", "label": "printing()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "printing()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_supportsprinting", "label": "supportsPrinting()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "supportsPrinting()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_supportsfullscreen", "label": "supportsFullscreen()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "supportsFullscreen()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_supportsintegratedfind", "label": "supportsIntegratedFind()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "supportsIntegratedFind()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_supportsdocumentfonts", "label": "supportsDocumentFonts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "supportsDocumentFonts()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_supportsdocumentcolors", "label": "supportsDocumentColors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "supportsDocumentColors()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_loadingbar", "label": "loadingBar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loadingBar()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_supportedmousewheelzoommodifierkeys", "label": "supportedMouseWheelZoomModifierKeys()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "supportedMouseWheelZoomModifierKeys()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_close", "label": "close()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "close()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_open", "label": "open()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "open()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 6}, {"id": "viewer_downloadbyurl", "label": "downloadByUrl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "downloadByUrl()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_loadfakeworker", "label": "loadFakeWorker()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadFakeWorker()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_loadandenablepdfbug", "label": "loadAndEnablePDFBug()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "loadAndEnablePDFBug()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_webviewerinitialized", "label": "webViewerInitialized()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerInitialized()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_webviewerpagerendered", "label": "webViewerPageRendered()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPageRendered()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_webviewertextlayerrendered", "label": "webViewerTextLayerRendered()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerTextLayerRendered()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerpagemode", "label": "webViewerPageMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPageMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewernamedaction", "label": "webViewerNamedAction()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerNamedAction()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerpresentationmodechanged", "label": "webViewerPresentationModeChanged()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPresentationModeChanged()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewersidebarviewchanged", "label": "webViewerSidebarViewChanged()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerSidebarViewChanged()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerupdateviewarea", "label": "webViewerUpdateViewarea()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerUpdateViewarea()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerscrollmodechanged", "label": "webViewerScrollModeChanged()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerScrollModeChanged()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerspreadmodechanged", "label": "webViewerSpreadModeChanged()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerSpreadModeChanged()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerresize", "label": "webViewerResize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerResize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerhashchange", "label": "webViewerHashchange()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerHashchange()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerpresentationmode", "label": "webViewerPresentationMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPresentationMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webvieweropenfile", "label": "webViewerOpenFile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerOpenFile()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerprint", "label": "webViewerPrint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPrint()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerdownload", "label": "webViewerDownload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerDownload()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerfirstpage", "label": "webViewerFirstPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerFirstPage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerlastpage", "label": "webViewerLastPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerLastPage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewernextpage", "label": "webViewerNextPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerNextPage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerpreviouspage", "label": "webViewerPreviousPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPreviousPage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerzoomin", "label": "webViewerZoomIn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerZoomIn()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerzoomout", "label": "webViewerZoomOut()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerZoomOut()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerpagenumberchanged", "label": "webViewerPageNumberChanged()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPageNumberChanged()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerscalechanged", "label": "webViewerScaleChanged()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerScaleChanged()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerrotatecw", "label": "webViewerRotateCw()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerRotateCw()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerrotateccw", "label": "webViewerRotateCcw()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerRotateCcw()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerswitchscrollmode", "label": "webViewerSwitchScrollMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerSwitchScrollMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerswitchspreadmode", "label": "webViewerSwitchSpreadMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerSwitchSpreadMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerdocumentproperties", "label": "webViewerDocumentProperties()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerDocumentProperties()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerfind", "label": "webViewerFind()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerFind()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerfindfromurlhash", "label": "webViewerFindFromUrlHash()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerFindFromUrlHash()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerupdatefindmatchescount", "label": "webViewerUpdateFindMatchesCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerUpdateFindMatchesCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerupdatefindcontrolstate", "label": "webViewerUpdateFindControlState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerUpdateFindControlState()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerscalechanging", "label": "webViewerScaleChanging()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerScaleChanging()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerrotationchanging", "label": "webViewerRotationChanging()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerRotationChanging()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_webviewerpagechanging", "label": "webViewerPageChanging()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerPageChanging()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewervisibilitychange", "label": "webViewerVisibilityChange()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerVisibilityChange()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_setzoomdisabledtimeout", "label": "setZoomDisabledTimeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setZoomDisabledTimeout()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_webviewerwheel", "label": "webViewerWheel()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerWheel()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerclick", "label": "webViewerClick()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerClick()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_webviewerkeydown", "label": "webViewerKeyDown()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "webViewerKeyDown()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_apipagemodetosidebarview", "label": "apiPageModeToSidebarView()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "apiPageModeToSidebarView()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_typeof", "label": "_typeof()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_typeof()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_wrap", "label": "wrap()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wrap()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_trycatch", "label": "tryCatch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tryCatch()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_generator", "label": "Generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_generatorfunction", "label": "GeneratorFunction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GeneratorFunction()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_generatorfunctionprototype", "label": "GeneratorFunctionPrototype()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GeneratorFunctionPrototype()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_defineiteratormethods", "label": "defineIteratorMethods()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "defineIteratorMethods()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_asynciterator", "label": "AsyncIterator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AsyncIterator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_makeinvokemethod", "label": "makeInvokeMethod()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "makeInvokeMethod()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_maybeinvokedelegate", "label": "maybeInvokeDelegate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "maybeInvokeDelegate()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_pushtryentry", "label": "pushTryEntry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pushTryEntry()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_resettryentry", "label": "resetTryEntry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resetTryEntry()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_context", "label": "Context()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Context()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_values", "label": "values()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "values()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_doneresult", "label": "doneResult()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "doneResult()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_handle", "label": "handle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "handle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_classcallcheck", "label": "_classCallCheck()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": "_classCallCheck()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 36}, {"id": "viewer_defineproperties", "label": "_defineProperties()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_defineProperties()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_createclass", "label": "_createClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_createClass()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_formatl10nvalue", "label": "formatL10nValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatL10nValue()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_getlanguage", "label": "getLanguage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getLanguage()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getdirection", "label": "getDirection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getDirection()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_get", "label": "get()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 8}, {"id": "viewer_translate", "label": "translate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "translate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_getoutputscale", "label": "getOutputScale()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getOutputScale()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_scrollintoview", "label": "scrollIntoView()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "scrollIntoView()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_watchscroll", "label": "watchScroll()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "watchScroll()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_parsequerystring", "label": "parseQueryString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseQueryString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_binarysearchfirstitem", "label": "binarySearchFirstItem()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "binarySearchFirstItem()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_approximatefraction", "label": "approximateFraction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "approximateFraction()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_roundtodivide", "label": "roundToDivide()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "roundToDivide()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_getpagesizeinches", "label": "getPageSizeInches()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getPageSizeInches()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_backtrackbeforeallvisibleelements", "label": "backtrackBeforeAllVisibleElements()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "backtrackBeforeAllVisibleElements()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getvisibleelements", "label": "getVisibleElements()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "getVisibleElements()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_nocontextmenuhandler", "label": "noContextMenuHandler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "noContextMenuHandler()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_isdataschema", "label": "isDataSchema()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isDataSchema()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getpdffilenamefromurl", "label": "getPDFFileNameFromURL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getPDFFileNameFromURL()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_normalizewheeleventdelta", "label": "normalizeWheelEventDelta()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeWheelEventDelta()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_isvalidrotation", "label": "isValidRotation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isValidRotation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_isvalidscrollmode", "label": "isValidScrollMode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isValidScrollMode()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isvalidspreadmode", "label": "isValidSpreadMode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isValidSpreadMode()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isportraitorientation", "label": "isPortraitOrientation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isPortraitOrientation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_waitoneventortimeout", "label": "waitOnEventOrTimeout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "waitOnEventOrTimeout()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_eventbus", "label": "EventBus()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EventBus()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getglobaleventbus", "label": "getGlobalEventBus()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGlobalEventBus()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_clamp", "label": "clamp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clamp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_progressbar", "label": "ProgressBar()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressBar()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_movetoendofarray", "label": "moveToEndOfArray()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "moveToEndOfArray()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_pdfcursortools", "label": "PDFCursorTools()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFCursorTools()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_grabtopan", "label": "GrabToPan()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GrabToPan()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_isleftmousereleased", "label": "isLeftMouseReleased()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isLeftMouseReleased()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_pdfrenderingqueue", "label": "PDFRenderingQueue()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFRenderingQueue()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfsidebar", "label": "PDFSidebar()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFSidebar()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_appoptions", "label": "AppOptions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AppOptions()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_overlaymanager", "label": "OverlayManager()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OverlayManager()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_register", "label": "register()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "register()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_unregister", "label": "unregister()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "unregister()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_passwordprompt", "label": "PasswordPrompt()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PasswordPrompt()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_pdfattachmentviewer", "label": "PDFAttachmentViewer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFAttachmentViewer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_getpagename", "label": "getPageName()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getPageName()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_pdfdocumentproperties", "label": "PDFDocumentProperties()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFDocumentProperties()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_pdffindbar", "label": "PDFFindBar()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFFindBar()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_normalize", "label": "normalize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_pdffindcontroller", "label": "PDFFindController()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFFindController()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_issubterm", "label": "isSubTerm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isSubTerm()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_isalphabeticalscript", "label": "isAlphabeticalScript()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isAlphabeticalScript()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isascii", "label": "isAscii()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isAscii()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isasciialpha", "label": "isAsciiAlpha()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isAsciiAlpha()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isasciidigit", "label": "isAsciiDigit()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isAsciiDigit()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isasciispace", "label": "isAsciiSpace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isAsciiSpace()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_ishan", "label": "isHan()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isHan()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_iskatakana", "label": "isKatakana()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isKatakana()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_ishiragana", "label": "isHiragana()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isHiragana()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_ishalfwidthkatakana", "label": "isHalfwidthKatakana()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isHalfwidthKatakana()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isthai", "label": "isThai()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isThai()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getcharactertype", "label": "getCharacterType()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getCharacterType()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 11}, {"id": "viewer_getcurrenthash", "label": "getCurrentHash()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getCurrentHash()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_parsecurrenthash", "label": "parseCurrentHash()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parseCurrentHash()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfhistory", "label": "PDFHistory()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFHistory()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isdesthashesequal", "label": "isDestHashesEqual()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isDestHashesEqual()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_isdestarraysequal", "label": "isDestArraysEqual()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isDestArraysEqual()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_pdflinkservice", "label": "PDFLinkService()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFLinkService()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_isvalidexplicitdestination", "label": "isValidExplicitDestination()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isValidExplicitDestination()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_simplelinkservice", "label": "SimpleLinkService()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleLinkService()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfoutlineviewer", "label": "PDFOutlineViewer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFOutlineViewer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_pdfpresentationmode", "label": "PDFPresentationMode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFPresentationMode()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfsidebarresizer", "label": "PDFSidebarResizer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFSidebarResizer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_pdfthumbnailviewer", "label": "PDFThumbnailViewer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFThumbnailViewer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfthumbnailview", "label": "PDFThumbnailView()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFThumbnailView()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_possibleconstructorreturn", "label": "_possibleConstructorReturn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_possibleConstructorReturn()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 6}, {"id": "viewer_assertthisinitialized", "label": "_assertThisInitialized()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_assertThisInitialized()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_superpropbase", "label": "_superPropBase()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_superPropBase()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_getprototypeof", "label": "_getPrototypeOf()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_getPrototypeOf()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_inherits", "label": "_inherits()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_inherits()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_setprototypeof", "label": "_setPrototypeOf()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_setPrototypeOf()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfviewer", "label": "PDFViewer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFViewer()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_pdfpageviewbuffer", "label": "PDFPageViewBuffer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFPageViewBuffer()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_issamescale", "label": "isSameScale()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isSameScale()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_baseviewer", "label": "BaseViewer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseViewer()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_annotationlayerbuilder", "label": "AnnotationLayerBuilder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AnnotationLayerBuilder()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_defaultannotationlayerfactory", "label": "DefaultAnnotationLayerFactory()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DefaultAnnotationLayerFactory()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfpageview", "label": "PDFPageView()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFPageView()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_textlayerbuilder", "label": "TextLayerBuilder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TextLayerBuilder()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_begintext", "label": "beginText()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "beginText()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_appendtexttodiv", "label": "appendTextToDiv()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "appendTextToDiv()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_defaulttextlayerfactory", "label": "DefaultTextLayerFactory()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DefaultTextLayerFactory()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_secondarytoolbar", "label": "SecondaryToolbar()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "SecondaryToolbar()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_scrollmodechanged", "label": "scrollModeChanged()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "scrollModeChanged()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_spreadmodechanged", "label": "spreadModeChanged()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "spreadModeChanged()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_pdfsinglepageviewer", "label": "PDFSinglePageViewer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFSinglePageViewer()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_toolbar", "label": "Toolbar()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Toolbar()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_viewhistory", "label": "ViewHistory()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ViewHistory()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_writetostorage", "label": "_writeToStorage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_writeToStorage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_readfromstorage", "label": "_readFromStorage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_readFromStorage()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_set", "label": "set()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "set()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_setmultiple", "label": "setMultiple()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "setMultiple()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getmultiple", "label": "getMultiple()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getMultiple()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_genericpreferences", "label": "GenericPreferences()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "GenericPreferences()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_getdefaultpreferences", "label": "getDefaultPreferences()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getDefaultPreferences()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_basepreferences", "label": "BasePreferences()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BasePreferences()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_reset", "label": "reset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "reset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 6}, {"id": "viewer_getall", "label": "getAll()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getAll()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_download", "label": "_download()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_download()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_downloadmanager", "label": "DownloadManager()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DownloadManager()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_genericl10n", "label": "GenericL10n()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GenericL10n()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getl10nresourcelinks", "label": "getL10nResourceLinks()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getL10nResourceLinks()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getl10ndictionary", "label": "getL10nDictionary()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getL10nDictionary()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_gettranslatablechildren", "label": "getTranslatableChildren()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getTranslatableChildren()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getl10nattributes", "label": "getL10nAttributes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getL10nAttributes()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_firel10nreadyevent", "label": "fireL10nReadyEvent()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fireL10nReadyEvent()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_xhrloadtext", "label": "xhrLoadText()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "xhrLoadText()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_parseresource", "label": "parseResource()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parseResource()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_loadlocale", "label": "loadLocale()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "loadLocale()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_clear", "label": "clear()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "clear()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_getpluralrules", "label": "getPluralRules()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getPluralRules()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_getl10ndata", "label": "getL10nData()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getL10nData()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 4}, {"id": "viewer_substindexes", "label": "substIndexes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "substIndexes()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_substarguments", "label": "substArguments()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "substArguments()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_translateelement", "label": "translateElement()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "translateElement()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_getchildelementcount", "label": "getChildElementCount()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getChildElementCount()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_translatefragment", "label": "translateFragment()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "translateFragment()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 3}, {"id": "viewer_renderpage", "label": "renderPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderPage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_pdfprintservice", "label": "PDFPrintService()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFPrintService()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_active", "label": "active()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "active()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 1}, {"id": "viewer_dispatchevent", "label": "dispatchEvent()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatchEvent()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 5}, {"id": "viewer_abort", "label": "abort()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "abort()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_renderprogress", "label": "renderProgress()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "renderProgress()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "viewer_ensureoverlay", "label": "ensureOverlay()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensureOverlay()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/viewer.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "label": "debugger.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "debugger.js", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 17}, {"id": "debugger_removeselection", "label": "removeSelection()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "removeSelection()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 2}, {"id": "debugger_resetselection", "label": "resetSelection()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resetSelection()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 2}, {"id": "debugger_selectfont", "label": "selectFont()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "selectFont()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 2}, {"id": "debugger_textlayerclick", "label": "textLayerClick()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "textLayerClick()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 3}, {"id": "debugger_active", "label": "active()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "active()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 3}, {"id": "debugger_properties", "label": "properties()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "properties()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 1}, {"id": "debugger_c", "label": "c()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "c()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 1}, {"id": "debugger_simplifyargs", "label": "simplifyArgs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "simplifyArgs()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 1}, {"id": "debugger_stepper", "label": "Stepper()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stepper()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 1}, {"id": "debugger_cboxonclick", "label": "cboxOnClick()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cboxOnClick()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 1}, {"id": "debugger_clear", "label": "clear()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "clear()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 3}, {"id": "debugger_getstatindex", "label": "getStatIndex()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getStatIndex()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 2}, {"id": "debugger_init", "label": "init()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "init()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 3}, {"id": "debugger_add", "label": "add()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "add()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 12}, {"id": "debugger_cleanup", "label": "cleanup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 2}, {"id": "debugger_enable", "label": "enable()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "enable()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 2}, {"id": "debugger_selectpanel", "label": "selectPanel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "selectPanel()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/lib/pdfjs/web/debugger.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_pdf_preview_js", "label": "pdf_preview.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_preview.js", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 6}, {"id": "pdf_preview_logpreviewaction", "label": "logPreviewAction()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "logPreviewAction()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 4}, {"id": "pdf_preview_pdfviewerdialog", "label": "PDFViewerDialog", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFViewerDialog", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 11}, {"id": "pdf_preview_pdfviewerdialog_setup", "label": ".setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 2}, {"id": "pdf_preview_pdfviewerdialog_getviewerurl", "label": ".getViewerUrl()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".getViewerUrl()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 2}, {"id": "pdf_preview_pdfviewerdialog_oniframeload", "label": ".onIframeLoad()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onIframeLoad()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 1}, {"id": "pdf_preview_pdfviewerdialog_toggle", "label": ".toggle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggle()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 8}, {"id": "pdf_preview_pdfviewerdialog_getdialogsize", "label": ".getDialogSize()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDialogSize()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 1}, {"id": "pdf_preview_pdfviewerdialog_getframestyle", "label": ".getFrameStyle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getFrameStyle()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 1}, {"id": "pdf_preview_pdfviewerdialog_downloadpdf", "label": ".downloadPDF()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".downloadPDF()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 3}, {"id": "pdf_preview_pdfviewerdialog_openinnewtab", "label": ".openInNewTab()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".openInNewTab()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 2}, {"id": "pdf_preview_pdfviewerdialog_printpdf", "label": ".printPDF()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".printPDF()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 4}, {"id": "pdf_preview_pdfviewerdialog_onkeydown", "label": "._onKeyDown()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._onKeyDown()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 4}, {"id": "pdf_preview_openpdfviewer", "label": "openPDFViewer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "openPDFViewer()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 3}, {"id": "pdf_preview_handleautomaticprinting", "label": "handleAutomaticPrinting()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "handleAutomaticPrinting()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 3}, {"id": "pdf_preview_getreporturl", "label": "_getReportUrl()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_getReportUrl()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 2}, {"id": "pdf_preview_fusionpdfpreview", "label": "FusionPdfPreview()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionPdfPreview()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/pdf_preview.js", "file_type": "code", "degree": 6}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_user_menu_js", "label": "user_menu.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "user_menu.js", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/user_menu.js", "file_type": "code", "degree": 1}, {"id": "user_menu_reportpreviewconfigitem", "label": "reportPreviewConfigItem()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "reportPreviewConfigItem()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/static/src/js/user_menu.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_controllers_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_controllers_main_py", "label": "main.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/controllers/main.py", "file_type": "code", "degree": 3}, {"id": "main_fusionpdfpreviewcontroller", "label": "FusionPDFPreviewController", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionPDFPreviewController", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/controllers/main.py", "file_type": "code", "degree": 1}, {"id": "main_get_report_name", "label": "get_report_name()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_report_name()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/controllers/main.py", "file_type": "code", "degree": 2}, {"id": "main_log_action", "label": "log_action()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "log_action()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/controllers/main.py", "file_type": "code", "degree": 1}, {"id": "main_rationale_53", "label": "Create an audit log entry for PDF preview/print/download actions.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an audit log entry for PDF preview/print/download actions.", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_pdf_preview/controllers/main.py", "file_type": "rationale", "degree": 0}];
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_ir_actions_report_py", "to": "ir_actions_report_iractionsreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_actions_report_iractionsreport", "to": "ir_actions_report_iractionsreport_render_qweb_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_ir_http_py", "to": "ir_http_http", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_http_http", "to": "ir_http_http_session_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_preview_log_py", "to": "preview_log_fusionpdfpreviewlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_res_users_py", "to": "res_users_resusers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_res_users_py", "to": "res_users_self_readable_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_res_users_py", "to": "res_users_self_writeable_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_users_resusers", "to": "res_users_resusers_preview_reload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_users_resusers", "to": "res_users_resusers_preview_print_save", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_models_res_config_settings_py", "to": "res_config_settings_resconfigsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_action_fpv_apply_to_all_users", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_action_fpv_apply_to_all_users", "to": "res_config_settings_rationale_23", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webpack_require", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getviewerconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_interoprequiredefault", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_slicedtoarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_noniterablerest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_iterabletoarraylimit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_arraywithholes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_asyncgeneratorstep", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_asynctogenerator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_initialize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_readpreferences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_parsehashparameters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_initializel10n", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_initializeviewercomponents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pagescount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_printing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_supportsprinting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_supportsfullscreen", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_supportsintegratedfind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_supportsdocumentfonts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_supportsdocumentcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_loadingbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_supportedmousewheelzoommodifierkeys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_open", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_downloadbyurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_loadfakeworker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_loadandenablepdfbug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerinitialized", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerpagerendered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewertextlayerrendered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerpagemode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewernamedaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerpresentationmodechanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewersidebarviewchanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerupdateviewarea", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerscrollmodechanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerspreadmodechanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerresize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerhashchange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerpresentationmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webvieweropenfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerprint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerdownload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerfirstpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerlastpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewernextpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerpreviouspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerzoomin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerzoomout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerpagenumberchanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerscalechanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerrotatecw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerrotateccw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerswitchscrollmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerswitchspreadmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerdocumentproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerfind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerfindfromurlhash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerupdatefindmatchescount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerupdatefindcontrolstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerscalechanging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerrotationchanging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerpagechanging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewervisibilitychange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_setzoomdisabledtimeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerwheel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerclick", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_webviewerkeydown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_apipagemodetosidebarview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_typeof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_wrap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_trycatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_generator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_generatorfunction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_generatorfunctionprototype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_defineiteratormethods", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_asynciterator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_makeinvokemethod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_maybeinvokedelegate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pushtryentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_resettryentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_doneresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_handle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_classcallcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_defineproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_createclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_formatl10nvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getlanguage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getdirection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_translate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getoutputscale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_scrollintoview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_watchscroll", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_parsequerystring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_binarysearchfirstitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_approximatefraction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_roundtodivide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getpagesizeinches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_backtrackbeforeallvisibleelements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getvisibleelements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_nocontextmenuhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getpdffilenamefromurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_normalizewheeleventdelta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isvalidrotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isvalidscrollmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isvalidspreadmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isportraitorientation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_waitoneventortimeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_eventbus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getglobaleventbus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_clamp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_progressbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_movetoendofarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfcursortools", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_grabtopan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isleftmousereleased", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfrenderingqueue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfsidebar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_appoptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_overlaymanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_register", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_unregister", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_passwordprompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfattachmentviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getpagename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfdocumentproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdffindbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_normalize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdffindcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_issubterm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isalphabeticalscript", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isascii", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isasciialpha", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isasciidigit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isasciispace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_ishan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_iskatakana", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_ishiragana", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_ishalfwidthkatakana", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isthai", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getcharactertype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getcurrenthash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_parsecurrenthash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfhistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isdesthashesequal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isdestarraysequal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdflinkservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_isvalidexplicitdestination", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_simplelinkservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfoutlineviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfpresentationmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfsidebarresizer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfthumbnailviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfthumbnailview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_possibleconstructorreturn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_assertthisinitialized", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_superpropbase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getprototypeof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_inherits", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_setprototypeof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfpageviewbuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_issamescale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_baseviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_annotationlayerbuilder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_defaultannotationlayerfactory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfpageview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_textlayerbuilder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_begintext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_appendtexttodiv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_defaulttextlayerfactory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_secondarytoolbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_scrollmodechanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_spreadmodechanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfsinglepageviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_toolbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_viewhistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_writetostorage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_readfromstorage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_set", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_setmultiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getmultiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_genericpreferences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getdefaultpreferences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_basepreferences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_reset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_download", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_downloadmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_genericl10n", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getl10nresourcelinks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getl10ndictionary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_gettranslatablechildren", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getl10nattributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_firel10nreadyevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_xhrloadtext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_parseresource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_loadlocale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_clear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getpluralrules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getl10ndata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_substindexes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_substarguments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_translateelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_getchildelementcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_translatefragment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_renderpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_pdfprintservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_dispatchevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_abort", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_renderprogress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_viewer_js", "to": "viewer_ensureoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getviewerconfiguration", "to": "viewer_webviewerload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerload", "to": "viewer_dispatchevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_slicedtoarray", "to": "viewer_arraywithholes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_slicedtoarray", "to": "viewer_iterabletoarraylimit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_slicedtoarray", "to": "viewer_noniterablerest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_slicedtoarray", "to": "viewer_getpagesizeinches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_close", "to": "viewer_webviewerclick", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_close", "to": "viewer_webviewerkeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_close", "to": "viewer_pdffindbar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_open", "to": "viewer_webviewerdocumentproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_open", "to": "viewer_webviewerkeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_open", "to": "viewer_xhrloadtext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_open", "to": "pdf_preview_pdfviewerdialog_openinnewtab", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_open", "to": "pdf_preview_pdfviewerdialog_printpdf", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_loadfakeworker", "to": "viewer_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_loadandenablepdfbug", "to": "debugger_enable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_loadandenablepdfbug", "to": "debugger_init", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_webviewerinitialized", "to": "viewer_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerinitialized", "to": "debugger_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_webviewerinitialized", "to": "pdf_preview_pdfviewerdialog_toggle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_webviewerpagerendered", "to": "viewer_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerpagerendered", "to": "debugger_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_webviewernamedaction", "to": "pdf_preview_pdfviewerdialog_toggle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_webviewersidebarviewchanged", "to": "viewer_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerupdateviewarea", "to": "viewer_setmultiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerscrollmodechanged", "to": "viewer_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerspreadmodechanged", "to": "viewer_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerpagechanging", "to": "debugger_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_webviewervisibilitychange", "to": "viewer_setzoomdisabledtimeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_setzoomdisabledtimeout", "to": "viewer_webviewerwheel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_webviewerkeydown", "to": "pdf_preview_pdfviewerdialog_toggle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_typeof", "to": "viewer_waitoneventortimeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_typeof", "to": "viewer_isvalidexplicitdestination", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_typeof", "to": "viewer_possibleconstructorreturn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_typeof", "to": "viewer_basepreferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_wrap", "to": "viewer_makeinvokemethod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_trycatch", "to": "viewer_makeinvokemethod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_trycatch", "to": "viewer_maybeinvokedelegate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_makeinvokemethod", "to": "viewer_doneresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_makeinvokemethod", "to": "viewer_maybeinvokedelegate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_context", "to": "viewer_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_values", "to": "viewer_isvalidscrollmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_values", "to": "viewer_isvalidspreadmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_eventbus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_progressbar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfcursortools", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfrenderingqueue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfsidebar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_appoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_overlaymanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_passwordprompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfattachmentviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfdocumentproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdffindbar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdffindcontroller", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfhistory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdflinkservice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_simplelinkservice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfoutlineviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfpresentationmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfsidebarresizer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfthumbnailviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfthumbnailview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_baseviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_annotationlayerbuilder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_defaultannotationlayerfactory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfpageview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_textlayerbuilder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_defaulttextlayerfactory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_secondarytoolbar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_pdfsinglepageviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_toolbar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_viewhistory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_genericpreferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_basepreferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_downloadmanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_classcallcheck", "to": "viewer_genericl10n", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_defineproperties", "to": "viewer_createclass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getlanguage", "to": "viewer_pdfdocumentproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getdirection", "to": "viewer_pdfsidebarresizer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_get", "to": "viewer_pdfthumbnailview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_get", "to": "viewer_superpropbase", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_get", "to": "viewer_renderprogress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_get", "to": "main_get_report_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_scrollintoview", "to": "debugger_textlayerclick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_binarysearchfirstitem", "to": "viewer_getvisibleelements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_backtrackbeforeallvisibleelements", "to": "viewer_getvisibleelements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_isdataschema", "to": "viewer_getpdffilenamefromurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_register", "to": "viewer_passwordprompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_register", "to": "viewer_pdfdocumentproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_register", "to": "viewer_ensureoverlay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_pdfattachmentviewer", "to": "viewer_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_pdffindbar", "to": "viewer_dispatchevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_pdffindbar", "to": "pdf_preview_pdfviewerdialog_toggle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_isalphabeticalscript", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_isascii", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_isasciialpha", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_isasciidigit", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_isasciispace", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_ishan", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_iskatakana", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_ishiragana", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_ishalfwidthkatakana", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_isthai", "to": "viewer_getcharactertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getcurrenthash", "to": "viewer_parsecurrenthash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_pdfoutlineviewer", "to": "viewer_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_possibleconstructorreturn", "to": "viewer_assertthisinitialized", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_possibleconstructorreturn", "to": "viewer_pdfviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_possibleconstructorreturn", "to": "viewer_pdfsinglepageviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_possibleconstructorreturn", "to": "viewer_genericpreferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_superpropbase", "to": "viewer_getprototypeof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getprototypeof", "to": "viewer_pdfviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getprototypeof", "to": "viewer_pdfsinglepageviewer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getprototypeof", "to": "viewer_genericpreferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_inherits", "to": "viewer_setprototypeof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_pdfpageviewbuffer", "to": "debugger_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_baseviewer", "to": "debugger_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_begintext", "to": "viewer_appendtexttodiv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_secondarytoolbar", "to": "viewer_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_secondarytoolbar", "to": "debugger_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_scrollmodechanged", "to": "pdf_preview_pdfviewerdialog_toggle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_spreadmodechanged", "to": "pdf_preview_pdfviewerdialog_toggle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "viewer_toolbar", "to": "viewer_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_viewhistory", "to": "viewer_readfromstorage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_readfromstorage", "to": "viewer_basepreferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getdefaultpreferences", "to": "viewer_basepreferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getl10nresourcelinks", "to": "viewer_loadlocale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getl10ndictionary", "to": "viewer_loadlocale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_gettranslatablechildren", "to": "viewer_translatefragment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getl10nattributes", "to": "viewer_translateelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_firel10nreadyevent", "to": "viewer_dispatchevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_firel10nreadyevent", "to": "viewer_loadlocale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_xhrloadtext", "to": "viewer_parseresource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_loadlocale", "to": "viewer_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getl10ndata", "to": "viewer_substindexes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getl10ndata", "to": "viewer_substarguments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_getl10ndata", "to": "viewer_translateelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_translateelement", "to": "viewer_getchildelementcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_translateelement", "to": "viewer_translatefragment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "viewer_dispatchevent", "to": "viewer_abort", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_removeselection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_resetselection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_selectfont", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_textlayerclick", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_c", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_simplifyargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_stepper", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_cboxonclick", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_clear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_getstatindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_init", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_add", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_enable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_lib_pdfjs_web_debugger_js", "to": "debugger_selectpanel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_removeselection", "to": "debugger_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_resetselection", "to": "debugger_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_selectfont", "to": "debugger_textlayerclick", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_clear", "to": "debugger_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_clear", "to": "debugger_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_getstatindex", "to": "debugger_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_init", "to": "debugger_selectpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debugger_add", "to": "pdf_preview_openpdfviewer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "debugger_add", "to": "pdf_preview_handleautomaticprinting", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "debugger_add", "to": "pdf_preview_fusionpdfpreview", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_pdf_preview_js", "to": "pdf_preview_logpreviewaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_pdf_preview_js", "to": "pdf_preview_pdfviewerdialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_pdf_preview_js", "to": "pdf_preview_openpdfviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_pdf_preview_js", "to": "pdf_preview_handleautomaticprinting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_pdf_preview_js", "to": "pdf_preview_getreporturl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_pdf_preview_js", "to": "pdf_preview_fusionpdfpreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_logpreviewaction", "to": "pdf_preview_pdfviewerdialog_downloadpdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_logpreviewaction", "to": "pdf_preview_pdfviewerdialog_printpdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_logpreviewaction", "to": "pdf_preview_fusionpdfpreview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_getviewerurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_oniframeload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_toggle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_getdialogsize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_getframestyle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_downloadpdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_openinnewtab", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_printpdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog", "to": "pdf_preview_pdfviewerdialog_onkeydown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog_setup", "to": "pdf_preview_pdfviewerdialog_getviewerurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog_toggle", "to": "pdf_preview_pdfviewerdialog_onkeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog_downloadpdf", "to": "pdf_preview_pdfviewerdialog_onkeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_pdfviewerdialog_printpdf", "to": "pdf_preview_pdfviewerdialog_onkeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_openpdfviewer", "to": "pdf_preview_fusionpdfpreview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_handleautomaticprinting", "to": "pdf_preview_fusionpdfpreview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_preview_getreporturl", "to": "pdf_preview_fusionpdfpreview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_static_src_js_user_menu_js", "to": "user_menu_reportpreviewconfigitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_controllers_main_py", "to": "main_fusionpdfpreviewcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_controllers_main_py", "to": "main_get_report_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_pdf_preview_controllers_main_py", "to": "main_log_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 88}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 34}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 28}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 24}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 14}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 11}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 9}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 9}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 8}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 6}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 5}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 5}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 4}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 4}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 3}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 3}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 3}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 3}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 3}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 2}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 2}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 2}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 2}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 2}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 2}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 2}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 2}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 1}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 1}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 1}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 1}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// 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>