- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 37 for pidfile (0.05 sec)
-
src/main/assemblies/files/fess
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.4K bytes - Viewed (0) -
src/main/assemblies/files/service.bat
org.codelibs.fess.FessBoot --StopClass org.codelibs.fess.FessBoot --StartMethod main --StopMethod shutdown --Classpath "%FESS_CLASSPATH%" --JvmSs %JVM_SS% --JvmMs %JVM_XMS% --JvmMx %JVM_XMX% --JvmOptions %JVM_OPTS% ++JvmOptions %FESS_PARAMS% %LOG_OPTS% --PidFile "%SERVICE_ID%.pid" --DisplayName "%SERVICE_DISPLAY_NAME%" --Description "%SERVICE_DESCRIPTION%" --Jvm "%%JAVA_HOME%%%JVM_DLL%" --StartMode jvm --StopMode jvm --StartPath "%FESS_HOME%" %SERVICE_PARAMS% ++StartParams start if not errorlevel...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/zip/ZipFileUtil.java
*/ public static void close(final ZipFile zipFile) { assertArgumentNotNull("zipFile", zipFile); try { zipFile.close(); } catch (final IOException e) { logger.log(format("ECL0017", e.getMessage()), e); } }Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/profile/ProfileAction.java
// Search Execute // ============== /** * Displays the profile index page. * * @return the HTML response */ @Execute public HtmlResponse index() { return asIndexHtml(); } /** * Changes the user password. * * @param form the profile form * @return the HTML response */ @ExecuteRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/profile/ProfileForm.java
* governing permissions and limitations under the License. */ /** */ package org.codelibs.fess.app.web.profile; import jakarta.validation.constraints.NotBlank; /** * Form for user profile operations. */ public class ProfileForm { /** * Default constructor. */ public ProfileForm() { // Default constructor }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0) -
src/test/java/jcifs/SmbResourceTest.java
void testFileTypeChecks() throws CIFSException { // Given when(mockResource.isFile()).thenReturn(true); when(mockResource.isDirectory()).thenReturn(false); when(mockResource.isHidden()).thenReturn(false); // When boolean isFile = mockResource.isFile(); boolean isDirectory = mockResource.isDirectory();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 35K bytes - Viewed (0) -
src/main/resources/fess.xml
<postConstruct name="addDesignJspFileName"> <arg>"newpassword"</arg> <arg>"login/newpassword.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"profile"</arg> <arg>"profile/index.jsp"</arg> </postConstruct> </component> <component name="crawlingInfoHelper" class="org.codelibs.fess.helper.CrawlingInfoHelper"> </component>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jul 28 09:03:48 UTC 2024 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRoot.java
super.processWebInfLib(); final WebResource[] possibleJars = listResources("/WEB-INF/plugin", false); for (final WebResource possibleJar : possibleJars) { if (possibleJar.isFile() && possibleJar.getName().endsWith(".jar")) { try (final JarFile jarFile = new JarFile(possibleJar.getCanonicalPath())) { final Manifest manifest = jarFile.getManifest();
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 3.3K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacLogonInfo.java
* @return the logon script path */ public String getLogonScript() { return this.logonScript; } /** * Returns the path to the user's profile. * @return the profile path */ public String getProfilePath() { return this.profilePath; } /** * Returns the user's home directory path. * @return the home directory pathRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/OsddHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.7K bytes - Viewed (0)