• Home
  • Raw
  • Download

Lines Matching refs:replace

309 			of.WriteLine(s.replace(/\@VERSION\@/, 
312 of.WriteLine(s.replace(/\@LIBXML_VERSION_NUMBER\@/,
315 of.WriteLine(s.replace(/\@LIBXML_VERSION_EXTRA\@/, verCvs));
317 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
319 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
321 of.WriteLine(s.replace(/\@WITH_THREAD_ALLOC\@/, "0"));
323 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
325 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
329 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
331 of.WriteLine(s.replace(/\@WITH_CATALOG\@/, withCatalog? "1" : "0"));
333 of.WriteLine(s.replace(/\@WITH_DOCB\@/, withDocb? "1" : "0"));
335 of.WriteLine(s.replace(/\@WITH_XPATH\@/, withXpath? "1" : "0"));
337 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
339 of.WriteLine(s.replace(/\@WITH_XINCLUDE\@/, withXinclude? "1" : "0"));
341 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
343 of.WriteLine(s.replace(/\@WITH_ICU\@/, withIcu? "1" : "0"));
345 of.WriteLine(s.replace(/\@WITH_ISO8859X\@/, withIso8859x? "1" : "0"));
347 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
349 of.WriteLine(s.replace(/\@WITH_LZMA\@/, withLzma? "1" : "0"));
351 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
353 of.WriteLine(s.replace(/\@WITH_MEM_DEBUG\@/, withMemDebug? "1" : "0"));
355 of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/, withRunDebug? "1" : "0"));
357 of.WriteLine(s.replace(/\@WITH_SCHEMAS\@/, withSchemas? "1" : "0"));
359 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
361 of.WriteLine(s.replace(/\@WITH_REGEXPS\@/, withRegExps? "1" : "0"));
363 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
365 of.WriteLine(s.replace(/\@MODULE_EXTENSION\@/, ".dll"));
367 of.WriteLine(s.replace(/\@WITH_TREE\@/, withTree? "1" : "0"));
369 of.WriteLine(s.replace(/\@WITH_READER\@/, withReader? "1" : "0"));
371 of.WriteLine(s.replace(/\@WITH_WRITER\@/, withWriter? "1" : "0"));
373 of.WriteLine(s.replace(/\@WITH_WALKER\@/, withWalker? "1" : "0"));
375 of.WriteLine(s.replace(/\@WITH_PATTERN\@/, withPattern? "1" : "0"));
377 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
379 of.WriteLine(s.replace(/\@WITH_VALID\@/, withValid? "1" : "0"));
381 of.WriteLine(s.replace(/\@WITH_SAX1\@/, withSax1? "1" : "0"));
383 of.WriteLine(s.replace(/\@WITH_LEGACY\@/, withLegacy? "1" : "0"));
385 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));
405 of.WriteLine(s.replace(/\@LIBXML_VERSION\@/,
408 of.WriteLine(s.replace(/\@prefix\@/, buildPrefix));
410 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));