Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dindex.html.tpl52 p.appendChild(document.createTextNode(found));
59 hn.appendChild(document.createTextNode(' - PASSED (time: ' + duration + ' ms)'));
62 hn.appendChild(document.createTextNode(' - FAILED'));
69 hn.appendChild(document.createTextNode('Test: ' + tname));
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp208 AstPtr createTextNode(std::string Body, ASTNode *Parent, in createTextNode() function
478 CurrentNode = createTextNode(std::move(CurrentToken.TokenBody), Parent, in parseMustache()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js5756 …return this.empty().append( (this[0] && this[0].ownerDocument || document).createTextNode( text ) …
6334 elem = context.createTextNode( elem );
6384 … div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild );