Home | History | Annotate | Download | only in src

Lines Matching refs:outfile

58                                     String outfile)
65 + "' outfile='" + outfile + "'");
128 ClearPage.write(hdf, "docpage.cs", outfile);
130 if (outfile.indexOf("sdk/") != -1) {
132 if ((outfile.indexOf("index.html") != -1) || (outfile.indexOf("features.html") != -1)) {
133 ClearPage.write(hdf, "sdkpage.cs", outfile);
135 ClearPage.write(hdf, "docpage.cs", outfile);
137 } else if (outfile.indexOf("guide/") != -1) {
139 ClearPage.write(hdf, "docpage.cs", outfile);
140 } else if (outfile.indexOf("resources/") != -1) {
142 ClearPage.write(hdf, "docpage.cs", outfile);
144 ClearPage.write(hdf, "nosidenavpage.cs", outfile);