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
653 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
655 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";
656 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";
657 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";
658 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";
659 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";
660 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";
661 txtOut += " XPath support: " + boolToStr(withXpath) + "\n";
662 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
[all …]