Lines Matching refs:set
385 * @param defaultValue value to return, if the parameter is not set, is not
410 * @return 0 if the corresponding start parameter is not set or not a
422 * is not set or not a number, the number found otherwise.
620 * string to show in the UI. field[2] is set to {@code disabled=""} if the
621 * current path is the "/" directory, otherwise set to an empty string.
679 * Get a reference to a set of requested projects via request parameter
684 * @return a possible empty set of project names aka descriptions but never
686 * project in the runtime environment (RTE) an empty set is returned.
690 * project, the set with invalid projects removed gets returned.
692 * {@code OpenGrokProject} and it contains any available project, the set
694 * default project is set in the RTE, this project gets returned.
695 * Otherwise:</li> <li>an empty set</li> </ol>
765 * @return a possible empty set but never {@code null}.
769 TreeSet<String> set = new TreeSet<String>();
772 return set;
775 set.add(projects.get(0).getDescription());
776 return set;
781 set.add(s);
784 if (set.isEmpty()) {
788 set.add(s);
792 if (set.isEmpty()) {
795 set.add(defaultProject.getDescription());
798 return set;
804 * @param title title to set (might be {@code null}).
813 * @return {@code null} if not set, the page title otherwise.
1123 * used environment has a valid opengrok data root set and that it is an
1127 * @throws InvalidParameterException if inaccessible or not set.
1134 + "set in configuration.xml!");