- Sort Score
- Result 10 results
- Languages All
Results 1031 - 1040 of 2,691 for code2 (0.02 sec)
- 
				
				docs/ru/docs/fastapi-cli.mdImporting from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font> <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> π main.py <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span> Importing the FastAPI app object from the module with the following code: Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:49:43 UTC 2024 - 6.7K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/conflict/ConflictResolverNotFoundException.javaprivate static final long serialVersionUID = 3372412184339653914L; // constructors ----------------------------------------------------------- /** * Creates a new <code>ConflictResolverNotFoundException</code> with the specified message. * * @param message the message */ public ConflictResolverNotFoundException(String message) { super(message); }Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.5K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/util/concurrent/AbstractFutureState.java* <p>The valid values are: * * <ul> * <li>{@code null} initial state, nothing has happened. * <li>{@link Cancellation} terminal state, {@code cancel} was called. * <li>{@link Failure} terminal state, {@code setException} was called. * <li>{@link DelegatingToFuture} intermediate state, {@code setFuture} was called. * <li>{@link #NULL} terminal state, {@code set(null)} was called. Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 34.8K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/util/concurrent/ForwardingBlockingQueue.java* pattern</a>. * * <p><b>{@code default} method warning:</b> This class does <i>not</i> forward calls to {@code * default} methods. Instead, it inherits their default implementations. When those implementations * invoke methods, they invoke methods on the {@code ForwardingBlockingQueue}. * * @author Raimundo Mirisola Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 3K bytes - Viewed (0)
- 
				
				docs/ru/docs/tutorial/debugging.md# ΠΡΠ»Π°Π΄ΠΊΠ° ΠΡ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΠΏΠΎΠ΄ΠΊΠ»ΡΡΠΈΡΡ ΠΎΡΠ»Π°Π΄ΡΠΈΠΊ Π² ΡΠ²ΠΎΠ΅ΠΌ ΡΠ΅Π΄Π°ΠΊΡΠΎΡΠ΅, Π½Π°ΠΏΡΠΈΠΌΠ΅Ρ, Π² Visual Studio Code ΠΈΠ»ΠΈ PyCharm. ## ΠΡΠ·ΠΎΠ² `uvicorn` Π Π²Π°ΡΠ΅ΠΌ FastAPI ΠΏΡΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠΈ, ΠΈΠΌΠΏΠΎΡΡΠΈΡΡΠΉΡΠ΅ ΠΈ Π²ΡΠ·ΠΎΠ²ΠΈΡΠ΅ `uvicorn` Π½Π°ΠΏΡΡΠΌΡΡ: {* ../../docs_src/debugging/tutorial001.py hl[1,15] *} ### ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ `__name__ == "__main__"` ΠΠ»Π°Π²Π½Π°Ρ ΡΠ΅Π»Ρ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½ΠΈΡ `__name__ == "__main__"` Π² ΡΠΎΠΌ, ΡΡΠΎΠ±Ρ ΠΊΠΎΠ΄ Π²ΡΠΏΠΎΠ»Π½ΡΠ»ΡΡ ΠΏΡΠΈ Π·Π°ΠΏΡΡΠΊΠ΅ ΡΠ°ΠΉΠ»Π° Ρ ΠΏΠΎΠΌΠΎΡΡΡ: <div class="termy"> ```consoleRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.8K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/dcerpc/msrpc/LsaPolicyHandleTest.javaSmbException thrown = assertThrows(SmbException.class, () -> { new LsaPolicyHandle(mockDcerpcHandle, server, access); }); // The error code gets mapped to NT_STATUS_UNSUCCESSFUL because it's not a valid NT status code assertEquals(0xC0000001, thrown.getNtStatus()); // NT_STATUS_UNSUCCESSFUL verify(mockDcerpcHandle, times(1)).sendrecv(any(MsrpcLsarOpenPolicy2.class)); } Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.9K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java* It implements the {@link Sitemap} interface. * </p> * * <p> * The {@code SitemapUrl} class provides getter and setter methods for each of these properties, * as well as implementations for {@code equals()}, {@code hashCode()}, and {@code toString()} methods. * </p> * */ public class SitemapUrl implements Sitemap { private static final long serialVersionUID = 1L;Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.5K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/dcerpc/DcerpcMessageTest.java* encode/decode operation. */ public class DcerpcMessageTest { /** * A trivial concrete subclass used for testing. It simply writes a * single small value in {@code encode_in} and reads it in * {@code decode_out}. */ private static class TestMessage extends DcerpcMessage { int decodedValue = 0; TestMessage() { /* nothing */ }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7K bytes - Viewed (0)
- 
				
				compat/maven-artifact/src/main/java/org/apache/maven/artifact/ArtifactUtils.java/** * Copy artifact to a collection. * * @param <T> the target collection type * @param from an artifact collection * @param to the target artifact collection * @return <code>to</code> collection */ public static <T extends Collection<Artifact>> T copyArtifacts(Collection<Artifact> from, T to) { for (Artifact artifact : from) { to.add(ArtifactUtils.copyArtifact(artifact));Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.9K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/base/PatternCompiler.javaimport com.google.common.annotations.GwtIncompatible; import com.google.errorprone.annotations.RestrictedApi; /** * Pluggable interface for compiling a regex pattern. By default this package uses the {@code * java.util.regex} library, but an alternate implementation can be supplied using the {@link * java.util.ServiceLoader} mechanism. */ @GwtIncompatible interface PatternCompiler { /**Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 1.7K bytes - Viewed (0)