- Sort Score
- Result 10 results
- Languages All
Results 21 - 22 of 22 for excel (0.03 sec)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: MS Word */ public static final String LABELS_facet_filetype_word = "{labels.facet_filetype_word}"; /** The key of the message: MS Excel */ public static final String LABELS_facet_filetype_excel = "{labels.facet_filetype_excel}"; /** The key of the message: MS PowerPoint */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/RepositoryUtils.java
} Artifact result = toArtifact(artifact); List<Exclusion> excl = Optional.ofNullable(exclusions).orElse(Collections.emptyList()).stream() .map(RepositoryUtils::toExclusion) .collect(Collectors.toList()); return new Dependency(result, artifact.getScope(), artifact.isOptional(), excl); } public static List<RemoteRepository> toRepos(List<ArtifactRepository> repos) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16K bytes - Viewed (0)