Home | History | Annotate | Download | only in src

Lines Matching full:setvalue

105         hdf.setValue("subdir", subdir);
108 hdf.setValue("subdirs." + i + ".name", d);
113 hdf.setValue("files." + i + ".name", f);
114 hdf.setValue("files." + i + ".href", convertExtension(f, ".html"));
131 hdf.setValue("page.title", dir.getName() + " - " + mTitle);
132 hdf.setValue("projectTitle", mTitle);
141 hdf.setValue("summary", summary);
156 hdf.setValue("page.title", name);
157 hdf.setValue("subdir", subdir);
158 hdf.setValue("realFile", name);
159 hdf.setValue("fileContents", data);
171 hdf.setValue("page.title", name);
172 hdf.setValue("subdir", subdir);
173 hdf.setValue("realFile", name);
174 hdf.setValue("fileContents", data);