From 9b0db1958390e1ff169c4bb88fae5ec9e7ac8a11 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 23 Aug 2024 08:45:34 +0000 Subject: [PATCH] Update documentation for 0.11.0 --- stable/doxygen.css | 154 ++++++++++++--------- stable/doxygen.svg | 26 ++++ stable/dynsections.js | 33 ++--- stable/graph_legend.html | 10 +- stable/index.html | 10 +- stable/menu.js | 37 ++--- stable/menudata.js | 47 +++---- stable/navtree.js | 32 ++--- stable/navtreedata.js | 64 +++------ stable/navtreeindex0.js | 252 +---------------------------------- stable/resize.js | 37 ++--- stable/search/close.svg | 31 +++++ stable/search/mag_sel.svg | 74 ++++++++++ stable/search/nomatches.html | 3 +- stable/search/search.css | 104 +++++++-------- stable/search/search.js | 52 ++++---- stable/search/searchdata.js | 15 --- 17 files changed, 413 insertions(+), 568 deletions(-) create mode 100644 stable/doxygen.svg create mode 100644 stable/search/close.svg create mode 100644 stable/search/mag_sel.svg diff --git a/stable/doxygen.css b/stable/doxygen.css index 73ecbb2cb..ffbff0224 100644 --- a/stable/doxygen.css +++ b/stable/doxygen.css @@ -1,4 +1,4 @@ -/* The standard CSS for doxygen 1.8.17 */ +/* The standard CSS for doxygen 1.9.1 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; @@ -66,7 +66,7 @@ p.startli, p.startdd { margin-top: 2px; } -th p.starttd, p.intertd, p.endtd { +th p.starttd, th p.intertd, th p.endtd { font-size: 100%; font-weight: 700; } @@ -103,30 +103,96 @@ caption { } span.legend { - font-size: 70%; - text-align: center; + font-size: 70%; + text-align: center; } h3.version { - font-size: 90%; - text-align: center; + font-size: 90%; + text-align: center; } -div.qindex, div.navtab{ - background-color: #EBEFF6; - border: 1px solid #A3B4D7; - text-align: center; +div.navtab { + border-right: 1px solid #A3B4D7; + padding-right: 15px; + text-align: right; + line-height: 110%; +} + +div.navtab table { + border-spacing: 0; } -div.qindex, div.navpath { +td.navtab { + padding-right: 6px; + padding-left: 6px; +} +td.navtabHL { + background-image: url('tab_a.png'); + background-repeat:repeat-x; + padding-right: 6px; + padding-left: 6px; +} + +td.navtabHL a, td.navtabHL a:visited { + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} + +a.navtab { + font-weight: bold; +} + +div.qindex{ + text-align: center; width: 100%; line-height: 140%; + font-size: 130%; + color: #A0A0A0; } -div.navtab { - margin-right: 15px; +dt.alphachar{ + font-size: 180%; + font-weight: bold; +} + +.alphachar a{ + color: black; +} + +.alphachar a:hover, .alphachar a:visited{ + text-decoration: none; +} + +.classindex dl { + padding: 25px; + column-count:1 +} + +.classindex dd { + display:inline-block; + margin-left: 50px; + width: 90%; + line-height: 1.15em; +} + +.classindex dl.odd { + background-color: #F8F9FC; +} + +@media(min-width: 1120px) { + .classindex dl { + column-count:2 + } +} + +@media(min-width: 1320px) { + .classindex dl { + column-count:3 + } } + /* @group Link Styling */ a { @@ -143,17 +209,6 @@ a:hover { text-decoration: underline; } -a.qindex { - font-weight: bold; -} - -a.qindexHL { - font-weight: bold; - background-color: #9CAFD4; - color: #FFFFFF; - border: 1px double #869DCA; -} - .contents a.qindexHL:visited { color: #FFFFFF; } @@ -1358,10 +1413,12 @@ dl.citelist dt { font-weight:bold; margin-right:10px; padding:5px; + text-align:right; + width:52px; } dl.citelist dd { - margin:2px 0; + margin:2px 0 2px 72px; padding:5px 0; } @@ -1424,6 +1481,12 @@ div.toc li.level4 { margin-left: 45px; } +span.emoji { + /* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html + * font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort; + */ +} + .PageDocRTL-title div.toc li.level1 { margin-left: 0 !important; margin-right: 0; @@ -1661,47 +1724,6 @@ tr.heading h2 { /* @group Markdown */ -/* -table.markdownTable { - border-collapse:collapse; - margin-top: 4px; - margin-bottom: 4px; -} - -table.markdownTable td, table.markdownTable th { - border: 1px solid #2D4068; - padding: 3px 7px 2px; -} - -table.markdownTableHead tr { -} - -table.markdownTableBodyLeft td, table.markdownTable th { - border: 1px solid #2D4068; - padding: 3px 7px 2px; -} - -th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone { - background-color: #374F7F; - color: #FFFFFF; - font-size: 110%; - padding-bottom: 4px; - padding-top: 5px; -} - -th.markdownTableHeadLeft { - text-align: left -} - -th.markdownTableHeadRight { - text-align: right -} - -th.markdownTableHeadCenter { - text-align: center -} -*/ - table.markdownTable { border-collapse:collapse; margin-top: 4px; diff --git a/stable/doxygen.svg b/stable/doxygen.svg new file mode 100644 index 000000000..d42dad52d --- /dev/null +++ b/stable/doxygen.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stable/dynsections.js b/stable/dynsections.js index ea0a7b39a..3174bd7be 100644 --- a/stable/dynsections.js +++ b/stable/dynsections.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function toggleVisibility(linkObj) { diff --git a/stable/graph_legend.html b/stable/graph_legend.html index 91e88a47f..041cc6818 100644 --- a/stable/graph_legend.html +++ b/stable/graph_legend.html @@ -3,7 +3,7 @@ - + API Documentation: Graph Legend @@ -34,10 +34,10 @@ - + @@ -151,9 +151,7 @@ diff --git a/stable/index.html b/stable/index.html index 26810ce90..feee17bc8 100644 --- a/stable/index.html +++ b/stable/index.html @@ -3,7 +3,7 @@ - + API Documentation: Main Page @@ -34,10 +34,10 @@ - + @@ -91,9 +91,7 @@ diff --git a/stable/menu.js b/stable/menu.js index 433c15b8f..2fe2214f2 100644 --- a/stable/menu.js +++ b/stable/menu.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { function makeTree(data,relPath) { @@ -40,9 +41,9 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu'); if (searchEnabled) { if (serverSide) { - $('#main-menu').append('
  • '); + $('#main-menu').append('
  • '); } else { - $('#main-menu').append('
  • '); + $('#main-menu').append('
  • '); } } $('#main-menu').smartmenus(); diff --git a/stable/menudata.js b/stable/menudata.js index 9f7e5bf94..d1ece1327 100644 --- a/stable/menudata.js +++ b/stable/menudata.js @@ -1,37 +1,26 @@ /* -@licstart The following is the entire license notice for the -JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. -Copyright (C) 1997-2019 by Dimitri van Heesch + The MIT License (MIT) -This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License as published by -the Free Software Foundation + Copyright (C) 1997-2020 by Dimitri van Heesch -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: -You should have received a copy of the GNU General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. -@licend The above is the entire license notice -for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ var menudata={children:[ -{text:"Main Page",url:"index.html"}, -{text:"Packages",url:"namespaces.html",children:[ -{text:"Packages",url:"namespaces.html"}, -{text:"Package Functions",url:"namespacemembers.html",children:[ -{text:"All",url:"namespacemembers.html"}, -{text:"Functions",url:"namespacemembers_func.html"}]}]}, -{text:"Classes",url:"annotated.html",children:[ -{text:"Class List",url:"annotated.html"}, -{text:"Class Index",url:"classes.html"}, -{text:"Class Hierarchy",url:"inherits.html"}, -{text:"Class Members",url:"functions.html",children:[ -{text:"All",url:"functions.html"}, -{text:"Functions",url:"functions_func.html"}, -{text:"Variables",url:"functions_vars.html"}]}]}]} +{text:"Main Page",url:"index.html"}]} diff --git a/stable/navtree.js b/stable/navtree.js index edc31efc6..1e272d31d 100644 --- a/stable/navtree.js +++ b/stable/navtree.js @@ -1,24 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2019 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ var navTreeSubIndices = new Array(); var arrowDown = '▼'; diff --git a/stable/navtreedata.js b/stable/navtreedata.js index 205274d88..333986d82 100644 --- a/stable/navtreedata.js +++ b/stable/navtreedata.js @@ -1,61 +1,35 @@ /* -@licstart The following is the entire license notice for the -JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. -Copyright (C) 1997-2019 by Dimitri van Heesch + The MIT License (MIT) -This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License as published by -the Free Software Foundation + Copyright (C) 1997-2020 by Dimitri van Heesch -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: -You should have received a copy of the GNU General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. -@licend The above is the entire license notice -for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ var NAVTREE = [ - [ "API Documentation", "index.html", [ - [ "Packages", "namespaces.html", [ - [ "Packages", "namespaces.html", "namespaces_dup" ], - [ "Package Functions", "namespacemembers.html", [ - [ "All", "namespacemembers.html", null ], - [ "Functions", "namespacemembers_func.html", null ] - ] ] - ] ], - [ "Classes", "annotated.html", [ - [ "Class List", "annotated.html", "annotated_dup" ], - [ "Class Index", "classes.html", null ], - [ "Class Hierarchy", "hierarchy.html", "hierarchy" ], - [ "Class Members", "functions.html", [ - [ "All", "functions.html", null ], - [ "Functions", "functions_func.html", null ], - [ "Variables", "functions_vars.html", null ] - ] ] - ] ] - ] ] + [ "API Documentation", "index.html", ] ]; var NAVTREEINDEX = [ -"annotated.html", -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a6bd6e7c4074a60a8ada688257c4730c0", -"classArchUnitNET_1_1Domain_1_1Struct.html#abd66a591056343a34e8e59632d9e4472", -"classArchUnitNET_1_1Fluent_1_1Slices_1_1SliceRule.html", -"classArchUnitNET_1_1Fluent_1_1Syntax_1_1Elements_1_1Members_1_1MethodMembers_1_1GivenMethodMembersThat.html#a2a39bb8e4905566b95f413b15849e8f7", -"classArchUnitNET_1_1Fluent_1_1Syntax_1_1Elements_1_1Members_1_1PropertyMembers_1_1ShouldRelateToPropertyMembersThat.html#afa3a970b7fe031348c19f22925c89f9c", -"classArchUnitNET_1_1Fluent_1_1Syntax_1_1Elements_1_1ShouldRelateToObjectsThat.html#abbe80fb7e733803cfb406ade133063ea", -"classArchUnitNET_1_1Fluent_1_1Syntax_1_1Elements_1_1Types_1_1TypesShould.html#a5179ba6044cb3ab96126a225dc0507fc", -"interfaceArchUnitNET_1_1Fluent_1_1Syntax_1_1Elements_1_1IObjectConditions.html#a853047effccc6136196b35530956d929", -"interfaceArchUnitNET_1_1Fluent_1_1Syntax_1_1Elements_1_1Members_1_1MethodMembers_1_1IMethodMemberConditions.html#a8f98d7aeac8a752c5944a92e6b92824a", -"interfaceArchUnitNET_1_1Fluent_1_1Syntax_1_1Elements_1_1Types_1_1ITypePredicates.html#ab3b53f78b679cb36d4acf0f4d5b5795a" +"index.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/stable/navtreeindex0.js b/stable/navtreeindex0.js index 83a859287..9e75a21dc 100644 --- a/stable/navtreeindex0.js +++ b/stable/navtreeindex0.js @@ -1,253 +1,5 @@ var NAVTREEINDEX0 = { -"annotated.html":[1,0], -"classArchUnitNET_1_1Domain_1_1Architecture.html":[1,0,0,0,3], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a069e5b2b2a1e14a3d3e2dec47b890829":[1,0,0,0,3,2], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a07a7a1965349a96f4277f322f3a98d61":[1,0,0,0,3,1], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a1342b2bea35d597af36786e08765e39f":[1,0,0,0,3,12], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a1fd33c0598d981788330e2b27d7e1c4f":[1,0,0,0,3,19], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a38ab4af44bfde6c4fdd9037ba96b3ec2":[1,0,0,0,3,15], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a4a690d8374c611a09515e4f8d146a365":[1,0,0,0,3,0], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a4fdda3272ff3d9a70daab8455bbd7b07":[1,0,0,0,3,9], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a6141105a39e28aa7d36383df048a8df3":[1,0,0,0,3,3], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a7bf6b3818a28004a75cefc25b65ccc0f":[1,0,0,0,3,10], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a8905577dab618503990f77de30555cae":[1,0,0,0,3,4], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a8d9dae789ac09e77c188e0d95fd471fc":[1,0,0,0,3,20], -"classArchUnitNET_1_1Domain_1_1Architecture.html#a8f57e8d31c74c28fb13ba04bc0f5dde4":[1,0,0,0,3,8], -"classArchUnitNET_1_1Domain_1_1Architecture.html#aa5fb2fea0167592c9541a93269a4435d":[1,0,0,0,3,7], -"classArchUnitNET_1_1Domain_1_1Architecture.html#aa6bea889120fcfee5af76679b781b2ca":[1,0,0,0,3,16], -"classArchUnitNET_1_1Domain_1_1Architecture.html#aaa11807c7f3828af7f7f00230e0b5c61":[1,0,0,0,3,18], -"classArchUnitNET_1_1Domain_1_1Architecture.html#aad2fcf15c44fff1ed1f76dd6b1ed13af":[1,0,0,0,3,17], -"classArchUnitNET_1_1Domain_1_1Architecture.html#aaf078612d391a0abe53854efe30aaa6d":[1,0,0,0,3,13], -"classArchUnitNET_1_1Domain_1_1Architecture.html#ab7d5731e9f28851b93af64452a87ccae":[1,0,0,0,3,6], -"classArchUnitNET_1_1Domain_1_1Architecture.html#ae8fb95afce5b049df1c33e0168d2a80f":[1,0,0,0,3,14], -"classArchUnitNET_1_1Domain_1_1Architecture.html#aec49a5314a292cd0bca54373b0bf04eb":[1,0,0,0,3,11], -"classArchUnitNET_1_1Domain_1_1Architecture.html#aed52e6b2fc5afcefac0e1fa39887904a":[1,0,0,0,3,5], -"classArchUnitNET_1_1Domain_1_1ArchitectureCache.html":[1,0,0,0,4], -"classArchUnitNET_1_1Domain_1_1ArchitectureCache.html#a66a701bd3b081a932a9b1ffc1019b2da":[1,0,0,0,4,0], -"classArchUnitNET_1_1Domain_1_1ArchitectureCache.html#a8f1d530e22cbda92b3b37efc1ef5aaea":[1,0,0,0,4,1], -"classArchUnitNET_1_1Domain_1_1ArchitectureCache.html#a9fb5fb22fd4446f1e02843d67816bf10":[1,0,0,0,4,2], -"classArchUnitNET_1_1Domain_1_1ArchitectureCache.html#af4e863bca175252e3dd5595592f3c61c":[1,0,0,0,4,3], -"classArchUnitNET_1_1Domain_1_1ArchitectureCacheKey.html":[1,0,0,0,5], -"classArchUnitNET_1_1Domain_1_1ArchitectureCacheKey.html#a45ceef24ec57a2f5207f7278da4a954a":[1,0,0,0,5,1], -"classArchUnitNET_1_1Domain_1_1ArchitectureCacheKey.html#a4f36bdc2ecc54ad5e880c239ae6ffd40":[1,0,0,0,5,0], -"classArchUnitNET_1_1Domain_1_1ArchitectureCacheKey.html#a94ceaf9e33982b652f35a78139564a31":[1,0,0,0,5,3], -"classArchUnitNET_1_1Domain_1_1ArchitectureCacheKey.html#aef3b847a8b6f1cf84960d0432f23d0f3":[1,0,0,0,5,2], -"classArchUnitNET_1_1Domain_1_1Assembly.html":[1,0,0,0,6], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a300f2672203452123e658a753128e0e4":[1,0,0,0,6,2], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a38a900fcc9e2c4bd9e6dc846d4038c33":[1,0,0,0,6,4], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a400c9402a2239bfae87a6921f5e4c9c8":[1,0,0,0,6,1], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a58e5c8305098596a4805fd8fb6712e0c":[1,0,0,0,6,7], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a61ae815b9af5f105e0e73f2600e68846":[1,0,0,0,6,0], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a71eb94176f964ce9e515bb08940501ab":[1,0,0,0,6,8], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a82f63ec3a801031dda629d0f227a3d64":[1,0,0,0,6,6], -"classArchUnitNET_1_1Domain_1_1Assembly.html#a9c1e8c5707094f693cb214c4b281171e":[1,0,0,0,6,9], -"classArchUnitNET_1_1Domain_1_1Assembly.html#adf938bd8fba356f0c289599b5d964ed1":[1,0,0,0,6,3], -"classArchUnitNET_1_1Domain_1_1Assembly.html#ae09cc7216aff97ac292f63b8ad7b4534":[1,0,0,0,6,5], -"classArchUnitNET_1_1Domain_1_1Attribute.html":[1,0,0,0,7], -"classArchUnitNET_1_1Domain_1_1Attribute.html#a1379f0602bbcc75fe4cccb37418faddd":[1,0,0,0,7,0], -"classArchUnitNET_1_1Domain_1_1Attribute.html#a2715e91910e4fd6bb0e7f4a30c4f0660":[1,0,0,0,7,1], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html":[1,0,0,0,8], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#a078f1664c1a5a05740931781652dfb2b":[1,0,0,0,8,2], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#a3223d4531e317e663ecc3305003ec8fd":[1,0,0,0,8,7], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#a3bdda035bab2967f132a670ce0558d62":[1,0,0,0,8,3], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#a4b2ff899bb96eec42a3cf0780a465568":[1,0,0,0,8,5], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#a65b59a6cae3b44aa28a49a35ad4991c8":[1,0,0,0,8,0], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#a6fa6f99ed76de3f89017595ad4d461c5":[1,0,0,0,8,4], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#af8a0ee8e9f75f0e3e04f619a2b02093d":[1,0,0,0,8,1], -"classArchUnitNET_1_1Domain_1_1AttributeArgument.html#affc16aa6d1d89f741641a7111f2d4139":[1,0,0,0,8,6], -"classArchUnitNET_1_1Domain_1_1AttributeInstance.html":[1,0,0,0,9], -"classArchUnitNET_1_1Domain_1_1AttributeInstance.html#a66d1ec4db1af0dfd9edf78a9a8508b5b":[1,0,0,0,9,1], -"classArchUnitNET_1_1Domain_1_1AttributeInstance.html#a73110a23fd36d485dedf57537d4fee22":[1,0,0,0,9,2], -"classArchUnitNET_1_1Domain_1_1AttributeInstance.html#ac5375e03308f3c4eebb6c62943871f45":[1,0,0,0,9,3], -"classArchUnitNET_1_1Domain_1_1AttributeInstance.html#af0a9055b7610431fb449b80a7b083b6d":[1,0,0,0,9,0], -"classArchUnitNET_1_1Domain_1_1AttributeNamedArgument.html":[1,0,0,0,10], -"classArchUnitNET_1_1Domain_1_1AttributeNamedArgument.html#a6dad45d6a513288029f3e93ee579e6b1":[1,0,0,0,10,3], -"classArchUnitNET_1_1Domain_1_1AttributeNamedArgument.html#a7f4dea2a064cbe8340bb2ad3d1c16423":[1,0,0,0,10,0], -"classArchUnitNET_1_1Domain_1_1AttributeNamedArgument.html#aab868fca1fd208e823a3ad5ef7082d94":[1,0,0,0,10,1], -"classArchUnitNET_1_1Domain_1_1AttributeNamedArgument.html#aee46562169e2439e0be1b3a5d3392dda":[1,0,0,0,10,2], -"classArchUnitNET_1_1Domain_1_1Class.html":[1,0,0,0,11], -"classArchUnitNET_1_1Domain_1_1Class.html#a14898822dce368dd67936b603d0d4404":[1,0,0,0,11,3], -"classArchUnitNET_1_1Domain_1_1Class.html#a1494663d3923865c0d3e1d3015b64aea":[1,0,0,0,11,8], -"classArchUnitNET_1_1Domain_1_1Class.html#a1fc827bdb32adcc6e827f8a9b6b9bf7a":[1,0,0,0,11,5], -"classArchUnitNET_1_1Domain_1_1Class.html#a311d8efb81ee444581f250c4a4fa263f":[1,0,0,0,11,20], -"classArchUnitNET_1_1Domain_1_1Class.html#a3133effab33c30d6279876bfb1b8db0b":[1,0,0,0,11,23], -"classArchUnitNET_1_1Domain_1_1Class.html#a3409c4f62827f5a132348ecd4e8d4906":[1,0,0,0,11,26], -"classArchUnitNET_1_1Domain_1_1Class.html#a35110d8ec0da53ef37473f528a78c38b":[1,0,0,0,11,0], -"classArchUnitNET_1_1Domain_1_1Class.html#a3e18800ed331d1f0dc51bc662465a523":[1,0,0,0,11,6], -"classArchUnitNET_1_1Domain_1_1Class.html#a3ec402a109222048f9c7d3576f4c2f32":[1,0,0,0,11,22], -"classArchUnitNET_1_1Domain_1_1Class.html#a461aa8e3b484184171362f8737a02150":[1,0,0,0,11,2], -"classArchUnitNET_1_1Domain_1_1Class.html#a4c1d8f0662e3b99a6b0313f08bc7f9ab":[1,0,0,0,11,15], -"classArchUnitNET_1_1Domain_1_1Class.html#a5ec30794715238ae12d0c73becbafc9f":[1,0,0,0,11,21], -"classArchUnitNET_1_1Domain_1_1Class.html#a630e24e2e7dc6dd93cbd477a97d90fbe":[1,0,0,0,11,29], -"classArchUnitNET_1_1Domain_1_1Class.html#a77c1307bdb3916a9ab7bcbb84e98ba92":[1,0,0,0,11,1], -"classArchUnitNET_1_1Domain_1_1Class.html#a86c177b9e4bef75dc5f839b02b396c47":[1,0,0,0,11,4], -"classArchUnitNET_1_1Domain_1_1Class.html#a8a0c7ad58bd7ce82e28fc63bc969586c":[1,0,0,0,11,27], -"classArchUnitNET_1_1Domain_1_1Class.html#a9f032bf506b92e48814aad7bb957c432":[1,0,0,0,11,19], -"classArchUnitNET_1_1Domain_1_1Class.html#aa0d0a3bb2353dfdfa2e49e0dd38e59d6":[1,0,0,0,11,28], -"classArchUnitNET_1_1Domain_1_1Class.html#aa44cfdfa0ea2780af71bdd8a0a25e8c8":[1,0,0,0,11,11], -"classArchUnitNET_1_1Domain_1_1Class.html#aa8dddb26c0119a47d5cd10d975c8663d":[1,0,0,0,11,13], -"classArchUnitNET_1_1Domain_1_1Class.html#aa9e0ee6d4eecbe158aaf96148c4dccfb":[1,0,0,0,11,17], -"classArchUnitNET_1_1Domain_1_1Class.html#ab1c20638b9ed512f191e5769cf275c10":[1,0,0,0,11,7], -"classArchUnitNET_1_1Domain_1_1Class.html#ab81b2490336917d57081348a974d5e65":[1,0,0,0,11,16], -"classArchUnitNET_1_1Domain_1_1Class.html#ac2ed981bbe7a92429aff2fdca158adab":[1,0,0,0,11,12], -"classArchUnitNET_1_1Domain_1_1Class.html#aca745b85e680b0467f71aa2838a3f2fb":[1,0,0,0,11,14], -"classArchUnitNET_1_1Domain_1_1Class.html#acc1fccd32ab0aa90aaee247135648267":[1,0,0,0,11,10], -"classArchUnitNET_1_1Domain_1_1Class.html#adcc43a93801aacce55175142e8217ef9":[1,0,0,0,11,18], -"classArchUnitNET_1_1Domain_1_1Class.html#ae19a36ea6609f3ea058397e271b181f4":[1,0,0,0,11,9], -"classArchUnitNET_1_1Domain_1_1Class.html#ae37169a3c354dcfd7949355c7a24d512":[1,0,0,0,11,24], -"classArchUnitNET_1_1Domain_1_1Class.html#af2dd5d391734e0239f90568be6fe0c56":[1,0,0,0,11,25], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html":[1,0,0,0,0,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a0bc955a9acdc001373bffb6a5826e1c7":[1,0,0,0,0,0,1], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a193289f91076d4888215ab1e6812fe8e":[1,0,0,0,0,0,3], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a4d235612034c602d893d398cf75e8c67":[1,0,0,0,0,0,6], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a62eda77dd658bd54a8aa2daa92f423ca":[1,0,0,0,0,0,9], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a703fe5807603da61b17bc7c08fd60f35":[1,0,0,0,0,0,2], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a87214bcf8ae17306e3dcfc01a7db00a7":[1,0,0,0,0,0,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a89c34ba596fe866de54e8a3395fc781e":[1,0,0,0,0,0,7], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#a92597e26ed957e13f296c1b6fe522f9a":[1,0,0,0,0,0,4], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#ac0383bcd3f77654bcc96b37e466d0e6d":[1,0,0,0,0,0,10], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#ad30c2af2353a028693dacf981486ae74":[1,0,0,0,0,0,5], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AccessFieldDependency.html#af6b3fc321e100e6cd260060941673551":[1,0,0,0,0,0,8], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AttributeMemberDependency.html":[1,0,0,0,0,1], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AttributeMemberDependency.html#ae776de32f2c2c3ac727258e26983a2c8":[1,0,0,0,0,1,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AttributeTypeDependency.html":[1,0,0,0,0,2], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1AttributeTypeDependency.html#ad25576cdf7a44592260aa680166c0787":[1,0,0,0,0,2,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1BodyTypeMemberDependency.html":[1,0,0,0,0,3], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1BodyTypeMemberDependency.html#ad95c0fc871e7414f63513cf2e0b19054":[1,0,0,0,0,3,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1CastTypeDependency.html":[1,0,0,0,0,4], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1CastTypeDependency.html#a0c68c65f12b78a47bde2ec7ef8419c40":[1,0,0,0,0,4,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1FieldTypeDependency.html":[1,0,0,0,0,5], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1FieldTypeDependency.html#a37e772202d188ea274eba67764f29183":[1,0,0,0,0,5,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1GenericArgumentMemberDependency.html":[1,0,0,0,0,6], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1GenericArgumentMemberDependency.html#aed6c720e94709463310e72a83380867d":[1,0,0,0,0,6,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1GenericArgumentTypeDependency.html":[1,0,0,0,0,7], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1GenericArgumentTypeDependency.html#a5e8e9fd4d84c13e9efba6f88d82f74fe":[1,0,0,0,0,7,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1ImplementsInterfaceDependency.html":[1,0,0,0,0,10], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1ImplementsInterfaceDependency.html#a51477656f89c4a7eb9a32d7a79498b31":[1,0,0,0,0,10,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1InheritsBaseClassDependency.html":[1,0,0,0,0,11], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1InheritsBaseClassDependency.html#a5433e191069056f40ca7a9596d9ddd12":[1,0,0,0,0,11,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberGenericParameterTypeConstraintDependency.html":[1,0,0,0,0,13], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberGenericParameterTypeConstraintDependency.html#a1f2f67003596d785f11b1f169d3d17ad":[1,0,0,0,0,13,3], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberGenericParameterTypeConstraintDependency.html#a281a7ac846ff54fe8ace37631eb21635":[1,0,0,0,0,13,1], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberGenericParameterTypeConstraintDependency.html#ab9f3f902549e715c75cec8b2829d1eec":[1,0,0,0,0,13,2], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberGenericParameterTypeConstraintDependency.html#ae61d499f45f5fd0ecc96c6473aad5ac2":[1,0,0,0,0,13,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberTypeInstanceDependency.html":[1,0,0,0,0,14], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberTypeInstanceDependency.html#a18236116d1bd14e12847e705dc044fbe":[1,0,0,0,0,14,2], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberTypeInstanceDependency.html#aa269b4fc3023db294272b40f2fa736fc":[1,0,0,0,0,14,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberTypeInstanceDependency.html#ad6370a487f0e024f3a346bb7c1173ecb":[1,0,0,0,0,14,3], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MemberTypeInstanceDependency.html#ae4ce29fa83c7de76e3e328a4dc08dfe2":[1,0,0,0,0,14,1], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MetaDataDependency.html":[1,0,0,0,0,15], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MetaDataDependency.html#a188400faaf2fcd533c25df39fea6f79d":[1,0,0,0,0,15,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MethodCallDependency.html":[1,0,0,0,0,16], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MethodCallDependency.html#a6a3b3f4542a002f9dde208c7bc106611":[1,0,0,0,0,16,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MethodCallDependency.html#a6e7d6dc59012f63b8f6358dc65d1bb15":[1,0,0,0,0,16,1], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MethodCallDependency.html#abe0f08bc01aafd77418eeb5fc3e95c76":[1,0,0,0,0,16,2], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MethodSignatureDependency.html":[1,0,0,0,0,17], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1MethodSignatureDependency.html#aa2a03ea57632ef275e7a7948ffbfbdf1":[1,0,0,0,0,17,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1PropertyTypeDependency.html":[1,0,0,0,0,18], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1PropertyTypeDependency.html#a86eea8f593d47aba11005cf81a5a08f7":[1,0,0,0,0,18,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeCheckDependency.html":[1,0,0,0,0,19], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeCheckDependency.html#aceaba8e81dab7b20954a20c84842f236":[1,0,0,0,0,19,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeGenericParameterTypeConstraintDependency.html":[1,0,0,0,0,20], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeGenericParameterTypeConstraintDependency.html#a03807b3d543cc859c4fa1ee15c64861c":[1,0,0,0,0,20,2], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeGenericParameterTypeConstraintDependency.html#adb11ff39ec3cb2f80dec8678cb9c812e":[1,0,0,0,0,20,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeGenericParameterTypeConstraintDependency.html#af0e9a68e3eca1a288334c7069ace5805":[1,0,0,0,0,20,3], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeGenericParameterTypeConstraintDependency.html#afc3a132a2b84485a6cf87a33ca0c9777":[1,0,0,0,0,20,1], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html":[1,0,0,0,0,21], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#a0d034166bf3eca5e5160dee5da1ffc36":[1,0,0,0,0,21,5], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#a23ed53f3fbba0c0cfd682f2d3c523867":[1,0,0,0,0,21,8], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#a2f38fb079909b723be0f582945e9870e":[1,0,0,0,0,21,4], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#a4919df82aae62368d06bd3a44a475264":[1,0,0,0,0,21,2], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#a4a79e545f4ebe94b419e384b6c5e3ad6":[1,0,0,0,0,21,1], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#a4b83563f0d6152edd637a07bc3927126":[1,0,0,0,0,21,0], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#aacb8950a5e6857b7360d12ab1ee4c991":[1,0,0,0,0,21,3], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#ad1be5b1a19e15b5bb06907b5350145fa":[1,0,0,0,0,21,6], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeInstanceDependency.html#af1f30446808f92c547256d9b14673d58":[1,0,0,0,0,21,7], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeReferenceDependency.html":[1,0,0,0,0,22], -"classArchUnitNET_1_1Domain_1_1Dependencies_1_1TypeReferenceDependency.html#a8ff856211254c7b66bfd811a6a2401af":[1,0,0,0,0,22,0], -"classArchUnitNET_1_1Domain_1_1Enum.html":[1,0,0,0,12], -"classArchUnitNET_1_1Domain_1_1Enum.html#a06b05472ef9a3a325da91904573c2ff4":[1,0,0,0,12,3], -"classArchUnitNET_1_1Domain_1_1Enum.html#a0fcd9190fe7da84597db2d4331b5f86e":[1,0,0,0,12,5], -"classArchUnitNET_1_1Domain_1_1Enum.html#a21f7b240c09a1678e02c5c23b32f7675":[1,0,0,0,12,11], -"classArchUnitNET_1_1Domain_1_1Enum.html#a30c31764e282cd67f011a31d192c51e9":[1,0,0,0,12,17], -"classArchUnitNET_1_1Domain_1_1Enum.html#a34fe1ec15ae665ba89f0a5c47d7a4c02":[1,0,0,0,12,6], -"classArchUnitNET_1_1Domain_1_1Enum.html#a52959509ce43122e80d8e78e724d3762":[1,0,0,0,12,9], -"classArchUnitNET_1_1Domain_1_1Enum.html#a5524f1bcae0684b79e692a2c6ff6ce64":[1,0,0,0,12,7], -"classArchUnitNET_1_1Domain_1_1Enum.html#a5afee43df77f5a972f69fd3065c55c00":[1,0,0,0,12,22], -"classArchUnitNET_1_1Domain_1_1Enum.html#a5d10c5f90d38e62a744091a24486360d":[1,0,0,0,12,18], -"classArchUnitNET_1_1Domain_1_1Enum.html#a5d70d4d85be2545f4bd130f1e8fe8466":[1,0,0,0,12,1], -"classArchUnitNET_1_1Domain_1_1Enum.html#a6258419bbf0427b9ee68d15a9b6bbe0b":[1,0,0,0,12,0], -"classArchUnitNET_1_1Domain_1_1Enum.html#a62d6d305c75c28971a22ce71ce309a71":[1,0,0,0,12,16], -"classArchUnitNET_1_1Domain_1_1Enum.html#a789e865400159f28b3e949227b93988c":[1,0,0,0,12,21], -"classArchUnitNET_1_1Domain_1_1Enum.html#a887f004dd5a0472f667307b1e60264a5":[1,0,0,0,12,8], -"classArchUnitNET_1_1Domain_1_1Enum.html#a938380d2b3c692f912fd0f65bc5a667e":[1,0,0,0,12,13], -"classArchUnitNET_1_1Domain_1_1Enum.html#aad9f77444c9e8f05dd2dd7cb81c27308":[1,0,0,0,12,15], -"classArchUnitNET_1_1Domain_1_1Enum.html#ac09c6e23915356c8eea9fde3784318d5":[1,0,0,0,12,10], -"classArchUnitNET_1_1Domain_1_1Enum.html#ac3669b31227571af4389a7936d8a8bba":[1,0,0,0,12,2], -"classArchUnitNET_1_1Domain_1_1Enum.html#ac419882d24cd73929d6a22a854fd7ada":[1,0,0,0,12,19], -"classArchUnitNET_1_1Domain_1_1Enum.html#ac869f954d7e3b6de4c21c3ee547ad065":[1,0,0,0,12,4], -"classArchUnitNET_1_1Domain_1_1Enum.html#accb5aa8277ed5e12b7b208e0434b60c4":[1,0,0,0,12,14], -"classArchUnitNET_1_1Domain_1_1Enum.html#ace85e6ad2739987a23593e9708a86c60":[1,0,0,0,12,23], -"classArchUnitNET_1_1Domain_1_1Enum.html#acf29f41cad064a929b83e61737ab6971":[1,0,0,0,12,20], -"classArchUnitNET_1_1Domain_1_1Enum.html#af1e89f3bc0572bf74f86865f7b98516a":[1,0,0,0,12,12], -"classArchUnitNET_1_1Domain_1_1EnumerableIdentifier.html":[1,0,0,0,13], -"classArchUnitNET_1_1Domain_1_1EnumerableIdentifier.html#a5ba061c5eaf01ca89de3da4ce5c8282a":[1,0,0,0,13,0], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1AssemblyDoesNotExistInArchitecture.html":[1,0,0,0,1,0], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1AssemblyDoesNotExistInArchitecture.html#a166f7ed5ffce2ba5e9d65a2c3b9adb6c":[1,0,0,0,1,0,0], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1InvalidStateException.html":[1,0,0,0,1,1], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1InvalidStateException.html#ac3fd5a104cffe84bf855ae1c5fc768c9":[1,0,0,0,1,1,0], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1MultipleOccurrencesInSequenceException.html":[1,0,0,0,1,2], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1MultipleOccurrencesInSequenceException.html#acacdf79141931c9c5e664083555adda6":[1,0,0,0,1,2,0], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1TypeDoesNotExistInArchitecture.html":[1,0,0,0,1,3], -"classArchUnitNET_1_1Domain_1_1Exceptions_1_1TypeDoesNotExistInArchitecture.html#a905832099280a48c583ae25de0bf6853":[1,0,0,0,1,3,0], -"classArchUnitNET_1_1Domain_1_1FieldMember.html":[1,0,0,0,14], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a09f119281e287761df05710210a7510e":[1,0,0,0,14,2], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a0b22d640d5c9fc4fff09d877e404c50b":[1,0,0,0,14,11], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a23c954313c4f651e9439a40fd6628714":[1,0,0,0,14,7], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a2fce76561efa9da42d6d595c8b6173ac":[1,0,0,0,14,8], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a30304e5b08835639235d3bdb364ce7d6":[1,0,0,0,14,19], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a363ff77e08b797cd6aa359195cc10098":[1,0,0,0,14,10], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a4cf053132d2a4f76a3afd4b060418bc7":[1,0,0,0,14,22], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a57f4bd67f5696241e34577db2f5b3bed":[1,0,0,0,14,14], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a5894b459e0d65fba3b85f041d3b6782d":[1,0,0,0,14,0], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a5a05694b28e02d8ee459ef7688f6ac6d":[1,0,0,0,14,20], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a70f7007e93a4b8dc3e62af4c5da29e2f":[1,0,0,0,14,3], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a71242d522675397f01be9f66f3b509b0":[1,0,0,0,14,15], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a78691bc6d44dfe8d575bf8db283e77ee":[1,0,0,0,14,13], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a7f9b477b813bf7b66ed1d47870ed6e4f":[1,0,0,0,14,9], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#a83a1d224021647ac9c89634721370109":[1,0,0,0,14,6], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#aa2fa6f6907d5729f413f160fceb2d9eb":[1,0,0,0,14,1], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#ac7d795b1c1b3c2c3a1eb07081868b627":[1,0,0,0,14,12], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#acb60dea0be9285b42afaa1b37c902bef":[1,0,0,0,14,5], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#ad6680d4ac823b92510378c5d2373474e":[1,0,0,0,14,16], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#ada808776ff6b564863253c4a36c5b6c2":[1,0,0,0,14,17], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#ae46ba7d4e4e6c8840fffd94946626c53":[1,0,0,0,14,18], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#ae81e383ddb20243be1a30bdf6e355fc9":[1,0,0,0,14,4], -"classArchUnitNET_1_1Domain_1_1FieldMember.html#aece338bd0733c7c264c0a0bb080bb58b":[1,0,0,0,14,21], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html":[1,0,0,0,15], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#a277bcf431ffe2512b6d4381b99191b2b":[1,0,0,0,15,5], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#a5157f5e277189dcc8eb6a1ab358cb2dd":[1,0,0,0,15,6], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#a590d79d35fde9d94cd2ad8cf4cf7c13a":[1,0,0,0,15,7], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#a64cad67fa12a4a8fa3630b970f763387":[1,0,0,0,15,4], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#a841f98b9850e3f6cdef5924b24cc044c":[1,0,0,0,15,3], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#a94d1dc77b40840d1350a790c77c05081":[1,0,0,0,15,1], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#aab55063a6a711c9a951ef91018c1e1f6":[1,0,0,0,15,2], -"classArchUnitNET_1_1Domain_1_1GenericArgument.html#aca7167b0f0d474001d331d6853a9b3d3":[1,0,0,0,15,0], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html":[1,0,0,0,16], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a08c7faec5b2bd499152a57ea68201ba9":[1,0,0,0,16,9], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a09ed7c6f8fc51052b6430a6c937bb2bf":[1,0,0,0,16,19], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a112bfeb8ae8c58ffcf682386b0e65d8e":[1,0,0,0,16,14], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a1213f27397acb45284a99ce1f6d13c46":[1,0,0,0,16,5], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a17a7d28ce900dc33e0aff0e7940bb547":[1,0,0,0,16,2], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a28c47b05762d1b02d33a2a7b94262ef6":[1,0,0,0,16,24], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a2ae13da3bddfa6ca297d5801a65f0c80":[1,0,0,0,16,23], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a3f053010d1c975f726e4895bb5cfb553":[1,0,0,0,16,8], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a42eaa9c677d34f4c342cf7a9bac4d1d6":[1,0,0,0,16,16], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a46e6404317cc98902562b8829f13360d":[1,0,0,0,16,0], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a482c8662a9f8c402cc2301afdc1b492b":[1,0,0,0,16,27], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a513df916d097a5e77edb5cdef6cf209a":[1,0,0,0,16,6], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a58f75da8a337d8f0f5cc900d2d5ef923":[1,0,0,0,16,13], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a5a6bc124b4c53faec1e53f2e919fc9bc":[1,0,0,0,16,22], -"classArchUnitNET_1_1Domain_1_1GenericParameter.html#a65f1f47734f9c87f0f0a7d8c779d2937":[1,0,0,0,16,28] +"index.html":[], +"pages.html":[] }; diff --git a/stable/resize.js b/stable/resize.js index a0bb5f45b..e1ad0fe3b 100644 --- a/stable/resize.js +++ b/stable/resize.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function initResizable() { @@ -91,7 +92,9 @@ function initResizable() } collapsedWidth=width; } - (document.getElementById(location.hash.slice(1))||document.body).scrollIntoView(); + if (location.hash.slice(1)) { + (document.getElementById(location.hash.slice(1))||document.body).scrollIntoView(); + } } function collapseExpand() diff --git a/stable/search/close.svg b/stable/search/close.svg new file mode 100644 index 000000000..a933eea1a --- /dev/null +++ b/stable/search/close.svg @@ -0,0 +1,31 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/stable/search/mag_sel.svg b/stable/search/mag_sel.svg new file mode 100644 index 000000000..03626f64a --- /dev/null +++ b/stable/search/mag_sel.svg @@ -0,0 +1,74 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/stable/search/nomatches.html b/stable/search/nomatches.html index 437732089..2b9360b6b 100644 --- a/stable/search/nomatches.html +++ b/stable/search/nomatches.html @@ -1,5 +1,6 @@ - + + diff --git a/stable/search/search.css b/stable/search/search.css index 3cf9df94a..9074198f8 100644 --- a/stable/search/search.css +++ b/stable/search/search.css @@ -1,98 +1,82 @@ /*---------------- Search Box */ -#FSearchBox { - float: left; -} - #MSearchBox { white-space : nowrap; - float: none; - margin-top: 8px; - right: 0px; - width: 170px; - height: 24px; + background: white; + border-radius: 0.65em; + box-shadow: inset 0.5px 0.5px 3px 0px #555; z-index: 102; } -#MSearchBox .left -{ - display:block; - position:absolute; - left:10px; - width:20px; - height:19px; - background:url('search_l.png') no-repeat; - background-position:right; +#MSearchBox .left { + display: inline-block; + vertical-align: middle; + height: 1.4em; } #MSearchSelect { - display:block; - position:absolute; - width:20px; - height:19px; -} - -.left #MSearchSelect { - left:4px; -} - -.right #MSearchSelect { - right:5px; + display: inline-block; + vertical-align: middle; + height: 1.4em; + padding: 0 0 0 0.3em; + margin: 0; } #MSearchField { - display:block; - position:absolute; - height:19px; - background:url('search_m.png') repeat-x; + display: inline-block; + vertical-align: middle; + width: 7.5em; + height: 1.1em; + margin: 0 0.15em; + padding: 0; + line-height: 1em; border:none; - width:115px; - margin-left:20px; - padding-left:4px; color: #909090; outline: none; - font: 9pt Arial, Verdana, sans-serif; + font-family: Arial, Verdana, sans-serif; -webkit-border-radius: 0px; + border-radius: 0px; + background: none; } -#FSearchBox #MSearchField { - margin-left:15px; -} #MSearchBox .right { - display:block; - position:absolute; - right:10px; - top:8px; - width:20px; - height:19px; - background:url('search_r.png') no-repeat; - background-position:left; + display: inline-block; + vertical-align: middle; + width: 1.4em; + height: 1.4em; } #MSearchClose { display: none; - position: absolute; - top: 4px; + font-size: inherit; background : none; border: none; - margin: 0px 4px 0px 0px; - padding: 0px 0px; + margin: 0; + padding: 0; outline: none; -} -.left #MSearchClose { - left: 6px; } -.right #MSearchClose { - right: 2px; +#MSearchCloseImg { + height: 1.4em; + padding: 0.3em; + margin: 0; } .MSearchBoxActive #MSearchField { color: #000000; } +#main-menu > li:last-child { + /* This
  • object is the parent of the search bar */ + display: flex; + justify-content: center; + align-items: center; + height: 36px; + margin-right: 1em; +} + /*---------------- Search filter selection */ #MSearchSelectWindow { @@ -220,19 +204,21 @@ a.SRScope:focus, a.SRScope:active { span.SRScope { padding-left: 4px; + font-family: Arial, Verdana, sans-serif; } .SRPage .SRStatus { padding: 2px 5px; font-size: 8pt; font-style: italic; + font-family: Arial, Verdana, sans-serif; } .SRResult { display: none; } -DIV.searchresults { +div.searchresults { margin-left: 10px; margin-right: 10px; } diff --git a/stable/search/search.js b/stable/search/search.js index a554ab9cb..fb226f734 100644 --- a/stable/search/search.js +++ b/stable/search/search.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function convertToId(search) { @@ -79,9 +80,10 @@ function getYPos(item) storing this instance. Is needed to be able to set timeouts. resultPath - path to use for external files */ -function SearchBox(name, resultsPath, inFrame, label) +function SearchBox(name, resultsPath, inFrame, label, extension) { if (!name || !resultsPath) { alert("Missing parameters to SearchBox."); } + if (!extension || extension == "") { extension = ".html"; } // ---------- Instance variables this.name = name; @@ -96,6 +98,7 @@ function SearchBox(name, resultsPath, inFrame, label) this.searchActive = false; this.insideFrame = inFrame; this.searchLabel = label; + this.extension = extension; // ----------- DOM Elements @@ -200,10 +203,9 @@ function SearchBox(name, resultsPath, inFrame, label) } return; } - else if (window.frames.MSearchResults.searchResults) + else { - var elem = window.frames.MSearchResults.searchResults.NavNext(0); - if (elem) elem.focus(); + window.frames.MSearchResults.postMessage("take_focus", "*"); } } else if (e.keyCode==27) // Escape out of the search field @@ -347,13 +349,13 @@ function SearchBox(name, resultsPath, inFrame, label) if (idx!=-1) { var hexCode=idx.toString(16); - resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html'; + resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + this.extension; resultsPageWithSearch = resultsPage+'?'+escape(searchValue); hasResultsPage = true; } else // nothing available for this search term { - resultsPage = this.resultsPath + '/nomatches.html'; + resultsPage = this.resultsPath + '/nomatches' + this.extension; resultsPageWithSearch = resultsPage; hasResultsPage = false; } @@ -364,7 +366,7 @@ function SearchBox(name, resultsPath, inFrame, label) if (domPopupSearchResultsWindow.style.display!='block') { var domSearchBox = this.DOMSearchBox(); - this.DOMSearchClose().style.display = 'inline'; + this.DOMSearchClose().style.display = 'inline-block'; if (this.insideFrame) { var domPopupSearchResults = this.DOMPopupSearchResults(); @@ -439,12 +441,12 @@ function SearchResults(name) while (element && element!=parentElement) { - if (element.nodeName == 'DIV' && element.className == 'SRChildren') + if (element.nodeName.toLowerCase() == 'div' && element.className == 'SRChildren') { return element; } - if (element.nodeName == 'DIV' && element.hasChildNodes()) + if (element.nodeName.toLowerCase() == 'div' && element.hasChildNodes()) { element = element.firstChild; } diff --git a/stable/search/searchdata.js b/stable/search/searchdata.js index 9b90bfd86..f95870c94 100644 --- a/stable/search/searchdata.js +++ b/stable/search/searchdata.js @@ -1,27 +1,12 @@ var indexSectionsWithContent = { - 0: "abcdefgijlmnoprstx", - 1: "abcefgijlmnoprstx", - 2: "a", - 3: "cflm", - 4: "dls" }; var indexSectionNames = { - 0: "all", - 1: "classes", - 2: "namespaces", - 3: "functions", - 4: "variables" }; var indexSectionLabels = { - 0: "All", - 1: "Classes", - 2: "Namespaces", - 3: "Functions", - 4: "Variables" };