• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/win32/

Lines Matching refs:replace

291 			of.WriteLine(s.replace(/\@VERSION\@/, 
294 of.WriteLine(s.replace(/\@LIBXML_VERSION_NUMBER\@/,
297 of.WriteLine(s.replace(/\@LIBXML_VERSION_EXTRA\@/, verCvs));
299 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
301 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
303 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
305 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
307 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
309 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
311 of.WriteLine(s.replace(/\@WITH_CATALOG\@/, withCatalog? "1" : "0"));
313 of.WriteLine(s.replace(/\@WITH_DOCB\@/, withDocb? "1" : "0"));
315 of.WriteLine(s.replace(/\@WITH_XPATH\@/, withXpath? "1" : "0"));
317 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
319 of.WriteLine(s.replace(/\@WITH_XINCLUDE\@/, withXinclude? "1" : "0"));
321 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
323 of.WriteLine(s.replace(/\@WITH_ISO8859X\@/, withIso8859x? "1" : "0"));
325 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
329 of.WriteLine(s.replace(/\@WITH_MEM_DEBUG\@/, withMemDebug? "1" : "0"));
331 of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/, withRunDebug? "1" : "0"));
333 of.WriteLine(s.replace(/\@WITH_SCHEMAS\@/, withSchemas? "1" : "0"));
335 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
337 of.WriteLine(s.replace(/\@WITH_REGEXPS\@/, withRegExps? "1" : "0"));
339 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
341 of.WriteLine(s.replace(/\@MODULE_EXTENSION\@/, ".dll"));
343 of.WriteLine(s.replace(/\@WITH_TREE\@/, withTree? "1" : "0"));
345 of.WriteLine(s.replace(/\@WITH_READER\@/, withReader? "1" : "0"));
347 of.WriteLine(s.replace(/\@WITH_WRITER\@/, withWriter? "1" : "0"));
349 of.WriteLine(s.replace(/\@WITH_WALKER\@/, withWalker? "1" : "0"));
351 of.WriteLine(s.replace(/\@WITH_PATTERN\@/, withPattern? "1" : "0"));
353 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
355 of.WriteLine(s.replace(/\@WITH_VALID\@/, withValid? "1" : "0"));
357 of.WriteLine(s.replace(/\@WITH_SAX1\@/, withSax1? "1" : "0"));
359 of.WriteLine(s.replace(/\@WITH_LEGACY\@/, withLegacy? "1" : "0"));
361 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));
381 of.WriteLine(s.replace(/\@LIBXML_VERSION\@/,
384 of.WriteLine(s.replace(/\@prefix\@/, buildPrefix));
386 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));