Searched refs:withXptr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/win32/
H A Dconfigure.js40 var withXptr = true; variable
126 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";
238 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
474 withXptr = strToBool(arg.substring(opt.length + 1, arg.length));
666 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/win32/
H A Dconfigure.js40 var withXptr = true; variable
124 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";
233 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));
317 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
460 withXptr = strToBool(arg.substring(opt.length + 1, arg.length));
640 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";

Completed in 215 milliseconds