- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 1,447 for implementasyon (0.12 seconds)
-
compat/maven-compat/src/test/resources/org/apache/maven/artifact/manager/DefaultWagonManagerTest.xml
<implementation>org.apache.maven.artifact.manager.WagonB</implementation> </component> <component> <role>org.apache.maven.wagon.Wagon</role> <role-hint>c</role-hint> <implementation>org.apache.maven.artifact.manager.WagonC</implementation> </component> <component> <role>org.apache.maven.wagon.Wagon</role> <role-hint>string</role-hint>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.7K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ForwardingCollection.java
* #clear} to forward to this implementation. * * @since 7.0 */ protected void standardClear() { Iterators.clear(iterator()); } /** * A sensible definition of {@link #isEmpty} as {@code !iterator().hasNext}. If you override * {@link #isEmpty}, you may wish to override {@link #isEmpty} to forward to this implementation.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 8.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/ForwardingCollection.java
* #clear} to forward to this implementation. * * @since 7.0 */ protected void standardClear() { Iterators.clear(iterator()); } /** * A sensible definition of {@link #isEmpty} as {@code !iterator().hasNext}. If you override * {@link #isEmpty}, you may wish to override {@link #isEmpty} to forward to this implementation.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 8.1K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFilenameFilterTest.java
} verifyNoInteractions(mockDir); } /** * Edge: passing a null directory object. Interface allows null; implementation decides. */ @Test @DisplayName("null directory is handled by implementation") void handlesNullDirectory() throws Exception { SmbFilenameFilter filter = (dir, name) -> dir == null;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.3K bytes - Click Count (0) -
samples/guide/build.gradle.kts
id("com.google.devtools.ksp") } dependencies { "friendsImplementation"(projects.okhttp) implementation(projects.mockwebserver) implementation(projects.okhttpTestingSupport) implementation(projects.okhttpTls) implementation(libs.animalsniffer.annotations) implementation(libs.square.moshi) implementation(libs.square.okio.fakefilesystem) ksp(libs.square.moshi.compiler) } tasks.compileJava {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 569 bytes - Click Count (0) -
impl/maven-core/lifecycle-executor.txt
- if required and null squawk <configuration> <attached implementation="boolean" default-value="true"/> <localRepository implementation="org.apache.maven.artifact.repository.ArtifactRepository">${localRepository}</localRepository> <resources implementation="java.util.List">${project.resources}</resources> <repositories implementation="java.util.List">${project.repositories}</repositories>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 9.7K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ForwardingNavigableMap.java
* override {@code pollFirstEntry} to forward to this implementation. */ protected @Nullable Entry<K, V> standardPollLastEntry() { return Iterators.pollNext(descendingMap().entrySet().iterator()); } @Override public NavigableMap<K, V> descendingMap() { return delegate().descendingMap(); } /** * A sensible implementation of {@link NavigableMap#descendingMap} in terms of the methods of thisCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 14.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/ForwardingNavigableMap.java
* override {@code pollFirstEntry} to forward to this implementation. */ protected @Nullable Entry<K, V> standardPollLastEntry() { return Iterators.pollNext(descendingMap().entrySet().iterator()); } @Override public NavigableMap<K, V> descendingMap() { return delegate().descendingMap(); } /** * A sensible implementation of {@link NavigableMap#descendingMap} in terms of the methods of thisCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 14.3K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java
* * @param parser The XML parser * @return Name of the custom implementation; otherwise {@code null} */ private static String parseImplementation(final XmlPullParser parser) { return parser.getAttributeValue(null, "implementation"); } /** * Attempts to load the named implementation, uses default implementation if no name is given.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 15.3K bytes - Click Count (0) -
guava/src/com/google/common/collect/ForwardingMultiset.java
* override {@link #setCount(Object, int, int)} to forward to this implementation. * * @since 7.0 */ protected boolean standardSetCount(@ParametricNullness E element, int oldCount, int newCount) { return Multisets.setCountImpl(this, element, oldCount, newCount); } /** * A sensible implementation of {@link Multiset#elementSet} in terms of the following methods:Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 10.3K bytes - Click Count (0)