- Sort Score
- Result 10 results
- Languages All
Results 4021 - 4030 of 4,194 for voir (0.02 sec)
-
src/main/java/org/codelibs/core/convert/TimeConversionUtil.java
} final int style = STYLES[index++]; return DateFormat.getTimeInstance(style, locale); } @Override public void remove() { throw new ClUnsupportedOperationException("remove"); } } /**Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java
} final int style = STYLES[index++]; return DateFormat.getDateTimeInstance(style, style, locale); } @Override public void remove() { throw new ClUnsupportedOperationException("remove"); } } /**Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMultiset.java
@J2ktIncompatible @Override Object writeReplace() { return new EntrySetSerializedForm<E>(ImmutableMultiset.this); } @GwtIncompatible @J2ktIncompatible private void readObject(ObjectInputStream stream) throws InvalidObjectException { throw new InvalidObjectException("Use EntrySetSerializedForm"); }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 20.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/dtyp/ACE.java
final int size = SMBUtil.readInt2(buf, bi); bi += 2; this.access = SMBUtil.readInt4(buf, bi); bi += 4; this.sid = new SID(buf, bi); return size; } void appendCol(final StringBuffer sb, final String str, final int width) { sb.append(str); final int count = width - str.length(); for (int i = 0; i < count; i++) { sb.append(' '); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.6K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenSessionBuilderSupplier.java
return stereotypes; } protected ArtifactDescriptorPolicy getArtifactDescriptorPolicy() { return new SimpleArtifactDescriptorPolicy(true, true); } protected void configureSessionBuilder(SessionBuilder session) { session.setDependencyTraverser(getDependencyTraverser()); session.setDependencyManager(getDependencyManager());Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 09:40:15 UTC 2025 - 7.9K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java
return ERROR; } } } } private static class ReplHighlighter extends DefaultHighlighter { @Override protected void commandStyle(LineReader reader, AttributedStringBuilder sb, boolean enable) { if (enable) { if (reader.getTerminal().getNumericCapability(InfoCmp.Capability.max_colors) >= 256) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 10.1K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/EnrichedReportRenderer.groovy
class EnrichedReportRenderer extends GroovyReportRenderer { private static acceptedChangesRegex = ~/<a href="(.+)">accepted-public-api-changes.json<\/a>/ @Override void render(File htmlReportFile, RichReportData data) { super.render(htmlReportFile, enrichReport(data)) } /** * This is super-hacky: this report is instantiated via {@code newInstance()}, within a differentRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Feb 07 20:38:43 UTC 2023 - 7.2K bytes - Viewed (0) -
guava/src/com/google/common/io/Resources.java
/** * Copies all bytes from a URL to an output stream. * * @param from the URL to read from * @param to the output stream * @throws IOException if an I/O error occurs */ public static void copy(URL from, OutputStream to) throws IOException { asByteSource(from).copyTo(to); } /** * Returns a {@code URL} pointing to {@code resourceName} if the resource is found using the
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 7.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelVersionUtils.java
/** * Updates the model version element in a POM document. * * @param pomDocument the POM document (domtrip Document) * @param newVersion the new model version */ public static void updateModelVersion(Document pomDocument, String newVersion) { Editor editor = new Editor(pomDocument); Element root = editor.root(); if (root == null) { return; }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 9.5K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor.java
@Inject public SettingsXmlConfigurationProcessor(SettingsBuilder settingsBuilder, SettingsDecrypter settingsDecrypter) { this.settingsBuilder = settingsBuilder; } @Override public void process(CliRequest cliRequest) throws Exception { CommandLine commandLine = cliRequest.getCommandLine(); String workingDirectory = cliRequest.getWorkingDirectory();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 19 18:49:57 UTC 2025 - 12K bytes - Viewed (0)