- Sort Score
- Num 10 results
- Language All
Results 1271 - 1280 of 1,540 for PUT (0.01 seconds)
-
docs/uk/docs/tutorial/cors.md
* Додайте його як «проміжне програмне забезпечення» у ваш додаток **FastAPI**. Також можна вказати, чи дозволяє ваш бекенд: * Облікові дані (заголовки авторизації, кукі, тощо). * Конкретні HTTP-методи (`POST`, `PUT`) або всі за допомогою `"*"` * Конкретні HTTP-заголовки або всі за допомогою `"*"`. {* ../../docs_src/cors/tutorial001_py310.py hl[2,6:11,13:19] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 8.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/NoticeTask.java
"Two different notices exist for dependency '" + name + "': " + prevFile + " and " + file ); } } else { seen.put(name, file); } } } // Add all LICENSE and NOTICE files in licenses directory seen.forEach((name, file) -> {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 6.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFileAuthentication.java
} return sourceMap; } protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) { sourceMap.put(field, value); } // =================================================================================== // Basic OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 8.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebAuthentication.java
} return sourceMap; } protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) { sourceMap.put(field, value); } // =================================================================================== // Basic OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/script/AbstractScriptEngineTest.java
} // Test evaluate method implementation @Test public void test_evaluate() { Map<String, Object> params = new HashMap<>(); params.put("key", "value"); Object result = testScriptEngine.evaluate("template", params); assertEquals("processed: template with params", result); } // Test register with null factory throws exceptionCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/TestingCacheLoaders.java
} @Override public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception { Map<K, V> result = new HashMap<>(); // allow nulls for (K key : keys) { result.put(key, load(key)); } return result; } }; } /** Returns a {@link CacheLoader} that returns the given {@code constant} for every request. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 13:13:59 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/response-status-code.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 4.3K bytes - Click Count (0) -
okhttp/api/jvm/okhttp.api
public fun patch (Lokhttp3/RequestBody;)Lokhttp3/Request$Builder; public fun post (Lokhttp3/RequestBody;)Lokhttp3/Request$Builder; public fun put (Lokhttp3/RequestBody;)Lokhttp3/Request$Builder; public fun query (Lokhttp3/RequestBody;)Lokhttp3/Request$Builder; public fun removeHeader (Ljava/lang/String;)Lokhttp3/Request$Builder;
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 10 21:47:20 GMT 2026 - 72.3K bytes - Click Count (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java
restrictions.add(Restriction.EVERYTHING); } } cached = new VersionRange(version, restrictions); CACHE_SPEC.put(spec, cached); return cached; } private static Restriction parseRestriction(String spec) throws InvalidVersionSpecificationException { boolean lowerBoundInclusive = spec.startsWith("[");
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 19K bytes - Click Count (0) -
src/test/java/jcifs/pac/PacTest.java
KerberosKey serverKey = new KerberosKey(new KerberosPrincipal("******@****.***"), "serverKey1234567".getBytes(), PacSignature.ETYPE_ARCFOUR_HMAC, 1); keys.put(PacSignature.ETYPE_ARCFOUR_HMAC, serverKey); } private void writeLittleEndianInt(ByteArrayOutputStream baos, int value) { baos.write(value & 0xFF); baos.write((value >> 8) & 0xFF);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.9K bytes - Click Count (0)