- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 755 for evicting (0.07 seconds)
-
cmd/bucket-replication_test.go
expectedSync: false, }, { // 2. existing object replication config enabled, no versioning name: "existing object replication config enabled, no versioning", info: ObjectInfo{Size: 100}, rcfg: replicationConfig{Config: &configs[0]}, expectedSync: false, }, { // 3. existing object replication config enabled, versioning suspendedCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 12.1K bytes - Click Count (0) -
src/packaging/common/scripts/preinst
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 01 09:48:15 GMT 2016 - 2.3K bytes - Click Count (0) -
docs/ko/llm-prompt.md
Language code: ko. ### Grammar and tone - Use polite, instructional Korean (e.g. 합니다/하세요 style). - Keep the tone consistent with the existing Korean FastAPI docs. - Do not translate “You” literally as “당신”. Use “여러분” where appropriate, or omit the subject if it sounds more natural in Korean. ### Headings - Follow existing Korean heading style (short, action-oriented headings like “확인하기”). - Do not add trailing punctuation to headings. ### Quotes
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 24 21:17:54 GMT 2026 - 1.7K bytes - Click Count (0) -
docs/tr/llm-prompt.md
### Headings - Follow existing Turkish heading style (Title Case where used; no trailing period). ### Quotes - Keep quote style consistent with existing Turkish docs (typically ASCII quotes in text). - Never modify quotes inside inline code, code blocks, URLs, or file paths. ### Ellipsis - Keep ellipsis style (`...`) consistent with existing Turkish docs.
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) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
### New properties in an existing class When adding a property to an existing class (task, extension, domain object, etc), the API should consist of managed lazy properties. However, some exceptions need to be made to keep backwards compatibility with existing builds. This is preferred when the implementation type is internal: ```groovy
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 10K bytes - Click Count (0) -
MIGRATION.md
- **Network**: Access to crawl sources (web servers, file shares, databases) - **Elasticsearch/OpenSearch**: Compatible version running ### 3. Backup Existing System Before migration: 1. Export current search configurations 2. Backup existing indices and data 3. Document custom integrations and API endpoints 4. Save user access control settings --- ## Migration Methods
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java
Plugin existing = plugins.get(plugin); if (existing != null) { if (existing.getVersion() == null) { existing.setVersion(plugin.getVersion()); existing.setLocation("version", location); } plugin = existing; } else {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 9K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenMetadata.java
return path; } @Override public void merge(File existing, File result) throws RepositoryException { merge(existing != null ? existing.toPath() : null, result != null ? result.toPath() : null); } @Override public void merge(Path existing, Path result) throws RepositoryException { Metadata recessive = read(existing); merge(recessive); write(result, metadata);Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 4.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java
form.initialize(); form.crudMode = CrudMode.CREATE; form.dictId = dictId; }); }); } /** * Displays the form for editing an existing synonym item. * * @param form the edit form containing synonym item data * @return HTML response for the edit synonym form */ @Execute @Secured({ ROLE })
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 23.7K bytes - Click Count (1) -
docs/ja/llm-prompt.md
Translate to Japanese (日本語). Language code: ja. ### Grammar and tone - Use polite, instructional Japanese (です/ます調). - Keep the tone concise and technical (match existing Japanese FastAPI docs). ### Headings - Follow the existing Japanese style: short, descriptive headings (often noun phrases), e.g. 「チェック」. - Do not add a trailing period at the end of headings. ### Quotes
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 16:44:21 GMT 2026 - 1.3K bytes - Click Count (0)