- Sort Score
- Num 10 results
- Language All
Results 271 - 280 of 598 for verb (0.03 seconds)
-
docs/es/docs/how-to/custom-docs-ui-assets.md
### Prueba los archivos estáticos { #test-the-static-files } Inicia tu aplicación y ve a [http://127.0.0.1:8000/static/redoc.standalone.js](http://127.0.0.1:8000/static/redoc.standalone.js). Deberías ver un archivo JavaScript muy largo de **ReDoc**. Podría comenzar con algo como: ```JavaScript /*! For license information please see redoc.standalone.js.LICENSE.txt */Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 8.4K bytes - Click Count (0) -
docs/fr/docs/advanced/strict-content-type.md
Il pourrait ensuite ouvrir un site malveillant, par exemple quelque chose comme ``` https://evilhackers.example.com ``` Et ce site malveillant enverrait des requêtes en utilisant `fetch()` avec un corps `Blob` vers l’API locale à l’adresse ``` http://localhost:8000/v1/agents/multivac ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:33:45 GMT 2026 - 3.9K bytes - Click Count (0) -
docs/pt/llm-prompt.md
**Example:** Source: Let's see how that works and how to change it if you need to do that. Avoid translating literally as: Vamos ver como isso funciona e como alterar isso se você precisar fazer isso. Better translation: Vamos ver como isso funciona e como alterar se você precisar. --- For the next terms, use the following translations: * /// check: /// check | Verifique
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Jan 16 12:27:02 GMT 2026 - 3.9K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Sets.java
* <p>This method is just a small convenience, either for {@code newHashSet(}{@link Arrays#asList * asList}{@code (...))}, or for creating an empty set then calling {@link Collections#addAll}. * This method is not actually very useful and will likely be deprecated in the future. */ @SuppressWarnings("NonApiType") // acts as a direct substitute for a constructor call public static <E extends @Nullable Object> HashSet<E> newHashSet(E... elements) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 81.4K bytes - Click Count (0) -
docs/en/docs/tutorial/stream-json-lines.md
```json {"name": "Plumbus", "description": "A multi-purpose household device."} {"name": "Portal Gun", "description": "A portal opening device."} {"name": "Meeseeks Box", "description": "A box that summons a Meeseeks."} ``` It's very similar to a JSON array (equivalent of a Python list), but instead of being wrapped in `[]` and having `,` between the items, it has **one JSON object per line**, they are separated by a new line character. /// infoCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 4.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/LineBufferTest.java
import java.util.List; import org.jspecify.annotations.NullUnmarked; /** * Unit tests for {@link LineBuffer} and {@link LineReader}. * * @author Chris Nokleberg */ @AndroidIncompatible // occasionally very slow @NullUnmarked public class LineBufferTest extends IoTestCase { public void testProcess() throws IOException { bufferHelper(""); bufferHelper("\n", "\n"); bufferHelper("\r\n", "\r\n");Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 4.7K bytes - Click Count (0) -
api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/Config.java
* where the property value is defined. */ enum Source { /** * Maven system properties. These properties are evaluated very early during the boot process, * typically set by Maven itself and flagged as readOnly=true or by users via maven-system.properties files.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 4.3K bytes - Click Count (0) -
src/README.vendor
the std and cmd modules are updated to their latest available versions at least twice during every major release cycle. This is done to avoid the possibility of some dependencies being left on very old versions and in turn make their eventual update more disruptive. This recurring process is tracked in go.dev/issue/36905.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Jan 26 20:37:19 GMT 2026 - 3.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/DataStoreCrawlingExceptionTest.java
assertEquals(url, exception.getUrl()); assertEquals(url, exception.getUrl()); } @Test public void test_constructor_withLongUrl() { // Test with very long URL StringBuilder longUrlBuilder = new StringBuilder("http://example.com/"); for (int i = 0; i < 1000; i++) { longUrlBuilder.append("path").append(i).append("/"); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 16.6K bytes - Click Count (0) -
fastapi/.agents/skills/fastapi/SKILL.md
class Item(BaseModel): name: str description: str | None = None @app.get("/items/me", response_model=Item) async def get_item() -> Any: return {"name": "Foo", "description": "A very nice Item"} ``` This can be particularly useful when filtering data to expose only the public fields and avoid exposing sensitive information. ```python from typing import Any from fastapi import FastAPI
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 01 10:05:57 GMT 2026 - 10.1K bytes - Click Count (0)