- Sort Score
- Result 10 results
- Languages All
Results 1131 - 1140 of 1,562 for Interface3 (0.06 sec)
-
src/cmd/asm/internal/lex/lex.go
// The underlying scanner elides all spaces except newline, so the input looks like a stream of // Tokens; original spacing is lost but we don't need it. type TokenReader interface { // Next returns the next token. Next() ScanToken // The following methods all refer to the most recent token returned by Next. // Text returns the original string representation of the token. Text() string
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 29 18:31:05 UTC 2023 - 4.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResult.java
*/ package org.codelibs.fess.crawler.entity; /** * Represents the result of accessing a resource. * * @param <IDTYPE> the type of the identifier for the access result */ public interface AccessResult<IDTYPE> { /** * Initializes the access result with the given response and result data. * * @param responseData the response data * @param resultData the result data */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.2K bytes - Viewed (0) -
docs/em/docs/tutorial/body.md
* π <a href="https://json-schema.org" class="external-link" target="_blank">π» π</a> π π π·, π πͺ βοΈ π« π π π π π₯ β«οΈ β π π π. * π π π π π π π, & βοΈ π§ π§Ύ <abbr title="User Interfaces">β</abbr>. ## π§ π©Ί π» π π π· π π π π π π, & π π¦ π π οΈ π©Ί: <img src="/img/tutorial/body/image01.png"> & π βοΈ π οΈ π©Ί π π *β‘ π οΈ* π πͺ π«:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.2K bytes - Viewed (0) -
api/go1.12.txt
pkg go/doc, const PreserveAST Mode pkg go/importer, func ForCompiler(*token.FileSet, string, Lookup) types.Importer pkg go/token, method (*File) LineStart(int) Pos pkg io, type StringWriter interface { WriteString } pkg io, type StringWriter interface, WriteString(string) (int, error) pkg log, method (*Logger) Writer() io.Writer pkg math/bits, func Add(uint, uint, uint) (uint, uint) pkg math/bits, func Add32(uint32, uint32, uint32) (uint32, uint32)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 02 21:21:53 UTC 2019 - 13.5K bytes - Viewed (0) -
.teamcity/.mvn/wrapper/maven-wrapper.jar
throws java.io.IOException; private String base64Encode(String); private String calculateUserInfo(java.net.URI); private String calculateUserAgent(); } org/apache/maven/wrapper/Downloader.class package org.apache.maven.wrapper; public abstract interface Downloader { public abstract void download(java.net.URI, java.io.File) throws Exception; } org/apache/maven/wrapper/Installer.class package org.apache.maven.wrapper; public synchronized class Installer { public static final String DEFAULT_DISTRIBUTION_PATH...
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 26 01:48:39 UTC 2020 - 49.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/RelationshipTester.java
* equivalence classes. * * @author Gregory Kick */ @GwtCompatible @NullMarked final class RelationshipTester<T> { interface ItemReporter { String reportItem(Item<?> item); } /** * A word about using {@link Equivalence}, which automatically checks for {@code null} and
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 5.9K bytes - Viewed (0) -
docs/pt/docs/advanced/dataclasses.md
{* ../../docs_src/dataclasses/tutorial002.py hl[1,7:13,19] *} A dataclass serΓ‘ automaticamente convertida para uma dataclass Pydantic. Dessa forma, seu esquema aparecerΓ‘ na interface de documentaΓ§Γ£o da API: <img src="/img/tutorial/dataclasses/image01.png"> ## Dataclasses em Estruturas de Dados Aninhadas
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.3K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
} @Override public String toString() { return paramString(interfaceType, identity); } } /** Subclasses can override to provide different return value for proxied interface methods. */ @Nullable Object interfaceMethodCalled(Class<?> interfaceType, Method method) { throw new UnsupportedOperationException(); } private <T> T pickInstance(T[] instances, T defaultValue) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 28.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java
import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; import jakarta.validation.constraints.Size; /** * Form class for editing failure URL records in the admin interface. * This form handles the editing of URLs that failed during crawling operations, * providing details about the failure for debugging and troubleshooting purposes. */ public class EditForm { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerAdapter.kt
*/ package okhttp3.tls.internal.der import okio.Buffer import okio.ByteString /** * Encode and decode a model object like a [Long] or [Certificate] as DER bytes. */ internal interface DerAdapter<T> { /** Returns true if this adapter can read [header] in a choice. */ fun matches(header: DerHeader): Boolean /** * Returns a value from this adapter. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 4.2K bytes - Viewed (0)