- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 178 for clientIp (0.04 seconds)
-
src/main/resources/fess_label_nl.properties
labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID labels.oic_client_secret=Client Secret labels.oic_auth_server_url=Authorization Server URL labels.oic_token_server_url=Token Server URL labels.oic_redirect_url=Redirect URL labels.oic_scope=Scope labels.oic_base_url=Base URL
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
import software.amazon.awssdk.services.s3.model.S3Object; import software.amazon.awssdk.services.s3.model.Tag; import software.amazon.awssdk.services.s3.model.Tagging; /** * S3-compatible storage client implementation using AWS SDK v2. * Supports Amazon S3, MinIO, and other S3-compatible storage systems. */ public class S3StorageClient implements StorageClient {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 10.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientExceptionTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.client; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class SearchEngineClientExceptionTest extends UnitFessTestCase { @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.1K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
It is made up of 3 architecture modules: - **Runtime**: Provides the runtimes or "containers" in which code runs. These runtimes include the Gradle client, the daemon and the worker processes. This is the base module on which all other architecture modules depend.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0) -
architecture/standards/0008-use-nullaway.md
* For polynull public APIs, the solution has to be decided on a case-by-case basis. Do not remove `null` checks on public API boundaries, even if the annotations (or rather lack of them) suggest this. Not all client code is compiled with NullAway. Do not make a parameter `@Nullable` just to check and throw a `NullPointerException` when it is `null`. ## Consequences * Classes are forced to have consistent nullability annotations.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4K bytes - Click Count (0) -
src/main/webapp/js/popper.min.js
turn 1!==n||1!==r}(n),m=d(n),y=p(e,c,o),g={scrollLeft:0,scrollTop:0},b={x:0,y:0};return(f||!f&&!o)&&(("body"!==l(n)||v(m))&&(g=(i=n)!==t(i)&&r(i)?{scrollLeft:(a=i).scrollLeft,scrollTop:a.scrollTop}:u(i)),r(n)?((b=p(n,!0)).x+=n.clientLeft,b.y+=n.clientTop):m&&(b.x=h(m))),{x:y.left+g.scrollLeft-b.x,y:y.top+g.scrollTop-b.y,width:y.width,height:y.height}}function g(e){var t=p(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.off...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 19.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.7K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID labels.oic_client_secret=Client Secret labels.oic_auth_server_url=Authorization Server URL labels.oic_token_server_url=Token Server URL labels.oic_redirect_url=Redirect URL labels.oic_scope=Scope labels.oic_base_url=Base URL
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID labels.oic_client_secret=Client Secret labels.oic_auth_server_url=Authorization Server URL labels.oic_token_server_url=Token Server URL labels.oic_redirect_url=Redirect URL labels.oic_scope=Scope labels.oic_base_url=Base URL
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0) -
src/main/webapp/js/bootstrap.min.js
ispose(){F.off(this._element,".bs.swipe")}_start(t){this._supportPointerEvents?this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX):this._deltaX=t.touches[0].clientX}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),v(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=40)return;const e=t/this._deltaX;this._deltaX=0,e&&v(e>0?this....Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 58.9K bytes - Click Count (0)