Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js85 function boolToStr(opt) function
665 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
667 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";
668 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";
669 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";
670 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";
671 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";
672 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";
673 txtOut += " XPath support: " + boolToStr(withXpath) + "\n";
674 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
[all …]