Home
last modified time | relevance | path

Searched refs:withPattern (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/win32/
Dconfigure.js58 var withPattern = true; variable
142 txt += " pattern: Enable xmlPattern api (" + (withPattern? "yes" : "no") + ")\n";
255 vf.WriteLine("WITH_PATTERN=" + (withPattern? "1" : "0"));
363 of.WriteLine(s.replace(/\@WITH_PATTERN\@/, withPattern? "1" : "0"));
508 withPattern = strToBool(arg.substring(opt.length + 1, arg.length));
678 txtOut += " Pattern support: " + boolToStr(withPattern) + "\n";