Home
last modified time | relevance | path

Searched +full:doc +full:- +full:path (Results 1 – 5 of 5) sorted by relevance

/cmsis-nn-latest/.github/workflows/
Dpack.yml11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
29 doxygen-version: 1.9.6
30 packchk-version: 1.4.1
[all …]
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Dresize.js6 Copyright (C) 1997-2020 by Dimitri van Heesch
40 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 …]
Dextra_stylesheet.css3 --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 …]
Dnavtree.js6 Copyright (C) 1997-2020 by Dimitri van Heesch
33 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 …]
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in1 # SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its affiliates <open-source-office…
3 # SPDX-License-Identifier: Apache-2.0
9 # www.apache.org/licenses/LICENSE-2.0
35 # 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 all
50 # The default value is: UTF-8.
52 DOXYFILE_ENCODING = UTF-8
[all …]