• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/

Lines Matching refs:boolToStr

83 function boolToStr(opt)
631 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
633 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";
634 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";
635 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";
636 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";
637 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";
638 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";
639 txtOut += " XPath support: " + boolToStr(withXpath) + "\n";
640 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
641 txtOut += " XInclude support: " + boolToStr(withXinclude) + "\n";
642 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";
643 txtOut += " iso8859x support: " + boolToStr(withIso8859x) + "\n";
644 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";
645 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";
646 txtOut += " Memory debugging: " + boolToStr(withMemDebug) + "\n";
647 txtOut += " Runtime debugging: " + boolToStr(withRunDebug) + "\n";
648 txtOut += " Regexp support: " + boolToStr(withRegExps) + "\n";
649 txtOut += " Module support: " + boolToStr(withModules) + "\n";
650 txtOut += " Tree support: " + boolToStr(withTree) + "\n";
651 txtOut += " Reader support: " + boolToStr(withReader) + "\n";
652 txtOut += " Writer support: " + boolToStr(withWriter) + "\n";
653 txtOut += " Walker support: " + boolToStr(withWalker) + "\n";
654 txtOut += " Pattern support: " + boolToStr(withPattern) + "\n";
655 txtOut += " Push support: " + boolToStr(withPush) + "\n";
656 txtOut += "Validation support: " + boolToStr(withValid) + "\n";
657 txtOut += " SAX1 support: " + boolToStr(withSax1) + "\n";
658 txtOut += " Legacy support: " + boolToStr(withLegacy) + "\n";
659 txtOut += " Output support: " + boolToStr(withOutput) + "\n";
660 txtOut += "XML Schema support: " + boolToStr(withSchemas) + "\n";
661 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";
662 txtOut += " Python bindings: " + boolToStr(withPython) + "\n";
669 txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
672 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";
673 txtOut += " Static xmllint: " + boolToStr(buildStatic) + "\n";