Lines Matching refs:set
433 * @param defaultValue value to return, if the parameter is not set, is not
458 * @return 0 if the corresponding start parameter is not set or not a
470 * is not set or not a number, the number found otherwise.
671 * string to show in the UI. field[2] is set to {@code disabled=""} if the
672 * current path is the "/" directory, otherwise set to an empty string.
720 * Get a reference to a set of requested projects via request parameter
726 * @return a possible empty set of project names aka descriptions but never
728 * project in the runtime environment (RTE) an empty set is returned.
732 * project, the set with invalid projects removed gets returned.
734 * {@code OpenGrokProject} and it contains any available project, the set
736 * default project is set in the RTE, this project gets returned.
737 * Otherwise:</li> <li>an empty set</li> </ol>
813 * @return a possible empty set but never {@code null}.
817 TreeSet<String> set = new TreeSet<>();
820 return set;
823 set.add(projects.get(0).getDescription());
824 return set;
830 set.add(s);
833 if (set.isEmpty()) {
838 set.add(s);
842 if (set.isEmpty()) {
845 set.add(defaultProject.getDescription());
848 return set;
858 * @param title title to set (might be {@code null}).
867 * @return {@code null} if not set, the page title otherwise.
1181 * used environment has a valid opengrok data root set and that it is an
1185 * @throws InvalidParameterException if inaccessible or not set.
1192 + "set in configuration.xml!");