Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/
H A Dswitchers.js11 var all_doctypes = { variable
85 $.each(all_doctypes, function(doctype, title) {
88 all_doctypes[current_doctype] + '</option>');
92 if (!(current_doctype in all_doctypes)) {
96 all_doctypes[current_doctype] = current_doctype;
/OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/
H A Dswitchers.js.in20 var all_doctypes = { variable
91 $.each(all_doctypes, function(doctype, title) {
94 all_doctypes[current_doctype] + '</option>');
98 if (!(current_doctype in all_doctypes)) {
99 // In case we're browsing a doctype that is not yet in all_doctypes.
102 all_doctypes[current_doctype] = current_doctype;