- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 126 for cite (0.02 sec)
-
docs/ko/README.md
*[Fess 사이트 검색](https://github.com/codelibs/fess-site-search)*은 [Google 사이트 검색](https://enterprise.google.com/search/products/gss.html)의 무료 대안입니다. 자세한 내용은 [FSS JS 생성기 문서](https://fss-generator.codelibs.org/docs/manual)를 참조하십시오. ## 웹사이트
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.8K bytes - Viewed (1) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt
* * ```java * HttpUrl url = HttpUrl.parse("https://twitter.com/search?q=cute%20%23puppies&f=images"); * for (int i = 0, size = url.querySize(); i < size; i++) { * System.out.println(url.queryParameterName(i) + ": " + url.queryParameterValue(i)); * } * ``` * * which prints: * * ``` * q: cute #puppies * f: images * ``` *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 63.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/PrefixQueryCommandTest.java
assertEquals("test", mpqb.value()); // Query was processed successfully } public void test_convertPrefixQuery_withNotAnalyzedField() throws Exception { setNotAnalyzedFields("url", "site"); QueryContext context = new QueryContext("test", false); PrefixQuery prefixQuery = new PrefixQuery(new Term("url", "http"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.user_carLicense=Rijbewijs labels.carLicense=Rijbewijs labels.user_mobile=Mobiel labels.mobile=Mobiel labels.user_postalAddress=Postadres labels.postalAddress=Postadres labels.user_city=Stad labels.city=Stad labels.user_teletexTerminalIdentifier=Teletex-terminal-ID labels.teletexTerminalIdentifier=Teletex-terminal-ID labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
README.md
# Apply license headers to source files mvn license:format # Build JAR with all verifications mvn clean package # Generate test coverage report mvn verify # Coverage report available at: target/site/jacoco/index.html ``` ### Project Structure ``` corelib/ ├── src/main/java/org/codelibs/core/ │ ├── beans/ # Bean manipulation and introspection
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
CHANGELOG.md
```kotlin implementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:5.0.0-alpha.12") ``` * New: `Cookie.sameSite` determines whether cookies should be sent on cross-site requests. This is used by servers to defend against Cross-Site Request Forgery (CSRF) attacks. * New: Log the total time of the HTTP call in `HttpLoggingInterceptor`. * New: `OkHttpClient.Builder` now has APIs that use `kotlin.time.Duration`.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1) -
src/main/config/openapi/openapi-user.yaml
site: type: string example: "fess.codelibs.org/" boost: type: string example: "10.0"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/security.js
eKey||d.valAttr("recaptcha-sitekey"),g=c.reCaptchaTheme||d.valAttr("recaptcha-theme")||"light",h=c.reCaptchaSize||d.valAttr("recaptcha-size")||"normal",i=c.reCaptchaType||d.valAttr("recaptcha-type")||"image";if(!f)throw new Error("Google reCaptcha site key is required.");var j=grecaptcha.render(e,{sitekey:f,theme:g,size:h,type:i,callback:function(a){b.find('[data-validation~="recaptcha"]').trigger("validation",a&&""!==a)},"expired-callback":function(){b.find('[data-validation~="recaptcha"]').tri...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 10.5K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java
assertTrue(searchRequestParams.hasConditionQuery()); } public void test_hasConditionQuery_withSiteSearch() { // Test with site search testParams.conditions.put(SearchRequestParams.AS_SITESEARCH, new String[] { "example.com" }); assertTrue(searchRequestParams.hasConditionQuery()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.2K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.initials=首字母 labels.user_carLicense=駕駛執照 labels.carLicense=駕駛執照 labels.user_mobile=手機 labels.mobile=手機 labels.user_postalAddress=郵政地址 labels.postalAddress=郵政地址 labels.user_city=城市 labels.city=城市 labels.user_teletexTerminalIdentifier=電傳終端識別符 labels.teletexTerminalIdentifier=電傳終端識別符 labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=業務類別
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0)