Searched +full:doc +full:- +full:path (Results 1 – 5 of 5) sorted by relevance
11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true17 runs-on: ubuntu-22.0419 - uses: actions/checkout@v421 fetch-depth: 023 - name: Fetch tags25 git fetch --tags --force27 - uses: Open-CMSIS-Pack/gen-pack-action@main29 doxygen-version: 1.9.630 packchk-version: 1.4.1[all …]
6 Copyright (C) 1997-2020 by Dimitri van Heesch40 if (index != -1) {43 if (valEnd == -1) {62 …= cookie_namespace + "_" + cookie + "=" + val + "; SameSite=Lax; expires=" + expiration+"; path=/";74 writeSetting('width',sidenavWidth-barWidth);94 contentHeight = windowHeight - headerHeight - footerHeight;98 contentHeight = windowHeight - footerHeight;99 navtreeHeight = windowHeight - headerHeight;122 writeSetting('width',sidenavWidth-barWidth);126 sidenav = $("#side-nav");[all …]
3 --arm_light_blue: #00C1DE;4 --arm_blue: #11809F;5 --arm_blue1: #0091BD;6 --arm_dark_blue: #002B49;7 --arm_light_gray: #E5ECEB;8 --arm_light_gray1: #EFF5F4;9 --arm_light_gray2: #EBEBEB;10 --arm_light_gray3: #F7F7F7;11 --arm_dark_gray: #7D868C;12 --arm_dark_gray1: #6F777C;[all …]
6 Copyright (C) 1997-2020 by Dimitri van Heesch33 return eval(n.replace(/\-/g,'_'));46 return m ? uri.substring(i-6) : s;51 return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,'');61 return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, '');76 if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) {110 var level=-1;145 var pos, docContent = $('#doc-content');159 pos-docContent.offset().top,160 docContent[0].scrollHeight-[all …]
1 # SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its affiliates <open-source-office…3 # SPDX-License-Identifier: Apache-2.09 # www.apache.org/licenses/LICENSE-2.035 # doxygen -x [configFile]39 # doxygen -x_noenv [configFile]41 #---------------------------------------------------------------------------43 #---------------------------------------------------------------------------46 # file that follow. The default is UTF-8 which is also the encoding used for all50 # The default value is: UTF-8.52 DOXYFILE_ENCODING = UTF-8[all …]