Lines Matching refs:boolToStr
85 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";
675 txtOut += " XInclude support: " + boolToStr(withXinclude) + "\n";
676 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";
677 txtOut += " icu support: " + boolToStr(withIcu) + "\n";
678 txtOut += " iso8859x support: " + boolToStr(withIso8859x) + "\n";
679 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";
680 txtOut += " lzma support: " + boolToStr(withLzma) + "\n";
681 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";
682 txtOut += " Memory debugging: " + boolToStr(withMemDebug) + "\n";
683 txtOut += " Runtime debugging: " + boolToStr(withRunDebug) + "\n";
684 txtOut += " Regexp support: " + boolToStr(withRegExps) + "\n";
685 txtOut += " Module support: " + boolToStr(withModules) + "\n";
686 txtOut += " Tree support: " + boolToStr(withTree) + "\n";
687 txtOut += " Reader support: " + boolToStr(withReader) + "\n";
688 txtOut += " Writer support: " + boolToStr(withWriter) + "\n";
689 txtOut += " Walker support: " + boolToStr(withWalker) + "\n";
690 txtOut += " Pattern support: " + boolToStr(withPattern) + "\n";
691 txtOut += " Push support: " + boolToStr(withPush) + "\n";
692 txtOut += "Validation support: " + boolToStr(withValid) + "\n";
693 txtOut += " SAX1 support: " + boolToStr(withSax1) + "\n";
694 txtOut += " Legacy support: " + boolToStr(withLegacy) + "\n";
695 txtOut += " Output support: " + boolToStr(withOutput) + "\n";
696 txtOut += "XML Schema support: " + boolToStr(withSchemas) + "\n";
697 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";
698 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";
705 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
708 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";
709 txtOut += " Static xmllint: " + boolToStr(buildStatic) + "\n";