Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/cli/data/reference/
Dsyntax.adoc83 [[idname,reference text]] anchor
84 // or written using normal block attributes as `[#idname,reftext=reference text]`
87 See <<idname>> or <<idname,optional text of internal link>>.
89 xref:document.adoc#idname[Jumps to anchor in another document].
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js1997 minimize_maximize: function(idname, type) argument
1999 var element = $(idname);
2026 var idname = 'pfc_color_' + color;
2027 $(idname).style.border = '1px solid #555';
2028 $(idname).style.padding = '1px';