- Sort Score
- Result 10 results
- Languages All
Results 4001 - 4010 of 6,957 for Glass (0.03 sec)
-
docs/em/docs/tutorial/body-updates.md
# ๐ช - โน ## โน โ โฎ๏ธ `PUT` โน ๐ฌ ๐ ๐ช โ๏ธ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PUT" class="external-link" target="_blank">๐บ๐ธ๐ `PUT`</a> ๐ ๏ธ. ๐ ๐ช โ๏ธ `jsonable_encoder` ๐ ๐ข ๐ฝ ๐ ๐ ๐ช ๐ช ๐ป (โ โฎ๏ธ โ ๐ฝ). ๐ผ, ๐ญ `datetime` `str`. {* ../../docs_src/body_updates/tutorial001.py hl[30:35] *} `PUT` โ๏ธ ๐จ ๐ฝ ๐ ๐ โ โป ๐ฝ. ### โ ๐ โ ๐ โ ๐ ๐ฅ ๐ ๐ โน ๐ฌ `bar` โ๏ธ `PUT` โฎ๏ธ ๐ช โ: ```Python {
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 11:27:35 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/ko/docs/advanced/using-request-directly.md
ํ์ง๋ง `Request` ๊ฐ์ฒด์ ์ง์ ์ ๊ทผํด์ผ ํ๋ ์ํฉ์ด ์์ ์ ์์ต๋๋ค. ## `Request` ๊ฐ์ฒด์ ๋ํ ์ธ๋ถ ์ฌํญ **FastAPI**๋ ์ค์ ๋ก ๋ด๋ถ์ **Starlette**์ ์ฌ์ฉํ๋ฉฐ, ๊ทธ ์์ ์ฌ๋ฌ ๋๊ตฌ๋ฅผ ๋ง๋ถ์ธ ๊ตฌ์กฐ์ ๋๋ค. ๋ฐ๋ผ์ ์ฌ๋ฌ๋ถ์ด ํ์ํ ๋ Starlette์ <a href="https://www.starlette.io/requests/" class="external-link" target="_blank">`Request`</a> ๊ฐ์ฒด๋ฅผ ์ง์ ์ฌ์ฉํ ์ ์์ต๋๋ค. `Request` ๊ฐ์ฒด์์ ๋ฐ์ดํฐ๋ฅผ ์ง์ ๊ฐ์ ธ์ค๋ ๊ฒฝ์ฐ(์: ๋ณธ๋ฌธ์ ์ฝ๊ธฐ)์๋ FastAPI๊ฐ ํด๋น ๋ฐ์ดํฐ๋ฅผ ๊ฒ์ฆํ๊ฑฐ๋ ๋ณํํ์ง ์์ผ๋ฉฐ, ๋ฌธ์ํ(OpenAPI๋ฅผ ํตํ ๋ฌธ์ ์๋ํ(๋ก ์์ฑ๋) API ์ฌ์ฉ์ ์ธํฐํ์ด์ค)๋ ๋์ง ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/DataStoreParamsTest.java
// Get as map and verify Map<String, Object> map = dataStoreParams.asMap(); assertEquals(5, map.size()); } // Helper class to test protected constructor private static class TestDataStoreParams extends DataStoreParams { public TestDataStoreParams(Map<String, Object> params) { super(params); } }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/ApiAdminDictStopwordsAction.java
*/ public class ApiAdminDictStopwordsAction extends FessApiAdminAction { /** * Default constructor. */ public ApiAdminDictStopwordsAction() { super(); } private static final Logger logger = LogManager.getLogger(ApiAdminDictStopwordsAction.class); @Resource private StopwordsService stopwordsService; /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/FileConfig.java
import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.ParameterUtil; /** * @author FreeGen */ public class FileConfig extends BsFileConfig implements CrawlingConfig { private static final Logger logger = LogManager.getLogger(FileConfig.class); private static final long serialVersionUID = 1L; protected volatile Pattern[] includedDocPathPatterns;Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Apr 03 09:24:53 UTC 2025 - 10.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ErrorToWarnRewritePolicyTest.java
import org.apache.logging.log4j.core.LogEvent; import org.apache.logging.log4j.core.impl.Log4jLogEvent; import org.apache.logging.log4j.message.SimpleMessage; import org.codelibs.fess.unit.UnitFessTestCase; public class ErrorToWarnRewritePolicyTest extends UnitFessTestCase { public void test_constructor() { String[] loggerNames = { "test.logger", "another.logger" };Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/HashBiMapTest.java
/** * Tests for {@link HashBiMap}. * * @author Mike Bostock */ @GwtCompatible @NullMarked public class HashBiMapTest extends TestCase { @J2ktIncompatible @AndroidIncompatible // test-suite builders public static final class HashBiMapGenerator extends TestStringBiMapGenerator { @Override protected BiMap<String, String> create(Entry<String, String>[] entries) {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 8.4K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/EndpointPair.java
* {@link #nodeV()}). * * <p>The edge is a self-loop if, and only if, the two endpoints are equal. * * @author James Sexton * @since 20.0 */ @Beta @Immutable(containerOf = {"N"}) public abstract class EndpointPair<N> implements Iterable<N> { private final N nodeU; private final N nodeV; private EndpointPair(N nodeU, N nodeV) { this.nodeU = checkNotNull(nodeU); this.nodeV = checkNotNull(nodeV); }Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 8.1K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacDataInputStreamTest.java
import java.io.ByteArrayInputStream; import java.io.IOException; import java.math.BigInteger; import java.util.Date; import org.junit.jupiter.api.Test; import jcifs.SmbConstants; import jcifs.smb.SID; public class PacDataInputStreamTest { // Helper to create PacDataInputStream from a byte array private PacDataInputStream createInputStream(byte[] data) throws IOException {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 9.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/background-tasks.md
<a href="https://www.starlette.io/background/" class="external-link" target="_blank">`Starlette์ ๊ณต์ ๋ฌธ์`</a>์์ ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ ๋ํ ์์ธํ ๋ด์ฉ์ ํ์ธํ ์ ์์ต๋๋ค. ## ๊ฒฝ๊ณ ๋ง์ฝ ๋ฌด๊ฑฐ์ด ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ ์ํํด์ผํ๊ณ ๋์ผํ ํ๋ก์ธ์ค์์ ์คํํ ํ์๊ฐ ์๋ ๊ฒฝ์ฐ (์: ๋ฉ๋ชจ๋ฆฌ, ๋ณ์ ๋ฑ์ ๊ณต์ ํ ํ์๊ฐ ์์) <a href="https://docs.celeryq.dev" class="external-link" target="_blank">`Celery`</a>์ ๊ฐ์ ํฐ ๋๊ตฌ๋ฅผ ์ฌ์ฉํ๋ฉด ๋์์ด ๋ ์ ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.2K bytes - Viewed (0)