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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/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";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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 111 milliseconds