Skip to content

Commit

Permalink
Update docs from rizinorg/cutter
Browse files Browse the repository at this point in the history
Original Commit:
96696444ccb6fabef760d96b1724a5e66c309ef3 Update cutter-deps to QT6 (#3363)
  • Loading branch information
actions-user committed Jul 26, 2024
1 parent be1d451 commit 271691d
Show file tree
Hide file tree
Showing 398 changed files with 795 additions and 794 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: cec15a0c0964e263b989467bf4b182a3
config: 098abf896dd6c79fe9d565be84e43b61
tags: 645f666f9bcd5a90fca523b33c5a78b7
7 changes: 4 additions & 3 deletions docs/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
4 changes: 2 additions & 2 deletions docs/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -4858,7 +4858,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classAddressableFilterProxyModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -204,7 +204,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classAddressableItemModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -190,7 +190,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classAddressableItemModelI.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -199,7 +199,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classAnalysisTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -212,7 +212,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classAsyncTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -256,7 +256,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classAsyncTaskManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -202,7 +202,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classBasicBlockHighlighter.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -216,7 +216,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classBasicInstructionHighlighter.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -193,7 +193,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classCachedFontMetrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -199,7 +199,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classColorThemeWorker.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -352,7 +352,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classColors.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -192,7 +192,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classCommandTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -221,7 +221,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -714,7 +714,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classCutterSeekable.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -265,7 +265,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classDecompiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -231,7 +231,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classDecompilerHighlighter.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -197,7 +197,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classDirectionalComboBox.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -185,7 +185,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classDisassemblyTextBlockUserData.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -187,7 +187,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/api/common/classFallbackSyntaxHighlighter.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head><body>


<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand Down Expand Up @@ -185,7 +185,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Cutter Developers.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>


Expand Down
Loading

0 comments on commit 271691d

Please sign in to comment.