- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 21 for metnini (0.18 seconds)
-
docs/ru/llm-prompt.md
* production (meaning production software or environment): продакшн (do not change the ending, for example, translate `in production` as `в продакшн` (not `в продакшене`)) * completion (meaning code auto-completion): автозавершение * editor (meaning component of IDE): редактор кода * adopt (meaning start to use): использовать (or `начать использовать`) * headers (meaning HTTP-headers): HTTP-заголовки
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Jan 22 07:07:05 GMT 2026 - 6.5K bytes - Click Count (0) -
docs/en/docs/translation-banner.md
/// details | 🌐 Translation by AI and humans This translation was made by AI guided by humans. 🤝 It could have mistakes of misunderstanding the original meaning, or looking unnatural, etc. 🤖 You can improve this translation by [helping us guide the AI LLM better](https://fastapi.tiangolo.com/contributing/#translations). [English version](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 13:26:02 GMT 2026 - 379 bytes - Click Count (0) -
docs/pt/llm-prompt.md
When translating sentences, avoid unnecessary repetition of words or phrases that are implied in context. - Merge repeated words naturally while keeping the meaning. - Do **not** introduce extra words to replace repeated phrases unnecessarily. - Keep translations fluent and concise, but maintain the original meaning. **Example:** Source: Let's see how that works and how to change it if you need to do that. Avoid translating literally as:
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) -
docs/tr/llm-prompt.md
### Target language Translate to Turkish (Türkçe). Language code: tr. ### Core principle Don't translate word-by-word. Rewrite naturally in Turkish as if writing the doc from scratch. Preserve meaning, but prioritize fluency over literal accuracy. ### Grammar and tone - Use instructional Turkish, consistent with existing Turkish docs. - Use imperative/guide language (e.g. "açalım", "gidin", "kopyalayalım", "bir bakalım").
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Jan 20 20:34:03 GMT 2026 - 2.7K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/WorkspaceRepository.java
/** * Represents a repository backed by an IDE workspace, the output of a build session, * or similar ad-hoc collections of artifacts. This repository is considered read-only * within the context of a session, meaning it can only be used for artifact resolution, * not for installation or deployment. This interface does not provide direct access * to artifacts; that functionality is handled by a {@code WorkspaceReader}. */Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 1.5K bytes - Click Count (0) -
build-logic/src/main/kotlin/okhttp.base-conventions.gradle.kts
doLast { for (configuration in resolvableConfigurations) { configuration.files } } } normalization { runtimeClasspath { metaInf { ignoreAttribute("Bnd-LastModified") } }Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 1.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapUtil.java
*/ public final class LdapUtil { private LdapUtil() { } /** * Escapes special characters in a value for use in LDAP search filters. * This method escapes characters that have special meaning in LDAP filter expressions * to prevent LDAP injection attacks. * * @param value the value to escape (null is treated as empty string) * @return the escaped value safe for use in LDAP search filtersCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 2K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenArtifactRelocationSource.java
import org.eclipse.aether.resolution.ArtifactDescriptorResult; /** * Maven relocation source. * Note: implementations of this component should avoid the "default" name (has special meaning in Eclipse Sisu) and * explicitly order implementations using Sisu priorities. * * @since 4.0.0 * @deprecated since 4.0.0, use {@code maven-api-impl} jar instead */ @Deprecated(since = "4.0.0")
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0) -
internal/ringbuffer/README.md
fmt.Println(string(buf)) } ``` It is possible to use an existing buffer with by replacing `New` with `NewBuffer`. # Blocking vs Non-blocking The default behavior of the ring buffer is non-blocking, meaning that reads and writes will return immediately with an error if the operation cannot be completed. If you want to block when reading or writing, you must enable it: ```go rb := ringbuffer.New(1024).SetBlocking(true) ```
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 15 00:11:04 GMT 2024 - 2.1K bytes - Click Count (0) -
apache-maven/src/assembly/maven/conf/toolchains.xml
| matching <provides/> configuration. You can decide for yourself which key-value | pairs to use. Often used keys are 'version', 'vendor' and 'arch'. By default | the version has a special meaning. If you configured in the pom.xml '1.5' | Maven will search for 1.5 and above. | | * configuration: Additional configuration for this tool.
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 22 14:47:43 GMT 2024 - 3.6K bytes - Click Count (0)