Home
last modified time | relevance | path

Searched refs:folderName (Results 1 – 1 of 1) sorted by relevance

/cmsis_6-latest/CMSIS/Documentation/Doxygen/style_template/
Dtabs.js4 function tabElement(id, folderName, tabTxt ) { argument
6 this.folderName = folderName; // folder name of the component
8 …this.currentListItem = '<li id="' + this.id + '" class="current"> <a href="../' + this.folderName
9 …this.listItem = '<li id="' + this.id + '"> <a href="../' + this.folderName + '/index.html"><span>'…
13 function tabSubElement(id, folderName, tabTxt ) { argument
15 this.folderName = folderName; // folder name of the component
17 …m = '<li id="' + this.id + '" class="current"> <a href="../../' + this.folderName + '/index.html">…
18 …this.listItem = '<li id="' + this.id + '"> <a href="../' + this.folderName + '/index.html"><span>'…
47 str = "/" + arr[i].folderName + "/"
68 str = "/" + arr_sub[i].folderName + "/"