Searched refs:withXptr (Results 1 – 2 of 2) sorted by relevance
20 var withXptr = true;28 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";36 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));62 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
40 var withXptr = true; variable125 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";235 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));320 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));465 withXptr = strToBool(arg.substring(opt.length + 1, arg.length));653 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";