- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 662 for gain (0.05 seconds)
-
src/main/webapp/WEB-INF/view/error/badRequest.jsp
rel="stylesheet" type="text/css" /> </head> <body class="error"> <jsp:include page="../header.jsp" /> <main class="container"> <div class="text-center"> <h2> <la:message key="labels.request_error_title" /> </h2> <div class="errormessage"><la:message key="labels.bad_request" /></div> </div> </main> <jsp:include page="../footer.jsp" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 1.5K bytes - Click Count (0) -
.gitignore
!.idea/scopes/x_pack.xml !.idea/inspectionProfiles/Project_Default.xml !.idea/runConfigurations/Debug_Elasticsearch.xml !.idea/checkstyle-idea.xml # These files are generated in the main tree by IntelliJ benchmarks/src/main/generated/* # eclipse files .project .classpath .settings # We don't use this any more, but we'll keep it around in gitignore for a while so we don't accidentally commit it build-eclipse/
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 10 23:06:44 GMT 2021 - 1.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java
String[] returnedInputs = item.getInputs(); // Modifying returned array should not affect original returnedInputs[0] = "modified"; // Get again and verify not modified String[] inputs2 = item.getInputs(); assertEquals("a", inputs2[0]); assertEquals("b", inputs2[1]); assertEquals("c", inputs2[2]); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16K bytes - Click Count (0) -
guava/src/com/google/common/collect/MapMaker.java
* concurrency than full synchronization. Defaults to 4. * * <p><b>Note:</b> Prior to Guava release 9.0, the default was 16. It is possible the default will * change again in the future. If you care about this value, you should always choose it * explicitly. * * @throws IllegalArgumentException if {@code concurrencyLevel} is nonpositiveCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 12.8K bytes - Click Count (0) -
docs/ko/docs/advanced/settings.md
### 메인 앱 파일 { #the-main-app-file } 이제 새로운 `config.Settings()`를 반환하는 의존성을 생성합니다. {* ../../docs_src/settings/app02_an_py310/main.py hl[6,12:13] *} /// tip | 팁 `@lru_cache`는 조금 뒤에 다룹니다. 지금은 `get_settings()`가 일반 함수라고 가정해도 됩니다. /// 그 다음 *경로 처리 함수*에서 이를 의존성으로 요구하고, 필요한 어디서든 사용할 수 있습니다. {* ../../docs_src/settings/app02_an_py310/main.py hl[17,19:21] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/settings.md
注意現在我們不再建立預設實例 `settings = Settings()`。 ### 主應用程式檔案 { #the-main-app-file } 現在我們建立一個相依,回傳新的 `config.Settings()`。 {* ../../docs_src/settings/app02_an_py310/main.py hl[6,12:13] *} /// tip 我們稍後會討論 `@lru_cache`。 現在你可以先把 `get_settings()` 視為一般函式。 /// 接著我們可以在*路徑操作函式 (path operation function)* 中將它宣告為相依,並在需要的地方使用它。 {* ../../docs_src/settings/app02_an_py310/main.py hl[17,19:21] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10.3K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableClassToInstanceMap.java
* .put(Handler.class, new QuuxHandler()) * .build(); * } * * <p>After invoking {@link #build()} it is still possible to add more entries and build again. * Thus each map generated by this builder will be a superset of any map generated before it. * * @since 2.0 */ public static final class Builder<B> { /** Creates a new builder. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 7K bytes - Click Count (0) -
docs/distributed/DECOMMISSION.md
└─────┴─────────────────────────────────┴──────────────────────────────────┴──────────┘ ``` > NOTE: Canceled decommission will not make the pool active again, since we might have potentially partial namespace on the other pools, to avoid this scenario be absolutely sure to make decommissioning a planned well thought activity. This is not to be run on a daily basis. ```
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Jul 11 14:59:49 GMT 2022 - 8.3K bytes - Click Count (0) -
docs/auditlog/auditlog-echo.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package main import ( "bytes" "encoding/json" "flag" "fmt" "io" "log" "net/http" ) var port int func init() { flag.IntVar(&port, "port", 8080, "Port to listen on") }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 01 21:31:13 GMT 2024 - 1.5K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.incubation-report.gradle.kts
title = project.name versionFile = repoRoot().file("version.txt") releasedVersionsFile = releasedVersionsFile() sources.from(sourceSets.main.get().java.sourceDirectories) sources.from(sourceSets.main.get().groovy.sourceDirectories) htmlReportFile = file(layout.buildDirectory.file("reports/incubation/${project.name}.html"))Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jul 02 12:28:02 GMT 2025 - 2.3K bytes - Click Count (0)