diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-02-15 14:12:55 +0100 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-02-15 14:12:55 +0100 |
commit | efed27a703022ecb366a301340f5fcbb8135a2fd (patch) | |
tree | a58593f0522156a3fca146eb973ec2aba8c8cb51 | |
parent | d8dc2b6d0d4dbc93da853ef5a7562d6a223ee918 (diff) | |
download | JDBC-efed27a703022ecb366a301340f5fcbb8135a2fd.zip |
release candidate 2
80 files changed, 6276 insertions, 68 deletions
diff --git a/doc/DAO_Test.html b/doc/DAO_Test.html new file mode 100644 index 0000000..1188462 --- /dev/null +++ b/doc/DAO_Test.html | |||
@@ -0,0 +1,180 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:00:19 CET 2025 --> | ||
5 | <title>DAO_Test</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="declaration: class: DAO_Test"> | ||
10 | <meta name="generator" content="javadoc/ClassWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-declaration-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="index.html">Overview</a></li> | ||
32 | <li class="nav-bar-cell1-rev">Class</li> | ||
33 | <li><a href="class-use/DAO_Test.html">Use</a></li> | ||
34 | <li><a href="package-tree.html">Tree</a></li> | ||
35 | <li><a href="index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="search.html">Search</a></li> | ||
37 | <li><a href="help-doc.html#class">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="package-summary.html">Unnamed Package</a></li> | ||
45 | <li><a href="DAO_Test.html" class="current-selection">DAO_Test</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <nav role="navigation" class="toc" aria-label="Table of contents"> | ||
58 | <div class="toc-header">Contents | ||
59 | <input type="text" class="filter-input" disabled placeholder="Filter" aria-label="Filter table of contents" autocomplete="off"> | ||
60 | <input type="reset" class="reset-filter" disabled value="Reset"> | ||
61 | </div> | ||
62 | <button class="hide-sidebar"><span>Hide sidebar </span>❮</button><button class="show-sidebar">❯<span> Show sidebar</span></button> | ||
63 | <ol class="toc-list"> | ||
64 | <li><a href="#" tabindex="0">Description</a></li> | ||
65 | <li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li> | ||
66 | <li><a href="#method-summary" tabindex="0">Method Summary</a></li> | ||
67 | <li><a href="#constructor-detail" tabindex="0">Constructor Details</a> | ||
68 | <ol class="toc-list"> | ||
69 | <li><a href="#%3Cinit%3E()" tabindex="0">DAO_Test()</a></li> | ||
70 | </ol> | ||
71 | </li> | ||
72 | <li><a href="#method-detail" tabindex="0">Method Details</a> | ||
73 | <ol class="toc-list"> | ||
74 | <li><a href="#main(java.lang.String%5B%5D)" tabindex="0">main(String[])</a></li> | ||
75 | </ol> | ||
76 | </li> | ||
77 | </ol> | ||
78 | </nav> | ||
79 | <main role="main"> | ||
80 | <!-- ======== START OF CLASS DATA ======== --> | ||
81 | <div class="header"> | ||
82 | <h1 title="Class DAO_Test" class="title">Class DAO_Test</h1> | ||
83 | </div> | ||
84 | <div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> | ||
85 | <div class="inheritance">DAO_Test</div> | ||
86 | </div> | ||
87 | <section class="class-description" id="class-description"> | ||
88 | <div class="horizontal-scroll"> | ||
89 | <hr> | ||
90 | <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">DAO_Test</span> | ||
91 | <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> | ||
92 | </div> | ||
93 | </section> | ||
94 | <section class="summary"> | ||
95 | <ul class="summary-list"> | ||
96 | <!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||
97 | <li> | ||
98 | <section class="constructor-summary" id="constructor-summary"> | ||
99 | <h2>Constructor Summary</h2> | ||
100 | <div class="caption"><span>Constructors</span></div> | ||
101 | <div class="summary-table two-column-summary"> | ||
102 | <div class="table-header col-first">Constructor</div> | ||
103 | <div class="table-header col-last">Description</div> | ||
104 | <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">DAO_Test</a>()</code></div> | ||
105 | <div class="col-last even-row-color"> </div> | ||
106 | </div> | ||
107 | </section> | ||
108 | </li> | ||
109 | <!-- ========== METHOD SUMMARY =========== --> | ||
110 | <li> | ||
111 | <section class="method-summary" id="method-summary"> | ||
112 | <h2>Method Summary</h2> | ||
113 | <div id="method-summary-table"> | ||
114 | <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div> | ||
115 | <div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0"> | ||
116 | <div class="summary-table three-column-summary"> | ||
117 | <div class="table-header col-first">Modifier and Type</div> | ||
118 | <div class="table-header col-second">Method</div> | ||
119 | <div class="table-header col-last">Description</div> | ||
120 | <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
121 | <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#main(java.lang.String%5B%5D)" class="member-name-link">main</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[] args)</code></div> | ||
122 | <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> | ||
123 | </div> | ||
124 | </div> | ||
125 | </div> | ||
126 | <div class="inherited-list"> | ||
127 | <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> | ||
128 | <code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div> | ||
129 | </section> | ||
130 | </li> | ||
131 | </ul> | ||
132 | </section> | ||
133 | <section class="details"> | ||
134 | <ul class="details-list"> | ||
135 | <!-- ========= CONSTRUCTOR DETAIL ======== --> | ||
136 | <li> | ||
137 | <section class="constructor-details" id="constructor-detail"> | ||
138 | <h2>Constructor Details</h2> | ||
139 | <ul class="member-list"> | ||
140 | <li> | ||
141 | <section class="detail" id="<init>()"> | ||
142 | <h3>DAO_Test</h3> | ||
143 | <div class="horizontal-scroll"> | ||
144 | <div class="member-signature"><span class="modifiers">public</span> <span class="element-name">DAO_Test</span>()</div> | ||
145 | </div> | ||
146 | </section> | ||
147 | </li> | ||
148 | </ul> | ||
149 | </section> | ||
150 | </li> | ||
151 | <!-- ============ METHOD DETAIL ========== --> | ||
152 | <li> | ||
153 | <section class="method-details" id="method-detail"> | ||
154 | <h2>Method Details</h2> | ||
155 | <ul class="member-list"> | ||
156 | <li> | ||
157 | <section class="detail" id="main(java.lang.String[])"> | ||
158 | <h3>main</h3> | ||
159 | <div class="horizontal-scroll"> | ||
160 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">main</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[] args)</span> | ||
161 | throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a>, | ||
162 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/ClassNotFoundException.html" title="class or interface in java.lang" class="external-link">ClassNotFoundException</a></span></div> | ||
163 | <dl class="notes"> | ||
164 | <dt>Throws:</dt> | ||
165 | <dd><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a></code></dd> | ||
166 | <dd><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/ClassNotFoundException.html" title="class or interface in java.lang" class="external-link">ClassNotFoundException</a></code></dd> | ||
167 | </dl> | ||
168 | </div> | ||
169 | </section> | ||
170 | </li> | ||
171 | </ul> | ||
172 | </section> | ||
173 | </li> | ||
174 | </ul> | ||
175 | </section> | ||
176 | <!-- ========= END OF CLASS DATA ========= --> | ||
177 | </main> | ||
178 | </div> | ||
179 | </body> | ||
180 | </html> | ||
diff --git a/doc/allclasses-index.html b/doc/allclasses-index.html new file mode 100644 index 0000000..356c8db --- /dev/null +++ b/doc/allclasses-index.html | |||
@@ -0,0 +1,82 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>All Classes and Interfaces</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="class index"> | ||
10 | <meta name="generator" content="javadoc/AllClassesIndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="all-classes-index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="dao/package-tree.html">Tree</a></li> | ||
33 | <li><a href="index-files/index-1.html">Index</a></li> | ||
34 | <li><a href="search.html">Search</a></li> | ||
35 | <li><a href="help-doc.html#all-classes">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces</h1> | ||
55 | </div> | ||
56 | <div id="all-classes-table"> | ||
57 | <div class="caption"><span>Classes</span></div> | ||
58 | <div class="summary-table two-column-summary"> | ||
59 | <div class="table-header col-first">Class</div> | ||
60 | <div class="table-header col-last">Description</div> | ||
61 | <div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="dao/JDBC.html" title="class in dao">JDBC</a></div> | ||
62 | <div class="col-last even-row-color all-classes-table all-classes-table-tab2"> | ||
63 | <div class="block">connexion avec JDBC pour utilisation par la classe fille: SQLexecutor, | ||
64 | les paramètres de connexion et les setters sont statiques</div> | ||
65 | </div> | ||
66 | <div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="dao/ResultObject.html" title="class in dao">ResultObject</a></div> | ||
67 | <div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> | ||
68 | <div class="block">conteneur pour ResultSet dans le cas d'un SELECT, | ||
69 | les valeurs des HashMap sont des "Object" pour gérer tous les types de données</div> | ||
70 | </div> | ||
71 | <div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="dao/SQLexecutor.html" title="class in dao">SQLexecutor</a></div> | ||
72 | <div class="col-last even-row-color all-classes-table all-classes-table-tab2"> | ||
73 | <div class="block">exécuter des requêtes SQL: | ||
74 | connexion avec JDBC => préparation de la requête => exécution | ||
75 | => copie du ResultSet dans une ArrayList d'HashMap => fermeture de la connexion</div> | ||
76 | </div> | ||
77 | </div> | ||
78 | </div> | ||
79 | </main> | ||
80 | </div> | ||
81 | </body> | ||
82 | </html> | ||
diff --git a/doc/allpackages-index.html b/doc/allpackages-index.html new file mode 100644 index 0000000..48f6fb3 --- /dev/null +++ b/doc/allpackages-index.html | |||
@@ -0,0 +1,66 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>All Packages</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="package index"> | ||
10 | <meta name="generator" content="javadoc/AllPackagesIndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="all-packages-index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="dao/package-tree.html">Tree</a></li> | ||
33 | <li><a href="index-files/index-1.html">Index</a></li> | ||
34 | <li><a href="search.html">Search</a></li> | ||
35 | <li><a href="help-doc.html#all-packages">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1 title="All&nbsp;Packages" class="title">All Packages</h1> | ||
55 | </div> | ||
56 | <div class="caption"><span>Package Summary</span></div> | ||
57 | <div class="summary-table two-column-summary"> | ||
58 | <div class="table-header col-first">Package</div> | ||
59 | <div class="table-header col-last">Description</div> | ||
60 | <div class="col-first even-row-color"><a href="dao/package-summary.html">dao</a></div> | ||
61 | <div class="col-last even-row-color"> </div> | ||
62 | </div> | ||
63 | </main> | ||
64 | </div> | ||
65 | </body> | ||
66 | </html> | ||
diff --git a/doc/class-use/DAO_Test.html b/doc/class-use/DAO_Test.html new file mode 100644 index 0000000..808e512 --- /dev/null +++ b/doc/class-use/DAO_Test.html | |||
@@ -0,0 +1,64 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:00:19 CET 2025 --> | ||
5 | <title>Uses of Class DAO_Test</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="use: class: DAO_Test"> | ||
10 | <meta name="generator" content="javadoc/ClassUseWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-use-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../index.html">Overview</a></li> | ||
32 | <li><a href="../DAO_Test.html">Class</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Use</li> | ||
34 | <li><a href="../package-tree.html">Tree</a></li> | ||
35 | <li><a href="../index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="../search.html">Search</a></li> | ||
37 | <li><a href="../help-doc.html#use">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="../package-summary.html">Unnamed Package</a></li> | ||
45 | <li><a href="../DAO_Test.html" class="current-selection">DAO_Test</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <main role="main"> | ||
58 | <div class="header"> | ||
59 | <h1 title="Uses of Class DAO_Test" class="title">Uses of Class<br>DAO_Test</h1> | ||
60 | </div> | ||
61 | No usage of DAO_Test</main> | ||
62 | </div> | ||
63 | </body> | ||
64 | </html> | ||
diff --git a/doc/dao/JDBC.html b/doc/dao/JDBC.html new file mode 100644 index 0000000..14950ae --- /dev/null +++ b/doc/dao/JDBC.html | |||
@@ -0,0 +1,303 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>JDBC</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="declaration: package: dao, class: JDBC"> | ||
10 | <meta name="generator" content="javadoc/ClassWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-declaration-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="package-summary.html">Package</a></li> | ||
32 | <li class="nav-bar-cell1-rev">Class</li> | ||
33 | <li><a href="class-use/JDBC.html">Use</a></li> | ||
34 | <li><a href="package-tree.html">Tree</a></li> | ||
35 | <li><a href="../index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="../search.html">Search</a></li> | ||
37 | <li><a href="../help-doc.html#class">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="package-summary.html">dao</a></li> | ||
45 | <li><a href="JDBC.html" class="current-selection">JDBC</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <nav role="navigation" class="toc" aria-label="Table of contents"> | ||
58 | <div class="toc-header">Contents | ||
59 | <input type="text" class="filter-input" disabled placeholder="Filter" aria-label="Filter table of contents" autocomplete="off"> | ||
60 | <input type="reset" class="reset-filter" disabled value="Reset"> | ||
61 | </div> | ||
62 | <button class="hide-sidebar"><span>Hide sidebar </span>❮</button><button class="show-sidebar">❯<span> Show sidebar</span></button> | ||
63 | <ol class="toc-list"> | ||
64 | <li><a href="#" tabindex="0">Description</a></li> | ||
65 | <li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li> | ||
66 | <li><a href="#method-summary" tabindex="0">Method Summary</a></li> | ||
67 | <li><a href="#constructor-detail" tabindex="0">Constructor Details</a> | ||
68 | <ol class="toc-list"> | ||
69 | <li><a href="#%3Cinit%3E()" tabindex="0">JDBC()</a></li> | ||
70 | </ol> | ||
71 | </li> | ||
72 | <li><a href="#method-detail" tabindex="0">Method Details</a> | ||
73 | <ol class="toc-list"> | ||
74 | <li><a href="#getConnection()" tabindex="0">getConnection()</a></li> | ||
75 | <li><a href="#setStrUrl()" tabindex="0">setStrUrl()</a></li> | ||
76 | <li><a href="#setHost(java.lang.String)" tabindex="0">setHost(String)</a></li> | ||
77 | <li><a href="#setDBMS(java.lang.String)" tabindex="0">setDBMS(String)</a></li> | ||
78 | <li><a href="#setDbName(java.lang.String)" tabindex="0">setDbName(String)</a></li> | ||
79 | <li><a href="#setLogin(java.lang.String)" tabindex="0">setLogin(String)</a></li> | ||
80 | <li><a href="#setPassword(java.lang.String)" tabindex="0">setPassword(String)</a></li> | ||
81 | <li><a href="#setInfos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" tabindex="0">setInfos(String, String, String, String, String)</a></li> | ||
82 | </ol> | ||
83 | </li> | ||
84 | </ol> | ||
85 | </nav> | ||
86 | <main role="main"> | ||
87 | <!-- ======== START OF CLASS DATA ======== --> | ||
88 | <div class="header"> | ||
89 | <h1 title="Class JDBC" class="title">Class JDBC</h1> | ||
90 | </div> | ||
91 | <div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> | ||
92 | <div class="inheritance">dao.JDBC</div> | ||
93 | </div> | ||
94 | <section class="class-description" id="class-description"> | ||
95 | <div class="horizontal-scroll"> | ||
96 | <dl class="notes"> | ||
97 | <dt>Direct Known Subclasses:</dt> | ||
98 | <dd><code><a href="SQLexecutor.html" title="class in dao">SQLexecutor</a></code></dd> | ||
99 | </dl> | ||
100 | <hr> | ||
101 | <div class="type-signature"><span class="modifiers">public abstract class </span><span class="element-name type-name-label">JDBC</span> | ||
102 | <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> | ||
103 | <div class="block">connexion avec JDBC pour utilisation par la classe fille: SQLexecutor, | ||
104 | les paramètres de connexion et les setters sont statiques</div> | ||
105 | </div> | ||
106 | </section> | ||
107 | <section class="summary"> | ||
108 | <ul class="summary-list"> | ||
109 | <!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||
110 | <li> | ||
111 | <section class="constructor-summary" id="constructor-summary"> | ||
112 | <h2>Constructor Summary</h2> | ||
113 | <div class="caption"><span>Constructors</span></div> | ||
114 | <div class="summary-table two-column-summary"> | ||
115 | <div class="table-header col-first">Constructor</div> | ||
116 | <div class="table-header col-last">Description</div> | ||
117 | <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">JDBC</a>()</code></div> | ||
118 | <div class="col-last even-row-color"> </div> | ||
119 | </div> | ||
120 | </section> | ||
121 | </li> | ||
122 | <!-- ========== METHOD SUMMARY =========== --> | ||
123 | <li> | ||
124 | <section class="method-summary" id="method-summary"> | ||
125 | <h2>Method Summary</h2> | ||
126 | <div id="method-summary-table"> | ||
127 | <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div> | ||
128 | <div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0"> | ||
129 | <div class="summary-table three-column-summary"> | ||
130 | <div class="table-header col-first">Modifier and Type</div> | ||
131 | <div class="table-header col-second">Method</div> | ||
132 | <div class="table-header col-last">Description</div> | ||
133 | <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/Connection.html" title="class or interface in java.sql" class="external-link">Connection</a></code></div> | ||
134 | <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getConnection()" class="member-name-link">getConnection</a>()</code></div> | ||
135 | <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> | ||
136 | <div class="block">retourne une instance de Connection avec JDBC</div> | ||
137 | </div> | ||
138 | <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
139 | <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setDBMS(java.lang.String)" class="member-name-link">setDBMS</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbms)</code></div> | ||
140 | <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> | ||
141 | <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
142 | <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setDbName(java.lang.String)" class="member-name-link">setDbName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbName)</code></div> | ||
143 | <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> | ||
144 | <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
145 | <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setHost(java.lang.String)" class="member-name-link">setHost</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> host)</code></div> | ||
146 | <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> | ||
147 | <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
148 | <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setInfos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">setInfos</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> host, | ||
149 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbms, | ||
150 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbname, | ||
151 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> login, | ||
152 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> password)</code></div> | ||
153 | <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> | ||
154 | <div class="block">donner tous les paramètres de connexion en une fois | ||
155 | il est également possible de les donner un par un avec les setters en finissant pas JDBC.setStrUrl()</div> | ||
156 | </div> | ||
157 | <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
158 | <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setLogin(java.lang.String)" class="member-name-link">setLogin</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> login)</code></div> | ||
159 | <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> | ||
160 | <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
161 | <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setPassword(java.lang.String)" class="member-name-link">setPassword</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> motdepasse)</code></div> | ||
162 | <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> | ||
163 | <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div> | ||
164 | <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setStrUrl()" class="member-name-link">setStrUrl</a>()</code></div> | ||
165 | <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> | ||
166 | <div class="block">génère l'url utilisée par le driver, | ||
167 | à n'exécuter que lorsque tous les paramètres ont été renseignés (en particulier dbname, login et password), | ||
168 | certains: host, dbms, strClassName et port ont des valeurs par défaut pour un serveur mysql sur localhost</div> | ||
169 | </div> | ||
170 | </div> | ||
171 | </div> | ||
172 | </div> | ||
173 | <div class="inherited-list"> | ||
174 | <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> | ||
175 | <code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div> | ||
176 | </section> | ||
177 | </li> | ||
178 | </ul> | ||
179 | </section> | ||
180 | <section class="details"> | ||
181 | <ul class="details-list"> | ||
182 | <!-- ========= CONSTRUCTOR DETAIL ======== --> | ||
183 | <li> | ||
184 | <section class="constructor-details" id="constructor-detail"> | ||
185 | <h2>Constructor Details</h2> | ||
186 | <ul class="member-list"> | ||
187 | <li> | ||
188 | <section class="detail" id="<init>()"> | ||
189 | <h3>JDBC</h3> | ||
190 | <div class="horizontal-scroll"> | ||
191 | <div class="member-signature"><span class="modifiers">public</span> <span class="element-name">JDBC</span>()</div> | ||
192 | </div> | ||
193 | </section> | ||
194 | </li> | ||
195 | </ul> | ||
196 | </section> | ||
197 | </li> | ||
198 | <!-- ============ METHOD DETAIL ========== --> | ||
199 | <li> | ||
200 | <section class="method-details" id="method-detail"> | ||
201 | <h2>Method Details</h2> | ||
202 | <ul class="member-list"> | ||
203 | <li> | ||
204 | <section class="detail" id="getConnection()"> | ||
205 | <h3>getConnection</h3> | ||
206 | <div class="horizontal-scroll"> | ||
207 | <div class="member-signature"><span class="modifiers">protected</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/Connection.html" title="class or interface in java.sql" class="external-link">Connection</a></span> <span class="element-name">getConnection</span>() | ||
208 | throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a>, | ||
209 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/ClassNotFoundException.html" title="class or interface in java.lang" class="external-link">ClassNotFoundException</a></span></div> | ||
210 | <div class="block">retourne une instance de Connection avec JDBC</div> | ||
211 | <dl class="notes"> | ||
212 | <dt>Returns:</dt> | ||
213 | <dd>instance de Connection</dd> | ||
214 | <dt>Throws:</dt> | ||
215 | <dd><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a></code> - en cas d'erreur de connexion</dd> | ||
216 | <dd><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/ClassNotFoundException.html" title="class or interface in java.lang" class="external-link">ClassNotFoundException</a></code> - pour Class.forName()</dd> | ||
217 | </dl> | ||
218 | </div> | ||
219 | </section> | ||
220 | </li> | ||
221 | <li> | ||
222 | <section class="detail" id="setStrUrl()"> | ||
223 | <h3>setStrUrl</h3> | ||
224 | <div class="horizontal-scroll"> | ||
225 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">setStrUrl</span>()</div> | ||
226 | <div class="block">génère l'url utilisée par le driver, | ||
227 | à n'exécuter que lorsque tous les paramètres ont été renseignés (en particulier dbname, login et password), | ||
228 | certains: host, dbms, strClassName et port ont des valeurs par défaut pour un serveur mysql sur localhost</div> | ||
229 | </div> | ||
230 | </section> | ||
231 | </li> | ||
232 | <li> | ||
233 | <section class="detail" id="setHost(java.lang.String)"> | ||
234 | <h3>setHost</h3> | ||
235 | <div class="horizontal-scroll"> | ||
236 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">setHost</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> host)</span></div> | ||
237 | </div> | ||
238 | </section> | ||
239 | </li> | ||
240 | <li> | ||
241 | <section class="detail" id="setDBMS(java.lang.String)"> | ||
242 | <h3>setDBMS</h3> | ||
243 | <div class="horizontal-scroll"> | ||
244 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">setDBMS</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbms)</span></div> | ||
245 | </div> | ||
246 | </section> | ||
247 | </li> | ||
248 | <li> | ||
249 | <section class="detail" id="setDbName(java.lang.String)"> | ||
250 | <h3>setDbName</h3> | ||
251 | <div class="horizontal-scroll"> | ||
252 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">setDbName</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbName)</span></div> | ||
253 | </div> | ||
254 | </section> | ||
255 | </li> | ||
256 | <li> | ||
257 | <section class="detail" id="setLogin(java.lang.String)"> | ||
258 | <h3>setLogin</h3> | ||
259 | <div class="horizontal-scroll"> | ||
260 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">setLogin</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> login)</span></div> | ||
261 | </div> | ||
262 | </section> | ||
263 | </li> | ||
264 | <li> | ||
265 | <section class="detail" id="setPassword(java.lang.String)"> | ||
266 | <h3>setPassword</h3> | ||
267 | <div class="horizontal-scroll"> | ||
268 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">setPassword</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> motdepasse)</span></div> | ||
269 | </div> | ||
270 | </section> | ||
271 | </li> | ||
272 | <li> | ||
273 | <section class="detail" id="setInfos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"> | ||
274 | <h3>setInfos</h3> | ||
275 | <div class="horizontal-scroll"> | ||
276 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">void</span> <span class="element-name">setInfos</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> host, | ||
277 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbms, | ||
278 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> dbname, | ||
279 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> login, | ||
280 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> password)</span></div> | ||
281 | <div class="block">donner tous les paramètres de connexion en une fois | ||
282 | il est également possible de les donner un par un avec les setters en finissant pas JDBC.setStrUrl()</div> | ||
283 | <dl class="notes"> | ||
284 | <dt>Parameters:</dt> | ||
285 | <dd><code>host</code> - adresse du serveur</dd> | ||
286 | <dd><code>dbms</code> - obtenir le nom du driver et le numéro du port à partir du nom du SGBD</dd> | ||
287 | <dd><code>dbname</code> - de la base de données</dd> | ||
288 | <dd><code>login</code> - nom d'utilisateur</dd> | ||
289 | <dd><code>password</code> - mot de passe</dd> | ||
290 | </dl> | ||
291 | </div> | ||
292 | </section> | ||
293 | </li> | ||
294 | </ul> | ||
295 | </section> | ||
296 | </li> | ||
297 | </ul> | ||
298 | </section> | ||
299 | <!-- ========= END OF CLASS DATA ========= --> | ||
300 | </main> | ||
301 | </div> | ||
302 | </body> | ||
303 | </html> | ||
diff --git a/doc/dao/ResultObject.html b/doc/dao/ResultObject.html new file mode 100644 index 0000000..b4f4694 --- /dev/null +++ b/doc/dao/ResultObject.html | |||
@@ -0,0 +1,192 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>ResultObject</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="declaration: package: dao, class: ResultObject"> | ||
10 | <meta name="generator" content="javadoc/ClassWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-declaration-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="package-summary.html">Package</a></li> | ||
32 | <li class="nav-bar-cell1-rev">Class</li> | ||
33 | <li><a href="class-use/ResultObject.html">Use</a></li> | ||
34 | <li><a href="package-tree.html">Tree</a></li> | ||
35 | <li><a href="../index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="../search.html">Search</a></li> | ||
37 | <li><a href="../help-doc.html#class">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="package-summary.html">dao</a></li> | ||
45 | <li><a href="ResultObject.html" class="current-selection">ResultObject</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <nav role="navigation" class="toc" aria-label="Table of contents"> | ||
58 | <div class="toc-header">Contents | ||
59 | <input type="text" class="filter-input" disabled placeholder="Filter" aria-label="Filter table of contents" autocomplete="off"> | ||
60 | <input type="reset" class="reset-filter" disabled value="Reset"> | ||
61 | </div> | ||
62 | <button class="hide-sidebar"><span>Hide sidebar </span>❮</button><button class="show-sidebar">❯<span> Show sidebar</span></button> | ||
63 | <ol class="toc-list"> | ||
64 | <li><a href="#" tabindex="0">Description</a></li> | ||
65 | <li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li> | ||
66 | <li><a href="#method-summary" tabindex="0">Method Summary</a></li> | ||
67 | <li><a href="#constructor-detail" tabindex="0">Constructor Details</a> | ||
68 | <ol class="toc-list"> | ||
69 | <li><a href="#%3Cinit%3E(java.sql.ResultSet)" tabindex="0">ResultObject(ResultSet)</a></li> | ||
70 | </ol> | ||
71 | </li> | ||
72 | <li><a href="#method-detail" tabindex="0">Method Details</a> | ||
73 | <ol class="toc-list"> | ||
74 | <li><a href="#getData()" tabindex="0">getData()</a></li> | ||
75 | </ol> | ||
76 | </li> | ||
77 | </ol> | ||
78 | </nav> | ||
79 | <main role="main"> | ||
80 | <!-- ======== START OF CLASS DATA ======== --> | ||
81 | <div class="header"> | ||
82 | <h1 title="Class ResultObject" class="title">Class ResultObject</h1> | ||
83 | </div> | ||
84 | <div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> | ||
85 | <div class="inheritance">dao.ResultObject</div> | ||
86 | </div> | ||
87 | <section class="class-description" id="class-description"> | ||
88 | <div class="horizontal-scroll"> | ||
89 | <hr> | ||
90 | <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">ResultObject</span> | ||
91 | <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> | ||
92 | <div class="block">conteneur pour ResultSet dans le cas d'un SELECT, | ||
93 | les valeurs des HashMap sont des "Object" pour gérer tous les types de données</div> | ||
94 | </div> | ||
95 | </section> | ||
96 | <section class="summary"> | ||
97 | <ul class="summary-list"> | ||
98 | <!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||
99 | <li> | ||
100 | <section class="constructor-summary" id="constructor-summary"> | ||
101 | <h2>Constructor Summary</h2> | ||
102 | <div class="caption"><span>Constructors</span></div> | ||
103 | <div class="summary-table two-column-summary"> | ||
104 | <div class="table-header col-first">Constructor</div> | ||
105 | <div class="table-header col-last">Description</div> | ||
106 | <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(java.sql.ResultSet)" class="member-name-link">ResultObject</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/ResultSet.html" title="class or interface in java.sql" class="external-link">ResultSet</a> rs)</code></div> | ||
107 | <div class="col-last even-row-color"> | ||
108 | <div class="block">copie du ResultSet dans une ArrayList composée d'HashMap</div> | ||
109 | </div> | ||
110 | </div> | ||
111 | </section> | ||
112 | </li> | ||
113 | <!-- ========== METHOD SUMMARY =========== --> | ||
114 | <li> | ||
115 | <section class="method-summary" id="method-summary"> | ||
116 | <h2>Method Summary</h2> | ||
117 | <div id="method-summary-table"> | ||
118 | <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div> | ||
119 | <div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0"> | ||
120 | <div class="summary-table three-column-summary"> | ||
121 | <div class="table-header col-first">Modifier and Type</div> | ||
122 | <div class="table-header col-second">Method</div> | ||
123 | <div class="table-header col-last">Description</div> | ||
124 | <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/ArrayList.html" title="class or interface in java.util" class="external-link">ArrayList</a><wbr><<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/HashMap.html" title="class or interface in java.util" class="external-link">HashMap</a><<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>>></code></div> | ||
125 | <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getData()" class="member-name-link">getData</a>()</code></div> | ||
126 | <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> | ||
127 | <div class="block">à utiliser dans la boucle permettant de parcourir la liste</div> | ||
128 | </div> | ||
129 | </div> | ||
130 | </div> | ||
131 | </div> | ||
132 | <div class="inherited-list"> | ||
133 | <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> | ||
134 | <code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div> | ||
135 | </section> | ||
136 | </li> | ||
137 | </ul> | ||
138 | </section> | ||
139 | <section class="details"> | ||
140 | <ul class="details-list"> | ||
141 | <!-- ========= CONSTRUCTOR DETAIL ======== --> | ||
142 | <li> | ||
143 | <section class="constructor-details" id="constructor-detail"> | ||
144 | <h2>Constructor Details</h2> | ||
145 | <ul class="member-list"> | ||
146 | <li> | ||
147 | <section class="detail" id="<init>(java.sql.ResultSet)"> | ||
148 | <h3>ResultObject</h3> | ||
149 | <div class="horizontal-scroll"> | ||
150 | <div class="member-signature"><span class="modifiers">public</span> <span class="element-name">ResultObject</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/ResultSet.html" title="class or interface in java.sql" class="external-link">ResultSet</a> rs)</span> | ||
151 | throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a></span></div> | ||
152 | <div class="block">copie du ResultSet dans une ArrayList composée d'HashMap</div> | ||
153 | <dl class="notes"> | ||
154 | <dt>Parameters:</dt> | ||
155 | <dd><code>rs</code> - instance de ResultSet</dd> | ||
156 | <dt>Throws:</dt> | ||
157 | <dd><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a></code> - en cas d'erreur avec le ResultSet</dd> | ||
158 | </dl> | ||
159 | </div> | ||
160 | </section> | ||
161 | </li> | ||
162 | </ul> | ||
163 | </section> | ||
164 | </li> | ||
165 | <!-- ============ METHOD DETAIL ========== --> | ||
166 | <li> | ||
167 | <section class="method-details" id="method-detail"> | ||
168 | <h2>Method Details</h2> | ||
169 | <ul class="member-list"> | ||
170 | <li> | ||
171 | <section class="detail" id="getData()"> | ||
172 | <h3>getData</h3> | ||
173 | <div class="horizontal-scroll"> | ||
174 | <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/ArrayList.html" title="class or interface in java.util" class="external-link">ArrayList</a><<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/HashMap.html" title="class or interface in java.util" class="external-link">HashMap</a><<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>>></span> <span class="element-name">getData</span>()</div> | ||
175 | <div class="block">à utiliser dans la boucle permettant de parcourir la liste</div> | ||
176 | <dl class="notes"> | ||
177 | <dt>Returns:</dt> | ||
178 | <dd>retourne la liste encapsulée</dd> | ||
179 | </dl> | ||
180 | </div> | ||
181 | </section> | ||
182 | </li> | ||
183 | </ul> | ||
184 | </section> | ||
185 | </li> | ||
186 | </ul> | ||
187 | </section> | ||
188 | <!-- ========= END OF CLASS DATA ========= --> | ||
189 | </main> | ||
190 | </div> | ||
191 | </body> | ||
192 | </html> | ||
diff --git a/doc/dao/SQLexecutor.html b/doc/dao/SQLexecutor.html new file mode 100644 index 0000000..3ce03a0 --- /dev/null +++ b/doc/dao/SQLexecutor.html | |||
@@ -0,0 +1,198 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>SQLexecutor</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="declaration: package: dao, class: SQLexecutor"> | ||
10 | <meta name="generator" content="javadoc/ClassWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-declaration-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="package-summary.html">Package</a></li> | ||
32 | <li class="nav-bar-cell1-rev">Class</li> | ||
33 | <li><a href="class-use/SQLexecutor.html">Use</a></li> | ||
34 | <li><a href="package-tree.html">Tree</a></li> | ||
35 | <li><a href="../index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="../search.html">Search</a></li> | ||
37 | <li><a href="../help-doc.html#class">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="package-summary.html">dao</a></li> | ||
45 | <li><a href="SQLexecutor.html" class="current-selection">SQLexecutor</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <nav role="navigation" class="toc" aria-label="Table of contents"> | ||
58 | <div class="toc-header">Contents | ||
59 | <input type="text" class="filter-input" disabled placeholder="Filter" aria-label="Filter table of contents" autocomplete="off"> | ||
60 | <input type="reset" class="reset-filter" disabled value="Reset"> | ||
61 | </div> | ||
62 | <button class="hide-sidebar"><span>Hide sidebar </span>❮</button><button class="show-sidebar">❯<span> Show sidebar</span></button> | ||
63 | <ol class="toc-list"> | ||
64 | <li><a href="#" tabindex="0">Description</a></li> | ||
65 | <li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li> | ||
66 | <li><a href="#method-summary" tabindex="0">Method Summary</a></li> | ||
67 | <li><a href="#constructor-detail" tabindex="0">Constructor Details</a> | ||
68 | <ol class="toc-list"> | ||
69 | <li><a href="#%3Cinit%3E()" tabindex="0">SQLexecutor()</a></li> | ||
70 | </ol> | ||
71 | </li> | ||
72 | <li><a href="#method-detail" tabindex="0">Method Details</a> | ||
73 | <ol class="toc-list"> | ||
74 | <li><a href="#executeQuery(java.lang.String,java.lang.Object...)" tabindex="0">executeQuery(String, Object...)</a></li> | ||
75 | </ol> | ||
76 | </li> | ||
77 | </ol> | ||
78 | </nav> | ||
79 | <main role="main"> | ||
80 | <!-- ======== START OF CLASS DATA ======== --> | ||
81 | <div class="header"> | ||
82 | <h1 title="Class SQLexecutor" class="title">Class SQLexecutor</h1> | ||
83 | </div> | ||
84 | <div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> | ||
85 | <div class="inheritance"><a href="JDBC.html" title="class in dao">dao.JDBC</a> | ||
86 | <div class="inheritance">dao.SQLexecutor</div> | ||
87 | </div> | ||
88 | </div> | ||
89 | <section class="class-description" id="class-description"> | ||
90 | <div class="horizontal-scroll"> | ||
91 | <hr> | ||
92 | <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">SQLexecutor</span> | ||
93 | <span class="extends-implements">extends <a href="JDBC.html" title="class in dao">JDBC</a></span></div> | ||
94 | <div class="block">exécuter des requêtes SQL: | ||
95 | connexion avec JDBC => préparation de la requête => exécution | ||
96 | => copie du ResultSet dans une ArrayList d'HashMap => fermeture de la connexion</div> | ||
97 | </div> | ||
98 | </section> | ||
99 | <section class="summary"> | ||
100 | <ul class="summary-list"> | ||
101 | <!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||
102 | <li> | ||
103 | <section class="constructor-summary" id="constructor-summary"> | ||
104 | <h2>Constructor Summary</h2> | ||
105 | <div class="caption"><span>Constructors</span></div> | ||
106 | <div class="summary-table two-column-summary"> | ||
107 | <div class="table-header col-first">Constructor</div> | ||
108 | <div class="table-header col-last">Description</div> | ||
109 | <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">SQLexecutor</a>()</code></div> | ||
110 | <div class="col-last even-row-color"> </div> | ||
111 | </div> | ||
112 | </section> | ||
113 | </li> | ||
114 | <!-- ========== METHOD SUMMARY =========== --> | ||
115 | <li> | ||
116 | <section class="method-summary" id="method-summary"> | ||
117 | <h2>Method Summary</h2> | ||
118 | <div id="method-summary-table"> | ||
119 | <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div> | ||
120 | <div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0"> | ||
121 | <div class="summary-table three-column-summary"> | ||
122 | <div class="table-header col-first">Modifier and Type</div> | ||
123 | <div class="table-header col-second">Method</div> | ||
124 | <div class="table-header col-last">Description</div> | ||
125 | <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ResultObject.html" title="class in dao">ResultObject</a></code></div> | ||
126 | <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#executeQuery(java.lang.String,java.lang.Object...)" class="member-name-link">executeQuery</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> sql, | ||
127 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>... params)</code></div> | ||
128 | <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> | ||
129 | <div class="block">Exécute une requête SQL et retourne le résultat si applicable.</div> | ||
130 | </div> | ||
131 | </div> | ||
132 | </div> | ||
133 | </div> | ||
134 | <div class="inherited-list"> | ||
135 | <h3 id="methods-inherited-from-class-dao.JDBC">Methods inherited from class dao.<a href="JDBC.html" title="class in dao">JDBC</a></h3> | ||
136 | <code><a href="JDBC.html#getConnection()">getConnection</a>, <a href="JDBC.html#setDBMS(java.lang.String)">setDBMS</a>, <a href="JDBC.html#setDbName(java.lang.String)">setDbName</a>, <a href="JDBC.html#setHost(java.lang.String)">setHost</a>, <a href="JDBC.html#setInfos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">setInfos</a>, <a href="JDBC.html#setLogin(java.lang.String)">setLogin</a>, <a href="JDBC.html#setPassword(java.lang.String)">setPassword</a>, <a href="JDBC.html#setStrUrl()">setStrUrl</a></code></div> | ||
137 | <div class="inherited-list"> | ||
138 | <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> | ||
139 | <code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div> | ||
140 | </section> | ||
141 | </li> | ||
142 | </ul> | ||
143 | </section> | ||
144 | <section class="details"> | ||
145 | <ul class="details-list"> | ||
146 | <!-- ========= CONSTRUCTOR DETAIL ======== --> | ||
147 | <li> | ||
148 | <section class="constructor-details" id="constructor-detail"> | ||
149 | <h2>Constructor Details</h2> | ||
150 | <ul class="member-list"> | ||
151 | <li> | ||
152 | <section class="detail" id="<init>()"> | ||
153 | <h3>SQLexecutor</h3> | ||
154 | <div class="horizontal-scroll"> | ||
155 | <div class="member-signature"><span class="modifiers">public</span> <span class="element-name">SQLexecutor</span>()</div> | ||
156 | </div> | ||
157 | </section> | ||
158 | </li> | ||
159 | </ul> | ||
160 | </section> | ||
161 | </li> | ||
162 | <!-- ============ METHOD DETAIL ========== --> | ||
163 | <li> | ||
164 | <section class="method-details" id="method-detail"> | ||
165 | <h2>Method Details</h2> | ||
166 | <ul class="member-list"> | ||
167 | <li> | ||
168 | <section class="detail" id="executeQuery(java.lang.String,java.lang.Object...)"> | ||
169 | <h3>executeQuery</h3> | ||
170 | <div class="horizontal-scroll"> | ||
171 | <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="ResultObject.html" title="class in dao">ResultObject</a></span> <span class="element-name">executeQuery</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> sql, | ||
172 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>... params)</span> | ||
173 | throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a>, | ||
174 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/ClassNotFoundException.html" title="class or interface in java.lang" class="external-link">ClassNotFoundException</a></span></div> | ||
175 | <div class="block">Exécute une requête SQL et retourne le résultat si applicable.</div> | ||
176 | <dl class="notes"> | ||
177 | <dt>Parameters:</dt> | ||
178 | <dd><code>sql</code> - requête avec des ?</dd> | ||
179 | <dd><code>params</code> - nombre libre de paramètres, "Object..." permet de créer un tableau à partir des paramètres</dd> | ||
180 | <dt>Returns:</dt> | ||
181 | <dd>ResultSet si la requête est un SELECT, null sinon</dd> | ||
182 | <dt>Throws:</dt> | ||
183 | <dd><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/SQLException.html" title="class or interface in java.sql" class="external-link">SQLException</a></code> - en cas d'erreur SQL</dd> | ||
184 | <dd><code><a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/ClassNotFoundException.html" title="class or interface in java.lang" class="external-link">ClassNotFoundException</a></code> - pour DriverManager.getConnection</dd> | ||
185 | </dl> | ||
186 | </div> | ||
187 | </section> | ||
188 | </li> | ||
189 | </ul> | ||
190 | </section> | ||
191 | </li> | ||
192 | </ul> | ||
193 | </section> | ||
194 | <!-- ========= END OF CLASS DATA ========= --> | ||
195 | </main> | ||
196 | </div> | ||
197 | </body> | ||
198 | </html> | ||
diff --git a/doc/dao/class-use/JDBC.html b/doc/dao/class-use/JDBC.html new file mode 100644 index 0000000..e0df55b --- /dev/null +++ b/doc/dao/class-use/JDBC.html | |||
@@ -0,0 +1,86 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>Uses of Class dao.JDBC</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="use: package: dao, class: JDBC"> | ||
10 | <meta name="generator" content="javadoc/ClassUseWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-use-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../package-summary.html">Package</a></li> | ||
32 | <li><a href="../JDBC.html">Class</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Use</li> | ||
34 | <li><a href="../package-tree.html">Tree</a></li> | ||
35 | <li><a href="../../index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="../../search.html">Search</a></li> | ||
37 | <li><a href="../../help-doc.html#use">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="../package-summary.html">dao</a></li> | ||
45 | <li><a href="../JDBC.html" class="current-selection">JDBC</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <main role="main"> | ||
58 | <div class="header"> | ||
59 | <h1 title="Uses of Class dao.JDBC" class="title">Uses of Class<br>dao.JDBC</h1> | ||
60 | </div> | ||
61 | <section class="class-uses"> | ||
62 | <ul class="block-list"> | ||
63 | <li> | ||
64 | <section class="detail" id="dao"> | ||
65 | <h2>Uses of <a href="../JDBC.html" title="class in dao">JDBC</a> in <a href="../package-summary.html">dao</a></h2> | ||
66 | <div class="caption"><span>Subclasses of <a href="../JDBC.html" title="class in dao">JDBC</a> in <a href="../package-summary.html">dao</a></span></div> | ||
67 | <div class="summary-table three-column-summary"> | ||
68 | <div class="table-header col-first">Modifier and Type</div> | ||
69 | <div class="table-header col-second">Class</div> | ||
70 | <div class="table-header col-last">Description</div> | ||
71 | <div class="col-first even-row-color"><code>class </code></div> | ||
72 | <div class="col-second even-row-color"><code><a href="../SQLexecutor.html" class="type-name-link" title="class in dao">SQLexecutor</a></code></div> | ||
73 | <div class="col-last even-row-color"> | ||
74 | <div class="block">exécuter des requêtes SQL: | ||
75 | connexion avec JDBC => préparation de la requête => exécution | ||
76 | => copie du ResultSet dans une ArrayList d'HashMap => fermeture de la connexion</div> | ||
77 | </div> | ||
78 | </div> | ||
79 | </section> | ||
80 | </li> | ||
81 | </ul> | ||
82 | </section> | ||
83 | </main> | ||
84 | </div> | ||
85 | </body> | ||
86 | </html> | ||
diff --git a/doc/dao/class-use/ResultObject.html b/doc/dao/class-use/ResultObject.html new file mode 100644 index 0000000..6371131 --- /dev/null +++ b/doc/dao/class-use/ResultObject.html | |||
@@ -0,0 +1,85 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>Uses of Class dao.ResultObject</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="use: package: dao, class: ResultObject"> | ||
10 | <meta name="generator" content="javadoc/ClassUseWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-use-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../package-summary.html">Package</a></li> | ||
32 | <li><a href="../ResultObject.html">Class</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Use</li> | ||
34 | <li><a href="../package-tree.html">Tree</a></li> | ||
35 | <li><a href="../../index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="../../search.html">Search</a></li> | ||
37 | <li><a href="../../help-doc.html#use">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="../package-summary.html">dao</a></li> | ||
45 | <li><a href="../ResultObject.html" class="current-selection">ResultObject</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <main role="main"> | ||
58 | <div class="header"> | ||
59 | <h1 title="Uses of Class dao.ResultObject" class="title">Uses of Class<br>dao.ResultObject</h1> | ||
60 | </div> | ||
61 | <section class="class-uses"> | ||
62 | <ul class="block-list"> | ||
63 | <li> | ||
64 | <section class="detail" id="dao"> | ||
65 | <h2>Uses of <a href="../ResultObject.html" title="class in dao">ResultObject</a> in <a href="../package-summary.html">dao</a></h2> | ||
66 | <div class="caption"><span>Methods in <a href="../package-summary.html">dao</a> that return <a href="../ResultObject.html" title="class in dao">ResultObject</a></span></div> | ||
67 | <div class="summary-table three-column-summary"> | ||
68 | <div class="table-header col-first">Modifier and Type</div> | ||
69 | <div class="table-header col-second">Method</div> | ||
70 | <div class="table-header col-last">Description</div> | ||
71 | <div class="col-first even-row-color"><code><a href="../ResultObject.html" title="class in dao">ResultObject</a></code></div> | ||
72 | <div class="col-second even-row-color"><span class="type-name-label">SQLexecutor.</span><code><a href="../SQLexecutor.html#executeQuery(java.lang.String,java.lang.Object...)" class="member-name-link">executeQuery</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> sql, | ||
73 | <a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>... params)</code></div> | ||
74 | <div class="col-last even-row-color"> | ||
75 | <div class="block">Exécute une requête SQL et retourne le résultat si applicable.</div> | ||
76 | </div> | ||
77 | </div> | ||
78 | </section> | ||
79 | </li> | ||
80 | </ul> | ||
81 | </section> | ||
82 | </main> | ||
83 | </div> | ||
84 | </body> | ||
85 | </html> | ||
diff --git a/doc/dao/class-use/SQLexecutor.html b/doc/dao/class-use/SQLexecutor.html new file mode 100644 index 0000000..df0f5b9 --- /dev/null +++ b/doc/dao/class-use/SQLexecutor.html | |||
@@ -0,0 +1,64 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>Uses of Class dao.SQLexecutor</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="use: package: dao, class: SQLexecutor"> | ||
10 | <meta name="generator" content="javadoc/ClassUseWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="class-use-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../package-summary.html">Package</a></li> | ||
32 | <li><a href="../SQLexecutor.html">Class</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Use</li> | ||
34 | <li><a href="../package-tree.html">Tree</a></li> | ||
35 | <li><a href="../../index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="../../search.html">Search</a></li> | ||
37 | <li><a href="../../help-doc.html#use">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="../package-summary.html">dao</a></li> | ||
45 | <li><a href="../SQLexecutor.html" class="current-selection">SQLexecutor</a></li> | ||
46 | </ol> | ||
47 | <div class="nav-list-search"> | ||
48 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
49 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
54 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
55 | </header> | ||
56 | <div class="main-grid"> | ||
57 | <main role="main"> | ||
58 | <div class="header"> | ||
59 | <h1 title="Uses of Class dao.SQLexecutor" class="title">Uses of Class<br>dao.SQLexecutor</h1> | ||
60 | </div> | ||
61 | No usage of dao.SQLexecutor</main> | ||
62 | </div> | ||
63 | </body> | ||
64 | </html> | ||
diff --git a/doc/dao/package-summary.html b/doc/dao/package-summary.html new file mode 100644 index 0000000..d9d67d6 --- /dev/null +++ b/doc/dao/package-summary.html | |||
@@ -0,0 +1,103 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>dao</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="declaration: package: dao"> | ||
10 | <meta name="generator" content="javadoc/PackageWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="package-declaration-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li class="nav-bar-cell1-rev">Package</li> | ||
32 | <li><a href="package-use.html">Use</a></li> | ||
33 | <li><a href="package-tree.html">Tree</a></li> | ||
34 | <li><a href="../index-files/index-1.html">Index</a></li> | ||
35 | <li><a href="../search.html">Search</a></li> | ||
36 | <li><a href="../help-doc.html#package">Help</a></li> | ||
37 | </ul> | ||
38 | </div> | ||
39 | </div> | ||
40 | <div class="sub-nav"> | ||
41 | <div class="nav-content"> | ||
42 | <ol class="sub-nav-list"> | ||
43 | <li><a href="package-summary.html" class="current-selection">dao</a></li> | ||
44 | </ol> | ||
45 | <div class="nav-list-search"> | ||
46 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
47 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
48 | </div> | ||
49 | </div> | ||
50 | </div> | ||
51 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
52 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
53 | </header> | ||
54 | <div class="main-grid"> | ||
55 | <nav role="navigation" class="toc" aria-label="Table of contents"> | ||
56 | <div class="toc-header">Contents</div> | ||
57 | <button class="hide-sidebar"><span>Hide sidebar </span>❮</button><button class="show-sidebar">❯<span> Show sidebar</span></button> | ||
58 | <ol class="toc-list"> | ||
59 | <li><a href="#" tabindex="0">Description</a></li> | ||
60 | <li><a href="#class-summary" tabindex="0">Classes and Interfaces</a></li> | ||
61 | </ol> | ||
62 | </nav> | ||
63 | <main role="main"> | ||
64 | <div class="header"> | ||
65 | <h1 title="Package dao" class="title">Package dao</h1> | ||
66 | </div> | ||
67 | <hr> | ||
68 | <div class="horizontal-scroll"> | ||
69 | <div class="package-signature">package <span class="element-name">dao</span></div> | ||
70 | </div> | ||
71 | <section class="summary"> | ||
72 | <ul class="summary-list"> | ||
73 | <li> | ||
74 | <div id="class-summary"> | ||
75 | <div class="caption"><span>Classes</span></div> | ||
76 | <div class="summary-table two-column-summary"> | ||
77 | <div class="table-header col-first">Class</div> | ||
78 | <div class="table-header col-last">Description</div> | ||
79 | <div class="col-first even-row-color class-summary class-summary-tab2"><a href="JDBC.html" title="class in dao">JDBC</a></div> | ||
80 | <div class="col-last even-row-color class-summary class-summary-tab2"> | ||
81 | <div class="block">connexion avec JDBC pour utilisation par la classe fille: SQLexecutor, | ||
82 | les paramètres de connexion et les setters sont statiques</div> | ||
83 | </div> | ||
84 | <div class="col-first odd-row-color class-summary class-summary-tab2"><a href="ResultObject.html" title="class in dao">ResultObject</a></div> | ||
85 | <div class="col-last odd-row-color class-summary class-summary-tab2"> | ||
86 | <div class="block">conteneur pour ResultSet dans le cas d'un SELECT, | ||
87 | les valeurs des HashMap sont des "Object" pour gérer tous les types de données</div> | ||
88 | </div> | ||
89 | <div class="col-first even-row-color class-summary class-summary-tab2"><a href="SQLexecutor.html" title="class in dao">SQLexecutor</a></div> | ||
90 | <div class="col-last even-row-color class-summary class-summary-tab2"> | ||
91 | <div class="block">exécuter des requêtes SQL: | ||
92 | connexion avec JDBC => préparation de la requête => exécution | ||
93 | => copie du ResultSet dans une ArrayList d'HashMap => fermeture de la connexion</div> | ||
94 | </div> | ||
95 | </div> | ||
96 | </div> | ||
97 | </li> | ||
98 | </ul> | ||
99 | </section> | ||
100 | </main> | ||
101 | </div> | ||
102 | </body> | ||
103 | </html> | ||
diff --git a/doc/dao/package-tree.html b/doc/dao/package-tree.html new file mode 100644 index 0000000..9be127e --- /dev/null +++ b/doc/dao/package-tree.html | |||
@@ -0,0 +1,77 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>dao Class Hierarchy</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="tree: package: dao"> | ||
10 | <meta name="generator" content="javadoc/PackageTreeWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="package-tree-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="package-summary.html">Package</a></li> | ||
32 | <li><a href="package-use.html">Use</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Tree</li> | ||
34 | <li><a href="../index-files/index-1.html">Index</a></li> | ||
35 | <li><a href="../search.html">Search</a></li> | ||
36 | <li><a href="../help-doc.html#tree">Help</a></li> | ||
37 | </ul> | ||
38 | </div> | ||
39 | </div> | ||
40 | <div class="sub-nav"> | ||
41 | <div class="nav-content"> | ||
42 | <ol class="sub-nav-list"> | ||
43 | <li><a href="package-summary.html" class="current-selection">dao</a></li> | ||
44 | </ol> | ||
45 | <div class="nav-list-search"> | ||
46 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
47 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
48 | </div> | ||
49 | </div> | ||
50 | </div> | ||
51 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
52 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
53 | </header> | ||
54 | <div class="main-grid"> | ||
55 | <main role="main"> | ||
56 | <div class="header"> | ||
57 | <h1 class="title">Hierarchy For Package dao</h1> | ||
58 | </div> | ||
59 | <section class="hierarchy"> | ||
60 | <h2 title="Class Hierarchy">Class Hierarchy</h2> | ||
61 | <ul> | ||
62 | <li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> | ||
63 | <ul> | ||
64 | <li class="circle">dao.<a href="JDBC.html" class="type-name-link" title="class in dao">JDBC</a> | ||
65 | <ul> | ||
66 | <li class="circle">dao.<a href="SQLexecutor.html" class="type-name-link" title="class in dao">SQLexecutor</a></li> | ||
67 | </ul> | ||
68 | </li> | ||
69 | <li class="circle">dao.<a href="ResultObject.html" class="type-name-link" title="class in dao">ResultObject</a></li> | ||
70 | </ul> | ||
71 | </li> | ||
72 | </ul> | ||
73 | </section> | ||
74 | </main> | ||
75 | </div> | ||
76 | </body> | ||
77 | </html> | ||
diff --git a/doc/dao/package-use.html b/doc/dao/package-use.html new file mode 100644 index 0000000..6a05f55 --- /dev/null +++ b/doc/dao/package-use.html | |||
@@ -0,0 +1,85 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>Uses of Package dao</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="use: package: dao"> | ||
10 | <meta name="generator" content="javadoc/PackageUseWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="package-use-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="package-summary.html">Package</a></li> | ||
32 | <li class="nav-bar-cell1-rev">Use</li> | ||
33 | <li><a href="package-tree.html">Tree</a></li> | ||
34 | <li><a href="../index-files/index-1.html">Index</a></li> | ||
35 | <li><a href="../search.html">Search</a></li> | ||
36 | <li><a href="../help-doc.html#use">Help</a></li> | ||
37 | </ul> | ||
38 | </div> | ||
39 | </div> | ||
40 | <div class="sub-nav"> | ||
41 | <div class="nav-content"> | ||
42 | <ol class="sub-nav-list"> | ||
43 | <li><a href="package-summary.html" class="current-selection">dao</a></li> | ||
44 | </ol> | ||
45 | <div class="nav-list-search"> | ||
46 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
47 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
48 | </div> | ||
49 | </div> | ||
50 | </div> | ||
51 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
52 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
53 | </header> | ||
54 | <div class="main-grid"> | ||
55 | <main role="main"> | ||
56 | <div class="header"> | ||
57 | <h1 title="Uses of Package dao" class="title">Uses of Package<br>dao</h1> | ||
58 | </div> | ||
59 | <section class="package-uses"> | ||
60 | <ul class="block-list"> | ||
61 | <li> | ||
62 | <section class="detail" id="dao"> | ||
63 | <div class="caption"><span>Classes in <a href="package-summary.html">dao</a> used by <a href="package-summary.html">dao</a></span></div> | ||
64 | <div class="summary-table two-column-summary"> | ||
65 | <div class="table-header col-first">Class</div> | ||
66 | <div class="table-header col-last">Description</div> | ||
67 | <div class="col-first even-row-color"><a href="class-use/JDBC.html#dao">JDBC</a></div> | ||
68 | <div class="col-last even-row-color"> | ||
69 | <div class="block">connexion avec JDBC pour utilisation par la classe fille: SQLexecutor, | ||
70 | les paramètres de connexion et les setters sont statiques</div> | ||
71 | </div> | ||
72 | <div class="col-first odd-row-color"><a href="class-use/ResultObject.html#dao">ResultObject</a></div> | ||
73 | <div class="col-last odd-row-color"> | ||
74 | <div class="block">conteneur pour ResultSet dans le cas d'un SELECT, | ||
75 | les valeurs des HashMap sont des "Object" pour gérer tous les types de données</div> | ||
76 | </div> | ||
77 | </div> | ||
78 | </section> | ||
79 | </li> | ||
80 | </ul> | ||
81 | </section> | ||
82 | </main> | ||
83 | </div> | ||
84 | </body> | ||
85 | </html> | ||
diff --git a/doc/element-list b/doc/element-list new file mode 100644 index 0000000..a6df983 --- /dev/null +++ b/doc/element-list | |||
@@ -0,0 +1 @@ | |||
dao | |||
diff --git a/doc/help-doc.html b/doc/help-doc.html new file mode 100644 index 0000000..688e23d --- /dev/null +++ b/doc/help-doc.html | |||
@@ -0,0 +1,183 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>API Help</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="help"> | ||
10 | <meta name="generator" content="javadoc/HelpWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="help-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="dao/package-tree.html">Tree</a></li> | ||
33 | <li><a href="index-files/index-1.html">Index</a></li> | ||
34 | <li><a href="search.html">Search</a></li> | ||
35 | <li class="nav-bar-cell1-rev">Help</li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <nav role="navigation" class="toc" aria-label="Table of contents"> | ||
53 | <div class="toc-header">Contents</div> | ||
54 | <button class="hide-sidebar"><span>Hide sidebar </span>❮</button><button class="show-sidebar">❯<span> Show sidebar</span></button> | ||
55 | <ol class="toc-list"> | ||
56 | <li><a href="#" tabindex="0">JavaDoc Help</a> | ||
57 | <ol class="toc-list"> | ||
58 | <li><a href="#help-navigation" tabindex="0">Navigation</a> | ||
59 | <ol class="toc-list"> | ||
60 | <li><a href="#search" tabindex="0">Search</a></li> | ||
61 | </ol> | ||
62 | </li> | ||
63 | <li><a href="#help-pages" tabindex="0">Kinds of Pages</a> | ||
64 | <ol class="toc-list"> | ||
65 | <li><a href="#package" tabindex="0">Package</a></li> | ||
66 | <li><a href="#class" tabindex="0">Class or Interface</a></li> | ||
67 | <li><a href="#doc-file" tabindex="0">Other Files</a></li> | ||
68 | <li><a href="#use" tabindex="0">Use</a></li> | ||
69 | <li><a href="#tree" tabindex="0">Tree (Class Hierarchy)</a></li> | ||
70 | <li><a href="#serialized-form" tabindex="0">Serialized Form</a></li> | ||
71 | <li><a href="#all-packages" tabindex="0">All Packages</a></li> | ||
72 | <li><a href="#all-classes" tabindex="0">All Classes and Interfaces</a></li> | ||
73 | <li><a href="#index" tabindex="0">Index</a></li> | ||
74 | </ol> | ||
75 | </li> | ||
76 | </ol> | ||
77 | </li> | ||
78 | </ol> | ||
79 | </nav> | ||
80 | <main role="main"> | ||
81 | <h1 class="title">JavaDoc Help</h1> | ||
82 | <hr> | ||
83 | <div class="sub-title"> | ||
84 | <h2 id="help-navigation">Navigation</h2> | ||
85 | Starting from the <a href="index.html">Overview</a> page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The <a href="index-files/index-1.html">Index</a> and Search box allow you to navigate to specific declarations and summary pages, including: <a href="allpackages-index.html">All Packages</a>, <a href="allclasses-index.html">All Classes and Interfaces</a> | ||
86 | <section class="help-section" id="search"> | ||
87 | <h3>Search</h3> | ||
88 | <p>You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API. These items can be searched using part or all of the name, optionally using "camelCase" abbreviations, or multiple search terms separated by whitespace. Some examples:</p> | ||
89 | <ol class="toc-list"> | ||
90 | <li><code>"j.l.obj"</code> matches "java.lang.Object"</li> | ||
91 | <li><code>"InpStr"</code> matches "java.io.InputStream"</li> | ||
92 | <li><code>"math exact long"</code> matches "java.lang.Math.absExact(long)"</li> | ||
93 | </ol> | ||
94 | <p>Refer to the <a href="https://docs.oracle.com/en/java/javase/23/docs/specs/javadoc/javadoc-search-spec.html">Javadoc Search Specification</a> for a full description of search features.</p> | ||
95 | </section> | ||
96 | </div> | ||
97 | <hr> | ||
98 | <div class="sub-title"> | ||
99 | <h2 id="help-pages">Kinds of Pages</h2> | ||
100 | The following sections describe the different kinds of pages in this collection. | ||
101 | <section class="help-section" id="package"> | ||
102 | <h3>Package</h3> | ||
103 | <p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:</p> | ||
104 | <ul class="help-section-list"> | ||
105 | <li>Interfaces</li> | ||
106 | <li>Classes</li> | ||
107 | <li>Enum Classes</li> | ||
108 | <li>Exception Classes</li> | ||
109 | <li>Annotation Interfaces</li> | ||
110 | </ul> | ||
111 | </section> | ||
112 | <section class="help-section" id="class"> | ||
113 | <h3>Class or Interface</h3> | ||
114 | <p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.</p> | ||
115 | <ul class="help-section-list"> | ||
116 | <li>Class Inheritance Diagram</li> | ||
117 | <li>Direct Subclasses</li> | ||
118 | <li>All Known Subinterfaces</li> | ||
119 | <li>All Known Implementing Classes</li> | ||
120 | <li>Class or Interface Declaration</li> | ||
121 | <li>Class or Interface Description</li> | ||
122 | </ul> | ||
123 | <br> | ||
124 | <ul class="help-section-list"> | ||
125 | <li>Nested Class Summary</li> | ||
126 | <li>Enum Constant Summary</li> | ||
127 | <li>Field Summary</li> | ||
128 | <li>Property Summary</li> | ||
129 | <li>Constructor Summary</li> | ||
130 | <li>Method Summary</li> | ||
131 | <li>Required Element Summary</li> | ||
132 | <li>Optional Element Summary</li> | ||
133 | </ul> | ||
134 | <br> | ||
135 | <ul class="help-section-list"> | ||
136 | <li>Enum Constant Details</li> | ||
137 | <li>Field Details</li> | ||
138 | <li>Property Details</li> | ||
139 | <li>Constructor Details</li> | ||
140 | <li>Method Details</li> | ||
141 | <li>Element Details</li> | ||
142 | </ul> | ||
143 | <p><span class="help-note">Note:</span> Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.</p> | ||
144 | <p>The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p> | ||
145 | </section> | ||
146 | <section class="help-section" id="doc-file"> | ||
147 | <h3>Other Files</h3> | ||
148 | <p>Packages and modules may contain pages with additional information related to the declarations nearby.</p> | ||
149 | </section> | ||
150 | <section class="help-section" id="use"> | ||
151 | <h3>Use</h3> | ||
152 | <p>Each documented package, class or interface has its own Use page, which lists packages, classes, interfaces, methods, constructors and fields that use any part of that package, class or interface. Given a class or interface A, its Use page includes subclasses or subinterfaces of A, fields declared as A, methods that return A, methods and constructors with parameters of type A, and subclasses or subinterfaces with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.</p> | ||
153 | </section> | ||
154 | <section class="help-section" id="tree"> | ||
155 | <h3>Tree (Class Hierarchy)</h3> | ||
156 | <p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with <code>java.lang.Object</code>. Interfaces do not inherit from <code>java.lang.Object</code>.</p> | ||
157 | <ul class="help-section-list"> | ||
158 | <li>When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.</li> | ||
159 | <li>When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.</li> | ||
160 | </ul> | ||
161 | </section> | ||
162 | <section class="help-section" id="serialized-form"> | ||
163 | <h3>Serialized Form</h3> | ||
164 | <p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.</p> | ||
165 | </section> | ||
166 | <section class="help-section" id="all-packages"> | ||
167 | <h3>All Packages</h3> | ||
168 | <p>The <a href="allpackages-index.html">All Packages</a> page contains an alphabetic index of all packages contained in the documentation.</p> | ||
169 | </section> | ||
170 | <section class="help-section" id="all-classes"> | ||
171 | <h3>All Classes and Interfaces</h3> | ||
172 | <p>The <a href="allclasses-index.html">All Classes and Interfaces</a> page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.</p> | ||
173 | </section> | ||
174 | <section class="help-section" id="index"> | ||
175 | <h3>Index</h3> | ||
176 | <p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as <a href="allpackages-index.html">All Packages</a>, <a href="allclasses-index.html">All Classes and Interfaces</a>.</p> | ||
177 | </section> | ||
178 | </div> | ||
179 | <hr> | ||
180 | <span class="help-footnote">This help file applies to API documentation generated by the standard doclet.</span></main> | ||
181 | </div> | ||
182 | </body> | ||
183 | </html> | ||
diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html new file mode 100644 index 0000000..7387e9a --- /dev/null +++ b/doc/index-files/index-1.html | |||
@@ -0,0 +1,65 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>D-Index</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index: D"> | ||
10 | <meta name="generator" content="javadoc/IndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="../dao/package-tree.html">Tree</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Index</li> | ||
34 | <li><a href="../search.html">Search</a></li> | ||
35 | <li><a href="../help-doc.html#index">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1>Index</h1> | ||
55 | </div> | ||
56 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a> | ||
57 | <h2 class="title" id="I:D">D</h2> | ||
58 | <dl class="index"> | ||
59 | <dt><a href="../dao/package-summary.html">dao</a> - package dao</dt> | ||
60 | <dd> </dd> | ||
61 | </dl> | ||
62 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main> | ||
63 | </div> | ||
64 | </body> | ||
65 | </html> | ||
diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html new file mode 100644 index 0000000..405c470 --- /dev/null +++ b/doc/index-files/index-2.html | |||
@@ -0,0 +1,67 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>E-Index</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index: E"> | ||
10 | <meta name="generator" content="javadoc/IndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="../dao/package-tree.html">Tree</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Index</li> | ||
34 | <li><a href="../search.html">Search</a></li> | ||
35 | <li><a href="../help-doc.html#index">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1>Index</h1> | ||
55 | </div> | ||
56 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a> | ||
57 | <h2 class="title" id="I:E">E</h2> | ||
58 | <dl class="index"> | ||
59 | <dt><a href="../dao/SQLexecutor.html#executeQuery(java.lang.String,java.lang.Object...)" class="member-name-link">executeQuery(String, Object...)</a> - Method in class dao.<a href="../dao/SQLexecutor.html" title="class in dao">SQLexecutor</a></dt> | ||
60 | <dd> | ||
61 | <div class="block">Exécute une requête SQL et retourne le résultat si applicable.</div> | ||
62 | </dd> | ||
63 | </dl> | ||
64 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main> | ||
65 | </div> | ||
66 | </body> | ||
67 | </html> | ||
diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html new file mode 100644 index 0000000..44d1227 --- /dev/null +++ b/doc/index-files/index-3.html | |||
@@ -0,0 +1,71 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>G-Index</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index: G"> | ||
10 | <meta name="generator" content="javadoc/IndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="../dao/package-tree.html">Tree</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Index</li> | ||
34 | <li><a href="../search.html">Search</a></li> | ||
35 | <li><a href="../help-doc.html#index">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1>Index</h1> | ||
55 | </div> | ||
56 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a> | ||
57 | <h2 class="title" id="I:G">G</h2> | ||
58 | <dl class="index"> | ||
59 | <dt><a href="../dao/JDBC.html#getConnection()" class="member-name-link">getConnection()</a> - Method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
60 | <dd> | ||
61 | <div class="block">retourne une instance de Connection avec JDBC</div> | ||
62 | </dd> | ||
63 | <dt><a href="../dao/ResultObject.html#getData()" class="member-name-link">getData()</a> - Method in class dao.<a href="../dao/ResultObject.html" title="class in dao">ResultObject</a></dt> | ||
64 | <dd> | ||
65 | <div class="block">à utiliser dans la boucle permettant de parcourir la liste</div> | ||
66 | </dd> | ||
67 | </dl> | ||
68 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main> | ||
69 | </div> | ||
70 | </body> | ||
71 | </html> | ||
diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html new file mode 100644 index 0000000..46594bd --- /dev/null +++ b/doc/index-files/index-4.html | |||
@@ -0,0 +1,70 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>J-Index</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index: J"> | ||
10 | <meta name="generator" content="javadoc/IndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="../dao/package-tree.html">Tree</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Index</li> | ||
34 | <li><a href="../search.html">Search</a></li> | ||
35 | <li><a href="../help-doc.html#index">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1>Index</h1> | ||
55 | </div> | ||
56 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a> | ||
57 | <h2 class="title" id="I:J">J</h2> | ||
58 | <dl class="index"> | ||
59 | <dt><a href="../dao/JDBC.html" class="type-name-link" title="class in dao">JDBC</a> - Class in <a href="../dao/package-summary.html">dao</a></dt> | ||
60 | <dd> | ||
61 | <div class="block">connexion avec JDBC pour utilisation par la classe fille: SQLexecutor, | ||
62 | les paramètres de connexion et les setters sont statiques</div> | ||
63 | </dd> | ||
64 | <dt><a href="../dao/JDBC.html#%3Cinit%3E()" class="member-name-link">JDBC()</a> - Constructor for class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
65 | <dd> </dd> | ||
66 | </dl> | ||
67 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main> | ||
68 | </div> | ||
69 | </body> | ||
70 | </html> | ||
diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html new file mode 100644 index 0000000..a98bdcb --- /dev/null +++ b/doc/index-files/index-5.html | |||
@@ -0,0 +1,72 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>R-Index</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index: R"> | ||
10 | <meta name="generator" content="javadoc/IndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="../dao/package-tree.html">Tree</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Index</li> | ||
34 | <li><a href="../search.html">Search</a></li> | ||
35 | <li><a href="../help-doc.html#index">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1>Index</h1> | ||
55 | </div> | ||
56 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a> | ||
57 | <h2 class="title" id="I:R">R</h2> | ||
58 | <dl class="index"> | ||
59 | <dt><a href="../dao/ResultObject.html" class="type-name-link" title="class in dao">ResultObject</a> - Class in <a href="../dao/package-summary.html">dao</a></dt> | ||
60 | <dd> | ||
61 | <div class="block">conteneur pour ResultSet dans le cas d'un SELECT, | ||
62 | les valeurs des HashMap sont des "Object" pour gérer tous les types de données</div> | ||
63 | </dd> | ||
64 | <dt><a href="../dao/ResultObject.html#%3Cinit%3E(java.sql.ResultSet)" class="member-name-link">ResultObject(ResultSet)</a> - Constructor for class dao.<a href="../dao/ResultObject.html" title="class in dao">ResultObject</a></dt> | ||
65 | <dd> | ||
66 | <div class="block">copie du ResultSet dans une ArrayList composée d'HashMap</div> | ||
67 | </dd> | ||
68 | </dl> | ||
69 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main> | ||
70 | </div> | ||
71 | </body> | ||
72 | </html> | ||
diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html new file mode 100644 index 0000000..cae6730 --- /dev/null +++ b/doc/index-files/index-6.html | |||
@@ -0,0 +1,92 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>S-Index</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index: S"> | ||
10 | <meta name="generator" content="javadoc/IndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="../dao/package-tree.html">Tree</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Index</li> | ||
34 | <li><a href="../search.html">Search</a></li> | ||
35 | <li><a href="../help-doc.html#index">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1>Index</h1> | ||
55 | </div> | ||
56 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a> | ||
57 | <h2 class="title" id="I:S">S</h2> | ||
58 | <dl class="index"> | ||
59 | <dt><a href="../dao/JDBC.html#setDBMS(java.lang.String)" class="member-name-link">setDBMS(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
60 | <dd> </dd> | ||
61 | <dt><a href="../dao/JDBC.html#setDbName(java.lang.String)" class="member-name-link">setDbName(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
62 | <dd> </dd> | ||
63 | <dt><a href="../dao/JDBC.html#setHost(java.lang.String)" class="member-name-link">setHost(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
64 | <dd> </dd> | ||
65 | <dt><a href="../dao/JDBC.html#setInfos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">setInfos(String, String, String, String, String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
66 | <dd> | ||
67 | <div class="block">donner tous les paramètres de connexion en une fois | ||
68 | il est également possible de les donner un par un avec les setters en finissant pas JDBC.setStrUrl()</div> | ||
69 | </dd> | ||
70 | <dt><a href="../dao/JDBC.html#setLogin(java.lang.String)" class="member-name-link">setLogin(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
71 | <dd> </dd> | ||
72 | <dt><a href="../dao/JDBC.html#setPassword(java.lang.String)" class="member-name-link">setPassword(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
73 | <dd> </dd> | ||
74 | <dt><a href="../dao/JDBC.html#setStrUrl()" class="member-name-link">setStrUrl()</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
75 | <dd> | ||
76 | <div class="block">génère l'url utilisée par le driver, | ||
77 | à n'exécuter que lorsque tous les paramètres ont été renseignés (en particulier dbname, login et password), | ||
78 | certains: host, dbms, strClassName et port ont des valeurs par défaut pour un serveur mysql sur localhost</div> | ||
79 | </dd> | ||
80 | <dt><a href="../dao/SQLexecutor.html" class="type-name-link" title="class in dao">SQLexecutor</a> - Class in <a href="../dao/package-summary.html">dao</a></dt> | ||
81 | <dd> | ||
82 | <div class="block">exécuter des requêtes SQL: | ||
83 | connexion avec JDBC => préparation de la requête => exécution | ||
84 | => copie du ResultSet dans une ArrayList d'HashMap => fermeture de la connexion</div> | ||
85 | </dd> | ||
86 | <dt><a href="../dao/SQLexecutor.html#%3Cinit%3E()" class="member-name-link">SQLexecutor()</a> - Constructor for class dao.<a href="../dao/SQLexecutor.html" title="class in dao">SQLexecutor</a></dt> | ||
87 | <dd> </dd> | ||
88 | </dl> | ||
89 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">R</a> <a href="index-6.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main> | ||
90 | </div> | ||
91 | </body> | ||
92 | </html> | ||
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html new file mode 100644 index 0000000..68f4883 --- /dev/null +++ b/doc/index-files/index-7.html | |||
@@ -0,0 +1,92 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:00:19 CET 2025 --> | ||
5 | <title>S-Index</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index: S"> | ||
10 | <meta name="generator" content="javadoc/IndexWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="../resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="../script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="../script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="../script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="index-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "../"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="../index.html">Overview</a></li> | ||
32 | <li><a href="../overview-tree.html">Tree</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Index</li> | ||
34 | <li><a href="../search.html">Search</a></li> | ||
35 | <li><a href="../help-doc.html#index">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1>Index</h1> | ||
55 | </div> | ||
56 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">M</a> <a href="index-6.html">R</a> <a href="index-7.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a> | ||
57 | <h2 class="title" id="I:S">S</h2> | ||
58 | <dl class="index"> | ||
59 | <dt><a href="../dao/JDBC.html#setDBMS(java.lang.String)" class="member-name-link">setDBMS(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
60 | <dd> </dd> | ||
61 | <dt><a href="../dao/JDBC.html#setDbName(java.lang.String)" class="member-name-link">setDbName(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
62 | <dd> </dd> | ||
63 | <dt><a href="../dao/JDBC.html#setHost(java.lang.String)" class="member-name-link">setHost(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
64 | <dd> </dd> | ||
65 | <dt><a href="../dao/JDBC.html#setInfos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">setInfos(String, String, String, String, String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
66 | <dd> | ||
67 | <div class="block">donner tous les paramètres de connexion en une fois | ||
68 | il est également possible de les donner un par un avec les setters en finissant pas JDBC.setStrUrl()</div> | ||
69 | </dd> | ||
70 | <dt><a href="../dao/JDBC.html#setLogin(java.lang.String)" class="member-name-link">setLogin(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
71 | <dd> </dd> | ||
72 | <dt><a href="../dao/JDBC.html#setPassword(java.lang.String)" class="member-name-link">setPassword(String)</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
73 | <dd> </dd> | ||
74 | <dt><a href="../dao/JDBC.html#setStrUrl()" class="member-name-link">setStrUrl()</a> - Static method in class dao.<a href="../dao/JDBC.html" title="class in dao">JDBC</a></dt> | ||
75 | <dd> | ||
76 | <div class="block">génère l'url utilisée par le driver, | ||
77 | à n'exécuter que lorsque tous les paramètres ont été renseignés (en particulier dbname, login et password), | ||
78 | certains: host, dbms, strClassName et port ont des valeurs par défaut pour un serveur mysql sur localhost</div> | ||
79 | </dd> | ||
80 | <dt><a href="../dao/SQLexecutor.html" class="type-name-link" title="class in dao">SQLexecutor</a> - Class in <a href="../dao/package-summary.html">dao</a></dt> | ||
81 | <dd> | ||
82 | <div class="block">classe utilisée pour exécuter des requêtes SQL, | ||
83 | connexion avec JDBC => préparation de la requête => exécution | ||
84 | => copie du ResultSet dans une ArrayList d'HashMap => fermeture de la connexion</div> | ||
85 | </dd> | ||
86 | <dt><a href="../dao/SQLexecutor.html#%3Cinit%3E()" class="member-name-link">SQLexecutor()</a> - Constructor for class dao.<a href="../dao/SQLexecutor.html" title="class in dao">SQLexecutor</a></dt> | ||
87 | <dd> </dd> | ||
88 | </dl> | ||
89 | <a href="index-1.html">D</a> <a href="index-2.html">E</a> <a href="index-3.html">G</a> <a href="index-4.html">J</a> <a href="index-5.html">M</a> <a href="index-6.html">R</a> <a href="index-7.html">S</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a></main> | ||
90 | </div> | ||
91 | </body> | ||
92 | </html> | ||
diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..994ac2e --- /dev/null +++ b/doc/index.html | |||
@@ -0,0 +1,26 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>Generated Documentation (Untitled)</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index redirect"> | ||
10 | <meta name="generator" content="javadoc/IndexRedirectWriter"> | ||
11 | <link rel="canonical" href="dao/package-summary.html"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript">window.location.replace('dao/package-summary.html')</script> | ||
14 | <noscript> | ||
15 | <meta http-equiv="Refresh" content="0;dao/package-summary.html"> | ||
16 | </noscript> | ||
17 | </head> | ||
18 | <body class="index-redirect-page"> | ||
19 | <main role="main"> | ||
20 | <noscript> | ||
21 | <p>JavaScript is disabled on your browser.</p> | ||
22 | </noscript> | ||
23 | <p><a href="dao/package-summary.html">dao/package-summary.html</a></p> | ||
24 | </main> | ||
25 | </body> | ||
26 | </html> | ||
diff --git a/doc/legal/ADDITIONAL_LICENSE_INFO b/doc/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..ff700cd --- /dev/null +++ b/doc/legal/ADDITIONAL_LICENSE_INFO | |||
@@ -0,0 +1,37 @@ | |||
1 | ADDITIONAL INFORMATION ABOUT LICENSING | ||
2 | |||
3 | Certain files distributed by Oracle America, Inc. and/or its affiliates are | ||
4 | subject to the following clarification and special exception to the GPLv2, | ||
5 | based on the GNU Project exception for its Classpath libraries, known as the | ||
6 | GNU Classpath Exception. | ||
7 | |||
8 | Note that Oracle includes multiple, independent programs in this software | ||
9 | package. Some of those programs are provided under licenses deemed | ||
10 | incompatible with the GPLv2 by the Free Software Foundation and others. | ||
11 | For example, the package includes programs licensed under the Apache | ||
12 | License, Version 2.0 and may include FreeType. Such programs are licensed | ||
13 | to you under their original licenses. | ||
14 | |||
15 | Oracle facilitates your further distribution of this package by adding the | ||
16 | Classpath Exception to the necessary parts of its GPLv2 code, which permits | ||
17 | you to use that code in combination with other independent modules not | ||
18 | licensed under the GPLv2. However, note that this would not permit you to | ||
19 | commingle code under an incompatible license with Oracle's GPLv2 licensed | ||
20 | code by, for example, cutting and pasting such code into a file also | ||
21 | containing Oracle's GPLv2 licensed code and then distributing the result. | ||
22 | |||
23 | Additionally, if you were to remove the Classpath Exception from any of the | ||
24 | files to which it applies and distribute the result, you would likely be | ||
25 | required to license some or all of the other code in that distribution under | ||
26 | the GPLv2 as well, and since the GPLv2 is incompatible with the license terms | ||
27 | of some items included in the distribution by Oracle, removing the Classpath | ||
28 | Exception could therefore effectively compromise your ability to further | ||
29 | distribute the package. | ||
30 | |||
31 | Failing to distribute notices associated with some files may also create | ||
32 | unexpected legal consequences. | ||
33 | |||
34 | Proceed with caution and we recommend that you obtain the advice of a lawyer | ||
35 | skilled in open source matters before removing the Classpath Exception or | ||
36 | making modifications to this package which may subsequently be redistributed | ||
37 | and/or involve the use of third party software. | ||
diff --git a/doc/legal/ASSEMBLY_EXCEPTION b/doc/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..4296666 --- /dev/null +++ b/doc/legal/ASSEMBLY_EXCEPTION | |||
@@ -0,0 +1,27 @@ | |||
1 | |||
2 | OPENJDK ASSEMBLY EXCEPTION | ||
3 | |||
4 | The OpenJDK source code made available by Oracle America, Inc. (Oracle) at | ||
5 | openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU | ||
6 | General Public License <https://www.gnu.org/copyleft/gpl.html> version 2 | ||
7 | only ("GPL2"), with the following clarification and special exception. | ||
8 | |||
9 | Linking this OpenJDK Code statically or dynamically with other code | ||
10 | is making a combined work based on this library. Thus, the terms | ||
11 | and conditions of GPL2 cover the whole combination. | ||
12 | |||
13 | As a special exception, Oracle gives you permission to link this | ||
14 | OpenJDK Code with certain code licensed by Oracle as indicated at | ||
15 | https://openjdk.org/legal/exception-modules-2007-05-08.html | ||
16 | ("Designated Exception Modules") to produce an executable, | ||
17 | regardless of the license terms of the Designated Exception Modules, | ||
18 | and to copy and distribute the resulting executable under GPL2, | ||
19 | provided that the Designated Exception Modules continue to be | ||
20 | governed by the licenses under which they were offered by Oracle. | ||
21 | |||
22 | As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code | ||
23 | to build an executable that includes those portions of necessary code that | ||
24 | Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 | ||
25 | with the Classpath exception). If you modify or add to the OpenJDK code, | ||
26 | that new GPL2 code may still be combined with Designated Exception Modules | ||
27 | if the new code is made subject to this exception by its copyright holder. | ||
diff --git a/doc/legal/LICENSE b/doc/legal/LICENSE new file mode 100644 index 0000000..8b400c7 --- /dev/null +++ b/doc/legal/LICENSE | |||
@@ -0,0 +1,347 @@ | |||
1 | The GNU General Public License (GPL) | ||
2 | |||
3 | Version 2, June 1991 | ||
4 | |||
5 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. | ||
6 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
7 | |||
8 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
9 | document, but changing it is not allowed. | ||
10 | |||
11 | Preamble | ||
12 | |||
13 | The licenses for most software are designed to take away your freedom to share | ||
14 | and change it. By contrast, the GNU General Public License is intended to | ||
15 | guarantee your freedom to share and change free software--to make sure the | ||
16 | software is free for all its users. This General Public License applies to | ||
17 | most of the Free Software Foundation's software and to any other program whose | ||
18 | authors commit to using it. (Some other Free Software Foundation software is | ||
19 | covered by the GNU Library General Public License instead.) You can apply it to | ||
20 | your programs, too. | ||
21 | |||
22 | When we speak of free software, we are referring to freedom, not price. Our | ||
23 | General Public Licenses are designed to make sure that you have the freedom to | ||
24 | distribute copies of free software (and charge for this service if you wish), | ||
25 | that you receive source code or can get it if you want it, that you can change | ||
26 | the software or use pieces of it in new free programs; and that you know you | ||
27 | can do these things. | ||
28 | |||
29 | To protect your rights, we need to make restrictions that forbid anyone to deny | ||
30 | you these rights or to ask you to surrender the rights. These restrictions | ||
31 | translate to certain responsibilities for you if you distribute copies of the | ||
32 | software, or if you modify it. | ||
33 | |||
34 | For example, if you distribute copies of such a program, whether gratis or for | ||
35 | a fee, you must give the recipients all the rights that you have. You must | ||
36 | make sure that they, too, receive or can get the source code. And you must | ||
37 | show them these terms so they know their rights. | ||
38 | |||
39 | We protect your rights with two steps: (1) copyright the software, and (2) | ||
40 | offer you this license which gives you legal permission to copy, distribute | ||
41 | and/or modify the software. | ||
42 | |||
43 | Also, for each author's protection and ours, we want to make certain that | ||
44 | everyone understands that there is no warranty for this free software. If the | ||
45 | software is modified by someone else and passed on, we want its recipients to | ||
46 | know that what they have is not the original, so that any problems introduced | ||
47 | by others will not reflect on the original authors' reputations. | ||
48 | |||
49 | Finally, any free program is threatened constantly by software patents. We | ||
50 | wish to avoid the danger that redistributors of a free program will | ||
51 | individually obtain patent licenses, in effect making the program proprietary. | ||
52 | To prevent this, we have made it clear that any patent must be licensed for | ||
53 | everyone's free use or not licensed at all. | ||
54 | |||
55 | The precise terms and conditions for copying, distribution and modification | ||
56 | follow. | ||
57 | |||
58 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
59 | |||
60 | 0. This License applies to any program or other work which contains a notice | ||
61 | placed by the copyright holder saying it may be distributed under the terms of | ||
62 | this General Public License. The "Program", below, refers to any such program | ||
63 | or work, and a "work based on the Program" means either the Program or any | ||
64 | derivative work under copyright law: that is to say, a work containing the | ||
65 | Program or a portion of it, either verbatim or with modifications and/or | ||
66 | translated into another language. (Hereinafter, translation is included | ||
67 | without limitation in the term "modification".) Each licensee is addressed as | ||
68 | "you". | ||
69 | |||
70 | Activities other than copying, distribution and modification are not covered by | ||
71 | this License; they are outside its scope. The act of running the Program is | ||
72 | not restricted, and the output from the Program is covered only if its contents | ||
73 | constitute a work based on the Program (independent of having been made by | ||
74 | running the Program). Whether that is true depends on what the Program does. | ||
75 | |||
76 | 1. You may copy and distribute verbatim copies of the Program's source code as | ||
77 | you receive it, in any medium, provided that you conspicuously and | ||
78 | appropriately publish on each copy an appropriate copyright notice and | ||
79 | disclaimer of warranty; keep intact all the notices that refer to this License | ||
80 | and to the absence of any warranty; and give any other recipients of the | ||
81 | Program a copy of this License along with the Program. | ||
82 | |||
83 | You may charge a fee for the physical act of transferring a copy, and you may | ||
84 | at your option offer warranty protection in exchange for a fee. | ||
85 | |||
86 | 2. You may modify your copy or copies of the Program or any portion of it, thus | ||
87 | forming a work based on the Program, and copy and distribute such modifications | ||
88 | or work under the terms of Section 1 above, provided that you also meet all of | ||
89 | these conditions: | ||
90 | |||
91 | a) You must cause the modified files to carry prominent notices stating | ||
92 | that you changed the files and the date of any change. | ||
93 | |||
94 | b) You must cause any work that you distribute or publish, that in whole or | ||
95 | in part contains or is derived from the Program or any part thereof, to be | ||
96 | licensed as a whole at no charge to all third parties under the terms of | ||
97 | this License. | ||
98 | |||
99 | c) If the modified program normally reads commands interactively when run, | ||
100 | you must cause it, when started running for such interactive use in the | ||
101 | most ordinary way, to print or display an announcement including an | ||
102 | appropriate copyright notice and a notice that there is no warranty (or | ||
103 | else, saying that you provide a warranty) and that users may redistribute | ||
104 | the program under these conditions, and telling the user how to view a copy | ||
105 | of this License. (Exception: if the Program itself is interactive but does | ||
106 | not normally print such an announcement, your work based on the Program is | ||
107 | not required to print an announcement.) | ||
108 | |||
109 | These requirements apply to the modified work as a whole. If identifiable | ||
110 | sections of that work are not derived from the Program, and can be reasonably | ||
111 | considered independent and separate works in themselves, then this License, and | ||
112 | its terms, do not apply to those sections when you distribute them as separate | ||
113 | works. But when you distribute the same sections as part of a whole which is a | ||
114 | work based on the Program, the distribution of the whole must be on the terms | ||
115 | of this License, whose permissions for other licensees extend to the entire | ||
116 | whole, and thus to each and every part regardless of who wrote it. | ||
117 | |||
118 | Thus, it is not the intent of this section to claim rights or contest your | ||
119 | rights to work written entirely by you; rather, the intent is to exercise the | ||
120 | right to control the distribution of derivative or collective works based on | ||
121 | the Program. | ||
122 | |||
123 | In addition, mere aggregation of another work not based on the Program with the | ||
124 | Program (or with a work based on the Program) on a volume of a storage or | ||
125 | distribution medium does not bring the other work under the scope of this | ||
126 | License. | ||
127 | |||
128 | 3. You may copy and distribute the Program (or a work based on it, under | ||
129 | Section 2) in object code or executable form under the terms of Sections 1 and | ||
130 | 2 above provided that you also do one of the following: | ||
131 | |||
132 | a) Accompany it with the complete corresponding machine-readable source | ||
133 | code, which must be distributed under the terms of Sections 1 and 2 above | ||
134 | on a medium customarily used for software interchange; or, | ||
135 | |||
136 | b) Accompany it with a written offer, valid for at least three years, to | ||
137 | give any third party, for a charge no more than your cost of physically | ||
138 | performing source distribution, a complete machine-readable copy of the | ||
139 | corresponding source code, to be distributed under the terms of Sections 1 | ||
140 | and 2 above on a medium customarily used for software interchange; or, | ||
141 | |||
142 | c) Accompany it with the information you received as to the offer to | ||
143 | distribute corresponding source code. (This alternative is allowed only | ||
144 | for noncommercial distribution and only if you received the program in | ||
145 | object code or executable form with such an offer, in accord with | ||
146 | Subsection b above.) | ||
147 | |||
148 | The source code for a work means the preferred form of the work for making | ||
149 | modifications to it. For an executable work, complete source code means all | ||
150 | the source code for all modules it contains, plus any associated interface | ||
151 | definition files, plus the scripts used to control compilation and installation | ||
152 | of the executable. However, as a special exception, the source code | ||
153 | distributed need not include anything that is normally distributed (in either | ||
154 | source or binary form) with the major components (compiler, kernel, and so on) | ||
155 | of the operating system on which the executable runs, unless that component | ||
156 | itself accompanies the executable. | ||
157 | |||
158 | If distribution of executable or object code is made by offering access to copy | ||
159 | from a designated place, then offering equivalent access to copy the source | ||
160 | code from the same place counts as distribution of the source code, even though | ||
161 | third parties are not compelled to copy the source along with the object code. | ||
162 | |||
163 | 4. You may not copy, modify, sublicense, or distribute the Program except as | ||
164 | expressly provided under this License. Any attempt otherwise to copy, modify, | ||
165 | sublicense or distribute the Program is void, and will automatically terminate | ||
166 | your rights under this License. However, parties who have received copies, or | ||
167 | rights, from you under this License will not have their licenses terminated so | ||
168 | long as such parties remain in full compliance. | ||
169 | |||
170 | 5. You are not required to accept this License, since you have not signed it. | ||
171 | However, nothing else grants you permission to modify or distribute the Program | ||
172 | or its derivative works. These actions are prohibited by law if you do not | ||
173 | accept this License. Therefore, by modifying or distributing the Program (or | ||
174 | any work based on the Program), you indicate your acceptance of this License to | ||
175 | do so, and all its terms and conditions for copying, distributing or modifying | ||
176 | the Program or works based on it. | ||
177 | |||
178 | 6. Each time you redistribute the Program (or any work based on the Program), | ||
179 | the recipient automatically receives a license from the original licensor to | ||
180 | copy, distribute or modify the Program subject to these terms and conditions. | ||
181 | You may not impose any further restrictions on the recipients' exercise of the | ||
182 | rights granted herein. You are not responsible for enforcing compliance by | ||
183 | third parties to this License. | ||
184 | |||
185 | 7. If, as a consequence of a court judgment or allegation of patent | ||
186 | infringement or for any other reason (not limited to patent issues), conditions | ||
187 | are imposed on you (whether by court order, agreement or otherwise) that | ||
188 | contradict the conditions of this License, they do not excuse you from the | ||
189 | conditions of this License. If you cannot distribute so as to satisfy | ||
190 | simultaneously your obligations under this License and any other pertinent | ||
191 | obligations, then as a consequence you may not distribute the Program at all. | ||
192 | For example, if a patent license would not permit royalty-free redistribution | ||
193 | of the Program by all those who receive copies directly or indirectly through | ||
194 | you, then the only way you could satisfy both it and this License would be to | ||
195 | refrain entirely from distribution of the Program. | ||
196 | |||
197 | If any portion of this section is held invalid or unenforceable under any | ||
198 | particular circumstance, the balance of the section is intended to apply and | ||
199 | the section as a whole is intended to apply in other circumstances. | ||
200 | |||
201 | It is not the purpose of this section to induce you to infringe any patents or | ||
202 | other property right claims or to contest validity of any such claims; this | ||
203 | section has the sole purpose of protecting the integrity of the free software | ||
204 | distribution system, which is implemented by public license practices. Many | ||
205 | people have made generous contributions to the wide range of software | ||
206 | distributed through that system in reliance on consistent application of that | ||
207 | system; it is up to the author/donor to decide if he or she is willing to | ||
208 | distribute software through any other system and a licensee cannot impose that | ||
209 | choice. | ||
210 | |||
211 | This section is intended to make thoroughly clear what is believed to be a | ||
212 | consequence of the rest of this License. | ||
213 | |||
214 | 8. If the distribution and/or use of the Program is restricted in certain | ||
215 | countries either by patents or by copyrighted interfaces, the original | ||
216 | copyright holder who places the Program under this License may add an explicit | ||
217 | geographical distribution limitation excluding those countries, so that | ||
218 | distribution is permitted only in or among countries not thus excluded. In | ||
219 | such case, this License incorporates the limitation as if written in the body | ||
220 | of this License. | ||
221 | |||
222 | 9. The Free Software Foundation may publish revised and/or new versions of the | ||
223 | General Public License from time to time. Such new versions will be similar in | ||
224 | spirit to the present version, but may differ in detail to address new problems | ||
225 | or concerns. | ||
226 | |||
227 | Each version is given a distinguishing version number. If the Program | ||
228 | specifies a version number of this License which applies to it and "any later | ||
229 | version", you have the option of following the terms and conditions either of | ||
230 | that version or of any later version published by the Free Software Foundation. | ||
231 | If the Program does not specify a version number of this License, you may | ||
232 | choose any version ever published by the Free Software Foundation. | ||
233 | |||
234 | 10. If you wish to incorporate parts of the Program into other free programs | ||
235 | whose distribution conditions are different, write to the author to ask for | ||
236 | permission. For software which is copyrighted by the Free Software Foundation, | ||
237 | write to the Free Software Foundation; we sometimes make exceptions for this. | ||
238 | Our decision will be guided by the two goals of preserving the free status of | ||
239 | all derivatives of our free software and of promoting the sharing and reuse of | ||
240 | software generally. | ||
241 | |||
242 | NO WARRANTY | ||
243 | |||
244 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR | ||
245 | THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE | ||
246 | STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE | ||
247 | PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, | ||
248 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
249 | FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND | ||
250 | PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, | ||
251 | YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | ||
252 | |||
253 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL | ||
254 | ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE | ||
255 | PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | ||
256 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR | ||
257 | INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA | ||
258 | BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A | ||
259 | FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER | ||
260 | OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
261 | |||
262 | END OF TERMS AND CONDITIONS | ||
263 | |||
264 | How to Apply These Terms to Your New Programs | ||
265 | |||
266 | If you develop a new program, and you want it to be of the greatest possible | ||
267 | use to the public, the best way to achieve this is to make it free software | ||
268 | which everyone can redistribute and change under these terms. | ||
269 | |||
270 | To do so, attach the following notices to the program. It is safest to attach | ||
271 | them to the start of each source file to most effectively convey the exclusion | ||
272 | of warranty; and each file should have at least the "copyright" line and a | ||
273 | pointer to where the full notice is found. | ||
274 | |||
275 | One line to give the program's name and a brief idea of what it does. | ||
276 | |||
277 | Copyright (C) <year> <name of author> | ||
278 | |||
279 | This program is free software; you can redistribute it and/or modify it | ||
280 | under the terms of the GNU General Public License as published by the Free | ||
281 | Software Foundation; either version 2 of the License, or (at your option) | ||
282 | any later version. | ||
283 | |||
284 | This program is distributed in the hope that it will be useful, but WITHOUT | ||
285 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
286 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
287 | more details. | ||
288 | |||
289 | You should have received a copy of the GNU General Public License along | ||
290 | with this program; if not, write to the Free Software Foundation, Inc., | ||
291 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
292 | |||
293 | Also add information on how to contact you by electronic and paper mail. | ||
294 | |||
295 | If the program is interactive, make it output a short notice like this when it | ||
296 | starts in an interactive mode: | ||
297 | |||
298 | Gnomovision version 69, Copyright (C) year name of author Gnomovision comes | ||
299 | with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free | ||
300 | software, and you are welcome to redistribute it under certain conditions; | ||
301 | type 'show c' for details. | ||
302 | |||
303 | The hypothetical commands 'show w' and 'show c' should show the appropriate | ||
304 | parts of the General Public License. Of course, the commands you use may be | ||
305 | called something other than 'show w' and 'show c'; they could even be | ||
306 | mouse-clicks or menu items--whatever suits your program. | ||
307 | |||
308 | You should also get your employer (if you work as a programmer) or your school, | ||
309 | if any, to sign a "copyright disclaimer" for the program, if necessary. Here | ||
310 | is a sample; alter the names: | ||
311 | |||
312 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program | ||
313 | 'Gnomovision' (which makes passes at compilers) written by James Hacker. | ||
314 | |||
315 | signature of Ty Coon, 1 April 1989 | ||
316 | |||
317 | Ty Coon, President of Vice | ||
318 | |||
319 | This General Public License does not permit incorporating your program into | ||
320 | proprietary programs. If your program is a subroutine library, you may | ||
321 | consider it more useful to permit linking proprietary applications with the | ||
322 | library. If this is what you want to do, use the GNU Library General Public | ||
323 | License instead of this License. | ||
324 | |||
325 | |||
326 | "CLASSPATH" EXCEPTION TO THE GPL | ||
327 | |||
328 | Certain source files distributed by Oracle America and/or its affiliates are | ||
329 | subject to the following clarification and special exception to the GPL, but | ||
330 | only where Oracle has expressly included in the particular source file's header | ||
331 | the words "Oracle designates this particular file as subject to the "Classpath" | ||
332 | exception as provided by Oracle in the LICENSE file that accompanied this code." | ||
333 | |||
334 | Linking this library statically or dynamically with other modules is making | ||
335 | a combined work based on this library. Thus, the terms and conditions of | ||
336 | the GNU General Public License cover the whole combination. | ||
337 | |||
338 | As a special exception, the copyright holders of this library give you | ||
339 | permission to link this library with independent modules to produce an | ||
340 | executable, regardless of the license terms of these independent modules, | ||
341 | and to copy and distribute the resulting executable under terms of your | ||
342 | choice, provided that you also meet, for each linked independent module, | ||
343 | the terms and conditions of the license of that module. An independent | ||
344 | module is a module which is not derived from or based on this library. If | ||
345 | you modify this library, you may extend this exception to your version of | ||
346 | the library, but you are not obligated to do so. If you do not wish to do | ||
347 | so, delete this exception statement from your version. | ||
diff --git a/doc/legal/dejavufonts.md b/doc/legal/dejavufonts.md new file mode 100644 index 0000000..8c9e3cf --- /dev/null +++ b/doc/legal/dejavufonts.md | |||
@@ -0,0 +1,191 @@ | |||
1 | ## DejaVu fonts v2.37 | ||
2 | |||
3 | ### DejaVu License | ||
4 | <pre> | ||
5 | Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. | ||
6 | Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) | ||
7 | |||
8 | |||
9 | Bitstream Vera Fonts Copyright | ||
10 | ------------------------------ | ||
11 | |||
12 | Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is | ||
13 | a trademark of Bitstream, Inc. | ||
14 | |||
15 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
16 | of the fonts accompanying this license ("Fonts") and associated | ||
17 | documentation files (the "Font Software"), to reproduce and distribute the | ||
18 | Font Software, including without limitation the rights to use, copy, merge, | ||
19 | publish, distribute, and/or sell copies of the Font Software, and to permit | ||
20 | persons to whom the Font Software is furnished to do so, subject to the | ||
21 | following conditions: | ||
22 | |||
23 | The above copyright and trademark notices and this permission notice shall | ||
24 | be included in all copies of one or more of the Font Software typefaces. | ||
25 | |||
26 | The Font Software may be modified, altered, or added to, and in particular | ||
27 | the designs of glyphs or characters in the Fonts may be modified and | ||
28 | additional glyphs or characters may be added to the Fonts, only if the fonts | ||
29 | are renamed to names not containing either the words "Bitstream" or the word | ||
30 | "Vera". | ||
31 | |||
32 | This License becomes null and void to the extent applicable to Fonts or Font | ||
33 | Software that has been modified and is distributed under the "Bitstream | ||
34 | Vera" names. | ||
35 | |||
36 | The Font Software may be sold as part of a larger software package but no | ||
37 | copy of one or more of the Font Software typefaces may be sold by itself. | ||
38 | |||
39 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
40 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, | ||
41 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, | ||
42 | TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME | ||
43 | FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING | ||
44 | ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, | ||
45 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF | ||
46 | THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE | ||
47 | FONT SOFTWARE. | ||
48 | |||
49 | Except as contained in this notice, the names of Gnome, the Gnome | ||
50 | Foundation, and Bitstream Inc., shall not be used in advertising or | ||
51 | otherwise to promote the sale, use or other dealings in this Font Software | ||
52 | without prior written authorization from the Gnome Foundation or Bitstream | ||
53 | Inc., respectively. For further information, contact: fonts at gnome dot | ||
54 | org. | ||
55 | |||
56 | Arev Fonts Copyright | ||
57 | ------------------------------ | ||
58 | |||
59 | Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. | ||
60 | |||
61 | Permission is hereby granted, free of charge, to any person obtaining | ||
62 | a copy of the fonts accompanying this license ("Fonts") and | ||
63 | associated documentation files (the "Font Software"), to reproduce | ||
64 | and distribute the modifications to the Bitstream Vera Font Software, | ||
65 | including without limitation the rights to use, copy, merge, publish, | ||
66 | distribute, and/or sell copies of the Font Software, and to permit | ||
67 | persons to whom the Font Software is furnished to do so, subject to | ||
68 | the following conditions: | ||
69 | |||
70 | The above copyright and trademark notices and this permission notice | ||
71 | shall be included in all copies of one or more of the Font Software | ||
72 | typefaces. | ||
73 | |||
74 | The Font Software may be modified, altered, or added to, and in | ||
75 | particular the designs of glyphs or characters in the Fonts may be | ||
76 | modified and additional glyphs or characters may be added to the | ||
77 | Fonts, only if the fonts are renamed to names not containing either | ||
78 | the words "Tavmjong Bah" or the word "Arev". | ||
79 | |||
80 | This License becomes null and void to the extent applicable to Fonts | ||
81 | or Font Software that has been modified and is distributed under the | ||
82 | "Tavmjong Bah Arev" names. | ||
83 | |||
84 | The Font Software may be sold as part of a larger software package but | ||
85 | no copy of one or more of the Font Software typefaces may be sold by | ||
86 | itself. | ||
87 | |||
88 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
89 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF | ||
90 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT | ||
91 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL | ||
92 | TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
93 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL | ||
94 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
95 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM | ||
96 | OTHER DEALINGS IN THE FONT SOFTWARE. | ||
97 | |||
98 | Except as contained in this notice, the name of Tavmjong Bah shall not | ||
99 | be used in advertising or otherwise to promote the sale, use or other | ||
100 | dealings in this Font Software without prior written authorization | ||
101 | from Tavmjong Bah. For further information, contact: tavmjong @ free | ||
102 | . fr. | ||
103 | |||
104 | TeX Gyre DJV Math | ||
105 | ----------------- | ||
106 | Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. | ||
107 | |||
108 | Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski | ||
109 | (on behalf of TeX users groups) are in public domain. | ||
110 | |||
111 | Letters imported from Euler Fraktur from AMSfonts are (c) American | ||
112 | Mathematical Society (see below). | ||
113 | Bitstream Vera Fonts Copyright | ||
114 | Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera | ||
115 | is a trademark of Bitstream, Inc. | ||
116 | |||
117 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
118 | of the fonts accompanying this license ("Fonts") and associated | ||
119 | documentation | ||
120 | files (the "Font Software"), to reproduce and distribute the Font Software, | ||
121 | including without limitation the rights to use, copy, merge, publish, | ||
122 | distribute, | ||
123 | and/or sell copies of the Font Software, and to permit persons to whom | ||
124 | the Font Software is furnished to do so, subject to the following | ||
125 | conditions: | ||
126 | |||
127 | The above copyright and trademark notices and this permission notice | ||
128 | shall be | ||
129 | included in all copies of one or more of the Font Software typefaces. | ||
130 | |||
131 | The Font Software may be modified, altered, or added to, and in particular | ||
132 | the designs of glyphs or characters in the Fonts may be modified and | ||
133 | additional | ||
134 | glyphs or characters may be added to the Fonts, only if the fonts are | ||
135 | renamed | ||
136 | to names not containing either the words "Bitstream" or the word "Vera". | ||
137 | |||
138 | This License becomes null and void to the extent applicable to Fonts or | ||
139 | Font Software | ||
140 | that has been modified and is distributed under the "Bitstream Vera" | ||
141 | names. | ||
142 | |||
143 | The Font Software may be sold as part of a larger software package but | ||
144 | no copy | ||
145 | of one or more of the Font Software typefaces may be sold by itself. | ||
146 | |||
147 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
148 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, | ||
149 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, | ||
150 | TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME | ||
151 | FOUNDATION | ||
152 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, | ||
153 | SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN | ||
154 | ACTION | ||
155 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR | ||
156 | INABILITY TO USE | ||
157 | THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. | ||
158 | Except as contained in this notice, the names of GNOME, the GNOME | ||
159 | Foundation, | ||
160 | and Bitstream Inc., shall not be used in advertising or otherwise to promote | ||
161 | the sale, use or other dealings in this Font Software without prior written | ||
162 | authorization from the GNOME Foundation or Bitstream Inc., respectively. | ||
163 | For further information, contact: fonts at gnome dot org. | ||
164 | |||
165 | AMSFonts (v. 2.2) copyright | ||
166 | |||
167 | The PostScript Type 1 implementation of the AMSFonts produced by and | ||
168 | previously distributed by Blue Sky Research and Y&Y, Inc. are now freely | ||
169 | available for general use. This has been accomplished through the | ||
170 | cooperation | ||
171 | of a consortium of scientific publishers with Blue Sky Research and Y&Y. | ||
172 | Members of this consortium include: | ||
173 | |||
174 | Elsevier Science IBM Corporation Society for Industrial and Applied | ||
175 | Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS) | ||
176 | |||
177 | In order to assure the authenticity of these fonts, copyright will be | ||
178 | held by | ||
179 | the American Mathematical Society. This is not meant to restrict in any way | ||
180 | the legitimate use of the fonts, such as (but not limited to) electronic | ||
181 | distribution of documents containing these fonts, inclusion of these fonts | ||
182 | into other public domain or commercial font collections or computer | ||
183 | applications, use of the outline data to create derivative fonts and/or | ||
184 | faces, etc. However, the AMS does require that the AMS copyright notice be | ||
185 | removed from any derivative versions of the fonts which have been altered in | ||
186 | any way. In addition, to ensure the fidelity of TeX documents using Computer | ||
187 | Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces, | ||
188 | has requested that any alterations which yield different font metrics be | ||
189 | given a different name. | ||
190 | |||
191 | </pre> | ||
diff --git a/doc/legal/jquery.md b/doc/legal/jquery.md new file mode 100644 index 0000000..a763ec6 --- /dev/null +++ b/doc/legal/jquery.md | |||
@@ -0,0 +1,26 @@ | |||
1 | ## jQuery v3.7.1 | ||
2 | |||
3 | ### jQuery License | ||
4 | ``` | ||
5 | jQuery v 3.7.1 | ||
6 | Copyright OpenJS Foundation and other contributors, https://openjsf.org/ | ||
7 | |||
8 | Permission is hereby granted, free of charge, to any person obtaining | ||
9 | a copy of this software and associated documentation files (the | ||
10 | "Software"), to deal in the Software without restriction, including | ||
11 | without limitation the rights to use, copy, modify, merge, publish, | ||
12 | distribute, sublicense, and/or sell copies of the Software, and to | ||
13 | permit persons to whom the Software is furnished to do so, subject to | ||
14 | the following conditions: | ||
15 | |||
16 | The above copyright notice and this permission notice shall be | ||
17 | included in all copies or substantial portions of the Software. | ||
18 | |||
19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
20 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
21 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
22 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
23 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
24 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
25 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
26 | ``` | ||
diff --git a/doc/legal/jqueryUI.md b/doc/legal/jqueryUI.md new file mode 100644 index 0000000..8bda9d7 --- /dev/null +++ b/doc/legal/jqueryUI.md | |||
@@ -0,0 +1,49 @@ | |||
1 | ## jQuery UI v1.13.2 | ||
2 | |||
3 | ### jQuery UI License | ||
4 | ``` | ||
5 | Copyright jQuery Foundation and other contributors, https://jquery.org/ | ||
6 | |||
7 | This software consists of voluntary contributions made by many | ||
8 | individuals. For exact contribution history, see the revision history | ||
9 | available at https://github.com/jquery/jquery-ui | ||
10 | |||
11 | The following license applies to all parts of this software except as | ||
12 | documented below: | ||
13 | |||
14 | ==== | ||
15 | |||
16 | Permission is hereby granted, free of charge, to any person obtaining | ||
17 | a copy of this software and associated documentation files (the | ||
18 | "Software"), to deal in the Software without restriction, including | ||
19 | without limitation the rights to use, copy, modify, merge, publish, | ||
20 | distribute, sublicense, and/or sell copies of the Software, and to | ||
21 | permit persons to whom the Software is furnished to do so, subject to | ||
22 | the following conditions: | ||
23 | |||
24 | The above copyright notice and this permission notice shall be | ||
25 | included in all copies or substantial portions of the Software. | ||
26 | |||
27 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
28 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
29 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
30 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
31 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
32 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
33 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
34 | |||
35 | ==== | ||
36 | |||
37 | Copyright and related rights for sample code are waived via CC0. Sample | ||
38 | code is defined as all source code contained within the demos directory. | ||
39 | |||
40 | CC0: http://creativecommons.org/publicdomain/zero/1.0/ | ||
41 | |||
42 | ==== | ||
43 | |||
44 | All files located in the node_modules and external directories are | ||
45 | externally maintained libraries used by this software which have their | ||
46 | own licenses; we recommend you read them, as their terms may differ from | ||
47 | the terms above. | ||
48 | |||
49 | ``` | ||
diff --git a/doc/member-search-index.js b/doc/member-search-index.js new file mode 100644 index 0000000..b5c0aea --- /dev/null +++ b/doc/member-search-index.js | |||
@@ -0,0 +1 @@ | |||
memberSearchIndex = [{"p":"dao","c":"SQLexecutor","l":"executeQuery(String, Object...)","u":"executeQuery(java.lang.String,java.lang.Object...)"},{"p":"dao","c":"JDBC","l":"getConnection()"},{"p":"dao","c":"ResultObject","l":"getData()"},{"p":"dao","c":"JDBC","l":"JDBC()","u":"%3Cinit%3E()"},{"p":"dao","c":"ResultObject","l":"ResultObject(ResultSet)","u":"%3Cinit%3E(java.sql.ResultSet)"},{"p":"dao","c":"JDBC","l":"setDBMS(String)","u":"setDBMS(java.lang.String)"},{"p":"dao","c":"JDBC","l":"setDbName(String)","u":"setDbName(java.lang.String)"},{"p":"dao","c":"JDBC","l":"setHost(String)","u":"setHost(java.lang.String)"},{"p":"dao","c":"JDBC","l":"setInfos(String, String, String, String, String)","u":"setInfos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"dao","c":"JDBC","l":"setLogin(String)","u":"setLogin(java.lang.String)"},{"p":"dao","c":"JDBC","l":"setPassword(String)","u":"setPassword(java.lang.String)"},{"p":"dao","c":"JDBC","l":"setStrUrl()"},{"p":"dao","c":"SQLexecutor","l":"SQLexecutor()","u":"%3Cinit%3E()"}];updateSearchResults(); \ No newline at end of file | |||
diff --git a/doc/module-search-index.js b/doc/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/doc/module-search-index.js | |||
@@ -0,0 +1 @@ | |||
moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file | |||
diff --git a/doc/overview-summary.html b/doc/overview-summary.html new file mode 100644 index 0000000..5ca3614 --- /dev/null +++ b/doc/overview-summary.html | |||
@@ -0,0 +1,26 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:00:19 CET 2025 --> | ||
5 | <title>Generated Documentation (Untitled)</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="index redirect"> | ||
10 | <meta name="generator" content="javadoc/IndexRedirectWriter"> | ||
11 | <link rel="canonical" href="index.html"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript">window.location.replace('index.html')</script> | ||
14 | <noscript> | ||
15 | <meta http-equiv="Refresh" content="0;index.html"> | ||
16 | </noscript> | ||
17 | </head> | ||
18 | <body class="index-redirect-page"> | ||
19 | <main role="main"> | ||
20 | <noscript> | ||
21 | <p>JavaScript is disabled on your browser.</p> | ||
22 | </noscript> | ||
23 | <p><a href="index.html">index.html</a></p> | ||
24 | </main> | ||
25 | </body> | ||
26 | </html> | ||
diff --git a/doc/overview-tree.html b/doc/overview-tree.html new file mode 100644 index 0000000..3fef8df --- /dev/null +++ b/doc/overview-tree.html | |||
@@ -0,0 +1,78 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>Class Hierarchy</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="class tree"> | ||
10 | <meta name="generator" content="javadoc/TreeWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="tree-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="dao/package-summary.html">Package</a></li> | ||
32 | <li class="nav-bar-cell1-rev">Tree</li> | ||
33 | <li><a href="index-files/index-1.html">Index</a></li> | ||
34 | <li><a href="search.html">Search</a></li> | ||
35 | <li><a href="help-doc.html#tree">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | <div class="nav-list-search"> | ||
43 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
44 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
45 | </div> | ||
46 | </div> | ||
47 | </div> | ||
48 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
49 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
50 | </header> | ||
51 | <div class="main-grid"> | ||
52 | <main role="main"> | ||
53 | <div class="header"> | ||
54 | <h1 class="title">Hierarchy For All Packages</h1> | ||
55 | </div> | ||
56 | <span class="package-hierarchy-label">Package Hierarchies:</span> | ||
57 | <ul class="horizontal contents-list"> | ||
58 | <li><a href="dao/package-tree.html">dao</a></li> | ||
59 | </ul> | ||
60 | <section class="hierarchy"> | ||
61 | <h2 title="Class Hierarchy">Class Hierarchy</h2> | ||
62 | <ul> | ||
63 | <li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> | ||
64 | <ul> | ||
65 | <li class="circle">dao.<a href="dao/JDBC.html" class="type-name-link" title="class in dao">JDBC</a> | ||
66 | <ul> | ||
67 | <li class="circle">dao.<a href="dao/SQLexecutor.html" class="type-name-link" title="class in dao">SQLexecutor</a></li> | ||
68 | </ul> | ||
69 | </li> | ||
70 | <li class="circle">dao.<a href="dao/ResultObject.html" class="type-name-link" title="class in dao">ResultObject</a></li> | ||
71 | </ul> | ||
72 | </li> | ||
73 | </ul> | ||
74 | </section> | ||
75 | </main> | ||
76 | </div> | ||
77 | </body> | ||
78 | </html> | ||
diff --git a/doc/package-search-index.js b/doc/package-search-index.js new file mode 100644 index 0000000..67cc5e9 --- /dev/null +++ b/doc/package-search-index.js | |||
@@ -0,0 +1 @@ | |||
packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"dao"}];updateSearchResults(); \ No newline at end of file | |||
diff --git a/doc/package-summary.html b/doc/package-summary.html new file mode 100644 index 0000000..86cde49 --- /dev/null +++ b/doc/package-summary.html | |||
@@ -0,0 +1,87 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:00:19 CET 2025 --> | ||
5 | <title>Unnamed Package</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="declaration: package: <unnamed>"> | ||
10 | <meta name="generator" content="javadoc/PackageWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="package-declaration-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="index.html">Overview</a></li> | ||
32 | <li class="nav-bar-cell1-rev">Package</li> | ||
33 | <li><a href="package-use.html">Use</a></li> | ||
34 | <li><a href="package-tree.html">Tree</a></li> | ||
35 | <li><a href="index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="search.html">Search</a></li> | ||
37 | <li><a href="help-doc.html#package">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="package-summary.html" class="current-selection">Unnamed Package</a></li> | ||
45 | </ol> | ||
46 | <div class="nav-list-search"> | ||
47 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
48 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
49 | </div> | ||
50 | </div> | ||
51 | </div> | ||
52 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
53 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
54 | </header> | ||
55 | <div class="main-grid"> | ||
56 | <nav role="navigation" class="toc" aria-label="Table of contents"> | ||
57 | <div class="toc-header">Contents</div> | ||
58 | <button class="hide-sidebar"><span>Hide sidebar </span>❮</button><button class="show-sidebar">❯<span> Show sidebar</span></button> | ||
59 | <ol class="toc-list"> | ||
60 | <li><a href="#" tabindex="0">Description</a></li> | ||
61 | <li><a href="#class-summary" tabindex="0">Classes and Interfaces</a></li> | ||
62 | </ol> | ||
63 | </nav> | ||
64 | <main role="main"> | ||
65 | <div class="header"> | ||
66 | <h1 title="Unnamed Package" class="title">Unnamed Package</h1> | ||
67 | </div> | ||
68 | <hr> | ||
69 | <section class="summary"> | ||
70 | <ul class="summary-list"> | ||
71 | <li> | ||
72 | <div id="class-summary"> | ||
73 | <div class="caption"><span>Classes</span></div> | ||
74 | <div class="summary-table two-column-summary"> | ||
75 | <div class="table-header col-first">Class</div> | ||
76 | <div class="table-header col-last">Description</div> | ||
77 | <div class="col-first even-row-color class-summary class-summary-tab2"><a href="DAO_Test.html" title="class in Unnamed Package">DAO_Test</a></div> | ||
78 | <div class="col-last even-row-color class-summary class-summary-tab2"> </div> | ||
79 | </div> | ||
80 | </div> | ||
81 | </li> | ||
82 | </ul> | ||
83 | </section> | ||
84 | </main> | ||
85 | </div> | ||
86 | </body> | ||
87 | </html> | ||
diff --git a/doc/package-tree.html b/doc/package-tree.html new file mode 100644 index 0000000..078998c --- /dev/null +++ b/doc/package-tree.html | |||
@@ -0,0 +1,77 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:00:19 CET 2025 --> | ||
5 | <title> Class Hierarchy</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="tree: package: <unnamed>"> | ||
10 | <meta name="generator" content="javadoc/PackageTreeWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="package-tree-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="index.html">Overview</a></li> | ||
32 | <li><a href="package-summary.html">Package</a></li> | ||
33 | <li><a href="package-use.html">Use</a></li> | ||
34 | <li class="nav-bar-cell1-rev">Tree</li> | ||
35 | <li><a href="index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="search.html">Search</a></li> | ||
37 | <li><a href="help-doc.html#tree">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="package-summary.html" class="current-selection">Unnamed Package</a></li> | ||
45 | </ol> | ||
46 | <div class="nav-list-search"> | ||
47 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
48 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
49 | </div> | ||
50 | </div> | ||
51 | </div> | ||
52 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
53 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
54 | </header> | ||
55 | <div class="main-grid"> | ||
56 | <main role="main"> | ||
57 | <div class="header"> | ||
58 | <h1 class="title">Hierarchy For Unnamed Package</h1> | ||
59 | </div> | ||
60 | <span class="package-hierarchy-label">Package Hierarchies:</span> | ||
61 | <ul class="horizontal contents-list"> | ||
62 | <li><a href="overview-tree.html">All Packages</a></li> | ||
63 | </ul> | ||
64 | <section class="hierarchy"> | ||
65 | <h2 title="Class Hierarchy">Class Hierarchy</h2> | ||
66 | <ul> | ||
67 | <li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> | ||
68 | <ul> | ||
69 | <li class="circle"><a href="DAO_Test.html" class="type-name-link" title="class in Unnamed Package">DAO_Test</a></li> | ||
70 | </ul> | ||
71 | </li> | ||
72 | </ul> | ||
73 | </section> | ||
74 | </main> | ||
75 | </div> | ||
76 | </body> | ||
77 | </html> | ||
diff --git a/doc/package-use.html b/doc/package-use.html new file mode 100644 index 0000000..33d3b65 --- /dev/null +++ b/doc/package-use.html | |||
@@ -0,0 +1,63 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:00:19 CET 2025 --> | ||
5 | <title>Uses of Package </title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="use: package: <unnamed>"> | ||
10 | <meta name="generator" content="javadoc/PackageUseWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="package-use-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="index.html">Overview</a></li> | ||
32 | <li><a href="package-summary.html">Package</a></li> | ||
33 | <li class="nav-bar-cell1-rev">Use</li> | ||
34 | <li><a href="package-tree.html">Tree</a></li> | ||
35 | <li><a href="index-files/index-1.html">Index</a></li> | ||
36 | <li><a href="search.html">Search</a></li> | ||
37 | <li><a href="help-doc.html#use">Help</a></li> | ||
38 | </ul> | ||
39 | </div> | ||
40 | </div> | ||
41 | <div class="sub-nav"> | ||
42 | <div class="nav-content"> | ||
43 | <ol class="sub-nav-list"> | ||
44 | <li><a href="package-summary.html" class="current-selection">Unnamed Package</a></li> | ||
45 | </ol> | ||
46 | <div class="nav-list-search"> | ||
47 | <input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
48 | <input type="reset" id="reset-search" disabled value="Reset"> | ||
49 | </div> | ||
50 | </div> | ||
51 | </div> | ||
52 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
53 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
54 | </header> | ||
55 | <div class="main-grid"> | ||
56 | <main role="main"> | ||
57 | <div class="header"> | ||
58 | <h1 title="Uses of Package" class="title">Uses of Package<br></h1> | ||
59 | </div> | ||
60 | No usage of Unnamed Package</main> | ||
61 | </div> | ||
62 | </body> | ||
63 | </html> | ||
diff --git a/doc/resource-files/copy.svg b/doc/resource-files/copy.svg new file mode 100644 index 0000000..b07ac7e --- /dev/null +++ b/doc/resource-files/copy.svg | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | |||
3 | <!-- | ||
4 | Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved. | ||
5 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
6 | |||
7 | Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
8 | --> | ||
9 | |||
10 | <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 380 460" fill="#505050"> | ||
11 | <path | ||
12 | d="M 346,8 H 108 C 90,8 75,23 75,41 v 316 c 0,18 15,33 33,33 h 238 c 18,0 33,-15 33,-33 V 41 C 379,23 364,8 346,8 Z m -8,344 H 116 c -2,0 -3,-1 -3,-3 V 49 c 0,-2 1,-3 3,-3 h 222 c 2,0 3,1 3,3 v 300 h 10e-4 c 0,2 -1,3 -3,3 z"/> | ||
13 | <path | ||
14 | d="m 290,389 v 26 h 10e-4 c 0,2 -1,3 -3,3 H 49 c -2,0 -3,-1 -3,-3 V 99 c 0,-2 1,-3 3,-3 h 27 v 0 l -5e-4,-38 H 41 C 23,58 8,73 8,91 v 332 c 10e-4,18 15,33 33,33 h 254 c 18,0 33,-15 33,-33 v -34"/> | ||
15 | </svg> | ||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff b/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff new file mode 100644 index 0000000..63a79c0 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff2 b/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff2 new file mode 100644 index 0000000..0665554 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff b/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff new file mode 100644 index 0000000..dead290 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2 new file mode 100644 index 0000000..89328f3 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff b/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff new file mode 100644 index 0000000..6c62443 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2 new file mode 100644 index 0000000..8a50fa1 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans.woff b/doc/resource-files/fonts/DejaVuLGCSans.woff new file mode 100644 index 0000000..a0f1efa --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSans.woff2 b/doc/resource-files/fonts/DejaVuLGCSans.woff2 new file mode 100644 index 0000000..fecdbd8 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSans.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff b/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff new file mode 100644 index 0000000..9f646ba --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2 new file mode 100644 index 0000000..346de2d --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff b/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff new file mode 100644 index 0000000..7a6b3ac --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2 new file mode 100644 index 0000000..ede24ef --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff b/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff new file mode 100644 index 0000000..892833b --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2 new file mode 100644 index 0000000..9e90514 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono.woff b/doc/resource-files/fonts/DejaVuLGCSansMono.woff new file mode 100644 index 0000000..e94e844 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono.woff2 new file mode 100644 index 0000000..9460c05 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSansMono.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff b/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff new file mode 100644 index 0000000..0f38846 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2 new file mode 100644 index 0000000..d65a5e9 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff b/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff new file mode 100644 index 0000000..63fd5e3 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2 new file mode 100644 index 0000000..e29307e --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff b/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff new file mode 100644 index 0000000..5df6d00 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2 new file mode 100644 index 0000000..61ff146 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif.woff b/doc/resource-files/fonts/DejaVuLGCSerif.woff new file mode 100644 index 0000000..280e378 --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif.woff | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/DejaVuLGCSerif.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif.woff2 new file mode 100644 index 0000000..bbd32cd --- /dev/null +++ b/doc/resource-files/fonts/DejaVuLGCSerif.woff2 | |||
Binary files differ | |||
diff --git a/doc/resource-files/fonts/dejavu.css b/doc/resource-files/fonts/dejavu.css new file mode 100644 index 0000000..b450caa --- /dev/null +++ b/doc/resource-files/fonts/dejavu.css | |||
@@ -0,0 +1,104 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved. | ||
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
4 | * | ||
5 | * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
6 | */ | ||
7 | |||
8 | /* DejaVu fonts v2.37 */ | ||
9 | |||
10 | @font-face { | ||
11 | font-family: 'DejaVu Sans Mono'; | ||
12 | src: url('DejaVuLGCSansMono.woff2') format('woff2'), | ||
13 | url('DejaVuLGCSansMono.woff') format('woff'); | ||
14 | font-weight: normal; | ||
15 | font-style: normal; | ||
16 | } | ||
17 | |||
18 | @font-face { | ||
19 | font-family: 'DejaVu Sans Mono'; | ||
20 | src: url('DejaVuLGCSansMono-Oblique.woff2') format('woff2'), | ||
21 | url('DejaVuLGCSansMono-Oblique.woff') format('woff'); | ||
22 | font-weight: normal; | ||
23 | font-style: italic; | ||
24 | } | ||
25 | |||
26 | @font-face { | ||
27 | font-family: 'DejaVu Sans Mono'; | ||
28 | src: url('DejaVuLGCSansMono-Bold.woff2') format('woff2'), | ||
29 | url('DejaVuLGCSansMono-Bold.woff') format('woff'); | ||
30 | font-weight: bold; | ||
31 | font-style: normal; | ||
32 | } | ||
33 | |||
34 | @font-face { | ||
35 | font-family: 'DejaVu Sans Mono'; | ||
36 | src: url('DejaVuLGCSansMono-BoldOblique.woff2') format('woff2'), | ||
37 | url('DejaVuLGCSansMono-BoldOblique.woff') format('woff'); | ||
38 | font-weight: bold; | ||
39 | font-style: italic; | ||
40 | } | ||
41 | |||
42 | @font-face { | ||
43 | font-family: 'DejaVu Sans'; | ||
44 | src: url('DejaVuLGCSans.woff2') format('woff2'), | ||
45 | url('DejaVuLGCSans.woff') format('woff'); | ||
46 | font-weight: normal; | ||
47 | font-style: normal; | ||
48 | } | ||
49 | |||
50 | @font-face { | ||
51 | font-family: 'DejaVu Sans'; | ||
52 | src: url('DejaVuLGCSans-Oblique.woff2') format('woff2'), | ||
53 | url('DejaVuLGCSans-Oblique.woff') format('woff'); | ||
54 | font-weight: normal; | ||
55 | font-style: italic; | ||
56 | } | ||
57 | |||
58 | @font-face { | ||
59 | font-family: 'DejaVu Sans'; | ||
60 | src: url('DejaVuLGCSans-Bold.woff2') format('woff2'), | ||
61 | url('DejaVuLGCSans-Bold.woff') format('woff'); | ||
62 | font-weight: bold; | ||
63 | font-style: normal; | ||
64 | } | ||
65 | |||
66 | @font-face { | ||
67 | font-family: 'DejaVu Sans'; | ||
68 | src: url('DejaVuLGCSans-BoldOblique.woff2') format('woff2'), | ||
69 | url('DejaVuLGCSans-BoldOblique.woff') format('woff'); | ||
70 | font-weight: bold; | ||
71 | font-style: italic; | ||
72 | } | ||
73 | |||
74 | @font-face { | ||
75 | font-family: 'DejaVu Serif'; | ||
76 | src: url('DejaVuLGCSerif.woff2') format('woff2'), | ||
77 | url('DejaVuLGCSerif.woff') format('woff'); | ||
78 | font-weight: normal; | ||
79 | font-style: normal; | ||
80 | } | ||
81 | |||
82 | @font-face { | ||
83 | font-family: 'DejaVu Serif'; | ||
84 | src: url('DejaVuLGCSerif-Italic.woff2') format('woff2'), | ||
85 | url('DejaVuLGCSerif-Italic.woff') format('woff'); | ||
86 | font-weight: normal; | ||
87 | font-style: italic; | ||
88 | } | ||
89 | |||
90 | @font-face { | ||
91 | font-family: 'DejaVu Serif'; | ||
92 | src: url('DejaVuLGCSerif-Bold.woff2') format('woff2'), | ||
93 | url('DejaVuLGCSerif-Bold.woff') format('woff'); | ||
94 | font-weight: bold; | ||
95 | font-style: normal; | ||
96 | } | ||
97 | |||
98 | @font-face { | ||
99 | font-family: 'DejaVu Serif'; | ||
100 | src: url('DejaVuLGCSerif-BoldItalic.woff2') format('woff2'), | ||
101 | url('DejaVuLGCSerif-BoldItalic.woff') format('woff'); | ||
102 | font-weight: bold; | ||
103 | font-style: italic; | ||
104 | } | ||
diff --git a/doc/resource-files/glass.png b/doc/resource-files/glass.png new file mode 100644 index 0000000..a7f591f --- /dev/null +++ b/doc/resource-files/glass.png | |||
Binary files differ | |||
diff --git a/doc/resource-files/jquery-ui.min.css b/doc/resource-files/jquery-ui.min.css new file mode 100644 index 0000000..693327f --- /dev/null +++ b/doc/resource-files/jquery-ui.min.css | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! jQuery UI - v1.13.2 - 2023-02-27 | ||
2 | * http://jqueryui.com | ||
3 | * Includes: core.css, autocomplete.css, menu.css | ||
4 | * Copyright jQuery Foundation and other contributors; Licensed MIT */ | ||
5 | |||
6 | .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0} \ No newline at end of file | ||
diff --git a/doc/resource-files/link.svg b/doc/resource-files/link.svg new file mode 100644 index 0000000..2bbac38 --- /dev/null +++ b/doc/resource-files/link.svg | |||
@@ -0,0 +1,13 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | |||
3 | <!-- | ||
4 | Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved. | ||
5 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
6 | |||
7 | Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
8 | --> | ||
9 | |||
10 | <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="#505050"> | ||
11 | <path d="M32 239.3c18.2 16.7 57.1 15.4 74.5-1.7l30.9-32c8.3-8.8 4.8-15.1.7-19.9-4.7-3-12-8.1-20.4.5l-29.4 29.6a29.4 29.4 0 0 1-39.4.9l-8-7c-8.8-9.4-11-28.3-.8-38.8l49.8-51.3c7.2-6.6 21.3-10 36.1-2.4 6.9 5.4 15.6 15.7 26 6.2 9.9-11.2 2.9-20.4-10-29.3-18.7-12.6-52-14.8-70.4 3.8L17 154.2c-20 20.2-11.3 58 1.7 71.5a69 69 0 0 0 13.2 13.6z"/> | ||
12 | <path d="M223.2 17.5c-18.4-16.6-57.3-15.3-74.6 2l-30.8 31.9c-8.3 9-4.8 15.2-.7 20 4.8 3 12.1 8 20.5-.6 4.8-5 29.3-29.6 29.3-29.6a29.4 29.4 0 0 1 39.4-1l8 6.8c8.8 9.5 11 28.3.9 38.9l-49.6 51.4c-7.2 6.7-21.3 10.1-36.1 2.6-7-5.4-15.7-15.7-26.1-6.2-9.8 11.2-2.8 20.4 10.2 29.3 18.7 12.5 52 14.7 70.3-4l54.4-56.5c20-20.3 11.2-58-1.9-71.5a69 69 0 0 0-13.2-13.5Z"/> | ||
13 | </svg> | ||
diff --git a/doc/resource-files/stylesheet.css b/doc/resource-files/stylesheet.css new file mode 100644 index 0000000..8086e0d --- /dev/null +++ b/doc/resource-files/stylesheet.css | |||
@@ -0,0 +1,1461 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved. | ||
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
4 | * | ||
5 | * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
6 | */ | ||
7 | |||
8 | /* | ||
9 | * Javadoc style sheet | ||
10 | */ | ||
11 | |||
12 | @import url('fonts/dejavu.css'); | ||
13 | |||
14 | /* | ||
15 | * These CSS custom properties (variables) define the core color and font | ||
16 | * properties used in this stylesheet. | ||
17 | */ | ||
18 | :root { | ||
19 | /* body, block and code fonts */ | ||
20 | --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; | ||
21 | --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; | ||
22 | --code-font-family: 'DejaVu Sans Mono', monospace; | ||
23 | /* Base font sizes for body and code elements */ | ||
24 | --body-font-size: 14px; | ||
25 | --block-font-size: 14px; | ||
26 | --code-font-size: 14px; | ||
27 | --nav-font-size: 13.2px; | ||
28 | /* Line height for continuous text blocks */ | ||
29 | --block-line-height: 1.4em; | ||
30 | /* Text colors for body and block elements */ | ||
31 | --body-text-color: #353833; | ||
32 | --block-text-color: #474747; | ||
33 | /* Background colors for various structural elements */ | ||
34 | --body-background-color: #ffffff; | ||
35 | --section-background-color: #f8f8f8; | ||
36 | --detail-background-color: #ffffff; | ||
37 | /* Colors for navigation bar and table captions */ | ||
38 | --navbar-background-color: #4D7A97; | ||
39 | --navbar-text-color: #ffffff; | ||
40 | /* Background color for subnavigation and various headers */ | ||
41 | --subnav-background-color: #dee3e9; | ||
42 | /* Background and text colors for selected tabs and navigation items */ | ||
43 | --selected-background-color: #f8981d; | ||
44 | --selected-text-color: #253441; | ||
45 | --selected-link-color: #1f389c; | ||
46 | /* Background colors for generated tables */ | ||
47 | --even-row-color: #ffffff; | ||
48 | --odd-row-color: #eeeeef; | ||
49 | /* Text color for page title */ | ||
50 | --title-color: #2c4557; | ||
51 | /* Text colors for links */ | ||
52 | --link-color: #4A6782; | ||
53 | --link-color-active: #bb7a2a; | ||
54 | /* Snippet colors */ | ||
55 | --snippet-background-color: #ebecee; | ||
56 | --snippet-text-color: var(--block-text-color); | ||
57 | --snippet-highlight-color: #f7c590; | ||
58 | /* Border colors for structural elements and user defined tables */ | ||
59 | --border-color: #ededed; | ||
60 | --table-border-color: #000000; | ||
61 | /* Search input colors */ | ||
62 | --search-input-background-color: #ffffff; | ||
63 | --search-input-text-color: #000000; | ||
64 | --search-input-placeholder-color: #909090; | ||
65 | /* Highlight color for active search tag target */ | ||
66 | --search-tag-highlight-color: #ffff00; | ||
67 | /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ | ||
68 | --copy-icon-brightness: 100%; | ||
69 | --copy-button-background-color-active: rgba(168, 168, 176, 0.3); | ||
70 | /* Colors for invalid tag notifications */ | ||
71 | --invalid-tag-background-color: #ffe6e6; | ||
72 | --invalid-tag-text-color: #000000; | ||
73 | /* Navigation bar dimensions */ | ||
74 | --top-nav-height: 44px; | ||
75 | --sub-nav-height: 34px; | ||
76 | --nav-height: calc(var(--top-nav-height) + var(--sub-nav-height)); | ||
77 | scroll-behavior: smooth; | ||
78 | } | ||
79 | /* | ||
80 | * Styles for individual HTML elements. | ||
81 | * | ||
82 | * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular | ||
83 | * HTML element throughout the page. | ||
84 | */ | ||
85 | body { | ||
86 | background-color:var(--body-background-color); | ||
87 | color:var(--body-text-color); | ||
88 | font-family:var(--body-font-family); | ||
89 | font-size:var(--body-font-size); | ||
90 | margin:0; | ||
91 | padding:0; | ||
92 | height:100%; | ||
93 | width:100%; | ||
94 | } | ||
95 | main [id] { | ||
96 | scroll-margin-top: calc(var(--nav-height) + 6px); | ||
97 | } | ||
98 | a:link, a:visited { | ||
99 | text-decoration:none; | ||
100 | color:var(--link-color); | ||
101 | } | ||
102 | a[href]:hover, a[href]:active { | ||
103 | text-decoration:none; | ||
104 | color:var(--link-color-active); | ||
105 | } | ||
106 | pre { | ||
107 | font-family:var(--code-font-family); | ||
108 | font-size:var(--code-font-size); | ||
109 | } | ||
110 | h1 { | ||
111 | font-size:1.428em; | ||
112 | } | ||
113 | h2 { | ||
114 | font-size:1.285em; | ||
115 | } | ||
116 | h3 { | ||
117 | font-size:1.14em; | ||
118 | } | ||
119 | h4 { | ||
120 | font-size:1.072em; | ||
121 | } | ||
122 | h5 { | ||
123 | font-size:1.001em; | ||
124 | } | ||
125 | h6 { | ||
126 | font-size:0.93em; | ||
127 | } | ||
128 | /* Disable font boosting for selected elements */ | ||
129 | h1, h2, h3, h4, h5, h6, div.member-signature { | ||
130 | max-height: 1000em; | ||
131 | } | ||
132 | ul { | ||
133 | list-style-type:disc; | ||
134 | } | ||
135 | code, tt { | ||
136 | font-family:var(--code-font-family); | ||
137 | } | ||
138 | :not(h1, h2, h3, h4, h5, h6) > code, | ||
139 | :not(h1, h2, h3, h4, h5, h6) > tt { | ||
140 | font-size:var(--code-font-size); | ||
141 | line-height:1.4em; | ||
142 | } | ||
143 | dt code { | ||
144 | font-family:var(--code-font-family); | ||
145 | font-size:1em; | ||
146 | padding-top:4px; | ||
147 | } | ||
148 | .summary-table dt code { | ||
149 | font-family:var(--code-font-family); | ||
150 | font-size:1em; | ||
151 | vertical-align:top; | ||
152 | padding-top:4px; | ||
153 | } | ||
154 | sup { | ||
155 | font-size:8px; | ||
156 | } | ||
157 | button { | ||
158 | font-family: var(--body-font-family); | ||
159 | font-size: 1em; | ||
160 | } | ||
161 | hr { | ||
162 | border-color: #aaa; | ||
163 | } | ||
164 | /* | ||
165 | * Styles for HTML generated by javadoc. | ||
166 | * | ||
167 | * These are style classes that are used by the standard doclet to generate HTML documentation. | ||
168 | */ | ||
169 | |||
170 | /* | ||
171 | * Styles for document title and copyright. | ||
172 | */ | ||
173 | .about-language { | ||
174 | flex: 0 0 auto; | ||
175 | padding:0 20px; | ||
176 | margin:0; | ||
177 | font-size:0.915em; | ||
178 | max-width: 50%; | ||
179 | white-space: nowrap; | ||
180 | } | ||
181 | .legal-copy { | ||
182 | } | ||
183 | /* | ||
184 | * Styles for navigation bar. | ||
185 | */ | ||
186 | @media screen { | ||
187 | header { | ||
188 | position:sticky; | ||
189 | top:0; | ||
190 | z-index:2; | ||
191 | background: var(--body-background-color); | ||
192 | } | ||
193 | } | ||
194 | .nav-content { | ||
195 | display:flex; | ||
196 | flex-direction: row; | ||
197 | align-items: center; | ||
198 | width: 100%; | ||
199 | height: 100%; | ||
200 | } | ||
201 | .top-nav { | ||
202 | background-color:var(--navbar-background-color); | ||
203 | color:var(--navbar-text-color); | ||
204 | width:100%; | ||
205 | height:var(--top-nav-height); | ||
206 | overflow:visible; | ||
207 | font-size:0.857em; | ||
208 | position:relative; | ||
209 | } | ||
210 | .top-nav nav.toc { | ||
211 | display: none; | ||
212 | flex-direction: column; | ||
213 | } | ||
214 | .top-nav nav.toc button.show-sidebar, | ||
215 | .top-nav nav.toc button.hide-sidebar { | ||
216 | display: none; | ||
217 | } | ||
218 | button#navbar-toggle-button { | ||
219 | display:none; | ||
220 | } | ||
221 | ul.nav-list { | ||
222 | display:inline-flex; | ||
223 | margin:0; | ||
224 | padding-left:4px; | ||
225 | flex: 1 1 auto; | ||
226 | white-space: nowrap; | ||
227 | } | ||
228 | ul.nav-list li { | ||
229 | list-style:none; | ||
230 | padding: 5px 6px; | ||
231 | text-transform:uppercase; | ||
232 | height: 1.2em; | ||
233 | } | ||
234 | div.sub-nav { | ||
235 | background-color:var(--subnav-background-color); | ||
236 | width:100%; | ||
237 | overflow:hidden; | ||
238 | font-size:var(--nav-font-size); | ||
239 | height: var(--sub-nav-height); | ||
240 | } | ||
241 | ol.sub-nav-list { | ||
242 | flex: 1 1 90%; | ||
243 | line-height: 1.8em; | ||
244 | display: inline-flex; | ||
245 | overflow: auto; | ||
246 | scroll-snap-type: x mandatory; | ||
247 | scroll-padding-left: 13px; | ||
248 | scrollbar-width: none; | ||
249 | padding-left:6px; | ||
250 | white-space: nowrap; | ||
251 | margin:0; | ||
252 | } | ||
253 | ol.sub-nav-list::-webkit-scrollbar { | ||
254 | display: none; | ||
255 | } | ||
256 | ol.sub-nav-list li { | ||
257 | list-style:none; | ||
258 | scroll-snap-align: start; | ||
259 | } | ||
260 | ol.sub-nav-list li:not(:first-child) { | ||
261 | list-style-type: " > "; | ||
262 | margin-left: 20px; | ||
263 | } | ||
264 | ol.sub-nav-list a { | ||
265 | padding: 3px; | ||
266 | } | ||
267 | ol.sub-nav-list a.current-selection { | ||
268 | background-color: var(--section-background-color); | ||
269 | border-radius: 4px; | ||
270 | } | ||
271 | .sub-nav .nav-list-search { | ||
272 | flex: 1 1 10%; | ||
273 | margin:0; | ||
274 | padding:6px; | ||
275 | position:relative; | ||
276 | white-space: nowrap; | ||
277 | } | ||
278 | .top-nav .nav-list a:link, .top-nav .nav-list a:active, .top-nav .nav-list a:visited { | ||
279 | color:var(--navbar-text-color); | ||
280 | text-decoration:none; | ||
281 | text-transform:uppercase; | ||
282 | } | ||
283 | .top-nav .nav-list a:hover { | ||
284 | color:var(--link-color-active); | ||
285 | } | ||
286 | .nav-bar-cell1-rev { | ||
287 | background-color:var(--selected-background-color); | ||
288 | color:var(--selected-text-color); | ||
289 | margin: 0 5px; | ||
290 | } | ||
291 | .skip-nav { | ||
292 | position:absolute; | ||
293 | top:auto; | ||
294 | left:-9999px; | ||
295 | overflow:hidden; | ||
296 | } | ||
297 | /* | ||
298 | * Hide navigation links and search box in print layout | ||
299 | */ | ||
300 | @media print { | ||
301 | ul.nav-list, div.sub-nav { | ||
302 | display:none; | ||
303 | } | ||
304 | } | ||
305 | /* | ||
306 | * Styles for page header. | ||
307 | */ | ||
308 | .title { | ||
309 | color:var(--title-color); | ||
310 | margin:10px 0; | ||
311 | } | ||
312 | .sub-title { | ||
313 | margin:5px 0 0 0; | ||
314 | } | ||
315 | ul.contents-list { | ||
316 | margin: 0 0 15px 0; | ||
317 | padding: 0; | ||
318 | list-style: none; | ||
319 | } | ||
320 | ul.contents-list li { | ||
321 | font-size:0.93em; | ||
322 | } | ||
323 | /* | ||
324 | * Styles for headings. | ||
325 | */ | ||
326 | body.class-declaration-page .summary h2, | ||
327 | body.class-declaration-page .details h2, | ||
328 | body.class-use-page h2, | ||
329 | body.module-declaration-page .block-list h2 { | ||
330 | font-style: italic; | ||
331 | padding:0; | ||
332 | margin:15px 0; | ||
333 | overflow-x:auto; | ||
334 | } | ||
335 | body.class-declaration-page .summary h3, | ||
336 | body.class-declaration-page .details h3 { | ||
337 | background-color:var(--subnav-background-color); | ||
338 | border:1px solid var(--border-color); | ||
339 | margin:0 0 6px -8px; | ||
340 | padding:7px 5px; | ||
341 | overflow-x:auto; | ||
342 | } | ||
343 | /* | ||
344 | * Styles for page layout containers. | ||
345 | */ | ||
346 | .main-grid { | ||
347 | display: flex; | ||
348 | flex-direction: row; | ||
349 | } | ||
350 | .main-grid main { | ||
351 | flex: 2.6 1 0; | ||
352 | min-width: 240px | ||
353 | } | ||
354 | .main-grid nav.toc { | ||
355 | flex: 1 1 0; | ||
356 | min-width: 240px; | ||
357 | } | ||
358 | main { | ||
359 | clear:both; | ||
360 | padding:10px 20px; | ||
361 | position:relative; | ||
362 | } | ||
363 | section[id$=-description] :is(dl, ol, ul, p, div, blockquote, pre):last-child, | ||
364 | section[id$=-description] :is(dl, ol, ul):last-child > :is(li, dd):last-child { | ||
365 | margin-bottom:4px; | ||
366 | } | ||
367 | dl.notes > dt { | ||
368 | font-family: var(--body-font-family); | ||
369 | font-size:0.856em; | ||
370 | font-weight:bold; | ||
371 | margin:10px 0 0 0; | ||
372 | color:var(--body-text-color); | ||
373 | } | ||
374 | dl.notes > dd { | ||
375 | margin:5px 10px 10px 15px; | ||
376 | font-size:var(--block-font-size); | ||
377 | font-family:var(--block-font-family); | ||
378 | } | ||
379 | dl.notes > dd > ul, dl.notes > dd > ol { | ||
380 | margin-bottom: 1em; | ||
381 | margin-top: 1em; | ||
382 | } | ||
383 | dl.name-value > dt { | ||
384 | margin-left:1px; | ||
385 | font-size:1.1em; | ||
386 | display:inline; | ||
387 | font-weight:bold; | ||
388 | } | ||
389 | dl.name-value > dd { | ||
390 | margin:0 0 0 1px; | ||
391 | font-size:1.1em; | ||
392 | display:inline; | ||
393 | } | ||
394 | /* | ||
395 | * Styles for table of contents. | ||
396 | */ | ||
397 | .main-grid nav.toc { | ||
398 | background-color: var(--section-background-color); | ||
399 | border-right: 1px solid var(--border-color); | ||
400 | position: sticky; | ||
401 | top: calc(var(--nav-height)); | ||
402 | max-height: calc(100vh - var(--nav-height)); | ||
403 | display: flex; | ||
404 | flex-direction: column; | ||
405 | font-family: var(--body-font-family); | ||
406 | z-index: 1; | ||
407 | } | ||
408 | .main-grid nav.toc div.toc-header { | ||
409 | background-color: var(--section-background-color); | ||
410 | border-right: 1px solid var(--border-color); | ||
411 | top: var(--nav-height); | ||
412 | z-index: 1; | ||
413 | padding: 15px 20px; | ||
414 | } | ||
415 | .main-grid nav.toc > ol.toc-list { | ||
416 | max-height: calc(100vh - var(--nav-height) - 100px); | ||
417 | padding-left: 12px; | ||
418 | } | ||
419 | .main-grid nav.toc button { | ||
420 | position: absolute; | ||
421 | bottom: 16px; | ||
422 | z-index: 3; | ||
423 | background-color: var(--section-background-color); | ||
424 | color: #666666; | ||
425 | font-size: 0.76rem; | ||
426 | border: none; | ||
427 | cursor: pointer; | ||
428 | padding: 6px 10px; | ||
429 | white-space: nowrap; | ||
430 | } | ||
431 | .main-grid nav.toc button.hide-sidebar { | ||
432 | right: 0; | ||
433 | } | ||
434 | .main-grid nav.toc button.show-sidebar { | ||
435 | left: 0; | ||
436 | display: none; | ||
437 | } | ||
438 | .main-grid nav.toc button span { | ||
439 | display: none; | ||
440 | } | ||
441 | .main-grid nav.toc button:hover { | ||
442 | color: var(--body-text-color); | ||
443 | border: 1px solid var(--subnav-background-color); | ||
444 | } | ||
445 | .main-grid nav.toc button:active { | ||
446 | background-color: var(--subnav-background-color); | ||
447 | color: var(--link-color-active); | ||
448 | } | ||
449 | .main-grid nav.toc button:hover span, | ||
450 | .main-grid nav.toc button:active span { | ||
451 | display: inline; | ||
452 | } | ||
453 | .main-grid nav.toc button:hover { | ||
454 | box-shadow: 1px 1px 5px rgba(0,0,0,0.2); | ||
455 | } | ||
456 | .main-grid nav.toc.hide-sidebar { | ||
457 | min-width: revert; | ||
458 | max-width: 28px; | ||
459 | } | ||
460 | .main-grid nav.toc.hide-sidebar div.toc-header, | ||
461 | .main-grid nav.toc.hide-sidebar ol.toc-list, | ||
462 | .main-grid nav.toc.hide-sidebar button.hide-sidebar { | ||
463 | display: none; | ||
464 | } | ||
465 | .main-grid nav.toc.hide-sidebar button.show-sidebar { | ||
466 | display: inline; | ||
467 | } | ||
468 | nav.toc div.toc-header { | ||
469 | padding: 15px; | ||
470 | display: inline-flex; | ||
471 | align-items: center; | ||
472 | color: var(--body-text-color); | ||
473 | background-color: var(--body-background-color); | ||
474 | font-size: 0.856em; | ||
475 | font-weight: bold; | ||
476 | white-space: nowrap; | ||
477 | overflow-x: hidden; | ||
478 | position: sticky; | ||
479 | min-height: 20px; | ||
480 | } | ||
481 | nav.toc > ol.toc-list { | ||
482 | overflow: hidden auto; | ||
483 | overscroll-behavior: contain; | ||
484 | } | ||
485 | nav.toc ol.toc-list { | ||
486 | list-style: none; | ||
487 | padding-left: 8px; | ||
488 | margin: 0; | ||
489 | } | ||
490 | nav.toc ol.toc-list ol.toc-list { | ||
491 | margin-left: 8px; | ||
492 | } | ||
493 | nav.toc ol.toc-list li { | ||
494 | margin: 0; | ||
495 | font-size: var(--nav-font-size); | ||
496 | overflow-x: hidden; | ||
497 | } | ||
498 | a.current-selection { | ||
499 | font-weight: bold; | ||
500 | } | ||
501 | nav.toc a { | ||
502 | display: block; | ||
503 | padding: 8px; | ||
504 | } | ||
505 | nav.toc a.current-selection { | ||
506 | background-color: var(--subnav-background-color); | ||
507 | } | ||
508 | /* | ||
509 | * Styles for lists. | ||
510 | */ | ||
511 | li.circle { | ||
512 | list-style:circle; | ||
513 | } | ||
514 | ul.horizontal li { | ||
515 | display:inline; | ||
516 | font-size:0.9em; | ||
517 | } | ||
518 | div.inheritance { | ||
519 | margin:0; | ||
520 | padding:0; | ||
521 | } | ||
522 | div.inheritance div.inheritance { | ||
523 | margin-left:2em; | ||
524 | } | ||
525 | main > div.inheritance { | ||
526 | overflow-x:auto; | ||
527 | } | ||
528 | ul.block-list, | ||
529 | ul.details-list, | ||
530 | ul.member-list, | ||
531 | ul.summary-list { | ||
532 | margin:4px 0 10px 0; | ||
533 | padding:0; | ||
534 | } | ||
535 | ul.block-list > li, | ||
536 | ul.details-list > li, | ||
537 | ul.member-list > li, | ||
538 | ul.summary-list > li { | ||
539 | list-style:none; | ||
540 | margin-bottom:15px; | ||
541 | line-height:1.4; | ||
542 | } | ||
543 | ul.ref-list { | ||
544 | padding:0; | ||
545 | margin:0; | ||
546 | } | ||
547 | ul.ref-list > li { | ||
548 | list-style:none; | ||
549 | } | ||
550 | .summary-table dl, .summary-table dl dt, .summary-table dl dd { | ||
551 | margin-top:0; | ||
552 | margin-bottom:1px; | ||
553 | } | ||
554 | dl.notes > dd > ul.tag-list, dl.notes > dd > ul.tag-list-long { | ||
555 | padding-left: 0; | ||
556 | margin: 0; | ||
557 | list-style: none; | ||
558 | } | ||
559 | ul.tag-list li { | ||
560 | display: inline; | ||
561 | } | ||
562 | ul.tag-list li:not(:last-child):after, | ||
563 | ul.tag-list-long li:not(:last-child):after | ||
564 | { | ||
565 | content: ", "; | ||
566 | white-space: pre-wrap; | ||
567 | } | ||
568 | ul.preview-feature-list { | ||
569 | list-style: none; | ||
570 | margin:0; | ||
571 | padding:0.1em; | ||
572 | line-height: 1.6em; | ||
573 | } | ||
574 | /* | ||
575 | * Styles for tables. | ||
576 | */ | ||
577 | .summary-table, .details-table { | ||
578 | width:100%; | ||
579 | border-spacing:0; | ||
580 | border:1px solid var(--border-color); | ||
581 | border-top:0; | ||
582 | padding:0; | ||
583 | } | ||
584 | .caption { | ||
585 | position:relative; | ||
586 | text-align:left; | ||
587 | background-repeat:no-repeat; | ||
588 | color:var(--selected-text-color); | ||
589 | clear:none; | ||
590 | overflow:hidden; | ||
591 | padding: 10px 0 0 1px; | ||
592 | margin:0; | ||
593 | } | ||
594 | .caption a:link, .caption a:visited { | ||
595 | color:var(--selected-link-color); | ||
596 | } | ||
597 | .caption a:hover, | ||
598 | .caption a:active { | ||
599 | color:var(--navbar-text-color); | ||
600 | } | ||
601 | .caption span { | ||
602 | font-weight:bold; | ||
603 | white-space:nowrap; | ||
604 | padding:5px 12px 7px 12px; | ||
605 | display:inline-block; | ||
606 | float:left; | ||
607 | background-color:var(--selected-background-color); | ||
608 | border: none; | ||
609 | height:16px; | ||
610 | } | ||
611 | div.table-tabs { | ||
612 | padding: 10px 0 0 1px; | ||
613 | margin: 0; | ||
614 | } | ||
615 | div.table-tabs > button { | ||
616 | border: none; | ||
617 | cursor: pointer; | ||
618 | padding: 5px 12px 7px 12px; | ||
619 | font-weight: bold; | ||
620 | margin-right: 8px; | ||
621 | } | ||
622 | div.table-tabs > .active-table-tab { | ||
623 | background: var(--selected-background-color); | ||
624 | color: var(--selected-text-color); | ||
625 | } | ||
626 | div.table-tabs > button.table-tab { | ||
627 | background: var(--navbar-background-color); | ||
628 | color: var(--navbar-text-color); | ||
629 | } | ||
630 | .two-column-search-results { | ||
631 | display: grid; | ||
632 | grid-template-columns: minmax(400px, max-content) minmax(400px, auto); | ||
633 | } | ||
634 | div.checkboxes { | ||
635 | line-height: 2em; | ||
636 | } | ||
637 | div.checkboxes > span { | ||
638 | margin-left: 10px; | ||
639 | } | ||
640 | div.checkboxes > label { | ||
641 | margin-left: 8px; | ||
642 | white-space: nowrap; | ||
643 | } | ||
644 | div.checkboxes > label > input { | ||
645 | margin: 0 2px; | ||
646 | } | ||
647 | .two-column-summary { | ||
648 | display: grid; | ||
649 | grid-template-columns: minmax(25%, max-content) minmax(25%, auto); | ||
650 | } | ||
651 | .three-column-summary { | ||
652 | display: grid; | ||
653 | grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); | ||
654 | } | ||
655 | .three-column-release-summary { | ||
656 | display: grid; | ||
657 | grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); | ||
658 | } | ||
659 | .four-column-summary { | ||
660 | display: grid; | ||
661 | grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); | ||
662 | } | ||
663 | @media screen and (max-width: 1000px) { | ||
664 | .four-column-summary { | ||
665 | display: grid; | ||
666 | grid-template-columns: minmax(15%, max-content) minmax(15%, auto); | ||
667 | } | ||
668 | } | ||
669 | @media screen and (max-width: 800px) { | ||
670 | .two-column-search-results { | ||
671 | display: grid; | ||
672 | grid-template-columns: minmax(40%, max-content) minmax(40%, auto); | ||
673 | } | ||
674 | .three-column-summary { | ||
675 | display: grid; | ||
676 | grid-template-columns: minmax(10%, max-content) minmax(25%, auto); | ||
677 | } | ||
678 | .three-column-release-summary { | ||
679 | display: grid; | ||
680 | grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) | ||
681 | } | ||
682 | .three-column-summary .col-last, | ||
683 | .three-column-release-summary .col-last{ | ||
684 | grid-column-end: span 2; | ||
685 | } | ||
686 | } | ||
687 | @media screen and (max-width: 600px) { | ||
688 | .two-column-summary { | ||
689 | display: grid; | ||
690 | grid-template-columns: 1fr; | ||
691 | } | ||
692 | } | ||
693 | .summary-table > div, .details-table > div { | ||
694 | text-align:left; | ||
695 | padding: 8px 3px 3px 7px; | ||
696 | overflow: auto hidden; | ||
697 | scrollbar-width: thin; | ||
698 | } | ||
699 | .col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { | ||
700 | vertical-align:top; | ||
701 | padding-right:0; | ||
702 | padding-top:8px; | ||
703 | padding-bottom:3px; | ||
704 | } | ||
705 | .table-header { | ||
706 | background:var(--subnav-background-color); | ||
707 | font-weight: bold; | ||
708 | } | ||
709 | /* Sortable table columns */ | ||
710 | .table-header[onclick] { | ||
711 | cursor: pointer; | ||
712 | } | ||
713 | .table-header[onclick]::after { | ||
714 | content:""; | ||
715 | display:inline-block; | ||
716 | background-image:url('data:image/svg+xml; utf8, \ | ||
717 | <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \ | ||
718 | <path d="M10.101 57.059L63.019 4.142l52.917 52.917M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.35;"/></svg>'); | ||
719 | background-size:100% 100%; | ||
720 | width:9px; | ||
721 | height:14px; | ||
722 | margin-left:4px; | ||
723 | margin-bottom:-3px; | ||
724 | } | ||
725 | .table-header[onclick].sort-asc::after { | ||
726 | background-image:url('data:image/svg+xml; utf8, \ | ||
727 | <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \ | ||
728 | <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.75;"/> \ | ||
729 | <path d="M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.35;"/></svg>'); | ||
730 | |||
731 | } | ||
732 | .table-header[onclick].sort-desc::after { | ||
733 | background-image:url('data:image/svg+xml; utf8, \ | ||
734 | <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \ | ||
735 | <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.35;"/> \ | ||
736 | <path d="M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.75;"/></svg>'); | ||
737 | } | ||
738 | .col-first, .col-first { | ||
739 | font-size:0.93em; | ||
740 | } | ||
741 | .col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { | ||
742 | font-size:0.93em; | ||
743 | } | ||
744 | .col-first, .col-second, .col-constructor-name { | ||
745 | vertical-align:top; | ||
746 | overflow: auto; | ||
747 | } | ||
748 | .col-last { | ||
749 | white-space:normal; | ||
750 | } | ||
751 | .col-first a:link, .col-first a:visited, | ||
752 | .col-second a:link, .col-second a:visited, | ||
753 | .col-first a:link, .col-first a:visited, | ||
754 | .col-second a:link, .col-second a:visited, | ||
755 | .col-constructor-name a:link, .col-constructor-name a:visited, | ||
756 | .col-summary-item-name a:link, .col-summary-item-name a:visited { | ||
757 | font-weight:bold; | ||
758 | } | ||
759 | .even-row-color, .even-row-color .table-header { | ||
760 | background-color:var(--even-row-color); | ||
761 | } | ||
762 | .odd-row-color, .odd-row-color .table-header { | ||
763 | background-color:var(--odd-row-color); | ||
764 | } | ||
765 | /* | ||
766 | * Styles for contents. | ||
767 | */ | ||
768 | div.block { | ||
769 | font-size:var(--block-font-size); | ||
770 | font-family:var(--block-font-family); | ||
771 | line-height:var(--block-line-height); | ||
772 | } | ||
773 | .col-last div { | ||
774 | padding-top:0; | ||
775 | } | ||
776 | .col-last a { | ||
777 | padding-bottom:3px; | ||
778 | } | ||
779 | .module-signature, | ||
780 | .package-signature, | ||
781 | .type-signature, | ||
782 | .member-signature { | ||
783 | font-family:var(--code-font-family); | ||
784 | font-size:1em; | ||
785 | margin:8px 0 14px 0; | ||
786 | white-space: pre-wrap; | ||
787 | } | ||
788 | .module-signature, | ||
789 | .package-signature, | ||
790 | .type-signature { | ||
791 | margin-top: 0; | ||
792 | } | ||
793 | .member-signature .type-parameters-long, | ||
794 | .member-signature .parameters, | ||
795 | .member-signature .exceptions { | ||
796 | display: inline-block; | ||
797 | vertical-align: top; | ||
798 | white-space: pre; | ||
799 | } | ||
800 | .member-signature .type-parameters { | ||
801 | white-space: normal; | ||
802 | } | ||
803 | /* | ||
804 | * Styles for formatting effect. | ||
805 | */ | ||
806 | .source-line-no { | ||
807 | /* Color of line numbers in source pages can be set via custom property below */ | ||
808 | color:var(--source-linenumber-color, green); | ||
809 | padding:0 30px 0 0; | ||
810 | } | ||
811 | .block { | ||
812 | display:block; | ||
813 | margin:0 10px 5px 0; | ||
814 | color:var(--block-text-color); | ||
815 | } | ||
816 | .deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, | ||
817 | .package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label, .restricted-label { | ||
818 | font-weight:bold; | ||
819 | } | ||
820 | .deprecation-comment, .help-footnote, .preview-comment, .restricted-comment { | ||
821 | font-style:italic; | ||
822 | } | ||
823 | .deprecation-block, .preview-block, .restricted-block { | ||
824 | font-size:1em; | ||
825 | font-family:var(--block-font-family); | ||
826 | border-style:solid; | ||
827 | border-width:thin; | ||
828 | border-radius:10px; | ||
829 | padding:10px; | ||
830 | margin-bottom:10px; | ||
831 | margin-right:10px; | ||
832 | display:inline-block; | ||
833 | } | ||
834 | div.block div.deprecation-comment { | ||
835 | font-style:normal; | ||
836 | } | ||
837 | details.invalid-tag, span.invalid-tag { | ||
838 | font-size:1em; | ||
839 | font-family:var(--block-font-family); | ||
840 | color: var(--invalid-tag-text-color); | ||
841 | background: var(--invalid-tag-background-color); | ||
842 | border: thin solid var(--table-border-color); | ||
843 | border-radius:2px; | ||
844 | padding: 2px 4px; | ||
845 | display:inline-block; | ||
846 | } | ||
847 | details summary { | ||
848 | cursor: pointer; | ||
849 | } | ||
850 | /* | ||
851 | * Styles specific to HTML5 elements. | ||
852 | */ | ||
853 | main, nav, header, footer, section { | ||
854 | display:block; | ||
855 | } | ||
856 | /* | ||
857 | * Styles for javadoc search. | ||
858 | */ | ||
859 | .ui-menu .ui-state-active { | ||
860 | /* Overrides the color of selection used in jQuery UI */ | ||
861 | background: var(--selected-background-color); | ||
862 | color: var(--selected-text-color); | ||
863 | /* Workaround for browser bug, see JDK-8275889 */ | ||
864 | margin: -1px 0; | ||
865 | border-top: 1px solid var(--selected-background-color); | ||
866 | border-bottom: 1px solid var(--selected-background-color); | ||
867 | } | ||
868 | .ui-autocomplete-category { | ||
869 | font-weight:bold; | ||
870 | font-size:15px; | ||
871 | padding:7px 0 7px 3px; | ||
872 | background-color:var(--navbar-background-color); | ||
873 | color:var(--navbar-text-color); | ||
874 | box-sizing: border-box; | ||
875 | } | ||
876 | .ui-autocomplete { | ||
877 | max-height:85%; | ||
878 | max-width:65%; | ||
879 | overflow:auto; | ||
880 | white-space:nowrap; | ||
881 | box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); | ||
882 | overscroll-behavior: contain; | ||
883 | } | ||
884 | ul.ui-autocomplete { | ||
885 | position:fixed; | ||
886 | z-index:10; | ||
887 | background-color: var(--body-background-color); | ||
888 | } | ||
889 | ul.ui-autocomplete li { | ||
890 | float:left; | ||
891 | clear:both; | ||
892 | min-width:100%; | ||
893 | box-sizing: border-box; | ||
894 | } | ||
895 | ul.ui-autocomplete li.ui-static-link { | ||
896 | position:sticky; | ||
897 | bottom:0; | ||
898 | left:0; | ||
899 | background: var(--subnav-background-color); | ||
900 | padding: 5px 0; | ||
901 | font-family: var(--body-font-family); | ||
902 | font-size: 0.93em; | ||
903 | font-weight: bolder; | ||
904 | z-index: 10; | ||
905 | } | ||
906 | li.ui-static-link a, li.ui-static-link a:visited { | ||
907 | text-decoration:none; | ||
908 | color:var(--link-color); | ||
909 | float:right; | ||
910 | margin-right:20px; | ||
911 | } | ||
912 | .ui-autocomplete .result-item { | ||
913 | font-size: inherit; | ||
914 | } | ||
915 | .ui-autocomplete .result-highlight { | ||
916 | font-weight:bold; | ||
917 | } | ||
918 | .ui-menu .ui-menu-item-wrapper { | ||
919 | padding-top: 0.4em; | ||
920 | padding-bottom: 0.4em; | ||
921 | } | ||
922 | .ui-menu .ui-menu-item-wrapper { | ||
923 | padding-top: 5px; | ||
924 | padding-bottom: 5px; | ||
925 | } | ||
926 | input[type="text"] { | ||
927 | background-image:url('glass.png'); | ||
928 | background-size:13px; | ||
929 | background-repeat:no-repeat; | ||
930 | background-position:2px 3px; | ||
931 | background-color: var(--search-input-background-color); | ||
932 | color: var(--search-input-text-color); | ||
933 | border-color: var(--border-color); | ||
934 | border-radius: 4px; | ||
935 | padding-left:20px; | ||
936 | font-size: var(--nav-font-size); | ||
937 | height: 17px; | ||
938 | } | ||
939 | input#search-input, input#page-search-input { | ||
940 | width: calc(180px + 10vw); | ||
941 | margin: 0; | ||
942 | } | ||
943 | input#search-input { | ||
944 | margin: 0 4px; | ||
945 | padding-right: 18px; | ||
946 | max-width: 340px; | ||
947 | } | ||
948 | input.filter-input { | ||
949 | width: 40%; | ||
950 | max-width: 140px; | ||
951 | margin: 0 4px; | ||
952 | padding-right: 18px; | ||
953 | } | ||
954 | input#reset-search, input.reset-filter { | ||
955 | background-color: transparent; | ||
956 | background-image:url('x.png'); | ||
957 | background-repeat:no-repeat; | ||
958 | background-size:contain; | ||
959 | border:0; | ||
960 | border-radius:0; | ||
961 | width:12px; | ||
962 | height:12px; | ||
963 | font-size:0; | ||
964 | display:none; | ||
965 | } | ||
966 | input#reset-search { | ||
967 | position:absolute; | ||
968 | right:15px; | ||
969 | top:11px; | ||
970 | } | ||
971 | input.reset-filter { | ||
972 | position: relative; | ||
973 | right: 20px; | ||
974 | top: 0; | ||
975 | } | ||
976 | input::placeholder { | ||
977 | color:var(--search-input-placeholder-color); | ||
978 | opacity: 1; | ||
979 | } | ||
980 | .search-tag-desc-result { | ||
981 | font-style:italic; | ||
982 | font-size:11px; | ||
983 | } | ||
984 | .search-tag-holder-result { | ||
985 | font-style:italic; | ||
986 | font-size:12px; | ||
987 | } | ||
988 | .search-tag-result:target { | ||
989 | background-color:var(--search-tag-highlight-color); | ||
990 | } | ||
991 | details.page-search-details { | ||
992 | display: inline-block; | ||
993 | } | ||
994 | div#result-container { | ||
995 | font-size: 1em; | ||
996 | } | ||
997 | div#result-container a.search-result-link { | ||
998 | padding: 0; | ||
999 | margin: 4px 0; | ||
1000 | width: 100%; | ||
1001 | } | ||
1002 | #result-container .result-highlight { | ||
1003 | font-weight:bolder; | ||
1004 | } | ||
1005 | .page-search-info { | ||
1006 | background-color: var(--subnav-background-color); | ||
1007 | border-radius: 3px; | ||
1008 | border: 0 solid var(--border-color); | ||
1009 | padding: 0 8px; | ||
1010 | overflow: hidden; | ||
1011 | height: 0; | ||
1012 | transition: all 0.2s ease; | ||
1013 | } | ||
1014 | div.table-tabs > button.table-tab { | ||
1015 | background: var(--navbar-background-color); | ||
1016 | color: var(--navbar-text-color); | ||
1017 | } | ||
1018 | .page-search-header { | ||
1019 | padding: 5px 12px 7px 12px; | ||
1020 | font-weight: bold; | ||
1021 | margin-right: 3px; | ||
1022 | background-color:var(--navbar-background-color); | ||
1023 | color:var(--navbar-text-color); | ||
1024 | display: inline-block; | ||
1025 | } | ||
1026 | button.page-search-header { | ||
1027 | border: none; | ||
1028 | cursor: pointer; | ||
1029 | } | ||
1030 | span#page-search-link { | ||
1031 | text-decoration: underline; | ||
1032 | } | ||
1033 | .module-graph span, .sealed-graph span { | ||
1034 | display:none; | ||
1035 | position:absolute; | ||
1036 | } | ||
1037 | .module-graph:hover span, .sealed-graph:hover span { | ||
1038 | display:block; | ||
1039 | margin: -100px 0 0 100px; | ||
1040 | z-index: 5; | ||
1041 | } | ||
1042 | .inherited-list { | ||
1043 | margin: 10px 0 10px 0; | ||
1044 | } | ||
1045 | .horizontal-scroll { | ||
1046 | overflow: auto hidden; | ||
1047 | } | ||
1048 | section.class-description { | ||
1049 | line-height: 1.4; | ||
1050 | } | ||
1051 | .summary section[class$="-summary"], .details section[class$="-details"], | ||
1052 | .class-uses .detail, .serialized-class-details { | ||
1053 | padding: 0 20px 5px 10px; | ||
1054 | border: 1px solid var(--border-color); | ||
1055 | background-color: var(--section-background-color); | ||
1056 | } | ||
1057 | .inherited-list, section[class$="-details"] .detail { | ||
1058 | padding:0 0 5px 8px; | ||
1059 | background-color:var(--detail-background-color); | ||
1060 | border:none; | ||
1061 | } | ||
1062 | .vertical-separator { | ||
1063 | padding: 0 5px; | ||
1064 | } | ||
1065 | .help-section { | ||
1066 | font-size: var(--block-font-size); | ||
1067 | line-height: var(--block-line-height); | ||
1068 | } | ||
1069 | ul.help-section-list { | ||
1070 | margin: 0; | ||
1071 | } | ||
1072 | ul.help-subtoc > li { | ||
1073 | display: inline-block; | ||
1074 | padding-right: 5px; | ||
1075 | font-size: smaller; | ||
1076 | } | ||
1077 | ul.help-subtoc > li::before { | ||
1078 | content: "\2022" ; | ||
1079 | padding-right:2px; | ||
1080 | } | ||
1081 | .help-note { | ||
1082 | font-style: italic; | ||
1083 | } | ||
1084 | /* | ||
1085 | * Indicator icon for external links. | ||
1086 | */ | ||
1087 | main a[href*="://"]::after { | ||
1088 | content:""; | ||
1089 | display:inline-block; | ||
1090 | background-image:url('data:image/svg+xml; utf8, \ | ||
1091 | <svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\ | ||
1092 | <path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \ | ||
1093 | 132-240 240 120 120 240-240 132 132V0z" fill="%234a6782"/>\ | ||
1094 | </svg>'); | ||
1095 | background-size:100% 100%; | ||
1096 | width:7px; | ||
1097 | height:7px; | ||
1098 | margin-left:2px; | ||
1099 | margin-bottom:4px; | ||
1100 | } | ||
1101 | main a[href*="://"]:hover::after, | ||
1102 | main a[href*="://"]:focus::after { | ||
1103 | background-image:url('data:image/svg+xml; utf8, \ | ||
1104 | <svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\ | ||
1105 | <path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \ | ||
1106 | 132-240 240 120 120 240-240 132 132V0z" fill="%23bb7a2a"/>\ | ||
1107 | </svg>'); | ||
1108 | } | ||
1109 | /* | ||
1110 | * Styles for header/section anchor links | ||
1111 | */ | ||
1112 | a.anchor-link { | ||
1113 | opacity: 0; | ||
1114 | transition: opacity 0.1s; | ||
1115 | } | ||
1116 | :hover > a.anchor-link { | ||
1117 | opacity: 80%; | ||
1118 | } | ||
1119 | a.anchor-link:hover, | ||
1120 | a.anchor-link:focus-visible, | ||
1121 | a.anchor-link.visible { | ||
1122 | opacity: 100%; | ||
1123 | } | ||
1124 | a.anchor-link > img { | ||
1125 | width: 0.9em; | ||
1126 | height: 0.9em; | ||
1127 | } | ||
1128 | /* | ||
1129 | * Styles for copy-to-clipboard buttons | ||
1130 | */ | ||
1131 | button.copy { | ||
1132 | opacity: 70%; | ||
1133 | border: none; | ||
1134 | border-radius: 3px; | ||
1135 | position: relative; | ||
1136 | background:none; | ||
1137 | transition: opacity 0.3s; | ||
1138 | cursor: pointer; | ||
1139 | } | ||
1140 | :hover > button.copy { | ||
1141 | opacity: 80%; | ||
1142 | } | ||
1143 | button.copy:hover, | ||
1144 | button.copy:active, | ||
1145 | button.copy:focus-visible, | ||
1146 | button.copy.visible { | ||
1147 | opacity: 100%; | ||
1148 | } | ||
1149 | button.copy img { | ||
1150 | position: relative; | ||
1151 | background: none; | ||
1152 | filter: brightness(var(--copy-icon-brightness)); | ||
1153 | } | ||
1154 | button.copy:active { | ||
1155 | background-color: var(--copy-button-background-color-active); | ||
1156 | } | ||
1157 | button.copy span { | ||
1158 | color: var(--body-text-color); | ||
1159 | position: relative; | ||
1160 | top: -0.1em; | ||
1161 | transition: all 0.1s; | ||
1162 | font-size: 0.76rem; | ||
1163 | line-height: 1.2em; | ||
1164 | opacity: 0; | ||
1165 | } | ||
1166 | button.copy:hover span, | ||
1167 | button.copy:focus-visible span, | ||
1168 | button.copy.visible span { | ||
1169 | opacity: 100%; | ||
1170 | } | ||
1171 | /* search page copy button */ | ||
1172 | button#page-search-copy { | ||
1173 | margin-left: 0.4em; | ||
1174 | padding:0.3em; | ||
1175 | top:0.13em; | ||
1176 | } | ||
1177 | button#page-search-copy img { | ||
1178 | width: 1.2em; | ||
1179 | height: 1.2em; | ||
1180 | padding: 0.01em 0; | ||
1181 | top: 0.15em; | ||
1182 | } | ||
1183 | button#page-search-copy span { | ||
1184 | color: var(--body-text-color); | ||
1185 | line-height: 1.2em; | ||
1186 | padding: 0.2em; | ||
1187 | top: -0.18em; | ||
1188 | } | ||
1189 | div.page-search-info:hover button#page-search-copy span { | ||
1190 | opacity: 100%; | ||
1191 | } | ||
1192 | /* snippet copy button */ | ||
1193 | button.snippet-copy { | ||
1194 | position: absolute; | ||
1195 | top: 6px; | ||
1196 | right: 6px; | ||
1197 | height: 1.7em; | ||
1198 | padding: 2px; | ||
1199 | } | ||
1200 | button.snippet-copy img { | ||
1201 | width: 18px; | ||
1202 | height: 18px; | ||
1203 | padding: 0.05em 0; | ||
1204 | } | ||
1205 | button.snippet-copy span { | ||
1206 | line-height: 1.2em; | ||
1207 | padding: 0.2em; | ||
1208 | position: relative; | ||
1209 | top: -0.5em; | ||
1210 | } | ||
1211 | div.snippet-container:hover button.snippet-copy span { | ||
1212 | opacity: 100%; | ||
1213 | } | ||
1214 | /* | ||
1215 | * Styles for user-provided tables. | ||
1216 | * | ||
1217 | * borderless: | ||
1218 | * No borders, vertical margins, styled caption. | ||
1219 | * This style is provided for use with existing doc comments. | ||
1220 | * In general, borderless tables should not be used for layout purposes. | ||
1221 | * | ||
1222 | * plain: | ||
1223 | * Plain borders around table and cells, vertical margins, styled caption. | ||
1224 | * Best for small tables or for complex tables for tables with cells that span | ||
1225 | * rows and columns, when the "striped" style does not work well. | ||
1226 | * | ||
1227 | * striped: | ||
1228 | * Borders around the table and vertical borders between cells, striped rows, | ||
1229 | * vertical margins, styled caption. | ||
1230 | * Best for tables that have a header row, and a body containing a series of simple rows. | ||
1231 | */ | ||
1232 | |||
1233 | table.borderless, | ||
1234 | table.plain, | ||
1235 | table.striped { | ||
1236 | margin-top: 10px; | ||
1237 | margin-bottom: 10px; | ||
1238 | } | ||
1239 | table.borderless > caption, | ||
1240 | table.plain > caption, | ||
1241 | table.striped > caption { | ||
1242 | font-weight: bold; | ||
1243 | font-size: smaller; | ||
1244 | } | ||
1245 | table.borderless th, table.borderless td, | ||
1246 | table.plain th, table.plain td, | ||
1247 | table.striped th, table.striped td { | ||
1248 | padding: 2px 5px; | ||
1249 | } | ||
1250 | table.borderless, | ||
1251 | table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, | ||
1252 | table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { | ||
1253 | border: none; | ||
1254 | } | ||
1255 | table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { | ||
1256 | background-color: transparent; | ||
1257 | } | ||
1258 | table.plain { | ||
1259 | border-collapse: collapse; | ||
1260 | border: 1px solid var(--table-border-color); | ||
1261 | } | ||
1262 | table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { | ||
1263 | background-color: transparent; | ||
1264 | } | ||
1265 | table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, | ||
1266 | table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { | ||
1267 | border: 1px solid var(--table-border-color); | ||
1268 | } | ||
1269 | table.striped { | ||
1270 | border-collapse: collapse; | ||
1271 | border: 1px solid var(--table-border-color); | ||
1272 | } | ||
1273 | table.striped > thead { | ||
1274 | background-color: var(--subnav-background-color); | ||
1275 | } | ||
1276 | table.striped > thead > tr > th, table.striped > thead > tr > td { | ||
1277 | border: 1px solid var(--table-border-color); | ||
1278 | } | ||
1279 | table.striped > tbody > tr:nth-child(even) { | ||
1280 | background-color: var(--odd-row-color) | ||
1281 | } | ||
1282 | table.striped > tbody > tr:nth-child(odd) { | ||
1283 | background-color: var(--even-row-color) | ||
1284 | } | ||
1285 | table.striped > tbody > tr > th, table.striped > tbody > tr > td { | ||
1286 | border-left: 1px solid var(--table-border-color); | ||
1287 | border-right: 1px solid var(--table-border-color); | ||
1288 | } | ||
1289 | table.striped > tbody > tr > th { | ||
1290 | font-weight: normal; | ||
1291 | } | ||
1292 | /** | ||
1293 | * Tweak style for small screens. | ||
1294 | */ | ||
1295 | @media screen and (max-width: 1050px) { | ||
1296 | .summary section[class$="-summary"], .details section[class$="-details"], | ||
1297 | .class-uses .detail, .serialized-class-details { | ||
1298 | padding: 0 10px 5px 8px; | ||
1299 | } | ||
1300 | input#search-input { | ||
1301 | width: 22vw; | ||
1302 | } | ||
1303 | } | ||
1304 | @media screen and (max-width: 920px) { | ||
1305 | .main-grid nav.toc { | ||
1306 | display: none; | ||
1307 | } | ||
1308 | .top-nav nav.toc { | ||
1309 | display: none; | ||
1310 | position: absolute; | ||
1311 | top: var(--top-nav-height); | ||
1312 | left: 40vw; | ||
1313 | width: 60vw; | ||
1314 | z-index: 7; | ||
1315 | background-color: var(--section-background-color); | ||
1316 | box-sizing: border-box; | ||
1317 | } | ||
1318 | .top-nav nav.toc div.toc-header { | ||
1319 | padding: 6px 15px; | ||
1320 | font-size: 0.94em; | ||
1321 | background-color: var(--section-background-color); | ||
1322 | top: calc(var(--top-nav-height) + 10px); | ||
1323 | } | ||
1324 | .top-nav nav.toc ol.toc-list li { | ||
1325 | font-size: 1.04em; | ||
1326 | } | ||
1327 | nav.toc a:link, nav.toc a:visited { | ||
1328 | text-decoration:none; | ||
1329 | color:var(--link-color); | ||
1330 | } | ||
1331 | nav.toc a[href]:hover, nav.toc a[href]:focus { | ||
1332 | text-decoration:none; | ||
1333 | color:var(--link-color-active); | ||
1334 | } | ||
1335 | :root { | ||
1336 | scroll-behavior: auto; | ||
1337 | } | ||
1338 | header { | ||
1339 | max-height: 100vh; | ||
1340 | overflow-y: visible; | ||
1341 | overscroll-behavior: contain; | ||
1342 | } | ||
1343 | nav { | ||
1344 | overflow: visible; | ||
1345 | } | ||
1346 | ul.nav-list { | ||
1347 | display: none; | ||
1348 | position: absolute; | ||
1349 | top: var(--top-nav-height); | ||
1350 | overflow: auto; | ||
1351 | z-index: 7; | ||
1352 | background-color: var(--navbar-background-color); | ||
1353 | width: 40%; | ||
1354 | padding: 0; | ||
1355 | box-sizing: border-box; | ||
1356 | } | ||
1357 | ul.nav-list li { | ||
1358 | float: none; | ||
1359 | padding: 6px; | ||
1360 | margin-left: 10px; | ||
1361 | margin-top: 2px; | ||
1362 | } | ||
1363 | .top-nav a:link, .top-nav a:active, .top-nav a:visited { | ||
1364 | display: block; | ||
1365 | } | ||
1366 | .top-nav div.nav-menu-button { | ||
1367 | flex: 1 1 auto; | ||
1368 | } | ||
1369 | .sub-nav ol.sub-nav-list { | ||
1370 | margin-left: 4px; | ||
1371 | padding-left: 4px; | ||
1372 | } | ||
1373 | button#navbar-toggle-button { | ||
1374 | width: 3.4em; | ||
1375 | height: 2.8em; | ||
1376 | background-color: transparent; | ||
1377 | display: block; | ||
1378 | border: 0; | ||
1379 | margin: 0 10px; | ||
1380 | cursor: pointer; | ||
1381 | font-size: 10px; | ||
1382 | } | ||
1383 | button#navbar-toggle-button .nav-bar-toggle-icon { | ||
1384 | display: block; | ||
1385 | width: 24px; | ||
1386 | height: 3px; | ||
1387 | margin: 4px 0; | ||
1388 | border-radius: 2px; | ||
1389 | background-color: var(--navbar-text-color); | ||
1390 | } | ||
1391 | button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { | ||
1392 | transform: rotate(45deg); | ||
1393 | transform-origin: 10% 10%; | ||
1394 | width: 26px; | ||
1395 | } | ||
1396 | button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { | ||
1397 | opacity: 0; | ||
1398 | } | ||
1399 | button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { | ||
1400 | transform: rotate(-45deg); | ||
1401 | transform-origin: 10% 90%; | ||
1402 | width: 26px; | ||
1403 | } | ||
1404 | } | ||
1405 | @media screen and (max-width: 800px) { | ||
1406 | .about-language { | ||
1407 | padding-right: 16px; | ||
1408 | max-width: 90%; | ||
1409 | } | ||
1410 | ul.nav-list li { | ||
1411 | margin-left: 5px; | ||
1412 | } | ||
1413 | main { | ||
1414 | padding: 10px 12px; | ||
1415 | } | ||
1416 | body { | ||
1417 | -webkit-text-size-adjust: none; | ||
1418 | } | ||
1419 | } | ||
1420 | @media screen and (max-width: 600px) { | ||
1421 | .nav-list-search > a { | ||
1422 | display: none; | ||
1423 | } | ||
1424 | input#search-input { | ||
1425 | width: 18vw; | ||
1426 | } | ||
1427 | .summary section[class$="-summary"], .details section[class$="-details"], | ||
1428 | .class-uses .detail, .serialized-class-details { | ||
1429 | padding: 0; | ||
1430 | } | ||
1431 | } | ||
1432 | pre.snippet { | ||
1433 | background-color: var(--snippet-background-color); | ||
1434 | color: var(--snippet-text-color); | ||
1435 | padding: 10px; | ||
1436 | margin: 12px 0; | ||
1437 | overflow: auto; | ||
1438 | white-space: pre; | ||
1439 | } | ||
1440 | div.snippet-container { | ||
1441 | position: relative; | ||
1442 | } | ||
1443 | @media screen and (max-width: 800px) { | ||
1444 | pre.snippet { | ||
1445 | padding-top: 26px; | ||
1446 | } | ||
1447 | button.snippet-copy { | ||
1448 | top: 4px; | ||
1449 | right: 4px; | ||
1450 | } | ||
1451 | } | ||
1452 | pre.snippet .italic { | ||
1453 | font-style: italic; | ||
1454 | } | ||
1455 | pre.snippet .bold { | ||
1456 | font-weight: bold; | ||
1457 | } | ||
1458 | pre.snippet .highlighted { | ||
1459 | background-color: var(--snippet-highlight-color); | ||
1460 | border-radius: 10%; | ||
1461 | } | ||
diff --git a/doc/resource-files/x.png b/doc/resource-files/x.png new file mode 100644 index 0000000..30548a7 --- /dev/null +++ b/doc/resource-files/x.png | |||
Binary files differ | |||
diff --git a/doc/script-files/jquery-3.7.1.min.js b/doc/script-files/jquery-3.7.1.min.js new file mode 100644 index 0000000..7f37b5d --- /dev/null +++ b/doc/script-files/jquery-3.7.1.min.js | |||
@@ -0,0 +1,2 @@ | |||
1 | /*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ | ||
2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}function fe(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}ce.fn=ce.prototype={jquery:t,constructor:ce,length:0,toArray:function(){return ae.call(this)},get:function(e){return null==e?ae.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=ce.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return ce.each(this,e)},map:function(n){return this.pushStack(ce.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(ae.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(ce.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(ce.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:oe.sort,splice:oe.splice},ce.extend=ce.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||v(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(ce.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||ce.isPlainObject(n)?n:{},i=!1,a[t]=ce.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},ce.extend({expando:"jQuery"+(t+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==i.call(e))&&(!(t=r(e))||"function"==typeof(n=ue.call(t,"constructor")&&t.constructor)&&o.call(n)===a)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){m(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(c(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},text:function(e){var t,n="",r=0,i=e.nodeType;if(!i)while(t=e[r++])n+=ce.text(t);return 1===i||11===i?e.textContent:9===i?e.documentElement.textContent:3===i||4===i?e.nodeValue:n},makeArray:function(e,t){var n=t||[];return null!=e&&(c(Object(e))?ce.merge(n,"string"==typeof e?[e]:e):s.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:se.call(t,e,n)},isXMLDoc:function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!l.test(t||n&&n.nodeName||"HTML")},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(c(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g(a)},guid:1,support:le}),"function"==typeof Symbol&&(ce.fn[Symbol.iterator]=oe[Symbol.iterator]),ce.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var pe=oe.pop,de=oe.sort,he=oe.splice,ge="[\\x20\\t\\r\\n\\f]",ve=new RegExp("^"+ge+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ge+"+$","g");ce.contains=function(e,t){var n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(e.contains?e.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))};var f=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function p(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}ce.escapeSelector=function(e){return(e+"").replace(f,p)};var ye=C,me=s;!function(){var e,b,w,o,a,T,r,C,d,i,k=me,S=ce.expando,E=0,n=0,s=W(),c=W(),u=W(),h=W(),l=function(e,t){return e===t&&(a=!0),0},f="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",t="(?:\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",p="\\["+ge+"*("+t+")(?:"+ge+"*([*^$|!~]?=)"+ge+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+t+"))|)"+ge+"*\\]",g=":("+t+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+p+")*)|.*)\\)|)",v=new RegExp(ge+"+","g"),y=new RegExp("^"+ge+"*,"+ge+"*"),m=new RegExp("^"+ge+"*([>+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="<a id='"+S+"' href='' disabled='disabled'></a><select id='"+S+"-\r\\' disabled='disabled'><option selected=''></option></select>",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0<I(t,T,null,[e]).length},I.contains=function(e,t){return(e.ownerDocument||e)!=T&&V(e),ce.contains(e,t)},I.attr=function(e,t){(e.ownerDocument||e)!=T&&V(e);var n=b.attrHandle[t.toLowerCase()],r=n&&ue.call(b.attrHandle,t.toLowerCase())?n(e,t,!C):void 0;return void 0!==r?r:e.getAttribute(t)},I.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ce.uniqueSort=function(e){var t,n=[],r=0,i=0;if(a=!le.sortStable,o=!le.sortStable&&ae.call(e,0),de.call(e,l),a){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)he.call(e,n[r],1)}return o=null,e},ce.fn.uniqueSort=function(){return this.pushStack(ce.uniqueSort(ae.apply(this)))},(b=ce.expr={cacheLength:50,createPseudo:F,match:D,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(v," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(d,e,t,h,g){var v="nth"!==d.slice(0,3),y="last"!==d.slice(-4),m="of-type"===e;return 1===h&&0===g?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u=v!==y?"nextSibling":"previousSibling",l=e.parentNode,c=m&&e.nodeName.toLowerCase(),f=!n&&!m,p=!1;if(l){if(v){while(u){o=e;while(o=o[u])if(m?fe(o,c):1===o.nodeType)return!1;s=u="only"===d&&!s&&"nextSibling"}return!0}if(s=[y?l.firstChild:l.lastChild],y&&f){p=(a=(r=(i=l[S]||(l[S]={}))[d]||[])[0]===E&&r[1])&&r[2],o=a&&l.childNodes[a];while(o=++a&&o&&o[u]||(p=a=0)||s.pop())if(1===o.nodeType&&++p&&o===e){i[d]=[E,a,p];break}}else if(f&&(p=a=(r=(i=e[S]||(e[S]={}))[d]||[])[0]===E&&r[1]),!1===p)while(o=++a&&o&&o[u]||(p=a=0)||s.pop())if((m?fe(o,c):1===o.nodeType)&&++p&&(f&&((i=o[S]||(o[S]={}))[d]=[E,p]),o===e))break;return(p-=g)===h||p%h==0&&0<=p/h}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||I.error("unsupported pseudo: "+e);return a[S]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?F(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=se.call(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:F(function(e){var r=[],i=[],s=ne(e.replace(ve,"$1"));return s[S]?F(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:F(function(t){return function(e){return 0<I(t,e).length}}),contains:F(function(t){return t=t.replace(O,P),function(e){return-1<(e.textContent||ce.text(e)).indexOf(t)}}),lang:F(function(n){return A.test(n||"")||I.error("unsupported lang: "+n),n=n.replace(O,P).toLowerCase(),function(e){var t;do{if(t=C?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=ie.location&&ie.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===r},focus:function(e){return e===function(){try{return T.activeElement}catch(e){}}()&&T.hasFocus()&&!!(e.type||e.href||~e.tabIndex)},enabled:z(!1),disabled:z(!0),checked:function(e){return fe(e,"input")&&!!e.checked||fe(e,"option")&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return q.test(e.nodeName)},input:function(e){return N.test(e.nodeName)},button:function(e){return fe(e,"input")&&"button"===e.type||fe(e,"button")},text:function(e){var t;return fe(e,"input")&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:X(function(){return[0]}),last:X(function(e,t){return[t-1]}),eq:X(function(e,t,n){return[n<0?n+t:n]}),even:X(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:X(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:X(function(e,t,n){var r;for(r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:X(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=B(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=_(e);function G(){}function Y(e,t){var n,r,i,o,a,s,u,l=c[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=y.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=m.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(ve," ")}),a=a.slice(n.length)),b.filter)!(r=D[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?I.error(e):c(e,s).slice(0)}function Q(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function J(a,e,t){var s=e.dir,u=e.next,l=u||s,c=t&&"parentNode"===l,f=n++;return e.first?function(e,t,n){while(e=e[s])if(1===e.nodeType||c)return a(e,t,n);return!1}:function(e,t,n){var r,i,o=[E,f];if(n){while(e=e[s])if((1===e.nodeType||c)&&a(e,t,n))return!0}else while(e=e[s])if(1===e.nodeType||c)if(i=e[S]||(e[S]={}),u&&fe(e,u))e=e[s]||e;else{if((r=i[l])&&r[0]===E&&r[1]===f)return o[2]=r[2];if((i[l]=o)[2]=a(e,t,n))return!0}return!1}}function K(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Z(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function ee(d,h,g,v,y,e){return v&&!v[S]&&(v=ee(v)),y&&!y[S]&&(y=ee(y,e)),F(function(e,t,n,r){var i,o,a,s,u=[],l=[],c=t.length,f=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)I(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),p=!d||!e&&h?f:Z(f,u,d,n,r);if(g?g(p,s=y||(e?d:c||v)?[]:t,n,r):s=p,v){i=Z(s,l),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(s[l[o]]=!(p[l[o]]=a))}if(e){if(y||d){if(y){i=[],o=s.length;while(o--)(a=s[o])&&i.push(p[o]=a);y(null,s=[],i,r)}o=s.length;while(o--)(a=s[o])&&-1<(i=y?se.call(e,a):u[o])&&(e[i]=!(t[i]=a))}}else s=Z(s===t?s.splice(c,s.length):s),y?y(null,t,s,r):k.apply(t,s)})}function te(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=J(function(e){return e===i},a,!0),l=J(function(e){return-1<se.call(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!=w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[J(K(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[S]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return ee(1<s&&K(c),1<s&&Q(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(ve,"$1"),t,s<n&&te(e.slice(s,n)),n<r&&te(e=e.slice(n)),n<r&&Q(e))}c.push(t)}return K(c)}function ne(e,t){var n,v,y,m,x,r,i=[],o=[],a=u[e+" "];if(!a){t||(t=Y(e)),n=t.length;while(n--)(a=te(t[n]))[S]?i.push(a):o.push(a);(a=u(e,(v=o,m=0<(y=i).length,x=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=E+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t==T||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument==T||(V(o),n=!C);while(s=v[a++])if(s(o,t||T,n)){k.call(r,o);break}i&&(E=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=pe.call(r));f=Z(f)}k.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&ce.uniqueSort(r)}return i&&(E=h,w=p),c},m?F(r):r))).selector=e}return a}function re(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&Y(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&C&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(O,P),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=D.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(O,P),H.test(o[0].type)&&U(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&Q(o)))return k.apply(n,r),n;break}}}return(l||ne(e,c))(r,t,!C,n,!t||H.test(e)&&U(t.parentNode)||t),n}G.prototype=b.filters=b.pseudos,b.setFilters=new G,le.sortStable=S.split("").sort(l).join("")===S,V(),le.sortDetached=$(function(e){return 1&e.compareDocumentPosition(T.createElement("fieldset"))}),ce.find=I,ce.expr[":"]=ce.expr.pseudos,ce.unique=ce.uniqueSort,I.compile=ne,I.select=re,I.setDocument=V,I.tokenize=Y,I.escape=ce.escapeSelector,I.getText=ce.text,I.isXML=ce.isXMLDoc,I.selectors=ce.expr,I.support=ce.support,I.uniqueSort=ce.uniqueSort}();var d=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&ce(e).is(n))break;r.push(e)}return r},h=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},b=ce.expr.match.needsContext,w=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1<se.call(n,e)!==r}):ce.filter(n,e,r)}ce.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?ce.find.matchesSelector(r,e)?[r]:[]:ce.find.matches(e,ce.grep(t,function(e){return 1===e.nodeType}))},ce.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(ce(e).filter(function(){for(t=0;t<r;t++)if(ce.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)ce.find(e,i[t],n);return 1<r?ce.uniqueSort(n):n},filter:function(e){return this.pushStack(T(this,e||[],!1))},not:function(e){return this.pushStack(T(this,e||[],!0))},is:function(e){return!!T(this,"string"==typeof e&&b.test(e)?ce(e):e||[],!1).length}});var k,S=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(ce.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&ce(e);if(!b.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&ce.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?ce.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?se.call(ce(e),this[0]):se.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(ce.uniqueSort(ce.merge(this.get(),ce(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ce.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return d(e,"parentNode")},parentsUntil:function(e,t,n){return d(e,"parentNode",n)},next:function(e){return A(e,"nextSibling")},prev:function(e){return A(e,"previousSibling")},nextAll:function(e){return d(e,"nextSibling")},prevAll:function(e){return d(e,"previousSibling")},nextUntil:function(e,t,n){return d(e,"nextSibling",n)},prevUntil:function(e,t,n){return d(e,"previousSibling",n)},siblings:function(e){return h((e.parentNode||{}).firstChild,e)},children:function(e){return h(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(fe(e,"template")&&(e=e.content||e),ce.merge([],e.childNodes))}},function(r,i){ce.fn[r]=function(e,t){var n=ce.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=ce.filter(t,n)),1<this.length&&(j[r]||ce.uniqueSort(n),E.test(r)&&n.reverse()),this.pushStack(n)}});var D=/[^\x20\t\r\n\f]+/g;function N(e){return e}function q(e){throw e}function L(e,t,n,r){var i;try{e&&v(i=e.promise)?i.call(e).done(t).fail(n):e&&v(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}ce.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},ce.each(e.match(D)||[],function(e,t){n[t]=!0}),n):ce.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){ce.each(e,function(e,t){v(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==x(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return ce.each(arguments,function(e,t){var n;while(-1<(n=ce.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<ce.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},ce.extend({Deferred:function(e){var o=[["notify","progress",ce.Callbacks("memory"),ce.Callbacks("memory"),2],["resolve","done",ce.Callbacks("once memory"),ce.Callbacks("once memory"),0,"resolved"],["reject","fail",ce.Callbacks("once memory"),ce.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return ce.Deferred(function(r){ce.each(o,function(e,t){var n=v(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&v(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,v(t)?s?t.call(e,l(u,o,N,s),l(u,o,q,s)):(u++,t.call(e,l(u,o,N,s),l(u,o,q,s),l(u,o,N,o.notifyWith))):(a!==N&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){ce.Deferred.exceptionHook&&ce.Deferred.exceptionHook(e,t.error),u<=i+1&&(a!==q&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(ce.Deferred.getErrorHook?t.error=ce.Deferred.getErrorHook():ce.Deferred.getStackHook&&(t.error=ce.Deferred.getStackHook()),ie.setTimeout(t))}}return ce.Deferred(function(e){o[0][3].add(l(0,e,v(r)?r:N,e.notifyWith)),o[1][3].add(l(0,e,v(t)?t:N)),o[2][3].add(l(0,e,v(n)?n:q))}).promise()},promise:function(e){return null!=e?ce.extend(e,a):a}},s={};return ce.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=ae.call(arguments),o=ce.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?ae.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(L(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||v(i[t]&&i[t].then)))return o.then();while(t--)L(i[t],a(t),o.reject);return o.promise()}});var H=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ce.Deferred.exceptionHook=function(e,t){ie.console&&ie.console.warn&&e&&H.test(e.name)&&ie.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},ce.readyException=function(e){ie.setTimeout(function(){throw e})};var O=ce.Deferred();function P(){C.removeEventListener("DOMContentLoaded",P),ie.removeEventListener("load",P),ce.ready()}ce.fn.ready=function(e){return O.then(e)["catch"](function(e){ce.readyException(e)}),this},ce.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--ce.readyWait:ce.isReady)||(ce.isReady=!0)!==e&&0<--ce.readyWait||O.resolveWith(C,[ce])}}),ce.ready.then=O.then,"complete"===C.readyState||"loading"!==C.readyState&&!C.documentElement.doScroll?ie.setTimeout(ce.ready):(C.addEventListener("DOMContentLoaded",P),ie.addEventListener("load",P));var M=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n))for(s in i=!0,n)M(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,v(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(ce(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},R=/^-ms-/,I=/-([a-z])/g;function W(e,t){return t.toUpperCase()}function F(e){return e.replace(R,"ms-").replace(I,W)}var $=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function B(){this.expando=ce.expando+B.uid++}B.uid=1,B.prototype={cache:function(e){var t=e[this.expando];return t||(t={},$(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[F(t)]=n;else for(r in t)i[F(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][F(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(F):(t=F(t))in r?[t]:t.match(D)||[]).length;while(n--)delete r[t[n]]}(void 0===t||ce.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!ce.isEmptyObject(t)}};var _=new B,z=new B,X=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,U=/[A-Z]/g;function V(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(U,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:X.test(i)?JSON.parse(i):i)}catch(e){}z.set(e,t,n)}else n=void 0;return n}ce.extend({hasData:function(e){return z.hasData(e)||_.hasData(e)},data:function(e,t,n){return z.access(e,t,n)},removeData:function(e,t){z.remove(e,t)},_data:function(e,t,n){return _.access(e,t,n)},_removeData:function(e,t){_.remove(e,t)}}),ce.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=z.get(o),1===o.nodeType&&!_.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=F(r.slice(5)),V(o,r,i[r]));_.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){z.set(this,n)}):M(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=z.get(o,n))?t:void 0!==(t=V(o,n))?t:void 0;this.each(function(){z.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){z.remove(this,e)})}}),ce.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=_.get(e,t),n&&(!r||Array.isArray(n)?r=_.access(e,t,ce.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=ce.queue(e,t),r=n.length,i=n.shift(),o=ce._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){ce.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return _.get(e,n)||_.access(e,n,{empty:ce.Callbacks("once memory").add(function(){_.remove(e,[t+"queue",n])})})}}),ce.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?ce.queue(this[0],t):void 0===n?this:this.each(function(){var e=ce.queue(this,t,n);ce._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&ce.dequeue(this,t)})},dequeue:function(e){return this.each(function(){ce.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=ce.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=_.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var G=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Y=new RegExp("^(?:([+-])=|)("+G+")([a-z%]*)$","i"),Q=["Top","Right","Bottom","Left"],J=C.documentElement,K=function(e){return ce.contains(e.ownerDocument,e)},Z={composed:!0};J.getRootNode&&(K=function(e){return ce.contains(e.ownerDocument,e)||e.getRootNode(Z)===e.ownerDocument});var ee=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&K(e)&&"none"===ce.css(e,"display")};function te(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return ce.css(e,t,"")},u=s(),l=n&&n[3]||(ce.cssNumber[t]?"":"px"),c=e.nodeType&&(ce.cssNumber[t]||"px"!==l&&+u)&&Y.exec(ce.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)ce.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,ce.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ne={};function re(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=_.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ee(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ne[s])||(o=a.body.appendChild(a.createElement(s)),u=ce.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ne[s]=u)))):"none"!==n&&(l[c]="none",_.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}ce.fn.extend({show:function(){return re(this,!0)},hide:function(){return re(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ee(this)?ce(this).show():ce(this).hide()})}});var xe,be,we=/^(?:checkbox|radio)$/i,Te=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="<textarea>x</textarea>",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="<option></option>",le.option=!!xe.lastChild;var ke={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n<r;n++)_.set(e[n],"globalEval",!t||_.get(t[n],"globalEval"))}ke.tbody=ke.tfoot=ke.colgroup=ke.caption=ke.thead,ke.th=ke.td,le.option||(ke.optgroup=ke.option=[1,"<select multiple='multiple'>","</select>"]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===x(o))ce.merge(p,o.nodeType?[o]:o);else if(je.test(o)){a=a||f.appendChild(t.createElement("div")),s=(Te.exec(o)||["",""])[1].toLowerCase(),u=ke[s]||ke._default,a.innerHTML=u[1]+ce.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;ce.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<ce.inArray(o,r))i&&i.push(o);else if(l=K(o),a=Se(f.appendChild(o),"script"),l&&Ee(a),n){c=0;while(o=a[c++])Ce.test(o.type||"")&&n.push(o)}return f}var De=/^([^.]*)(?:\.(.+)|)/;function Ne(){return!0}function qe(){return!1}function Le(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Le(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=qe;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return ce().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=ce.guid++)),e.each(function(){ce.event.add(this,t,i,r,n)})}function He(e,r,t){t?(_.set(e,r,!1),ce.event.add(e,r,{namespace:!1,handler:function(e){var t,n=_.get(this,r);if(1&e.isTrigger&&this[r]){if(n)(ce.event.special[r]||{}).delegateType&&e.stopPropagation();else if(n=ae.call(arguments),_.set(this,r,n),this[r](),t=_.get(this,r),_.set(this,r,!1),n!==t)return e.stopImmediatePropagation(),e.preventDefault(),t}else n&&(_.set(this,r,ce.event.trigger(n[0],n.slice(1),this)),e.stopPropagation(),e.isImmediatePropagationStopped=Ne)}})):void 0===_.get(e,r)&&ce.event.add(e,r,Ne)}ce.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=_.get(t);if($(t)){n.handler&&(n=(o=n).handler,i=o.selector),i&&ce.find.matchesSelector(J,i),n.guid||(n.guid=ce.guid++),(u=v.events)||(u=v.events=Object.create(null)),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof ce&&ce.event.triggered!==e.type?ce.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(D)||[""]).length;while(l--)d=g=(s=De.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=ce.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=ce.event.special[d]||{},c=ce.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&ce.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),ce.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=_.hasData(e)&&_.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(D)||[""]).length;while(l--)if(d=g=(s=De.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=ce.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||ce.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)ce.event.remove(e,d+t[l],n,r,!0);ce.isEmptyObject(u)&&_.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=ce.event.fix(e),l=(_.get(this,"events")||Object.create(null))[u.type]||[],c=ce.event.special[u.type]||{};for(s[0]=u,t=1;t<arguments.length;t++)s[t]=arguments[t];if(u.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,u)){a=ce.event.handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!u.isImmediatePropagationStopped())u.rnamespace&&!1!==o.namespace&&!u.rnamespace.test(o.namespace)||(u.handleObj=o,u.data=o.data,void 0!==(r=((ce.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(u.result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,u),u.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<ce(i,this).index(l):ce.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(ce.Event.prototype,t,{enumerable:!0,configurable:!0,get:v(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[ce.expando]?e:new ce.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return we.test(t.type)&&t.click&&fe(t,"input")&&He(t,"click",!0),!1},trigger:function(e){var t=this||e;return we.test(t.type)&&t.click&&fe(t,"input")&&He(t,"click"),!0},_default:function(e){var t=e.target;return we.test(t.type)&&t.click&&fe(t,"input")&&_.get(t,"click")||fe(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},ce.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},ce.Event=function(e,t){if(!(this instanceof ce.Event))return new ce.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ne:qe,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&ce.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[ce.expando]=!0},ce.Event.prototype={constructor:ce.Event,isDefaultPrevented:qe,isPropagationStopped:qe,isImmediatePropagationStopped:qe,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ne,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ne,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ne,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},ce.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},ce.event.addProp),ce.each({focus:"focusin",blur:"focusout"},function(r,i){function o(e){if(C.documentMode){var t=_.get(this,"handle"),n=ce.event.fix(e);n.type="focusin"===e.type?"focus":"blur",n.isSimulated=!0,t(e),n.target===n.currentTarget&&t(n)}else ce.event.simulate(i,e.target,ce.event.fix(e))}ce.event.special[r]={setup:function(){var e;if(He(this,r,!0),!C.documentMode)return!1;(e=_.get(this,i))||this.addEventListener(i,o),_.set(this,i,(e||0)+1)},trigger:function(){return He(this,r),!0},teardown:function(){var e;if(!C.documentMode)return!1;(e=_.get(this,i)-1)?_.set(this,i,e):(this.removeEventListener(i,o),_.remove(this,i))},_default:function(e){return _.get(e.target,r)},delegateType:i},ce.event.special[i]={setup:function(){var e=this.ownerDocument||this.document||this,t=C.documentMode?this:e,n=_.get(t,i);n||(C.documentMode?this.addEventListener(i,o):e.addEventListener(r,o,!0)),_.set(t,i,(n||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=C.documentMode?this:e,n=_.get(t,i)-1;n?_.set(t,i,n):(C.documentMode?this.removeEventListener(i,o):e.removeEventListener(r,o,!0),_.remove(t,i))}}}),ce.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){ce.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||ce.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),ce.fn.extend({on:function(e,t,n,r){return Le(this,e,t,n,r)},one:function(e,t,n,r){return Le(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,ce(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=qe),this.each(function(){ce.event.remove(this,e,n,t)})}});var Oe=/<script|<style|<link/i,Pe=/checked\s*(?:[^=]|=\s*.checked.)/i,Me=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)ce.event.add(t,i,s[i][n]);z.hasData(e)&&(o=z.access(e),a=ce.extend({},o),z.set(t,a))}}function $e(n,r,i,o){r=g(r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=v(d);if(h||1<f&&"string"==typeof d&&!le.checkClone&&Pe.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),$e(t,r,i,o)});if(f&&(t=(e=Ae(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=ce.map(Se(e,"script"),Ie)).length;c<f;c++)u=e,c!==p&&(u=ce.clone(u,!0,!0),s&&ce.merge(a,Se(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,ce.map(a,We),c=0;c<s;c++)u=a[c],Ce.test(u.type||"")&&!_.access(u,"globalEval")&&ce.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?ce._evalUrl&&!u.noModule&&ce._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):m(u.textContent.replace(Me,""),u,l))}return n}function Be(e,t,n){for(var r,i=t?ce.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||ce.cleanData(Se(r)),r.parentNode&&(n&&K(r)&&Ee(Se(r,"script")),r.parentNode.removeChild(r));return e}ce.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=K(e);if(!(le.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ce.isXMLDoc(e)))for(a=Se(c),r=0,i=(o=Se(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&we.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||Se(e),a=a||Se(c),r=0,i=o.length;r<i;r++)Fe(o[r],a[r]);else Fe(e,c);return 0<(a=Se(c,"script")).length&&Ee(a,!f&&Se(e,"script")),c},cleanData:function(e){for(var t,n,r,i=ce.event.special,o=0;void 0!==(n=e[o]);o++)if($(n)){if(t=n[_.expando]){if(t.events)for(r in t.events)i[r]?ce.event.remove(n,r):ce.removeEvent(n,r,t.handle);n[_.expando]=void 0}n[z.expando]&&(n[z.expando]=void 0)}}}),ce.fn.extend({detach:function(e){return Be(this,e,!0)},remove:function(e){return Be(this,e)},text:function(e){return M(this,function(e){return void 0===e?ce.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return $e(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Re(this,e).appendChild(e)})},prepend:function(){return $e(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Re(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return $e(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return $e(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(ce.cleanData(Se(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return ce.clone(this,e,t)})},html:function(e){return M(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Oe.test(e)&&!ke[(Te.exec(e)||["",""])[1].toLowerCase()]){e=ce.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(ce.cleanData(Se(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return $e(this,arguments,function(e){var t=this.parentNode;ce.inArray(this,n)<0&&(ce.cleanData(Se(this)),t&&t.replaceChild(e,this))},n)}}),ce.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){ce.fn[e]=function(e){for(var t,n=[],r=ce(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),ce(r[o])[a](t),s.apply(n,t.get());return this.pushStack(n)}});var _e=new RegExp("^("+G+")(?!px)[a-z%]+$","i"),ze=/^--/,Xe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=ie),t.getComputedStyle(e)},Ue=function(e,t,n){var r,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in r=n.call(e),t)e.style[i]=o[i];return r},Ve=new RegExp(Q.join("|"),"i");function Ge(e,t,n){var r,i,o,a,s=ze.test(t),u=e.style;return(n=n||Xe(e))&&(a=n.getPropertyValue(t)||n[t],s&&a&&(a=a.replace(ve,"$1")||void 0),""!==a||K(e)||(a=ce.style(e,t)),!le.pixelBoxStyles()&&_e.test(a)&&Ve.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=n.width,u.width=r,u.minWidth=i,u.maxWidth=o)),void 0!==a?a+"":a}function Ye(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",J.appendChild(u).appendChild(l);var e=ie.getComputedStyle(l);n="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",o=36===t(e.right),r=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),J.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s,u=C.createElement("div"),l=C.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",le.clearCloneStyle="content-box"===l.style.backgroundClip,ce.extend(le,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==a&&(e=C.createElement("table"),t=C.createElement("tr"),n=C.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="box-sizing:content-box;border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",J.appendChild(e).appendChild(t).appendChild(n),r=ie.getComputedStyle(t),a=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,J.removeChild(e)),a}}))}();var Qe=["Webkit","Moz","ms"],Je=C.createElement("div").style,Ke={};function Ze(e){var t=ce.cssProps[e]||Ke[e];return t||(e in Je?e:Ke[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=Qe.length;while(n--)if((e=Qe[n]+t)in Je)return e}(e)||e)}var et=/^(none|table(?!-c[ea]).+)/,tt={position:"absolute",visibility:"hidden",display:"block"},nt={letterSpacing:"0",fontWeight:"400"};function rt(e,t,n){var r=Y.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function it(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0,l=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(l+=ce.css(e,n+Q[a],!0,i)),r?("content"===n&&(u-=ce.css(e,"padding"+Q[a],!0,i)),"margin"!==n&&(u-=ce.css(e,"border"+Q[a]+"Width",!0,i))):(u+=ce.css(e,"padding"+Q[a],!0,i),"padding"!==n?u+=ce.css(e,"border"+Q[a]+"Width",!0,i):s+=ce.css(e,"border"+Q[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u+l}function ot(e,t,n){var r=Xe(e),i=(!le.boxSizingReliable()||n)&&"border-box"===ce.css(e,"boxSizing",!1,r),o=i,a=Ge(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(_e.test(a)){if(!n)return a;a="auto"}return(!le.boxSizingReliable()&&i||!le.reliableTrDimensions()&&fe(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===ce.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===ce.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+it(e,t,n||(i?"border":"content"),o,r,a)+"px"}function at(e,t,n,r,i){return new at.prototype.init(e,t,n,r,i)}ce.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ge(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=F(t),u=ze.test(t),l=e.style;if(u||(t=Ze(s)),a=ce.cssHooks[t]||ce.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=Y.exec(n))&&i[1]&&(n=te(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(ce.cssNumber[s]?"":"px")),le.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=F(t);return ze.test(t)||(t=Ze(s)),(a=ce.cssHooks[t]||ce.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Ge(e,t,r)),"normal"===i&&t in nt&&(i=nt[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),ce.each(["height","width"],function(e,u){ce.cssHooks[u]={get:function(e,t,n){if(t)return!et.test(ce.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?ot(e,u,n):Ue(e,tt,function(){return ot(e,u,n)})},set:function(e,t,n){var r,i=Xe(e),o=!le.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===ce.css(e,"boxSizing",!1,i),s=n?it(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-it(e,u,"border",!1,i)-.5)),s&&(r=Y.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=ce.css(e,u)),rt(0,t,s)}}}),ce.cssHooks.marginLeft=Ye(le.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Ge(e,"marginLeft"))||e.getBoundingClientRect().left-Ue(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),ce.each({margin:"",padding:"",border:"Width"},function(i,o){ce.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+Q[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(ce.cssHooks[i+o].set=rt)}),ce.fn.extend({css:function(e,t){return M(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Xe(e),i=t.length;a<i;a++)o[t[a]]=ce.css(e,t[a],!1,r);return o}return void 0!==n?ce.style(e,t,n):ce.css(e,t)},e,t,1<arguments.length)}}),((ce.Tween=at).prototype={constructor:at,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||ce.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(ce.cssNumber[n]?"":"px")},cur:function(){var e=at.propHooks[this.prop];return e&&e.get?e.get(this):at.propHooks._default.get(this)},run:function(e){var t,n=at.propHooks[this.prop];return this.options.duration?this.pos=t=ce.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):at.propHooks._default.set(this),this}}).init.prototype=at.prototype,(at.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=ce.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){ce.fx.step[e.prop]?ce.fx.step[e.prop](e):1!==e.elem.nodeType||!ce.cssHooks[e.prop]&&null==e.elem.style[Ze(e.prop)]?e.elem[e.prop]=e.now:ce.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=at.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ce.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},ce.fx=at.prototype.init,ce.fx.step={};var st,ut,lt,ct,ft=/^(?:toggle|show|hide)$/,pt=/queueHooks$/;function dt(){ut&&(!1===C.hidden&&ie.requestAnimationFrame?ie.requestAnimationFrame(dt):ie.setTimeout(dt,ce.fx.interval),ce.fx.tick())}function ht(){return ie.setTimeout(function(){st=void 0}),st=Date.now()}function gt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=Q[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function vt(e,t,n){for(var r,i=(yt.tweeners[t]||[]).concat(yt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function yt(o,e,t){var n,a,r=0,i=yt.prefilters.length,s=ce.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=st||ht(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:ce.extend({},e),opts:ce.extend(!0,{specialEasing:{},easing:ce.easing._default},t),originalProperties:e,originalOptions:t,startTime:st||ht(),duration:t.duration,tweens:[],createTween:function(e,t){var n=ce.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=F(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=ce.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=yt.prefilters[r].call(l,o,c,l.opts))return v(n.stop)&&(ce._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return ce.map(c,vt,l),v(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),ce.fx.timer(ce.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}ce.Animation=ce.extend(yt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return te(n.elem,e,Y.exec(t),n),n}]},tweener:function(e,t){v(e)?(t=e,e=["*"]):e=e.match(D);for(var n,r=0,i=e.length;r<i;r++)n=e[r],yt.tweeners[n]=yt.tweeners[n]||[],yt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ee(e),v=_.get(e,"fxshow");for(r in n.queue||(null==(a=ce._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,ce.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ft.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||ce.style(e,r)}if((u=!ce.isEmptyObject(t))||!ce.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=_.get(e,"display")),"none"===(c=ce.css(e,"display"))&&(l?c=l:(re([e],!0),l=e.style.display||l,c=ce.css(e,"display"),re([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===ce.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=_.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&re([e],!0),p.done(function(){for(r in g||re([e]),_.remove(e,"fxshow"),d)ce.style(e,r,d[r])})),u=vt(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?yt.prefilters.unshift(e):yt.prefilters.push(e)}}),ce.speed=function(e,t,n){var r=e&&"object"==typeof e?ce.extend({},e):{complete:n||!n&&t||v(e)&&e,duration:e,easing:n&&t||t&&!v(t)&&t};return ce.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in ce.fx.speeds?r.duration=ce.fx.speeds[r.duration]:r.duration=ce.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){v(r.old)&&r.old.call(this),r.queue&&ce.dequeue(this,r.queue)},r},ce.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ee).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=ce.isEmptyObject(t),o=ce.speed(e,n,r),a=function(){var e=yt(this,ce.extend({},t),o);(i||_.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=ce.timers,r=_.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&pt.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||ce.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=_.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=ce.timers,o=n?n.length:0;for(t.finish=!0,ce.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),ce.each(["toggle","show","hide"],function(e,r){var i=ce.fn[r];ce.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(gt(r,!0),e,t,n)}}),ce.each({slideDown:gt("show"),slideUp:gt("hide"),slideToggle:gt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){ce.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),ce.timers=[],ce.fx.tick=function(){var e,t=0,n=ce.timers;for(st=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||ce.fx.stop(),st=void 0},ce.fx.timer=function(e){ce.timers.push(e),ce.fx.start()},ce.fx.interval=13,ce.fx.start=function(){ut||(ut=!0,dt())},ce.fx.stop=function(){ut=null},ce.fx.speeds={slow:600,fast:200,_default:400},ce.fn.delay=function(r,e){return r=ce.fx&&ce.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=ie.setTimeout(e,r);t.stop=function(){ie.clearTimeout(n)}})},lt=C.createElement("input"),ct=C.createElement("select").appendChild(C.createElement("option")),lt.type="checkbox",le.checkOn=""!==lt.value,le.optSelected=ct.selected,(lt=C.createElement("input")).value="t",lt.type="radio",le.radioValue="t"===lt.value;var mt,xt=ce.expr.attrHandle;ce.fn.extend({attr:function(e,t){return M(this,ce.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){ce.removeAttr(this,e)})}}),ce.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?ce.prop(e,t,n):(1===o&&ce.isXMLDoc(e)||(i=ce.attrHooks[t.toLowerCase()]||(ce.expr.match.bool.test(t)?mt:void 0)),void 0!==n?null===n?void ce.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=ce.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!le.radioValue&&"radio"===t&&fe(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(D);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),mt={set:function(e,t,n){return!1===t?ce.removeAttr(e,n):e.setAttribute(n,n),n}},ce.each(ce.expr.match.bool.source.match(/\w+/g),function(e,t){var a=xt[t]||ce.find.attr;xt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=xt[o],xt[o]=r,r=null!=a(e,t,n)?o:null,xt[o]=i),r}});var bt=/^(?:input|select|textarea|button)$/i,wt=/^(?:a|area)$/i;function Tt(e){return(e.match(D)||[]).join(" ")}function Ct(e){return e.getAttribute&&e.getAttribute("class")||""}function kt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(D)||[]}ce.fn.extend({prop:function(e,t){return M(this,ce.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[ce.propFix[e]||e]})}}),ce.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&ce.isXMLDoc(e)||(t=ce.propFix[t]||t,i=ce.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=ce.find.attr(e,"tabindex");return t?parseInt(t,10):bt.test(e.nodeName)||wt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),le.optSelected||(ce.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),ce.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ce.propFix[this.toLowerCase()]=this}),ce.fn.extend({addClass:function(t){var e,n,r,i,o,a;return v(t)?this.each(function(e){ce(this).addClass(t.call(this,e,Ct(this)))}):(e=kt(t)).length?this.each(function(){if(r=Ct(this),n=1===this.nodeType&&" "+Tt(r)+" "){for(o=0;o<e.length;o++)i=e[o],n.indexOf(" "+i+" ")<0&&(n+=i+" ");a=Tt(n),r!==a&&this.setAttribute("class",a)}}):this},removeClass:function(t){var e,n,r,i,o,a;return v(t)?this.each(function(e){ce(this).removeClass(t.call(this,e,Ct(this)))}):arguments.length?(e=kt(t)).length?this.each(function(){if(r=Ct(this),n=1===this.nodeType&&" "+Tt(r)+" "){for(o=0;o<e.length;o++){i=e[o];while(-1<n.indexOf(" "+i+" "))n=n.replace(" "+i+" "," ")}a=Tt(n),r!==a&&this.setAttribute("class",a)}}):this:this.attr("class","")},toggleClass:function(t,n){var e,r,i,o,a=typeof t,s="string"===a||Array.isArray(t);return v(t)?this.each(function(e){ce(this).toggleClass(t.call(this,e,Ct(this),n),n)}):"boolean"==typeof n&&s?n?this.addClass(t):this.removeClass(t):(e=kt(t),this.each(function(){if(s)for(o=ce(this),i=0;i<e.length;i++)r=e[i],o.hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=Ct(this))&&_.set(this,"__className__",r),this.setAttribute&&this.setAttribute("class",r||!1===t?"":_.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+Tt(Ct(n))+" ").indexOf(t))return!0;return!1}});var St=/\r/g;ce.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=v(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,ce(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=ce.map(t,function(e){return null==e?"":e+""})),(r=ce.valHooks[this.type]||ce.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=ce.valHooks[t.type]||ce.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(St,""):null==e?"":e:void 0}}),ce.extend({valHooks:{option:{get:function(e){var t=ce.find.attr(e,"value");return null!=t?t:Tt(ce.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!fe(n.parentNode,"optgroup"))){if(t=ce(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=ce.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<ce.inArray(ce.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),ce.each(["radio","checkbox"],function(){ce.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<ce.inArray(ce(e).val(),t)}},le.checkOn||(ce.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Et=ie.location,jt={guid:Date.now()},At=/\?/;ce.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new ie.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||ce.error("Invalid XML: "+(n?ce.map(n.childNodes,function(e){return e.textContent}).join("\n"):e)),t};var Dt=/^(?:focusinfocus|focusoutblur)$/,Nt=function(e){e.stopPropagation()};ce.extend(ce.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||C],d=ue.call(e,"type")?e.type:e,h=ue.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||C,3!==n.nodeType&&8!==n.nodeType&&!Dt.test(d+ce.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[ce.expando]?e:new ce.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:ce.makeArray(t,[e]),c=ce.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!y(n)){for(s=c.delegateType||d,Dt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||C)&&p.push(a.defaultView||a.parentWindow||ie)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(_.get(o,"events")||Object.create(null))[e.type]&&_.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&$(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!$(n)||u&&v(n[d])&&!y(n)&&((a=n[u])&&(n[u]=null),ce.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,Nt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,Nt),ce.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=ce.extend(new ce.Event,n,{type:e,isSimulated:!0});ce.event.trigger(r,null,t)}}),ce.fn.extend({trigger:function(e,t){return this.each(function(){ce.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return ce.event.trigger(e,t,n,!0)}});var qt=/\[\]$/,Lt=/\r?\n/g,Ht=/^(?:submit|button|image|reset|file)$/i,Ot=/^(?:input|select|textarea|keygen)/i;function Pt(n,e,r,i){var t;if(Array.isArray(e))ce.each(e,function(e,t){r||qt.test(n)?i(n,t):Pt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==x(e))i(n,e);else for(t in e)Pt(n+"["+t+"]",e[t],r,i)}ce.param=function(e,t){var n,r=[],i=function(e,t){var n=v(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!ce.isPlainObject(e))ce.each(e,function(){i(this.name,this.value)});else for(n in e)Pt(n,e[n],t,i);return r.join("&")},ce.fn.extend({serialize:function(){return ce.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ce.prop(this,"elements");return e?ce.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ce(this).is(":disabled")&&Ot.test(this.nodeName)&&!Ht.test(e)&&(this.checked||!we.test(e))}).map(function(e,t){var n=ce(this).val();return null==n?null:Array.isArray(n)?ce.map(n,function(e){return{name:t.name,value:e.replace(Lt,"\r\n")}}):{name:t.name,value:n.replace(Lt,"\r\n")}}).get()}});var Mt=/%20/g,Rt=/#.*$/,It=/([?&])_=[^&]*/,Wt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ft=/^(?:GET|HEAD)$/,$t=/^\/\//,Bt={},_t={},zt="*/".concat("*"),Xt=C.createElement("a");function Ut(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(D)||[];if(v(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function Vt(t,i,o,a){var s={},u=t===_t;function l(e){var r;return s[e]=!0,ce.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function Gt(e,t){var n,r,i=ce.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&ce.extend(!0,e,r),e}Xt.href=Et.href,ce.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Et.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Et.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":zt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":ce.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Gt(Gt(e,ce.ajaxSettings),t):Gt(ce.ajaxSettings,e)},ajaxPrefilter:Ut(Bt),ajaxTransport:Ut(_t),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,v=ce.ajaxSetup({},t),y=v.context||v,m=v.context&&(y.nodeType||y.jquery)?ce(y):ce.event,x=ce.Deferred(),b=ce.Callbacks("once memory"),w=v.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Wt.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(v.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),v.url=((e||v.url||Et.href)+"").replace($t,Et.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(D)||[""],null==v.crossDomain){r=C.createElement("a");try{r.href=v.url,r.href=r.href,v.crossDomain=Xt.protocol+"//"+Xt.host!=r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=ce.param(v.data,v.traditional)),Vt(Bt,v,t,T),h)return T;for(i in(g=ce.event&&v.global)&&0==ce.active++&&ce.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ft.test(v.type),f=v.url.replace(Rt,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(Mt,"+")):(o=v.url.slice(f.length),v.data&&(v.processData||"string"==typeof v.data)&&(f+=(At.test(f)?"&":"?")+v.data,delete v.data),!1===v.cache&&(f=f.replace(It,"$1"),o=(At.test(f)?"&":"?")+"_="+jt.guid+++o),v.url=f+o),v.ifModified&&(ce.lastModified[f]&&T.setRequestHeader("If-Modified-Since",ce.lastModified[f]),ce.etag[f]&&T.setRequestHeader("If-None-Match",ce.etag[f])),(v.data&&v.hasContent&&!1!==v.contentType||t.contentType)&&T.setRequestHeader("Content-Type",v.contentType),T.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+zt+"; q=0.01":""):v.accepts["*"]),v.headers)T.setRequestHeader(i,v.headers[i]);if(v.beforeSend&&(!1===v.beforeSend.call(y,T,v)||h))return T.abort();if(u="abort",b.add(v.complete),T.done(v.success),T.fail(v.error),c=Vt(_t,v,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,v]),h)return T;v.async&&0<v.timeout&&(d=ie.setTimeout(function(){T.abort("timeout")},v.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&ie.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(v,T,n)),!i&&-1<ce.inArray("script",v.dataTypes)&&ce.inArray("json",v.dataTypes)<0&&(v.converters["text script"]=function(){}),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(v,s,T,i),i?(v.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(ce.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(ce.etag[f]=u)),204===e||"HEAD"===v.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(y,[o,l,T]):x.rejectWith(y,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,v,i?o:a]),b.fireWith(y,[T,l]),g&&(m.trigger("ajaxComplete",[T,v]),--ce.active||ce.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return ce.get(e,t,n,"json")},getScript:function(e,t){return ce.get(e,void 0,t,"script")}}),ce.each(["get","post"],function(e,i){ce[i]=function(e,t,n,r){return v(t)&&(r=r||n,n=t,t=void 0),ce.ajax(ce.extend({url:e,type:i,dataType:r,data:t,success:n},ce.isPlainObject(e)&&e))}}),ce.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),ce._evalUrl=function(e,t,n){return ce.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){ce.globalEval(e,t,n)}})},ce.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(e)&&(e=e.call(this[0])),t=ce(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return v(n)?this.each(function(e){ce(this).wrapInner(n.call(this,e))}):this.each(function(){var e=ce(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=v(t);return this.each(function(e){ce(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){ce(this).replaceWith(this.childNodes)}),this}}),ce.expr.pseudos.hidden=function(e){return!ce.expr.pseudos.visible(e)},ce.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},ce.ajaxSettings.xhr=function(){try{return new ie.XMLHttpRequest}catch(e){}};var Yt={0:200,1223:204},Qt=ce.ajaxSettings.xhr();le.cors=!!Qt&&"withCredentials"in Qt,le.ajax=Qt=!!Qt,ce.ajaxTransport(function(i){var o,a;if(le.cors||Qt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(Yt[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&ie.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),ce.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),ce.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return ce.globalEval(e),e}}}),ce.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),ce.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=ce("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=Tt(e.slice(s)),e=e.slice(0,s)),v(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&ce.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?ce("<div>").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}});var en=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;ce.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),v(e))return r=ae.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(ae.call(arguments)))}).guid=e.guid=e.guid||ce.guid++,i},ce.holdReady=function(e){e?ce.readyWait++:ce.ready(!0)},ce.isArray=Array.isArray,ce.parseJSON=JSON.parse,ce.nodeName=fe,ce.isFunction=v,ce.isWindow=y,ce.camelCase=F,ce.type=x,ce.now=Date.now,ce.isNumeric=function(e){var t=ce.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},ce.trim=function(e){return null==e?"":(e+"").replace(en,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return ce});var tn=ie.jQuery,nn=ie.$;return ce.noConflict=function(e){return ie.$===ce&&(ie.$=nn),e&&ie.jQuery===ce&&(ie.jQuery=tn),ce},"undefined"==typeof e&&(ie.jQuery=ie.$=ce),ce}); | ||
diff --git a/doc/script-files/jquery-ui.min.js b/doc/script-files/jquery-ui.min.js new file mode 100644 index 0000000..8166a15 --- /dev/null +++ b/doc/script-files/jquery-ui.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! jQuery UI - v1.13.2 - 2023-02-27 | ||
2 | * http://jqueryui.com | ||
3 | * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu.js | ||
4 | * Copyright jQuery Foundation and other contributors; Licensed MIT */ | ||
5 | |||
6 | !function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";x.ui=x.ui||{};x.ui.version="1.13.2";var n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}l[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n<o;n++)for(e in s[n])i=s[n][e],l.call(s[n],e)&&void 0!==i&&(x.isPlainObject(i)?t[e]=x.isPlainObject(t[e])?x.widget.extend({},t[e],i):x.widget.extend({},i):t[e]=i);return t},x.widget.bridge=function(o,e){var l=e.prototype.widgetFullName||o;x.fn[o]=function(i){var t="string"==typeof i,s=a.call(arguments,1),n=this;return t?this.length||"instance"!==i?this.each(function(){var t,e=x.data(this,l);return"instance"===i?(n=e,!1):e?"function"!=typeof e[i]||"_"===i.charAt(0)?x.error("no such method '"+i+"' for "+o+" widget instance"):(t=e[i].apply(e,s))!==e&&void 0!==t?(n=t&&t.jquery?n.pushStack(t.get()):t,!1):void 0:x.error("cannot call methods on "+o+" prior to initialization; attempted to call method '"+i+"'")}):n=void 0:(s.length&&(i=x.widget.extend.apply(null,[i].concat(s))),this.each(function(){var t=x.data(this,l);t?(t.option(i||{}),t._init&&t._init()):x.data(this,l,new e(i,this))})),n}},x.Widget=function(){},x.Widget._childConstructors=[],x.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n<i.length-1;n++)s[i[n]]=s[i[n]]||{},s=s[i[n]];if(t=i.pop(),1===arguments.length)return void 0===s[t]?null:s[t];s[t]=e}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=e}return this._setOptions(o),this},_setOptions:function(t){for(var e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(t){var e,i,s;for(e in t)s=this.classesElementLookup[e],t[e]!==this.options.classes[e]&&s&&s.length&&(i=x(s.get()),this._removeClass(s,e),i.addClass(this._classes({element:i,keys:e,classes:t,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(n){var o=[],l=this;function t(t,e){for(var i,s=0;s<t.length;s++)i=l.classesElementLookup[t[s]]||x(),i=n.add?(function(){var i=[];n.element.each(function(t,e){x.map(l.classesElementLookup,function(t){return t}).some(function(t){return t.is(e)})||i.push(e)}),l._on(x(i),{remove:"_untrackClassesElement"})}(),x(x.uniqueSort(i.get().concat(n.element.get())))):x(i.not(n.element).get()),l.classesElementLookup[t[s]]=i,o.push(t[s]),e&&n.classes[t[s]]&&o.push(n.classes[t[s]])}return(n=x.extend({element:this.element,classes:this.options.classes||{}},n)).keys&&t(n.keys.match(/\S+/g)||[],!0),n.extra&&t(n.extra.match(/\S+/g)||[]),o.join(" ")},_untrackClassesElement:function(i){var s=this;x.each(s.classesElementLookup,function(t,e){-1!==x.inArray(i.target,e)&&(s.classesElementLookup[t]=x(e.not(i.target).get()))}),this._off(x(i.target))},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){var n="string"==typeof t||null===t,i={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s="boolean"==typeof s?s:i};return i.element.toggleClass(this._classes(i),s),this},_on:function(n,o,t){var l,a=this;"boolean"!=typeof n&&(t=o,o=n,n=!1),t?(o=l=x(o),this.bindings=this.bindings.add(o)):(t=o,o=this.element,l=this.widget()),x.each(t,function(t,e){function i(){if(n||!0!==a.options.disabled&&!x(this).hasClass("ui-state-disabled"))return("string"==typeof e?a[e]:e).apply(a,arguments)}"string"!=typeof e&&(i.guid=e.guid=e.guid||i.guid||x.guid++);var s=t.match(/^([\w:-]*)\s*(.*)$/),t=s[1]+a.eventNamespace,s=s[2];s?l.on(t,s,i):o.on(t,i)})},_off:function(t,e){e=(e||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(e),this.bindings=x(this.bindings.not(t).get()),this.focusable=x(this.focusable.not(t).get()),this.hoverable=x(this.hoverable.not(t).get())},_delay:function(t,e){var i=this;return setTimeout(function(){return("string"==typeof t?i[t]:t).apply(i,arguments)},e||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(x(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(x(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(x(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(x(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,e,i){var s,n,o=this.options[t];if(i=i||{},(e=x.Event(e)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),e.target=this.element[0],n=e.originalEvent)for(s in n)s in e||(e[s]=n[s]);return this.element.trigger(e,i),!("function"==typeof o&&!1===o.apply(this.element[0],[e].concat(i))||e.isDefaultPrevented())}},x.each({show:"fadeIn",hide:"fadeOut"},function(o,l){x.Widget.prototype["_"+o]=function(e,t,i){var s,n=(t="string"==typeof t?{effect:t}:t)?!0!==t&&"number"!=typeof t&&t.effect||l:o;"number"==typeof(t=t||{})?t={duration:t}:!0===t&&(t={}),s=!x.isEmptyObject(t),t.complete=i,t.delay&&e.delay(t.delay),s&&x.effects&&x.effects.effect[n]?e[o](t):n!==o&&e[n]?e[n](t.duration,t.easing,i):e.queue(function(t){x(this)[o](),i&&i.call(e[0]),t()})}});var s,C,E,o,r,u,h,c,k;x.widget;function T(t,e,i){return[parseFloat(t[0])*(c.test(t[0])?e/100:1),parseFloat(t[1])*(c.test(t[1])?i/100:1)]}function A(t,e){return parseInt(x.css(t,e),10)||0}function W(t){return null!=t&&t===t.window}C=Math.max,E=Math.abs,o=/left|center|right/,r=/top|center|bottom/,u=/[\+\-]\d+(\.[\d]+)?%?/,h=/^\w+/,c=/%$/,k=x.fn.position,x.position={scrollbarWidth:function(){if(void 0!==s)return s;var t,e=x("<div style='display:block;position:absolute;width:200px;height:200px;overflow:hidden;'><div style='height:300px;width:auto;'></div></div>"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.width<t.element[0].scrollWidth;return{width:"scroll"===i||"auto"===i&&t.height<t.element[0].scrollHeight?x.position.scrollbarWidth():0,height:e?x.position.scrollbarWidth():0}},getWithinInfo:function(t){var e=x(t||window),i=W(e[0]),s=!!e[0]&&9===e[0].nodeType;return{element:e,isWindow:i,isDocument:s,offset:!i&&!s?x(t).offset():{left:0,top:0},scrollLeft:e.scrollLeft(),scrollTop:e.scrollTop(),width:e.outerWidth(),height:e.outerHeight()}}},x.fn.position=function(c){if(!c||!c.of)return k.apply(this,arguments);var d,f,m,p,v,t,g="string"==typeof(c=x.extend({},c)).of?x(document).find(c.of):x(c.of),_=x.position.getWithinInfo(c.within),y=x.position.getScrollInfo(_),b=(c.collision||"flip").split(" "),w={},e=9===(t=(e=g)[0]).nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:W(t)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:t.preventDefault?{width:0,height:0,offset:{top:t.pageY,left:t.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()};return g[0].preventDefault&&(c.at="left top"),f=e.width,m=e.height,v=x.extend({},p=e.offset),x.each(["my","at"],function(){var t,e,i=(c[this]||"").split(" ");(i=1===i.length?o.test(i[0])?i.concat(["center"]):r.test(i[0])?["center"].concat(i):["center","center"]:i)[0]=o.test(i[0])?i[0]:"center",i[1]=r.test(i[1])?i[1]:"center",t=u.exec(i[0]),e=u.exec(i[1]),w[this]=[t?t[0]:0,e?e[0]:0],c[this]=[h.exec(i[0])[0],h.exec(i[1])[0]]}),1===b.length&&(b[1]=b[0]),"right"===c.at[0]?v.left+=f:"center"===c.at[0]&&(v.left+=f/2),"bottom"===c.at[1]?v.top+=m:"center"===c.at[1]&&(v.top+=m/2),d=T(w.at,f,m),v.left+=d[0],v.top+=d[1],this.each(function(){var i,t,l=x(this),a=l.outerWidth(),r=l.outerHeight(),e=A(this,"marginLeft"),s=A(this,"marginTop"),n=a+e+A(this,"marginRight")+y.width,o=r+s+A(this,"marginBottom")+y.height,u=x.extend({},v),h=T(w.my,l.outerWidth(),l.outerHeight());"right"===c.my[0]?u.left-=a:"center"===c.my[0]&&(u.left-=a/2),"bottom"===c.my[1]?u.top-=r:"center"===c.my[1]&&(u.top-=r/2),u.left+=h[0],u.top+=h[1],i={marginLeft:e,marginTop:s},x.each(["left","top"],function(t,e){x.ui.position[b[t]]&&x.ui.position[b[t]][e](u,{targetWidth:f,targetHeight:m,elemWidth:a,elemHeight:r,collisionPosition:i,collisionWidth:n,collisionHeight:o,offset:[d[0]+h[0],d[1]+h[1]],my:c.my,at:c.at,within:_,elem:l})}),c.using&&(t=function(t){var e=p.left-u.left,i=e+f-a,s=p.top-u.top,n=s+m-r,o={target:{element:g,left:p.left,top:p.top,width:f,height:m},element:{element:l,left:u.left,top:u.top,width:a,height:r},horizontal:i<0?"left":0<e?"right":"center",vertical:n<0?"top":0<s?"bottom":"middle"};f<a&&E(e+i)<f&&(o.horizontal="center"),m<r&&E(s+n)<m&&(o.vertical="middle"),C(E(e),E(i))>C(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0<l&&a<=0?(i=t.left+l+e.collisionWidth-n-s,t.left+=l-i):t.left=!(0<a&&l<=0)&&a<l?s+n-e.collisionWidth:s:0<l?t.left+=l:0<a?t.left-=a:t.left=C(t.left-o,t.left)},top:function(t,e){var i=e.within,s=i.isWindow?i.scrollTop:i.offset.top,n=e.within.height,o=t.top-e.collisionPosition.marginTop,l=s-o,a=o+e.collisionHeight-n-s;e.collisionHeight>n?0<l&&a<=0?(i=t.top+l+e.collisionHeight-n-s,t.top+=l-i):t.top=!(0<a&&l<=0)&&a<l?s+n-e.collisionHeight:s:0<l?t.top+=l:0<a?t.top-=a:t.top=C(t.top-o,t.top)}},flip:{left:function(t,e){var i=e.within,s=i.offset.left+i.scrollLeft,n=i.width,o=i.isWindow?i.scrollLeft:i.offset.left,l=t.left-e.collisionPosition.marginLeft,a=l-o,r=l+e.collisionWidth-n-o,u="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,i="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,l=-2*e.offset[0];a<0?((s=t.left+u+i+l+e.collisionWidth-n-s)<0||s<E(a))&&(t.left+=u+i+l):0<r&&(0<(o=t.left-e.collisionPosition.marginLeft+u+i+l-o)||E(o)<r)&&(t.left+=u+i+l)},top:function(t,e){var i=e.within,s=i.offset.top+i.scrollTop,n=i.height,o=i.isWindow?i.scrollTop:i.offset.top,l=t.top-e.collisionPosition.marginTop,a=l-o,r=l+e.collisionHeight-n-o,u="top"===e.my[1]?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,i="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,l=-2*e.offset[1];a<0?((s=t.top+u+i+l+e.collisionHeight-n-s)<0||s<E(a))&&(t.top+=u+i+l):0<r&&(0<(o=t.top-e.collisionPosition.marginTop+u+i+l-o)||E(o)<r)&&(t.top+=u+i+l)}},flipfit:{left:function(){x.ui.position.flip.left.apply(this,arguments),x.ui.position.fit.left.apply(this,arguments)},top:function(){x.ui.position.flip.top.apply(this,arguments),x.ui.position.fit.top.apply(this,arguments)}}};var t;x.ui.position,x.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},x.fn.extend({uniqueId:(t=0,function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&x(this).removeAttr("id")})}}),x.ui.safeActiveElement=function(e){var i;try{i=e.activeElement}catch(t){i=e.body}return i=!(i=i||e.body).nodeName?e.body:i},x.widget("ui.menu",{version:"1.13.2",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("<span>").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s<e+t&&this.activeMenu.scrollTop(i+e-s+t))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(t){var e=x.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true"),t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(e)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var t=i?this.element:x(e&&e.target).closest(this.element.find(".ui-menu"));t.length||(t=this.element),this._close(t),this.blur(e),this._removeClass(t.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=t},i?0:this.delay)},_close:function(t){(t=t||(this.active?this.active.parent():this.element)).find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(t){return!x(t.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this._menuItems(this.active.children(".ui-menu")).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_menuItems:function(t){return(t||this.element).find(this.options.items).filter(".ui-menu-item")},_move:function(t,e,i){var s;(s=this.active?"first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").last():this.active[t+"All"](".ui-menu-item").first():s)&&s.length&&this.active||(s=this._menuItems(this.activeMenu)[e]()),this.focus(i,s)},nextPage:function(t){var e,i,s;this.active?this.isLastItem()||(this._hasScroll()?(i=this.active.offset().top,s=this.element.innerHeight(),0===x.fn.jquery.indexOf("3.2.")&&(s+=this.element[0].offsetHeight-this.element.outerHeight()),this.active.nextAll(".ui-menu-item").each(function(){return(e=x(this)).offset().top-i-s<0}),this.focus(t,e)):this.focus(t,this._menuItems(this.activeMenu)[this.active?"last":"first"]())):this.next(t)},previousPage:function(t){var e,i,s;this.active?this.isFirstItem()||(this._hasScroll()?(i=this.active.offset().top,s=this.element.innerHeight(),0===x.fn.jquery.indexOf("3.2.")&&(s+=this.element[0].offsetHeight-this.element.outerHeight()),this.active.prevAll(".ui-menu-item").each(function(){return 0<(e=x(this)).offset().top-i+s}),this.focus(t,e)):this.focus(t,this._menuItems(this.activeMenu).first())):this.next(t)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(t){this.active=this.active||x(t.target).closest(".ui-menu-item");var e={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(t,!0),this._trigger("select",t,e)},_filterMenuItems:function(t){var t=t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),e=new RegExp("^"+t,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return e.test(String.prototype.trim.call(x(this).children(".ui-menu-item-wrapper").text()))})}});x.widget("ui.autocomplete",{version:"1.13.2",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("<div>").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length<this.options.minLength?this.close(e):!1!==this._trigger("search",e)?this._search(t):void 0},_search:function(t){this.pending++,this._addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:t},this._response())},_response:function(){var e=++this.requestIndex;return function(t){e===this.requestIndex&&this.__response(t),this.pending--,this.pending||this._removeClass("ui-autocomplete-loading")}.bind(this)},__response:function(t){t=t&&this._normalize(t),this._trigger("response",null,{content:t}),!this.options.disabled&&t&&t.length&&!this.cancelSearch?(this._suggest(t),this._trigger("open")):this._close()},close:function(t){this.cancelSearch=!0,this._close(t)},_close:function(t){this._off(this.document,"mousedown"),this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",t))},_change:function(t){this.previous!==this._value()&&this._trigger("change",t,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:x.map(t,function(t){return"string"==typeof t?{label:t,value:t}:x.extend({},t,{label:t.label||t.value,value:t.value||t.label})})},_suggest:function(t){var e=this.menu.element.empty();this._renderMenu(e,t),this.isNewMenu=!0,this.menu.refresh(),e.show(),this._resizeMenu(),e.position(x.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next(),this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var t=this.menu.element;t.outerWidth(Math.max(t.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(i,t){var s=this;x.each(t,function(t,e){s._renderItemData(i,e)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-autocomplete-item",e)},_renderItem:function(t,e){return x("<li>").append(x("<div>").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1<t?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var e;this._superApply(arguments),this.options.disabled||this.cancelSearch||(e=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("<div>").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file | ||
diff --git a/doc/script-files/script.js b/doc/script-files/script.js new file mode 100644 index 0000000..b5b30fc --- /dev/null +++ b/doc/script-files/script.js | |||
@@ -0,0 +1,467 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved. | ||
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
4 | * | ||
5 | * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
6 | */ | ||
7 | |||
8 | var moduleSearchIndex; | ||
9 | var packageSearchIndex; | ||
10 | var typeSearchIndex; | ||
11 | var memberSearchIndex; | ||
12 | var tagSearchIndex; | ||
13 | |||
14 | var oddRowColor = "odd-row-color"; | ||
15 | var evenRowColor = "even-row-color"; | ||
16 | var sortAsc = "sort-asc"; | ||
17 | var sortDesc = "sort-desc"; | ||
18 | var tableTab = "table-tab"; | ||
19 | var activeTableTab = "active-table-tab"; | ||
20 | |||
21 | const linkIcon = "Link icon"; | ||
22 | const linkToSection = "Link to this section"; | ||
23 | |||
24 | function loadScripts(doc, tag) { | ||
25 | createElem(doc, tag, 'script-files/search.js'); | ||
26 | |||
27 | createElem(doc, tag, 'module-search-index.js'); | ||
28 | createElem(doc, tag, 'package-search-index.js'); | ||
29 | createElem(doc, tag, 'type-search-index.js'); | ||
30 | createElem(doc, tag, 'member-search-index.js'); | ||
31 | createElem(doc, tag, 'tag-search-index.js'); | ||
32 | } | ||
33 | |||
34 | function createElem(doc, tag, path) { | ||
35 | var script = doc.createElement(tag); | ||
36 | var scriptElement = doc.getElementsByTagName(tag)[0]; | ||
37 | script.src = pathtoroot + path; | ||
38 | scriptElement.parentNode.insertBefore(script, scriptElement); | ||
39 | } | ||
40 | |||
41 | // Helper for making content containing release names comparable lexicographically | ||
42 | function makeComparable(s) { | ||
43 | return s.toLowerCase().replace(/(\d+)/g, | ||
44 | function(n, m) { | ||
45 | return ("000" + m).slice(-4); | ||
46 | }); | ||
47 | } | ||
48 | |||
49 | // Switches between two styles depending on a condition | ||
50 | function toggleStyle(classList, condition, trueStyle, falseStyle) { | ||
51 | if (condition) { | ||
52 | classList.remove(falseStyle); | ||
53 | classList.add(trueStyle); | ||
54 | } else { | ||
55 | classList.remove(trueStyle); | ||
56 | classList.add(falseStyle); | ||
57 | } | ||
58 | } | ||
59 | |||
60 | // Sorts the rows in a table lexicographically by the content of a specific column | ||
61 | function sortTable(header, columnIndex, columns) { | ||
62 | var container = header.parentElement; | ||
63 | var descending = header.classList.contains(sortAsc); | ||
64 | container.querySelectorAll("div.table-header").forEach( | ||
65 | function(header) { | ||
66 | header.classList.remove(sortAsc); | ||
67 | header.classList.remove(sortDesc); | ||
68 | } | ||
69 | ) | ||
70 | var cells = container.children; | ||
71 | var rows = []; | ||
72 | for (var i = columns; i < cells.length; i += columns) { | ||
73 | rows.push(Array.prototype.slice.call(cells, i, i + columns)); | ||
74 | } | ||
75 | var comparator = function(a, b) { | ||
76 | var ka = makeComparable(a[columnIndex].textContent); | ||
77 | var kb = makeComparable(b[columnIndex].textContent); | ||
78 | if (ka < kb) | ||
79 | return descending ? 1 : -1; | ||
80 | if (ka > kb) | ||
81 | return descending ? -1 : 1; | ||
82 | return 0; | ||
83 | }; | ||
84 | var sorted = rows.sort(comparator); | ||
85 | var visible = 0; | ||
86 | sorted.forEach(function(row) { | ||
87 | if (row[0].style.display !== 'none') { | ||
88 | var isEvenRow = visible++ % 2 === 0; | ||
89 | } | ||
90 | row.forEach(function(cell) { | ||
91 | toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); | ||
92 | container.appendChild(cell); | ||
93 | }) | ||
94 | }); | ||
95 | toggleStyle(header.classList, descending, sortDesc, sortAsc); | ||
96 | } | ||
97 | |||
98 | // Toggles the visibility of a table category in all tables in a page | ||
99 | function toggleGlobal(checkbox, selected, columns) { | ||
100 | const display = checkbox.checked ? '' : 'none'; | ||
101 | const selectOther = selected === "other"; | ||
102 | const selectAll = selected === "all"; | ||
103 | if (selectAll) { | ||
104 | document.querySelectorAll('.checkboxes input[type="checkbox"]').forEach(c => { | ||
105 | c.checked = checkbox.checked; | ||
106 | }); | ||
107 | } | ||
108 | document.querySelectorAll("div.table-tabs").forEach(t => { | ||
109 | const id = t.parentElement.getAttribute("id"); | ||
110 | const selectedClass = id + "-tab" + (selectOther ? "" : selected); | ||
111 | var visible = 0; | ||
112 | t.parentElement.querySelectorAll('div.' + id) | ||
113 | .forEach(function(elem) { | ||
114 | if (selectAll | ||
115 | || (!selectOther && elem.classList.contains(selectedClass)) | ||
116 | || (selectOther && elem.className.indexOf(selectedClass) < 0)) { | ||
117 | elem.style.display = display; | ||
118 | } | ||
119 | if (elem.style.display === '') { | ||
120 | var isEvenRow = visible++ % (columns * 2) < columns; | ||
121 | toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); | ||
122 | } | ||
123 | }); | ||
124 | var displaySection = visible === 0 ? 'none' : ''; | ||
125 | t.parentElement.style.display = displaySection; | ||
126 | document.querySelector("li#contents-" + id).style.display = displaySection; | ||
127 | }) | ||
128 | } | ||
129 | |||
130 | // Shows the elements of a table belonging to a specific category | ||
131 | function show(tableId, selected, columns) { | ||
132 | if (tableId !== selected) { | ||
133 | document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') | ||
134 | .forEach(function(elem) { | ||
135 | elem.style.display = 'none'; | ||
136 | }); | ||
137 | } | ||
138 | document.querySelectorAll('div.' + selected) | ||
139 | .forEach(function(elem, index) { | ||
140 | elem.style.display = ''; | ||
141 | var isEvenRow = index % (columns * 2) < columns; | ||
142 | toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); | ||
143 | }); | ||
144 | updateTabs(tableId, selected); | ||
145 | } | ||
146 | |||
147 | function updateTabs(tableId, selected) { | ||
148 | document.getElementById(tableId + '.tabpanel') | ||
149 | .setAttribute('aria-labelledby', selected); | ||
150 | document.querySelectorAll('button[id^="' + tableId + '"]') | ||
151 | .forEach(function(tab, index) { | ||
152 | if (selected === tab.id || (tableId === selected && index === 0)) { | ||
153 | tab.className = activeTableTab; | ||
154 | tab.setAttribute('aria-selected', true); | ||
155 | tab.setAttribute('tabindex',0); | ||
156 | } else { | ||
157 | tab.className = tableTab; | ||
158 | tab.setAttribute('aria-selected', false); | ||
159 | tab.setAttribute('tabindex',-1); | ||
160 | } | ||
161 | }); | ||
162 | } | ||
163 | |||
164 | function switchTab(e) { | ||
165 | var selected = document.querySelector('[aria-selected=true]'); | ||
166 | if (selected) { | ||
167 | if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { | ||
168 | // left or up arrow key pressed: move focus to previous tab | ||
169 | selected.previousSibling.click(); | ||
170 | selected.previousSibling.focus(); | ||
171 | e.preventDefault(); | ||
172 | } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { | ||
173 | // right or down arrow key pressed: move focus to next tab | ||
174 | selected.nextSibling.click(); | ||
175 | selected.nextSibling.focus(); | ||
176 | e.preventDefault(); | ||
177 | } | ||
178 | } | ||
179 | } | ||
180 | |||
181 | var updateSearchResults = function() {}; | ||
182 | |||
183 | function indexFilesLoaded() { | ||
184 | return moduleSearchIndex | ||
185 | && packageSearchIndex | ||
186 | && typeSearchIndex | ||
187 | && memberSearchIndex | ||
188 | && tagSearchIndex; | ||
189 | } | ||
190 | // Copy the contents of the local snippet to the clipboard | ||
191 | function copySnippet(button) { | ||
192 | copyToClipboard(button.nextElementSibling.innerText); | ||
193 | switchCopyLabel(button, button.firstElementChild); | ||
194 | } | ||
195 | function copyToClipboard(content) { | ||
196 | var textarea = document.createElement("textarea"); | ||
197 | textarea.style.height = 0; | ||
198 | document.body.appendChild(textarea); | ||
199 | textarea.value = content; | ||
200 | textarea.select(); | ||
201 | document.execCommand("copy"); | ||
202 | document.body.removeChild(textarea); | ||
203 | } | ||
204 | function switchCopyLabel(button, span) { | ||
205 | var copied = span.getAttribute("data-copied"); | ||
206 | button.classList.add("visible"); | ||
207 | var initialLabel = span.innerHTML; | ||
208 | span.innerHTML = copied; | ||
209 | setTimeout(function() { | ||
210 | button.classList.remove("visible"); | ||
211 | setTimeout(function() { | ||
212 | if (initialLabel !== copied) { | ||
213 | span.innerHTML = initialLabel; | ||
214 | } | ||
215 | }, 100); | ||
216 | }, 1900); | ||
217 | } | ||
218 | function setTopMargin() { | ||
219 | // Dynamically set scroll margin to accomodate for draft header | ||
220 | var headerHeight = Math.ceil(document.querySelector("header").offsetHeight); | ||
221 | document.querySelector(":root") | ||
222 | .style.setProperty("--nav-height", headerHeight + "px"); | ||
223 | } | ||
224 | document.addEventListener("readystatechange", (e) => { | ||
225 | if (document.readyState === "interactive") { | ||
226 | setTopMargin(); | ||
227 | } | ||
228 | if (sessionStorage.getItem("sidebar") === "hidden") { | ||
229 | const sidebar = document.querySelector(".main-grid nav.toc"); | ||
230 | if (sidebar) sidebar.classList.add("hide-sidebar"); | ||
231 | } | ||
232 | }); | ||
233 | document.addEventListener("DOMContentLoaded", function(e) { | ||
234 | setTopMargin(); | ||
235 | // Make sure current element is visible in breadcrumb navigation on small displays | ||
236 | const subnav = document.querySelector("ol.sub-nav-list"); | ||
237 | if (subnav && subnav.lastElementChild) { | ||
238 | subnav.lastElementChild.scrollIntoView({ behavior: "instant", inline: "start", block: "nearest" }); | ||
239 | } | ||
240 | // Clone TOC sidebar to header for mobile navigation | ||
241 | const navbar = document.querySelector("div#navbar-top"); | ||
242 | const sidebar = document.querySelector(".main-grid nav.toc"); | ||
243 | const main = document.querySelector(".main-grid main"); | ||
244 | const mainnav = navbar.querySelector("ul.nav-list"); | ||
245 | const toggleButton = document.querySelector("button#navbar-toggle-button"); | ||
246 | const toc = sidebar ? sidebar.cloneNode(true) : null; | ||
247 | if (toc) { | ||
248 | navbar.appendChild(toc); | ||
249 | } | ||
250 | document.querySelectorAll("input.filter-input").forEach(function(input) { | ||
251 | input.removeAttribute("disabled"); | ||
252 | input.setAttribute("autocapitalize", "off"); | ||
253 | input.value = ""; | ||
254 | input.addEventListener("input", function(e) { | ||
255 | const pattern = input.value ? input.value.trim() | ||
256 | .replace(/[\[\]{}()*+?.\\^$|]/g, '\\$&') | ||
257 | .replace(/\s+/g, ".*") : ""; | ||
258 | input.nextElementSibling.style.display = pattern ? "inline" : "none"; | ||
259 | const filter = new RegExp(pattern, "i"); | ||
260 | input.parentNode.parentNode.querySelectorAll("ol.toc-list li").forEach((li) => { | ||
261 | if (filter.test(li.innerText)) { | ||
262 | li.removeAttribute("style"); | ||
263 | } else { | ||
264 | li.style.display = "none"; | ||
265 | } | ||
266 | }); | ||
267 | if (expanded) { | ||
268 | expand(); | ||
269 | } | ||
270 | }); | ||
271 | }); | ||
272 | document.querySelectorAll("input.reset-filter").forEach((button) => { | ||
273 | button.removeAttribute("disabled"); | ||
274 | button.addEventListener("click", (e) => { | ||
275 | const input = button.previousElementSibling; | ||
276 | input.value = ""; | ||
277 | input.dispatchEvent(new InputEvent("input")); | ||
278 | input.focus(); | ||
279 | if (expanded) { | ||
280 | expand(); | ||
281 | } else { | ||
282 | prevHash = null; | ||
283 | handleScroll(); | ||
284 | } | ||
285 | }) | ||
286 | }); | ||
287 | var expanded = false; | ||
288 | var windowWidth; | ||
289 | function collapse() { | ||
290 | if (expanded) { | ||
291 | mainnav.removeAttribute("style"); | ||
292 | if (toc) { | ||
293 | toc.removeAttribute("style"); | ||
294 | } | ||
295 | toggleButton.classList.remove("expanded") | ||
296 | toggleButton.setAttribute("aria-expanded", "false"); | ||
297 | expanded = false; | ||
298 | } | ||
299 | } | ||
300 | function expand() { | ||
301 | expanded = true; | ||
302 | mainnav.style.display = "block"; | ||
303 | mainnav.style.removeProperty("height"); | ||
304 | var maxHeight = window.innerHeight - subnav.offsetTop + 4; | ||
305 | var expandedHeight = Math.min(maxHeight, mainnav.scrollHeight + 10); | ||
306 | if (toc) { | ||
307 | toc.style.display = "flex"; | ||
308 | expandedHeight = Math.min(maxHeight, | ||
309 | Math.max(expandedHeight, toc.querySelector("div.toc-header").offsetHeight | ||
310 | + toc.querySelector("ol.toc-list").scrollHeight + 10)); | ||
311 | toc.style.height = expandedHeight + "px"; | ||
312 | } | ||
313 | mainnav.style.height = expandedHeight + "px"; | ||
314 | toggleButton.classList.add("expanded"); | ||
315 | toggleButton.setAttribute("aria-expanded", "true"); | ||
316 | windowWidth = window.innerWidth; | ||
317 | } | ||
318 | toggleButton.addEventListener("click", (e) => { | ||
319 | if (expanded) { | ||
320 | collapse(); | ||
321 | } else { | ||
322 | expand(); | ||
323 | } | ||
324 | }); | ||
325 | if (toc) { | ||
326 | toc.querySelectorAll("a").forEach((link) => { | ||
327 | link.addEventListener("click", collapse); | ||
328 | }); | ||
329 | } | ||
330 | document.addEventListener('keydown', (e) => { | ||
331 | if (e.key === "Escape") collapse(); | ||
332 | }); | ||
333 | document.querySelector("main").addEventListener("click", collapse); | ||
334 | const searchInput = document.getElementById("search-input"); | ||
335 | if (searchInput) searchInput.addEventListener("focus", collapse); | ||
336 | document.querySelectorAll("h1, h2, h3, h4, h5, h6") | ||
337 | .forEach((hdr, idx) => { | ||
338 | // Create anchor links for headers with an associated id attribute | ||
339 | var id = hdr.getAttribute("id") || hdr.parentElement.getAttribute("id") | ||
340 | || (hdr.querySelector("a") && hdr.querySelector("a").getAttribute("id")); | ||
341 | if (id) { | ||
342 | var template = document.createElement('template'); | ||
343 | template.innerHTML =" <a href='#" + encodeURI(id) + "' class='anchor-link' aria-label='" + linkToSection | ||
344 | + "'><img src='" + pathtoroot + "resource-files/link.svg' alt='" + linkIcon +"' tabindex='0'" | ||
345 | + " width='16' height='16'></a>"; | ||
346 | hdr.append(...template.content.childNodes); | ||
347 | } | ||
348 | }); | ||
349 | var sections; | ||
350 | var scrollTimeout; | ||
351 | var scrollTimeoutNeeded; | ||
352 | var prevHash; | ||
353 | function initSectionData() { | ||
354 | sections = [{ id: "", top: 0 }].concat(Array.from(main.querySelectorAll("section[id], h2[id], h2 a[id], div[id]")) | ||
355 | .filter((e) => { | ||
356 | return sidebar.querySelector("a[href=\"#" + encodeURI(e.getAttribute("id")) + "\"]") !== null | ||
357 | }).map((e) => { | ||
358 | return { | ||
359 | id: e.getAttribute("id"), | ||
360 | top: e.offsetTop | ||
361 | }; | ||
362 | })); | ||
363 | } | ||
364 | function setScrollTimeout() { | ||
365 | clearTimeout(scrollTimeout); | ||
366 | scrollTimeoutNeeded = false; | ||
367 | scrollTimeout = setTimeout(() => { | ||
368 | scrollTimeout = null; | ||
369 | handleScroll(); | ||
370 | }, 100); | ||
371 | } | ||
372 | function handleScroll() { | ||
373 | if (!sidebar || !sidebar.offsetParent || sidebar.classList.contains("hide-sidebar")) { | ||
374 | return; | ||
375 | } | ||
376 | if (scrollTimeout || scrollTimeoutNeeded) { | ||
377 | setScrollTimeout(); | ||
378 | return; | ||
379 | } | ||
380 | var scrollTop = document.documentElement.scrollTop; | ||
381 | var scrollHeight = document.documentElement.scrollHeight; | ||
382 | var currHash = null; | ||
383 | if (scrollHeight - scrollTop < window.innerHeight + 10) { | ||
384 | // Select last item if at bottom of the page | ||
385 | currHash = "#" + encodeURI(sections.at(-1).id); | ||
386 | } else { | ||
387 | for (var i = 0; i < sections.length; i++) { | ||
388 | var top = sections[i].top; | ||
389 | var bottom = sections[i + 1] ? sections[i + 1].top : scrollHeight; | ||
390 | if (top + ((bottom - top) / 2) > scrollTop || bottom > scrollTop + (window.innerHeight / 3)) { | ||
391 | currHash = "#" + encodeURI(sections[i].id); | ||
392 | break; | ||
393 | } | ||
394 | } | ||
395 | } | ||
396 | if (currHash !== prevHash) { | ||
397 | setSelected(currHash); | ||
398 | } | ||
399 | } | ||
400 | function setSelected(hash) { | ||
401 | var prev = sidebar.querySelector("a.current-selection"); | ||
402 | if (prev) | ||
403 | prev.classList.remove("current-selection"); | ||
404 | prevHash = hash; | ||
405 | if (hash) { | ||
406 | var curr = sidebar.querySelector("ol.toc-list a[href=\"" + hash + "\"]"); | ||
407 | if (curr) { | ||
408 | curr.classList.add("current-selection"); | ||
409 | curr.scrollIntoView({ behavior: "instant", block: "nearest" }); | ||
410 | } | ||
411 | } | ||
412 | } | ||
413 | if (sidebar) { | ||
414 | initSectionData(); | ||
415 | document.querySelectorAll("a[href^='#']").forEach((link) => { | ||
416 | link.addEventListener("click", (e) => { | ||
417 | scrollTimeoutNeeded = true; | ||
418 | setSelected(link.getAttribute("href")); | ||
419 | }) | ||
420 | }); | ||
421 | sidebar.querySelector("button.hide-sidebar").addEventListener("click", () => { | ||
422 | sidebar.classList.add("hide-sidebar"); | ||
423 | sessionStorage.setItem("sidebar", "hidden"); | ||
424 | }); | ||
425 | sidebar.querySelector("button.show-sidebar").addEventListener("click", () => { | ||
426 | sidebar.classList.remove("hide-sidebar"); | ||
427 | sessionStorage.removeItem("sidebar"); | ||
428 | initSectionData(); | ||
429 | handleScroll(); | ||
430 | }); | ||
431 | window.addEventListener("hashchange", (e) => { | ||
432 | scrollTimeoutNeeded = true; | ||
433 | }); | ||
434 | if (document.location.hash) { | ||
435 | scrollTimeoutNeeded = true; | ||
436 | setSelected(document.location.hash); | ||
437 | } else { | ||
438 | handleScroll(); | ||
439 | } | ||
440 | window.addEventListener("scroll", handleScroll); | ||
441 | window.addEventListener("scrollend", () => { | ||
442 | if (scrollTimeout) { | ||
443 | clearTimeout(scrollTimeout); | ||
444 | scrollTimeout = null; | ||
445 | handleScroll(); | ||
446 | } | ||
447 | }) | ||
448 | } | ||
449 | // Resize handler | ||
450 | function handleResize(e) { | ||
451 | if (expanded) { | ||
452 | if (windowWidth !== window.innerWidth) { | ||
453 | collapse(); | ||
454 | } else { | ||
455 | expand(); | ||
456 | } | ||
457 | } | ||
458 | if (sections) { | ||
459 | initSectionData(); | ||
460 | prevHash = null; | ||
461 | handleScroll(); | ||
462 | } | ||
463 | setTopMargin(); | ||
464 | } | ||
465 | window.addEventListener("orientationchange", handleResize); | ||
466 | window.addEventListener("resize", handleResize); | ||
467 | }); | ||
diff --git a/doc/script-files/search-page.js b/doc/script-files/search-page.js new file mode 100644 index 0000000..bcbd9b5 --- /dev/null +++ b/doc/script-files/search-page.js | |||
@@ -0,0 +1,267 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved. | ||
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
4 | * | ||
5 | * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
6 | */ | ||
7 | |||
8 | "use strict"; | ||
9 | $(function() { | ||
10 | var copy = $("#page-search-copy"); | ||
11 | var expand = $("#page-search-expand"); | ||
12 | var searchLink = $("span#page-search-link"); | ||
13 | var redirect = $("input#search-redirect"); | ||
14 | function setSearchUrlTemplate() { | ||
15 | var href = document.location.href.split(/[#?]/)[0]; | ||
16 | href += "?q=" + "%s"; | ||
17 | if (redirect.is(":checked")) { | ||
18 | href += "&r=1"; | ||
19 | } | ||
20 | searchLink.html(href); | ||
21 | copy[0].onmouseenter(); | ||
22 | } | ||
23 | function copyLink(e) { | ||
24 | copyToClipboard(this.previousSibling.innerText); | ||
25 | switchCopyLabel(this, this.lastElementChild); | ||
26 | } | ||
27 | copy.click(copyLink); | ||
28 | copy[0].onmouseenter = function() {}; | ||
29 | redirect.click(setSearchUrlTemplate); | ||
30 | setSearchUrlTemplate(); | ||
31 | copy.prop("disabled", false); | ||
32 | redirect.prop("disabled", false); | ||
33 | expand.click(function (e) { | ||
34 | var searchInfo = $("div.page-search-info"); | ||
35 | if(this.parentElement.hasAttribute("open")) { | ||
36 | searchInfo.attr("style", "border-width: 0;"); | ||
37 | } else { | ||
38 | searchInfo.attr("style", "border-width: 1px;").height(searchInfo.prop("scrollHeight")); | ||
39 | } | ||
40 | }); | ||
41 | }); | ||
42 | $(window).on("load", function() { | ||
43 | var input = $("#page-search-input"); | ||
44 | var reset = $("#page-search-reset"); | ||
45 | var notify = $("#page-search-notify"); | ||
46 | var resultSection = $("div#result-section"); | ||
47 | var resultContainer = $("div#result-container"); | ||
48 | var searchTerm = ""; | ||
49 | var activeTab = ""; | ||
50 | var fixedTab = false; | ||
51 | var visibleTabs = []; | ||
52 | var feelingLucky = false; | ||
53 | function renderResults(result) { | ||
54 | if (!result.length) { | ||
55 | notify.html(messages.noResult); | ||
56 | } else if (result.length === 1) { | ||
57 | notify.html(messages.oneResult); | ||
58 | } else { | ||
59 | notify.html(messages.manyResults.replace("{0}", result.length)); | ||
60 | } | ||
61 | resultContainer.empty(); | ||
62 | var r = { | ||
63 | "types": [], | ||
64 | "members": [], | ||
65 | "packages": [], | ||
66 | "modules": [], | ||
67 | "searchTags": [] | ||
68 | }; | ||
69 | for (var i in result) { | ||
70 | var item = result[i]; | ||
71 | var arr = r[item.category]; | ||
72 | arr.push(item); | ||
73 | } | ||
74 | if (!activeTab || r[activeTab].length === 0 || !fixedTab) { | ||
75 | Object.keys(r).reduce(function(prev, curr) { | ||
76 | if (r[curr].length > 0 && r[curr][0].score > prev) { | ||
77 | activeTab = curr; | ||
78 | return r[curr][0].score; | ||
79 | } | ||
80 | return prev; | ||
81 | }, 0); | ||
82 | } | ||
83 | if (feelingLucky && activeTab) { | ||
84 | notify.html(messages.redirecting) | ||
85 | var firstItem = r[activeTab][0]; | ||
86 | window.location = getURL(firstItem.indexItem, firstItem.category); | ||
87 | return; | ||
88 | } | ||
89 | if (result.length > 20) { | ||
90 | if (searchTerm[searchTerm.length - 1] === ".") { | ||
91 | if (activeTab === "types" && r["members"].length > r["types"].length) { | ||
92 | activeTab = "members"; | ||
93 | } else if (activeTab === "packages" && r["types"].length > r["packages"].length) { | ||
94 | activeTab = "types"; | ||
95 | } | ||
96 | } | ||
97 | } | ||
98 | var categoryCount = Object.keys(r).reduce(function(prev, curr) { | ||
99 | return prev + (r[curr].length > 0 ? 1 : 0); | ||
100 | }, 0); | ||
101 | visibleTabs = []; | ||
102 | var tabContainer = $("<div class='table-tabs'></div>").appendTo(resultContainer); | ||
103 | for (var key in r) { | ||
104 | var id = "#result-tab-" + key.replace("searchTags", "search_tags"); | ||
105 | if (r[key].length) { | ||
106 | var count = r[key].length >= 1000 ? "999+" : r[key].length; | ||
107 | if (result.length > 20 && categoryCount > 1) { | ||
108 | var button = $("<button id='result-tab-" + key | ||
109 | + "' class='page-search-header'><span>" + categories[key] + "</span>" | ||
110 | + "<span style='font-weight: normal'> (" + count + ")</span></button>").appendTo(tabContainer); | ||
111 | button.click(key, function(e) { | ||
112 | fixedTab = true; | ||
113 | renderResult(e.data, $(this)); | ||
114 | }); | ||
115 | visibleTabs.push(key); | ||
116 | } else { | ||
117 | $("<span class='page-search-header active-table-tab'>" + categories[key] | ||
118 | + "<span style='font-weight: normal'> (" + count + ")</span></span>").appendTo(tabContainer); | ||
119 | renderTable(key, r[key]).appendTo(resultContainer); | ||
120 | tabContainer = $("<div class='table-tabs'></div>").appendTo(resultContainer); | ||
121 | |||
122 | } | ||
123 | } | ||
124 | } | ||
125 | if (activeTab && result.length > 20 && categoryCount > 1) { | ||
126 | $("button#result-tab-" + activeTab).addClass("active-table-tab"); | ||
127 | renderTable(activeTab, r[activeTab]).appendTo(resultContainer); | ||
128 | } | ||
129 | resultSection.show(); | ||
130 | function renderResult(category, button) { | ||
131 | activeTab = category; | ||
132 | setSearchUrl(); | ||
133 | resultContainer.find("div.summary-table").remove(); | ||
134 | renderTable(activeTab, r[activeTab]).appendTo(resultContainer); | ||
135 | button.siblings().removeClass("active-table-tab"); | ||
136 | button.addClass("active-table-tab"); | ||
137 | } | ||
138 | } | ||
139 | function selectTab(category) { | ||
140 | $("button#result-tab-" + category).click(); | ||
141 | } | ||
142 | function renderTable(category, items) { | ||
143 | var table = $("<div class='summary-table'>") | ||
144 | .addClass(category === "modules" | ||
145 | ? "one-column-search-results" | ||
146 | : "two-column-search-results"); | ||
147 | var col1, col2; | ||
148 | if (category === "modules") { | ||
149 | col1 = "Module"; | ||
150 | } else if (category === "packages") { | ||
151 | col1 = "Module"; | ||
152 | col2 = "Package"; | ||
153 | } else if (category === "types") { | ||
154 | col1 = "Package"; | ||
155 | col2 = "Class" | ||
156 | } else if (category === "members") { | ||
157 | col1 = "Class"; | ||
158 | col2 = "Member"; | ||
159 | } else if (category === "searchTags") { | ||
160 | col1 = "Location"; | ||
161 | col2 = "Name"; | ||
162 | } | ||
163 | $("<div class='table-header col-plain'>" + col1 + "</div>").appendTo(table); | ||
164 | if (category !== "modules") { | ||
165 | $("<div class='table-header col-plain'>" + col2 + "</div>").appendTo(table); | ||
166 | } | ||
167 | $.each(items, function(index, item) { | ||
168 | var rowColor = index % 2 ? "odd-row-color" : "even-row-color"; | ||
169 | renderItem(item, table, rowColor); | ||
170 | }); | ||
171 | return table; | ||
172 | } | ||
173 | function renderItem(item, table, rowColor) { | ||
174 | var label = getHighlightedText(item.input, item.boundaries, item.prefix.length, item.input.length); | ||
175 | var link = $("<a/>") | ||
176 | .attr("href", getURL(item.indexItem, item.category)) | ||
177 | .attr("tabindex", "0") | ||
178 | .addClass("search-result-link") | ||
179 | .html(label); | ||
180 | var container = getHighlightedText(item.input, item.boundaries, 0, item.prefix.length - 1); | ||
181 | if (item.category === "searchTags") { | ||
182 | container = item.indexItem.h || ""; | ||
183 | } | ||
184 | if (item.category !== "modules") { | ||
185 | $("<div/>").html(container).addClass("col-plain").addClass(rowColor).appendTo(table); | ||
186 | } | ||
187 | $("<div/>").html(link).addClass("col-last").addClass(rowColor).appendTo(table); | ||
188 | } | ||
189 | var timeout; | ||
190 | function schedulePageSearch() { | ||
191 | if (timeout) { | ||
192 | clearTimeout(timeout); | ||
193 | } | ||
194 | timeout = setTimeout(function () { | ||
195 | doPageSearch() | ||
196 | }, 100); | ||
197 | } | ||
198 | function doPageSearch() { | ||
199 | setSearchUrl(); | ||
200 | var term = searchTerm = input.val().trim(); | ||
201 | if (term === "") { | ||
202 | notify.html(messages.enterTerm); | ||
203 | activeTab = ""; | ||
204 | fixedTab = false; | ||
205 | resultContainer.empty(); | ||
206 | resultSection.hide(); | ||
207 | } else { | ||
208 | notify.html(messages.searching); | ||
209 | doSearch({ term: term, maxResults: 1200 }, renderResults); | ||
210 | } | ||
211 | } | ||
212 | function setSearchUrl() { | ||
213 | var query = input.val().trim(); | ||
214 | var url = document.location.pathname; | ||
215 | if (query) { | ||
216 | url += "?q=" + encodeURI(query); | ||
217 | if (activeTab && fixedTab) { | ||
218 | url += "&c=" + activeTab; | ||
219 | } | ||
220 | } | ||
221 | history.replaceState({query: query}, "", url); | ||
222 | } | ||
223 | input.on("input", function(e) { | ||
224 | feelingLucky = false; | ||
225 | schedulePageSearch(); | ||
226 | }); | ||
227 | $(document).keydown(function(e) { | ||
228 | if ((e.ctrlKey || e.metaKey) && (e.key === "ArrowLeft" || e.key === "ArrowRight")) { | ||
229 | if (activeTab && visibleTabs.length > 1) { | ||
230 | var idx = visibleTabs.indexOf(activeTab); | ||
231 | idx += e.key === "ArrowLeft" ? visibleTabs.length - 1 : 1; | ||
232 | selectTab(visibleTabs[idx % visibleTabs.length]); | ||
233 | return false; | ||
234 | } | ||
235 | } | ||
236 | }); | ||
237 | reset.click(function() { | ||
238 | notify.html(messages.enterTerm); | ||
239 | resultSection.hide(); | ||
240 | activeTab = ""; | ||
241 | fixedTab = false; | ||
242 | resultContainer.empty(); | ||
243 | input.val('').focus(); | ||
244 | setSearchUrl(); | ||
245 | }); | ||
246 | input.prop("disabled", false); | ||
247 | input.attr("autocapitalize", "off"); | ||
248 | reset.prop("disabled", false); | ||
249 | |||
250 | var urlParams = new URLSearchParams(window.location.search); | ||
251 | if (urlParams.has("q")) { | ||
252 | input.val(urlParams.get("q")) | ||
253 | } | ||
254 | if (urlParams.has("c")) { | ||
255 | activeTab = urlParams.get("c"); | ||
256 | fixedTab = true; | ||
257 | } | ||
258 | if (urlParams.get("r")) { | ||
259 | feelingLucky = true; | ||
260 | } | ||
261 | if (input.val()) { | ||
262 | doPageSearch(); | ||
263 | } else { | ||
264 | notify.html(messages.enterTerm); | ||
265 | } | ||
266 | input.select().focus(); | ||
267 | }); | ||
diff --git a/doc/script-files/search.js b/doc/script-files/search.js new file mode 100644 index 0000000..0486cc6 --- /dev/null +++ b/doc/script-files/search.js | |||
@@ -0,0 +1,436 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved. | ||
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
4 | * | ||
5 | * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
6 | */ | ||
7 | "use strict"; | ||
8 | const messages = { | ||
9 | enterTerm: "Enter a search term", | ||
10 | noResult: "No results found", | ||
11 | oneResult: "Found one result", | ||
12 | manyResults: "Found {0} results", | ||
13 | loading: "Loading search index...", | ||
14 | searching: "Searching...", | ||
15 | redirecting: "Redirecting to first result...", | ||
16 | } | ||
17 | const categories = { | ||
18 | modules: "Modules", | ||
19 | packages: "Packages", | ||
20 | types: "Classes and Interfaces", | ||
21 | members: "Members", | ||
22 | searchTags: "Search Tags" | ||
23 | }; | ||
24 | const highlight = "<span class='result-highlight'>$&</span>"; | ||
25 | const NO_MATCH = {}; | ||
26 | const MAX_RESULTS = 300; | ||
27 | const UNICODE_LETTER = 0; | ||
28 | const UNICODE_DIGIT = 1; | ||
29 | const UNICODE_OTHER = 2; | ||
30 | function checkUnnamed(name, separator) { | ||
31 | return name === "<Unnamed>" || !name ? "" : name + separator; | ||
32 | } | ||
33 | function escapeHtml(str) { | ||
34 | return str.replace(/</g, "<").replace(/>/g, ">"); | ||
35 | } | ||
36 | function getHighlightedText(str, boundaries, from, to) { | ||
37 | var start = from; | ||
38 | var text = ""; | ||
39 | for (var i = 0; i < boundaries.length; i += 2) { | ||
40 | var b0 = boundaries[i]; | ||
41 | var b1 = boundaries[i + 1]; | ||
42 | if (b0 >= to || b1 <= from) { | ||
43 | continue; | ||
44 | } | ||
45 | text += escapeHtml(str.slice(start, Math.max(start, b0))); | ||
46 | text += "<span class='result-highlight'>"; | ||
47 | text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); | ||
48 | text += "</span>"; | ||
49 | start = Math.min(to, b1); | ||
50 | } | ||
51 | text += escapeHtml(str.slice(start, to)); | ||
52 | return text; | ||
53 | } | ||
54 | function getURLPrefix(item, category) { | ||
55 | var urlPrefix = ""; | ||
56 | var slash = "/"; | ||
57 | if (category === "modules") { | ||
58 | return item.l + slash; | ||
59 | } else if (category === "packages" && item.m) { | ||
60 | return item.m + slash; | ||
61 | } else if (category === "types" || category === "members") { | ||
62 | if (item.m) { | ||
63 | urlPrefix = item.m + slash; | ||
64 | } else { | ||
65 | $.each(packageSearchIndex, function(index, it) { | ||
66 | if (it.m && item.p === it.l) { | ||
67 | urlPrefix = it.m + slash; | ||
68 | } | ||
69 | }); | ||
70 | } | ||
71 | } | ||
72 | return urlPrefix; | ||
73 | } | ||
74 | function getURL(item, category) { | ||
75 | if (item.url) { | ||
76 | return item.url; | ||
77 | } | ||
78 | var url = getURLPrefix(item, category); | ||
79 | if (category === "modules") { | ||
80 | url += "module-summary.html"; | ||
81 | } else if (category === "packages") { | ||
82 | if (item.u) { | ||
83 | url = item.u; | ||
84 | } else { | ||
85 | url += item.l.replace(/\./g, '/') + "/package-summary.html"; | ||
86 | } | ||
87 | } else if (category === "types") { | ||
88 | if (item.u) { | ||
89 | url = item.u; | ||
90 | } else { | ||
91 | url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; | ||
92 | } | ||
93 | } else if (category === "members") { | ||
94 | url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; | ||
95 | if (item.u) { | ||
96 | url += item.u; | ||
97 | } else { | ||
98 | url += item.l; | ||
99 | } | ||
100 | } else if (category === "searchTags") { | ||
101 | url += item.u; | ||
102 | } | ||
103 | item.url = url; | ||
104 | return url; | ||
105 | } | ||
106 | function createMatcher(term, camelCase) { | ||
107 | if (camelCase && !isUpperCase(term)) { | ||
108 | return null; // no need for camel-case matcher for lower case query | ||
109 | } | ||
110 | var pattern = ""; | ||
111 | var upperCase = []; | ||
112 | term.trim().split(/\s+/).forEach(function(w, index, array) { | ||
113 | var tokens = w.split(/(?=[\p{Lu},.()<>?[\/])/u); | ||
114 | for (var i = 0; i < tokens.length; i++) { | ||
115 | var s = tokens[i]; | ||
116 | // ',' and '?' are the only delimiters commonly followed by space in java signatures | ||
117 | pattern += "(" + escapeUnicodeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; | ||
118 | upperCase.push(false); | ||
119 | var isWordToken = /[\p{L}\p{Nd}_]$/u.test(s); | ||
120 | if (isWordToken) { | ||
121 | if (i === tokens.length - 1 && index < array.length - 1) { | ||
122 | // space in query string matches all delimiters | ||
123 | pattern += "(.*?)"; | ||
124 | upperCase.push(isUpperCase(s[0])); | ||
125 | } else { | ||
126 | if (!camelCase && isUpperCase(s) && s.length === 1) { | ||
127 | pattern += "()"; | ||
128 | } else { | ||
129 | pattern += "([\\p{L}\\p{Nd}\\p{Sc}<>?[\\]]*?)"; | ||
130 | } | ||
131 | upperCase.push(isUpperCase(s[0])); | ||
132 | } | ||
133 | } else { | ||
134 | pattern += "()"; | ||
135 | upperCase.push(false); | ||
136 | } | ||
137 | } | ||
138 | }); | ||
139 | var re = new RegExp(pattern, "gui"); | ||
140 | re.upperCase = upperCase; | ||
141 | return re; | ||
142 | } | ||
143 | // Unicode regular expressions do not allow certain characters to be escaped | ||
144 | function escapeUnicodeRegex(pattern) { | ||
145 | return pattern.replace(/[\[\]{}()*+?.\\^$|\s]/g, '\\$&'); | ||
146 | } | ||
147 | function findMatch(matcher, input, startOfName, endOfName) { | ||
148 | var from = startOfName; | ||
149 | matcher.lastIndex = from; | ||
150 | var match = matcher.exec(input); | ||
151 | // Expand search area until we get a valid result or reach the beginning of the string | ||
152 | while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { | ||
153 | if (from === 0) { | ||
154 | return NO_MATCH; | ||
155 | } | ||
156 | from = input.lastIndexOf(".", from - 2) + 1; | ||
157 | matcher.lastIndex = from; | ||
158 | match = matcher.exec(input); | ||
159 | } | ||
160 | var boundaries = []; | ||
161 | var matchEnd = match.index + match[0].length; | ||
162 | var score = 5; | ||
163 | var start = match.index; | ||
164 | var prevEnd = -1; | ||
165 | for (var i = 1; i < match.length; i += 2) { | ||
166 | var charType = getCharType(input[start]); | ||
167 | var isMatcherUpper = matcher.upperCase[i]; | ||
168 | // capturing groups come in pairs, match and non-match | ||
169 | boundaries.push(start, start + match[i].length); | ||
170 | // make sure groups are anchored on a left word boundary | ||
171 | var prevChar = input[start - 1] || ""; | ||
172 | var nextChar = input[start + 1] || ""; | ||
173 | if (start !== 0) { | ||
174 | if (charType === UNICODE_DIGIT && getCharType(prevChar) === UNICODE_DIGIT) { | ||
175 | return NO_MATCH; | ||
176 | } else if (charType === UNICODE_LETTER && getCharType(prevChar) === UNICODE_LETTER) { | ||
177 | var isUpper = isUpperCase(input[start]); | ||
178 | if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { | ||
179 | score -= 0.1; | ||
180 | } else if (isMatcherUpper && start === prevEnd) { | ||
181 | score -= isUpper ? 0.1 : 1.0; | ||
182 | } else { | ||
183 | return NO_MATCH; | ||
184 | } | ||
185 | } | ||
186 | } | ||
187 | prevEnd = start + match[i].length; | ||
188 | start += match[i].length + match[i + 1].length; | ||
189 | |||
190 | // lower score for parts of the name that are missing | ||
191 | if (match[i + 1] && prevEnd < endOfName) { | ||
192 | score -= rateNoise(match[i + 1]); | ||
193 | } | ||
194 | } | ||
195 | // lower score if a type name contains unmatched camel-case parts | ||
196 | if (input[matchEnd - 1] !== "." && endOfName > matchEnd) | ||
197 | score -= rateNoise(input.slice(matchEnd, endOfName)); | ||
198 | score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); | ||
199 | |||
200 | if (score <= 0) { | ||
201 | return NO_MATCH; | ||
202 | } | ||
203 | return { | ||
204 | input: input, | ||
205 | score: score, | ||
206 | boundaries: boundaries | ||
207 | }; | ||
208 | } | ||
209 | function isLetter(s) { | ||
210 | return /\p{L}/u.test(s); | ||
211 | } | ||
212 | function isUpperCase(s) { | ||
213 | return /\p{Lu}/u.test(s); | ||
214 | } | ||
215 | function isLowerCase(s) { | ||
216 | return /\p{Ll}/u.test(s); | ||
217 | } | ||
218 | function isDigit(s) { | ||
219 | return /\p{Nd}/u.test(s); | ||
220 | } | ||
221 | function getCharType(s) { | ||
222 | if (isLetter(s)) { | ||
223 | return UNICODE_LETTER; | ||
224 | } else if (isDigit(s)) { | ||
225 | return UNICODE_DIGIT; | ||
226 | } else { | ||
227 | return UNICODE_OTHER; | ||
228 | } | ||
229 | } | ||
230 | function rateNoise(str) { | ||
231 | return (str.match(/([.(])/g) || []).length / 5 | ||
232 | + (str.match(/(\p{Lu}+)/gu) || []).length / 10 | ||
233 | + str.length / 20; | ||
234 | } | ||
235 | function doSearch(request, response) { | ||
236 | var term = request.term.trim(); | ||
237 | var maxResults = request.maxResults || MAX_RESULTS; | ||
238 | var matcher = { | ||
239 | plainMatcher: createMatcher(term, false), | ||
240 | camelCaseMatcher: createMatcher(term, true) | ||
241 | } | ||
242 | var indexLoaded = indexFilesLoaded(); | ||
243 | |||
244 | function getPrefix(item, category) { | ||
245 | switch (category) { | ||
246 | case "packages": | ||
247 | return checkUnnamed(item.m, "/"); | ||
248 | case "types": | ||
249 | return checkUnnamed(item.p, "."); | ||
250 | case "members": | ||
251 | return checkUnnamed(item.p, ".") + item.c + "."; | ||
252 | default: | ||
253 | return ""; | ||
254 | } | ||
255 | } | ||
256 | function useQualifiedName(category) { | ||
257 | switch (category) { | ||
258 | case "packages": | ||
259 | return /[\s/]/.test(term); | ||
260 | case "types": | ||
261 | case "members": | ||
262 | return /[\s.]/.test(term); | ||
263 | default: | ||
264 | return false; | ||
265 | } | ||
266 | } | ||
267 | function searchIndex(indexArray, category) { | ||
268 | var matches = []; | ||
269 | if (!indexArray) { | ||
270 | if (!indexLoaded) { | ||
271 | matches.push({ l: messages.loading, category: category }); | ||
272 | } | ||
273 | return matches; | ||
274 | } | ||
275 | $.each(indexArray, function (i, item) { | ||
276 | var prefix = getPrefix(item, category); | ||
277 | var simpleName = item.l; | ||
278 | var qualifiedName = prefix + simpleName; | ||
279 | var useQualified = useQualifiedName(category); | ||
280 | var input = useQualified ? qualifiedName : simpleName; | ||
281 | var startOfName = useQualified ? prefix.length : 0; | ||
282 | var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 | ||
283 | ? input.indexOf("(", startOfName) : input.length; | ||
284 | var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); | ||
285 | if (m === NO_MATCH && matcher.camelCaseMatcher) { | ||
286 | m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); | ||
287 | } | ||
288 | if (m !== NO_MATCH) { | ||
289 | m.indexItem = item; | ||
290 | m.prefix = prefix; | ||
291 | m.category = category; | ||
292 | if (!useQualified) { | ||
293 | m.input = qualifiedName; | ||
294 | m.boundaries = m.boundaries.map(function(b) { | ||
295 | return b + prefix.length; | ||
296 | }); | ||
297 | } | ||
298 | matches.push(m); | ||
299 | } | ||
300 | return true; | ||
301 | }); | ||
302 | return matches.sort(function(e1, e2) { | ||
303 | return e2.score - e1.score; | ||
304 | }).slice(0, maxResults); | ||
305 | } | ||
306 | |||
307 | var result = searchIndex(moduleSearchIndex, "modules") | ||
308 | .concat(searchIndex(packageSearchIndex, "packages")) | ||
309 | .concat(searchIndex(typeSearchIndex, "types")) | ||
310 | .concat(searchIndex(memberSearchIndex, "members")) | ||
311 | .concat(searchIndex(tagSearchIndex, "searchTags")); | ||
312 | |||
313 | if (!indexLoaded) { | ||
314 | updateSearchResults = function() { | ||
315 | doSearch(request, response); | ||
316 | } | ||
317 | } else { | ||
318 | updateSearchResults = function() {}; | ||
319 | } | ||
320 | response(result); | ||
321 | } | ||
322 | // JQuery search menu implementation | ||
323 | $.widget("custom.catcomplete", $.ui.autocomplete, { | ||
324 | _create: function() { | ||
325 | this._super(); | ||
326 | this.widget().menu("option", "items", "> .result-item"); | ||
327 | // workaround for search result scrolling | ||
328 | this.menu._scrollIntoView = function _scrollIntoView( item ) { | ||
329 | var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; | ||
330 | if ( this._hasScroll() ) { | ||
331 | borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; | ||
332 | paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; | ||
333 | offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; | ||
334 | scroll = this.activeMenu.scrollTop(); | ||
335 | elementHeight = this.activeMenu.height() - 26; | ||
336 | itemHeight = item.outerHeight(); | ||
337 | |||
338 | if ( offset < 0 ) { | ||
339 | this.activeMenu.scrollTop( scroll + offset ); | ||
340 | } else if ( offset + itemHeight > elementHeight ) { | ||
341 | this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); | ||
342 | } | ||
343 | } | ||
344 | }; | ||
345 | }, | ||
346 | _renderMenu: function(ul, items) { | ||
347 | var currentCategory = ""; | ||
348 | var widget = this; | ||
349 | widget.menu.bindings = $(); | ||
350 | $.each(items, function(index, item) { | ||
351 | if (item.category && item.category !== currentCategory) { | ||
352 | ul.append("<li class='ui-autocomplete-category'>" + categories[item.category] + "</li>"); | ||
353 | currentCategory = item.category; | ||
354 | } | ||
355 | var li = widget._renderItemData(ul, item); | ||
356 | if (item.category) { | ||
357 | li.attr("aria-label", categories[item.category] + " : " + item.l); | ||
358 | } else { | ||
359 | li.attr("aria-label", item.l); | ||
360 | } | ||
361 | li.attr("class", "result-item"); | ||
362 | }); | ||
363 | ul.append("<li class='ui-static-link'><a href='" + pathtoroot + "search.html?q=" | ||
364 | + encodeURI(widget.term) + "'>Go to search page</a></li>"); | ||
365 | }, | ||
366 | _renderItem: function(ul, item) { | ||
367 | var li = $("<li/>").appendTo(ul); | ||
368 | var div = $("<div/>").appendTo(li); | ||
369 | var label = item.l | ||
370 | ? item.l | ||
371 | : getHighlightedText(item.input, item.boundaries, 0, item.input.length); | ||
372 | var idx = item.indexItem; | ||
373 | if (item.category === "searchTags" && idx && idx.h) { | ||
374 | if (idx.d) { | ||
375 | div.html(label + "<span class='search-tag-holder-result'> (" + idx.h + ")</span><br><span class='search-tag-desc-result'>" | ||
376 | + idx.d + "</span><br>"); | ||
377 | } else { | ||
378 | div.html(label + "<span class='search-tag-holder-result'> (" + idx.h + ")</span>"); | ||
379 | } | ||
380 | } else { | ||
381 | div.html(label); | ||
382 | } | ||
383 | return li; | ||
384 | } | ||
385 | }); | ||
386 | $(function() { | ||
387 | var search = $("#search-input"); | ||
388 | var reset = $("#reset-search"); | ||
389 | search.catcomplete({ | ||
390 | minLength: 1, | ||
391 | delay: 200, | ||
392 | source: function(request, response) { | ||
393 | reset.css("display", "inline"); | ||
394 | if (request.term.trim() === "") { | ||
395 | return this.close(); | ||
396 | } | ||
397 | return doSearch(request, response); | ||
398 | }, | ||
399 | response: function(event, ui) { | ||
400 | if (!ui.content.length) { | ||
401 | ui.content.push({ l: messages.noResult }); | ||
402 | } else { | ||
403 | $("#search-input").empty(); | ||
404 | } | ||
405 | }, | ||
406 | close: function(event, ui) { | ||
407 | reset.css("display", search.val() ? "inline" : "none"); | ||
408 | }, | ||
409 | change: function(event, ui) { | ||
410 | reset.css("display", search.val() ? "inline" : "none"); | ||
411 | }, | ||
412 | autoFocus: true, | ||
413 | focus: function(event, ui) { | ||
414 | return false; | ||
415 | }, | ||
416 | position: { | ||
417 | collision: "flip" | ||
418 | }, | ||
419 | select: function(event, ui) { | ||
420 | if (ui.item.indexItem) { | ||
421 | var url = getURL(ui.item.indexItem, ui.item.category); | ||
422 | window.location.href = pathtoroot + url; | ||
423 | $("#search-input").focus(); | ||
424 | } | ||
425 | } | ||
426 | }); | ||
427 | search.val(''); | ||
428 | search.prop("disabled", false); | ||
429 | search.attr("autocapitalize", "off"); | ||
430 | reset.prop("disabled", false); | ||
431 | reset.click(function() { | ||
432 | search.val('').focus(); | ||
433 | reset.css("display", "none"); | ||
434 | }); | ||
435 | search.focus(); | ||
436 | }); | ||
diff --git a/doc/search.html b/doc/search.html new file mode 100644 index 0000000..e80ff97 --- /dev/null +++ b/doc/search.html | |||
@@ -0,0 +1,74 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <!-- Generated by javadoc (23) on Sat Feb 15 14:09:35 CET 2025 --> | ||
5 | <title>Search</title> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
8 | <meta name="dc.created" content="2025-02-15"> | ||
9 | <meta name="description" content="search"> | ||
10 | <meta name="generator" content="javadoc/SearchWriter"> | ||
11 | <link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style"> | ||
12 | <link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style"> | ||
13 | <script type="text/javascript" src="script-files/script.js"></script> | ||
14 | <script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script> | ||
15 | <script type="text/javascript" src="script-files/jquery-ui.min.js"></script> | ||
16 | </head> | ||
17 | <body class="search-page"> | ||
18 | <script type="text/javascript">const pathtoroot = "./"; | ||
19 | loadScripts(document, 'script');</script> | ||
20 | <noscript> | ||
21 | <div>JavaScript is disabled on your browser.</div> | ||
22 | </noscript> | ||
23 | <header role="banner"> | ||
24 | <nav role="navigation"> | ||
25 | <!-- ========= START OF TOP NAVBAR ======= --> | ||
26 | <div class="top-nav" id="navbar-top"> | ||
27 | <div class="nav-content"> | ||
28 | <div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button></div> | ||
29 | <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
30 | <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
31 | <li><a href="dao/package-summary.html">Package</a></li> | ||
32 | <li><a href="dao/package-tree.html">Tree</a></li> | ||
33 | <li><a href="index-files/index-1.html">Index</a></li> | ||
34 | <li class="nav-bar-cell1-rev">Search</li> | ||
35 | <li><a href="help-doc.html#search">Help</a></li> | ||
36 | </ul> | ||
37 | </div> | ||
38 | </div> | ||
39 | <div class="sub-nav"> | ||
40 | <div class="nav-content"> | ||
41 | <ol class="sub-nav-list"></ol> | ||
42 | </div> | ||
43 | </div> | ||
44 | <!-- ========= END OF TOP NAVBAR ========= --> | ||
45 | <span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
46 | </header> | ||
47 | <div class="main-grid"> | ||
48 | <main role="main"> | ||
49 | <h1 class="title">Search</h1> | ||
50 | <div> | ||
51 | <input type="text" id="page-search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off"> | ||
52 | <input type="reset" id="page-search-reset" disabled value="Reset" style="margin: 6px;"> | ||
53 | <details class="page-search-details"> | ||
54 | <summary id="page-search-expand">Additional resources</summary> | ||
55 | </details> | ||
56 | </div> | ||
57 | <div class="page-search-info"> | ||
58 | <p>The <a href="help-doc.html#search">help page</a> provides an introduction to the scope and syntax of JavaDoc search.</p> | ||
59 | <p>You can use the <ctrl> or <cmd> keys in combination with the left and right arrow keys to switch between result tabs in this page.</p> | ||
60 | <p>The URL template below may be used to configure this page as a search engine in browsers that support this feature. It has been tested to work in Google Chrome and Mozilla Firefox. Note that other browsers may not support this feature or require a different URL format.</p> | ||
61 | <span id="page-search-link">link</span><button class="copy" aria-label="Copy URL" id="page-search-copy"><img src="resource-files/copy.svg" alt="Copy URL"><span data-copied="Copied!">Copy</span></button> | ||
62 | <p> | ||
63 | <input type="checkbox" id="search-redirect" disabled> | ||
64 | <label for="search-redirect">Redirect to first result</label></p> | ||
65 | </div> | ||
66 | <p id="page-search-notify">Loading search index...</p> | ||
67 | <div id="result-section" style="display: none;"> | ||
68 | <div id="result-container"></div> | ||
69 | <script type="text/javascript" src="script-files/search-page.js"></script> | ||
70 | </div> | ||
71 | </main> | ||
72 | </div> | ||
73 | </body> | ||
74 | </html> | ||
diff --git a/doc/tag-search-index.js b/doc/tag-search-index.js new file mode 100644 index 0000000..0367dae --- /dev/null +++ b/doc/tag-search-index.js | |||
@@ -0,0 +1 @@ | |||
tagSearchIndex = [];updateSearchResults(); \ No newline at end of file | |||
diff --git a/doc/type-search-index.js b/doc/type-search-index.js new file mode 100644 index 0000000..fbcf934 --- /dev/null +++ b/doc/type-search-index.js | |||
@@ -0,0 +1 @@ | |||
typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"dao","l":"JDBC"},{"p":"dao","l":"ResultObject"},{"p":"dao","l":"SQLexecutor"}];updateSearchResults(); \ No newline at end of file | |||
diff --git a/src/DAO_Test.java b/src/DAO_Test.java index aa6a0af..673f2b7 100644 --- a/src/DAO_Test.java +++ b/src/DAO_Test.java | |||
@@ -6,21 +6,34 @@ import dao.JDBC; | |||
6 | import dao.ResultObject; | 6 | import dao.ResultObject; |
7 | import dao.SQLexecutor; | 7 | import dao.SQLexecutor; |
8 | 8 | ||
9 | /* | ||
10 | * fonction main pour tester des commandes | ||
11 | */ | ||
9 | public class DAO_Test | 12 | public class DAO_Test |
10 | { | 13 | { |
11 | public static void main(String[] args) throws SQLException, ClassNotFoundException | 14 | public static void main(String[] args) throws SQLException, ClassNotFoundException |
12 | { | 15 | { |
16 | // envoie de tous les paramètres en même temps | ||
13 | JDBC.setInfos("localhost", "mysql", "tp", "root", ""); | 17 | JDBC.setInfos("localhost", "mysql", "tp", "root", ""); |
18 | |||
19 | // même chose avec envoie un par un | ||
20 | // si un paramètre doit être modifié à la volée, faire un JDBC.setStrUlr(); après | ||
21 | JDBC.setHost("localhost"); | ||
22 | JDBC.setDBMS("mysql"); | ||
23 | JDBC.setDbName("tp"); | ||
24 | JDBC.setLogin("root"); | ||
25 | JDBC.setPassword(""); | ||
26 | JDBC.setStrUrl(); | ||
27 | |||
14 | SQLexecutor executor = new SQLexecutor(); | 28 | SQLexecutor executor = new SQLexecutor(); |
15 | 29 | ||
16 | // SELECT | 30 | // SELECT |
17 | ResultObject result = executor.executeQuery("SELECT * FROM acces WHERE id = ?", 1); | 31 | ResultObject result = executor.executeQuery("SELECT * FROM acces WHERE id = ?", 1); |
18 | for(HashMap<String, Object> row : result.getData()) | 32 | for(HashMap<String, Object> row : result.getData()) // foreach sur les entrées |
19 | { | 33 | { |
20 | System.out.println("prenom: " + row.get("prenom")); // une entrée | 34 | System.out.println("prénom: " + row.get("prenom")); //un champ d'une entrée |
21 | 35 | ||
22 | // foreach sur toutes les entrées | 36 | for(HashMap.Entry<String, Object> one_field : row.entrySet()) // foreach sur les champs |
23 | for(HashMap.Entry<String, Object> one_field : row.entrySet()) | ||
24 | { | 37 | { |
25 | System.out.print(one_field.getKey() + ": " + one_field.getValue() + "\n"); | 38 | System.out.print(one_field.getKey() + ": " + one_field.getValue() + "\n"); |
26 | } | 39 | } |
diff --git a/src/dao/JDBC.java b/src/dao/JDBC.java index 714803e..324ff2d 100644 --- a/src/dao/JDBC.java +++ b/src/dao/JDBC.java | |||
@@ -5,9 +5,9 @@ import java.sql.DriverManager; | |||
5 | import java.sql.SQLException; | 5 | import java.sql.SQLException; |
6 | 6 | ||
7 | /** | 7 | /** |
8 | * connexion à la BDD avec JDBC | 8 | * connexion avec JDBC pour utilisation par la classe fille: SQLexecutor, |
9 | * tous les paramètres de connexion et les setters sont statiques | 9 | * les paramètres de connexion et les setters sont statiques |
10 | * le nom de la table sélectionnée est dans ModelCRUD | 10 | * |
11 | */ | 11 | */ |
12 | abstract public class JDBC | 12 | abstract public class JDBC |
13 | { | 13 | { |
@@ -20,25 +20,31 @@ abstract public class JDBC | |||
20 | private static String host= "localhost"; | 20 | private static String host= "localhost"; |
21 | private static String strUrl; | 21 | private static String strUrl; |
22 | 22 | ||
23 | /** | ||
24 | * retourne une instance de Connection avec JDBC | ||
25 | * @return instance de Connection | ||
26 | * @throws SQLException en cas d'erreur de connexion | ||
27 | * @throws ClassNotFoundException pour Class.forName() | ||
28 | */ | ||
23 | protected Connection getConnection() throws SQLException, ClassNotFoundException | 29 | protected Connection getConnection() throws SQLException, ClassNotFoundException |
24 | { | 30 | { |
25 | Class.forName(strClassName); | 31 | Class.forName(strClassName); |
26 | return DriverManager.getConnection(strUrl, login, password); | 32 | return DriverManager.getConnection(strUrl, login, password); |
27 | // try { | ||
28 | // Class.forName(strClassName); // chargement du driver | ||
29 | // return DriverManager.getConnection(strUrl, login, password); | ||
30 | // } | ||
31 | // catch(ClassNotFoundException e) { | ||
32 | // System.err.println("Driver non chargé !"); | ||
33 | // e.printStackTrace(); | ||
34 | // } | ||
35 | // catch(SQLException e) { | ||
36 | // e.printStackTrace(); | ||
37 | // } | ||
38 | // return null; | ||
39 | } | 33 | } |
40 | 34 | ||
41 | // setters | 35 | // setters |
36 | /** | ||
37 | * génère l'url utilisée par le driver, | ||
38 | * à n'exécuter que lorsque tous les paramètres ont été renseignés (en particulier dbname, login et password), | ||
39 | * certains: host, dbms, strClassName et port ont des valeurs par défaut pour un serveur mysql sur localhost | ||
40 | */ | ||
41 | public static void setStrUrl() { | ||
42 | if(dbname != null && login != null && password != null) { | ||
43 | JDBC.strUrl = "jdbc:" + dbms + "://" + host + ":" + port + "/" + dbname; | ||
44 | } | ||
45 | else System.out.print("il manque des paramètres nécéssaires à la connexion au driver"); | ||
46 | } | ||
47 | |||
42 | public static void setHost(String host) { | 48 | public static void setHost(String host) { |
43 | JDBC.host = host; | 49 | JDBC.host = host; |
44 | } | 50 | } |
@@ -55,18 +61,25 @@ abstract public class JDBC | |||
55 | JDBC.port = "3306"; | 61 | JDBC.port = "3306"; |
56 | } | 62 | } |
57 | } | 63 | } |
58 | private static void setStrUrl() { | ||
59 | JDBC.strUrl = "jdbc:" + dbms + "://" + host + ":" + port + "/" + dbname; | ||
60 | } | ||
61 | public static void setDbName(String dbName) { | 64 | public static void setDbName(String dbName) { |
62 | JDBC.dbname = dbName; | 65 | JDBC.dbname = dbName; |
63 | } | 66 | } |
64 | public static void setLogin(String login) { | 67 | public static void setLogin(String login) { |
65 | JDBC.login = login; | 68 | JDBC.login = login; |
66 | } | 69 | } |
67 | public static void setMotdepasse(String motdepasse) { | 70 | public static void setPassword(String motdepasse) { |
68 | JDBC.password = motdepasse; | 71 | JDBC.password = motdepasse; |
69 | } | 72 | } |
73 | |||
74 | /** | ||
75 | * donner tous les paramètres de connexion en une fois | ||
76 | * il est également possible de les donner un par un avec les setters en finissant pas JDBC.setStrUrl() | ||
77 | * @param host adresse du serveur | ||
78 | * @param dbms obtenir le nom du driver et le numéro du port à partir du nom du SGBD | ||
79 | * @param dbname de la base de données | ||
80 | * @param login nom d'utilisateur | ||
81 | * @param password mot de passe | ||
82 | */ | ||
70 | public static void setInfos(String host, String dbms, String dbname, String login, String password) | 83 | public static void setInfos(String host, String dbms, String dbname, String login, String password) |
71 | { | 84 | { |
72 | JDBC.dbname = dbname; | 85 | JDBC.dbname = dbname; |
@@ -76,15 +89,4 @@ abstract public class JDBC | |||
76 | setDBMS(dbms); | 89 | setDBMS(dbms); |
77 | JDBC.setStrUrl(); | 90 | JDBC.setStrUrl(); |
78 | } | 91 | } |
79 | |||
80 | // public void close() | ||
81 | // { | ||
82 | // try { | ||
83 | // this.conn.close(); // libérer le slot (même principe que l'attaque DDOS) | ||
84 | // this.conn = null; // pour pouvoir réinstancier avec d'autres paramètres | ||
85 | // } | ||
86 | // catch (SQLException e) { | ||
87 | // e.printStackTrace(); | ||
88 | // } | ||
89 | // } | ||
90 | } | 92 | } |
diff --git a/src/dao/ResultObject.java b/src/dao/ResultObject.java index e41af0b..1df9d88 100644 --- a/src/dao/ResultObject.java +++ b/src/dao/ResultObject.java | |||
@@ -5,12 +5,20 @@ import java.sql.ResultSetMetaData; | |||
5 | import java.sql.SQLException; | 5 | import java.sql.SQLException; |
6 | import java.util.ArrayList; | 6 | import java.util.ArrayList; |
7 | import java.util.HashMap; | 7 | import java.util.HashMap; |
8 | import java.util.List; | ||
9 | 8 | ||
9 | /** | ||
10 | * conteneur pour ResultSet dans le cas d'un SELECT, | ||
11 | * les valeurs des HashMap sont des "Object" pour gérer tous les types de données | ||
12 | */ | ||
10 | public class ResultObject | 13 | public class ResultObject |
11 | { | 14 | { |
12 | private final List<HashMap<String, Object>> data = new ArrayList<>(); | 15 | private final ArrayList<HashMap<String, Object>> data = new ArrayList<>(); |
13 | 16 | ||
17 | /** | ||
18 | * copie du ResultSet dans une ArrayList composée d'HashMap | ||
19 | * @param rs instance de ResultSet | ||
20 | * @throws SQLException en cas d'erreur avec le ResultSet | ||
21 | */ | ||
14 | public ResultObject(ResultSet rs) throws SQLException | 22 | public ResultObject(ResultSet rs) throws SQLException |
15 | { | 23 | { |
16 | ResultSetMetaData metaData = rs.getMetaData(); | 24 | ResultSetMetaData metaData = rs.getMetaData(); |
@@ -24,15 +32,14 @@ public class ResultObject | |||
24 | row.put(metaData.getColumnName(i), rs.getObject(i)); | 32 | row.put(metaData.getColumnName(i), rs.getObject(i)); |
25 | } | 33 | } |
26 | data.add(row); | 34 | data.add(row); |
27 | } | 35 | } |
28 | |||
29 | // rs.close(); | ||
30 | // rs.getStatement().close(); | ||
31 | // rs.getStatement().getConnection().close(); | ||
32 | |||
33 | } | 36 | } |
34 | 37 | ||
35 | public List<HashMap<String, Object>> getData() | 38 | /** |
39 | * à utiliser dans la boucle permettant de parcourir la liste | ||
40 | * @return retourne la liste encapsulée | ||
41 | */ | ||
42 | public ArrayList<HashMap<String, Object>> getData() | ||
36 | { | 43 | { |
37 | return data; | 44 | return data; |
38 | } | 45 | } |
diff --git a/src/dao/SQLexecutor.java b/src/dao/SQLexecutor.java index 8f7f130..430c1c0 100644 --- a/src/dao/SQLexecutor.java +++ b/src/dao/SQLexecutor.java | |||
@@ -5,13 +5,20 @@ import java.sql.PreparedStatement; | |||
5 | import java.sql.ResultSet; | 5 | import java.sql.ResultSet; |
6 | import java.sql.SQLException; | 6 | import java.sql.SQLException; |
7 | 7 | ||
8 | /** | ||
9 | * exécuter des requêtes SQL: | ||
10 | * connexion avec JDBC => préparation de la requête => exécution | ||
11 | * => copie du ResultSet dans une ArrayList d'HashMap => fermeture de la connexion | ||
12 | */ | ||
8 | public class SQLexecutor extends JDBC | 13 | public class SQLexecutor extends JDBC |
9 | { | 14 | { |
15 | // constructeur par défaut | ||
16 | |||
10 | /** | 17 | /** |
11 | * Exécute une requête SQL et retourne le résultat si applicable. | 18 | * Exécute une requête SQL et retourne le résultat si applicable. |
12 | * @param sql requête avec des ? | 19 | * @param sql requête avec des ? |
13 | * @param params Object... permet d'ajouter autant de paramètres qu'on veut et ça fait un tableau | 20 | * @param params nombre libre de paramètres, "Object..." permet de créer un tableau à partir des paramètres |
14 | * @return Un ResultSet si la requête est un SELECT, sinon null | 21 | * @return ResultSet si la requête est un SELECT, null sinon |
15 | * @throws SQLException en cas d'erreur SQL | 22 | * @throws SQLException en cas d'erreur SQL |
16 | * @throws ClassNotFoundException pour DriverManager.getConnection | 23 | * @throws ClassNotFoundException pour DriverManager.getConnection |
17 | */ | 24 | */ |
@@ -24,26 +31,19 @@ public class SQLexecutor extends JDBC | |||
24 | try { | 31 | try { |
25 | connection = getConnection(); | 32 | connection = getConnection(); |
26 | boolean isSelect = sql.trim().toLowerCase().startsWith("select"); | 33 | boolean isSelect = sql.trim().toLowerCase().startsWith("select"); |
27 | 34 | ||
35 | statement = connection.prepareStatement(sql); | ||
28 | if (params.length > 0) | 36 | if (params.length > 0) |
29 | { | 37 | { |
30 | int option; | 38 | // if(isSelect) |
31 | if(isSelect) | 39 | // => ResultSet.TYPE_SCROLL_INSENSITIVE; |
32 | { | 40 | // navigation possible dans le ResultSet: next(), previous(), absolute(); |
33 | option = ResultSet.TYPE_SCROLL_INSENSITIVE; | 41 | // ResultSet non modifiable en cas d'accès concurrent en mémoire |
34 | // navigation possible dans le ResultSet: next(), previous(), absolute(); | 42 | // => PreparedStatement.NO_GENERATED_KEYS; |
35 | // ResultSet non modifiable en cas d'accès concurrent en mémoire | 43 | // optimisation en ne retournant pas les clé générés lors d'un INSERT (RETURN_GENERATED_KEYS) |
36 | } | 44 | // statement = connection.prepareStatement(sql, isSelect ? ResultSet.TYPE_SCROLL_INSENSITIVE : PreparedStatement.NO_GENERATED_KEYS); |
37 | else | 45 | |
38 | { | ||
39 | option = PreparedStatement.NO_GENERATED_KEYS; | ||
40 | // optimisation en ne retournant pas les clé générés lors d'un INSERT (RETURN_GENERATED_KEYS) | ||
41 | } | ||
42 | statement = connection.prepareStatement(sql, option); | ||
43 | //isSelect ? ResultSet.TYPE_SCROLL_INSENSITIVE : PreparedStatement.NO_GENERATED_KEYS); | ||
44 | this.setParameters(statement, params); | 46 | this.setParameters(statement, params); |
45 | } else { | ||
46 | statement = connection.prepareStatement(sql); | ||
47 | } | 47 | } |
48 | 48 | ||
49 | if(isSelect) { | 49 | if(isSelect) { |
@@ -51,17 +51,15 @@ public class SQLexecutor extends JDBC | |||
51 | ResultObject result = new ResultObject(resultSet); | 51 | ResultObject result = new ResultObject(resultSet); |
52 | resultSet.close(); | 52 | resultSet.close(); |
53 | return result; | 53 | return result; |
54 | } else { | 54 | } |
55 | else { | ||
55 | statement.executeUpdate(); | 56 | statement.executeUpdate(); |
56 | return null; | 57 | return null; |
57 | } | 58 | } |
58 | } finally { | 59 | } |
60 | finally { | ||
59 | statement.close(); | 61 | statement.close(); |
60 | connection.close(); | 62 | connection.close(); |
61 | // if (resultSet == null) { | ||
62 | // statement.close(); | ||
63 | // connection.close(); | ||
64 | // } | ||
65 | } | 63 | } |
66 | } | 64 | } |
67 | 65 | ||