Lines Matching refs:title
34 admonitionTitle.className = 'admonition-title';
63 * @param {String} title Title.
66 function renderKconfigPropLiteral(parent, title, content) { argument
70 const termText = document.createTextNode(title);
91 * @param {String} title Title.
96 function renderKconfigPropList(parent, title, elements, linkElements) { argument
104 const termText = document.createTextNode(title);
208 /* title (name and permalink) */
209 const title = document.createElement('dt');
210 title.className = 'sig sig-object';
211 container.appendChild(title);
215 title.appendChild(name);
223 title.appendChild(permalink);
377 copyLinkButton.title = "Copy link to results";
416 resultsPerPageTitle.className = 'results-per-page-title';