-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ a2d326e 🚀
- Loading branch information
Showing
18 changed files
with
216 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
115 changes: 115 additions & 0 deletions
115
dokka/main/cpg-core/de.fraunhofer.aisec.cpg.passes/update-imported-symbols.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<!doctype html> | ||
<html class="no-js"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>updateImportedSymbols</title> | ||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../";</script> | ||
<script>document.documentElement.classList.replace("no-js","js");</script> | ||
<script>const storage = localStorage.getItem("dokka-dark-mode") | ||
if (storage == null) { | ||
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches | ||
if (osDarkSchemePreferred === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} else { | ||
const savedDarkMode = JSON.parse(storage) | ||
if(savedDarkMode === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} | ||
</script> | ||
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async></script> | ||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async></script> | ||
<link href="../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../styles/main.css" rel="Stylesheet"> | ||
<link href="../../styles/prism.css" rel="Stylesheet"> | ||
<link href="../../styles/logo-styles.css" rel="Stylesheet"> | ||
<link href="../../styles/font-jb-sans-auto.css" rel="Stylesheet"> | ||
<link href="../../ui-kit/ui-kit.min.css" rel="Stylesheet"> | ||
<script type="text/javascript" src="../../scripts/clipboard.js" async></script> | ||
<script type="text/javascript" src="../../scripts/navigation-loader.js" async></script> | ||
<script type="text/javascript" src="../../scripts/platform-content-handler.js" async></script> | ||
<script type="text/javascript" src="../../scripts/main.js" defer></script> | ||
<script type="text/javascript" src="../../scripts/prism.js" async></script> | ||
<script type="text/javascript" src="../../ui-kit/ui-kit.min.js" defer></script> | ||
<script type="text/javascript" src="../../scripts/symbol-parameters-wrapper_deferred.js" defer></script> | ||
<link href="../../styles/multimodule.css" rel="Stylesheet"></head> | ||
<body> | ||
<div class="root"> | ||
<nav class="navigation theme-dark" id="navigation-wrapper"> | ||
<a class="library-name--link" href="../../index.html"> | ||
cpg | ||
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents | ||
</button> | ||
<div class="navigation-controls--break ui-kit_mobile-only"></div> | ||
<div class="library-version" id="library-version"> | ||
<dokka-template-command data="{"@class":"org.jetbrains.dokka.base.templating.ReplaceVersionsCommand","location":"de.fraunhofer.aisec.cpg.passes/update-imported-symbols.html"}">main</dokka-template-command> </div> | ||
<div class="navigation-controls"> | ||
<div class="filter-section filter-section_loading" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":cpg-core:dokkaHtmlPartial/main">jvm</button> | ||
<div class="dropdown filter-section--dropdown" data-role="dropdown" id="filter-section-dropdown"> | ||
<button class="button button_dropdown filter-section--dropdown-toggle" role="combobox" data-role="dropdown-toggle" aria-controls="platform-tags-listbox" aria-haspopup="listbox" aria-expanded="false" aria-label="Toggle source sets"></button> | ||
<ul role="listbox" id="platform-tags-listbox" class="dropdown--list" data-role="dropdown-listbox"> | ||
<div class="dropdown--header"><span>Platform filter</span> | ||
<button class="button" data-role="dropdown-toggle" aria-label="Close platform filter"> | ||
<i class="ui-kit-icon ui-kit-icon_cross"></i> | ||
</button> | ||
</div> | ||
<li role="option" class="dropdown--option platform-selector-option jvm-like" tabindex="0"> | ||
<label class="checkbox"> | ||
<input type="checkbox" class="checkbox--input" id=":cpg-core:dokkaHtmlPartial/main" data-filter=":cpg-core:dokkaHtmlPartial/main"> | ||
<span class="checkbox--icon"></span> | ||
jvm | ||
</label> | ||
</li> | ||
</ul> | ||
<div class="dropdown--overlay"></div> | ||
</div> | ||
</div> | ||
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" type="button">Switch theme | ||
</button> | ||
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in | ||
API | ||
</div> | ||
</div> | ||
</nav> | ||
<div id="container"> | ||
<div class="sidebar" id="leftColumn"> | ||
<div class="dropdown theme-dark_mobile" data-role="dropdown" id="toc-dropdown"> | ||
<ul role="listbox" id="toc-listbox" class="dropdown--list dropdown--list_toc-list" data-role="dropdown-listbox"> | ||
<div class="dropdown--header"> | ||
<span> | ||
cpg | ||
</span> | ||
<button class="button" data-role="dropdown-toggle" aria-label="Close table of contents"> | ||
<i class="ui-kit-icon ui-kit-icon_cross"></i> | ||
</button> | ||
</div> | ||
<div class="sidebar--inner" id="sideMenu"></div> | ||
</ul> | ||
<div class="dropdown--overlay"></div> | ||
</div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="member" id="content" pageids="cpg-core::de.fraunhofer.aisec.cpg.passes//updateImportedSymbols/de.fraunhofer.aisec.cpg.graph.declarations.ImportDeclaration#/PointingToDeclaration//1556141526"> | ||
<div class="breadcrumbs"><a href="../index.html">cpg-core</a><span class="delimiter">/</span><a href="index.html">de.fraunhofer.aisec.cpg.passes</a><span class="delimiter">/</span><span class="current">updateImportedSymbols</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span>update</span><wbr><span>Imported</span><wbr><span><span>Symbols</span></span></h1> | ||
</div> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-core:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">fun </span><a href="../de.fraunhofer.aisec.cpg.graph.declarations/-import-declaration/index.html">ImportDeclaration</a><span class="token punctuation">.</span><a href="update-imported-symbols.html"><span class="token function">updateImportedSymbols</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span></div><p class="paragraph">This function updates the <a href="../de.fraunhofer.aisec.cpg.graph.declarations/-import-declaration/imported-symbols.html">ImportDeclaration.importedSymbols</a>. This is done once at the beginning by the <a href="-import-resolver/index.html">ImportResolver</a>. However, we need to update this list once we infer new symbols in namespaces that are imported at a later stage (e.g., in the <a href="-type-resolver/index.html">TypeResolver</a>), otherwise they won't be visible to the later passes.</p></div></div> | ||
</div> | ||
<div class="footer"> | ||
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a> | ||
<span>© 2024 Copyright</span> | ||
<span class="pull-right"> | ||
<span>Generated by </span> | ||
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka"> | ||
<span>dokka</span> | ||
</a> | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.