- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 259 for applications (1.14 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessActionAdjustmentProviderTest.java
final FessConfig fessConfig = createFessConfigWithResponseHeaders("*=X-Def:def\napplication/json=X-Json:jsonval"); FessActionAdjustmentProvider provider = new FessActionAdjustmentProvider(fessConfig); final Map<String, String> headerMap = new HashMap<>(); provider.adjustActionResponseHeaders("application/json", (k, v) -> headerMap.put(k, v)); assertEquals(2, headerMap.size());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue May 06 09:19:22 UTC 2025 - 3.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* Changes secret, configMap, downwardAPI and projected volumes to mount read-only, instead of allowing applications to write data and then reverting it automatically. Until version 1.11, setting the feature gate ReadOnlyAPIDataVolumes=false will preserve the old behavior. ([#58720](https://github.com/kubernetes/kubernetes/pull/58720), [@joelsmith](https://g...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
okhttp/src/androidMain/AndroidManifest.xml
package="okhttp.okhttp3"> <uses-permission android:name="android.permission.INTERNET"/> <application> <provider android:name="androidx.startup.InitializationProvider" android:authorities="${applicationId}.androidx-startup" android:exported="false" tools:node="merge"> <meta-data android:name="okhttp3.internal.platform.PlatformInitializer"
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 604 bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/EventListener.kt
) { } /** * Invoked when data from the response body is first available to the application. * * This is typically invoked immediately before bytes are returned to the application. If the * response body is empty this is invoked immediately before returning that to the application. * * If the application closes the response body before attempting a read, this is invoked at the * time it is closed. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:58:02 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* application/e-pub+zip=epub<br> * application/x-ibooks+zip=ibooks<br> * text/plain=txt<br> * application/rtf=rtf<br> * application/vnd.ms-htmlhelp=chm<br> * application/zip=zip<br> * application/x-7z-comressed=7z<br> * application/x-bzip=bz<br> * application/x-bzip2=bz2<br> * application/x-tar=tar<br> * application/x-rar-compressed=rar<br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# The settings for Application Behavior. # Elements of this map are as below: # o isApplicationBehaviorProject: (NotRequired - Default false) # Does the project is for application behaviors? # This property is a main signal for Application Behavior. # Other properties (for Application Behavior) work when this is true.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt
import okhttp3.internal.platform.Platform import okhttp3.internal.threadName import okio.AsyncTimeout import okio.Timeout /** * Bridge between OkHttp's application and network layers. This class exposes high-level application * layer primitives: connections, requests, responses, and streams. * * This class supports [asynchronous canceling][cancel]. This is intended to have the smallest
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 11:30:11 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
* @param contextPath the context path for the web application */ public FessBoot(final int port, final String contextPath) { super(port, contextPath); } /** * Prepares and returns the web application path. * Checks for the fess.webapp.path system property first, then falls back to the parent implementation. * * @return the web application path */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
### Serverside Apply - Beta 2
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0)